@azure/arm-recoveryservicesbackup 13.1.1-alpha.20250218.1 → 13.1.1-alpha.20250220.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 (2644) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/dist/browser/models/parameters.js +348 -0
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/bMSPrepareDataMoveOperationResult.d.ts +22 -0
  12. package/dist/browser/operations/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  13. package/dist/browser/operations/bMSPrepareDataMoveOperationResult.js +57 -0
  14. package/dist/browser/operations/bMSPrepareDataMoveOperationResult.js.map +1 -0
  15. package/dist/browser/operations/backupEngines.d.ts +50 -0
  16. package/dist/browser/operations/backupEngines.d.ts.map +1 -0
  17. package/dist/browser/operations/backupEngines.js +194 -0
  18. package/dist/browser/operations/backupEngines.js.map +1 -0
  19. package/dist/browser/operations/backupJobs.d.ts +41 -0
  20. package/dist/browser/operations/backupJobs.d.ts.map +1 -0
  21. package/dist/browser/operations/backupJobs.js +157 -0
  22. package/dist/browser/operations/backupJobs.js.map +1 -0
  23. package/dist/browser/operations/backupOperationResults.d.ts +28 -0
  24. package/dist/browser/operations/backupOperationResults.d.ts.map +1 -0
  25. package/dist/browser/operations/backupOperationResults.js +62 -0
  26. package/dist/browser/operations/backupOperationResults.js.map +1 -0
  27. package/dist/browser/operations/backupOperationStatuses.d.ts +26 -0
  28. package/dist/browser/operations/backupOperationStatuses.d.ts.map +1 -0
  29. package/dist/browser/operations/backupOperationStatuses.js +60 -0
  30. package/dist/browser/operations/backupOperationStatuses.js.map +1 -0
  31. package/dist/browser/operations/backupPolicies.d.ts +45 -0
  32. package/dist/browser/operations/backupPolicies.d.ts.map +1 -0
  33. package/dist/browser/operations/backupPolicies.js +157 -0
  34. package/dist/browser/operations/backupPolicies.js.map +1 -0
  35. package/dist/browser/operations/backupProtectableItems.d.ts +45 -0
  36. package/dist/browser/operations/backupProtectableItems.d.ts.map +1 -0
  37. package/dist/browser/operations/backupProtectableItems.js +161 -0
  38. package/dist/browser/operations/backupProtectableItems.js.map +1 -0
  39. package/dist/browser/operations/backupProtectedItems.d.ts +41 -0
  40. package/dist/browser/operations/backupProtectedItems.d.ts.map +1 -0
  41. package/dist/browser/operations/backupProtectedItems.js +157 -0
  42. package/dist/browser/operations/backupProtectedItems.js.map +1 -0
  43. package/dist/browser/operations/backupProtectionContainers.d.ts +41 -0
  44. package/dist/browser/operations/backupProtectionContainers.d.ts.map +1 -0
  45. package/dist/browser/operations/backupProtectionContainers.js +153 -0
  46. package/dist/browser/operations/backupProtectionContainers.js.map +1 -0
  47. package/dist/browser/operations/backupProtectionIntent.d.ts +41 -0
  48. package/dist/browser/operations/backupProtectionIntent.d.ts.map +1 -0
  49. package/dist/browser/operations/backupProtectionIntent.js +151 -0
  50. package/dist/browser/operations/backupProtectionIntent.js.map +1 -0
  51. package/dist/browser/operations/backupResourceEncryptionConfigs.d.ts +30 -0
  52. package/dist/browser/operations/backupResourceEncryptionConfigs.d.ts.map +1 -0
  53. package/dist/browser/operations/backupResourceEncryptionConfigs.js +86 -0
  54. package/dist/browser/operations/backupResourceEncryptionConfigs.js.map +1 -0
  55. package/dist/browser/operations/backupResourceStorageConfigsNonCRR.d.ts +39 -0
  56. package/dist/browser/operations/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  57. package/dist/browser/operations/backupResourceStorageConfigsNonCRR.js +120 -0
  58. package/dist/browser/operations/backupResourceStorageConfigsNonCRR.js.map +1 -0
  59. package/dist/browser/operations/backupResourceVaultConfigs.d.ts +39 -0
  60. package/dist/browser/operations/backupResourceVaultConfigs.d.ts.map +1 -0
  61. package/dist/browser/operations/backupResourceVaultConfigs.js +130 -0
  62. package/dist/browser/operations/backupResourceVaultConfigs.js.map +1 -0
  63. package/dist/browser/operations/backupStatus.d.ts +20 -0
  64. package/dist/browser/operations/backupStatus.d.ts.map +1 -0
  65. package/dist/browser/operations/backupStatus.js +51 -0
  66. package/dist/browser/operations/backupStatus.js.map +1 -0
  67. package/dist/browser/operations/backupUsageSummaries.d.ts +32 -0
  68. package/dist/browser/operations/backupUsageSummaries.d.ts.map +1 -0
  69. package/dist/browser/operations/backupUsageSummaries.js +108 -0
  70. package/dist/browser/operations/backupUsageSummaries.js.map +1 -0
  71. package/dist/browser/operations/backupWorkloadItems.d.ts +51 -0
  72. package/dist/browser/operations/backupWorkloadItems.d.ts.map +1 -0
  73. package/dist/browser/operations/backupWorkloadItems.js +178 -0
  74. package/dist/browser/operations/backupWorkloadItems.js.map +1 -0
  75. package/dist/browser/operations/backups.d.ts +27 -0
  76. package/dist/browser/operations/backups.d.ts.map +1 -0
  77. package/dist/browser/operations/backups.js +71 -0
  78. package/dist/browser/operations/backups.js.map +1 -0
  79. package/dist/browser/operations/deletedProtectionContainers.d.ts +41 -0
  80. package/dist/browser/operations/deletedProtectionContainers.d.ts.map +1 -0
  81. package/dist/browser/operations/deletedProtectionContainers.js +153 -0
  82. package/dist/browser/operations/deletedProtectionContainers.js.map +1 -0
  83. package/dist/browser/operations/exportJobsOperationResults.d.ts +25 -0
  84. package/dist/browser/operations/exportJobsOperationResults.d.ts.map +1 -0
  85. package/dist/browser/operations/exportJobsOperationResults.js +62 -0
  86. package/dist/browser/operations/exportJobsOperationResults.js.map +1 -0
  87. package/dist/browser/operations/featureSupport.d.ts +20 -0
  88. package/dist/browser/operations/featureSupport.d.ts.map +1 -0
  89. package/dist/browser/operations/featureSupport.js +51 -0
  90. package/dist/browser/operations/featureSupport.js.map +1 -0
  91. package/dist/browser/operations/fetchTieringCost.d.ts +36 -0
  92. package/dist/browser/operations/fetchTieringCost.d.ts.map +1 -0
  93. package/dist/browser/operations/fetchTieringCost.js +116 -0
  94. package/dist/browser/operations/fetchTieringCost.js.map +1 -0
  95. package/dist/browser/operations/getTieringCostOperationResult.d.ts +22 -0
  96. package/dist/browser/operations/getTieringCostOperationResult.d.ts.map +1 -0
  97. package/dist/browser/operations/getTieringCostOperationResult.js +56 -0
  98. package/dist/browser/operations/getTieringCostOperationResult.js.map +1 -0
  99. package/dist/browser/operations/index.d.ts +53 -0
  100. package/dist/browser/operations/index.d.ts.map +1 -0
  101. package/dist/browser/operations/index.js +60 -0
  102. package/dist/browser/operations/index.js.map +1 -0
  103. package/dist/browser/operations/itemLevelRecoveryConnections.d.ts +48 -0
  104. package/dist/browser/operations/itemLevelRecoveryConnections.d.ts.map +1 -0
  105. package/dist/browser/operations/itemLevelRecoveryConnections.js +127 -0
  106. package/dist/browser/operations/itemLevelRecoveryConnections.js.map +1 -0
  107. package/dist/browser/operations/jobCancellations.d.ts +23 -0
  108. package/dist/browser/operations/jobCancellations.d.ts.map +1 -0
  109. package/dist/browser/operations/jobCancellations.js +55 -0
  110. package/dist/browser/operations/jobCancellations.js.map +1 -0
  111. package/dist/browser/operations/jobDetails.d.ts +22 -0
  112. package/dist/browser/operations/jobDetails.d.ts.map +1 -0
  113. package/dist/browser/operations/jobDetails.js +56 -0
  114. package/dist/browser/operations/jobDetails.js.map +1 -0
  115. package/dist/browser/operations/jobOperationResults.d.ts +23 -0
  116. package/dist/browser/operations/jobOperationResults.d.ts.map +1 -0
  117. package/dist/browser/operations/jobOperationResults.js +58 -0
  118. package/dist/browser/operations/jobOperationResults.js.map +1 -0
  119. package/dist/browser/operations/jobs.d.ts +21 -0
  120. package/dist/browser/operations/jobs.d.ts.map +1 -0
  121. package/dist/browser/operations/jobs.js +52 -0
  122. package/dist/browser/operations/jobs.js.map +1 -0
  123. package/dist/browser/operations/operation.d.ts +22 -0
  124. package/dist/browser/operations/operation.d.ts.map +1 -0
  125. package/dist/browser/operations/operation.js +57 -0
  126. package/dist/browser/operations/operation.js.map +1 -0
  127. package/dist/browser/operations/operations.d.ts +32 -0
  128. package/dist/browser/operations/operations.d.ts.map +1 -0
  129. package/dist/browser/operations/operations.js +127 -0
  130. package/dist/browser/operations/operations.js.map +1 -0
  131. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +61 -0
  132. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  133. package/dist/browser/operations/privateEndpointConnectionOperations.js +237 -0
  134. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
  135. package/dist/browser/operations/privateEndpointOperations.d.ts +23 -0
  136. package/dist/browser/operations/privateEndpointOperations.d.ts.map +1 -0
  137. package/dist/browser/operations/privateEndpointOperations.js +64 -0
  138. package/dist/browser/operations/privateEndpointOperations.js.map +1 -0
  139. package/dist/browser/operations/protectableContainers.d.ts +44 -0
  140. package/dist/browser/operations/protectableContainers.d.ts.map +1 -0
  141. package/dist/browser/operations/protectableContainers.js +158 -0
  142. package/dist/browser/operations/protectableContainers.js.map +1 -0
  143. package/dist/browser/operations/protectedItemOperationResults.d.ts +25 -0
  144. package/dist/browser/operations/protectedItemOperationResults.d.ts.map +1 -0
  145. package/dist/browser/operations/protectedItemOperationResults.js +72 -0
  146. package/dist/browser/operations/protectedItemOperationResults.js.map +1 -0
  147. package/dist/browser/operations/protectedItemOperationStatuses.d.ts +29 -0
  148. package/dist/browser/operations/protectedItemOperationStatuses.d.ts.map +1 -0
  149. package/dist/browser/operations/protectedItemOperationStatuses.js +74 -0
  150. package/dist/browser/operations/protectedItemOperationStatuses.js.map +1 -0
  151. package/dist/browser/operations/protectedItems.d.ts +53 -0
  152. package/dist/browser/operations/protectedItems.d.ts.map +1 -0
  153. package/dist/browser/operations/protectedItems.js +170 -0
  154. package/dist/browser/operations/protectedItems.js.map +1 -0
  155. package/dist/browser/operations/protectionContainerOperationResults.d.ts +24 -0
  156. package/dist/browser/operations/protectionContainerOperationResults.d.ts.map +1 -0
  157. package/dist/browser/operations/protectionContainerOperationResults.js +69 -0
  158. package/dist/browser/operations/protectionContainerOperationResults.js.map +1 -0
  159. package/dist/browser/operations/protectionContainerRefreshOperationResults.d.ts +23 -0
  160. package/dist/browser/operations/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  161. package/dist/browser/operations/protectionContainerRefreshOperationResults.js +57 -0
  162. package/dist/browser/operations/protectionContainerRefreshOperationResults.js.map +1 -0
  163. package/dist/browser/operations/protectionContainers.d.ts +88 -0
  164. package/dist/browser/operations/protectionContainers.d.ts.map +1 -0
  165. package/dist/browser/operations/protectionContainers.js +272 -0
  166. package/dist/browser/operations/protectionContainers.js.map +1 -0
  167. package/dist/browser/operations/protectionIntentOperations.d.ts +56 -0
  168. package/dist/browser/operations/protectionIntentOperations.d.ts.map +1 -0
  169. package/dist/browser/operations/protectionIntentOperations.js +157 -0
  170. package/dist/browser/operations/protectionIntentOperations.js.map +1 -0
  171. package/dist/browser/operations/protectionPolicies.d.ts +59 -0
  172. package/dist/browser/operations/protectionPolicies.d.ts.map +1 -0
  173. package/dist/browser/operations/protectionPolicies.js +185 -0
  174. package/dist/browser/operations/protectionPolicies.js.map +1 -0
  175. package/dist/browser/operations/protectionPolicyOperationResults.d.ts +23 -0
  176. package/dist/browser/operations/protectionPolicyOperationResults.d.ts.map +1 -0
  177. package/dist/browser/operations/protectionPolicyOperationResults.js +58 -0
  178. package/dist/browser/operations/protectionPolicyOperationResults.js.map +1 -0
  179. package/dist/browser/operations/protectionPolicyOperationStatuses.d.ts +27 -0
  180. package/dist/browser/operations/protectionPolicyOperationStatuses.d.ts.map +1 -0
  181. package/dist/browser/operations/protectionPolicyOperationStatuses.js +62 -0
  182. package/dist/browser/operations/protectionPolicyOperationStatuses.js.map +1 -0
  183. package/dist/browser/operations/recoveryPoints.d.ts +64 -0
  184. package/dist/browser/operations/recoveryPoints.d.ts.map +1 -0
  185. package/dist/browser/operations/recoveryPoints.js +232 -0
  186. package/dist/browser/operations/recoveryPoints.js.map +1 -0
  187. package/dist/browser/operations/recoveryPointsRecommendedForMove.d.ts +53 -0
  188. package/dist/browser/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  189. package/dist/browser/operations/recoveryPointsRecommendedForMove.js +191 -0
  190. package/dist/browser/operations/recoveryPointsRecommendedForMove.js.map +1 -0
  191. package/dist/browser/operations/resourceGuardProxies.d.ts +41 -0
  192. package/dist/browser/operations/resourceGuardProxies.d.ts.map +1 -0
  193. package/dist/browser/operations/resourceGuardProxies.js +153 -0
  194. package/dist/browser/operations/resourceGuardProxies.js.map +1 -0
  195. package/dist/browser/operations/resourceGuardProxy.d.ts +52 -0
  196. package/dist/browser/operations/resourceGuardProxy.d.ts.map +1 -0
  197. package/dist/browser/operations/resourceGuardProxy.js +173 -0
  198. package/dist/browser/operations/resourceGuardProxy.js.map +1 -0
  199. package/dist/browser/operations/restores.d.ts +44 -0
  200. package/dist/browser/operations/restores.d.ts.map +1 -0
  201. package/dist/browser/operations/restores.js +133 -0
  202. package/dist/browser/operations/restores.js.map +1 -0
  203. package/dist/browser/operations/securityPINs.d.ts +21 -0
  204. package/dist/browser/operations/securityPINs.d.ts.map +1 -0
  205. package/dist/browser/operations/securityPINs.js +60 -0
  206. package/dist/browser/operations/securityPINs.js.map +1 -0
  207. package/dist/browser/operations/tieringCostOperationStatus.d.ts +22 -0
  208. package/dist/browser/operations/tieringCostOperationStatus.d.ts.map +1 -0
  209. package/dist/browser/operations/tieringCostOperationStatus.js +56 -0
  210. package/dist/browser/operations/tieringCostOperationStatus.js.map +1 -0
  211. package/dist/browser/operations/validateOperation.d.ts +34 -0
  212. package/dist/browser/operations/validateOperation.d.ts.map +1 -0
  213. package/dist/browser/operations/validateOperation.js +106 -0
  214. package/dist/browser/operations/validateOperation.js.map +1 -0
  215. package/dist/browser/operations/validateOperationResults.d.ts +22 -0
  216. package/dist/browser/operations/validateOperationResults.d.ts.map +1 -0
  217. package/dist/browser/operations/validateOperationResults.js +57 -0
  218. package/dist/browser/operations/validateOperationResults.js.map +1 -0
  219. package/dist/browser/operations/validateOperationStatuses.d.ts +25 -0
  220. package/dist/browser/operations/validateOperationStatuses.d.ts.map +1 -0
  221. package/dist/browser/operations/validateOperationStatuses.js +59 -0
  222. package/dist/browser/operations/validateOperationStatuses.js.map +1 -0
  223. package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +14 -0
  224. package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  225. package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +1 -0
  226. package/dist/browser/operationsInterfaces/backupEngines.d.ts +23 -0
  227. package/dist/browser/operationsInterfaces/backupEngines.d.ts.map +1 -0
  228. package/dist/browser/operationsInterfaces/backupEngines.js.map +1 -0
  229. package/dist/browser/operationsInterfaces/backupJobs.d.ts +14 -0
  230. package/dist/browser/operationsInterfaces/backupJobs.d.ts.map +1 -0
  231. package/dist/browser/operationsInterfaces/backupJobs.js.map +1 -0
  232. package/dist/browser/operationsInterfaces/backupOperationResults.d.ts +20 -0
  233. package/dist/browser/operationsInterfaces/backupOperationResults.d.ts.map +1 -0
  234. package/dist/browser/operationsInterfaces/backupOperationResults.js.map +1 -0
  235. package/dist/browser/operationsInterfaces/backupOperationStatuses.d.ts +18 -0
  236. package/dist/browser/operationsInterfaces/backupOperationStatuses.d.ts.map +1 -0
  237. package/dist/browser/operationsInterfaces/backupOperationStatuses.js.map +1 -0
  238. package/dist/browser/operationsInterfaces/backupPolicies.d.ts +16 -0
  239. package/dist/browser/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  240. package/dist/browser/operationsInterfaces/backupPolicies.js.map +1 -0
  241. package/dist/browser/operationsInterfaces/backupProtectableItems.d.ts +16 -0
  242. package/dist/browser/operationsInterfaces/backupProtectableItems.d.ts.map +1 -0
  243. package/dist/browser/operationsInterfaces/backupProtectableItems.js.map +1 -0
  244. package/dist/browser/operationsInterfaces/backupProtectedItems.d.ts +14 -0
  245. package/dist/browser/operationsInterfaces/backupProtectedItems.d.ts.map +1 -0
  246. package/dist/browser/operationsInterfaces/backupProtectedItems.js.map +1 -0
  247. package/dist/browser/operationsInterfaces/backupProtectionContainers.d.ts +14 -0
  248. package/dist/browser/operationsInterfaces/backupProtectionContainers.d.ts.map +1 -0
  249. package/dist/browser/operationsInterfaces/backupProtectionContainers.js.map +1 -0
  250. package/dist/browser/operationsInterfaces/backupProtectionIntent.d.ts +14 -0
  251. package/dist/browser/operationsInterfaces/backupProtectionIntent.d.ts.map +1 -0
  252. package/dist/browser/operationsInterfaces/backupProtectionIntent.js.map +1 -0
  253. package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +22 -0
  254. package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +1 -0
  255. package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.js.map +1 -0
  256. package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +31 -0
  257. package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  258. package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +1 -0
  259. package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.d.ts +31 -0
  260. package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +1 -0
  261. package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.js.map +1 -0
  262. package/dist/browser/operationsInterfaces/backupStatus.d.ts +12 -0
  263. package/dist/browser/operationsInterfaces/backupStatus.d.ts.map +1 -0
  264. package/dist/browser/operationsInterfaces/backupStatus.js.map +1 -0
  265. package/dist/browser/operationsInterfaces/backupUsageSummaries.d.ts +14 -0
  266. package/dist/browser/operationsInterfaces/backupUsageSummaries.d.ts.map +1 -0
  267. package/dist/browser/operationsInterfaces/backupUsageSummaries.js.map +1 -0
  268. package/dist/browser/operationsInterfaces/backupWorkloadItems.d.ts +18 -0
  269. package/dist/browser/operationsInterfaces/backupWorkloadItems.d.ts.map +1 -0
  270. package/dist/browser/operationsInterfaces/backupWorkloadItems.js.map +1 -0
  271. package/dist/browser/operationsInterfaces/backups.d.ts +19 -0
  272. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  273. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  274. package/dist/browser/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  275. package/dist/browser/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  276. package/dist/browser/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  277. package/dist/browser/operationsInterfaces/exportJobsOperationResults.d.ts +17 -0
  278. package/dist/browser/operationsInterfaces/exportJobsOperationResults.d.ts.map +1 -0
  279. package/dist/browser/operationsInterfaces/exportJobsOperationResults.js.map +1 -0
  280. package/dist/browser/operationsInterfaces/featureSupport.d.ts +12 -0
  281. package/dist/browser/operationsInterfaces/featureSupport.d.ts.map +1 -0
  282. package/dist/browser/operationsInterfaces/featureSupport.js.map +1 -0
  283. package/dist/browser/operationsInterfaces/fetchTieringCost.d.ts +28 -0
  284. package/dist/browser/operationsInterfaces/fetchTieringCost.d.ts.map +1 -0
  285. package/dist/browser/operationsInterfaces/fetchTieringCost.js.map +1 -0
  286. package/dist/browser/operationsInterfaces/getTieringCostOperationResult.d.ts +14 -0
  287. package/dist/browser/operationsInterfaces/getTieringCostOperationResult.d.ts.map +1 -0
  288. package/dist/browser/operationsInterfaces/getTieringCostOperationResult.js.map +1 -0
  289. package/dist/browser/operationsInterfaces/index.d.ts +53 -0
  290. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  291. package/dist/browser/operationsInterfaces/index.js +60 -0
  292. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  293. package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.d.ts +40 -0
  294. package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +1 -0
  295. package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.js.map +1 -0
  296. package/dist/browser/operationsInterfaces/jobCancellations.d.ts +15 -0
  297. package/dist/browser/operationsInterfaces/jobCancellations.d.ts.map +1 -0
  298. package/dist/browser/operationsInterfaces/jobCancellations.js.map +1 -0
  299. package/dist/browser/operationsInterfaces/jobDetails.d.ts +14 -0
  300. package/dist/browser/operationsInterfaces/jobDetails.d.ts.map +1 -0
  301. package/dist/browser/operationsInterfaces/jobDetails.js.map +1 -0
  302. package/dist/browser/operationsInterfaces/jobOperationResults.d.ts +15 -0
  303. package/dist/browser/operationsInterfaces/jobOperationResults.d.ts.map +1 -0
  304. package/dist/browser/operationsInterfaces/jobOperationResults.js.map +1 -0
  305. package/dist/browser/operationsInterfaces/jobs.d.ts +13 -0
  306. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  307. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  308. package/dist/browser/operationsInterfaces/operation.d.ts +14 -0
  309. package/dist/browser/operationsInterfaces/operation.d.ts.map +1 -0
  310. package/dist/browser/operationsInterfaces/operation.js.map +1 -0
  311. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  312. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  313. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  314. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +53 -0
  315. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  316. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  317. package/dist/browser/operationsInterfaces/privateEndpointOperations.d.ts +15 -0
  318. package/dist/browser/operationsInterfaces/privateEndpointOperations.d.ts.map +1 -0
  319. package/dist/browser/operationsInterfaces/privateEndpointOperations.js.map +1 -0
  320. package/dist/browser/operationsInterfaces/protectableContainers.d.ts +15 -0
  321. package/dist/browser/operationsInterfaces/protectableContainers.d.ts.map +1 -0
  322. package/dist/browser/operationsInterfaces/protectableContainers.js.map +1 -0
  323. package/dist/browser/operationsInterfaces/protectedItemOperationResults.d.ts +17 -0
  324. package/dist/browser/operationsInterfaces/protectedItemOperationResults.d.ts.map +1 -0
  325. package/dist/browser/operationsInterfaces/protectedItemOperationResults.js.map +1 -0
  326. package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.d.ts +21 -0
  327. package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +1 -0
  328. package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.js.map +1 -0
  329. package/dist/browser/operationsInterfaces/protectedItems.d.ts +45 -0
  330. package/dist/browser/operationsInterfaces/protectedItems.d.ts.map +1 -0
  331. package/dist/browser/operationsInterfaces/protectedItems.js.map +1 -0
  332. package/dist/browser/operationsInterfaces/protectionContainerOperationResults.d.ts +16 -0
  333. package/dist/browser/operationsInterfaces/protectionContainerOperationResults.d.ts.map +1 -0
  334. package/dist/browser/operationsInterfaces/protectionContainerOperationResults.js.map +1 -0
  335. package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +15 -0
  336. package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  337. package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +1 -0
  338. package/dist/browser/operationsInterfaces/protectionContainers.d.ts +80 -0
  339. package/dist/browser/operationsInterfaces/protectionContainers.d.ts.map +1 -0
  340. package/dist/browser/operationsInterfaces/protectionContainers.js.map +1 -0
  341. package/dist/browser/operationsInterfaces/protectionIntentOperations.d.ts +48 -0
  342. package/dist/browser/operationsInterfaces/protectionIntentOperations.d.ts.map +1 -0
  343. package/dist/browser/operationsInterfaces/protectionIntentOperations.js.map +1 -0
  344. package/dist/browser/operationsInterfaces/protectionPolicies.d.ts +51 -0
  345. package/dist/browser/operationsInterfaces/protectionPolicies.d.ts.map +1 -0
  346. package/dist/browser/operationsInterfaces/protectionPolicies.js.map +1 -0
  347. package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.d.ts +15 -0
  348. package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +1 -0
  349. package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.js.map +1 -0
  350. package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +19 -0
  351. package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +1 -0
  352. package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.js.map +1 -0
  353. package/dist/browser/operationsInterfaces/recoveryPoints.d.ts +31 -0
  354. package/dist/browser/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
  355. package/dist/browser/operationsInterfaces/recoveryPoints.js.map +1 -0
  356. package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +18 -0
  357. package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  358. package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +1 -0
  359. package/dist/browser/operationsInterfaces/resourceGuardProxies.d.ts +14 -0
  360. package/dist/browser/operationsInterfaces/resourceGuardProxies.d.ts.map +1 -0
  361. package/dist/browser/operationsInterfaces/resourceGuardProxies.js.map +1 -0
  362. package/dist/browser/operationsInterfaces/resourceGuardProxy.d.ts +44 -0
  363. package/dist/browser/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -0
  364. package/dist/browser/operationsInterfaces/resourceGuardProxy.js.map +1 -0
  365. package/dist/browser/operationsInterfaces/restores.d.ts +36 -0
  366. package/dist/browser/operationsInterfaces/restores.d.ts.map +1 -0
  367. package/dist/browser/operationsInterfaces/restores.js.map +1 -0
  368. package/dist/browser/operationsInterfaces/securityPINs.d.ts +13 -0
  369. package/dist/browser/operationsInterfaces/securityPINs.d.ts.map +1 -0
  370. package/dist/browser/operationsInterfaces/securityPINs.js.map +1 -0
  371. package/dist/browser/operationsInterfaces/tieringCostOperationStatus.d.ts +14 -0
  372. package/dist/browser/operationsInterfaces/tieringCostOperationStatus.d.ts.map +1 -0
  373. package/dist/browser/operationsInterfaces/tieringCostOperationStatus.js.map +1 -0
  374. package/dist/browser/operationsInterfaces/validateOperation.d.ts +26 -0
  375. package/dist/browser/operationsInterfaces/validateOperation.d.ts.map +1 -0
  376. package/dist/browser/operationsInterfaces/validateOperation.js.map +1 -0
  377. package/dist/browser/operationsInterfaces/validateOperationResults.d.ts +14 -0
  378. package/dist/browser/operationsInterfaces/validateOperationResults.d.ts.map +1 -0
  379. package/dist/browser/operationsInterfaces/validateOperationResults.js.map +1 -0
  380. package/dist/browser/operationsInterfaces/validateOperationStatuses.d.ts +17 -0
  381. package/dist/browser/operationsInterfaces/validateOperationStatuses.d.ts.map +1 -0
  382. package/dist/browser/operationsInterfaces/validateOperationStatuses.js.map +1 -0
  383. package/dist/browser/package.json +3 -0
  384. package/dist/browser/pagingHelper.js.map +1 -0
  385. package/dist/browser/recoveryServicesBackupClient.d.ts +143 -0
  386. package/dist/browser/recoveryServicesBackupClient.d.ts.map +1 -0
  387. package/dist/browser/recoveryServicesBackupClient.js +455 -0
  388. package/dist/browser/recoveryServicesBackupClient.js.map +1 -0
  389. package/dist/commonjs/index.d.ts +5 -0
  390. package/dist/commonjs/index.d.ts.map +1 -0
  391. package/dist/commonjs/index.js +19 -0
  392. package/dist/commonjs/index.js.map +1 -0
  393. package/dist/commonjs/lroImpl.d.ts +11 -0
  394. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  395. package/dist/commonjs/lroImpl.js +17 -0
  396. package/dist/commonjs/lroImpl.js.map +1 -0
  397. package/dist/commonjs/models/index.d.ts +5435 -0
  398. package/dist/commonjs/models/index.d.ts.map +1 -0
  399. package/dist/commonjs/models/index.js +924 -0
  400. package/dist/commonjs/models/index.js.map +1 -0
  401. package/dist/commonjs/models/mappers.d.ts +458 -0
  402. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  403. package/dist/commonjs/models/mappers.js +9094 -0
  404. package/dist/commonjs/models/mappers.js.map +1 -0
  405. package/dist/commonjs/models/parameters.d.ts +49 -0
  406. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  407. package/dist/commonjs/models/parameters.js +351 -0
  408. package/dist/commonjs/models/parameters.js.map +1 -0
  409. package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.d.ts +22 -0
  410. package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  411. package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.js +62 -0
  412. package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.js.map +1 -0
  413. package/dist/commonjs/operations/backupEngines.d.ts +50 -0
  414. package/dist/commonjs/operations/backupEngines.d.ts.map +1 -0
  415. package/dist/commonjs/operations/backupEngines.js +198 -0
  416. package/dist/commonjs/operations/backupEngines.js.map +1 -0
  417. package/dist/commonjs/operations/backupJobs.d.ts +41 -0
  418. package/dist/commonjs/operations/backupJobs.d.ts.map +1 -0
  419. package/dist/commonjs/operations/backupJobs.js +161 -0
  420. package/dist/commonjs/operations/backupJobs.js.map +1 -0
  421. package/dist/commonjs/operations/backupOperationResults.d.ts +28 -0
  422. package/dist/commonjs/operations/backupOperationResults.d.ts.map +1 -0
  423. package/dist/commonjs/operations/backupOperationResults.js +67 -0
  424. package/dist/commonjs/operations/backupOperationResults.js.map +1 -0
  425. package/dist/commonjs/operations/backupOperationStatuses.d.ts +26 -0
  426. package/dist/commonjs/operations/backupOperationStatuses.d.ts.map +1 -0
  427. package/dist/commonjs/operations/backupOperationStatuses.js +65 -0
  428. package/dist/commonjs/operations/backupOperationStatuses.js.map +1 -0
  429. package/dist/commonjs/operations/backupPolicies.d.ts +45 -0
  430. package/dist/commonjs/operations/backupPolicies.d.ts.map +1 -0
  431. package/dist/commonjs/operations/backupPolicies.js +161 -0
  432. package/dist/commonjs/operations/backupPolicies.js.map +1 -0
  433. package/dist/commonjs/operations/backupProtectableItems.d.ts +45 -0
  434. package/dist/commonjs/operations/backupProtectableItems.d.ts.map +1 -0
  435. package/dist/commonjs/operations/backupProtectableItems.js +165 -0
  436. package/dist/commonjs/operations/backupProtectableItems.js.map +1 -0
  437. package/dist/commonjs/operations/backupProtectedItems.d.ts +41 -0
  438. package/dist/commonjs/operations/backupProtectedItems.d.ts.map +1 -0
  439. package/dist/commonjs/operations/backupProtectedItems.js +161 -0
  440. package/dist/commonjs/operations/backupProtectedItems.js.map +1 -0
  441. package/dist/commonjs/operations/backupProtectionContainers.d.ts +41 -0
  442. package/dist/commonjs/operations/backupProtectionContainers.d.ts.map +1 -0
  443. package/dist/commonjs/operations/backupProtectionContainers.js +157 -0
  444. package/dist/commonjs/operations/backupProtectionContainers.js.map +1 -0
  445. package/dist/commonjs/operations/backupProtectionIntent.d.ts +41 -0
  446. package/dist/commonjs/operations/backupProtectionIntent.d.ts.map +1 -0
  447. package/dist/commonjs/operations/backupProtectionIntent.js +155 -0
  448. package/dist/commonjs/operations/backupProtectionIntent.js.map +1 -0
  449. package/dist/commonjs/operations/backupResourceEncryptionConfigs.d.ts +30 -0
  450. package/dist/commonjs/operations/backupResourceEncryptionConfigs.d.ts.map +1 -0
  451. package/dist/commonjs/operations/backupResourceEncryptionConfigs.js +91 -0
  452. package/dist/commonjs/operations/backupResourceEncryptionConfigs.js.map +1 -0
  453. package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.d.ts +39 -0
  454. package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  455. package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.js +125 -0
  456. package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.js.map +1 -0
  457. package/dist/commonjs/operations/backupResourceVaultConfigs.d.ts +39 -0
  458. package/dist/commonjs/operations/backupResourceVaultConfigs.d.ts.map +1 -0
  459. package/dist/commonjs/operations/backupResourceVaultConfigs.js +135 -0
  460. package/dist/commonjs/operations/backupResourceVaultConfigs.js.map +1 -0
  461. package/dist/commonjs/operations/backupStatus.d.ts +20 -0
  462. package/dist/commonjs/operations/backupStatus.d.ts.map +1 -0
  463. package/dist/commonjs/operations/backupStatus.js +56 -0
  464. package/dist/commonjs/operations/backupStatus.js.map +1 -0
  465. package/dist/commonjs/operations/backupUsageSummaries.d.ts +32 -0
  466. package/dist/commonjs/operations/backupUsageSummaries.d.ts.map +1 -0
  467. package/dist/commonjs/operations/backupUsageSummaries.js +112 -0
  468. package/dist/commonjs/operations/backupUsageSummaries.js.map +1 -0
  469. package/dist/commonjs/operations/backupWorkloadItems.d.ts +51 -0
  470. package/dist/commonjs/operations/backupWorkloadItems.d.ts.map +1 -0
  471. package/dist/commonjs/operations/backupWorkloadItems.js +182 -0
  472. package/dist/commonjs/operations/backupWorkloadItems.js.map +1 -0
  473. package/dist/commonjs/operations/backups.d.ts +27 -0
  474. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  475. package/dist/commonjs/operations/backups.js +76 -0
  476. package/dist/commonjs/operations/backups.js.map +1 -0
  477. package/dist/commonjs/operations/deletedProtectionContainers.d.ts +41 -0
  478. package/dist/commonjs/operations/deletedProtectionContainers.d.ts.map +1 -0
  479. package/dist/commonjs/operations/deletedProtectionContainers.js +157 -0
  480. package/dist/commonjs/operations/deletedProtectionContainers.js.map +1 -0
  481. package/dist/commonjs/operations/exportJobsOperationResults.d.ts +25 -0
  482. package/dist/commonjs/operations/exportJobsOperationResults.d.ts.map +1 -0
  483. package/dist/commonjs/operations/exportJobsOperationResults.js +67 -0
  484. package/dist/commonjs/operations/exportJobsOperationResults.js.map +1 -0
  485. package/dist/commonjs/operations/featureSupport.d.ts +20 -0
  486. package/dist/commonjs/operations/featureSupport.d.ts.map +1 -0
  487. package/dist/commonjs/operations/featureSupport.js +56 -0
  488. package/dist/commonjs/operations/featureSupport.js.map +1 -0
  489. package/dist/commonjs/operations/fetchTieringCost.d.ts +36 -0
  490. package/dist/commonjs/operations/fetchTieringCost.d.ts.map +1 -0
  491. package/dist/commonjs/operations/fetchTieringCost.js +121 -0
  492. package/dist/commonjs/operations/fetchTieringCost.js.map +1 -0
  493. package/dist/commonjs/operations/getTieringCostOperationResult.d.ts +22 -0
  494. package/dist/commonjs/operations/getTieringCostOperationResult.d.ts.map +1 -0
  495. package/dist/commonjs/operations/getTieringCostOperationResult.js +61 -0
  496. package/dist/commonjs/operations/getTieringCostOperationResult.js.map +1 -0
  497. package/dist/commonjs/operations/index.d.ts +53 -0
  498. package/dist/commonjs/operations/index.d.ts.map +1 -0
  499. package/dist/commonjs/operations/index.js +63 -0
  500. package/dist/commonjs/operations/index.js.map +1 -0
  501. package/dist/commonjs/operations/itemLevelRecoveryConnections.d.ts +48 -0
  502. package/dist/commonjs/operations/itemLevelRecoveryConnections.d.ts.map +1 -0
  503. package/dist/commonjs/operations/itemLevelRecoveryConnections.js +132 -0
  504. package/dist/commonjs/operations/itemLevelRecoveryConnections.js.map +1 -0
  505. package/dist/commonjs/operations/jobCancellations.d.ts +23 -0
  506. package/dist/commonjs/operations/jobCancellations.d.ts.map +1 -0
  507. package/dist/commonjs/operations/jobCancellations.js +60 -0
  508. package/dist/commonjs/operations/jobCancellations.js.map +1 -0
  509. package/dist/commonjs/operations/jobDetails.d.ts +22 -0
  510. package/dist/commonjs/operations/jobDetails.d.ts.map +1 -0
  511. package/dist/commonjs/operations/jobDetails.js +61 -0
  512. package/dist/commonjs/operations/jobDetails.js.map +1 -0
  513. package/dist/commonjs/operations/jobOperationResults.d.ts +23 -0
  514. package/dist/commonjs/operations/jobOperationResults.d.ts.map +1 -0
  515. package/dist/commonjs/operations/jobOperationResults.js +63 -0
  516. package/dist/commonjs/operations/jobOperationResults.js.map +1 -0
  517. package/dist/commonjs/operations/jobs.d.ts +21 -0
  518. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  519. package/dist/commonjs/operations/jobs.js +57 -0
  520. package/dist/commonjs/operations/jobs.js.map +1 -0
  521. package/dist/commonjs/operations/operation.d.ts +22 -0
  522. package/dist/commonjs/operations/operation.d.ts.map +1 -0
  523. package/dist/commonjs/operations/operation.js +62 -0
  524. package/dist/commonjs/operations/operation.js.map +1 -0
  525. package/dist/commonjs/operations/operations.d.ts +32 -0
  526. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  527. package/dist/commonjs/operations/operations.js +131 -0
  528. package/dist/commonjs/operations/operations.js.map +1 -0
  529. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +61 -0
  530. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  531. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +242 -0
  532. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
  533. package/dist/commonjs/operations/privateEndpointOperations.d.ts +23 -0
  534. package/dist/commonjs/operations/privateEndpointOperations.d.ts.map +1 -0
  535. package/dist/commonjs/operations/privateEndpointOperations.js +69 -0
  536. package/dist/commonjs/operations/privateEndpointOperations.js.map +1 -0
  537. package/dist/commonjs/operations/protectableContainers.d.ts +44 -0
  538. package/dist/commonjs/operations/protectableContainers.d.ts.map +1 -0
  539. package/dist/commonjs/operations/protectableContainers.js +162 -0
  540. package/dist/commonjs/operations/protectableContainers.js.map +1 -0
  541. package/dist/commonjs/operations/protectedItemOperationResults.d.ts +25 -0
  542. package/dist/commonjs/operations/protectedItemOperationResults.d.ts.map +1 -0
  543. package/dist/commonjs/operations/protectedItemOperationResults.js +77 -0
  544. package/dist/commonjs/operations/protectedItemOperationResults.js.map +1 -0
  545. package/dist/commonjs/operations/protectedItemOperationStatuses.d.ts +29 -0
  546. package/dist/commonjs/operations/protectedItemOperationStatuses.d.ts.map +1 -0
  547. package/dist/commonjs/operations/protectedItemOperationStatuses.js +79 -0
  548. package/dist/commonjs/operations/protectedItemOperationStatuses.js.map +1 -0
  549. package/dist/commonjs/operations/protectedItems.d.ts +53 -0
  550. package/dist/commonjs/operations/protectedItems.d.ts.map +1 -0
  551. package/dist/commonjs/operations/protectedItems.js +175 -0
  552. package/dist/commonjs/operations/protectedItems.js.map +1 -0
  553. package/dist/commonjs/operations/protectionContainerOperationResults.d.ts +24 -0
  554. package/dist/commonjs/operations/protectionContainerOperationResults.d.ts.map +1 -0
  555. package/dist/commonjs/operations/protectionContainerOperationResults.js +74 -0
  556. package/dist/commonjs/operations/protectionContainerOperationResults.js.map +1 -0
  557. package/dist/commonjs/operations/protectionContainerRefreshOperationResults.d.ts +23 -0
  558. package/dist/commonjs/operations/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  559. package/dist/commonjs/operations/protectionContainerRefreshOperationResults.js +62 -0
  560. package/dist/commonjs/operations/protectionContainerRefreshOperationResults.js.map +1 -0
  561. package/dist/commonjs/operations/protectionContainers.d.ts +88 -0
  562. package/dist/commonjs/operations/protectionContainers.d.ts.map +1 -0
  563. package/dist/commonjs/operations/protectionContainers.js +277 -0
  564. package/dist/commonjs/operations/protectionContainers.js.map +1 -0
  565. package/dist/commonjs/operations/protectionIntentOperations.d.ts +56 -0
  566. package/dist/commonjs/operations/protectionIntentOperations.d.ts.map +1 -0
  567. package/dist/commonjs/operations/protectionIntentOperations.js +162 -0
  568. package/dist/commonjs/operations/protectionIntentOperations.js.map +1 -0
  569. package/dist/commonjs/operations/protectionPolicies.d.ts +59 -0
  570. package/dist/commonjs/operations/protectionPolicies.d.ts.map +1 -0
  571. package/dist/commonjs/operations/protectionPolicies.js +190 -0
  572. package/dist/commonjs/operations/protectionPolicies.js.map +1 -0
  573. package/dist/commonjs/operations/protectionPolicyOperationResults.d.ts +23 -0
  574. package/dist/commonjs/operations/protectionPolicyOperationResults.d.ts.map +1 -0
  575. package/dist/commonjs/operations/protectionPolicyOperationResults.js +63 -0
  576. package/dist/commonjs/operations/protectionPolicyOperationResults.js.map +1 -0
  577. package/dist/commonjs/operations/protectionPolicyOperationStatuses.d.ts +27 -0
  578. package/dist/commonjs/operations/protectionPolicyOperationStatuses.d.ts.map +1 -0
  579. package/dist/commonjs/operations/protectionPolicyOperationStatuses.js +67 -0
  580. package/dist/commonjs/operations/protectionPolicyOperationStatuses.js.map +1 -0
  581. package/dist/commonjs/operations/recoveryPoints.d.ts +64 -0
  582. package/dist/commonjs/operations/recoveryPoints.d.ts.map +1 -0
  583. package/dist/commonjs/operations/recoveryPoints.js +236 -0
  584. package/dist/commonjs/operations/recoveryPoints.js.map +1 -0
  585. package/dist/commonjs/operations/recoveryPointsRecommendedForMove.d.ts +53 -0
  586. package/dist/commonjs/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  587. package/dist/commonjs/operations/recoveryPointsRecommendedForMove.js +195 -0
  588. package/dist/commonjs/operations/recoveryPointsRecommendedForMove.js.map +1 -0
  589. package/dist/commonjs/operations/resourceGuardProxies.d.ts +41 -0
  590. package/dist/commonjs/operations/resourceGuardProxies.d.ts.map +1 -0
  591. package/dist/commonjs/operations/resourceGuardProxies.js +157 -0
  592. package/dist/commonjs/operations/resourceGuardProxies.js.map +1 -0
  593. package/dist/commonjs/operations/resourceGuardProxy.d.ts +52 -0
  594. package/dist/commonjs/operations/resourceGuardProxy.d.ts.map +1 -0
  595. package/dist/commonjs/operations/resourceGuardProxy.js +178 -0
  596. package/dist/commonjs/operations/resourceGuardProxy.js.map +1 -0
  597. package/dist/commonjs/operations/restores.d.ts +44 -0
  598. package/dist/commonjs/operations/restores.d.ts.map +1 -0
  599. package/dist/commonjs/operations/restores.js +138 -0
  600. package/dist/commonjs/operations/restores.js.map +1 -0
  601. package/dist/commonjs/operations/securityPINs.d.ts +21 -0
  602. package/dist/commonjs/operations/securityPINs.d.ts.map +1 -0
  603. package/dist/commonjs/operations/securityPINs.js +65 -0
  604. package/dist/commonjs/operations/securityPINs.js.map +1 -0
  605. package/dist/commonjs/operations/tieringCostOperationStatus.d.ts +22 -0
  606. package/dist/commonjs/operations/tieringCostOperationStatus.d.ts.map +1 -0
  607. package/dist/commonjs/operations/tieringCostOperationStatus.js +61 -0
  608. package/dist/commonjs/operations/tieringCostOperationStatus.js.map +1 -0
  609. package/dist/commonjs/operations/validateOperation.d.ts +34 -0
  610. package/dist/commonjs/operations/validateOperation.d.ts.map +1 -0
  611. package/dist/commonjs/operations/validateOperation.js +111 -0
  612. package/dist/commonjs/operations/validateOperation.js.map +1 -0
  613. package/dist/commonjs/operations/validateOperationResults.d.ts +22 -0
  614. package/dist/commonjs/operations/validateOperationResults.d.ts.map +1 -0
  615. package/dist/commonjs/operations/validateOperationResults.js +62 -0
  616. package/dist/commonjs/operations/validateOperationResults.js.map +1 -0
  617. package/dist/commonjs/operations/validateOperationStatuses.d.ts +25 -0
  618. package/dist/commonjs/operations/validateOperationStatuses.d.ts.map +1 -0
  619. package/dist/commonjs/operations/validateOperationStatuses.js +64 -0
  620. package/dist/commonjs/operations/validateOperationStatuses.js.map +1 -0
  621. package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +14 -0
  622. package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  623. package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +10 -0
  624. package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +1 -0
  625. package/dist/commonjs/operationsInterfaces/backupEngines.d.ts +23 -0
  626. package/dist/commonjs/operationsInterfaces/backupEngines.d.ts.map +1 -0
  627. package/dist/commonjs/operationsInterfaces/backupEngines.js +10 -0
  628. package/dist/commonjs/operationsInterfaces/backupEngines.js.map +1 -0
  629. package/dist/commonjs/operationsInterfaces/backupJobs.d.ts +14 -0
  630. package/dist/commonjs/operationsInterfaces/backupJobs.d.ts.map +1 -0
  631. package/dist/commonjs/operationsInterfaces/backupJobs.js +10 -0
  632. package/dist/commonjs/operationsInterfaces/backupJobs.js.map +1 -0
  633. package/dist/commonjs/operationsInterfaces/backupOperationResults.d.ts +20 -0
  634. package/dist/commonjs/operationsInterfaces/backupOperationResults.d.ts.map +1 -0
  635. package/dist/commonjs/operationsInterfaces/backupOperationResults.js +10 -0
  636. package/dist/commonjs/operationsInterfaces/backupOperationResults.js.map +1 -0
  637. package/dist/commonjs/operationsInterfaces/backupOperationStatuses.d.ts +18 -0
  638. package/dist/commonjs/operationsInterfaces/backupOperationStatuses.d.ts.map +1 -0
  639. package/dist/commonjs/operationsInterfaces/backupOperationStatuses.js +10 -0
  640. package/dist/commonjs/operationsInterfaces/backupOperationStatuses.js.map +1 -0
  641. package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts +16 -0
  642. package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  643. package/dist/commonjs/operationsInterfaces/backupPolicies.js +10 -0
  644. package/dist/commonjs/operationsInterfaces/backupPolicies.js.map +1 -0
  645. package/dist/commonjs/operationsInterfaces/backupProtectableItems.d.ts +16 -0
  646. package/dist/commonjs/operationsInterfaces/backupProtectableItems.d.ts.map +1 -0
  647. package/dist/commonjs/operationsInterfaces/backupProtectableItems.js +10 -0
  648. package/dist/commonjs/operationsInterfaces/backupProtectableItems.js.map +1 -0
  649. package/dist/commonjs/operationsInterfaces/backupProtectedItems.d.ts +14 -0
  650. package/dist/commonjs/operationsInterfaces/backupProtectedItems.d.ts.map +1 -0
  651. package/dist/commonjs/operationsInterfaces/backupProtectedItems.js +10 -0
  652. package/dist/commonjs/operationsInterfaces/backupProtectedItems.js.map +1 -0
  653. package/dist/commonjs/operationsInterfaces/backupProtectionContainers.d.ts +14 -0
  654. package/dist/commonjs/operationsInterfaces/backupProtectionContainers.d.ts.map +1 -0
  655. package/dist/commonjs/operationsInterfaces/backupProtectionContainers.js +10 -0
  656. package/dist/commonjs/operationsInterfaces/backupProtectionContainers.js.map +1 -0
  657. package/dist/commonjs/operationsInterfaces/backupProtectionIntent.d.ts +14 -0
  658. package/dist/commonjs/operationsInterfaces/backupProtectionIntent.d.ts.map +1 -0
  659. package/dist/commonjs/operationsInterfaces/backupProtectionIntent.js +10 -0
  660. package/dist/commonjs/operationsInterfaces/backupProtectionIntent.js.map +1 -0
  661. package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +22 -0
  662. package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +1 -0
  663. package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.js +10 -0
  664. package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.js.map +1 -0
  665. package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +31 -0
  666. package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  667. package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +10 -0
  668. package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +1 -0
  669. package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.d.ts +31 -0
  670. package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +1 -0
  671. package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.js +10 -0
  672. package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.js.map +1 -0
  673. package/dist/commonjs/operationsInterfaces/backupStatus.d.ts +12 -0
  674. package/dist/commonjs/operationsInterfaces/backupStatus.d.ts.map +1 -0
  675. package/dist/commonjs/operationsInterfaces/backupStatus.js +10 -0
  676. package/dist/commonjs/operationsInterfaces/backupStatus.js.map +1 -0
  677. package/dist/commonjs/operationsInterfaces/backupUsageSummaries.d.ts +14 -0
  678. package/dist/commonjs/operationsInterfaces/backupUsageSummaries.d.ts.map +1 -0
  679. package/dist/commonjs/operationsInterfaces/backupUsageSummaries.js +10 -0
  680. package/dist/commonjs/operationsInterfaces/backupUsageSummaries.js.map +1 -0
  681. package/dist/commonjs/operationsInterfaces/backupWorkloadItems.d.ts +18 -0
  682. package/dist/commonjs/operationsInterfaces/backupWorkloadItems.d.ts.map +1 -0
  683. package/dist/commonjs/operationsInterfaces/backupWorkloadItems.js +10 -0
  684. package/dist/commonjs/operationsInterfaces/backupWorkloadItems.js.map +1 -0
  685. package/dist/commonjs/operationsInterfaces/backups.d.ts +19 -0
  686. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  687. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  688. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  689. package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  690. package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  691. package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.js +10 -0
  692. package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  693. package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.d.ts +17 -0
  694. package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.d.ts.map +1 -0
  695. package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.js +10 -0
  696. package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.js.map +1 -0
  697. package/dist/commonjs/operationsInterfaces/featureSupport.d.ts +12 -0
  698. package/dist/commonjs/operationsInterfaces/featureSupport.d.ts.map +1 -0
  699. package/dist/commonjs/operationsInterfaces/featureSupport.js +10 -0
  700. package/dist/commonjs/operationsInterfaces/featureSupport.js.map +1 -0
  701. package/dist/commonjs/operationsInterfaces/fetchTieringCost.d.ts +28 -0
  702. package/dist/commonjs/operationsInterfaces/fetchTieringCost.d.ts.map +1 -0
  703. package/dist/commonjs/operationsInterfaces/fetchTieringCost.js +10 -0
  704. package/dist/commonjs/operationsInterfaces/fetchTieringCost.js.map +1 -0
  705. package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.d.ts +14 -0
  706. package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.d.ts.map +1 -0
  707. package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.js +10 -0
  708. package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.js.map +1 -0
  709. package/dist/commonjs/operationsInterfaces/index.d.ts +53 -0
  710. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  711. package/dist/commonjs/operationsInterfaces/index.js +63 -0
  712. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  713. package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.d.ts +40 -0
  714. package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +1 -0
  715. package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.js +10 -0
  716. package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.js.map +1 -0
  717. package/dist/commonjs/operationsInterfaces/jobCancellations.d.ts +15 -0
  718. package/dist/commonjs/operationsInterfaces/jobCancellations.d.ts.map +1 -0
  719. package/dist/commonjs/operationsInterfaces/jobCancellations.js +10 -0
  720. package/dist/commonjs/operationsInterfaces/jobCancellations.js.map +1 -0
  721. package/dist/commonjs/operationsInterfaces/jobDetails.d.ts +14 -0
  722. package/dist/commonjs/operationsInterfaces/jobDetails.d.ts.map +1 -0
  723. package/dist/commonjs/operationsInterfaces/jobDetails.js +10 -0
  724. package/dist/commonjs/operationsInterfaces/jobDetails.js.map +1 -0
  725. package/dist/commonjs/operationsInterfaces/jobOperationResults.d.ts +15 -0
  726. package/dist/commonjs/operationsInterfaces/jobOperationResults.d.ts.map +1 -0
  727. package/dist/commonjs/operationsInterfaces/jobOperationResults.js +10 -0
  728. package/dist/commonjs/operationsInterfaces/jobOperationResults.js.map +1 -0
  729. package/dist/commonjs/operationsInterfaces/jobs.d.ts +13 -0
  730. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  731. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  732. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  733. package/dist/commonjs/operationsInterfaces/operation.d.ts +14 -0
  734. package/dist/commonjs/operationsInterfaces/operation.d.ts.map +1 -0
  735. package/dist/commonjs/operationsInterfaces/operation.js +10 -0
  736. package/dist/commonjs/operationsInterfaces/operation.js.map +1 -0
  737. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  738. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  739. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  740. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  741. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +53 -0
  742. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  743. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
  744. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  745. package/dist/commonjs/operationsInterfaces/privateEndpointOperations.d.ts +15 -0
  746. package/dist/commonjs/operationsInterfaces/privateEndpointOperations.d.ts.map +1 -0
  747. package/dist/commonjs/operationsInterfaces/privateEndpointOperations.js +10 -0
  748. package/dist/commonjs/operationsInterfaces/privateEndpointOperations.js.map +1 -0
  749. package/dist/commonjs/operationsInterfaces/protectableContainers.d.ts +15 -0
  750. package/dist/commonjs/operationsInterfaces/protectableContainers.d.ts.map +1 -0
  751. package/dist/commonjs/operationsInterfaces/protectableContainers.js +10 -0
  752. package/dist/commonjs/operationsInterfaces/protectableContainers.js.map +1 -0
  753. package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.d.ts +17 -0
  754. package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.d.ts.map +1 -0
  755. package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.js +10 -0
  756. package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.js.map +1 -0
  757. package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.d.ts +21 -0
  758. package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +1 -0
  759. package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.js +10 -0
  760. package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.js.map +1 -0
  761. package/dist/commonjs/operationsInterfaces/protectedItems.d.ts +45 -0
  762. package/dist/commonjs/operationsInterfaces/protectedItems.d.ts.map +1 -0
  763. package/dist/commonjs/operationsInterfaces/protectedItems.js +10 -0
  764. package/dist/commonjs/operationsInterfaces/protectedItems.js.map +1 -0
  765. package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.d.ts +16 -0
  766. package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.d.ts.map +1 -0
  767. package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.js +10 -0
  768. package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.js.map +1 -0
  769. package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +15 -0
  770. package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  771. package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.js +10 -0
  772. package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +1 -0
  773. package/dist/commonjs/operationsInterfaces/protectionContainers.d.ts +80 -0
  774. package/dist/commonjs/operationsInterfaces/protectionContainers.d.ts.map +1 -0
  775. package/dist/commonjs/operationsInterfaces/protectionContainers.js +10 -0
  776. package/dist/commonjs/operationsInterfaces/protectionContainers.js.map +1 -0
  777. package/dist/commonjs/operationsInterfaces/protectionIntentOperations.d.ts +48 -0
  778. package/dist/commonjs/operationsInterfaces/protectionIntentOperations.d.ts.map +1 -0
  779. package/dist/commonjs/operationsInterfaces/protectionIntentOperations.js +10 -0
  780. package/dist/commonjs/operationsInterfaces/protectionIntentOperations.js.map +1 -0
  781. package/dist/commonjs/operationsInterfaces/protectionPolicies.d.ts +51 -0
  782. package/dist/commonjs/operationsInterfaces/protectionPolicies.d.ts.map +1 -0
  783. package/dist/commonjs/operationsInterfaces/protectionPolicies.js +10 -0
  784. package/dist/commonjs/operationsInterfaces/protectionPolicies.js.map +1 -0
  785. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.d.ts +15 -0
  786. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +1 -0
  787. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.js +10 -0
  788. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.js.map +1 -0
  789. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +19 -0
  790. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +1 -0
  791. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.js +10 -0
  792. package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.js.map +1 -0
  793. package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts +31 -0
  794. package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
  795. package/dist/commonjs/operationsInterfaces/recoveryPoints.js +10 -0
  796. package/dist/commonjs/operationsInterfaces/recoveryPoints.js.map +1 -0
  797. package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +18 -0
  798. package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  799. package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.js +10 -0
  800. package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +1 -0
  801. package/dist/commonjs/operationsInterfaces/resourceGuardProxies.d.ts +14 -0
  802. package/dist/commonjs/operationsInterfaces/resourceGuardProxies.d.ts.map +1 -0
  803. package/dist/commonjs/operationsInterfaces/resourceGuardProxies.js +10 -0
  804. package/dist/commonjs/operationsInterfaces/resourceGuardProxies.js.map +1 -0
  805. package/dist/commonjs/operationsInterfaces/resourceGuardProxy.d.ts +44 -0
  806. package/dist/commonjs/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -0
  807. package/dist/commonjs/operationsInterfaces/resourceGuardProxy.js +10 -0
  808. package/dist/commonjs/operationsInterfaces/resourceGuardProxy.js.map +1 -0
  809. package/dist/commonjs/operationsInterfaces/restores.d.ts +36 -0
  810. package/dist/commonjs/operationsInterfaces/restores.d.ts.map +1 -0
  811. package/dist/commonjs/operationsInterfaces/restores.js +10 -0
  812. package/dist/commonjs/operationsInterfaces/restores.js.map +1 -0
  813. package/dist/commonjs/operationsInterfaces/securityPINs.d.ts +13 -0
  814. package/dist/commonjs/operationsInterfaces/securityPINs.d.ts.map +1 -0
  815. package/dist/commonjs/operationsInterfaces/securityPINs.js +10 -0
  816. package/dist/commonjs/operationsInterfaces/securityPINs.js.map +1 -0
  817. package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.d.ts +14 -0
  818. package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.d.ts.map +1 -0
  819. package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.js +10 -0
  820. package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.js.map +1 -0
  821. package/dist/commonjs/operationsInterfaces/validateOperation.d.ts +26 -0
  822. package/dist/commonjs/operationsInterfaces/validateOperation.d.ts.map +1 -0
  823. package/dist/commonjs/operationsInterfaces/validateOperation.js +10 -0
  824. package/dist/commonjs/operationsInterfaces/validateOperation.js.map +1 -0
  825. package/dist/commonjs/operationsInterfaces/validateOperationResults.d.ts +14 -0
  826. package/dist/commonjs/operationsInterfaces/validateOperationResults.d.ts.map +1 -0
  827. package/dist/commonjs/operationsInterfaces/validateOperationResults.js +10 -0
  828. package/dist/commonjs/operationsInterfaces/validateOperationResults.js.map +1 -0
  829. package/dist/commonjs/operationsInterfaces/validateOperationStatuses.d.ts +17 -0
  830. package/dist/commonjs/operationsInterfaces/validateOperationStatuses.d.ts.map +1 -0
  831. package/dist/commonjs/operationsInterfaces/validateOperationStatuses.js +10 -0
  832. package/dist/commonjs/operationsInterfaces/validateOperationStatuses.js.map +1 -0
  833. package/dist/commonjs/package.json +3 -0
  834. package/dist/commonjs/pagingHelper.d.ts +13 -0
  835. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  836. package/dist/commonjs/pagingHelper.js +36 -0
  837. package/dist/commonjs/pagingHelper.js.map +1 -0
  838. package/dist/commonjs/recoveryServicesBackupClient.d.ts +143 -0
  839. package/dist/commonjs/recoveryServicesBackupClient.d.ts.map +1 -0
  840. package/dist/commonjs/recoveryServicesBackupClient.js +460 -0
  841. package/dist/commonjs/recoveryServicesBackupClient.js.map +1 -0
  842. package/dist/esm/index.d.ts +5 -0
  843. package/dist/esm/index.d.ts.map +1 -0
  844. package/dist/esm/index.js +13 -0
  845. package/dist/esm/index.js.map +1 -0
  846. package/dist/esm/lroImpl.d.ts +11 -0
  847. package/dist/esm/lroImpl.d.ts.map +1 -0
  848. package/dist/esm/lroImpl.js +14 -0
  849. package/dist/esm/lroImpl.js.map +1 -0
  850. package/dist/esm/models/index.d.ts +5435 -0
  851. package/dist/esm/models/index.d.ts.map +1 -0
  852. package/dist/esm/models/index.js +920 -0
  853. package/dist/esm/models/index.js.map +1 -0
  854. package/dist/esm/models/mappers.d.ts +458 -0
  855. package/dist/esm/models/mappers.d.ts.map +1 -0
  856. package/dist/esm/models/mappers.js +9085 -0
  857. package/dist/esm/models/mappers.js.map +1 -0
  858. package/dist/esm/models/parameters.d.ts +49 -0
  859. package/dist/esm/models/parameters.d.ts.map +1 -0
  860. package/dist/esm/models/parameters.js +348 -0
  861. package/dist/esm/models/parameters.js.map +1 -0
  862. package/dist/esm/operations/bMSPrepareDataMoveOperationResult.d.ts +22 -0
  863. package/dist/esm/operations/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  864. package/dist/esm/operations/bMSPrepareDataMoveOperationResult.js +57 -0
  865. package/dist/esm/operations/bMSPrepareDataMoveOperationResult.js.map +1 -0
  866. package/dist/esm/operations/backupEngines.d.ts +50 -0
  867. package/dist/esm/operations/backupEngines.d.ts.map +1 -0
  868. package/dist/esm/operations/backupEngines.js +194 -0
  869. package/dist/esm/operations/backupEngines.js.map +1 -0
  870. package/dist/esm/operations/backupJobs.d.ts +41 -0
  871. package/dist/esm/operations/backupJobs.d.ts.map +1 -0
  872. package/dist/esm/operations/backupJobs.js +157 -0
  873. package/dist/esm/operations/backupJobs.js.map +1 -0
  874. package/dist/esm/operations/backupOperationResults.d.ts +28 -0
  875. package/dist/esm/operations/backupOperationResults.d.ts.map +1 -0
  876. package/dist/esm/operations/backupOperationResults.js +62 -0
  877. package/dist/esm/operations/backupOperationResults.js.map +1 -0
  878. package/dist/esm/operations/backupOperationStatuses.d.ts +26 -0
  879. package/dist/esm/operations/backupOperationStatuses.d.ts.map +1 -0
  880. package/dist/esm/operations/backupOperationStatuses.js +60 -0
  881. package/dist/esm/operations/backupOperationStatuses.js.map +1 -0
  882. package/dist/esm/operations/backupPolicies.d.ts +45 -0
  883. package/dist/esm/operations/backupPolicies.d.ts.map +1 -0
  884. package/dist/esm/operations/backupPolicies.js +157 -0
  885. package/dist/esm/operations/backupPolicies.js.map +1 -0
  886. package/dist/esm/operations/backupProtectableItems.d.ts +45 -0
  887. package/dist/esm/operations/backupProtectableItems.d.ts.map +1 -0
  888. package/dist/esm/operations/backupProtectableItems.js +161 -0
  889. package/dist/esm/operations/backupProtectableItems.js.map +1 -0
  890. package/dist/esm/operations/backupProtectedItems.d.ts +41 -0
  891. package/dist/esm/operations/backupProtectedItems.d.ts.map +1 -0
  892. package/dist/esm/operations/backupProtectedItems.js +157 -0
  893. package/dist/esm/operations/backupProtectedItems.js.map +1 -0
  894. package/dist/esm/operations/backupProtectionContainers.d.ts +41 -0
  895. package/dist/esm/operations/backupProtectionContainers.d.ts.map +1 -0
  896. package/dist/esm/operations/backupProtectionContainers.js +153 -0
  897. package/dist/esm/operations/backupProtectionContainers.js.map +1 -0
  898. package/dist/esm/operations/backupProtectionIntent.d.ts +41 -0
  899. package/dist/esm/operations/backupProtectionIntent.d.ts.map +1 -0
  900. package/dist/esm/operations/backupProtectionIntent.js +151 -0
  901. package/dist/esm/operations/backupProtectionIntent.js.map +1 -0
  902. package/dist/esm/operations/backupResourceEncryptionConfigs.d.ts +30 -0
  903. package/dist/esm/operations/backupResourceEncryptionConfigs.d.ts.map +1 -0
  904. package/dist/esm/operations/backupResourceEncryptionConfigs.js +86 -0
  905. package/dist/esm/operations/backupResourceEncryptionConfigs.js.map +1 -0
  906. package/dist/esm/operations/backupResourceStorageConfigsNonCRR.d.ts +39 -0
  907. package/dist/esm/operations/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  908. package/dist/esm/operations/backupResourceStorageConfigsNonCRR.js +120 -0
  909. package/dist/esm/operations/backupResourceStorageConfigsNonCRR.js.map +1 -0
  910. package/dist/esm/operations/backupResourceVaultConfigs.d.ts +39 -0
  911. package/dist/esm/operations/backupResourceVaultConfigs.d.ts.map +1 -0
  912. package/dist/esm/operations/backupResourceVaultConfigs.js +130 -0
  913. package/dist/esm/operations/backupResourceVaultConfigs.js.map +1 -0
  914. package/dist/esm/operations/backupStatus.d.ts +20 -0
  915. package/dist/esm/operations/backupStatus.d.ts.map +1 -0
  916. package/dist/esm/operations/backupStatus.js +51 -0
  917. package/dist/esm/operations/backupStatus.js.map +1 -0
  918. package/dist/esm/operations/backupUsageSummaries.d.ts +32 -0
  919. package/dist/esm/operations/backupUsageSummaries.d.ts.map +1 -0
  920. package/dist/esm/operations/backupUsageSummaries.js +108 -0
  921. package/dist/esm/operations/backupUsageSummaries.js.map +1 -0
  922. package/dist/esm/operations/backupWorkloadItems.d.ts +51 -0
  923. package/dist/esm/operations/backupWorkloadItems.d.ts.map +1 -0
  924. package/dist/esm/operations/backupWorkloadItems.js +178 -0
  925. package/dist/esm/operations/backupWorkloadItems.js.map +1 -0
  926. package/dist/esm/operations/backups.d.ts +27 -0
  927. package/dist/esm/operations/backups.d.ts.map +1 -0
  928. package/dist/esm/operations/backups.js +71 -0
  929. package/dist/esm/operations/backups.js.map +1 -0
  930. package/dist/esm/operations/deletedProtectionContainers.d.ts +41 -0
  931. package/dist/esm/operations/deletedProtectionContainers.d.ts.map +1 -0
  932. package/dist/esm/operations/deletedProtectionContainers.js +153 -0
  933. package/dist/esm/operations/deletedProtectionContainers.js.map +1 -0
  934. package/dist/esm/operations/exportJobsOperationResults.d.ts +25 -0
  935. package/dist/esm/operations/exportJobsOperationResults.d.ts.map +1 -0
  936. package/dist/esm/operations/exportJobsOperationResults.js +62 -0
  937. package/dist/esm/operations/exportJobsOperationResults.js.map +1 -0
  938. package/dist/esm/operations/featureSupport.d.ts +20 -0
  939. package/dist/esm/operations/featureSupport.d.ts.map +1 -0
  940. package/dist/esm/operations/featureSupport.js +51 -0
  941. package/dist/esm/operations/featureSupport.js.map +1 -0
  942. package/dist/esm/operations/fetchTieringCost.d.ts +36 -0
  943. package/dist/esm/operations/fetchTieringCost.d.ts.map +1 -0
  944. package/dist/esm/operations/fetchTieringCost.js +116 -0
  945. package/dist/esm/operations/fetchTieringCost.js.map +1 -0
  946. package/dist/esm/operations/getTieringCostOperationResult.d.ts +22 -0
  947. package/dist/esm/operations/getTieringCostOperationResult.d.ts.map +1 -0
  948. package/dist/esm/operations/getTieringCostOperationResult.js +56 -0
  949. package/dist/esm/operations/getTieringCostOperationResult.js.map +1 -0
  950. package/dist/esm/operations/index.d.ts +53 -0
  951. package/dist/esm/operations/index.d.ts.map +1 -0
  952. package/dist/esm/operations/index.js +60 -0
  953. package/dist/esm/operations/index.js.map +1 -0
  954. package/dist/esm/operations/itemLevelRecoveryConnections.d.ts +48 -0
  955. package/dist/esm/operations/itemLevelRecoveryConnections.d.ts.map +1 -0
  956. package/dist/esm/operations/itemLevelRecoveryConnections.js +127 -0
  957. package/dist/esm/operations/itemLevelRecoveryConnections.js.map +1 -0
  958. package/dist/esm/operations/jobCancellations.d.ts +23 -0
  959. package/dist/esm/operations/jobCancellations.d.ts.map +1 -0
  960. package/dist/esm/operations/jobCancellations.js +55 -0
  961. package/dist/esm/operations/jobCancellations.js.map +1 -0
  962. package/dist/esm/operations/jobDetails.d.ts +22 -0
  963. package/dist/esm/operations/jobDetails.d.ts.map +1 -0
  964. package/dist/esm/operations/jobDetails.js +56 -0
  965. package/dist/esm/operations/jobDetails.js.map +1 -0
  966. package/dist/esm/operations/jobOperationResults.d.ts +23 -0
  967. package/dist/esm/operations/jobOperationResults.d.ts.map +1 -0
  968. package/dist/esm/operations/jobOperationResults.js +58 -0
  969. package/dist/esm/operations/jobOperationResults.js.map +1 -0
  970. package/dist/esm/operations/jobs.d.ts +21 -0
  971. package/dist/esm/operations/jobs.d.ts.map +1 -0
  972. package/dist/esm/operations/jobs.js +52 -0
  973. package/dist/esm/operations/jobs.js.map +1 -0
  974. package/dist/esm/operations/operation.d.ts +22 -0
  975. package/dist/esm/operations/operation.d.ts.map +1 -0
  976. package/dist/esm/operations/operation.js +57 -0
  977. package/dist/esm/operations/operation.js.map +1 -0
  978. package/dist/esm/operations/operations.d.ts +32 -0
  979. package/dist/esm/operations/operations.d.ts.map +1 -0
  980. package/dist/esm/operations/operations.js +127 -0
  981. package/dist/esm/operations/operations.js.map +1 -0
  982. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +61 -0
  983. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  984. package/dist/esm/operations/privateEndpointConnectionOperations.js +237 -0
  985. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
  986. package/dist/esm/operations/privateEndpointOperations.d.ts +23 -0
  987. package/dist/esm/operations/privateEndpointOperations.d.ts.map +1 -0
  988. package/dist/esm/operations/privateEndpointOperations.js +64 -0
  989. package/dist/esm/operations/privateEndpointOperations.js.map +1 -0
  990. package/dist/esm/operations/protectableContainers.d.ts +44 -0
  991. package/dist/esm/operations/protectableContainers.d.ts.map +1 -0
  992. package/dist/esm/operations/protectableContainers.js +158 -0
  993. package/dist/esm/operations/protectableContainers.js.map +1 -0
  994. package/dist/esm/operations/protectedItemOperationResults.d.ts +25 -0
  995. package/dist/esm/operations/protectedItemOperationResults.d.ts.map +1 -0
  996. package/dist/esm/operations/protectedItemOperationResults.js +72 -0
  997. package/dist/esm/operations/protectedItemOperationResults.js.map +1 -0
  998. package/dist/esm/operations/protectedItemOperationStatuses.d.ts +29 -0
  999. package/dist/esm/operations/protectedItemOperationStatuses.d.ts.map +1 -0
  1000. package/dist/esm/operations/protectedItemOperationStatuses.js +74 -0
  1001. package/dist/esm/operations/protectedItemOperationStatuses.js.map +1 -0
  1002. package/dist/esm/operations/protectedItems.d.ts +53 -0
  1003. package/dist/esm/operations/protectedItems.d.ts.map +1 -0
  1004. package/dist/esm/operations/protectedItems.js +170 -0
  1005. package/dist/esm/operations/protectedItems.js.map +1 -0
  1006. package/dist/esm/operations/protectionContainerOperationResults.d.ts +24 -0
  1007. package/dist/esm/operations/protectionContainerOperationResults.d.ts.map +1 -0
  1008. package/dist/esm/operations/protectionContainerOperationResults.js +69 -0
  1009. package/dist/esm/operations/protectionContainerOperationResults.js.map +1 -0
  1010. package/dist/esm/operations/protectionContainerRefreshOperationResults.d.ts +23 -0
  1011. package/dist/esm/operations/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  1012. package/dist/esm/operations/protectionContainerRefreshOperationResults.js +57 -0
  1013. package/dist/esm/operations/protectionContainerRefreshOperationResults.js.map +1 -0
  1014. package/dist/esm/operations/protectionContainers.d.ts +88 -0
  1015. package/dist/esm/operations/protectionContainers.d.ts.map +1 -0
  1016. package/dist/esm/operations/protectionContainers.js +272 -0
  1017. package/dist/esm/operations/protectionContainers.js.map +1 -0
  1018. package/dist/esm/operations/protectionIntentOperations.d.ts +56 -0
  1019. package/dist/esm/operations/protectionIntentOperations.d.ts.map +1 -0
  1020. package/dist/esm/operations/protectionIntentOperations.js +157 -0
  1021. package/dist/esm/operations/protectionIntentOperations.js.map +1 -0
  1022. package/dist/esm/operations/protectionPolicies.d.ts +59 -0
  1023. package/dist/esm/operations/protectionPolicies.d.ts.map +1 -0
  1024. package/dist/esm/operations/protectionPolicies.js +185 -0
  1025. package/dist/esm/operations/protectionPolicies.js.map +1 -0
  1026. package/dist/esm/operations/protectionPolicyOperationResults.d.ts +23 -0
  1027. package/dist/esm/operations/protectionPolicyOperationResults.d.ts.map +1 -0
  1028. package/dist/esm/operations/protectionPolicyOperationResults.js +58 -0
  1029. package/dist/esm/operations/protectionPolicyOperationResults.js.map +1 -0
  1030. package/dist/esm/operations/protectionPolicyOperationStatuses.d.ts +27 -0
  1031. package/dist/esm/operations/protectionPolicyOperationStatuses.d.ts.map +1 -0
  1032. package/dist/esm/operations/protectionPolicyOperationStatuses.js +62 -0
  1033. package/dist/esm/operations/protectionPolicyOperationStatuses.js.map +1 -0
  1034. package/dist/esm/operations/recoveryPoints.d.ts +64 -0
  1035. package/dist/esm/operations/recoveryPoints.d.ts.map +1 -0
  1036. package/dist/esm/operations/recoveryPoints.js +232 -0
  1037. package/dist/esm/operations/recoveryPoints.js.map +1 -0
  1038. package/dist/esm/operations/recoveryPointsRecommendedForMove.d.ts +53 -0
  1039. package/dist/esm/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  1040. package/dist/esm/operations/recoveryPointsRecommendedForMove.js +191 -0
  1041. package/dist/esm/operations/recoveryPointsRecommendedForMove.js.map +1 -0
  1042. package/dist/esm/operations/resourceGuardProxies.d.ts +41 -0
  1043. package/dist/esm/operations/resourceGuardProxies.d.ts.map +1 -0
  1044. package/dist/esm/operations/resourceGuardProxies.js +153 -0
  1045. package/dist/esm/operations/resourceGuardProxies.js.map +1 -0
  1046. package/dist/esm/operations/resourceGuardProxy.d.ts +52 -0
  1047. package/dist/esm/operations/resourceGuardProxy.d.ts.map +1 -0
  1048. package/dist/esm/operations/resourceGuardProxy.js +173 -0
  1049. package/dist/esm/operations/resourceGuardProxy.js.map +1 -0
  1050. package/dist/esm/operations/restores.d.ts +44 -0
  1051. package/dist/esm/operations/restores.d.ts.map +1 -0
  1052. package/dist/esm/operations/restores.js +133 -0
  1053. package/dist/esm/operations/restores.js.map +1 -0
  1054. package/dist/esm/operations/securityPINs.d.ts +21 -0
  1055. package/dist/esm/operations/securityPINs.d.ts.map +1 -0
  1056. package/dist/esm/operations/securityPINs.js +60 -0
  1057. package/dist/esm/operations/securityPINs.js.map +1 -0
  1058. package/dist/esm/operations/tieringCostOperationStatus.d.ts +22 -0
  1059. package/dist/esm/operations/tieringCostOperationStatus.d.ts.map +1 -0
  1060. package/dist/esm/operations/tieringCostOperationStatus.js +56 -0
  1061. package/dist/esm/operations/tieringCostOperationStatus.js.map +1 -0
  1062. package/dist/esm/operations/validateOperation.d.ts +34 -0
  1063. package/dist/esm/operations/validateOperation.d.ts.map +1 -0
  1064. package/dist/esm/operations/validateOperation.js +106 -0
  1065. package/dist/esm/operations/validateOperation.js.map +1 -0
  1066. package/dist/esm/operations/validateOperationResults.d.ts +22 -0
  1067. package/dist/esm/operations/validateOperationResults.d.ts.map +1 -0
  1068. package/dist/esm/operations/validateOperationResults.js +57 -0
  1069. package/dist/esm/operations/validateOperationResults.js.map +1 -0
  1070. package/dist/esm/operations/validateOperationStatuses.d.ts +25 -0
  1071. package/dist/esm/operations/validateOperationStatuses.d.ts.map +1 -0
  1072. package/dist/esm/operations/validateOperationStatuses.js +59 -0
  1073. package/dist/esm/operations/validateOperationStatuses.js.map +1 -0
  1074. package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +14 -0
  1075. package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  1076. package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +9 -0
  1077. package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +1 -0
  1078. package/dist/esm/operationsInterfaces/backupEngines.d.ts +23 -0
  1079. package/dist/esm/operationsInterfaces/backupEngines.d.ts.map +1 -0
  1080. package/dist/esm/operationsInterfaces/backupEngines.js +9 -0
  1081. package/dist/esm/operationsInterfaces/backupEngines.js.map +1 -0
  1082. package/dist/esm/operationsInterfaces/backupJobs.d.ts +14 -0
  1083. package/dist/esm/operationsInterfaces/backupJobs.d.ts.map +1 -0
  1084. package/dist/esm/operationsInterfaces/backupJobs.js +9 -0
  1085. package/dist/esm/operationsInterfaces/backupJobs.js.map +1 -0
  1086. package/dist/esm/operationsInterfaces/backupOperationResults.d.ts +20 -0
  1087. package/dist/esm/operationsInterfaces/backupOperationResults.d.ts.map +1 -0
  1088. package/dist/esm/operationsInterfaces/backupOperationResults.js +9 -0
  1089. package/dist/esm/operationsInterfaces/backupOperationResults.js.map +1 -0
  1090. package/dist/esm/operationsInterfaces/backupOperationStatuses.d.ts +18 -0
  1091. package/dist/esm/operationsInterfaces/backupOperationStatuses.d.ts.map +1 -0
  1092. package/dist/esm/operationsInterfaces/backupOperationStatuses.js +9 -0
  1093. package/dist/esm/operationsInterfaces/backupOperationStatuses.js.map +1 -0
  1094. package/dist/esm/operationsInterfaces/backupPolicies.d.ts +16 -0
  1095. package/dist/esm/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  1096. package/dist/esm/operationsInterfaces/backupPolicies.js +9 -0
  1097. package/dist/esm/operationsInterfaces/backupPolicies.js.map +1 -0
  1098. package/dist/esm/operationsInterfaces/backupProtectableItems.d.ts +16 -0
  1099. package/dist/esm/operationsInterfaces/backupProtectableItems.d.ts.map +1 -0
  1100. package/dist/esm/operationsInterfaces/backupProtectableItems.js +9 -0
  1101. package/dist/esm/operationsInterfaces/backupProtectableItems.js.map +1 -0
  1102. package/dist/esm/operationsInterfaces/backupProtectedItems.d.ts +14 -0
  1103. package/dist/esm/operationsInterfaces/backupProtectedItems.d.ts.map +1 -0
  1104. package/dist/esm/operationsInterfaces/backupProtectedItems.js +9 -0
  1105. package/dist/esm/operationsInterfaces/backupProtectedItems.js.map +1 -0
  1106. package/dist/esm/operationsInterfaces/backupProtectionContainers.d.ts +14 -0
  1107. package/dist/esm/operationsInterfaces/backupProtectionContainers.d.ts.map +1 -0
  1108. package/dist/esm/operationsInterfaces/backupProtectionContainers.js +9 -0
  1109. package/dist/esm/operationsInterfaces/backupProtectionContainers.js.map +1 -0
  1110. package/dist/esm/operationsInterfaces/backupProtectionIntent.d.ts +14 -0
  1111. package/dist/esm/operationsInterfaces/backupProtectionIntent.d.ts.map +1 -0
  1112. package/dist/esm/operationsInterfaces/backupProtectionIntent.js +9 -0
  1113. package/dist/esm/operationsInterfaces/backupProtectionIntent.js.map +1 -0
  1114. package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +22 -0
  1115. package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +1 -0
  1116. package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.js +9 -0
  1117. package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.js.map +1 -0
  1118. package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +31 -0
  1119. package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  1120. package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +9 -0
  1121. package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +1 -0
  1122. package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.d.ts +31 -0
  1123. package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +1 -0
  1124. package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.js +9 -0
  1125. package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.js.map +1 -0
  1126. package/dist/esm/operationsInterfaces/backupStatus.d.ts +12 -0
  1127. package/dist/esm/operationsInterfaces/backupStatus.d.ts.map +1 -0
  1128. package/dist/esm/operationsInterfaces/backupStatus.js +9 -0
  1129. package/dist/esm/operationsInterfaces/backupStatus.js.map +1 -0
  1130. package/dist/esm/operationsInterfaces/backupUsageSummaries.d.ts +14 -0
  1131. package/dist/esm/operationsInterfaces/backupUsageSummaries.d.ts.map +1 -0
  1132. package/dist/esm/operationsInterfaces/backupUsageSummaries.js +9 -0
  1133. package/dist/esm/operationsInterfaces/backupUsageSummaries.js.map +1 -0
  1134. package/dist/esm/operationsInterfaces/backupWorkloadItems.d.ts +18 -0
  1135. package/dist/esm/operationsInterfaces/backupWorkloadItems.d.ts.map +1 -0
  1136. package/dist/esm/operationsInterfaces/backupWorkloadItems.js +9 -0
  1137. package/dist/esm/operationsInterfaces/backupWorkloadItems.js.map +1 -0
  1138. package/dist/esm/operationsInterfaces/backups.d.ts +19 -0
  1139. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  1140. package/dist/esm/operationsInterfaces/backups.js +9 -0
  1141. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  1142. package/dist/esm/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  1143. package/dist/esm/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  1144. package/dist/esm/operationsInterfaces/deletedProtectionContainers.js +9 -0
  1145. package/dist/esm/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  1146. package/dist/esm/operationsInterfaces/exportJobsOperationResults.d.ts +17 -0
  1147. package/dist/esm/operationsInterfaces/exportJobsOperationResults.d.ts.map +1 -0
  1148. package/dist/esm/operationsInterfaces/exportJobsOperationResults.js +9 -0
  1149. package/dist/esm/operationsInterfaces/exportJobsOperationResults.js.map +1 -0
  1150. package/dist/esm/operationsInterfaces/featureSupport.d.ts +12 -0
  1151. package/dist/esm/operationsInterfaces/featureSupport.d.ts.map +1 -0
  1152. package/dist/esm/operationsInterfaces/featureSupport.js +9 -0
  1153. package/dist/esm/operationsInterfaces/featureSupport.js.map +1 -0
  1154. package/dist/esm/operationsInterfaces/fetchTieringCost.d.ts +28 -0
  1155. package/dist/esm/operationsInterfaces/fetchTieringCost.d.ts.map +1 -0
  1156. package/dist/esm/operationsInterfaces/fetchTieringCost.js +9 -0
  1157. package/dist/esm/operationsInterfaces/fetchTieringCost.js.map +1 -0
  1158. package/dist/esm/operationsInterfaces/getTieringCostOperationResult.d.ts +14 -0
  1159. package/dist/esm/operationsInterfaces/getTieringCostOperationResult.d.ts.map +1 -0
  1160. package/dist/esm/operationsInterfaces/getTieringCostOperationResult.js +9 -0
  1161. package/dist/esm/operationsInterfaces/getTieringCostOperationResult.js.map +1 -0
  1162. package/dist/esm/operationsInterfaces/index.d.ts +53 -0
  1163. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1164. package/dist/esm/operationsInterfaces/index.js +60 -0
  1165. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1166. package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.d.ts +40 -0
  1167. package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +1 -0
  1168. package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.js +9 -0
  1169. package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.js.map +1 -0
  1170. package/dist/esm/operationsInterfaces/jobCancellations.d.ts +15 -0
  1171. package/dist/esm/operationsInterfaces/jobCancellations.d.ts.map +1 -0
  1172. package/dist/esm/operationsInterfaces/jobCancellations.js +9 -0
  1173. package/dist/esm/operationsInterfaces/jobCancellations.js.map +1 -0
  1174. package/dist/esm/operationsInterfaces/jobDetails.d.ts +14 -0
  1175. package/dist/esm/operationsInterfaces/jobDetails.d.ts.map +1 -0
  1176. package/dist/esm/operationsInterfaces/jobDetails.js +9 -0
  1177. package/dist/esm/operationsInterfaces/jobDetails.js.map +1 -0
  1178. package/dist/esm/operationsInterfaces/jobOperationResults.d.ts +15 -0
  1179. package/dist/esm/operationsInterfaces/jobOperationResults.d.ts.map +1 -0
  1180. package/dist/esm/operationsInterfaces/jobOperationResults.js +9 -0
  1181. package/dist/esm/operationsInterfaces/jobOperationResults.js.map +1 -0
  1182. package/dist/esm/operationsInterfaces/jobs.d.ts +13 -0
  1183. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  1184. package/dist/esm/operationsInterfaces/jobs.js +9 -0
  1185. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  1186. package/dist/esm/operationsInterfaces/operation.d.ts +14 -0
  1187. package/dist/esm/operationsInterfaces/operation.d.ts.map +1 -0
  1188. package/dist/esm/operationsInterfaces/operation.js +9 -0
  1189. package/dist/esm/operationsInterfaces/operation.js.map +1 -0
  1190. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  1191. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  1192. package/dist/esm/operationsInterfaces/operations.js +9 -0
  1193. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  1194. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +53 -0
  1195. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  1196. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  1197. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  1198. package/dist/esm/operationsInterfaces/privateEndpointOperations.d.ts +15 -0
  1199. package/dist/esm/operationsInterfaces/privateEndpointOperations.d.ts.map +1 -0
  1200. package/dist/esm/operationsInterfaces/privateEndpointOperations.js +9 -0
  1201. package/dist/esm/operationsInterfaces/privateEndpointOperations.js.map +1 -0
  1202. package/dist/esm/operationsInterfaces/protectableContainers.d.ts +15 -0
  1203. package/dist/esm/operationsInterfaces/protectableContainers.d.ts.map +1 -0
  1204. package/dist/esm/operationsInterfaces/protectableContainers.js +9 -0
  1205. package/dist/esm/operationsInterfaces/protectableContainers.js.map +1 -0
  1206. package/dist/esm/operationsInterfaces/protectedItemOperationResults.d.ts +17 -0
  1207. package/dist/esm/operationsInterfaces/protectedItemOperationResults.d.ts.map +1 -0
  1208. package/dist/esm/operationsInterfaces/protectedItemOperationResults.js +9 -0
  1209. package/dist/esm/operationsInterfaces/protectedItemOperationResults.js.map +1 -0
  1210. package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.d.ts +21 -0
  1211. package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +1 -0
  1212. package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.js +9 -0
  1213. package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.js.map +1 -0
  1214. package/dist/esm/operationsInterfaces/protectedItems.d.ts +45 -0
  1215. package/dist/esm/operationsInterfaces/protectedItems.d.ts.map +1 -0
  1216. package/dist/esm/operationsInterfaces/protectedItems.js +9 -0
  1217. package/dist/esm/operationsInterfaces/protectedItems.js.map +1 -0
  1218. package/dist/esm/operationsInterfaces/protectionContainerOperationResults.d.ts +16 -0
  1219. package/dist/esm/operationsInterfaces/protectionContainerOperationResults.d.ts.map +1 -0
  1220. package/dist/esm/operationsInterfaces/protectionContainerOperationResults.js +9 -0
  1221. package/dist/esm/operationsInterfaces/protectionContainerOperationResults.js.map +1 -0
  1222. package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +15 -0
  1223. package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  1224. package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.js +9 -0
  1225. package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +1 -0
  1226. package/dist/esm/operationsInterfaces/protectionContainers.d.ts +80 -0
  1227. package/dist/esm/operationsInterfaces/protectionContainers.d.ts.map +1 -0
  1228. package/dist/esm/operationsInterfaces/protectionContainers.js +9 -0
  1229. package/dist/esm/operationsInterfaces/protectionContainers.js.map +1 -0
  1230. package/dist/esm/operationsInterfaces/protectionIntentOperations.d.ts +48 -0
  1231. package/dist/esm/operationsInterfaces/protectionIntentOperations.d.ts.map +1 -0
  1232. package/dist/esm/operationsInterfaces/protectionIntentOperations.js +9 -0
  1233. package/dist/esm/operationsInterfaces/protectionIntentOperations.js.map +1 -0
  1234. package/dist/esm/operationsInterfaces/protectionPolicies.d.ts +51 -0
  1235. package/dist/esm/operationsInterfaces/protectionPolicies.d.ts.map +1 -0
  1236. package/dist/esm/operationsInterfaces/protectionPolicies.js +9 -0
  1237. package/dist/esm/operationsInterfaces/protectionPolicies.js.map +1 -0
  1238. package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.d.ts +15 -0
  1239. package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +1 -0
  1240. package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.js +9 -0
  1241. package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.js.map +1 -0
  1242. package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +19 -0
  1243. package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +1 -0
  1244. package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.js +9 -0
  1245. package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.js.map +1 -0
  1246. package/dist/esm/operationsInterfaces/recoveryPoints.d.ts +31 -0
  1247. package/dist/esm/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
  1248. package/dist/esm/operationsInterfaces/recoveryPoints.js +9 -0
  1249. package/dist/esm/operationsInterfaces/recoveryPoints.js.map +1 -0
  1250. package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +18 -0
  1251. package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  1252. package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.js +9 -0
  1253. package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +1 -0
  1254. package/dist/esm/operationsInterfaces/resourceGuardProxies.d.ts +14 -0
  1255. package/dist/esm/operationsInterfaces/resourceGuardProxies.d.ts.map +1 -0
  1256. package/dist/esm/operationsInterfaces/resourceGuardProxies.js +9 -0
  1257. package/dist/esm/operationsInterfaces/resourceGuardProxies.js.map +1 -0
  1258. package/dist/esm/operationsInterfaces/resourceGuardProxy.d.ts +44 -0
  1259. package/dist/esm/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -0
  1260. package/dist/esm/operationsInterfaces/resourceGuardProxy.js +9 -0
  1261. package/dist/esm/operationsInterfaces/resourceGuardProxy.js.map +1 -0
  1262. package/dist/esm/operationsInterfaces/restores.d.ts +36 -0
  1263. package/dist/esm/operationsInterfaces/restores.d.ts.map +1 -0
  1264. package/dist/esm/operationsInterfaces/restores.js +9 -0
  1265. package/dist/esm/operationsInterfaces/restores.js.map +1 -0
  1266. package/dist/esm/operationsInterfaces/securityPINs.d.ts +13 -0
  1267. package/dist/esm/operationsInterfaces/securityPINs.d.ts.map +1 -0
  1268. package/dist/esm/operationsInterfaces/securityPINs.js +9 -0
  1269. package/dist/esm/operationsInterfaces/securityPINs.js.map +1 -0
  1270. package/dist/esm/operationsInterfaces/tieringCostOperationStatus.d.ts +14 -0
  1271. package/dist/esm/operationsInterfaces/tieringCostOperationStatus.d.ts.map +1 -0
  1272. package/dist/esm/operationsInterfaces/tieringCostOperationStatus.js +9 -0
  1273. package/dist/esm/operationsInterfaces/tieringCostOperationStatus.js.map +1 -0
  1274. package/dist/esm/operationsInterfaces/validateOperation.d.ts +26 -0
  1275. package/dist/esm/operationsInterfaces/validateOperation.d.ts.map +1 -0
  1276. package/dist/esm/operationsInterfaces/validateOperation.js +9 -0
  1277. package/dist/esm/operationsInterfaces/validateOperation.js.map +1 -0
  1278. package/dist/esm/operationsInterfaces/validateOperationResults.d.ts +14 -0
  1279. package/dist/esm/operationsInterfaces/validateOperationResults.d.ts.map +1 -0
  1280. package/dist/esm/operationsInterfaces/validateOperationResults.js +9 -0
  1281. package/dist/esm/operationsInterfaces/validateOperationResults.js.map +1 -0
  1282. package/dist/esm/operationsInterfaces/validateOperationStatuses.d.ts +17 -0
  1283. package/dist/esm/operationsInterfaces/validateOperationStatuses.d.ts.map +1 -0
  1284. package/dist/esm/operationsInterfaces/validateOperationStatuses.js +9 -0
  1285. package/dist/esm/operationsInterfaces/validateOperationStatuses.js.map +1 -0
  1286. package/dist/esm/package.json +3 -0
  1287. package/dist/esm/pagingHelper.d.ts +13 -0
  1288. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1289. package/dist/esm/pagingHelper.js +32 -0
  1290. package/dist/esm/pagingHelper.js.map +1 -0
  1291. package/dist/esm/recoveryServicesBackupClient.d.ts +143 -0
  1292. package/dist/esm/recoveryServicesBackupClient.d.ts.map +1 -0
  1293. package/dist/esm/recoveryServicesBackupClient.js +455 -0
  1294. package/dist/esm/recoveryServicesBackupClient.js.map +1 -0
  1295. package/dist/react-native/index.d.ts +5 -0
  1296. package/dist/react-native/index.d.ts.map +1 -0
  1297. package/dist/react-native/index.js +13 -0
  1298. package/dist/react-native/index.js.map +1 -0
  1299. package/dist/react-native/lroImpl.d.ts +11 -0
  1300. package/dist/react-native/lroImpl.d.ts.map +1 -0
  1301. package/dist/react-native/lroImpl.js +14 -0
  1302. package/dist/react-native/lroImpl.js.map +1 -0
  1303. package/dist/react-native/models/index.d.ts +5435 -0
  1304. package/dist/react-native/models/index.d.ts.map +1 -0
  1305. package/dist/react-native/models/index.js +920 -0
  1306. package/dist/react-native/models/index.js.map +1 -0
  1307. package/dist/react-native/models/mappers.d.ts +458 -0
  1308. package/dist/react-native/models/mappers.d.ts.map +1 -0
  1309. package/dist/react-native/models/mappers.js +9085 -0
  1310. package/dist/react-native/models/mappers.js.map +1 -0
  1311. package/dist/react-native/models/parameters.d.ts +49 -0
  1312. package/dist/react-native/models/parameters.d.ts.map +1 -0
  1313. package/dist/react-native/models/parameters.js +348 -0
  1314. package/dist/react-native/models/parameters.js.map +1 -0
  1315. package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.d.ts +22 -0
  1316. package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  1317. package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.js +57 -0
  1318. package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.js.map +1 -0
  1319. package/dist/react-native/operations/backupEngines.d.ts +50 -0
  1320. package/dist/react-native/operations/backupEngines.d.ts.map +1 -0
  1321. package/dist/react-native/operations/backupEngines.js +194 -0
  1322. package/dist/react-native/operations/backupEngines.js.map +1 -0
  1323. package/dist/react-native/operations/backupJobs.d.ts +41 -0
  1324. package/dist/react-native/operations/backupJobs.d.ts.map +1 -0
  1325. package/dist/react-native/operations/backupJobs.js +157 -0
  1326. package/dist/react-native/operations/backupJobs.js.map +1 -0
  1327. package/dist/react-native/operations/backupOperationResults.d.ts +28 -0
  1328. package/dist/react-native/operations/backupOperationResults.d.ts.map +1 -0
  1329. package/dist/react-native/operations/backupOperationResults.js +62 -0
  1330. package/dist/react-native/operations/backupOperationResults.js.map +1 -0
  1331. package/dist/react-native/operations/backupOperationStatuses.d.ts +26 -0
  1332. package/dist/react-native/operations/backupOperationStatuses.d.ts.map +1 -0
  1333. package/dist/react-native/operations/backupOperationStatuses.js +60 -0
  1334. package/dist/react-native/operations/backupOperationStatuses.js.map +1 -0
  1335. package/dist/react-native/operations/backupPolicies.d.ts +45 -0
  1336. package/dist/react-native/operations/backupPolicies.d.ts.map +1 -0
  1337. package/dist/react-native/operations/backupPolicies.js +157 -0
  1338. package/dist/react-native/operations/backupPolicies.js.map +1 -0
  1339. package/dist/react-native/operations/backupProtectableItems.d.ts +45 -0
  1340. package/dist/react-native/operations/backupProtectableItems.d.ts.map +1 -0
  1341. package/dist/react-native/operations/backupProtectableItems.js +161 -0
  1342. package/dist/react-native/operations/backupProtectableItems.js.map +1 -0
  1343. package/dist/react-native/operations/backupProtectedItems.d.ts +41 -0
  1344. package/dist/react-native/operations/backupProtectedItems.d.ts.map +1 -0
  1345. package/dist/react-native/operations/backupProtectedItems.js +157 -0
  1346. package/dist/react-native/operations/backupProtectedItems.js.map +1 -0
  1347. package/dist/react-native/operations/backupProtectionContainers.d.ts +41 -0
  1348. package/dist/react-native/operations/backupProtectionContainers.d.ts.map +1 -0
  1349. package/dist/react-native/operations/backupProtectionContainers.js +153 -0
  1350. package/dist/react-native/operations/backupProtectionContainers.js.map +1 -0
  1351. package/dist/react-native/operations/backupProtectionIntent.d.ts +41 -0
  1352. package/dist/react-native/operations/backupProtectionIntent.d.ts.map +1 -0
  1353. package/dist/react-native/operations/backupProtectionIntent.js +151 -0
  1354. package/dist/react-native/operations/backupProtectionIntent.js.map +1 -0
  1355. package/dist/react-native/operations/backupResourceEncryptionConfigs.d.ts +30 -0
  1356. package/dist/react-native/operations/backupResourceEncryptionConfigs.d.ts.map +1 -0
  1357. package/dist/react-native/operations/backupResourceEncryptionConfigs.js +86 -0
  1358. package/dist/react-native/operations/backupResourceEncryptionConfigs.js.map +1 -0
  1359. package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.d.ts +39 -0
  1360. package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  1361. package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.js +120 -0
  1362. package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.js.map +1 -0
  1363. package/dist/react-native/operations/backupResourceVaultConfigs.d.ts +39 -0
  1364. package/dist/react-native/operations/backupResourceVaultConfigs.d.ts.map +1 -0
  1365. package/dist/react-native/operations/backupResourceVaultConfigs.js +130 -0
  1366. package/dist/react-native/operations/backupResourceVaultConfigs.js.map +1 -0
  1367. package/dist/react-native/operations/backupStatus.d.ts +20 -0
  1368. package/dist/react-native/operations/backupStatus.d.ts.map +1 -0
  1369. package/dist/react-native/operations/backupStatus.js +51 -0
  1370. package/dist/react-native/operations/backupStatus.js.map +1 -0
  1371. package/dist/react-native/operations/backupUsageSummaries.d.ts +32 -0
  1372. package/dist/react-native/operations/backupUsageSummaries.d.ts.map +1 -0
  1373. package/dist/react-native/operations/backupUsageSummaries.js +108 -0
  1374. package/dist/react-native/operations/backupUsageSummaries.js.map +1 -0
  1375. package/dist/react-native/operations/backupWorkloadItems.d.ts +51 -0
  1376. package/dist/react-native/operations/backupWorkloadItems.d.ts.map +1 -0
  1377. package/dist/react-native/operations/backupWorkloadItems.js +178 -0
  1378. package/dist/react-native/operations/backupWorkloadItems.js.map +1 -0
  1379. package/dist/react-native/operations/backups.d.ts +27 -0
  1380. package/dist/react-native/operations/backups.d.ts.map +1 -0
  1381. package/dist/react-native/operations/backups.js +71 -0
  1382. package/dist/react-native/operations/backups.js.map +1 -0
  1383. package/dist/react-native/operations/deletedProtectionContainers.d.ts +41 -0
  1384. package/dist/react-native/operations/deletedProtectionContainers.d.ts.map +1 -0
  1385. package/dist/react-native/operations/deletedProtectionContainers.js +153 -0
  1386. package/dist/react-native/operations/deletedProtectionContainers.js.map +1 -0
  1387. package/dist/react-native/operations/exportJobsOperationResults.d.ts +25 -0
  1388. package/dist/react-native/operations/exportJobsOperationResults.d.ts.map +1 -0
  1389. package/dist/react-native/operations/exportJobsOperationResults.js +62 -0
  1390. package/dist/react-native/operations/exportJobsOperationResults.js.map +1 -0
  1391. package/dist/react-native/operations/featureSupport.d.ts +20 -0
  1392. package/dist/react-native/operations/featureSupport.d.ts.map +1 -0
  1393. package/dist/react-native/operations/featureSupport.js +51 -0
  1394. package/dist/react-native/operations/featureSupport.js.map +1 -0
  1395. package/dist/react-native/operations/fetchTieringCost.d.ts +36 -0
  1396. package/dist/react-native/operations/fetchTieringCost.d.ts.map +1 -0
  1397. package/dist/react-native/operations/fetchTieringCost.js +116 -0
  1398. package/dist/react-native/operations/fetchTieringCost.js.map +1 -0
  1399. package/dist/react-native/operations/getTieringCostOperationResult.d.ts +22 -0
  1400. package/dist/react-native/operations/getTieringCostOperationResult.d.ts.map +1 -0
  1401. package/dist/react-native/operations/getTieringCostOperationResult.js +56 -0
  1402. package/dist/react-native/operations/getTieringCostOperationResult.js.map +1 -0
  1403. package/dist/react-native/operations/index.d.ts +53 -0
  1404. package/dist/react-native/operations/index.d.ts.map +1 -0
  1405. package/dist/react-native/operations/index.js +60 -0
  1406. package/dist/react-native/operations/index.js.map +1 -0
  1407. package/dist/react-native/operations/itemLevelRecoveryConnections.d.ts +48 -0
  1408. package/dist/react-native/operations/itemLevelRecoveryConnections.d.ts.map +1 -0
  1409. package/dist/react-native/operations/itemLevelRecoveryConnections.js +127 -0
  1410. package/dist/react-native/operations/itemLevelRecoveryConnections.js.map +1 -0
  1411. package/dist/react-native/operations/jobCancellations.d.ts +23 -0
  1412. package/dist/react-native/operations/jobCancellations.d.ts.map +1 -0
  1413. package/dist/react-native/operations/jobCancellations.js +55 -0
  1414. package/dist/react-native/operations/jobCancellations.js.map +1 -0
  1415. package/dist/react-native/operations/jobDetails.d.ts +22 -0
  1416. package/dist/react-native/operations/jobDetails.d.ts.map +1 -0
  1417. package/dist/react-native/operations/jobDetails.js +56 -0
  1418. package/dist/react-native/operations/jobDetails.js.map +1 -0
  1419. package/dist/react-native/operations/jobOperationResults.d.ts +23 -0
  1420. package/dist/react-native/operations/jobOperationResults.d.ts.map +1 -0
  1421. package/dist/react-native/operations/jobOperationResults.js +58 -0
  1422. package/dist/react-native/operations/jobOperationResults.js.map +1 -0
  1423. package/dist/react-native/operations/jobs.d.ts +21 -0
  1424. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  1425. package/dist/react-native/operations/jobs.js +52 -0
  1426. package/dist/react-native/operations/jobs.js.map +1 -0
  1427. package/dist/react-native/operations/operation.d.ts +22 -0
  1428. package/dist/react-native/operations/operation.d.ts.map +1 -0
  1429. package/dist/react-native/operations/operation.js +57 -0
  1430. package/dist/react-native/operations/operation.js.map +1 -0
  1431. package/dist/react-native/operations/operations.d.ts +32 -0
  1432. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1433. package/dist/react-native/operations/operations.js +127 -0
  1434. package/dist/react-native/operations/operations.js.map +1 -0
  1435. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +61 -0
  1436. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  1437. package/dist/react-native/operations/privateEndpointConnectionOperations.js +237 -0
  1438. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
  1439. package/dist/react-native/operations/privateEndpointOperations.d.ts +23 -0
  1440. package/dist/react-native/operations/privateEndpointOperations.d.ts.map +1 -0
  1441. package/dist/react-native/operations/privateEndpointOperations.js +64 -0
  1442. package/dist/react-native/operations/privateEndpointOperations.js.map +1 -0
  1443. package/dist/react-native/operations/protectableContainers.d.ts +44 -0
  1444. package/dist/react-native/operations/protectableContainers.d.ts.map +1 -0
  1445. package/dist/react-native/operations/protectableContainers.js +158 -0
  1446. package/dist/react-native/operations/protectableContainers.js.map +1 -0
  1447. package/dist/react-native/operations/protectedItemOperationResults.d.ts +25 -0
  1448. package/dist/react-native/operations/protectedItemOperationResults.d.ts.map +1 -0
  1449. package/dist/react-native/operations/protectedItemOperationResults.js +72 -0
  1450. package/dist/react-native/operations/protectedItemOperationResults.js.map +1 -0
  1451. package/dist/react-native/operations/protectedItemOperationStatuses.d.ts +29 -0
  1452. package/dist/react-native/operations/protectedItemOperationStatuses.d.ts.map +1 -0
  1453. package/dist/react-native/operations/protectedItemOperationStatuses.js +74 -0
  1454. package/dist/react-native/operations/protectedItemOperationStatuses.js.map +1 -0
  1455. package/dist/react-native/operations/protectedItems.d.ts +53 -0
  1456. package/dist/react-native/operations/protectedItems.d.ts.map +1 -0
  1457. package/dist/react-native/operations/protectedItems.js +170 -0
  1458. package/dist/react-native/operations/protectedItems.js.map +1 -0
  1459. package/dist/react-native/operations/protectionContainerOperationResults.d.ts +24 -0
  1460. package/dist/react-native/operations/protectionContainerOperationResults.d.ts.map +1 -0
  1461. package/dist/react-native/operations/protectionContainerOperationResults.js +69 -0
  1462. package/dist/react-native/operations/protectionContainerOperationResults.js.map +1 -0
  1463. package/dist/react-native/operations/protectionContainerRefreshOperationResults.d.ts +23 -0
  1464. package/dist/react-native/operations/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  1465. package/dist/react-native/operations/protectionContainerRefreshOperationResults.js +57 -0
  1466. package/dist/react-native/operations/protectionContainerRefreshOperationResults.js.map +1 -0
  1467. package/dist/react-native/operations/protectionContainers.d.ts +88 -0
  1468. package/dist/react-native/operations/protectionContainers.d.ts.map +1 -0
  1469. package/dist/react-native/operations/protectionContainers.js +272 -0
  1470. package/dist/react-native/operations/protectionContainers.js.map +1 -0
  1471. package/dist/react-native/operations/protectionIntentOperations.d.ts +56 -0
  1472. package/dist/react-native/operations/protectionIntentOperations.d.ts.map +1 -0
  1473. package/dist/react-native/operations/protectionIntentOperations.js +157 -0
  1474. package/dist/react-native/operations/protectionIntentOperations.js.map +1 -0
  1475. package/dist/react-native/operations/protectionPolicies.d.ts +59 -0
  1476. package/dist/react-native/operations/protectionPolicies.d.ts.map +1 -0
  1477. package/dist/react-native/operations/protectionPolicies.js +185 -0
  1478. package/dist/react-native/operations/protectionPolicies.js.map +1 -0
  1479. package/dist/react-native/operations/protectionPolicyOperationResults.d.ts +23 -0
  1480. package/dist/react-native/operations/protectionPolicyOperationResults.d.ts.map +1 -0
  1481. package/dist/react-native/operations/protectionPolicyOperationResults.js +58 -0
  1482. package/dist/react-native/operations/protectionPolicyOperationResults.js.map +1 -0
  1483. package/dist/react-native/operations/protectionPolicyOperationStatuses.d.ts +27 -0
  1484. package/dist/react-native/operations/protectionPolicyOperationStatuses.d.ts.map +1 -0
  1485. package/dist/react-native/operations/protectionPolicyOperationStatuses.js +62 -0
  1486. package/dist/react-native/operations/protectionPolicyOperationStatuses.js.map +1 -0
  1487. package/dist/react-native/operations/recoveryPoints.d.ts +64 -0
  1488. package/dist/react-native/operations/recoveryPoints.d.ts.map +1 -0
  1489. package/dist/react-native/operations/recoveryPoints.js +232 -0
  1490. package/dist/react-native/operations/recoveryPoints.js.map +1 -0
  1491. package/dist/react-native/operations/recoveryPointsRecommendedForMove.d.ts +53 -0
  1492. package/dist/react-native/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  1493. package/dist/react-native/operations/recoveryPointsRecommendedForMove.js +191 -0
  1494. package/dist/react-native/operations/recoveryPointsRecommendedForMove.js.map +1 -0
  1495. package/dist/react-native/operations/resourceGuardProxies.d.ts +41 -0
  1496. package/dist/react-native/operations/resourceGuardProxies.d.ts.map +1 -0
  1497. package/dist/react-native/operations/resourceGuardProxies.js +153 -0
  1498. package/dist/react-native/operations/resourceGuardProxies.js.map +1 -0
  1499. package/dist/react-native/operations/resourceGuardProxy.d.ts +52 -0
  1500. package/dist/react-native/operations/resourceGuardProxy.d.ts.map +1 -0
  1501. package/dist/react-native/operations/resourceGuardProxy.js +173 -0
  1502. package/dist/react-native/operations/resourceGuardProxy.js.map +1 -0
  1503. package/dist/react-native/operations/restores.d.ts +44 -0
  1504. package/dist/react-native/operations/restores.d.ts.map +1 -0
  1505. package/dist/react-native/operations/restores.js +133 -0
  1506. package/dist/react-native/operations/restores.js.map +1 -0
  1507. package/dist/react-native/operations/securityPINs.d.ts +21 -0
  1508. package/dist/react-native/operations/securityPINs.d.ts.map +1 -0
  1509. package/dist/react-native/operations/securityPINs.js +60 -0
  1510. package/dist/react-native/operations/securityPINs.js.map +1 -0
  1511. package/dist/react-native/operations/tieringCostOperationStatus.d.ts +22 -0
  1512. package/dist/react-native/operations/tieringCostOperationStatus.d.ts.map +1 -0
  1513. package/dist/react-native/operations/tieringCostOperationStatus.js +56 -0
  1514. package/dist/react-native/operations/tieringCostOperationStatus.js.map +1 -0
  1515. package/dist/react-native/operations/validateOperation.d.ts +34 -0
  1516. package/dist/react-native/operations/validateOperation.d.ts.map +1 -0
  1517. package/dist/react-native/operations/validateOperation.js +106 -0
  1518. package/dist/react-native/operations/validateOperation.js.map +1 -0
  1519. package/dist/react-native/operations/validateOperationResults.d.ts +22 -0
  1520. package/dist/react-native/operations/validateOperationResults.d.ts.map +1 -0
  1521. package/dist/react-native/operations/validateOperationResults.js +57 -0
  1522. package/dist/react-native/operations/validateOperationResults.js.map +1 -0
  1523. package/dist/react-native/operations/validateOperationStatuses.d.ts +25 -0
  1524. package/dist/react-native/operations/validateOperationStatuses.d.ts.map +1 -0
  1525. package/dist/react-native/operations/validateOperationStatuses.js +59 -0
  1526. package/dist/react-native/operations/validateOperationStatuses.js.map +1 -0
  1527. package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +14 -0
  1528. package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +1 -0
  1529. package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +9 -0
  1530. package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +1 -0
  1531. package/dist/react-native/operationsInterfaces/backupEngines.d.ts +23 -0
  1532. package/dist/react-native/operationsInterfaces/backupEngines.d.ts.map +1 -0
  1533. package/dist/react-native/operationsInterfaces/backupEngines.js +9 -0
  1534. package/dist/react-native/operationsInterfaces/backupEngines.js.map +1 -0
  1535. package/dist/react-native/operationsInterfaces/backupJobs.d.ts +14 -0
  1536. package/dist/react-native/operationsInterfaces/backupJobs.d.ts.map +1 -0
  1537. package/dist/react-native/operationsInterfaces/backupJobs.js +9 -0
  1538. package/dist/react-native/operationsInterfaces/backupJobs.js.map +1 -0
  1539. package/dist/react-native/operationsInterfaces/backupOperationResults.d.ts +20 -0
  1540. package/dist/react-native/operationsInterfaces/backupOperationResults.d.ts.map +1 -0
  1541. package/dist/react-native/operationsInterfaces/backupOperationResults.js +9 -0
  1542. package/dist/react-native/operationsInterfaces/backupOperationResults.js.map +1 -0
  1543. package/dist/react-native/operationsInterfaces/backupOperationStatuses.d.ts +18 -0
  1544. package/dist/react-native/operationsInterfaces/backupOperationStatuses.d.ts.map +1 -0
  1545. package/dist/react-native/operationsInterfaces/backupOperationStatuses.js +9 -0
  1546. package/dist/react-native/operationsInterfaces/backupOperationStatuses.js.map +1 -0
  1547. package/dist/react-native/operationsInterfaces/backupPolicies.d.ts +16 -0
  1548. package/dist/react-native/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  1549. package/dist/react-native/operationsInterfaces/backupPolicies.js +9 -0
  1550. package/dist/react-native/operationsInterfaces/backupPolicies.js.map +1 -0
  1551. package/dist/react-native/operationsInterfaces/backupProtectableItems.d.ts +16 -0
  1552. package/dist/react-native/operationsInterfaces/backupProtectableItems.d.ts.map +1 -0
  1553. package/dist/react-native/operationsInterfaces/backupProtectableItems.js +9 -0
  1554. package/dist/react-native/operationsInterfaces/backupProtectableItems.js.map +1 -0
  1555. package/dist/react-native/operationsInterfaces/backupProtectedItems.d.ts +14 -0
  1556. package/dist/react-native/operationsInterfaces/backupProtectedItems.d.ts.map +1 -0
  1557. package/dist/react-native/operationsInterfaces/backupProtectedItems.js +9 -0
  1558. package/dist/react-native/operationsInterfaces/backupProtectedItems.js.map +1 -0
  1559. package/dist/react-native/operationsInterfaces/backupProtectionContainers.d.ts +14 -0
  1560. package/dist/react-native/operationsInterfaces/backupProtectionContainers.d.ts.map +1 -0
  1561. package/dist/react-native/operationsInterfaces/backupProtectionContainers.js +9 -0
  1562. package/dist/react-native/operationsInterfaces/backupProtectionContainers.js.map +1 -0
  1563. package/dist/react-native/operationsInterfaces/backupProtectionIntent.d.ts +14 -0
  1564. package/dist/react-native/operationsInterfaces/backupProtectionIntent.d.ts.map +1 -0
  1565. package/dist/react-native/operationsInterfaces/backupProtectionIntent.js +9 -0
  1566. package/dist/react-native/operationsInterfaces/backupProtectionIntent.js.map +1 -0
  1567. package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +22 -0
  1568. package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +1 -0
  1569. package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.js +9 -0
  1570. package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.js.map +1 -0
  1571. package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +31 -0
  1572. package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +1 -0
  1573. package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +9 -0
  1574. package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +1 -0
  1575. package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.d.ts +31 -0
  1576. package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +1 -0
  1577. package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.js +9 -0
  1578. package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.js.map +1 -0
  1579. package/dist/react-native/operationsInterfaces/backupStatus.d.ts +12 -0
  1580. package/dist/react-native/operationsInterfaces/backupStatus.d.ts.map +1 -0
  1581. package/dist/react-native/operationsInterfaces/backupStatus.js +9 -0
  1582. package/dist/react-native/operationsInterfaces/backupStatus.js.map +1 -0
  1583. package/dist/react-native/operationsInterfaces/backupUsageSummaries.d.ts +14 -0
  1584. package/dist/react-native/operationsInterfaces/backupUsageSummaries.d.ts.map +1 -0
  1585. package/dist/react-native/operationsInterfaces/backupUsageSummaries.js +9 -0
  1586. package/dist/react-native/operationsInterfaces/backupUsageSummaries.js.map +1 -0
  1587. package/dist/react-native/operationsInterfaces/backupWorkloadItems.d.ts +18 -0
  1588. package/dist/react-native/operationsInterfaces/backupWorkloadItems.d.ts.map +1 -0
  1589. package/dist/react-native/operationsInterfaces/backupWorkloadItems.js +9 -0
  1590. package/dist/react-native/operationsInterfaces/backupWorkloadItems.js.map +1 -0
  1591. package/dist/react-native/operationsInterfaces/backups.d.ts +19 -0
  1592. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  1593. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  1594. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  1595. package/dist/react-native/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  1596. package/dist/react-native/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  1597. package/dist/react-native/operationsInterfaces/deletedProtectionContainers.js +9 -0
  1598. package/dist/react-native/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  1599. package/dist/react-native/operationsInterfaces/exportJobsOperationResults.d.ts +17 -0
  1600. package/dist/react-native/operationsInterfaces/exportJobsOperationResults.d.ts.map +1 -0
  1601. package/dist/react-native/operationsInterfaces/exportJobsOperationResults.js +9 -0
  1602. package/dist/react-native/operationsInterfaces/exportJobsOperationResults.js.map +1 -0
  1603. package/dist/react-native/operationsInterfaces/featureSupport.d.ts +12 -0
  1604. package/dist/react-native/operationsInterfaces/featureSupport.d.ts.map +1 -0
  1605. package/dist/react-native/operationsInterfaces/featureSupport.js +9 -0
  1606. package/dist/react-native/operationsInterfaces/featureSupport.js.map +1 -0
  1607. package/dist/react-native/operationsInterfaces/fetchTieringCost.d.ts +28 -0
  1608. package/dist/react-native/operationsInterfaces/fetchTieringCost.d.ts.map +1 -0
  1609. package/dist/react-native/operationsInterfaces/fetchTieringCost.js +9 -0
  1610. package/dist/react-native/operationsInterfaces/fetchTieringCost.js.map +1 -0
  1611. package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.d.ts +14 -0
  1612. package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.d.ts.map +1 -0
  1613. package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.js +9 -0
  1614. package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.js.map +1 -0
  1615. package/dist/react-native/operationsInterfaces/index.d.ts +53 -0
  1616. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1617. package/dist/react-native/operationsInterfaces/index.js +60 -0
  1618. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1619. package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.d.ts +40 -0
  1620. package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +1 -0
  1621. package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.js +9 -0
  1622. package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.js.map +1 -0
  1623. package/dist/react-native/operationsInterfaces/jobCancellations.d.ts +15 -0
  1624. package/dist/react-native/operationsInterfaces/jobCancellations.d.ts.map +1 -0
  1625. package/dist/react-native/operationsInterfaces/jobCancellations.js +9 -0
  1626. package/dist/react-native/operationsInterfaces/jobCancellations.js.map +1 -0
  1627. package/dist/react-native/operationsInterfaces/jobDetails.d.ts +14 -0
  1628. package/dist/react-native/operationsInterfaces/jobDetails.d.ts.map +1 -0
  1629. package/dist/react-native/operationsInterfaces/jobDetails.js +9 -0
  1630. package/dist/react-native/operationsInterfaces/jobDetails.js.map +1 -0
  1631. package/dist/react-native/operationsInterfaces/jobOperationResults.d.ts +15 -0
  1632. package/dist/react-native/operationsInterfaces/jobOperationResults.d.ts.map +1 -0
  1633. package/dist/react-native/operationsInterfaces/jobOperationResults.js +9 -0
  1634. package/dist/react-native/operationsInterfaces/jobOperationResults.js.map +1 -0
  1635. package/dist/react-native/operationsInterfaces/jobs.d.ts +13 -0
  1636. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  1637. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  1638. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  1639. package/dist/react-native/operationsInterfaces/operation.d.ts +14 -0
  1640. package/dist/react-native/operationsInterfaces/operation.d.ts.map +1 -0
  1641. package/dist/react-native/operationsInterfaces/operation.js +9 -0
  1642. package/dist/react-native/operationsInterfaces/operation.js.map +1 -0
  1643. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  1644. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1645. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1646. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1647. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +53 -0
  1648. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  1649. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  1650. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  1651. package/dist/react-native/operationsInterfaces/privateEndpointOperations.d.ts +15 -0
  1652. package/dist/react-native/operationsInterfaces/privateEndpointOperations.d.ts.map +1 -0
  1653. package/dist/react-native/operationsInterfaces/privateEndpointOperations.js +9 -0
  1654. package/dist/react-native/operationsInterfaces/privateEndpointOperations.js.map +1 -0
  1655. package/dist/react-native/operationsInterfaces/protectableContainers.d.ts +15 -0
  1656. package/dist/react-native/operationsInterfaces/protectableContainers.d.ts.map +1 -0
  1657. package/dist/react-native/operationsInterfaces/protectableContainers.js +9 -0
  1658. package/dist/react-native/operationsInterfaces/protectableContainers.js.map +1 -0
  1659. package/dist/react-native/operationsInterfaces/protectedItemOperationResults.d.ts +17 -0
  1660. package/dist/react-native/operationsInterfaces/protectedItemOperationResults.d.ts.map +1 -0
  1661. package/dist/react-native/operationsInterfaces/protectedItemOperationResults.js +9 -0
  1662. package/dist/react-native/operationsInterfaces/protectedItemOperationResults.js.map +1 -0
  1663. package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.d.ts +21 -0
  1664. package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +1 -0
  1665. package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.js +9 -0
  1666. package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.js.map +1 -0
  1667. package/dist/react-native/operationsInterfaces/protectedItems.d.ts +45 -0
  1668. package/dist/react-native/operationsInterfaces/protectedItems.d.ts.map +1 -0
  1669. package/dist/react-native/operationsInterfaces/protectedItems.js +9 -0
  1670. package/dist/react-native/operationsInterfaces/protectedItems.js.map +1 -0
  1671. package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.d.ts +16 -0
  1672. package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.d.ts.map +1 -0
  1673. package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.js +9 -0
  1674. package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.js.map +1 -0
  1675. package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +15 -0
  1676. package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +1 -0
  1677. package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.js +9 -0
  1678. package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +1 -0
  1679. package/dist/react-native/operationsInterfaces/protectionContainers.d.ts +80 -0
  1680. package/dist/react-native/operationsInterfaces/protectionContainers.d.ts.map +1 -0
  1681. package/dist/react-native/operationsInterfaces/protectionContainers.js +9 -0
  1682. package/dist/react-native/operationsInterfaces/protectionContainers.js.map +1 -0
  1683. package/dist/react-native/operationsInterfaces/protectionIntentOperations.d.ts +48 -0
  1684. package/dist/react-native/operationsInterfaces/protectionIntentOperations.d.ts.map +1 -0
  1685. package/dist/react-native/operationsInterfaces/protectionIntentOperations.js +9 -0
  1686. package/dist/react-native/operationsInterfaces/protectionIntentOperations.js.map +1 -0
  1687. package/dist/react-native/operationsInterfaces/protectionPolicies.d.ts +51 -0
  1688. package/dist/react-native/operationsInterfaces/protectionPolicies.d.ts.map +1 -0
  1689. package/dist/react-native/operationsInterfaces/protectionPolicies.js +9 -0
  1690. package/dist/react-native/operationsInterfaces/protectionPolicies.js.map +1 -0
  1691. package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.d.ts +15 -0
  1692. package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +1 -0
  1693. package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.js +9 -0
  1694. package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.js.map +1 -0
  1695. package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +19 -0
  1696. package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +1 -0
  1697. package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.js +9 -0
  1698. package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.js.map +1 -0
  1699. package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts +31 -0
  1700. package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
  1701. package/dist/react-native/operationsInterfaces/recoveryPoints.js +9 -0
  1702. package/dist/react-native/operationsInterfaces/recoveryPoints.js.map +1 -0
  1703. package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +18 -0
  1704. package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +1 -0
  1705. package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.js +9 -0
  1706. package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +1 -0
  1707. package/dist/react-native/operationsInterfaces/resourceGuardProxies.d.ts +14 -0
  1708. package/dist/react-native/operationsInterfaces/resourceGuardProxies.d.ts.map +1 -0
  1709. package/dist/react-native/operationsInterfaces/resourceGuardProxies.js +9 -0
  1710. package/dist/react-native/operationsInterfaces/resourceGuardProxies.js.map +1 -0
  1711. package/dist/react-native/operationsInterfaces/resourceGuardProxy.d.ts +44 -0
  1712. package/dist/react-native/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -0
  1713. package/dist/react-native/operationsInterfaces/resourceGuardProxy.js +9 -0
  1714. package/dist/react-native/operationsInterfaces/resourceGuardProxy.js.map +1 -0
  1715. package/dist/react-native/operationsInterfaces/restores.d.ts +36 -0
  1716. package/dist/react-native/operationsInterfaces/restores.d.ts.map +1 -0
  1717. package/dist/react-native/operationsInterfaces/restores.js +9 -0
  1718. package/dist/react-native/operationsInterfaces/restores.js.map +1 -0
  1719. package/dist/react-native/operationsInterfaces/securityPINs.d.ts +13 -0
  1720. package/dist/react-native/operationsInterfaces/securityPINs.d.ts.map +1 -0
  1721. package/dist/react-native/operationsInterfaces/securityPINs.js +9 -0
  1722. package/dist/react-native/operationsInterfaces/securityPINs.js.map +1 -0
  1723. package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.d.ts +14 -0
  1724. package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.d.ts.map +1 -0
  1725. package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.js +9 -0
  1726. package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.js.map +1 -0
  1727. package/dist/react-native/operationsInterfaces/validateOperation.d.ts +26 -0
  1728. package/dist/react-native/operationsInterfaces/validateOperation.d.ts.map +1 -0
  1729. package/dist/react-native/operationsInterfaces/validateOperation.js +9 -0
  1730. package/dist/react-native/operationsInterfaces/validateOperation.js.map +1 -0
  1731. package/dist/react-native/operationsInterfaces/validateOperationResults.d.ts +14 -0
  1732. package/dist/react-native/operationsInterfaces/validateOperationResults.d.ts.map +1 -0
  1733. package/dist/react-native/operationsInterfaces/validateOperationResults.js +9 -0
  1734. package/dist/react-native/operationsInterfaces/validateOperationResults.js.map +1 -0
  1735. package/dist/react-native/operationsInterfaces/validateOperationStatuses.d.ts +17 -0
  1736. package/dist/react-native/operationsInterfaces/validateOperationStatuses.d.ts.map +1 -0
  1737. package/dist/react-native/operationsInterfaces/validateOperationStatuses.js +9 -0
  1738. package/dist/react-native/operationsInterfaces/validateOperationStatuses.js.map +1 -0
  1739. package/dist/react-native/package.json +3 -0
  1740. package/dist/react-native/pagingHelper.d.ts +13 -0
  1741. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1742. package/dist/react-native/pagingHelper.js +32 -0
  1743. package/dist/react-native/pagingHelper.js.map +1 -0
  1744. package/dist/react-native/recoveryServicesBackupClient.d.ts +143 -0
  1745. package/dist/react-native/recoveryServicesBackupClient.d.ts.map +1 -0
  1746. package/dist/react-native/recoveryServicesBackupClient.js +455 -0
  1747. package/dist/react-native/recoveryServicesBackupClient.js.map +1 -0
  1748. package/package.json +67 -36
  1749. package/dist/index.js +0 -16920
  1750. package/dist/index.js.map +0 -1
  1751. package/dist/index.min.js +0 -1
  1752. package/dist/index.min.js.map +0 -1
  1753. package/dist-esm/samples-dev/backupEnginesGetSample.d.ts +0 -2
  1754. package/dist-esm/samples-dev/backupEnginesGetSample.d.ts.map +0 -1
  1755. package/dist-esm/samples-dev/backupEnginesGetSample.js +0 -37
  1756. package/dist-esm/samples-dev/backupEnginesGetSample.js.map +0 -1
  1757. package/dist-esm/samples-dev/backupEnginesListSample.d.ts +0 -2
  1758. package/dist-esm/samples-dev/backupEnginesListSample.d.ts.map +0 -1
  1759. package/dist-esm/samples-dev/backupEnginesListSample.js +0 -52
  1760. package/dist-esm/samples-dev/backupEnginesListSample.js.map +0 -1
  1761. package/dist-esm/samples-dev/backupJobsListSample.d.ts +0 -2
  1762. package/dist-esm/samples-dev/backupJobsListSample.d.ts.map +0 -1
  1763. package/dist-esm/samples-dev/backupJobsListSample.js +0 -117
  1764. package/dist-esm/samples-dev/backupJobsListSample.js.map +0 -1
  1765. package/dist-esm/samples-dev/backupOperationResultsGetSample.d.ts +0 -2
  1766. package/dist-esm/samples-dev/backupOperationResultsGetSample.d.ts.map +0 -1
  1767. package/dist-esm/samples-dev/backupOperationResultsGetSample.js +0 -43
  1768. package/dist-esm/samples-dev/backupOperationResultsGetSample.js.map +0 -1
  1769. package/dist-esm/samples-dev/backupOperationStatusesGetSample.d.ts +0 -2
  1770. package/dist-esm/samples-dev/backupOperationStatusesGetSample.d.ts.map +0 -1
  1771. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js +0 -41
  1772. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js.map +0 -1
  1773. package/dist-esm/samples-dev/backupPoliciesListSample.d.ts +0 -2
  1774. package/dist-esm/samples-dev/backupPoliciesListSample.d.ts.map +0 -1
  1775. package/dist-esm/samples-dev/backupPoliciesListSample.js +0 -125
  1776. package/dist-esm/samples-dev/backupPoliciesListSample.js.map +0 -1
  1777. package/dist-esm/samples-dev/backupProtectableItemsListSample.d.ts +0 -2
  1778. package/dist-esm/samples-dev/backupProtectableItemsListSample.d.ts.map +0 -1
  1779. package/dist-esm/samples-dev/backupProtectableItemsListSample.js +0 -49
  1780. package/dist-esm/samples-dev/backupProtectableItemsListSample.js.map +0 -1
  1781. package/dist-esm/samples-dev/backupProtectedItemsListSample.d.ts +0 -2
  1782. package/dist-esm/samples-dev/backupProtectedItemsListSample.d.ts.map +0 -1
  1783. package/dist-esm/samples-dev/backupProtectedItemsListSample.js +0 -47
  1784. package/dist-esm/samples-dev/backupProtectedItemsListSample.js.map +0 -1
  1785. package/dist-esm/samples-dev/backupProtectionContainersListSample.d.ts +0 -2
  1786. package/dist-esm/samples-dev/backupProtectionContainersListSample.d.ts.map +0 -1
  1787. package/dist-esm/samples-dev/backupProtectionContainersListSample.js +0 -47
  1788. package/dist-esm/samples-dev/backupProtectionContainersListSample.js.map +0 -1
  1789. package/dist-esm/samples-dev/backupProtectionIntentListSample.d.ts +0 -2
  1790. package/dist-esm/samples-dev/backupProtectionIntentListSample.d.ts.map +0 -1
  1791. package/dist-esm/samples-dev/backupProtectionIntentListSample.js +0 -52
  1792. package/dist-esm/samples-dev/backupProtectionIntentListSample.js.map +0 -1
  1793. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.d.ts +0 -2
  1794. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.d.ts.map +0 -1
  1795. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js +0 -36
  1796. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js.map +0 -1
  1797. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.d.ts +0 -2
  1798. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.d.ts.map +0 -1
  1799. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js +0 -37
  1800. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js.map +0 -1
  1801. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.d.ts +0 -2
  1802. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.d.ts.map +0 -1
  1803. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js +0 -36
  1804. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js.map +0 -1
  1805. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.d.ts +0 -2
  1806. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.d.ts.map +0 -1
  1807. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js +0 -35
  1808. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js.map +0 -1
  1809. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.d.ts +0 -2
  1810. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.d.ts.map +0 -1
  1811. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js +0 -35
  1812. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js.map +0 -1
  1813. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.d.ts +0 -2
  1814. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.d.ts.map +0 -1
  1815. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js +0 -36
  1816. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js.map +0 -1
  1817. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.d.ts +0 -2
  1818. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.d.ts.map +0 -1
  1819. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js +0 -35
  1820. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js.map +0 -1
  1821. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.d.ts +0 -2
  1822. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.d.ts.map +0 -1
  1823. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js +0 -32
  1824. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js.map +0 -1
  1825. package/dist-esm/samples-dev/backupStatusGetSample.d.ts +0 -2
  1826. package/dist-esm/samples-dev/backupStatusGetSample.d.ts.map +0 -1
  1827. package/dist-esm/samples-dev/backupStatusGetSample.js +0 -32
  1828. package/dist-esm/samples-dev/backupStatusGetSample.js.map +0 -1
  1829. package/dist-esm/samples-dev/backupUsageSummariesListSample.d.ts +0 -2
  1830. package/dist-esm/samples-dev/backupUsageSummariesListSample.d.ts.map +0 -1
  1831. package/dist-esm/samples-dev/backupUsageSummariesListSample.js +0 -83
  1832. package/dist-esm/samples-dev/backupUsageSummariesListSample.js.map +0 -1
  1833. package/dist-esm/samples-dev/backupWorkloadItemsListSample.d.ts +0 -2
  1834. package/dist-esm/samples-dev/backupWorkloadItemsListSample.d.ts.map +0 -1
  1835. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js +0 -51
  1836. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js.map +0 -1
  1837. package/dist-esm/samples-dev/backupsTriggerSample.d.ts +0 -2
  1838. package/dist-esm/samples-dev/backupsTriggerSample.d.ts.map +0 -1
  1839. package/dist-esm/samples-dev/backupsTriggerSample.js +0 -37
  1840. package/dist-esm/samples-dev/backupsTriggerSample.js.map +0 -1
  1841. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.d.ts +0 -2
  1842. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.d.ts.map +0 -1
  1843. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js +0 -37
  1844. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js.map +0 -1
  1845. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.d.ts +0 -2
  1846. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.d.ts.map +0 -1
  1847. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js +0 -34
  1848. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js.map +0 -1
  1849. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.d.ts +0 -2
  1850. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.d.ts.map +0 -1
  1851. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js +0 -35
  1852. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js.map +0 -1
  1853. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts +0 -2
  1854. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts.map +0 -1
  1855. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js +0 -47
  1856. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js.map +0 -1
  1857. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.d.ts +0 -2
  1858. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.d.ts.map +0 -1
  1859. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js +0 -39
  1860. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js.map +0 -1
  1861. package/dist-esm/samples-dev/featureSupportValidateSample.d.ts +0 -2
  1862. package/dist-esm/samples-dev/featureSupportValidateSample.d.ts.map +0 -1
  1863. package/dist-esm/samples-dev/featureSupportValidateSample.js +0 -33
  1864. package/dist-esm/samples-dev/featureSupportValidateSample.js.map +0 -1
  1865. package/dist-esm/samples-dev/fetchTieringCostPostSample.d.ts +0 -2
  1866. package/dist-esm/samples-dev/fetchTieringCostPostSample.d.ts.map +0 -1
  1867. package/dist-esm/samples-dev/fetchTieringCostPostSample.js +0 -118
  1868. package/dist-esm/samples-dev/fetchTieringCostPostSample.js.map +0 -1
  1869. package/dist-esm/samples-dev/getOperationStatusSample.d.ts +0 -2
  1870. package/dist-esm/samples-dev/getOperationStatusSample.d.ts.map +0 -1
  1871. package/dist-esm/samples-dev/getOperationStatusSample.js +0 -37
  1872. package/dist-esm/samples-dev/getOperationStatusSample.js.map +0 -1
  1873. package/dist-esm/samples-dev/getTieringCostOperationResultGetSample.d.ts +0 -2
  1874. package/dist-esm/samples-dev/getTieringCostOperationResultGetSample.d.ts.map +0 -1
  1875. package/dist-esm/samples-dev/getTieringCostOperationResultGetSample.js +0 -37
  1876. package/dist-esm/samples-dev/getTieringCostOperationResultGetSample.js.map +0 -1
  1877. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.d.ts +0 -2
  1878. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.d.ts.map +0 -1
  1879. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js +0 -46
  1880. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js.map +0 -1
  1881. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.d.ts +0 -2
  1882. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.d.ts.map +0 -1
  1883. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js +0 -42
  1884. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js.map +0 -1
  1885. package/dist-esm/samples-dev/jobCancellationsTriggerSample.d.ts +0 -2
  1886. package/dist-esm/samples-dev/jobCancellationsTriggerSample.d.ts.map +0 -1
  1887. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js +0 -39
  1888. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js.map +0 -1
  1889. package/dist-esm/samples-dev/jobDetailsGetSample.d.ts +0 -2
  1890. package/dist-esm/samples-dev/jobDetailsGetSample.d.ts.map +0 -1
  1891. package/dist-esm/samples-dev/jobDetailsGetSample.js +0 -37
  1892. package/dist-esm/samples-dev/jobDetailsGetSample.js.map +0 -1
  1893. package/dist-esm/samples-dev/jobOperationResultsGetSample.d.ts +0 -2
  1894. package/dist-esm/samples-dev/jobOperationResultsGetSample.d.ts.map +0 -1
  1895. package/dist-esm/samples-dev/jobOperationResultsGetSample.js +0 -38
  1896. package/dist-esm/samples-dev/jobOperationResultsGetSample.js.map +0 -1
  1897. package/dist-esm/samples-dev/jobsExportSample.d.ts +0 -2
  1898. package/dist-esm/samples-dev/jobsExportSample.d.ts.map +0 -1
  1899. package/dist-esm/samples-dev/jobsExportSample.js +0 -36
  1900. package/dist-esm/samples-dev/jobsExportSample.js.map +0 -1
  1901. package/dist-esm/samples-dev/moveRecoveryPointSample.d.ts +0 -2
  1902. package/dist-esm/samples-dev/moveRecoveryPointSample.d.ts.map +0 -1
  1903. package/dist-esm/samples-dev/moveRecoveryPointSample.js +0 -38
  1904. package/dist-esm/samples-dev/moveRecoveryPointSample.js.map +0 -1
  1905. package/dist-esm/samples-dev/operationValidateSample.d.ts +0 -2
  1906. package/dist-esm/samples-dev/operationValidateSample.d.ts.map +0 -1
  1907. package/dist-esm/samples-dev/operationValidateSample.js +0 -91
  1908. package/dist-esm/samples-dev/operationValidateSample.js.map +0 -1
  1909. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1910. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1911. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  1912. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1913. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
  1914. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
  1915. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -37
  1916. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
  1917. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +0 -2
  1918. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +0 -1
  1919. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +0 -37
  1920. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +0 -1
  1921. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.d.ts +0 -2
  1922. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.d.ts.map +0 -1
  1923. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js +0 -43
  1924. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js.map +0 -1
  1925. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.d.ts +0 -2
  1926. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.d.ts.map +0 -1
  1927. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js +0 -38
  1928. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js.map +0 -1
  1929. package/dist-esm/samples-dev/protectableContainersListSample.d.ts +0 -2
  1930. package/dist-esm/samples-dev/protectableContainersListSample.d.ts.map +0 -1
  1931. package/dist-esm/samples-dev/protectableContainersListSample.js +0 -48
  1932. package/dist-esm/samples-dev/protectableContainersListSample.js.map +0 -1
  1933. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.d.ts +0 -2
  1934. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.d.ts.map +0 -1
  1935. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js +0 -40
  1936. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js.map +0 -1
  1937. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.d.ts +0 -2
  1938. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.d.ts.map +0 -1
  1939. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js +0 -44
  1940. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js.map +0 -1
  1941. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.d.ts +0 -2
  1942. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.d.ts.map +0 -1
  1943. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js +0 -71
  1944. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js.map +0 -1
  1945. package/dist-esm/samples-dev/protectedItemsDeleteSample.d.ts +0 -2
  1946. package/dist-esm/samples-dev/protectedItemsDeleteSample.d.ts.map +0 -1
  1947. package/dist-esm/samples-dev/protectedItemsDeleteSample.js +0 -41
  1948. package/dist-esm/samples-dev/protectedItemsDeleteSample.js.map +0 -1
  1949. package/dist-esm/samples-dev/protectedItemsGetSample.d.ts +0 -2
  1950. package/dist-esm/samples-dev/protectedItemsGetSample.d.ts.map +0 -1
  1951. package/dist-esm/samples-dev/protectedItemsGetSample.js +0 -64
  1952. package/dist-esm/samples-dev/protectedItemsGetSample.js.map +0 -1
  1953. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.d.ts +0 -2
  1954. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.d.ts.map +0 -1
  1955. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js +0 -39
  1956. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js.map +0 -1
  1957. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.d.ts +0 -2
  1958. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.d.ts.map +0 -1
  1959. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js +0 -38
  1960. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js.map +0 -1
  1961. package/dist-esm/samples-dev/protectionContainersGetSample.d.ts +0 -2
  1962. package/dist-esm/samples-dev/protectionContainersGetSample.d.ts.map +0 -1
  1963. package/dist-esm/samples-dev/protectionContainersGetSample.js +0 -38
  1964. package/dist-esm/samples-dev/protectionContainersGetSample.js.map +0 -1
  1965. package/dist-esm/samples-dev/protectionContainersInquireSample.d.ts +0 -2
  1966. package/dist-esm/samples-dev/protectionContainersInquireSample.d.ts.map +0 -1
  1967. package/dist-esm/samples-dev/protectionContainersInquireSample.js +0 -38
  1968. package/dist-esm/samples-dev/protectionContainersInquireSample.js.map +0 -1
  1969. package/dist-esm/samples-dev/protectionContainersRefreshSample.d.ts +0 -2
  1970. package/dist-esm/samples-dev/protectionContainersRefreshSample.d.ts.map +0 -1
  1971. package/dist-esm/samples-dev/protectionContainersRefreshSample.js +0 -39
  1972. package/dist-esm/samples-dev/protectionContainersRefreshSample.js.map +0 -1
  1973. package/dist-esm/samples-dev/protectionContainersRegisterSample.d.ts +0 -2
  1974. package/dist-esm/samples-dev/protectionContainersRegisterSample.d.ts.map +0 -1
  1975. package/dist-esm/samples-dev/protectionContainersRegisterSample.js +0 -44
  1976. package/dist-esm/samples-dev/protectionContainersRegisterSample.js.map +0 -1
  1977. package/dist-esm/samples-dev/protectionContainersUnregisterSample.d.ts +0 -2
  1978. package/dist-esm/samples-dev/protectionContainersUnregisterSample.d.ts.map +0 -1
  1979. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js +0 -40
  1980. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js.map +0 -1
  1981. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.d.ts +0 -2
  1982. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.d.ts.map +0 -1
  1983. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js +0 -38
  1984. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js.map +0 -1
  1985. package/dist-esm/samples-dev/protectionIntentDeleteSample.d.ts +0 -2
  1986. package/dist-esm/samples-dev/protectionIntentDeleteSample.d.ts.map +0 -1
  1987. package/dist-esm/samples-dev/protectionIntentDeleteSample.js +0 -38
  1988. package/dist-esm/samples-dev/protectionIntentDeleteSample.js.map +0 -1
  1989. package/dist-esm/samples-dev/protectionIntentGetSample.d.ts +0 -2
  1990. package/dist-esm/samples-dev/protectionIntentGetSample.d.ts.map +0 -1
  1991. package/dist-esm/samples-dev/protectionIntentGetSample.js +0 -40
  1992. package/dist-esm/samples-dev/protectionIntentGetSample.js.map +0 -1
  1993. package/dist-esm/samples-dev/protectionIntentValidateSample.d.ts +0 -2
  1994. package/dist-esm/samples-dev/protectionIntentValidateSample.d.ts.map +0 -1
  1995. package/dist-esm/samples-dev/protectionIntentValidateSample.js +0 -40
  1996. package/dist-esm/samples-dev/protectionIntentValidateSample.js.map +0 -1
  1997. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.d.ts +0 -2
  1998. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  1999. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js +0 -545
  2000. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js.map +0 -1
  2001. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.d.ts +0 -2
  2002. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.d.ts.map +0 -1
  2003. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js +0 -39
  2004. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js.map +0 -1
  2005. package/dist-esm/samples-dev/protectionPoliciesGetSample.d.ts +0 -2
  2006. package/dist-esm/samples-dev/protectionPoliciesGetSample.d.ts.map +0 -1
  2007. package/dist-esm/samples-dev/protectionPoliciesGetSample.js +0 -60
  2008. package/dist-esm/samples-dev/protectionPoliciesGetSample.js.map +0 -1
  2009. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.d.ts +0 -2
  2010. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.d.ts.map +0 -1
  2011. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js +0 -38
  2012. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js.map +0 -1
  2013. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.d.ts +0 -2
  2014. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.d.ts.map +0 -1
  2015. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js +0 -42
  2016. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js.map +0 -1
  2017. package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts +0 -2
  2018. package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts.map +0 -1
  2019. package/dist-esm/samples-dev/recoveryPointsGetSample.js +0 -42
  2020. package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +0 -1
  2021. package/dist-esm/samples-dev/recoveryPointsListSample.d.ts +0 -2
  2022. package/dist-esm/samples-dev/recoveryPointsListSample.d.ts.map +0 -1
  2023. package/dist-esm/samples-dev/recoveryPointsListSample.js +0 -55
  2024. package/dist-esm/samples-dev/recoveryPointsListSample.js.map +0 -1
  2025. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.d.ts +0 -2
  2026. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.d.ts.map +0 -1
  2027. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js +0 -52
  2028. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js.map +0 -1
  2029. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.d.ts +0 -2
  2030. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.d.ts.map +0 -1
  2031. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js +0 -52
  2032. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js.map +0 -1
  2033. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.d.ts +0 -2
  2034. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.d.ts.map +0 -1
  2035. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js +0 -37
  2036. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js.map +0 -1
  2037. package/dist-esm/samples-dev/resourceGuardProxyGetSample.d.ts +0 -2
  2038. package/dist-esm/samples-dev/resourceGuardProxyGetSample.d.ts.map +0 -1
  2039. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js +0 -37
  2040. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js.map +0 -1
  2041. package/dist-esm/samples-dev/resourceGuardProxyPutSample.d.ts +0 -2
  2042. package/dist-esm/samples-dev/resourceGuardProxyPutSample.d.ts.map +0 -1
  2043. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +0 -37
  2044. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +0 -1
  2045. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.d.ts +0 -2
  2046. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.d.ts.map +0 -1
  2047. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js +0 -36
  2048. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js.map +0 -1
  2049. package/dist-esm/samples-dev/restoresTriggerSample.d.ts +0 -2
  2050. package/dist-esm/samples-dev/restoresTriggerSample.d.ts.map +0 -1
  2051. package/dist-esm/samples-dev/restoresTriggerSample.js +0 -271
  2052. package/dist-esm/samples-dev/restoresTriggerSample.js.map +0 -1
  2053. package/dist-esm/samples-dev/securityPiNsGetSample.d.ts +0 -2
  2054. package/dist-esm/samples-dev/securityPiNsGetSample.d.ts.map +0 -1
  2055. package/dist-esm/samples-dev/securityPiNsGetSample.js +0 -36
  2056. package/dist-esm/samples-dev/securityPiNsGetSample.js.map +0 -1
  2057. package/dist-esm/samples-dev/tieringCostOperationStatusGetSample.d.ts +0 -2
  2058. package/dist-esm/samples-dev/tieringCostOperationStatusGetSample.d.ts.map +0 -1
  2059. package/dist-esm/samples-dev/tieringCostOperationStatusGetSample.js +0 -37
  2060. package/dist-esm/samples-dev/tieringCostOperationStatusGetSample.js.map +0 -1
  2061. package/dist-esm/samples-dev/validateOperationResultsGetSample.d.ts +0 -2
  2062. package/dist-esm/samples-dev/validateOperationResultsGetSample.d.ts.map +0 -1
  2063. package/dist-esm/samples-dev/validateOperationResultsGetSample.js +0 -37
  2064. package/dist-esm/samples-dev/validateOperationResultsGetSample.js.map +0 -1
  2065. package/dist-esm/samples-dev/validateOperationStatusesGetSample.d.ts +0 -2
  2066. package/dist-esm/samples-dev/validateOperationStatusesGetSample.d.ts.map +0 -1
  2067. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js +0 -41
  2068. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js.map +0 -1
  2069. package/dist-esm/samples-dev/validateOperationTriggerSample.d.ts +0 -2
  2070. package/dist-esm/samples-dev/validateOperationTriggerSample.d.ts.map +0 -1
  2071. package/dist-esm/samples-dev/validateOperationTriggerSample.js +0 -50
  2072. package/dist-esm/samples-dev/validateOperationTriggerSample.js.map +0 -1
  2073. package/dist-esm/src/index.d.ts +0 -5
  2074. package/dist-esm/src/index.d.ts.map +0 -1
  2075. package/dist-esm/src/index.js +0 -13
  2076. package/dist-esm/src/index.js.map +0 -1
  2077. package/dist-esm/src/lroImpl.js.map +0 -1
  2078. package/dist-esm/src/models/index.js.map +0 -1
  2079. package/dist-esm/src/models/mappers.js.map +0 -1
  2080. package/dist-esm/src/models/parameters.js +0 -348
  2081. package/dist-esm/src/models/parameters.js.map +0 -1
  2082. package/dist-esm/src/operations/bMSPrepareDataMoveOperationResult.d.ts +0 -22
  2083. package/dist-esm/src/operations/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
  2084. package/dist-esm/src/operations/bMSPrepareDataMoveOperationResult.js +0 -57
  2085. package/dist-esm/src/operations/bMSPrepareDataMoveOperationResult.js.map +0 -1
  2086. package/dist-esm/src/operations/backupEngines.d.ts +0 -50
  2087. package/dist-esm/src/operations/backupEngines.d.ts.map +0 -1
  2088. package/dist-esm/src/operations/backupEngines.js +0 -194
  2089. package/dist-esm/src/operations/backupEngines.js.map +0 -1
  2090. package/dist-esm/src/operations/backupJobs.d.ts +0 -41
  2091. package/dist-esm/src/operations/backupJobs.d.ts.map +0 -1
  2092. package/dist-esm/src/operations/backupJobs.js +0 -157
  2093. package/dist-esm/src/operations/backupJobs.js.map +0 -1
  2094. package/dist-esm/src/operations/backupOperationResults.d.ts +0 -28
  2095. package/dist-esm/src/operations/backupOperationResults.d.ts.map +0 -1
  2096. package/dist-esm/src/operations/backupOperationResults.js +0 -62
  2097. package/dist-esm/src/operations/backupOperationResults.js.map +0 -1
  2098. package/dist-esm/src/operations/backupOperationStatuses.d.ts +0 -26
  2099. package/dist-esm/src/operations/backupOperationStatuses.d.ts.map +0 -1
  2100. package/dist-esm/src/operations/backupOperationStatuses.js +0 -60
  2101. package/dist-esm/src/operations/backupOperationStatuses.js.map +0 -1
  2102. package/dist-esm/src/operations/backupPolicies.d.ts +0 -45
  2103. package/dist-esm/src/operations/backupPolicies.d.ts.map +0 -1
  2104. package/dist-esm/src/operations/backupPolicies.js +0 -157
  2105. package/dist-esm/src/operations/backupPolicies.js.map +0 -1
  2106. package/dist-esm/src/operations/backupProtectableItems.d.ts +0 -45
  2107. package/dist-esm/src/operations/backupProtectableItems.d.ts.map +0 -1
  2108. package/dist-esm/src/operations/backupProtectableItems.js +0 -161
  2109. package/dist-esm/src/operations/backupProtectableItems.js.map +0 -1
  2110. package/dist-esm/src/operations/backupProtectedItems.d.ts +0 -41
  2111. package/dist-esm/src/operations/backupProtectedItems.d.ts.map +0 -1
  2112. package/dist-esm/src/operations/backupProtectedItems.js +0 -157
  2113. package/dist-esm/src/operations/backupProtectedItems.js.map +0 -1
  2114. package/dist-esm/src/operations/backupProtectionContainers.d.ts +0 -41
  2115. package/dist-esm/src/operations/backupProtectionContainers.d.ts.map +0 -1
  2116. package/dist-esm/src/operations/backupProtectionContainers.js +0 -153
  2117. package/dist-esm/src/operations/backupProtectionContainers.js.map +0 -1
  2118. package/dist-esm/src/operations/backupProtectionIntent.d.ts +0 -41
  2119. package/dist-esm/src/operations/backupProtectionIntent.d.ts.map +0 -1
  2120. package/dist-esm/src/operations/backupProtectionIntent.js +0 -151
  2121. package/dist-esm/src/operations/backupProtectionIntent.js.map +0 -1
  2122. package/dist-esm/src/operations/backupResourceEncryptionConfigs.d.ts +0 -30
  2123. package/dist-esm/src/operations/backupResourceEncryptionConfigs.d.ts.map +0 -1
  2124. package/dist-esm/src/operations/backupResourceEncryptionConfigs.js +0 -86
  2125. package/dist-esm/src/operations/backupResourceEncryptionConfigs.js.map +0 -1
  2126. package/dist-esm/src/operations/backupResourceStorageConfigsNonCRR.d.ts +0 -39
  2127. package/dist-esm/src/operations/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
  2128. package/dist-esm/src/operations/backupResourceStorageConfigsNonCRR.js +0 -120
  2129. package/dist-esm/src/operations/backupResourceStorageConfigsNonCRR.js.map +0 -1
  2130. package/dist-esm/src/operations/backupResourceVaultConfigs.d.ts +0 -39
  2131. package/dist-esm/src/operations/backupResourceVaultConfigs.d.ts.map +0 -1
  2132. package/dist-esm/src/operations/backupResourceVaultConfigs.js +0 -130
  2133. package/dist-esm/src/operations/backupResourceVaultConfigs.js.map +0 -1
  2134. package/dist-esm/src/operations/backupStatus.d.ts +0 -20
  2135. package/dist-esm/src/operations/backupStatus.d.ts.map +0 -1
  2136. package/dist-esm/src/operations/backupStatus.js +0 -51
  2137. package/dist-esm/src/operations/backupStatus.js.map +0 -1
  2138. package/dist-esm/src/operations/backupUsageSummaries.d.ts +0 -32
  2139. package/dist-esm/src/operations/backupUsageSummaries.d.ts.map +0 -1
  2140. package/dist-esm/src/operations/backupUsageSummaries.js +0 -108
  2141. package/dist-esm/src/operations/backupUsageSummaries.js.map +0 -1
  2142. package/dist-esm/src/operations/backupWorkloadItems.d.ts +0 -51
  2143. package/dist-esm/src/operations/backupWorkloadItems.d.ts.map +0 -1
  2144. package/dist-esm/src/operations/backupWorkloadItems.js +0 -178
  2145. package/dist-esm/src/operations/backupWorkloadItems.js.map +0 -1
  2146. package/dist-esm/src/operations/backups.d.ts +0 -27
  2147. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  2148. package/dist-esm/src/operations/backups.js +0 -71
  2149. package/dist-esm/src/operations/backups.js.map +0 -1
  2150. package/dist-esm/src/operations/deletedProtectionContainers.d.ts +0 -41
  2151. package/dist-esm/src/operations/deletedProtectionContainers.d.ts.map +0 -1
  2152. package/dist-esm/src/operations/deletedProtectionContainers.js +0 -153
  2153. package/dist-esm/src/operations/deletedProtectionContainers.js.map +0 -1
  2154. package/dist-esm/src/operations/exportJobsOperationResults.d.ts +0 -25
  2155. package/dist-esm/src/operations/exportJobsOperationResults.d.ts.map +0 -1
  2156. package/dist-esm/src/operations/exportJobsOperationResults.js +0 -62
  2157. package/dist-esm/src/operations/exportJobsOperationResults.js.map +0 -1
  2158. package/dist-esm/src/operations/featureSupport.d.ts +0 -20
  2159. package/dist-esm/src/operations/featureSupport.d.ts.map +0 -1
  2160. package/dist-esm/src/operations/featureSupport.js +0 -51
  2161. package/dist-esm/src/operations/featureSupport.js.map +0 -1
  2162. package/dist-esm/src/operations/fetchTieringCost.d.ts +0 -36
  2163. package/dist-esm/src/operations/fetchTieringCost.d.ts.map +0 -1
  2164. package/dist-esm/src/operations/fetchTieringCost.js +0 -121
  2165. package/dist-esm/src/operations/fetchTieringCost.js.map +0 -1
  2166. package/dist-esm/src/operations/getTieringCostOperationResult.d.ts +0 -22
  2167. package/dist-esm/src/operations/getTieringCostOperationResult.d.ts.map +0 -1
  2168. package/dist-esm/src/operations/getTieringCostOperationResult.js +0 -56
  2169. package/dist-esm/src/operations/getTieringCostOperationResult.js.map +0 -1
  2170. package/dist-esm/src/operations/index.d.ts +0 -53
  2171. package/dist-esm/src/operations/index.d.ts.map +0 -1
  2172. package/dist-esm/src/operations/index.js +0 -60
  2173. package/dist-esm/src/operations/index.js.map +0 -1
  2174. package/dist-esm/src/operations/itemLevelRecoveryConnections.d.ts +0 -48
  2175. package/dist-esm/src/operations/itemLevelRecoveryConnections.d.ts.map +0 -1
  2176. package/dist-esm/src/operations/itemLevelRecoveryConnections.js +0 -127
  2177. package/dist-esm/src/operations/itemLevelRecoveryConnections.js.map +0 -1
  2178. package/dist-esm/src/operations/jobCancellations.d.ts +0 -23
  2179. package/dist-esm/src/operations/jobCancellations.d.ts.map +0 -1
  2180. package/dist-esm/src/operations/jobCancellations.js +0 -55
  2181. package/dist-esm/src/operations/jobCancellations.js.map +0 -1
  2182. package/dist-esm/src/operations/jobDetails.d.ts +0 -22
  2183. package/dist-esm/src/operations/jobDetails.d.ts.map +0 -1
  2184. package/dist-esm/src/operations/jobDetails.js +0 -56
  2185. package/dist-esm/src/operations/jobDetails.js.map +0 -1
  2186. package/dist-esm/src/operations/jobOperationResults.d.ts +0 -23
  2187. package/dist-esm/src/operations/jobOperationResults.d.ts.map +0 -1
  2188. package/dist-esm/src/operations/jobOperationResults.js +0 -58
  2189. package/dist-esm/src/operations/jobOperationResults.js.map +0 -1
  2190. package/dist-esm/src/operations/jobs.d.ts +0 -21
  2191. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  2192. package/dist-esm/src/operations/jobs.js +0 -52
  2193. package/dist-esm/src/operations/jobs.js.map +0 -1
  2194. package/dist-esm/src/operations/operation.d.ts +0 -22
  2195. package/dist-esm/src/operations/operation.d.ts.map +0 -1
  2196. package/dist-esm/src/operations/operation.js +0 -57
  2197. package/dist-esm/src/operations/operation.js.map +0 -1
  2198. package/dist-esm/src/operations/operations.d.ts +0 -32
  2199. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  2200. package/dist-esm/src/operations/operations.js +0 -127
  2201. package/dist-esm/src/operations/operations.js.map +0 -1
  2202. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +0 -61
  2203. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  2204. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +0 -246
  2205. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
  2206. package/dist-esm/src/operations/privateEndpointOperations.d.ts +0 -23
  2207. package/dist-esm/src/operations/privateEndpointOperations.d.ts.map +0 -1
  2208. package/dist-esm/src/operations/privateEndpointOperations.js +0 -64
  2209. package/dist-esm/src/operations/privateEndpointOperations.js.map +0 -1
  2210. package/dist-esm/src/operations/protectableContainers.d.ts +0 -44
  2211. package/dist-esm/src/operations/protectableContainers.d.ts.map +0 -1
  2212. package/dist-esm/src/operations/protectableContainers.js +0 -158
  2213. package/dist-esm/src/operations/protectableContainers.js.map +0 -1
  2214. package/dist-esm/src/operations/protectedItemOperationResults.d.ts +0 -25
  2215. package/dist-esm/src/operations/protectedItemOperationResults.d.ts.map +0 -1
  2216. package/dist-esm/src/operations/protectedItemOperationResults.js +0 -72
  2217. package/dist-esm/src/operations/protectedItemOperationResults.js.map +0 -1
  2218. package/dist-esm/src/operations/protectedItemOperationStatuses.d.ts +0 -29
  2219. package/dist-esm/src/operations/protectedItemOperationStatuses.d.ts.map +0 -1
  2220. package/dist-esm/src/operations/protectedItemOperationStatuses.js +0 -74
  2221. package/dist-esm/src/operations/protectedItemOperationStatuses.js.map +0 -1
  2222. package/dist-esm/src/operations/protectedItems.d.ts +0 -53
  2223. package/dist-esm/src/operations/protectedItems.d.ts.map +0 -1
  2224. package/dist-esm/src/operations/protectedItems.js +0 -170
  2225. package/dist-esm/src/operations/protectedItems.js.map +0 -1
  2226. package/dist-esm/src/operations/protectionContainerOperationResults.d.ts +0 -24
  2227. package/dist-esm/src/operations/protectionContainerOperationResults.d.ts.map +0 -1
  2228. package/dist-esm/src/operations/protectionContainerOperationResults.js +0 -69
  2229. package/dist-esm/src/operations/protectionContainerOperationResults.js.map +0 -1
  2230. package/dist-esm/src/operations/protectionContainerRefreshOperationResults.d.ts +0 -23
  2231. package/dist-esm/src/operations/protectionContainerRefreshOperationResults.d.ts.map +0 -1
  2232. package/dist-esm/src/operations/protectionContainerRefreshOperationResults.js +0 -57
  2233. package/dist-esm/src/operations/protectionContainerRefreshOperationResults.js.map +0 -1
  2234. package/dist-esm/src/operations/protectionContainers.d.ts +0 -88
  2235. package/dist-esm/src/operations/protectionContainers.d.ts.map +0 -1
  2236. package/dist-esm/src/operations/protectionContainers.js +0 -277
  2237. package/dist-esm/src/operations/protectionContainers.js.map +0 -1
  2238. package/dist-esm/src/operations/protectionIntentOperations.d.ts +0 -56
  2239. package/dist-esm/src/operations/protectionIntentOperations.d.ts.map +0 -1
  2240. package/dist-esm/src/operations/protectionIntentOperations.js +0 -157
  2241. package/dist-esm/src/operations/protectionIntentOperations.js.map +0 -1
  2242. package/dist-esm/src/operations/protectionPolicies.d.ts +0 -59
  2243. package/dist-esm/src/operations/protectionPolicies.d.ts.map +0 -1
  2244. package/dist-esm/src/operations/protectionPolicies.js +0 -190
  2245. package/dist-esm/src/operations/protectionPolicies.js.map +0 -1
  2246. package/dist-esm/src/operations/protectionPolicyOperationResults.d.ts +0 -23
  2247. package/dist-esm/src/operations/protectionPolicyOperationResults.d.ts.map +0 -1
  2248. package/dist-esm/src/operations/protectionPolicyOperationResults.js +0 -58
  2249. package/dist-esm/src/operations/protectionPolicyOperationResults.js.map +0 -1
  2250. package/dist-esm/src/operations/protectionPolicyOperationStatuses.d.ts +0 -27
  2251. package/dist-esm/src/operations/protectionPolicyOperationStatuses.d.ts.map +0 -1
  2252. package/dist-esm/src/operations/protectionPolicyOperationStatuses.js +0 -62
  2253. package/dist-esm/src/operations/protectionPolicyOperationStatuses.js.map +0 -1
  2254. package/dist-esm/src/operations/recoveryPoints.d.ts +0 -64
  2255. package/dist-esm/src/operations/recoveryPoints.d.ts.map +0 -1
  2256. package/dist-esm/src/operations/recoveryPoints.js +0 -232
  2257. package/dist-esm/src/operations/recoveryPoints.js.map +0 -1
  2258. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.d.ts +0 -53
  2259. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.d.ts.map +0 -1
  2260. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +0 -191
  2261. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +0 -1
  2262. package/dist-esm/src/operations/resourceGuardProxies.d.ts +0 -41
  2263. package/dist-esm/src/operations/resourceGuardProxies.d.ts.map +0 -1
  2264. package/dist-esm/src/operations/resourceGuardProxies.js +0 -153
  2265. package/dist-esm/src/operations/resourceGuardProxies.js.map +0 -1
  2266. package/dist-esm/src/operations/resourceGuardProxy.d.ts +0 -52
  2267. package/dist-esm/src/operations/resourceGuardProxy.d.ts.map +0 -1
  2268. package/dist-esm/src/operations/resourceGuardProxy.js +0 -173
  2269. package/dist-esm/src/operations/resourceGuardProxy.js.map +0 -1
  2270. package/dist-esm/src/operations/restores.d.ts +0 -44
  2271. package/dist-esm/src/operations/restores.d.ts.map +0 -1
  2272. package/dist-esm/src/operations/restores.js +0 -138
  2273. package/dist-esm/src/operations/restores.js.map +0 -1
  2274. package/dist-esm/src/operations/securityPINs.d.ts +0 -21
  2275. package/dist-esm/src/operations/securityPINs.d.ts.map +0 -1
  2276. package/dist-esm/src/operations/securityPINs.js +0 -60
  2277. package/dist-esm/src/operations/securityPINs.js.map +0 -1
  2278. package/dist-esm/src/operations/tieringCostOperationStatus.d.ts +0 -22
  2279. package/dist-esm/src/operations/tieringCostOperationStatus.d.ts.map +0 -1
  2280. package/dist-esm/src/operations/tieringCostOperationStatus.js +0 -56
  2281. package/dist-esm/src/operations/tieringCostOperationStatus.js.map +0 -1
  2282. package/dist-esm/src/operations/validateOperation.d.ts +0 -34
  2283. package/dist-esm/src/operations/validateOperation.d.ts.map +0 -1
  2284. package/dist-esm/src/operations/validateOperation.js +0 -111
  2285. package/dist-esm/src/operations/validateOperation.js.map +0 -1
  2286. package/dist-esm/src/operations/validateOperationResults.d.ts +0 -22
  2287. package/dist-esm/src/operations/validateOperationResults.d.ts.map +0 -1
  2288. package/dist-esm/src/operations/validateOperationResults.js +0 -57
  2289. package/dist-esm/src/operations/validateOperationResults.js.map +0 -1
  2290. package/dist-esm/src/operations/validateOperationStatuses.d.ts +0 -25
  2291. package/dist-esm/src/operations/validateOperationStatuses.d.ts.map +0 -1
  2292. package/dist-esm/src/operations/validateOperationStatuses.js +0 -59
  2293. package/dist-esm/src/operations/validateOperationStatuses.js.map +0 -1
  2294. package/dist-esm/src/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +0 -14
  2295. package/dist-esm/src/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
  2296. package/dist-esm/src/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +0 -1
  2297. package/dist-esm/src/operationsInterfaces/backupEngines.d.ts +0 -23
  2298. package/dist-esm/src/operationsInterfaces/backupEngines.d.ts.map +0 -1
  2299. package/dist-esm/src/operationsInterfaces/backupEngines.js.map +0 -1
  2300. package/dist-esm/src/operationsInterfaces/backupJobs.d.ts +0 -14
  2301. package/dist-esm/src/operationsInterfaces/backupJobs.d.ts.map +0 -1
  2302. package/dist-esm/src/operationsInterfaces/backupJobs.js.map +0 -1
  2303. package/dist-esm/src/operationsInterfaces/backupOperationResults.d.ts +0 -20
  2304. package/dist-esm/src/operationsInterfaces/backupOperationResults.d.ts.map +0 -1
  2305. package/dist-esm/src/operationsInterfaces/backupOperationResults.js.map +0 -1
  2306. package/dist-esm/src/operationsInterfaces/backupOperationStatuses.d.ts +0 -18
  2307. package/dist-esm/src/operationsInterfaces/backupOperationStatuses.d.ts.map +0 -1
  2308. package/dist-esm/src/operationsInterfaces/backupOperationStatuses.js.map +0 -1
  2309. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +0 -16
  2310. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +0 -1
  2311. package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +0 -1
  2312. package/dist-esm/src/operationsInterfaces/backupProtectableItems.d.ts +0 -16
  2313. package/dist-esm/src/operationsInterfaces/backupProtectableItems.d.ts.map +0 -1
  2314. package/dist-esm/src/operationsInterfaces/backupProtectableItems.js.map +0 -1
  2315. package/dist-esm/src/operationsInterfaces/backupProtectedItems.d.ts +0 -14
  2316. package/dist-esm/src/operationsInterfaces/backupProtectedItems.d.ts.map +0 -1
  2317. package/dist-esm/src/operationsInterfaces/backupProtectedItems.js.map +0 -1
  2318. package/dist-esm/src/operationsInterfaces/backupProtectionContainers.d.ts +0 -14
  2319. package/dist-esm/src/operationsInterfaces/backupProtectionContainers.d.ts.map +0 -1
  2320. package/dist-esm/src/operationsInterfaces/backupProtectionContainers.js.map +0 -1
  2321. package/dist-esm/src/operationsInterfaces/backupProtectionIntent.d.ts +0 -14
  2322. package/dist-esm/src/operationsInterfaces/backupProtectionIntent.d.ts.map +0 -1
  2323. package/dist-esm/src/operationsInterfaces/backupProtectionIntent.js.map +0 -1
  2324. package/dist-esm/src/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +0 -22
  2325. package/dist-esm/src/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +0 -1
  2326. package/dist-esm/src/operationsInterfaces/backupResourceEncryptionConfigs.js.map +0 -1
  2327. package/dist-esm/src/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +0 -31
  2328. package/dist-esm/src/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
  2329. package/dist-esm/src/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +0 -1
  2330. package/dist-esm/src/operationsInterfaces/backupResourceVaultConfigs.d.ts +0 -31
  2331. package/dist-esm/src/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +0 -1
  2332. package/dist-esm/src/operationsInterfaces/backupResourceVaultConfigs.js.map +0 -1
  2333. package/dist-esm/src/operationsInterfaces/backupStatus.d.ts +0 -12
  2334. package/dist-esm/src/operationsInterfaces/backupStatus.d.ts.map +0 -1
  2335. package/dist-esm/src/operationsInterfaces/backupStatus.js.map +0 -1
  2336. package/dist-esm/src/operationsInterfaces/backupUsageSummaries.d.ts +0 -14
  2337. package/dist-esm/src/operationsInterfaces/backupUsageSummaries.d.ts.map +0 -1
  2338. package/dist-esm/src/operationsInterfaces/backupUsageSummaries.js.map +0 -1
  2339. package/dist-esm/src/operationsInterfaces/backupWorkloadItems.d.ts +0 -18
  2340. package/dist-esm/src/operationsInterfaces/backupWorkloadItems.d.ts.map +0 -1
  2341. package/dist-esm/src/operationsInterfaces/backupWorkloadItems.js.map +0 -1
  2342. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -19
  2343. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  2344. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  2345. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts +0 -14
  2346. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts.map +0 -1
  2347. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.js.map +0 -1
  2348. package/dist-esm/src/operationsInterfaces/exportJobsOperationResults.d.ts +0 -17
  2349. package/dist-esm/src/operationsInterfaces/exportJobsOperationResults.d.ts.map +0 -1
  2350. package/dist-esm/src/operationsInterfaces/exportJobsOperationResults.js.map +0 -1
  2351. package/dist-esm/src/operationsInterfaces/featureSupport.d.ts +0 -12
  2352. package/dist-esm/src/operationsInterfaces/featureSupport.d.ts.map +0 -1
  2353. package/dist-esm/src/operationsInterfaces/featureSupport.js.map +0 -1
  2354. package/dist-esm/src/operationsInterfaces/fetchTieringCost.d.ts +0 -28
  2355. package/dist-esm/src/operationsInterfaces/fetchTieringCost.d.ts.map +0 -1
  2356. package/dist-esm/src/operationsInterfaces/fetchTieringCost.js.map +0 -1
  2357. package/dist-esm/src/operationsInterfaces/getTieringCostOperationResult.d.ts +0 -14
  2358. package/dist-esm/src/operationsInterfaces/getTieringCostOperationResult.d.ts.map +0 -1
  2359. package/dist-esm/src/operationsInterfaces/getTieringCostOperationResult.js.map +0 -1
  2360. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -53
  2361. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  2362. package/dist-esm/src/operationsInterfaces/index.js +0 -60
  2363. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  2364. package/dist-esm/src/operationsInterfaces/itemLevelRecoveryConnections.d.ts +0 -40
  2365. package/dist-esm/src/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +0 -1
  2366. package/dist-esm/src/operationsInterfaces/itemLevelRecoveryConnections.js.map +0 -1
  2367. package/dist-esm/src/operationsInterfaces/jobCancellations.d.ts +0 -15
  2368. package/dist-esm/src/operationsInterfaces/jobCancellations.d.ts.map +0 -1
  2369. package/dist-esm/src/operationsInterfaces/jobCancellations.js.map +0 -1
  2370. package/dist-esm/src/operationsInterfaces/jobDetails.d.ts +0 -14
  2371. package/dist-esm/src/operationsInterfaces/jobDetails.d.ts.map +0 -1
  2372. package/dist-esm/src/operationsInterfaces/jobDetails.js.map +0 -1
  2373. package/dist-esm/src/operationsInterfaces/jobOperationResults.d.ts +0 -15
  2374. package/dist-esm/src/operationsInterfaces/jobOperationResults.d.ts.map +0 -1
  2375. package/dist-esm/src/operationsInterfaces/jobOperationResults.js.map +0 -1
  2376. package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -13
  2377. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  2378. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  2379. package/dist-esm/src/operationsInterfaces/operation.d.ts +0 -14
  2380. package/dist-esm/src/operationsInterfaces/operation.d.ts.map +0 -1
  2381. package/dist-esm/src/operationsInterfaces/operation.js.map +0 -1
  2382. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  2383. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  2384. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  2385. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -53
  2386. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  2387. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  2388. package/dist-esm/src/operationsInterfaces/privateEndpointOperations.d.ts +0 -15
  2389. package/dist-esm/src/operationsInterfaces/privateEndpointOperations.d.ts.map +0 -1
  2390. package/dist-esm/src/operationsInterfaces/privateEndpointOperations.js.map +0 -1
  2391. package/dist-esm/src/operationsInterfaces/protectableContainers.d.ts +0 -15
  2392. package/dist-esm/src/operationsInterfaces/protectableContainers.d.ts.map +0 -1
  2393. package/dist-esm/src/operationsInterfaces/protectableContainers.js.map +0 -1
  2394. package/dist-esm/src/operationsInterfaces/protectedItemOperationResults.d.ts +0 -17
  2395. package/dist-esm/src/operationsInterfaces/protectedItemOperationResults.d.ts.map +0 -1
  2396. package/dist-esm/src/operationsInterfaces/protectedItemOperationResults.js.map +0 -1
  2397. package/dist-esm/src/operationsInterfaces/protectedItemOperationStatuses.d.ts +0 -21
  2398. package/dist-esm/src/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +0 -1
  2399. package/dist-esm/src/operationsInterfaces/protectedItemOperationStatuses.js.map +0 -1
  2400. package/dist-esm/src/operationsInterfaces/protectedItems.d.ts +0 -45
  2401. package/dist-esm/src/operationsInterfaces/protectedItems.d.ts.map +0 -1
  2402. package/dist-esm/src/operationsInterfaces/protectedItems.js.map +0 -1
  2403. package/dist-esm/src/operationsInterfaces/protectionContainerOperationResults.d.ts +0 -16
  2404. package/dist-esm/src/operationsInterfaces/protectionContainerOperationResults.d.ts.map +0 -1
  2405. package/dist-esm/src/operationsInterfaces/protectionContainerOperationResults.js.map +0 -1
  2406. package/dist-esm/src/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +0 -15
  2407. package/dist-esm/src/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +0 -1
  2408. package/dist-esm/src/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +0 -1
  2409. package/dist-esm/src/operationsInterfaces/protectionContainers.d.ts +0 -80
  2410. package/dist-esm/src/operationsInterfaces/protectionContainers.d.ts.map +0 -1
  2411. package/dist-esm/src/operationsInterfaces/protectionContainers.js.map +0 -1
  2412. package/dist-esm/src/operationsInterfaces/protectionIntentOperations.d.ts +0 -48
  2413. package/dist-esm/src/operationsInterfaces/protectionIntentOperations.d.ts.map +0 -1
  2414. package/dist-esm/src/operationsInterfaces/protectionIntentOperations.js.map +0 -1
  2415. package/dist-esm/src/operationsInterfaces/protectionPolicies.d.ts +0 -51
  2416. package/dist-esm/src/operationsInterfaces/protectionPolicies.d.ts.map +0 -1
  2417. package/dist-esm/src/operationsInterfaces/protectionPolicies.js.map +0 -1
  2418. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationResults.d.ts +0 -15
  2419. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +0 -1
  2420. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationResults.js.map +0 -1
  2421. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +0 -19
  2422. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +0 -1
  2423. package/dist-esm/src/operationsInterfaces/protectionPolicyOperationStatuses.js.map +0 -1
  2424. package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts +0 -31
  2425. package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
  2426. package/dist-esm/src/operationsInterfaces/recoveryPoints.js.map +0 -1
  2427. package/dist-esm/src/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +0 -18
  2428. package/dist-esm/src/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +0 -1
  2429. package/dist-esm/src/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +0 -1
  2430. package/dist-esm/src/operationsInterfaces/resourceGuardProxies.d.ts +0 -14
  2431. package/dist-esm/src/operationsInterfaces/resourceGuardProxies.d.ts.map +0 -1
  2432. package/dist-esm/src/operationsInterfaces/resourceGuardProxies.js.map +0 -1
  2433. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts +0 -44
  2434. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts.map +0 -1
  2435. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.js.map +0 -1
  2436. package/dist-esm/src/operationsInterfaces/restores.d.ts +0 -36
  2437. package/dist-esm/src/operationsInterfaces/restores.d.ts.map +0 -1
  2438. package/dist-esm/src/operationsInterfaces/restores.js.map +0 -1
  2439. package/dist-esm/src/operationsInterfaces/securityPINs.d.ts +0 -13
  2440. package/dist-esm/src/operationsInterfaces/securityPINs.d.ts.map +0 -1
  2441. package/dist-esm/src/operationsInterfaces/securityPINs.js.map +0 -1
  2442. package/dist-esm/src/operationsInterfaces/tieringCostOperationStatus.d.ts +0 -14
  2443. package/dist-esm/src/operationsInterfaces/tieringCostOperationStatus.d.ts.map +0 -1
  2444. package/dist-esm/src/operationsInterfaces/tieringCostOperationStatus.js.map +0 -1
  2445. package/dist-esm/src/operationsInterfaces/validateOperation.d.ts +0 -26
  2446. package/dist-esm/src/operationsInterfaces/validateOperation.d.ts.map +0 -1
  2447. package/dist-esm/src/operationsInterfaces/validateOperation.js.map +0 -1
  2448. package/dist-esm/src/operationsInterfaces/validateOperationResults.d.ts +0 -14
  2449. package/dist-esm/src/operationsInterfaces/validateOperationResults.d.ts.map +0 -1
  2450. package/dist-esm/src/operationsInterfaces/validateOperationResults.js.map +0 -1
  2451. package/dist-esm/src/operationsInterfaces/validateOperationStatuses.d.ts +0 -17
  2452. package/dist-esm/src/operationsInterfaces/validateOperationStatuses.d.ts.map +0 -1
  2453. package/dist-esm/src/operationsInterfaces/validateOperationStatuses.js.map +0 -1
  2454. package/dist-esm/src/pagingHelper.js.map +0 -1
  2455. package/dist-esm/src/recoveryServicesBackupClient.d.ts +0 -143
  2456. package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +0 -1
  2457. package/dist-esm/src/recoveryServicesBackupClient.js +0 -470
  2458. package/dist-esm/src/recoveryServicesBackupClient.js.map +0 -1
  2459. package/dist-esm/test/recoveryservicesbackup_operations_test.spec.d.ts +0 -4
  2460. package/dist-esm/test/recoveryservicesbackup_operations_test.spec.d.ts.map +0 -1
  2461. package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js +0 -147
  2462. package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js.map +0 -1
  2463. package/src/index.ts +0 -13
  2464. package/src/lroImpl.ts +0 -38
  2465. package/src/models/index.ts +0 -6556
  2466. package/src/models/mappers.ts +0 -10217
  2467. package/src/models/parameters.ts +0 -424
  2468. package/src/operations/bMSPrepareDataMoveOperationResult.ts +0 -78
  2469. package/src/operations/backupEngines.ts +0 -248
  2470. package/src/operations/backupJobs.ts +0 -200
  2471. package/src/operations/backupOperationResults.ts +0 -78
  2472. package/src/operations/backupOperationStatuses.ts +0 -79
  2473. package/src/operations/backupPolicies.ts +0 -200
  2474. package/src/operations/backupProtectableItems.ts +0 -204
  2475. package/src/operations/backupProtectedItems.ts +0 -200
  2476. package/src/operations/backupProtectionContainers.ts +0 -198
  2477. package/src/operations/backupProtectionIntent.ts +0 -194
  2478. package/src/operations/backupResourceEncryptionConfigs.ts +0 -117
  2479. package/src/operations/backupResourceStorageConfigsNonCRR.ts +0 -162
  2480. package/src/operations/backupResourceVaultConfigs.ts +0 -173
  2481. package/src/operations/backupStatus.ts +0 -70
  2482. package/src/operations/backupUsageSummaries.ts +0 -135
  2483. package/src/operations/backupWorkloadItems.ts +0 -249
  2484. package/src/operations/backups.ts +0 -90
  2485. package/src/operations/deletedProtectionContainers.ts +0 -198
  2486. package/src/operations/exportJobsOperationResults.ts +0 -83
  2487. package/src/operations/featureSupport.ts +0 -70
  2488. package/src/operations/fetchTieringCost.ts +0 -172
  2489. package/src/operations/getTieringCostOperationResult.ts +0 -77
  2490. package/src/operations/index.ts +0 -60
  2491. package/src/operations/itemLevelRecoveryConnections.ts +0 -165
  2492. package/src/operations/jobCancellations.ts +0 -71
  2493. package/src/operations/jobDetails.ts +0 -72
  2494. package/src/operations/jobOperationResults.ts +0 -75
  2495. package/src/operations/jobs.ts +0 -67
  2496. package/src/operations/operation.ts +0 -77
  2497. package/src/operations/operations.ts +0 -143
  2498. package/src/operations/privateEndpointConnectionOperations.ts +0 -343
  2499. package/src/operations/privateEndpointOperations.ts +0 -86
  2500. package/src/operations/protectableContainers.ts +0 -219
  2501. package/src/operations/protectedItemOperationResults.ts +0 -96
  2502. package/src/operations/protectedItemOperationStatuses.ts +0 -98
  2503. package/src/operations/protectedItems.ts +0 -218
  2504. package/src/operations/protectionContainerOperationResults.ts +0 -92
  2505. package/src/operations/protectionContainerRefreshOperationResults.ts +0 -76
  2506. package/src/operations/protectionContainers.ts +0 -378
  2507. package/src/operations/protectionIntentOperations.ts +0 -215
  2508. package/src/operations/protectionPolicies.ts +0 -255
  2509. package/src/operations/protectionPolicyOperationResults.ts +0 -80
  2510. package/src/operations/protectionPolicyOperationStatuses.ts +0 -84
  2511. package/src/operations/recoveryPoints.ts +0 -327
  2512. package/src/operations/recoveryPointsRecommendedForMove.ts +0 -285
  2513. package/src/operations/resourceGuardProxies.ts +0 -196
  2514. package/src/operations/resourceGuardProxy.ts +0 -228
  2515. package/src/operations/restores.ts +0 -192
  2516. package/src/operations/securityPINs.ts +0 -78
  2517. package/src/operations/tieringCostOperationStatus.ts +0 -77
  2518. package/src/operations/validateOperation.ts +0 -153
  2519. package/src/operations/validateOperationResults.ts +0 -76
  2520. package/src/operations/validateOperationStatuses.ts +0 -80
  2521. package/src/operationsInterfaces/bMSPrepareDataMoveOperationResult.ts +0 -30
  2522. package/src/operationsInterfaces/backupEngines.ts +0 -46
  2523. package/src/operationsInterfaces/backupJobs.ts +0 -27
  2524. package/src/operationsInterfaces/backupOperationResults.ts +0 -33
  2525. package/src/operationsInterfaces/backupOperationStatuses.ts +0 -34
  2526. package/src/operationsInterfaces/backupPolicies.ts +0 -32
  2527. package/src/operationsInterfaces/backupProtectableItems.ts +0 -32
  2528. package/src/operationsInterfaces/backupProtectedItems.ts +0 -30
  2529. package/src/operationsInterfaces/backupProtectionContainers.ts +0 -30
  2530. package/src/operationsInterfaces/backupProtectionIntent.ts +0 -30
  2531. package/src/operationsInterfaces/backupResourceEncryptionConfigs.ts +0 -44
  2532. package/src/operationsInterfaces/backupResourceStorageConfigsNonCRR.ts +0 -60
  2533. package/src/operationsInterfaces/backupResourceVaultConfigs.ts +0 -61
  2534. package/src/operationsInterfaces/backupStatus.ts +0 -28
  2535. package/src/operationsInterfaces/backupUsageSummaries.ts +0 -30
  2536. package/src/operationsInterfaces/backupWorkloadItems.ts +0 -36
  2537. package/src/operationsInterfaces/backups.ts +0 -35
  2538. package/src/operationsInterfaces/deletedProtectionContainers.ts +0 -30
  2539. package/src/operationsInterfaces/exportJobsOperationResults.ts +0 -33
  2540. package/src/operationsInterfaces/featureSupport.ts +0 -28
  2541. package/src/operationsInterfaces/fetchTieringCost.ts +0 -55
  2542. package/src/operationsInterfaces/getTieringCostOperationResult.ts +0 -30
  2543. package/src/operationsInterfaces/index.ts +0 -60
  2544. package/src/operationsInterfaces/itemLevelRecoveryConnections.ts +0 -69
  2545. package/src/operationsInterfaces/jobCancellations.ts +0 -28
  2546. package/src/operationsInterfaces/jobDetails.ts +0 -27
  2547. package/src/operationsInterfaces/jobOperationResults.ts +0 -29
  2548. package/src/operationsInterfaces/jobs.ts +0 -25
  2549. package/src/operationsInterfaces/operation.ts +0 -31
  2550. package/src/operationsInterfaces/operations.ts +0 -25
  2551. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -100
  2552. package/src/operationsInterfaces/privateEndpointOperations.ts +0 -32
  2553. package/src/operationsInterfaces/protectableContainers.ts +0 -32
  2554. package/src/operationsInterfaces/protectedItemOperationResults.ts +0 -36
  2555. package/src/operationsInterfaces/protectedItemOperationStatuses.ts +0 -40
  2556. package/src/operationsInterfaces/protectedItems.ts +0 -82
  2557. package/src/operationsInterfaces/protectionContainerOperationResults.ts +0 -34
  2558. package/src/operationsInterfaces/protectionContainerRefreshOperationResults.ts +0 -29
  2559. package/src/operationsInterfaces/protectionContainers.ts +0 -139
  2560. package/src/operationsInterfaces/protectionIntentOperations.ts +0 -89
  2561. package/src/operationsInterfaces/protectionPolicies.ts +0 -87
  2562. package/src/operationsInterfaces/protectionPolicyOperationResults.ts +0 -32
  2563. package/src/operationsInterfaces/protectionPolicyOperationStatuses.ts +0 -36
  2564. package/src/operationsInterfaces/recoveryPoints.ts +0 -60
  2565. package/src/operationsInterfaces/recoveryPointsRecommendedForMove.ts +0 -39
  2566. package/src/operationsInterfaces/resourceGuardProxies.ts +0 -30
  2567. package/src/operationsInterfaces/resourceGuardProxy.ts +0 -84
  2568. package/src/operationsInterfaces/restores.ts +0 -65
  2569. package/src/operationsInterfaces/securityPINs.ts +0 -28
  2570. package/src/operationsInterfaces/tieringCostOperationStatus.ts +0 -30
  2571. package/src/operationsInterfaces/validateOperation.ts +0 -47
  2572. package/src/operationsInterfaces/validateOperationResults.ts +0 -30
  2573. package/src/operationsInterfaces/validateOperationStatuses.ts +0 -33
  2574. package/src/pagingHelper.ts +0 -39
  2575. package/src/recoveryServicesBackupClient.ts +0 -799
  2576. package/tsconfig.json +0 -33
  2577. package/types/arm-recoveryservicesbackup.d.ts +0 -7322
  2578. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  2579. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  2580. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  2581. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  2582. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  2583. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  2584. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  2585. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  2586. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  2587. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  2588. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  2589. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +0 -0
  2590. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupEngines.js +0 -0
  2591. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupJobs.js +0 -0
  2592. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupOperationResults.js +0 -0
  2593. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupOperationStatuses.js +0 -0
  2594. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupPolicies.js +0 -0
  2595. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupProtectableItems.js +0 -0
  2596. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupProtectedItems.js +0 -0
  2597. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupProtectionContainers.js +0 -0
  2598. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupProtectionIntent.js +0 -0
  2599. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupResourceEncryptionConfigs.js +0 -0
  2600. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +0 -0
  2601. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupResourceVaultConfigs.js +0 -0
  2602. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupStatus.js +0 -0
  2603. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupUsageSummaries.js +0 -0
  2604. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupWorkloadItems.js +0 -0
  2605. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  2606. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedProtectionContainers.js +0 -0
  2607. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportJobsOperationResults.js +0 -0
  2608. /package/{dist-esm/src → dist/browser}/operationsInterfaces/featureSupport.js +0 -0
  2609. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fetchTieringCost.js +0 -0
  2610. /package/{dist-esm/src → dist/browser}/operationsInterfaces/getTieringCostOperationResult.js +0 -0
  2611. /package/{dist-esm/src → dist/browser}/operationsInterfaces/itemLevelRecoveryConnections.js +0 -0
  2612. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobCancellations.js +0 -0
  2613. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobDetails.js +0 -0
  2614. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobOperationResults.js +0 -0
  2615. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  2616. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operation.js +0 -0
  2617. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  2618. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
  2619. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointOperations.js +0 -0
  2620. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectableContainers.js +0 -0
  2621. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectedItemOperationResults.js +0 -0
  2622. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectedItemOperationStatuses.js +0 -0
  2623. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectedItems.js +0 -0
  2624. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionContainerOperationResults.js +0 -0
  2625. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionContainerRefreshOperationResults.js +0 -0
  2626. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionContainers.js +0 -0
  2627. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionIntentOperations.js +0 -0
  2628. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionPolicies.js +0 -0
  2629. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionPolicyOperationResults.js +0 -0
  2630. /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectionPolicyOperationStatuses.js +0 -0
  2631. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recoveryPoints.js +0 -0
  2632. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recoveryPointsRecommendedForMove.js +0 -0
  2633. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceGuardProxies.js +0 -0
  2634. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceGuardProxy.js +0 -0
  2635. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restores.js +0 -0
  2636. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityPINs.js +0 -0
  2637. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tieringCostOperationStatus.js +0 -0
  2638. /package/{dist-esm/src → dist/browser}/operationsInterfaces/validateOperation.js +0 -0
  2639. /package/{dist-esm/src → dist/browser}/operationsInterfaces/validateOperationResults.js +0 -0
  2640. /package/{dist-esm/src → dist/browser}/operationsInterfaces/validateOperationStatuses.js +0 -0
  2641. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  2642. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  2643. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  2644. /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;AAIH,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,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,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EAAE;YACxB,cAAc,EAAE,aAAa;YAC7B,UAAU,EAAE,aAAa;SAC1B;QACD,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;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,0BAA0B;YAC1C,UAAU,EAAE,0BAA0B;SACvC;QACD,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,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;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kCAAkC;yBAC9C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,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,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,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,oCAAoC;yBAChD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,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;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,2CAA2C;QACvD,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,sBAAsB;YACtC,UAAU,EAAE,sBAAsB;SACnC;QACD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAA+B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;QAChB,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE;YACxB,cAAc,EAAE,SAAS;YACzB,UAAU,EAAE,SAAS;SACtB;QACD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,UAAU;wBACV,oBAAoB;wBACpB,IAAI;wBACJ,SAAS;wBACT,UAAU;wBACV,6BAA6B;wBAC7B,WAAW;wBACX,cAAc;wBACd,gBAAgB;wBAChB,iBAAiB;wBACjB,WAAW;wBACX,kBAAkB;wBAClB,OAAO;wBACP,OAAO;wBACP,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,aAAa;wBACb,UAAU;wBACV,QAAQ;wBACR,mBAAmB;wBACnB,kBAAkB;wBAClB,YAAY;wBACZ,cAAc;wBACd,iBAAiB;wBACjB,WAAW;wBACX,UAAU;wBACV,kBAAkB;wBAClB,eAAe;wBACf,6BAA6B;wBAC7B,gBAAgB;wBAChB,UAAU;wBACV,MAAM;wBACN,gBAAgB;wBAChB,oBAAoB;wBACpB,uBAAuB;wBACvB,mBAAmB;wBACnB,sBAAsB;wBACtB,8BAA8B;wBAC9B,mBAAmB;wBACnB,iBAAiB;wBACjB,qBAAqB;wBACrB,gBAAgB;wBAChB,YAAY;wBACZ,oBAAoB;wBACpB,gBAAgB;wBAChB,yBAAyB;qBAC1B;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;qBAClE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,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,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,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,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,kBAAkB;YAClC,UAAU,EAAE,kBAAkB;SAC/B;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EAAE;YACxB,cAAc,EAAE,0BAA0B;YAC1C,UAAU,EAAE,0BAA0B;SACvC;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,SAAS;wBACT,iBAAiB;wBACjB,wBAAwB;wBACxB,cAAc;wBACd,4BAA4B;wBAC5B,cAAc;wBACd,SAAS;wBACT,mBAAmB;wBACnB,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,wBAAwB;wBACxB,kBAAkB;wBAClB,kBAAkB;wBAClB,0CAA0C;wBAC1C,mCAAmC;wBACnC,wBAAwB;qBACzB;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,eAAe;YAC/B,UAAU,EAAE,eAAe;SAC5B;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,SAAS;wBACT,iBAAiB;wBACjB,wBAAwB;wBACxB,cAAc;wBACd,4BAA4B;wBAC5B,cAAc;wBACd,SAAS;wBACT,mBAAmB;wBACnB,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,wBAAwB;wBACxB,kBAAkB;wBAClB,kBAAkB;wBAClB,0CAA0C;wBAC1C,mCAAmC;wBACnC,wBAAwB;qBACzB;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,UAAU,EAAE,cAAc;QAC1B,wBAAwB,EAAE;YACxB,cAAc,EAAE,kBAAkB;YAClC,UAAU,EAAE,kBAAkB;SAC/B;QACD,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,UAAU,EAAE,YAAY;QACxB,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EAAE;YACxB,cAAc,EAAE,qBAAqB;YACrC,UAAU,EAAE,qBAAqB;SAClC;QACD,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;iBACpE;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;iBACpE;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;iBACpE;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;iBACpE;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,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,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,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,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE;iBACnE;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,oBAAoB;YACpC,UAAU,EAAE,oBAAoB;SACjC;QACD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,qBAAqB;YACrC,UAAU,EAAE,qBAAqB;SAClC;QACD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,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,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,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,2BAA2B;yBACvC;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,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,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,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,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;iBACpE;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,OAAO;wBACP,UAAU;wBACV,SAAS;wBACT,YAAY;qBACb;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,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,KAAK;yBACjB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAA+B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;QAChB,eAAe,EAAE;YACf,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,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;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;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE;gCACb,QAAQ;gCACR,QAAQ;gCACR,SAAS;gCACT,WAAW;gCACX,UAAU;gCACV,QAAQ;gCACR,UAAU;6BACX;yBACF;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,UAAU;yBACjB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,qBAAqB;wBACrB,gCAAgC;wBAChC,+BAA+B;qBAChC;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE;gCACb,QAAQ;gCACR,QAAQ;gCACR,SAAS;gCACT,WAAW;gCACX,UAAU;gCACV,QAAQ;gCACR,UAAU;6BACX;yBACF;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;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;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;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;AAEF,MAAM,CAAC,MAAM,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE;gCACb,QAAQ;gCACR,QAAQ;gCACR,SAAS;gCACT,WAAW;gCACX,UAAU;gCACV,QAAQ;gCACR,UAAU;6BACX;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,MAAM;4BACZ,aAAa,EAAE;gCACb,OAAO;gCACP,QAAQ;gCACR,OAAO;gCACP,QAAQ;gCACR,MAAM;gCACN,SAAS;6BACV;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE;gCACb,SAAS;gCACT,SAAS;gCACT,UAAU;gCACV,OAAO;gCACP,OAAO;gCACP,KAAK;gCACL,MAAM;gCACN,MAAM;gCACN,QAAQ;gCACR,WAAW;gCACX,SAAS;gCACT,UAAU;gCACV,UAAU;6BACX;yBACF;qBACF;iBACF;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;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;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,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,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,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;AAEF,MAAM,CAAC,MAAM,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,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,aAAa;iBACzB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;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,wBAAwB;yBACpC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,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;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,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,wBAAwB;yBACpC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,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,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8CAA8C,GACzD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,KAAK;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,oBACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAC9C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,0BAA0B;YAC1C,UAAU,EAAE,0BAA0B;SACvC;QACD,eAAe,oBACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,cAAc,EAAE,4CAA4C;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,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,8BAA8B;yBAC1C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,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,sBAAsB;yBAClC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,kCACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,KACtD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,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,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,yCAAyC;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4CAA4C,GACvD;IACE,cAAc,EAAE,8CAA8C;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,2CAA2C;QACvD,wBAAwB,EACtB,yCAAyC,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,kCACV,yCAAyC,CAAC,IAAI,CAAC,eAAe,KACjE,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,0BAA0B,EAAE;qBACnE;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yCAAyC;iBACrD;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,mBAAmB;YACnC,UAAU,EAAE,mBAAmB;SAChC;QACD,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,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,0BAA0B;yBACtC;qBACF;iBACF;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,0BAA0B,EAAE;qBACnE;iBACF;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,UAAU;iBACjB;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,sCAAsC;iBAClD;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,mCAAmC;iBAC/C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,mBAAmB;YACnC,UAAU,EAAE,mBAAmB;SAChC;QACD,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,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,0CAA0C;iBACtD;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,0BAA0B,EAAE;qBACnE;iBACF;aACF,EACD,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,sBAAsB;yBAClC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,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,wCAAwC;iBACpD;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,EACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,EACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,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,kBAAkB;yBAC9B;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,EACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,UAAU;iBACtB;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE;iBACnE;aACF,EACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;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,sBAAsB;yBAClC;qBACF;iBACF;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,4BAA4B;iBACxC;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,sBAAsB;yBAClC;qBACF;iBACF;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;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,uBAAuB;yBACnC;qBACF;iBACF;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,6BAA6B;iBACzC;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;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,cAAc;yBAC1B;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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,cAAc;yBAC1B;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,UAAU,EAAE,KAAK;QACjB,wBAAwB,EAAE,GAAG,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,GAAG,CAAC,IAAI,CAAC,eAAe,KAC3B,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC;yBACvD;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,mBAAmB;yBAC/B;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,uBAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,yBAAyB;QACrC,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AACF,uBAAuB,CAAC,IAAI,CAAC,wBAAwB;IACnD,uBAAuB,CAAC,IAAI,CAAC,wBAAwB,CAAC;AAExD,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EACtB,oBAAoB,CAAC,IAAI,CAAC,wBAAwB;QACpD,eAAe,oBACV,oBAAoB,CAAC,IAAI,CAAC,eAAe,CAC7C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EACtB,oBAAoB,CAAC,IAAI,CAAC,wBAAwB;QACpD,eAAe,oBACV,oBAAoB,CAAC,IAAI,CAAC,eAAe,CAC7C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,eAAe;YAC/B,UAAU,EAAE,eAAe;SAC5B;QACD,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,0BAA0B;iBACtC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,eAAe;YAC/B,UAAU,EAAE,eAAe;SAC5B;QACD,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,eAAe;YAC/B,UAAU,EAAE,eAAe;SAC5B;QACD,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,0BAA0B;iBACtC;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,cAAc;QAC1B,wBAAwB,EAAE;YACxB,cAAc,EAAE,kBAAkB;YAClC,UAAU,EAAE,kBAAkB;SAC/B;QACD,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,YAAY;QACxB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;QAClE,eAAe,kCACV,UAAU,CAAC,IAAI,CAAC,eAAe,KAClC,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,YAAY;QACxB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;QAClE,eAAe,kCACV,UAAU,CAAC,IAAI,CAAC,eAAe,KAClC,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,uBAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EAAE;YACxB,cAAc,EAAE,qBAAqB;YACrC,UAAU,EAAE,qBAAqB;SAClC;QACD,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EAAE;YACxB,cAAc,EAAE,qBAAqB;YACrC,UAAU,EAAE,qBAAqB;SAClC;QACD,eAAe,kCACV,uBAAuB,CAAC,IAAI,CAAC,eAAe,KAC/C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,2CAA2C;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,cAAc,EAAE,6CAA6C;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kDAAkD,GAC7D;IACE,cAAc,EAAE,oDAAoD;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oDAAoD;QAC/D,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,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;AAEJ,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,cAAc,EAAE,4CAA4C;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,oBACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,CACpD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,oBACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAC9C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,oBACV,cAAc,CAAC,IAAI,CAAC,eAAe,CACvC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;4BACZ,aAAa,EAAE;gCACb,QAAQ;gCACR,QAAQ;gCACR,SAAS;gCACT,WAAW;gCACX,UAAU;gCACV,QAAQ;gCACR,UAAU;6BACX;yBACF;qBACF;iBACF;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;yBACjB;qBACF;iBACF;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,oBACV,4BAA4B,CAAC,IAAI,CAAC,eAAe,CACrD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,2CAA2C;QACvD,wBAAwB,EAAE;YACxB,cAAc,EAAE,0BAA0B;YAC1C,UAAU,EAAE,0BAA0B;SACvC;QACD,eAAe,oBACV,yCAAyC,CAAC,IAAI,CAAC,eAAe,CAClE;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,8BAA8B;QAC1C,wBAAwB,EACtB,4BAA4B,CAAC,IAAI,CAAC,wBAAwB;QAC5D,eAAe,oBACV,4BAA4B,CAAC,IAAI,CAAC,eAAe,CACrD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,8BAA8B;QAC1C,wBAAwB,EACtB,4BAA4B,CAAC,IAAI,CAAC,wBAAwB;QAC5D,eAAe,oBACV,4BAA4B,CAAC,IAAI,CAAC,eAAe,CACrD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6CAA6C,GACxD;IACE,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,UAAU,EAAE,8BAA8B;QAC1C,wBAAwB,EACtB,4BAA4B,CAAC,IAAI,CAAC,wBAAwB;QAC5D,eAAe,oBACV,4BAA4B,CAAC,IAAI,CAAC,eAAe,CACrD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,8BAA8B;QAC1C,wBAAwB,EACtB,4BAA4B,CAAC,IAAI,CAAC,wBAAwB;QAC5D,eAAe,oBACV,4BAA4B,CAAC,IAAI,CAAC,eAAe,CACrD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,cAAc,EAAE,uCAAuC;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,UAAU,EAAE,4BAA4B;QACxC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,0BAA0B,CAAC,IAAI,CAAC,eAAe,KAClD,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,kBAAkB;yBAC9B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,4BAA4B;QACxC,wBAAwB,EACtB,0BAA0B,CAAC,IAAI,CAAC,wBAAwB;QAC1D,eAAe,oBACV,0BAA0B,CAAC,IAAI,CAAC,eAAe,CACnD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,4BAA4B;QACxC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,0BAA0B,CAAC,IAAI,CAAC,eAAe,KAClD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2CAA2C;iBACvD;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,wCAAwC;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,2BAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,oBACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,CACpD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,2BAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,cAAc,EAAE,qCAAqC;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EACtB,oBAAoB,CAAC,IAAI,CAAC,wBAAwB;QACpD,eAAe,kCACV,oBAAoB,CAAC,IAAI,CAAC,eAAe,KAC5C,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,cAAc,EAAE,uCAAuC;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,oBACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,CACxD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,cAAc;QAC1B,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,wBAAwB;QACpE,eAAe,oBACV,YAAY,CAAC,IAAI,CAAC,eAAe,CACrC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,eAAe,CAAC,IAAI,CAAC,eAAe,CACxC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,eAAe,CAAC,IAAI,CAAC,eAAe,CACxC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8CAA8C,GACzD;IACE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,UAAU,EAAE,wBAAwB;QACpC,wBAAwB,EACtB,sBAAsB,CAAC,IAAI,CAAC,wBAAwB;QACtD,eAAe,oBACV,sBAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,wBAAwB;QACpC,wBAAwB,EACtB,sBAAsB,CAAC,IAAI,CAAC,wBAAwB;QACtD,eAAe,oBACV,sBAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,oBACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAC5C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EACtB,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QACnD,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,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,kBAAkB;yBAC9B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,oBACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAC9C;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,oBACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAC9C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6CAA6C,GACxD;IACE,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kDAAkD,GAC7D;IACE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oDAAoD;QAC/D,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,kCACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,KACtD,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,sBAAsB;yBAClC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,oBACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,CACvD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,cAAc,EAAE,sCAAsC;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,mCAAmC;QAC/C,wBAAwB,EACtB,iCAAiC,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,kCACV,iCAAiC,CAAC,IAAI,CAAC,eAAe,KACzD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4CAA4C,GACvD;IACE,cAAc,EAAE,8CAA8C;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,UAAU,EAAE,uCAAuC;QACnD,wBAAwB,EACtB,qCAAqC,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,oBACV,qCAAqC,CAAC,IAAI,CAAC,eAAe,CAC9D;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,+BAA+B;QAC3C,wBAAwB,EACtB,6BAA6B,CAAC,IAAI,CAAC,wBAAwB;QAC7D,eAAe,kCACV,6BAA6B,CAAC,IAAI,CAAC,eAAe,KACrD,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,kBAAkB;yBAC9B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6CAA6C,GACxD;IACE,cAAc,EAAE,+CAA+C;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,UAAU,EAAE,oCAAoC;QAChD,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,cAAc,EAAE,iDAAiD;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,UAAU,EAAE,oCAAoC;QAChD,wBAAwB,EACtB,kCAAkC,CAAC,IAAI,CAAC,wBAAwB;QAClE,eAAe,kCACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,cAAc,EAAE,2CAA2C;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,kCACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,KACtD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,cAAc,EAAE,6CAA6C;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EACtB,8BAA8B,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,kCACV,8BAA8B,CAAC,IAAI,CAAC,eAAe,KACtD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,0DAA0D,GACrE;IACE,cAAc,EACZ,4DAA4D;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4DAA4D;QACvE,UAAU,EAAE,+CAA+C;QAC3D,wBAAwB,EACtB,6CAA6C,CAAC,IAAI;aAC/C,wBAAwB;QAC7B,eAAe,kCACV,6CAA6C,CAAC,IAAI,CAAC,eAAe,KACrE,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sDAAsD,GACjE;IACE,cAAc,EAAE,wDAAwD;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wDAAwD;QACnE,UAAU,EAAE,2CAA2C;QACvD,wBAAwB,EACtB,yCAAyC,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,kCACV,yCAAyC,CAAC,IAAI,CAAC,eAAe,KACjE,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF,GACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAI,cAAc,GAAG;IAC1B,qBAAqB,EAAE,qBAAqB;IAC5C,gBAAgB,EAAE,gBAAgB;IAClC,2BAA2B,EAAE,2BAA2B;IACxD,yCAAyC,EACvC,yCAAyC;IAC3C,aAAa,EAAE,aAAa;IAC5B,aAAa,EAAE,aAAa;IAC5B,cAAc,EAAE,cAAc;IAC9B,gBAAgB,EAAE,gBAAgB;IAClC,GAAG,EAAE,GAAG;IACR,uBAAuB,EAAE,uBAAuB;IAChD,wBAAwB,EAAE,wBAAwB;IAClD,gBAAgB,EAAE,gBAAgB;IAClC,oBAAoB,EAAE,oBAAoB;IAC1C,mBAAmB,EAAE,mBAAmB;IACxC,YAAY,EAAE,YAAY;IAC1B,aAAa,EAAE,aAAa;IAC5B,UAAU,EAAE,UAAU;IACtB,uBAAuB,EAAE,uBAAuB;IAChD,2BAA2B,EAAE,2BAA2B;IACxD,eAAe,EAAE,eAAe;IAChC,cAAc,EAAE,cAAc;IAC9B,eAAe,EAAE,eAAe;IAChC,wCAAwC,EACtC,oCAAoC;IACtC,6CAA6C,EAC3C,oCAAoC;IACtC,2CAA2C,EACzC,yCAAyC;IAC3C,oCAAoC,EAAE,6BAA6B;IACnE,6DAA6D,EAC3D,0CAA0C;IAC5C,4DAA4D,EAC1D,8BAA8B;IAChC,6DAA6D,EAC3D,+BAA+B;IACjC,qEAAqE,EACnE,uCAAuC;IACzC,0EAA0E,EACxE,4CAA4C;IAC9C,mEAAmE,EACjE,uBAAuB;IACzB,2CAA2C,EAAE,2BAA2B;IACxE,wCAAwC,EAAE,wBAAwB;IAClE,+CAA+C,EAAE,qBAAqB;IACtE,4CAA4C,EAAE,4BAA4B;IAC1E,gCAAgC,EAAE,gBAAgB;IAClD,oCAAoC,EAAE,oBAAoB;IAC1D,0CAA0C,EAAE,0BAA0B;IACtE,2CAA2C,EAAE,2BAA2B;IACxE,0CAA0C,EAAE,0BAA0B;IACtE,oCAAoC,EAAE,oBAAoB;IAC1D,mCAAmC,EAAE,mBAAmB;IACxD,6CAA6C,EAAE,4BAA4B;IAC3E,4CAA4C,EAAE,2BAA2B;IACzE,qCAAqC,EAAE,oBAAoB;IAC3D,gCAAgC,EAAE,+BAA+B;IACjE,+BAA+B,EAAE,8BAA8B;IAC/D,8BAA8B,EAAE,2BAA2B;IAC3D,2BAA2B,EAAE,wBAAwB;IACrD,0CAA0C,EAAE,uBAAuB;IACnE,sBAAsB,EAAE,mBAAmB;IAC3C,oBAAoB,EAAE,cAAc;IACpC,sBAAsB,EAAE,gBAAgB;IACxC,qBAAqB,EAAE,eAAe;IACtC,sBAAsB,EAAE,gBAAgB;IACxC,YAAY,EAAE,MAAM;IACpB,YAAY,EAAE,MAAM;IACpB,cAAc,EAAE,QAAQ;IACxB,uDAAuD,EACrD,6BAA6B;IAC/B,6CAA6C,EAAE,mBAAmB;IAClE,0DAA0D,EACxD,+BAA+B;IACjC,0CAA0C,EAAE,uBAAuB;IACnE,kCAAkC,EAAE,eAAe;IACnD,uCAAuC,EAAE,gCAAgC;IACzE,qCAAqC,EACnC,uCAAuC;IACzC,kCAAkC,EAAE,YAAY;IAChD,qCAAqC,EAAE,eAAe;IACtD,4CAA4C,EAAE,sBAAsB;IACpE,uCAAuC,EAAE,iBAAiB;IAC1D,sCAAsC,EAAE,qBAAqB;IAC7D,sCAAsC,EAAE,gBAAgB;IACxD,6BAA6B,EAAE,YAAY;IAC3C,kCAAkC,EAAE,mBAAmB;IACvD,2CAA2C,EAAE,2BAA2B;IACxE,0CAA0C,EAAE,0BAA0B;IACtE,mCAAmC,EAAE,mBAAmB;IACxD,8CAA8C,EAC5C,iCAAiC;IACnC,yCAAyC,EAAE,4BAA4B;IACvE,wCAAwC,EAAE,6BAA6B;IACvE,+CAA+C,EAAE,qBAAqB;IACtE,wDAAwD,EACtD,8BAA8B;IAChC,uEAAuE,EACrE,yCAAyC;IAC3C,yEAAyE,EACvE,2CAA2C;IAC7C,gFAAgF,EAC9E,kDAAkD;IACpD,wEAAwE,EACtE,0CAA0C;IAC5C,4CAA4C,EAAE,0BAA0B;IACxE,uCAAuC,EAAE,qBAAqB;IAC9D,kCAAkC,EAAE,iBAAiB;IACrD,uCAAuC,EAAE,sBAAsB;IAC/D,qCAAqC,EAAE,oBAAoB;IAC3D,uCAAuC,EAAE,sBAAsB;IAC/D,yCAAyC,EAAE,uBAAuB;IAClE,uCAAuC,EAAE,qBAAqB;IAC9D,6EAA6E,EAC3E,iCAAiC;IACnC,mEAAmE,EACjE,sCAAsC;IACxC,4DAA4D,EAC1D,+BAA+B;IACjC,4DAA4D,EAC1D,0CAA0C;IAC5C,6DAA6D,EAC3D,2CAA2C;IAC7C,+DAA+D,EAC7D,6CAA6C;IAC/C,yDAAyD,EACvD,uCAAuC;IACzC,kEAAkE,EAChE,qCAAqC;IACvC,8DAA8D,EAC5D,iCAAiC;IACnC,0DAA0D,EACxD,6BAA6B;IAC/B,oEAAoE,EAClE,sCAAsC;IACxC,gEAAgE,EAC9D,kCAAkC;IACpC,4DAA4D,EAC1D,8BAA8B;IAChC,0DAA0D,EACxD,mCAAmC;IACrC,uEAAuE,EACrE,qCAAqC;IACvC,yCAAyC,EAAE,0BAA0B;IACrE,0DAA0D,EACxD,kCAAkC;IACpC,mDAAmD,EACjD,2BAA2B;IAC7B,+CAA+C,EAC7C,8CAA8C;IAChD,uCAAuC,EACrC,sCAAsC;IACxC,oCAAoC,EAClC,yCAAyC;IAC3C,kCAAkC,EAAE,uCAAuC;IAC3E,qCAAqC,EACnC,0CAA0C;IAC5C,mCAAmC,EAAE,wCAAwC;IAC7E,iCAAiC,EAAE,sCAAsC;IACzE,iCAAiC,EAAE,sCAAsC;IACzE,gEAAgE,EAC9D,wCAAwC;IAC1C,yDAAyD,EACvD,iCAAiC;IACnC,6CAA6C,EAC3C,0CAA0C;IAC5C,gDAAgD,EAC9C,6CAA6C;IAC/C,8CAA8C,EAC5C,2CAA2C;IAC7C,kDAAkD,EAChD,gCAAgC;IAClC,iDAAiD,EAC/C,wCAAwC;IAC1C,8DAA8D,EAC5D,kDAAkD;IACpD,4CAA4C,EAC1C,yCAAyC;IAC3C,4CAA4C,EAC1C,yCAAyC;IAC3C,wEAAwE,EACtE,oCAAoC;IACtC,oFAAoF,EAClF,4CAA4C;IAC9C,wEAAwE,EACtE,wCAAwC;IAC1C,kFAAkF,EAChF,6CAA6C;IAC/C,oFAAoF,EAClF,+CAA+C;IACjD,0EAA0E,EACxE,yCAAyC;IAC3C,4EAA4E,EAC1E,2CAA2C;IAC7C,0GAA0G,EACxG,0DAA0D;IAC5D,kGAAkG,EAChG,sDAAsD;CACzD,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 BackupResourceConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResourceConfig\",\n modelProperties: {\n storageModelType: {\n serializedName: \"storageModelType\",\n type: {\n name: \"String\",\n },\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\",\n },\n },\n storageTypeState: {\n serializedName: \"storageTypeState\",\n type: {\n name: \"String\",\n },\n },\n crossRegionRestoreFlag: {\n serializedName: \"crossRegionRestoreFlag\",\n type: {\n name: \"Boolean\",\n },\n },\n dedupState: {\n serializedName: \"dedupState\",\n type: {\n name: \"String\",\n },\n },\n xcoolState: {\n serializedName: \"xcoolState\",\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 location: {\n serializedName: \"location\",\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 eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NewErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NewErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"NewErrorResponseError\",\n },\n },\n },\n },\n};\n\nexport const NewErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NewErrorResponseError\",\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: \"NewErrorResponse\",\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 PreValidateEnableBackupRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreValidateEnableBackupRequest\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n vaultId: {\n serializedName: \"vaultId\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PreValidateEnableBackupResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreValidateEnableBackupResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n recommendation: {\n serializedName: \"recommendation\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n protectedItemName: {\n serializedName: \"protectedItemName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupStatusRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupStatusRequest\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n poLogicalName: {\n serializedName: \"poLogicalName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupStatusResponse\",\n modelProperties: {\n protectionStatus: {\n serializedName: \"protectionStatus\",\n type: {\n name: \"String\",\n },\n },\n vaultId: {\n serializedName: \"vaultId\",\n type: {\n name: \"String\",\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n protectedItemName: {\n serializedName: \"protectedItemName\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n policyName: {\n serializedName: \"policyName\",\n type: {\n name: \"String\",\n },\n },\n registrationStatus: {\n serializedName: \"registrationStatus\",\n type: {\n name: \"String\",\n },\n },\n protectedItemsCount: {\n serializedName: \"protectedItemsCount\",\n type: {\n name: \"Number\",\n },\n },\n acquireStorageAccountLock: {\n serializedName: \"acquireStorageAccountLock\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FeatureSupportRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FeatureSupportRequest\",\n uberParent: \"FeatureSupportRequest\",\n polymorphicDiscriminator: {\n serializedName: \"featureType\",\n clientName: \"featureType\",\n },\n modelProperties: {\n featureType: {\n serializedName: \"featureType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureVMResourceFeatureSupportResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureVMResourceFeatureSupportResponse\",\n modelProperties: {\n supportStatus: {\n serializedName: \"supportStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ProtectionIntent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionIntent\",\n uberParent: \"ProtectionIntent\",\n polymorphicDiscriminator: {\n serializedName: \"protectionIntentItemType\",\n clientName: \"protectionIntentItemType\",\n },\n modelProperties: {\n protectionIntentItemType: {\n serializedName: \"protectionIntentItemType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n itemId: {\n serializedName: \"itemId\",\n type: {\n name: \"String\",\n },\n },\n policyId: {\n serializedName: \"policyId\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupManagementUsageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupManagementUsageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupManagementUsage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupManagementUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupManagementUsage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n type: {\n name: \"String\",\n },\n },\n nextResetTime: {\n serializedName: \"nextResetTime\",\n type: {\n name: \"DateTime\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"NameInfo\",\n },\n },\n },\n },\n};\n\nexport const NameInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameInfo\",\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 ClientDiscoveryResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryValueForSingleApi\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClientDiscoveryValueForSingleApi: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryValueForSingleApi\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForProperties\",\n },\n },\n },\n },\n};\n\nexport const ClientDiscoveryDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClientDiscoveryForProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const ClientDiscoveryForServiceSpecification: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForServiceSpecification\",\n modelProperties: {\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForLogSpecification\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ClientDiscoveryForLogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientDiscoveryForLogSpecification\",\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 },\n },\n};\n\nexport const BackupResourceVaultConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResourceVaultConfig\",\n modelProperties: {\n storageModelType: {\n serializedName: \"storageModelType\",\n type: {\n name: \"String\",\n },\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\",\n },\n },\n storageTypeState: {\n serializedName: \"storageTypeState\",\n type: {\n name: \"String\",\n },\n },\n enhancedSecurityState: {\n serializedName: \"enhancedSecurityState\",\n type: {\n name: \"String\",\n },\n },\n softDeleteFeatureState: {\n serializedName: \"softDeleteFeatureState\",\n type: {\n name: \"String\",\n },\n },\n softDeleteRetentionPeriodInDays: {\n serializedName: \"softDeleteRetentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isSoftDeleteFeatureStateEditable: {\n serializedName: \"isSoftDeleteFeatureStateEditable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BackupResourceEncryptionConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfig\",\n modelProperties: {\n encryptionAtRestType: {\n serializedName: \"encryptionAtRestType\",\n type: {\n name: \"String\",\n },\n },\n keyUri: {\n serializedName: \"keyUri\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n lastUpdateStatus: {\n serializedName: \"lastUpdateStatus\",\n type: {\n name: \"String\",\n },\n },\n infrastructureEncryptionState: {\n serializedName: \"infrastructureEncryptionState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusExtendedInfo\",\n uberParent: \"OperationStatusExtendedInfo\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrepareDataMoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrepareDataMoveRequest\",\n modelProperties: {\n targetResourceId: {\n serializedName: \"targetResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n targetRegion: {\n serializedName: \"targetRegion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataMoveLevel: {\n serializedName: \"dataMoveLevel\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceContainerArmIds: {\n serializedName: \"sourceContainerArmIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ignoreMoved: {\n serializedName: \"ignoreMoved\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const VaultStorageConfigOperationResultResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VaultStorageConfigOperationResultResponse\",\n uberParent: \"VaultStorageConfigOperationResultResponse\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TriggerDataMoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerDataMoveRequest\",\n modelProperties: {\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceRegion: {\n serializedName: \"sourceRegion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataMoveLevel: {\n serializedName: \"dataMoveLevel\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceContainerArmIds: {\n serializedName: \"sourceContainerArmIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n pauseGC: {\n serializedName: \"pauseGC\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ProtectedItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectedItemType\",\n clientName: \"protectedItemType\",\n },\n modelProperties: {\n protectedItemType: {\n serializedName: \"protectedItemType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n policyId: {\n serializedName: \"policyId\",\n type: {\n name: \"String\",\n },\n },\n lastRecoveryPoint: {\n serializedName: \"lastRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n backupSetName: {\n serializedName: \"backupSetName\",\n type: {\n name: \"String\",\n },\n },\n createMode: {\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n deferredDeleteTimeInUTC: {\n serializedName: \"deferredDeleteTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n isScheduledForDeferredDelete: {\n serializedName: \"isScheduledForDeferredDelete\",\n type: {\n name: \"Boolean\",\n },\n },\n deferredDeleteTimeRemaining: {\n serializedName: \"deferredDeleteTimeRemaining\",\n type: {\n name: \"String\",\n },\n },\n isDeferredDeleteScheduleUpcoming: {\n serializedName: \"isDeferredDeleteScheduleUpcoming\",\n type: {\n name: \"Boolean\",\n },\n },\n isRehydrate: {\n serializedName: \"isRehydrate\",\n type: {\n name: \"Boolean\",\n },\n },\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n policyName: {\n serializedName: \"policyName\",\n type: {\n name: \"String\",\n },\n },\n softDeleteRetentionPeriodInDays: {\n serializedName: \"softDeleteRetentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n vaultId: {\n serializedName: \"vaultId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecoveryPoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPoint\",\n uberParent: \"RecoveryPoint\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestoreRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreRequest\",\n uberParent: \"RestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProtectionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: {\n serializedName: \"backupManagementType\",\n clientName: \"backupManagementType\",\n },\n modelProperties: {\n protectedItemsCount: {\n serializedName: \"protectedItemsCount\",\n type: {\n name: \"Number\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Job: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Job\",\n uberParent: \"Job\",\n polymorphicDiscriminator: {\n serializedName: \"jobType\",\n clientName: \"jobType\",\n },\n modelProperties: {\n entityFriendlyName: {\n serializedName: \"entityFriendlyName\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n activityId: {\n serializedName: \"activityId\",\n type: {\n name: \"String\",\n },\n },\n jobType: {\n serializedName: \"jobType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResultInfoBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultInfoBase\",\n uberParent: \"OperationResultInfoBase\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationWorkerResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationWorkerResponse\",\n modelProperties: {\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Continue\",\n \"SwitchingProtocols\",\n \"OK\",\n \"Created\",\n \"Accepted\",\n \"NonAuthoritativeInformation\",\n \"NoContent\",\n \"ResetContent\",\n \"PartialContent\",\n \"MultipleChoices\",\n \"Ambiguous\",\n \"MovedPermanently\",\n \"Moved\",\n \"Found\",\n \"Redirect\",\n \"SeeOther\",\n \"RedirectMethod\",\n \"NotModified\",\n \"UseProxy\",\n \"Unused\",\n \"TemporaryRedirect\",\n \"RedirectKeepVerb\",\n \"BadRequest\",\n \"Unauthorized\",\n \"PaymentRequired\",\n \"Forbidden\",\n \"NotFound\",\n \"MethodNotAllowed\",\n \"NotAcceptable\",\n \"ProxyAuthenticationRequired\",\n \"RequestTimeout\",\n \"Conflict\",\n \"Gone\",\n \"LengthRequired\",\n \"PreconditionFailed\",\n \"RequestEntityTooLarge\",\n \"RequestUriTooLong\",\n \"UnsupportedMediaType\",\n \"RequestedRangeNotSatisfiable\",\n \"ExpectationFailed\",\n \"UpgradeRequired\",\n \"InternalServerError\",\n \"NotImplemented\",\n \"BadGateway\",\n \"ServiceUnavailable\",\n \"GatewayTimeout\",\n \"HttpVersionNotSupported\",\n ],\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateOperationRequestResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateOperationRequestResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ValidateOperationRequest\",\n },\n },\n },\n },\n};\n\nexport const ValidateOperationRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateOperationRequest\",\n uberParent: \"ValidateOperationRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateOperationsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateOperationsResponse\",\n modelProperties: {\n validateOperationResponse: {\n serializedName: \"validateOperationResponse\",\n type: {\n name: \"Composite\",\n className: \"ValidateOperationResponse\",\n },\n },\n },\n },\n};\n\nexport const ValidateOperationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateOperationResponse\",\n modelProperties: {\n validationResults: {\n serializedName: \"validationResults\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\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 recommendations: {\n serializedName: \"recommendations\",\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 BackupEngineBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupEngineBase\",\n uberParent: \"BackupEngineBase\",\n polymorphicDiscriminator: {\n serializedName: \"backupEngineType\",\n clientName: \"backupEngineType\",\n },\n modelProperties: {\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n registrationStatus: {\n serializedName: \"registrationStatus\",\n type: {\n name: \"String\",\n },\n },\n backupEngineState: {\n serializedName: \"backupEngineState\",\n type: {\n name: \"String\",\n },\n },\n healthStatus: {\n serializedName: \"healthStatus\",\n type: {\n name: \"String\",\n },\n },\n backupEngineType: {\n serializedName: \"backupEngineType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n canReRegister: {\n serializedName: \"canReRegister\",\n type: {\n name: \"Boolean\",\n },\n },\n backupEngineId: {\n serializedName: \"backupEngineId\",\n type: {\n name: \"String\",\n },\n },\n dpmVersion: {\n serializedName: \"dpmVersion\",\n type: {\n name: \"String\",\n },\n },\n azureBackupAgentVersion: {\n serializedName: \"azureBackupAgentVersion\",\n type: {\n name: \"String\",\n },\n },\n isAzureBackupAgentUpgradeAvailable: {\n serializedName: \"isAzureBackupAgentUpgradeAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n isDpmUpgradeAvailable: {\n serializedName: \"isDpmUpgradeAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupEngineExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const BackupEngineExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupEngineExtendedInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n protectedItemsCount: {\n serializedName: \"protectedItemsCount\",\n type: {\n name: \"Number\",\n },\n },\n protectedServersCount: {\n serializedName: \"protectedServersCount\",\n type: {\n name: \"Number\",\n },\n },\n diskCount: {\n serializedName: \"diskCount\",\n type: {\n name: \"Number\",\n },\n },\n usedDiskSpace: {\n serializedName: \"usedDiskSpace\",\n type: {\n name: \"Number\",\n },\n },\n availableDiskSpace: {\n serializedName: \"availableDiskSpace\",\n type: {\n name: \"Number\",\n },\n },\n refreshedAt: {\n serializedName: \"refreshedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n azureProtectedInstances: {\n serializedName: \"azureProtectedInstances\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ProtectableContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectableContainer\",\n uberParent: \"ProtectableContainer\",\n polymorphicDiscriminator: {\n serializedName: \"protectableContainerType\",\n clientName: \"protectableContainerType\",\n },\n modelProperties: {\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n protectableContainerType: {\n serializedName: \"protectableContainerType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"Unknown\",\n \"IaasVMContainer\",\n \"IaasVMServiceContainer\",\n \"DPMContainer\",\n \"AzureBackupServerContainer\",\n \"MABContainer\",\n \"Cluster\",\n \"AzureSqlContainer\",\n \"Windows\",\n \"VCenter\",\n \"VMAppContainer\",\n \"SQLAGWorkLoadContainer\",\n \"StorageContainer\",\n \"GenericContainer\",\n \"Microsoft.ClassicCompute/virtualMachines\",\n \"Microsoft.Compute/virtualMachines\",\n \"AzureWorkloadContainer\",\n ],\n },\n },\n healthStatus: {\n serializedName: \"healthStatus\",\n type: {\n name: \"String\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProtectionContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: {\n serializedName: \"containerType\",\n clientName: \"containerType\",\n },\n modelProperties: {\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n registrationStatus: {\n serializedName: \"registrationStatus\",\n type: {\n name: \"String\",\n },\n },\n healthStatus: {\n serializedName: \"healthStatus\",\n type: {\n name: \"String\",\n },\n },\n containerType: {\n serializedName: \"containerType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"Unknown\",\n \"IaasVMContainer\",\n \"IaasVMServiceContainer\",\n \"DPMContainer\",\n \"AzureBackupServerContainer\",\n \"MABContainer\",\n \"Cluster\",\n \"AzureSqlContainer\",\n \"Windows\",\n \"VCenter\",\n \"VMAppContainer\",\n \"SQLAGWorkLoadContainer\",\n \"StorageContainer\",\n \"GenericContainer\",\n \"Microsoft.ClassicCompute/virtualMachines\",\n \"Microsoft.Compute/virtualMachines\",\n \"AzureWorkloadContainer\",\n ],\n },\n },\n protectableObjectType: {\n serializedName: \"protectableObjectType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadItem\",\n uberParent: \"WorkloadItem\",\n polymorphicDiscriminator: {\n serializedName: \"workloadItemType\",\n clientName: \"workloadItemType\",\n },\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n workloadItemType: {\n serializedName: \"workloadItemType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupRequest\",\n uberParent: \"BackupRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ILRRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ILRRequest\",\n uberParent: \"ILRRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProtectableItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProtectableItem\",\n uberParent: \"WorkloadProtectableItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectableItemType\",\n clientName: \"protectableItemType\",\n },\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n protectableItemType: {\n serializedName: \"protectableItemType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPinBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPinBase\",\n modelProperties: {\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TokenInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenInformation\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n type: {\n name: \"String\",\n },\n },\n expiryTimeInUtcTicks: {\n serializedName: \"expiryTimeInUtcTicks\",\n type: {\n name: \"Number\",\n },\n },\n securityPIN: {\n serializedName: \"securityPIN\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MoveRPAcrossTiersRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveRPAcrossTiersRequest\",\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n sourceTierType: {\n serializedName: \"sourceTierType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"InstantRP\", \"HardenedRP\", \"ArchivedRP\"],\n },\n },\n targetTierType: {\n serializedName: \"targetTierType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"InstantRP\", \"HardenedRP\", \"ArchivedRP\"],\n },\n },\n },\n },\n};\n\nexport const ListRecoveryPointsRecommendedForMoveRequest: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ListRecoveryPointsRecommendedForMoveRequest\",\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n excludedRPList: {\n serializedName: \"excludedRPList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ResourceGuardProxyBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardProxyBase\",\n modelProperties: {\n resourceGuardResourceId: {\n serializedName: \"resourceGuardResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGuardOperationDetails: {\n serializedName: \"resourceGuardOperationDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardOperationDetail\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceGuardOperationDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardOperationDetail\",\n modelProperties: {\n vaultCriticalOperation: {\n serializedName: \"vaultCriticalOperation\",\n type: {\n name: \"String\",\n },\n },\n defaultResourceRequest: {\n serializedName: \"defaultResourceRequest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UnlockDeleteRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnlockDeleteRequest\",\n modelProperties: {\n resourceGuardOperationRequests: {\n serializedName: \"resourceGuardOperationRequests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n resourceToBeDeleted: {\n serializedName: \"resourceToBeDeleted\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UnlockDeleteResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnlockDeleteResponse\",\n modelProperties: {\n unlockDeleteExpiryTime: {\n serializedName: \"unlockDeleteExpiryTime\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FetchTieringCostInfoRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostInfoRequest\",\n uberParent: \"FetchTieringCostInfoRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n sourceTierType: {\n serializedName: \"sourceTierType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"InstantRP\", \"HardenedRP\", \"ArchivedRP\"],\n },\n },\n targetTierType: {\n serializedName: \"targetTierType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"InstantRP\", \"HardenedRP\", \"ArchivedRP\"],\n },\n },\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TieringCostInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TieringCostInfo\",\n uberParent: \"TieringCostInfo\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KPIResourceHealthDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KPIResourceHealthDetails\",\n modelProperties: {\n resourceHealthStatus: {\n serializedName: \"resourceHealthStatus\",\n type: {\n name: \"String\",\n },\n },\n resourceHealthDetails: {\n serializedName: \"resourceHealthDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceHealthDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceHealthDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceHealthDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n title: {\n serializedName: \"title\",\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 recommendations: {\n serializedName: \"recommendations\",\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 AzureFileshareProtectedItemExtendedInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureFileshareProtectedItemExtendedInfo\",\n modelProperties: {\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n policyState: {\n serializedName: \"policyState\",\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceStateSyncTime: {\n serializedName: \"resourceStateSyncTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const RecoveryPointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointProperties\",\n modelProperties: {\n expiryTime: {\n serializedName: \"expiryTime\",\n type: {\n name: \"String\",\n },\n },\n ruleName: {\n serializedName: \"ruleName\",\n type: {\n name: \"String\",\n },\n },\n isSoftDeleted: {\n serializedName: \"isSoftDeleted\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RestoreFileSpecs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreFileSpecs\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n fileSpecType: {\n serializedName: \"fileSpecType\",\n type: {\n name: \"String\",\n },\n },\n targetFolderPath: {\n serializedName: \"targetFolderPath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TargetAFSRestoreInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetAFSRestoreInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetResourceId: {\n serializedName: \"targetResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Settings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Settings\",\n modelProperties: {\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n issqlcompression: {\n serializedName: \"issqlcompression\",\n type: {\n name: \"Boolean\",\n },\n },\n isCompression: {\n serializedName: \"isCompression\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SubProtectionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubProtectionPolicy\",\n modelProperties: {\n policyType: {\n serializedName: \"policyType\",\n type: {\n name: \"String\",\n },\n },\n schedulePolicy: {\n serializedName: \"schedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"SchedulePolicy\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n tieringPolicy: {\n serializedName: \"tieringPolicy\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"TieringPolicy\" } },\n },\n },\n snapshotBackupAdditionalDetails: {\n serializedName: \"snapshotBackupAdditionalDetails\",\n type: {\n name: \"Composite\",\n className: \"SnapshotBackupAdditionalDetails\",\n },\n },\n },\n },\n};\n\nexport const SchedulePolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulePolicy\",\n uberParent: \"SchedulePolicy\",\n polymorphicDiscriminator: {\n serializedName: \"schedulePolicyType\",\n clientName: \"schedulePolicyType\",\n },\n modelProperties: {\n schedulePolicyType: {\n serializedName: \"schedulePolicyType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RetentionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n uberParent: \"RetentionPolicy\",\n polymorphicDiscriminator: {\n serializedName: \"retentionPolicyType\",\n clientName: \"retentionPolicyType\",\n },\n modelProperties: {\n retentionPolicyType: {\n serializedName: \"retentionPolicyType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TieringPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TieringPolicy\",\n modelProperties: {\n tieringMode: {\n serializedName: \"tieringMode\",\n type: {\n name: \"String\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"Number\",\n },\n },\n durationType: {\n serializedName: \"durationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SnapshotBackupAdditionalDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SnapshotBackupAdditionalDetails\",\n modelProperties: {\n instantRpRetentionRangeInDays: {\n serializedName: \"instantRpRetentionRangeInDays\",\n type: {\n name: \"Number\",\n },\n },\n instantRPDetails: {\n serializedName: \"instantRPDetails\",\n type: {\n name: \"String\",\n },\n },\n userAssignedManagedIdentityDetails: {\n serializedName: \"userAssignedManagedIdentityDetails\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedManagedIdentityDetails\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedManagedIdentityDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedManagedIdentityDetails\",\n modelProperties: {\n identityArmId: {\n serializedName: \"identityArmId\",\n type: {\n name: \"String\",\n },\n },\n identityName: {\n serializedName: \"identityName\",\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentityProperties: {\n serializedName: \"userAssignedIdentityProperties\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentityProperties\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentityProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VaultRetentionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VaultRetentionPolicy\",\n modelProperties: {\n vaultRetention: {\n serializedName: \"vaultRetention\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n snapshotRetentionInDays: {\n serializedName: \"snapshotRetentionInDays\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMProtectedItemExtendedInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMProtectedItemExtendedInfo\",\n modelProperties: {\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPointInVault: {\n serializedName: \"oldestRecoveryPointInVault\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPointInArchive: {\n serializedName: \"oldestRecoveryPointInArchive\",\n type: {\n name: \"DateTime\",\n },\n },\n newestRecoveryPointInArchive: {\n serializedName: \"newestRecoveryPointInArchive\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n policyInconsistent: {\n serializedName: \"policyInconsistent\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ExtendedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedProperties\",\n modelProperties: {\n diskExclusionProperties: {\n serializedName: \"diskExclusionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskExclusionProperties\",\n },\n },\n linuxVmApplicationName: {\n serializedName: \"linuxVmApplicationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiskExclusionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskExclusionProperties\",\n modelProperties: {\n diskLunList: {\n serializedName: \"diskLunList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n isInclusionList: {\n serializedName: \"isInclusionList\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMErrorInfo\",\n modelProperties: {\n errorCode: {\n serializedName: \"errorCode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorTitle: {\n serializedName: \"errorTitle\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorString: {\n serializedName: \"errorString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\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 AzureIaaSVMJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobExtendedInfo\",\n modelProperties: {\n tasksList: {\n serializedName: \"tasksList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobTaskDetails\",\n },\n },\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n internalPropertyBag: {\n serializedName: \"internalPropertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n progressPercentage: {\n serializedName: \"progressPercentage\",\n type: {\n name: \"Number\",\n },\n },\n estimatedRemainingDuration: {\n serializedName: \"estimatedRemainingDuration\",\n type: {\n name: \"String\",\n },\n },\n dynamicErrorMessage: {\n serializedName: \"dynamicErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMJobTaskDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobTaskDetails\",\n modelProperties: {\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n instanceId: {\n serializedName: \"instanceId\",\n type: {\n name: \"String\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n progressPercentage: {\n serializedName: \"progressPercentage\",\n type: {\n name: \"Number\",\n },\n },\n taskExecutionDetails: {\n serializedName: \"taskExecutionDetails\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InstantRPAdditionalDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstantRPAdditionalDetails\",\n modelProperties: {\n azureBackupRGNamePrefix: {\n serializedName: \"azureBackupRGNamePrefix\",\n type: {\n name: \"String\",\n },\n },\n azureBackupRGNameSuffix: {\n serializedName: \"azureBackupRGNameSuffix\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlProtectedItemExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSqlProtectedItemExtendedInfo\",\n modelProperties: {\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n policyState: {\n serializedName: \"policyState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureStorageErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStorageErrorInfo\",\n modelProperties: {\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"Number\",\n },\n },\n errorString: {\n serializedName: \"errorString\",\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureStorageJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStorageJobExtendedInfo\",\n modelProperties: {\n tasksList: {\n serializedName: \"tasksList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureStorageJobTaskDetails\",\n },\n },\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n dynamicErrorMessage: {\n serializedName: \"dynamicErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureStorageJobTaskDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStorageJobTaskDetails\",\n modelProperties: {\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureVmWorkloadProtectedItemExtendedInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadProtectedItemExtendedInfo\",\n modelProperties: {\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPointInVault: {\n serializedName: \"oldestRecoveryPointInVault\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPointInArchive: {\n serializedName: \"oldestRecoveryPointInArchive\",\n type: {\n name: \"DateTime\",\n },\n },\n newestRecoveryPointInArchive: {\n serializedName: \"newestRecoveryPointInArchive\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n policyState: {\n serializedName: \"policyState\",\n type: {\n name: \"String\",\n },\n },\n recoveryModel: {\n serializedName: \"recoveryModel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DistributedNodesInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DistributedNodesInfo\",\n modelProperties: {\n nodeName: {\n serializedName: \"nodeName\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorDetail: {\n serializedName: \"errorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadErrorInfo\",\n modelProperties: {\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"Number\",\n },\n },\n errorString: {\n serializedName: \"errorString\",\n type: {\n name: \"String\",\n },\n },\n errorTitle: {\n serializedName: \"errorTitle\",\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n additionalDetails: {\n serializedName: \"additionalDetails\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadJobExtendedInfo\",\n modelProperties: {\n tasksList: {\n serializedName: \"tasksList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadJobTaskDetails\",\n },\n },\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n dynamicErrorMessage: {\n serializedName: \"dynamicErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadJobTaskDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadJobTaskDetails\",\n modelProperties: {\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PointInTimeRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PointInTimeRange\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const RecoveryPointTierInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointTierInformation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"InstantRP\", \"HardenedRP\", \"ArchivedRP\"],\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"Valid\",\n \"Disabled\",\n \"Deleted\",\n \"Rehydrated\",\n ],\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const RecoveryPointMoveReadinessInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointMoveReadinessInfo\",\n modelProperties: {\n isReadyForMove: {\n serializedName: \"isReadyForMove\",\n type: {\n name: \"Boolean\",\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TargetRestoreInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetRestoreInfo\",\n modelProperties: {\n overwriteOption: {\n serializedName: \"overwriteOption\",\n type: {\n name: \"String\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n targetDirectoryForFileRestore: {\n serializedName: \"targetDirectoryForFileRestore\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SnapshotRestoreParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SnapshotRestoreParameters\",\n modelProperties: {\n skipAttachAndMount: {\n serializedName: \"skipAttachAndMount\",\n type: {\n name: \"Boolean\",\n },\n },\n logPointInTimeForDBRecovery: {\n serializedName: \"logPointInTimeForDBRecovery\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadSQLRecoveryPointExtendedInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLRecoveryPointExtendedInfo\",\n modelProperties: {\n dataDirectoryTimeInUTC: {\n serializedName: \"dataDirectoryTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n dataDirectoryPaths: {\n serializedName: \"dataDirectoryPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SQLDataDirectory\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SQLDataDirectory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLDataDirectory\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SQLDataDirectoryMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLDataDirectoryMapping\",\n modelProperties: {\n mappingType: {\n serializedName: \"mappingType\",\n type: {\n name: \"String\",\n },\n },\n sourceLogicalName: {\n serializedName: \"sourceLogicalName\",\n type: {\n name: \"String\",\n },\n },\n sourcePath: {\n serializedName: \"sourcePath\",\n type: {\n name: \"String\",\n },\n },\n targetPath: {\n serializedName: \"targetPath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BEKDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BEKDetails\",\n modelProperties: {\n secretUrl: {\n serializedName: \"secretUrl\",\n type: {\n name: \"String\",\n },\n },\n secretVaultId: {\n serializedName: \"secretVaultId\",\n type: {\n name: \"String\",\n },\n },\n secretData: {\n serializedName: \"secretData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BmsrpQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BmsrpQueryObject\",\n modelProperties: {\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"DateTime\",\n },\n },\n endDate: {\n serializedName: \"endDate\",\n type: {\n name: \"DateTime\",\n },\n },\n restorePointQueryType: {\n serializedName: \"restorePointQueryType\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Boolean\",\n },\n },\n moveReadyRPOnly: {\n serializedName: \"moveReadyRPOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n includeSoftDeletedRP: {\n serializedName: \"includeSoftDeletedRP\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DiskInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskInformation\",\n modelProperties: {\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DailyRetentionFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DailyRetentionFormat\",\n modelProperties: {\n daysOfTheMonth: {\n serializedName: \"daysOfTheMonth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Day\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Day: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Day\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n type: {\n name: \"Number\",\n },\n },\n isLast: {\n serializedName: \"isLast\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DailyRetentionSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DailyRetentionSchedule\",\n modelProperties: {\n retentionTimes: {\n serializedName: \"retentionTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n retentionDuration: {\n serializedName: \"retentionDuration\",\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n },\n },\n },\n },\n};\n\nexport const RetentionDuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n durationType: {\n serializedName: \"durationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DpmErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DpmErrorInfo\",\n modelProperties: {\n errorString: {\n serializedName: \"errorString\",\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DpmJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DpmJobExtendedInfo\",\n modelProperties: {\n tasksList: {\n serializedName: \"tasksList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DpmJobTaskDetails\",\n },\n },\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n dynamicErrorMessage: {\n serializedName: \"dynamicErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DpmJobTaskDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DpmJobTaskDetails\",\n modelProperties: {\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DPMProtectedItemExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DPMProtectedItemExtendedInfo\",\n modelProperties: {\n protectableObjectLoadPath: {\n serializedName: \"protectableObjectLoadPath\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n protected: {\n serializedName: \"protected\",\n type: {\n name: \"Boolean\",\n },\n },\n isPresentOnCloud: {\n serializedName: \"isPresentOnCloud\",\n type: {\n name: \"Boolean\",\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n lastRefreshedAt: {\n serializedName: \"lastRefreshedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n onPremiseOldestRecoveryPoint: {\n serializedName: \"onPremiseOldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n onPremiseLatestRecoveryPoint: {\n serializedName: \"onPremiseLatestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n onPremiseRecoveryPointCount: {\n serializedName: \"onPremiseRecoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n isCollocated: {\n serializedName: \"isCollocated\",\n type: {\n name: \"Boolean\",\n },\n },\n protectionGroupName: {\n serializedName: \"protectionGroupName\",\n type: {\n name: \"String\",\n },\n },\n diskStorageUsedInBytes: {\n serializedName: \"diskStorageUsedInBytes\",\n type: {\n name: \"String\",\n },\n },\n totalDiskStorageSizeInBytes: {\n serializedName: \"totalDiskStorageSizeInBytes\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionDetails\",\n modelProperties: {\n encryptionEnabled: {\n serializedName: \"encryptionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n kekUrl: {\n serializedName: \"kekUrl\",\n type: {\n name: \"String\",\n },\n },\n secretKeyUrl: {\n serializedName: \"secretKeyUrl\",\n type: {\n name: \"String\",\n },\n },\n kekVaultId: {\n serializedName: \"kekVaultId\",\n type: {\n name: \"String\",\n },\n },\n secretKeyVaultId: {\n serializedName: \"secretKeyVaultId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HourlySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HourlySchedule\",\n modelProperties: {\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"Number\",\n },\n },\n scheduleWindowStartTime: {\n serializedName: \"scheduleWindowStartTime\",\n type: {\n name: \"DateTime\",\n },\n },\n scheduleWindowDuration: {\n serializedName: \"scheduleWindowDuration\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DailySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n modelProperties: {\n scheduleRunTimes: {\n serializedName: \"scheduleRunTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WeeklySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n modelProperties: {\n scheduleRunDays: {\n serializedName: \"scheduleRunDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n },\n },\n scheduleRunTimes: {\n serializedName: \"scheduleRunTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IdentityBasedRestoreDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBasedRestoreDetails\",\n modelProperties: {\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n targetStorageAccountId: {\n serializedName: \"targetStorageAccountId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\",\n modelProperties: {\n isSystemAssignedIdentity: {\n serializedName: \"isSystemAssignedIdentity\",\n type: {\n name: \"Boolean\",\n },\n },\n managedIdentityResourceId: {\n serializedName: \"managedIdentityResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetProtectedItemQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetProtectedItemQueryObject\",\n modelProperties: {\n expand: {\n serializedName: \"expand\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KeyAndSecretDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyAndSecretDetails\",\n modelProperties: {\n kekDetails: {\n serializedName: \"kekDetails\",\n type: {\n name: \"Composite\",\n className: \"KEKDetails\",\n },\n },\n bekDetails: {\n serializedName: \"bekDetails\",\n type: {\n name: \"Composite\",\n className: \"BEKDetails\",\n },\n },\n encryptionMechanism: {\n serializedName: \"encryptionMechanism\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KEKDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KEKDetails\",\n modelProperties: {\n keyUrl: {\n serializedName: \"keyUrl\",\n type: {\n name: \"String\",\n },\n },\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\",\n },\n },\n keyBackupData: {\n serializedName: \"keyBackupData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecoveryPointDiskConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointDiskConfiguration\",\n modelProperties: {\n numberOfDisksIncludedInBackup: {\n serializedName: \"numberOfDisksIncludedInBackup\",\n type: {\n name: \"Number\",\n },\n },\n numberOfDisksAttachedToVm: {\n serializedName: \"numberOfDisksAttachedToVm\",\n type: {\n name: \"Number\",\n },\n },\n includedDiskList: {\n serializedName: \"includedDiskList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiskInformation\",\n },\n },\n },\n },\n excludedDiskList: {\n serializedName: \"excludedDiskList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiskInformation\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecuredVMDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuredVMDetails\",\n modelProperties: {\n securedVMOsDiskEncryptionSetId: {\n serializedName: \"securedVMOsDiskEncryptionSetId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TargetDiskNetworkAccessSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetDiskNetworkAccessSettings\",\n modelProperties: {\n targetDiskNetworkAccessOption: {\n serializedName: \"targetDiskNetworkAccessOption\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SameAsOnSourceDisks\",\n \"EnablePrivateAccessForAllDisks\",\n \"EnablePublicAccessForAllDisks\",\n ],\n },\n },\n targetDiskAccessId: {\n serializedName: \"targetDiskAccessId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobQueryObject\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n jobId: {\n serializedName: \"jobId\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const WeeklyRetentionSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeeklyRetentionSchedule\",\n modelProperties: {\n daysOfTheWeek: {\n serializedName: \"daysOfTheWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n },\n },\n retentionTimes: {\n serializedName: \"retentionTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n retentionDuration: {\n serializedName: \"retentionDuration\",\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n },\n },\n },\n },\n};\n\nexport const MonthlyRetentionSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonthlyRetentionSchedule\",\n modelProperties: {\n retentionScheduleFormatType: {\n serializedName: \"retentionScheduleFormatType\",\n type: {\n name: \"String\",\n },\n },\n retentionScheduleDaily: {\n serializedName: \"retentionScheduleDaily\",\n type: {\n name: \"Composite\",\n className: \"DailyRetentionFormat\",\n },\n },\n retentionScheduleWeekly: {\n serializedName: \"retentionScheduleWeekly\",\n type: {\n name: \"Composite\",\n className: \"WeeklyRetentionFormat\",\n },\n },\n retentionTimes: {\n serializedName: \"retentionTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n retentionDuration: {\n serializedName: \"retentionDuration\",\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n },\n },\n },\n },\n};\n\nexport const WeeklyRetentionFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeeklyRetentionFormat\",\n modelProperties: {\n daysOfTheWeek: {\n serializedName: \"daysOfTheWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n },\n },\n weeksOfTheMonth: {\n serializedName: \"weeksOfTheMonth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"First\",\n \"Second\",\n \"Third\",\n \"Fourth\",\n \"Last\",\n \"Invalid\",\n ],\n },\n },\n },\n },\n },\n },\n};\n\nexport const YearlyRetentionSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"YearlyRetentionSchedule\",\n modelProperties: {\n retentionScheduleFormatType: {\n serializedName: \"retentionScheduleFormatType\",\n type: {\n name: \"String\",\n },\n },\n monthsOfYear: {\n serializedName: \"monthsOfYear\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"January\",\n \"February\",\n \"March\",\n \"April\",\n \"May\",\n \"June\",\n \"July\",\n \"August\",\n \"September\",\n \"October\",\n \"November\",\n \"December\",\n ],\n },\n },\n },\n },\n retentionScheduleDaily: {\n serializedName: \"retentionScheduleDaily\",\n type: {\n name: \"Composite\",\n className: \"DailyRetentionFormat\",\n },\n },\n retentionScheduleWeekly: {\n serializedName: \"retentionScheduleWeekly\",\n type: {\n name: \"Composite\",\n className: \"WeeklyRetentionFormat\",\n },\n },\n retentionTimes: {\n serializedName: \"retentionTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n retentionDuration: {\n serializedName: \"retentionDuration\",\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n },\n },\n },\n },\n};\n\nexport const MabErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MabErrorInfo\",\n modelProperties: {\n errorString: {\n serializedName: \"errorString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\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 MabFileFolderProtectedItemExtendedInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MabFileFolderProtectedItemExtendedInfo\",\n modelProperties: {\n lastRefreshedAt: {\n serializedName: \"lastRefreshedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRecoveryPoint: {\n serializedName: \"oldestRecoveryPoint\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointCount: {\n serializedName: \"recoveryPointCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MabJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MabJobExtendedInfo\",\n modelProperties: {\n tasksList: {\n serializedName: \"tasksList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MabJobTaskDetails\",\n },\n },\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n dynamicErrorMessage: {\n serializedName: \"dynamicErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MabJobTaskDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MabJobTaskDetails\",\n modelProperties: {\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProtectedItemQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectedItemQueryObject\",\n modelProperties: {\n healthState: {\n serializedName: \"healthState\",\n type: {\n name: \"String\",\n },\n },\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n itemType: {\n serializedName: \"itemType\",\n type: {\n name: \"String\",\n },\n },\n policyName: {\n serializedName: \"policyName\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n backupEngineName: {\n serializedName: \"backupEngineName\",\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n backupSetName: {\n serializedName: \"backupSetName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProtectionPolicyQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicyQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VaultJobErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VaultJobErrorInfo\",\n modelProperties: {\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"Number\",\n },\n },\n errorString: {\n serializedName: \"errorString\",\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VaultJobExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VaultJobExtendedInfo\",\n modelProperties: {\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const DPMContainerExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DPMContainerExtendedInfo\",\n modelProperties: {\n lastRefreshedAt: {\n serializedName: \"lastRefreshedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadContainerExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadContainerExtendedInfo\",\n modelProperties: {\n hostServerName: {\n serializedName: \"hostServerName\",\n type: {\n name: \"String\",\n },\n },\n inquiryInfo: {\n serializedName: \"inquiryInfo\",\n type: {\n name: \"Composite\",\n className: \"InquiryInfo\",\n },\n },\n nodesList: {\n serializedName: \"nodesList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DistributedNodesInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const InquiryInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InquiryInfo\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorDetail: {\n serializedName: \"errorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n inquiryDetails: {\n serializedName: \"inquiryDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadInquiryDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkloadInquiryDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadInquiryDetails\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n itemCount: {\n serializedName: \"itemCount\",\n type: {\n name: \"Number\",\n },\n },\n inquiryValidation: {\n serializedName: \"inquiryValidation\",\n type: {\n name: \"Composite\",\n className: \"InquiryValidation\",\n },\n },\n },\n },\n};\n\nexport const InquiryValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InquiryValidation\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorDetail: {\n serializedName: \"errorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n additionalDetail: {\n serializedName: \"additionalDetail\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n protectableItemCount: {\n serializedName: \"protectableItemCount\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const PreBackupValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreBackupValidation\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSBackupSummariesQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSBackupSummariesQueryObject\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProtectionIntentQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionIntentQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n itemType: {\n serializedName: \"itemType\",\n type: {\n name: \"String\",\n },\n },\n parentName: {\n serializedName: \"parentName\",\n type: {\n name: \"String\",\n },\n },\n itemName: {\n serializedName: \"itemName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSBackupEngineQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSBackupEngineQueryObject\",\n modelProperties: {\n expand: {\n serializedName: \"expand\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSBackupEnginesQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSBackupEnginesQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n expand: {\n serializedName: \"expand\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSContainerQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSContainerQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n containerType: {\n serializedName: \"containerType\",\n type: {\n name: \"String\",\n },\n },\n backupEngineName: {\n serializedName: \"backupEngineName\",\n type: {\n name: \"String\",\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSContainersInquiryQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSContainersInquiryQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BmspoQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BmspoQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSRefreshContainersQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSRefreshContainersQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BMSWorkloadItemQueryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BMSWorkloadItemQueryObject\",\n modelProperties: {\n backupManagementType: {\n serializedName: \"backupManagementType\",\n type: {\n name: \"String\",\n },\n },\n workloadItemType: {\n serializedName: \"workloadItemType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n protectionStatus: {\n serializedName: \"protectionStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClientScriptForConnect: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientScriptForConnect\",\n modelProperties: {\n scriptContent: {\n serializedName: \"scriptContent\",\n type: {\n name: \"String\",\n },\n },\n scriptExtension: {\n serializedName: \"scriptExtension\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\",\n },\n },\n scriptNameSuffix: {\n serializedName: \"scriptNameSuffix\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerIdentityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerIdentityInfo\",\n modelProperties: {\n uniqueName: {\n serializedName: \"uniqueName\",\n type: {\n name: \"String\",\n },\n },\n aadTenantId: {\n serializedName: \"aadTenantId\",\n type: {\n name: \"String\",\n },\n },\n servicePrincipalClientId: {\n serializedName: \"servicePrincipalClientId\",\n type: {\n name: \"String\",\n },\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GenericContainerExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenericContainerExtendedInfo\",\n modelProperties: {\n rawCertData: {\n serializedName: \"rawCertData\",\n type: {\n name: \"String\",\n },\n },\n containerIdentityInfo: {\n serializedName: \"containerIdentityInfo\",\n type: {\n name: \"Composite\",\n className: \"ContainerIdentityInfo\",\n },\n },\n serviceEndpoints: {\n serializedName: \"serviceEndpoints\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const InstantItemRecoveryTarget: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstantItemRecoveryTarget\",\n modelProperties: {\n clientScripts: {\n serializedName: \"clientScripts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientScriptForConnect\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MabContainerExtendedInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MabContainerExtendedInfo\",\n modelProperties: {\n lastRefreshedAt: {\n serializedName: \"lastRefreshedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n backupItemType: {\n serializedName: \"backupItemType\",\n type: {\n name: \"String\",\n },\n },\n backupItems: {\n serializedName: \"backupItems\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n policyName: {\n serializedName: \"policyName\",\n type: {\n name: \"String\",\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MABContainerHealthDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MABContainerHealthDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"Number\",\n },\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n recommendations: {\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RecoveryPointRehydrationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n modelProperties: {\n rehydrationRetentionDuration: {\n serializedName: \"rehydrationRetentionDuration\",\n type: {\n name: \"String\",\n },\n },\n rehydrationPriority: {\n serializedName: \"rehydrationPriority\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupResourceConfigResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResourceConfigResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupResourceConfig\",\n },\n },\n },\n },\n};\n\nexport const ProtectionIntentResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionIntentResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProtectionIntent\",\n },\n },\n },\n },\n};\n\nexport const BackupResourceVaultConfigResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResourceVaultConfigResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupResourceVaultConfig\",\n },\n },\n },\n },\n};\n\nexport const BackupResourceEncryptionConfigExtendedResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfigExtendedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfigExtended\",\n },\n },\n },\n },\n };\n\nexport const BackupResourceEncryptionConfigResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfigResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfig\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n};\n\nexport const ProtectedItemResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectedItemResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProtectedItem\",\n },\n },\n },\n },\n};\n\nexport const RecoveryPointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPoint\",\n },\n },\n },\n },\n};\n\nexport const RestoreRequestResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreRequestResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RestoreRequest\",\n },\n },\n },\n },\n};\n\nexport const ProtectionPolicyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicy\",\n },\n },\n },\n },\n};\n\nexport const JobResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Job\",\n },\n },\n },\n },\n};\n\nexport const BackupEngineBaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupEngineBaseResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupEngineBase\",\n },\n },\n },\n },\n};\n\nexport const ProtectableContainerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectableContainerResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProtectableContainer\",\n },\n },\n },\n },\n};\n\nexport const ProtectionContainerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionContainerResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProtectionContainer\",\n },\n },\n },\n },\n};\n\nexport const WorkloadItemResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadItemResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkloadItem\",\n },\n },\n },\n },\n};\n\nexport const BackupRequestResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupRequestResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BackupRequest\",\n },\n },\n },\n },\n};\n\nexport const ILRRequestResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ILRRequestResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ILRRequest\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProtectableItemResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProtectableItemResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkloadProtectableItem\",\n },\n },\n },\n },\n};\n\nexport const ResourceGuardProxyBaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardProxyBaseResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ResourceGuardProxyBase\",\n },\n },\n },\n },\n};\n\nexport const AzureBackupGoalFeatureSupportRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureBackupGoals\",\n type: {\n name: \"Composite\",\n className: \"AzureBackupGoalFeatureSupportRequest\",\n uberParent: \"FeatureSupportRequest\",\n polymorphicDiscriminator:\n FeatureSupportRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FeatureSupportRequest.type.modelProperties,\n },\n },\n };\n\nexport const AzureVMResourceFeatureSupportRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureVMResourceBackup\",\n type: {\n name: \"Composite\",\n className: \"AzureVMResourceFeatureSupportRequest\",\n uberParent: \"FeatureSupportRequest\",\n polymorphicDiscriminator:\n FeatureSupportRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FeatureSupportRequest.type.modelProperties,\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n vmSku: {\n serializedName: \"vmSku\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureRecoveryServiceVaultProtectionIntent: coreClient.CompositeMapper =\n {\n serializedName: \"RecoveryServiceVaultItem\",\n type: {\n name: \"Composite\",\n className: \"AzureRecoveryServiceVaultProtectionIntent\",\n uberParent: \"ProtectionIntent\",\n polymorphicDiscriminator: {\n serializedName: \"protectionIntentItemType\",\n clientName: \"protectionIntentItemType\",\n },\n modelProperties: {\n ...ProtectionIntent.type.modelProperties,\n },\n },\n };\n\nexport const AzureResourceProtectionIntent: coreClient.CompositeMapper = {\n serializedName: \"AzureResourceItem\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceProtectionIntent\",\n uberParent: \"ProtectionIntent\",\n polymorphicDiscriminator: ProtectionIntent.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionIntent.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadContainerAutoProtectionIntent: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadContainerAutoProtectionIntent\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadContainerAutoProtectionIntent\",\n uberParent: \"ProtectionIntent\",\n polymorphicDiscriminator: ProtectionIntent.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionIntent.type.modelProperties,\n },\n },\n };\n\nexport const ProtectionIntentResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionIntentResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProtectionIntentResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RecoveryPointResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProtectionPolicyResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicyResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProtectionPolicyResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProtectedItemResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectedItemResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProtectedItemResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupEngineBaseResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupEngineBaseResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupEngineBaseResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProtectableContainerResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectableContainerResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProtectableContainerResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkloadItemResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadItemResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadItemResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkloadProtectableItemResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProtectableItemResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadProtectableItemResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProtectionContainerResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionContainerResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProtectionContainerResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceGuardProxyBaseResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardProxyBaseResourceList\",\n modelProperties: {\n ...ResourceList.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceGuardProxyBaseResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupResourceEncryptionConfigExtended: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"BackupResourceEncryptionConfigExtended\",\n modelProperties: {\n ...BackupResourceEncryptionConfig.type.modelProperties,\n userAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n type: {\n name: \"String\",\n },\n },\n useSystemAssignedIdentity: {\n serializedName: \"useSystemAssignedIdentity\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const OperationStatusJobExtendedInfo: coreClient.CompositeMapper = {\n serializedName: \"OperationStatusJobExtendedInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusJobExtendedInfo\",\n uberParent: \"OperationStatusExtendedInfo\",\n polymorphicDiscriminator:\n OperationStatusExtendedInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...OperationStatusExtendedInfo.type.modelProperties,\n jobId: {\n serializedName: \"jobId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusJobsExtendedInfo: coreClient.CompositeMapper = {\n serializedName: \"OperationStatusJobsExtendedInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusJobsExtendedInfo\",\n uberParent: \"OperationStatusExtendedInfo\",\n polymorphicDiscriminator:\n OperationStatusExtendedInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...OperationStatusExtendedInfo.type.modelProperties,\n jobIds: {\n serializedName: \"jobIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n failedJobsError: {\n serializedName: \"failedJobsError\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const OperationStatusProvisionILRExtendedInfo: coreClient.CompositeMapper =\n {\n serializedName: \"OperationStatusProvisionILRExtendedInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusProvisionILRExtendedInfo\",\n uberParent: \"OperationStatusExtendedInfo\",\n polymorphicDiscriminator:\n OperationStatusExtendedInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...OperationStatusExtendedInfo.type.modelProperties,\n recoveryTarget: {\n serializedName: \"recoveryTarget\",\n type: {\n name: \"Composite\",\n className: \"InstantItemRecoveryTarget\",\n },\n },\n },\n },\n };\n\nexport const OperationStatusValidateOperationExtendedInfo: coreClient.CompositeMapper =\n {\n serializedName: \"OperationStatusValidateOperationExtendedInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusValidateOperationExtendedInfo\",\n uberParent: \"OperationStatusExtendedInfo\",\n polymorphicDiscriminator:\n OperationStatusExtendedInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...OperationStatusExtendedInfo.type.modelProperties,\n validateOperationResponse: {\n serializedName: \"validateOperationResponse\",\n type: {\n name: \"Composite\",\n className: \"ValidateOperationResponse\",\n },\n },\n },\n },\n };\n\nexport const PrepareDataMoveResponse: coreClient.CompositeMapper = {\n serializedName: \"PrepareDataMoveResponse\",\n type: {\n name: \"Composite\",\n className: \"PrepareDataMoveResponse\",\n uberParent: \"VaultStorageConfigOperationResultResponse\",\n polymorphicDiscriminator:\n VaultStorageConfigOperationResultResponse.type.polymorphicDiscriminator,\n modelProperties: {\n ...VaultStorageConfigOperationResultResponse.type.modelProperties,\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n sourceVaultProperties: {\n serializedName: \"sourceVaultProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AzureFileshareProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShareProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"AzureFileshareProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: ProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n protectionStatus: {\n serializedName: \"protectionStatus\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n lastBackupTime: {\n serializedName: \"lastBackupTime\",\n type: {\n name: \"DateTime\",\n },\n },\n kpisHealths: {\n serializedName: \"kpisHealths\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"KPIResourceHealthDetails\" },\n },\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureFileshareProtectedItemExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"AzureIaaSVMProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectedItemType\",\n clientName: \"protectedItemType\",\n },\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n virtualMachineId: {\n serializedName: \"virtualMachineId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n protectionStatus: {\n serializedName: \"protectionStatus\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n healthStatus: {\n serializedName: \"healthStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n healthDetails: {\n serializedName: \"healthDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMHealthDetails\",\n },\n },\n },\n },\n kpisHealths: {\n serializedName: \"kpisHealths\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"KPIResourceHealthDetails\" },\n },\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n lastBackupTime: {\n serializedName: \"lastBackupTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n protectedItemDataId: {\n serializedName: \"protectedItemDataId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMProtectedItemExtendedInfo\",\n },\n },\n extendedProperties: {\n serializedName: \"extendedProperties\",\n type: {\n name: \"Composite\",\n className: \"ExtendedProperties\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/databases\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: ProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n protectedItemDataId: {\n serializedName: \"protectedItemDataId\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlProtectedItemExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureVmWorkloadProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"AzureVmWorkloadProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectedItemType\",\n clientName: \"protectedItemType\",\n },\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n parentName: {\n serializedName: \"parentName\",\n type: {\n name: \"String\",\n },\n },\n parentType: {\n serializedName: \"parentType\",\n type: {\n name: \"String\",\n },\n },\n protectionStatus: {\n serializedName: \"protectionStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n lastBackupTime: {\n serializedName: \"lastBackupTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastBackupErrorDetail: {\n serializedName: \"lastBackupErrorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n protectedItemDataSourceId: {\n serializedName: \"protectedItemDataSourceId\",\n type: {\n name: \"String\",\n },\n },\n protectedItemHealthStatus: {\n serializedName: \"protectedItemHealthStatus\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadProtectedItemExtendedInfo\",\n },\n },\n kpisHealths: {\n serializedName: \"kpisHealths\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"KPIResourceHealthDetails\" },\n },\n },\n },\n nodesList: {\n serializedName: \"nodesList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DistributedNodesInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DPMProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"DPMProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"DPMProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: ProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n backupEngineName: {\n serializedName: \"backupEngineName\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"DPMProtectedItemExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const GenericProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"GenericProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"GenericProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: ProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n policyState: {\n serializedName: \"policyState\",\n type: {\n name: \"String\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n protectedItemId: {\n serializedName: \"protectedItemId\",\n type: {\n name: \"Number\",\n },\n },\n sourceAssociations: {\n serializedName: \"sourceAssociations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MabFileFolderProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"MabFileFolderProtectedItem\",\n type: {\n name: \"Composite\",\n className: \"MabFileFolderProtectedItem\",\n uberParent: \"ProtectedItem\",\n polymorphicDiscriminator: ProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectedItem.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n computerName: {\n serializedName: \"computerName\",\n type: {\n name: \"String\",\n },\n },\n lastBackupStatus: {\n serializedName: \"lastBackupStatus\",\n type: {\n name: \"String\",\n },\n },\n lastBackupTime: {\n serializedName: \"lastBackupTime\",\n type: {\n name: \"DateTime\",\n },\n },\n protectionState: {\n serializedName: \"protectionState\",\n type: {\n name: \"String\",\n },\n },\n deferredDeleteSyncTimeInUTC: {\n serializedName: \"deferredDeleteSyncTimeInUTC\",\n type: {\n name: \"Number\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"MabFileFolderProtectedItemExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShareRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareRecoveryPoint\",\n uberParent: \"RecoveryPoint\",\n polymorphicDiscriminator: RecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...RecoveryPoint.type.modelProperties,\n recoveryPointType: {\n serializedName: \"recoveryPointType\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointTime: {\n serializedName: \"recoveryPointTime\",\n type: {\n name: \"DateTime\",\n },\n },\n fileShareSnapshotUri: {\n serializedName: \"fileShareSnapshotUri\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointSizeInGB: {\n serializedName: \"recoveryPointSizeInGB\",\n type: {\n name: \"Number\",\n },\n },\n recoveryPointProperties: {\n serializedName: \"recoveryPointProperties\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointProperties\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadRecoveryPoint\",\n uberParent: \"RecoveryPoint\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...RecoveryPoint.type.modelProperties,\n recoveryPointTimeInUTC: {\n serializedName: \"recoveryPointTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointTierDetails: {\n serializedName: \"recoveryPointTierDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointTierInformationV2\",\n },\n },\n },\n },\n recoveryPointMoveReadinessInfo: {\n serializedName: \"recoveryPointMoveReadinessInfo\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointMoveReadinessInfo\",\n },\n },\n },\n },\n recoveryPointProperties: {\n serializedName: \"recoveryPointProperties\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointProperties\",\n },\n },\n },\n },\n};\n\nexport const GenericRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"GenericRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"GenericRecoveryPoint\",\n uberParent: \"RecoveryPoint\",\n polymorphicDiscriminator: RecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...RecoveryPoint.type.modelProperties,\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointType: {\n serializedName: \"recoveryPointType\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointTime: {\n serializedName: \"recoveryPointTime\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointAdditionalInfo: {\n serializedName: \"recoveryPointAdditionalInfo\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointProperties: {\n serializedName: \"recoveryPointProperties\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointProperties\",\n },\n },\n },\n },\n};\n\nexport const IaasVMRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"IaasVMRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"IaasVMRecoveryPoint\",\n uberParent: \"RecoveryPoint\",\n polymorphicDiscriminator: RecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...RecoveryPoint.type.modelProperties,\n recoveryPointType: {\n serializedName: \"recoveryPointType\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointTime: {\n serializedName: \"recoveryPointTime\",\n type: {\n name: \"DateTime\",\n },\n },\n recoveryPointAdditionalInfo: {\n serializedName: \"recoveryPointAdditionalInfo\",\n type: {\n name: \"String\",\n },\n },\n sourceVMStorageType: {\n serializedName: \"sourceVMStorageType\",\n type: {\n name: \"String\",\n },\n },\n isSourceVMEncrypted: {\n serializedName: \"isSourceVMEncrypted\",\n type: {\n name: \"Boolean\",\n },\n },\n keyAndSecret: {\n serializedName: \"keyAndSecret\",\n type: {\n name: \"Composite\",\n className: \"KeyAndSecretDetails\",\n },\n },\n isInstantIlrSessionActive: {\n serializedName: \"isInstantIlrSessionActive\",\n type: {\n name: \"Boolean\",\n },\n },\n recoveryPointTierDetails: {\n serializedName: \"recoveryPointTierDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointTierInformationV2\",\n },\n },\n },\n },\n isManagedVirtualMachine: {\n serializedName: \"isManagedVirtualMachine\",\n type: {\n name: \"Boolean\",\n },\n },\n virtualMachineSize: {\n serializedName: \"virtualMachineSize\",\n type: {\n name: \"String\",\n },\n },\n originalStorageAccountOption: {\n serializedName: \"originalStorageAccountOption\",\n type: {\n name: \"Boolean\",\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointDiskConfiguration: {\n serializedName: \"recoveryPointDiskConfiguration\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointDiskConfiguration\",\n },\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n recoveryPointMoveReadinessInfo: {\n serializedName: \"recoveryPointMoveReadinessInfo\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointMoveReadinessInfo\",\n },\n },\n },\n },\n securityType: {\n serializedName: \"securityType\",\n type: {\n name: \"String\",\n },\n },\n recoveryPointProperties: {\n serializedName: \"recoveryPointProperties\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointProperties\",\n },\n },\n isPrivateAccessEnabledOnAnyDisk: {\n serializedName: \"isPrivateAccessEnabledOnAnyDisk\",\n type: {\n name: \"Boolean\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareRestoreRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShareRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareRestoreRequest\",\n uberParent: \"RestoreRequest\",\n polymorphicDiscriminator: RestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...RestoreRequest.type.modelProperties,\n recoveryType: {\n serializedName: \"recoveryType\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n copyOptions: {\n serializedName: \"copyOptions\",\n type: {\n name: \"String\",\n },\n },\n restoreRequestType: {\n serializedName: \"restoreRequestType\",\n type: {\n name: \"String\",\n },\n },\n restoreFileSpecs: {\n serializedName: \"restoreFileSpecs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestoreFileSpecs\",\n },\n },\n },\n },\n targetDetails: {\n serializedName: \"targetDetails\",\n type: {\n name: \"Composite\",\n className: \"TargetAFSRestoreInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadRestoreRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadRestoreRequest\",\n uberParent: \"RestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...RestoreRequest.type.modelProperties,\n recoveryType: {\n serializedName: \"recoveryType\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetInfo: {\n serializedName: \"targetInfo\",\n type: {\n name: \"Composite\",\n className: \"TargetRestoreInfo\",\n },\n },\n recoveryMode: {\n serializedName: \"recoveryMode\",\n type: {\n name: \"String\",\n },\n },\n targetResourceGroupName: {\n serializedName: \"targetResourceGroupName\",\n type: {\n name: \"String\",\n },\n },\n userAssignedManagedIdentityDetails: {\n serializedName: \"userAssignedManagedIdentityDetails\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedManagedIdentityDetails\",\n },\n },\n snapshotRestoreParameters: {\n serializedName: \"snapshotRestoreParameters\",\n type: {\n name: \"Composite\",\n className: \"SnapshotRestoreParameters\",\n },\n },\n targetVirtualMachineId: {\n serializedName: \"targetVirtualMachineId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IaasVMRestoreRequest: coreClient.CompositeMapper = {\n serializedName: \"IaasVMRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"IaasVMRestoreRequest\",\n uberParent: \"RestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...RestoreRequest.type.modelProperties,\n recoveryPointId: {\n serializedName: \"recoveryPointId\",\n type: {\n name: \"String\",\n },\n },\n recoveryType: {\n serializedName: \"recoveryType\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n targetVirtualMachineId: {\n serializedName: \"targetVirtualMachineId\",\n type: {\n name: \"String\",\n },\n },\n targetResourceGroupId: {\n serializedName: \"targetResourceGroupId\",\n type: {\n name: \"String\",\n },\n },\n storageAccountId: {\n serializedName: \"storageAccountId\",\n type: {\n name: \"String\",\n },\n },\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\",\n },\n },\n targetDomainNameId: {\n serializedName: \"targetDomainNameId\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n affinityGroup: {\n serializedName: \"affinityGroup\",\n type: {\n name: \"String\",\n },\n },\n createNewCloudService: {\n serializedName: \"createNewCloudService\",\n type: {\n name: \"Boolean\",\n },\n },\n originalStorageAccountOption: {\n serializedName: \"originalStorageAccountOption\",\n type: {\n name: \"Boolean\",\n },\n },\n encryptionDetails: {\n serializedName: \"encryptionDetails\",\n type: {\n name: \"Composite\",\n className: \"EncryptionDetails\",\n },\n },\n restoreDiskLunList: {\n serializedName: \"restoreDiskLunList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n restoreWithManagedDisks: {\n serializedName: \"restoreWithManagedDisks\",\n type: {\n name: \"Boolean\",\n },\n },\n diskEncryptionSetId: {\n serializedName: \"diskEncryptionSetId\",\n type: {\n name: \"String\",\n },\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n identityInfo: {\n serializedName: \"identityInfo\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\",\n },\n },\n identityBasedRestoreDetails: {\n serializedName: \"identityBasedRestoreDetails\",\n type: {\n name: \"Composite\",\n className: \"IdentityBasedRestoreDetails\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n securedVMDetails: {\n serializedName: \"securedVMDetails\",\n type: {\n name: \"Composite\",\n className: \"SecuredVMDetails\",\n },\n },\n targetDiskNetworkAccessSettings: {\n serializedName: \"targetDiskNetworkAccessSettings\",\n type: {\n name: \"Composite\",\n className: \"TargetDiskNetworkAccessSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureVmWorkloadProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkload\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n workLoadType: {\n serializedName: \"workLoadType\",\n type: {\n name: \"String\",\n },\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Composite\",\n className: \"Settings\",\n },\n },\n subProtectionPolicy: {\n serializedName: \"subProtectionPolicy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubProtectionPolicy\",\n },\n },\n },\n },\n makePolicyConsistent: {\n serializedName: \"makePolicyConsistent\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"AzureStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n workLoadType: {\n serializedName: \"workLoadType\",\n type: {\n name: \"String\",\n },\n },\n schedulePolicy: {\n serializedName: \"schedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"SchedulePolicy\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n vaultRetentionPolicy: {\n serializedName: \"vaultRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"VaultRetentionPolicy\",\n },\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"AzureIaasVM\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n instantRPDetails: {\n serializedName: \"instantRPDetails\",\n type: {\n name: \"Composite\",\n className: \"InstantRPAdditionalDetails\",\n },\n },\n schedulePolicy: {\n serializedName: \"schedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"SchedulePolicy\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n tieringPolicy: {\n serializedName: \"tieringPolicy\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"TieringPolicy\" } },\n },\n },\n instantRpRetentionRangeInDays: {\n serializedName: \"instantRpRetentionRangeInDays\",\n type: {\n name: \"Number\",\n },\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n policyType: {\n serializedName: \"policyType\",\n type: {\n name: \"String\",\n },\n },\n snapshotConsistencyType: {\n serializedName: \"snapshotConsistencyType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"AzureSql\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const GenericProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"GenericProtectionPolicy\",\n type: {\n name: \"Composite\",\n className: \"GenericProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n subProtectionPolicy: {\n serializedName: \"subProtectionPolicy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubProtectionPolicy\",\n },\n },\n },\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MabProtectionPolicy: coreClient.CompositeMapper = {\n serializedName: \"MAB\",\n type: {\n name: \"Composite\",\n className: \"MabProtectionPolicy\",\n uberParent: \"ProtectionPolicy\",\n polymorphicDiscriminator: ProtectionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionPolicy.type.modelProperties,\n schedulePolicy: {\n serializedName: \"schedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"SchedulePolicy\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMJob: coreClient.CompositeMapper = {\n serializedName: \"AzureIaaSVMJob\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMErrorInfo\",\n },\n },\n },\n },\n virtualMachineVersion: {\n serializedName: \"virtualMachineVersion\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobExtendedInfo\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n isUserTriggered: {\n serializedName: \"isUserTriggered\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMJobV2: coreClient.CompositeMapper = {\n serializedName: \"AzureIaaSVMJobV2\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobV2\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMErrorInfo\",\n },\n },\n },\n },\n virtualMachineVersion: {\n serializedName: \"virtualMachineVersion\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMJobExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureStorageJob: coreClient.CompositeMapper = {\n serializedName: \"AzureStorageJob\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureStorageErrorInfo\",\n },\n },\n },\n },\n storageAccountName: {\n serializedName: \"storageAccountName\",\n type: {\n name: \"String\",\n },\n },\n storageAccountVersion: {\n serializedName: \"storageAccountVersion\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageJobExtendedInfo\",\n },\n },\n isUserTriggered: {\n serializedName: \"isUserTriggered\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadJob: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadJob\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadErrorInfo\",\n },\n },\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadJobExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const DpmJob: coreClient.CompositeMapper = {\n serializedName: \"DpmJob\",\n type: {\n name: \"Composite\",\n className: \"DpmJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n dpmServerName: {\n serializedName: \"dpmServerName\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n containerType: {\n serializedName: \"containerType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DpmErrorInfo\",\n },\n },\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"DpmJobExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const MabJob: coreClient.CompositeMapper = {\n serializedName: \"MabJob\",\n type: {\n name: \"Composite\",\n className: \"MabJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n mabServerName: {\n serializedName: \"mabServerName\",\n type: {\n name: \"String\",\n },\n },\n mabServerType: {\n serializedName: \"mabServerType\",\n type: {\n name: \"String\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MabErrorInfo\",\n },\n },\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"MabJobExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const VaultJob: coreClient.CompositeMapper = {\n serializedName: \"VaultJob\",\n type: {\n name: \"Composite\",\n className: \"VaultJob\",\n uberParent: \"Job\",\n polymorphicDiscriminator: Job.type.polymorphicDiscriminator,\n modelProperties: {\n ...Job.type.modelProperties,\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actionsInfo: {\n serializedName: \"actionsInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"Cancellable\", \"Retriable\"],\n },\n },\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VaultJobErrorInfo\",\n },\n },\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"VaultJobExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const ExportJobsOperationResultInfo: coreClient.CompositeMapper = {\n serializedName: \"ExportJobsOperationResultInfo\",\n type: {\n name: \"Composite\",\n className: \"ExportJobsOperationResultInfo\",\n uberParent: \"OperationResultInfoBase\",\n polymorphicDiscriminator:\n OperationResultInfoBase.type.polymorphicDiscriminator,\n modelProperties: {\n ...OperationResultInfoBase.type.modelProperties,\n blobUrl: {\n serializedName: \"blobUrl\",\n type: {\n name: \"String\",\n },\n },\n blobSasKey: {\n serializedName: \"blobSasKey\",\n type: {\n name: \"String\",\n },\n },\n excelFileBlobUrl: {\n serializedName: \"excelFileBlobUrl\",\n type: {\n name: \"String\",\n },\n },\n excelFileBlobSasKey: {\n serializedName: \"excelFileBlobSasKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResultInfo: coreClient.CompositeMapper = {\n serializedName: \"OperationResultInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationResultInfo\",\n uberParent: \"OperationResultInfoBase\",\n modelProperties: {\n ...OperationResultInfoBase.type.modelProperties,\n jobList: {\n serializedName: \"jobList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\nOperationResultInfoBase.type.polymorphicDiscriminator =\n OperationResultInfoBase.type.polymorphicDiscriminator;\n\nexport const OperationResultInfoBaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultInfoBaseResource\",\n modelProperties: {\n ...OperationWorkerResponse.type.modelProperties,\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"Composite\",\n className: \"OperationResultInfoBase\",\n },\n },\n },\n },\n};\n\nexport const ValidateRestoreOperationRequest: coreClient.CompositeMapper = {\n serializedName: \"ValidateRestoreOperationRequest\",\n type: {\n name: \"Composite\",\n className: \"ValidateRestoreOperationRequest\",\n uberParent: \"ValidateOperationRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...ValidateOperationRequest.type.modelProperties,\n restoreRequest: {\n serializedName: \"restoreRequest\",\n type: {\n name: \"Composite\",\n className: \"RestoreRequest\",\n },\n },\n },\n },\n};\n\nexport const AzureBackupServerEngine: coreClient.CompositeMapper = {\n serializedName: \"AzureBackupServerEngine\",\n type: {\n name: \"Composite\",\n className: \"AzureBackupServerEngine\",\n uberParent: \"BackupEngineBase\",\n polymorphicDiscriminator: BackupEngineBase.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupEngineBase.type.modelProperties,\n },\n },\n};\n\nexport const DpmBackupEngine: coreClient.CompositeMapper = {\n serializedName: \"DpmBackupEngine\",\n type: {\n name: \"Composite\",\n className: \"DpmBackupEngine\",\n uberParent: \"BackupEngineBase\",\n polymorphicDiscriminator: BackupEngineBase.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupEngineBase.type.modelProperties,\n },\n },\n};\n\nexport const AzureStorageProtectableContainer: coreClient.CompositeMapper = {\n serializedName: \"StorageContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageProtectableContainer\",\n uberParent: \"ProtectableContainer\",\n polymorphicDiscriminator:\n ProtectableContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectableContainer.type.modelProperties,\n },\n },\n};\n\nexport const AzureVMAppContainerProtectableContainer: coreClient.CompositeMapper =\n {\n serializedName: \"VMAppContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureVMAppContainerProtectableContainer\",\n uberParent: \"ProtectableContainer\",\n polymorphicDiscriminator:\n ProtectableContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectableContainer.type.modelProperties,\n },\n },\n };\n\nexport const DpmContainer: coreClient.CompositeMapper = {\n serializedName: \"DPMContainer\",\n type: {\n name: \"Composite\",\n className: \"DpmContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: {\n serializedName: \"containerType\",\n clientName: \"containerType\",\n },\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n canReRegister: {\n serializedName: \"canReRegister\",\n type: {\n name: \"Boolean\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"String\",\n },\n },\n protectedItemCount: {\n serializedName: \"protectedItemCount\",\n type: {\n name: \"Number\",\n },\n },\n dpmAgentVersion: {\n serializedName: \"dpmAgentVersion\",\n type: {\n name: \"String\",\n },\n },\n dpmServers: {\n serializedName: \"dpmServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n upgradeAvailable: {\n serializedName: \"upgradeAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n protectionStatus: {\n serializedName: \"protectionStatus\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"DPMContainerExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const IaaSVMContainer: coreClient.CompositeMapper = {\n serializedName: \"IaasVMContainer\",\n type: {\n name: \"Composite\",\n className: \"IaaSVMContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: {\n serializedName: \"containerType\",\n clientName: \"containerType\",\n },\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n virtualMachineId: {\n serializedName: \"virtualMachineId\",\n type: {\n name: \"String\",\n },\n },\n virtualMachineVersion: {\n serializedName: \"virtualMachineVersion\",\n type: {\n name: \"String\",\n },\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadContainer: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: {\n serializedName: \"containerType\",\n clientName: \"containerType\",\n },\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadContainerExtendedInfo\",\n },\n },\n workloadType: {\n serializedName: \"workloadType\",\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlContainer: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: ProtectionContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n },\n },\n};\n\nexport const AzureStorageContainer: coreClient.CompositeMapper = {\n serializedName: \"StorageContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: ProtectionContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n storageAccountVersion: {\n serializedName: \"storageAccountVersion\",\n type: {\n name: \"String\",\n },\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\",\n },\n },\n protectedItemCount: {\n serializedName: \"protectedItemCount\",\n type: {\n name: \"Number\",\n },\n },\n acquireStorageAccountLock: {\n serializedName: \"acquireStorageAccountLock\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GenericContainer: coreClient.CompositeMapper = {\n serializedName: \"GenericContainer\",\n type: {\n name: \"Composite\",\n className: \"GenericContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: ProtectionContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n fabricName: {\n serializedName: \"fabricName\",\n type: {\n name: \"String\",\n },\n },\n extendedInformation: {\n serializedName: \"extendedInformation\",\n type: {\n name: \"Composite\",\n className: \"GenericContainerExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const MabContainer: coreClient.CompositeMapper = {\n serializedName: \"Windows\",\n type: {\n name: \"Composite\",\n className: \"MabContainer\",\n uberParent: \"ProtectionContainer\",\n polymorphicDiscriminator: ProtectionContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProtectionContainer.type.modelProperties,\n canReRegister: {\n serializedName: \"canReRegister\",\n type: {\n name: \"Boolean\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"Number\",\n },\n },\n protectedItemCount: {\n serializedName: \"protectedItemCount\",\n type: {\n name: \"Number\",\n },\n },\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\",\n },\n },\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"MabContainerExtendedInfo\",\n },\n },\n mabContainerHealthDetails: {\n serializedName: \"mabContainerHealthDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MABContainerHealthDetails\",\n },\n },\n },\n },\n containerHealthState: {\n serializedName: \"containerHealthState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureVmWorkloadItem: coreClient.CompositeMapper = {\n serializedName: \"AzureVmWorkloadItem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadItem\",\n uberParent: \"WorkloadItem\",\n polymorphicDiscriminator: {\n serializedName: \"workloadItemType\",\n clientName: \"workloadItemType\",\n },\n modelProperties: {\n ...WorkloadItem.type.modelProperties,\n parentName: {\n serializedName: \"parentName\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n isAutoProtectable: {\n serializedName: \"isAutoProtectable\",\n type: {\n name: \"Boolean\",\n },\n },\n subinquireditemcount: {\n serializedName: \"subinquireditemcount\",\n type: {\n name: \"Number\",\n },\n },\n subWorkloadItemCount: {\n serializedName: \"subWorkloadItemCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareBackupRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShareBackupRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareBackupRequest\",\n uberParent: \"BackupRequest\",\n polymorphicDiscriminator: BackupRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupRequest.type.modelProperties,\n recoveryPointExpiryTimeInUTC: {\n serializedName: \"recoveryPointExpiryTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadBackupRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadBackupRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadBackupRequest\",\n uberParent: \"BackupRequest\",\n polymorphicDiscriminator: BackupRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupRequest.type.modelProperties,\n backupType: {\n serializedName: \"backupType\",\n type: {\n name: \"String\",\n },\n },\n enableCompression: {\n serializedName: \"enableCompression\",\n type: {\n name: \"Boolean\",\n },\n },\n recoveryPointExpiryTimeInUTC: {\n serializedName: \"recoveryPointExpiryTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const IaasVMBackupRequest: coreClient.CompositeMapper = {\n serializedName: \"IaasVMBackupRequest\",\n type: {\n name: \"Composite\",\n className: \"IaasVMBackupRequest\",\n uberParent: \"BackupRequest\",\n polymorphicDiscriminator: BackupRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupRequest.type.modelProperties,\n recoveryPointExpiryTimeInUTC: {\n serializedName: \"recoveryPointExpiryTimeInUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareProvisionILRRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShareProvisionILRRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareProvisionILRRequest\",\n uberParent: \"ILRRequest\",\n polymorphicDiscriminator: ILRRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...ILRRequest.type.modelProperties,\n recoveryPointId: {\n serializedName: \"recoveryPointId\",\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IaasVmilrRegistrationRequest: coreClient.CompositeMapper = {\n serializedName: \"IaasVMILRRegistrationRequest\",\n type: {\n name: \"Composite\",\n className: \"IaasVmilrRegistrationRequest\",\n uberParent: \"ILRRequest\",\n polymorphicDiscriminator: ILRRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...ILRRequest.type.modelProperties,\n recoveryPointId: {\n serializedName: \"recoveryPointId\",\n type: {\n name: \"String\",\n },\n },\n virtualMachineId: {\n serializedName: \"virtualMachineId\",\n type: {\n name: \"String\",\n },\n },\n initiatorName: {\n serializedName: \"initiatorName\",\n type: {\n name: \"String\",\n },\n },\n renewExistingRegistration: {\n serializedName: \"renewExistingRegistration\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureFileShareProtectableItem: coreClient.CompositeMapper = {\n serializedName: \"AzureFileShare\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareProtectableItem\",\n uberParent: \"WorkloadProtectableItem\",\n polymorphicDiscriminator:\n WorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...WorkloadProtectableItem.type.modelProperties,\n parentContainerFabricId: {\n serializedName: \"parentContainerFabricId\",\n type: {\n name: \"String\",\n },\n },\n parentContainerFriendlyName: {\n serializedName: \"parentContainerFriendlyName\",\n type: {\n name: \"String\",\n },\n },\n azureFileShareType: {\n serializedName: \"azureFileShareType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IaaSVMProtectableItem: coreClient.CompositeMapper = {\n serializedName: \"IaaSVMProtectableItem\",\n type: {\n name: \"Composite\",\n className: \"IaaSVMProtectableItem\",\n uberParent: \"WorkloadProtectableItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectableItemType\",\n clientName: \"protectableItemType\",\n },\n modelProperties: {\n ...WorkloadProtectableItem.type.modelProperties,\n virtualMachineId: {\n serializedName: \"virtualMachineId\",\n type: {\n name: \"String\",\n },\n },\n virtualMachineVersion: {\n serializedName: \"virtualMachineVersion\",\n type: {\n name: \"String\",\n },\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureVmWorkloadProtectableItem: coreClient.CompositeMapper = {\n serializedName: \"AzureVmWorkloadProtectableItem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadProtectableItem\",\n uberParent: \"WorkloadProtectableItem\",\n polymorphicDiscriminator: {\n serializedName: \"protectableItemType\",\n clientName: \"protectableItemType\",\n },\n modelProperties: {\n ...WorkloadProtectableItem.type.modelProperties,\n parentName: {\n serializedName: \"parentName\",\n type: {\n name: \"String\",\n },\n },\n parentUniqueName: {\n serializedName: \"parentUniqueName\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n isAutoProtectable: {\n serializedName: \"isAutoProtectable\",\n type: {\n name: \"Boolean\",\n },\n },\n isAutoProtected: {\n serializedName: \"isAutoProtected\",\n type: {\n name: \"Boolean\",\n },\n },\n subinquireditemcount: {\n serializedName: \"subinquireditemcount\",\n type: {\n name: \"Number\",\n },\n },\n subprotectableitemcount: {\n serializedName: \"subprotectableitemcount\",\n type: {\n name: \"Number\",\n },\n },\n prebackupvalidation: {\n serializedName: \"prebackupvalidation\",\n type: {\n name: \"Composite\",\n className: \"PreBackupValidation\",\n },\n },\n isProtectable: {\n serializedName: \"isProtectable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const FetchTieringCostInfoForRehydrationRequest: coreClient.CompositeMapper =\n {\n serializedName: \"FetchTieringCostInfoForRehydrationRequest\",\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostInfoForRehydrationRequest\",\n uberParent: \"FetchTieringCostInfoRequest\",\n polymorphicDiscriminator:\n FetchTieringCostInfoRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FetchTieringCostInfoRequest.type.modelProperties,\n containerName: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n protectedItemName: {\n serializedName: \"protectedItemName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n recoveryPointId: {\n serializedName: \"recoveryPointId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n rehydrationPriority: {\n serializedName: \"rehydrationPriority\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const FetchTieringCostSavingsInfoForPolicyRequest: coreClient.CompositeMapper =\n {\n serializedName: \"FetchTieringCostSavingsInfoForPolicyRequest\",\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostSavingsInfoForPolicyRequest\",\n uberParent: \"FetchTieringCostInfoRequest\",\n polymorphicDiscriminator:\n FetchTieringCostInfoRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FetchTieringCostInfoRequest.type.modelProperties,\n policyName: {\n serializedName: \"policyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const FetchTieringCostSavingsInfoForProtectedItemRequest: coreClient.CompositeMapper =\n {\n serializedName: \"FetchTieringCostSavingsInfoForProtectedItemRequest\",\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostSavingsInfoForProtectedItemRequest\",\n uberParent: \"FetchTieringCostInfoRequest\",\n polymorphicDiscriminator:\n FetchTieringCostInfoRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FetchTieringCostInfoRequest.type.modelProperties,\n containerName: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n protectedItemName: {\n serializedName: \"protectedItemName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const FetchTieringCostSavingsInfoForVaultRequest: coreClient.CompositeMapper =\n {\n serializedName: \"FetchTieringCostSavingsInfoForVaultRequest\",\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostSavingsInfoForVaultRequest\",\n uberParent: \"FetchTieringCostInfoRequest\",\n polymorphicDiscriminator:\n FetchTieringCostInfoRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...FetchTieringCostInfoRequest.type.modelProperties,\n },\n },\n };\n\nexport const TieringCostRehydrationInfo: coreClient.CompositeMapper = {\n serializedName: \"TieringCostRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"TieringCostRehydrationInfo\",\n uberParent: \"TieringCostInfo\",\n polymorphicDiscriminator: TieringCostInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...TieringCostInfo.type.modelProperties,\n rehydrationSizeInBytes: {\n serializedName: \"rehydrationSizeInBytes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n retailRehydrationCostPerGBPerMonth: {\n serializedName: \"retailRehydrationCostPerGBPerMonth\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const TieringCostSavingInfo: coreClient.CompositeMapper = {\n serializedName: \"TieringCostSavingInfo\",\n type: {\n name: \"Composite\",\n className: \"TieringCostSavingInfo\",\n uberParent: \"TieringCostInfo\",\n polymorphicDiscriminator: TieringCostInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...TieringCostInfo.type.modelProperties,\n sourceTierSizeReductionInBytes: {\n serializedName: \"sourceTierSizeReductionInBytes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n targetTierSizeIncreaseInBytes: {\n serializedName: \"targetTierSizeIncreaseInBytes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n retailSourceTierCostPerGBPerMonth: {\n serializedName: \"retailSourceTierCostPerGBPerMonth\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n retailTargetTierCostPerGBPerMonth: {\n serializedName: \"retailTargetTierCostPerGBPerMonth\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AzureIaaSVMHealthDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureIaaSVMHealthDetails\",\n modelProperties: {\n ...ResourceHealthDetails.type.modelProperties,\n },\n },\n};\n\nexport const LogSchedulePolicy: coreClient.CompositeMapper = {\n serializedName: \"LogSchedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"LogSchedulePolicy\",\n uberParent: \"SchedulePolicy\",\n polymorphicDiscriminator: SchedulePolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...SchedulePolicy.type.modelProperties,\n scheduleFrequencyInMins: {\n serializedName: \"scheduleFrequencyInMins\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const LongTermSchedulePolicy: coreClient.CompositeMapper = {\n serializedName: \"LongTermSchedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"LongTermSchedulePolicy\",\n uberParent: \"SchedulePolicy\",\n polymorphicDiscriminator: SchedulePolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...SchedulePolicy.type.modelProperties,\n },\n },\n};\n\nexport const SimpleSchedulePolicy: coreClient.CompositeMapper = {\n serializedName: \"SimpleSchedulePolicy\",\n type: {\n name: \"Composite\",\n className: \"SimpleSchedulePolicy\",\n uberParent: \"SchedulePolicy\",\n polymorphicDiscriminator: SchedulePolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...SchedulePolicy.type.modelProperties,\n scheduleRunFrequency: {\n serializedName: \"scheduleRunFrequency\",\n type: {\n name: \"String\",\n },\n },\n scheduleRunDays: {\n serializedName: \"scheduleRunDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n },\n },\n scheduleRunTimes: {\n serializedName: \"scheduleRunTimes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n hourlySchedule: {\n serializedName: \"hourlySchedule\",\n type: {\n name: \"Composite\",\n className: \"HourlySchedule\",\n },\n },\n scheduleWeeklyFrequency: {\n serializedName: \"scheduleWeeklyFrequency\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SimpleSchedulePolicyV2: coreClient.CompositeMapper = {\n serializedName: \"SimpleSchedulePolicyV2\",\n type: {\n name: \"Composite\",\n className: \"SimpleSchedulePolicyV2\",\n uberParent: \"SchedulePolicy\",\n polymorphicDiscriminator: SchedulePolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...SchedulePolicy.type.modelProperties,\n scheduleRunFrequency: {\n serializedName: \"scheduleRunFrequency\",\n type: {\n name: \"String\",\n },\n },\n hourlySchedule: {\n serializedName: \"hourlySchedule\",\n type: {\n name: \"Composite\",\n className: \"HourlySchedule\",\n },\n },\n dailySchedule: {\n serializedName: \"dailySchedule\",\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n },\n },\n weeklySchedule: {\n serializedName: \"weeklySchedule\",\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n },\n },\n },\n },\n};\n\nexport const LongTermRetentionPolicy: coreClient.CompositeMapper = {\n serializedName: \"LongTermRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"LongTermRetentionPolicy\",\n uberParent: \"RetentionPolicy\",\n polymorphicDiscriminator: RetentionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...RetentionPolicy.type.modelProperties,\n dailySchedule: {\n serializedName: \"dailySchedule\",\n type: {\n name: \"Composite\",\n className: \"DailyRetentionSchedule\",\n },\n },\n weeklySchedule: {\n serializedName: \"weeklySchedule\",\n type: {\n name: \"Composite\",\n className: \"WeeklyRetentionSchedule\",\n },\n },\n monthlySchedule: {\n serializedName: \"monthlySchedule\",\n type: {\n name: \"Composite\",\n className: \"MonthlyRetentionSchedule\",\n },\n },\n yearlySchedule: {\n serializedName: \"yearlySchedule\",\n type: {\n name: \"Composite\",\n className: \"YearlyRetentionSchedule\",\n },\n },\n },\n },\n};\n\nexport const SimpleRetentionPolicy: coreClient.CompositeMapper = {\n serializedName: \"SimpleRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"SimpleRetentionPolicy\",\n uberParent: \"RetentionPolicy\",\n polymorphicDiscriminator: RetentionPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...RetentionPolicy.type.modelProperties,\n retentionDuration: {\n serializedName: \"retentionDuration\",\n type: {\n name: \"Composite\",\n className: \"RetentionDuration\",\n },\n },\n },\n },\n};\n\nexport const RecoveryPointTierInformationV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecoveryPointTierInformationV2\",\n modelProperties: {\n ...RecoveryPointTierInformation.type.modelProperties,\n },\n },\n};\n\nexport const AzureWorkloadAutoProtectionIntent: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadAutoProtectionIntent\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadAutoProtectionIntent\",\n uberParent: \"AzureRecoveryServiceVaultProtectionIntent\",\n polymorphicDiscriminator: {\n serializedName: \"protectionIntentItemType\",\n clientName: \"protectionIntentItemType\",\n },\n modelProperties: {\n ...AzureRecoveryServiceVaultProtectionIntent.type.modelProperties,\n },\n },\n};\n\nexport const AzureIaaSClassicComputeVMProtectedItem: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.ClassicCompute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSClassicComputeVMProtectedItem\",\n uberParent: \"AzureIaaSVMProtectedItem\",\n polymorphicDiscriminator:\n AzureIaaSVMProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureIaaSVMProtectedItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureIaaSComputeVMProtectedItem: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSComputeVMProtectedItem\",\n uberParent: \"AzureIaaSVMProtectedItem\",\n polymorphicDiscriminator:\n AzureIaaSVMProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureIaaSVMProtectedItem.type.modelProperties,\n },\n },\n};\n\nexport const AzureVmWorkloadSAPAseDatabaseProtectedItem: coreClient.CompositeMapper =\n {\n serializedName: \"AzureVmWorkloadSAPAseDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPAseDatabaseProtectedItem\",\n uberParent: \"AzureVmWorkloadProtectedItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectedItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaDatabaseProtectedItem: coreClient.CompositeMapper =\n {\n serializedName: \"AzureVmWorkloadSAPHanaDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaDatabaseProtectedItem\",\n uberParent: \"AzureVmWorkloadProtectedItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectedItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaDBInstanceProtectedItem: coreClient.CompositeMapper =\n {\n serializedName: \"AzureVmWorkloadSAPHanaDBInstance\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaDBInstanceProtectedItem\",\n uberParent: \"AzureVmWorkloadProtectedItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectedItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSQLDatabaseProtectedItem: coreClient.CompositeMapper =\n {\n serializedName: \"AzureVmWorkloadSQLDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLDatabaseProtectedItem\",\n uberParent: \"AzureVmWorkloadProtectedItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectedItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureWorkloadPointInTimeRecoveryPoint: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadPointInTimeRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadPointInTimeRecoveryPoint\",\n uberParent: \"AzureWorkloadRecoveryPoint\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadRecoveryPoint.type.modelProperties,\n timeRanges: {\n serializedName: \"timeRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PointInTimeRange\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadSAPHanaRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaRecoveryPoint\",\n uberParent: \"AzureWorkloadRecoveryPoint\",\n polymorphicDiscriminator:\n AzureWorkloadRecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadRecoveryPoint.type.modelProperties,\n },\n },\n};\n\nexport const AzureWorkloadSQLRecoveryPoint: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadSQLRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLRecoveryPoint\",\n uberParent: \"AzureWorkloadRecoveryPoint\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadRecoveryPoint.type.modelProperties,\n extendedInfo: {\n serializedName: \"extendedInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLRecoveryPointExtendedInfo\",\n },\n },\n },\n },\n};\n\nexport const AzureWorkloadPointInTimeRestoreRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadPointInTimeRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadPointInTimeRestoreRequest\",\n uberParent: \"AzureWorkloadRestoreRequest\",\n polymorphicDiscriminator:\n AzureWorkloadRestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadRestoreRequest.type.modelProperties,\n pointInTime: {\n serializedName: \"pointInTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaRestoreRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadSAPHanaRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaRestoreRequest\",\n uberParent: \"AzureWorkloadRestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadRestoreRequest.type.modelProperties,\n },\n },\n};\n\nexport const AzureWorkloadSQLRestoreRequest: coreClient.CompositeMapper = {\n serializedName: \"AzureWorkloadSQLRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLRestoreRequest\",\n uberParent: \"AzureWorkloadRestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadRestoreRequest.type.modelProperties,\n shouldUseAlternateTargetLocation: {\n serializedName: \"shouldUseAlternateTargetLocation\",\n type: {\n name: \"Boolean\",\n },\n },\n isNonRecoverable: {\n serializedName: \"isNonRecoverable\",\n type: {\n name: \"Boolean\",\n },\n },\n alternateDirectoryPaths: {\n serializedName: \"alternateDirectoryPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SQLDataDirectoryMapping\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IaasVMRestoreWithRehydrationRequest: coreClient.CompositeMapper = {\n serializedName: \"IaasVMRestoreWithRehydrationRequest\",\n type: {\n name: \"Composite\",\n className: \"IaasVMRestoreWithRehydrationRequest\",\n uberParent: \"IaasVMRestoreRequest\",\n polymorphicDiscriminator:\n IaasVMRestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...IaasVMRestoreRequest.type.modelProperties,\n recoveryPointRehydrationInfo: {\n serializedName: \"recoveryPointRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n },\n },\n },\n },\n};\n\nexport const ValidateIaasVMRestoreOperationRequest: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateIaasVMRestoreOperationRequest\",\n type: {\n name: \"Composite\",\n className: \"ValidateIaasVMRestoreOperationRequest\",\n uberParent: \"ValidateRestoreOperationRequest\",\n polymorphicDiscriminator:\n ValidateRestoreOperationRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...ValidateRestoreOperationRequest.type.modelProperties,\n },\n },\n };\n\nexport const AzureBackupServerContainer: coreClient.CompositeMapper = {\n serializedName: \"AzureBackupServerContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureBackupServerContainer\",\n uberParent: \"DpmContainer\",\n polymorphicDiscriminator: DpmContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...DpmContainer.type.modelProperties,\n },\n },\n};\n\nexport const AzureIaaSClassicComputeVMContainer: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ClassicCompute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSClassicComputeVMContainer\",\n uberParent: \"IaaSVMContainer\",\n polymorphicDiscriminator: IaaSVMContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...IaaSVMContainer.type.modelProperties,\n },\n },\n};\n\nexport const AzureIaaSComputeVMContainer: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSComputeVMContainer\",\n uberParent: \"IaaSVMContainer\",\n polymorphicDiscriminator: IaaSVMContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...IaaSVMContainer.type.modelProperties,\n },\n },\n};\n\nexport const AzureSqlagWorkloadContainerProtectionContainer: coreClient.CompositeMapper =\n {\n serializedName: \"SQLAGWorkLoadContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlagWorkloadContainerProtectionContainer\",\n uberParent: \"AzureWorkloadContainer\",\n polymorphicDiscriminator:\n AzureWorkloadContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadContainer.type.modelProperties,\n },\n },\n };\n\nexport const AzureVMAppContainerProtectionContainer: coreClient.CompositeMapper =\n {\n serializedName: \"VMAppContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureVMAppContainerProtectionContainer\",\n uberParent: \"AzureWorkloadContainer\",\n polymorphicDiscriminator:\n AzureWorkloadContainer.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadContainer.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPAseDatabaseWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPAseDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPAseDatabaseWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPAseSystemWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPAseSystem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPAseSystemWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaDatabaseWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPHanaDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaDatabaseWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaSystemWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPHanaSystem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaSystemWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSQLDatabaseWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SQLDataBase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLDatabaseWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSQLInstanceWorkloadItem: coreClient.CompositeMapper =\n {\n serializedName: \"SQLInstance\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLInstanceWorkloadItem\",\n uberParent: \"AzureVmWorkloadItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadItem.type.modelProperties,\n dataDirectoryPaths: {\n serializedName: \"dataDirectoryPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SQLDataDirectory\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const AzureIaaSClassicComputeVMProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.ClassicCompute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSClassicComputeVMProtectableItem\",\n uberParent: \"IaaSVMProtectableItem\",\n polymorphicDiscriminator:\n IaaSVMProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...IaaSVMProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureIaaSComputeVMProtectableItem: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"AzureIaaSComputeVMProtectableItem\",\n uberParent: \"IaaSVMProtectableItem\",\n polymorphicDiscriminator:\n IaaSVMProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...IaaSVMProtectableItem.type.modelProperties,\n },\n },\n};\n\nexport const AzureVmWorkloadSAPAseSystemProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPAseSystem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPAseSystemProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaDatabaseProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPHanaDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaDatabaseProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaSystemProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SAPHanaSystem\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaSystemProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSAPHanaDBInstance: coreClient.CompositeMapper = {\n serializedName: \"SAPHanaDBInstance\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaDBInstance\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n};\n\nexport const AzureVmWorkloadSAPHanaHSRProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"HanaHSRContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSAPHanaHSRProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSQLAvailabilityGroupProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SQLAvailabilityGroupContainer\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLAvailabilityGroupProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n nodesList: {\n serializedName: \"nodesList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DistributedNodesInfo\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const AzureVmWorkloadSQLDatabaseProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SQLDataBase\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLDatabaseProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureVmWorkloadSQLInstanceProtectableItem: coreClient.CompositeMapper =\n {\n serializedName: \"SQLInstance\",\n type: {\n name: \"Composite\",\n className: \"AzureVmWorkloadSQLInstanceProtectableItem\",\n uberParent: \"AzureVmWorkloadProtectableItem\",\n polymorphicDiscriminator:\n AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureVmWorkloadProtectableItem.type.modelProperties,\n },\n },\n };\n\nexport const AzureWorkloadSQLAutoProtectionIntent: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSQLAutoProtectionIntent\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLAutoProtectionIntent\",\n uberParent: \"AzureWorkloadAutoProtectionIntent\",\n polymorphicDiscriminator:\n AzureWorkloadAutoProtectionIntent.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadAutoProtectionIntent.type.modelProperties,\n workloadItemType: {\n serializedName: \"workloadItemType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaPointInTimeRecoveryPoint: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\",\n uberParent: \"AzureWorkloadPointInTimeRecoveryPoint\",\n polymorphicDiscriminator:\n AzureWorkloadPointInTimeRecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadPointInTimeRecoveryPoint.type.modelProperties,\n },\n },\n };\n\nexport const AzureWorkloadSQLPointInTimeRecoveryPoint: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSQLPointInTimeRecoveryPoint\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLPointInTimeRecoveryPoint\",\n uberParent: \"AzureWorkloadSQLRecoveryPoint\",\n polymorphicDiscriminator:\n AzureWorkloadSQLRecoveryPoint.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadSQLRecoveryPoint.type.modelProperties,\n timeRanges: {\n serializedName: \"timeRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PointInTimeRange\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaPointInTimeRestoreRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\",\n uberParent: \"AzureWorkloadSAPHanaRestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadSAPHanaRestoreRequest.type.modelProperties,\n pointInTime: {\n serializedName: \"pointInTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaRestoreWithRehydrateRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\",\n uberParent: \"AzureWorkloadSAPHanaRestoreRequest\",\n polymorphicDiscriminator:\n AzureWorkloadSAPHanaRestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadSAPHanaRestoreRequest.type.modelProperties,\n recoveryPointRehydrationInfo: {\n serializedName: \"recoveryPointRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSQLPointInTimeRestoreRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSQLPointInTimeRestoreRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLPointInTimeRestoreRequest\",\n uberParent: \"AzureWorkloadSQLRestoreRequest\",\n polymorphicDiscriminator: {\n serializedName: \"objectType\",\n clientName: \"objectType\",\n },\n modelProperties: {\n ...AzureWorkloadSQLRestoreRequest.type.modelProperties,\n pointInTime: {\n serializedName: \"pointInTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSQLRestoreWithRehydrateRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSQLRestoreWithRehydrateRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLRestoreWithRehydrateRequest\",\n uberParent: \"AzureWorkloadSQLRestoreRequest\",\n polymorphicDiscriminator:\n AzureWorkloadSQLRestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadSQLRestoreRequest.type.modelProperties,\n recoveryPointRehydrationInfo: {\n serializedName: \"recoveryPointRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest: coreClient.CompositeMapper =\n {\n serializedName:\n \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\",\n uberParent: \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\",\n polymorphicDiscriminator:\n AzureWorkloadSAPHanaPointInTimeRestoreRequest.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadSAPHanaPointInTimeRestoreRequest.type.modelProperties,\n recoveryPointRehydrationInfo: {\n serializedName: \"recoveryPointRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n },\n },\n },\n },\n };\n\nexport const AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest: coreClient.CompositeMapper =\n {\n serializedName: \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\",\n uberParent: \"AzureWorkloadSQLPointInTimeRestoreRequest\",\n polymorphicDiscriminator:\n AzureWorkloadSQLPointInTimeRestoreRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureWorkloadSQLPointInTimeRestoreRequest.type.modelProperties,\n recoveryPointRehydrationInfo: {\n serializedName: \"recoveryPointRehydrationInfo\",\n type: {\n name: \"Composite\",\n className: \"RecoveryPointRehydrationInfo\",\n },\n },\n },\n },\n };\n\nexport const FetchTieringCostPostHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FetchTieringCostPostHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n FeatureSupportRequest: FeatureSupportRequest,\n ProtectionIntent: ProtectionIntent,\n OperationStatusExtendedInfo: OperationStatusExtendedInfo,\n VaultStorageConfigOperationResultResponse:\n VaultStorageConfigOperationResultResponse,\n ProtectedItem: ProtectedItem,\n RecoveryPoint: RecoveryPoint,\n RestoreRequest: RestoreRequest,\n ProtectionPolicy: ProtectionPolicy,\n Job: Job,\n OperationResultInfoBase: OperationResultInfoBase,\n ValidateOperationRequest: ValidateOperationRequest,\n BackupEngineBase: BackupEngineBase,\n ProtectableContainer: ProtectableContainer,\n ProtectionContainer: ProtectionContainer,\n WorkloadItem: WorkloadItem,\n BackupRequest: BackupRequest,\n ILRRequest: ILRRequest,\n WorkloadProtectableItem: WorkloadProtectableItem,\n FetchTieringCostInfoRequest: FetchTieringCostInfoRequest,\n TieringCostInfo: TieringCostInfo,\n SchedulePolicy: SchedulePolicy,\n RetentionPolicy: RetentionPolicy,\n \"FeatureSupportRequest.AzureBackupGoals\":\n AzureBackupGoalFeatureSupportRequest,\n \"FeatureSupportRequest.AzureVMResourceBackup\":\n AzureVMResourceFeatureSupportRequest,\n \"ProtectionIntent.RecoveryServiceVaultItem\":\n AzureRecoveryServiceVaultProtectionIntent,\n \"ProtectionIntent.AzureResourceItem\": AzureResourceProtectionIntent,\n \"ProtectionIntent.AzureWorkloadContainerAutoProtectionIntent\":\n AzureWorkloadContainerAutoProtectionIntent,\n \"OperationStatusExtendedInfo.OperationStatusJobExtendedInfo\":\n OperationStatusJobExtendedInfo,\n \"OperationStatusExtendedInfo.OperationStatusJobsExtendedInfo\":\n OperationStatusJobsExtendedInfo,\n \"OperationStatusExtendedInfo.OperationStatusProvisionILRExtendedInfo\":\n OperationStatusProvisionILRExtendedInfo,\n \"OperationStatusExtendedInfo.OperationStatusValidateOperationExtendedInfo\":\n OperationStatusValidateOperationExtendedInfo,\n \"VaultStorageConfigOperationResultResponse.PrepareDataMoveResponse\":\n PrepareDataMoveResponse,\n \"ProtectedItem.AzureFileShareProtectedItem\": AzureFileshareProtectedItem,\n \"ProtectedItem.AzureIaaSVMProtectedItem\": AzureIaaSVMProtectedItem,\n \"ProtectedItem.Microsoft.Sql/servers/databases\": AzureSqlProtectedItem,\n \"ProtectedItem.AzureVmWorkloadProtectedItem\": AzureVmWorkloadProtectedItem,\n \"ProtectedItem.DPMProtectedItem\": DPMProtectedItem,\n \"ProtectedItem.GenericProtectedItem\": GenericProtectedItem,\n \"ProtectedItem.MabFileFolderProtectedItem\": MabFileFolderProtectedItem,\n \"RecoveryPoint.AzureFileShareRecoveryPoint\": AzureFileShareRecoveryPoint,\n \"RecoveryPoint.AzureWorkloadRecoveryPoint\": AzureWorkloadRecoveryPoint,\n \"RecoveryPoint.GenericRecoveryPoint\": GenericRecoveryPoint,\n \"RecoveryPoint.IaasVMRecoveryPoint\": IaasVMRecoveryPoint,\n \"RestoreRequest.AzureFileShareRestoreRequest\": AzureFileShareRestoreRequest,\n \"RestoreRequest.AzureWorkloadRestoreRequest\": AzureWorkloadRestoreRequest,\n \"RestoreRequest.IaasVMRestoreRequest\": IaasVMRestoreRequest,\n \"ProtectionPolicy.AzureWorkload\": AzureVmWorkloadProtectionPolicy,\n \"ProtectionPolicy.AzureStorage\": AzureFileShareProtectionPolicy,\n \"ProtectionPolicy.AzureIaasVM\": AzureIaaSVMProtectionPolicy,\n \"ProtectionPolicy.AzureSql\": AzureSqlProtectionPolicy,\n \"ProtectionPolicy.GenericProtectionPolicy\": GenericProtectionPolicy,\n \"ProtectionPolicy.MAB\": MabProtectionPolicy,\n \"Job.AzureIaaSVMJob\": AzureIaaSVMJob,\n \"Job.AzureIaaSVMJobV2\": AzureIaaSVMJobV2,\n \"Job.AzureStorageJob\": AzureStorageJob,\n \"Job.AzureWorkloadJob\": AzureWorkloadJob,\n \"Job.DpmJob\": DpmJob,\n \"Job.MabJob\": MabJob,\n \"Job.VaultJob\": VaultJob,\n \"OperationResultInfoBase.ExportJobsOperationResultInfo\":\n ExportJobsOperationResultInfo,\n \"OperationResultInfoBase.OperationResultInfo\": OperationResultInfo,\n \"ValidateOperationRequest.ValidateRestoreOperationRequest\":\n ValidateRestoreOperationRequest,\n \"BackupEngineBase.AzureBackupServerEngine\": AzureBackupServerEngine,\n \"BackupEngineBase.DpmBackupEngine\": DpmBackupEngine,\n \"ProtectableContainer.StorageContainer\": AzureStorageProtectableContainer,\n \"ProtectableContainer.VMAppContainer\":\n AzureVMAppContainerProtectableContainer,\n \"ProtectionContainer.DPMContainer\": DpmContainer,\n \"ProtectionContainer.IaasVMContainer\": IaaSVMContainer,\n \"ProtectionContainer.AzureWorkloadContainer\": AzureWorkloadContainer,\n \"ProtectionContainer.AzureSqlContainer\": AzureSqlContainer,\n \"ProtectionContainer.StorageContainer\": AzureStorageContainer,\n \"ProtectionContainer.GenericContainer\": GenericContainer,\n \"ProtectionContainer.Windows\": MabContainer,\n \"WorkloadItem.AzureVmWorkloadItem\": AzureVmWorkloadItem,\n \"BackupRequest.AzureFileShareBackupRequest\": AzureFileShareBackupRequest,\n \"BackupRequest.AzureWorkloadBackupRequest\": AzureWorkloadBackupRequest,\n \"BackupRequest.IaasVMBackupRequest\": IaasVMBackupRequest,\n \"ILRRequest.AzureFileShareProvisionILRRequest\":\n AzureFileShareProvisionILRRequest,\n \"ILRRequest.IaasVMILRRegistrationRequest\": IaasVmilrRegistrationRequest,\n \"WorkloadProtectableItem.AzureFileShare\": AzureFileShareProtectableItem,\n \"WorkloadProtectableItem.IaaSVMProtectableItem\": IaaSVMProtectableItem,\n \"WorkloadProtectableItem.AzureVmWorkloadProtectableItem\":\n AzureVmWorkloadProtectableItem,\n \"FetchTieringCostInfoRequest.FetchTieringCostInfoForRehydrationRequest\":\n FetchTieringCostInfoForRehydrationRequest,\n \"FetchTieringCostInfoRequest.FetchTieringCostSavingsInfoForPolicyRequest\":\n FetchTieringCostSavingsInfoForPolicyRequest,\n \"FetchTieringCostInfoRequest.FetchTieringCostSavingsInfoForProtectedItemRequest\":\n FetchTieringCostSavingsInfoForProtectedItemRequest,\n \"FetchTieringCostInfoRequest.FetchTieringCostSavingsInfoForVaultRequest\":\n FetchTieringCostSavingsInfoForVaultRequest,\n \"TieringCostInfo.TieringCostRehydrationInfo\": TieringCostRehydrationInfo,\n \"TieringCostInfo.TieringCostSavingInfo\": TieringCostSavingInfo,\n \"SchedulePolicy.LogSchedulePolicy\": LogSchedulePolicy,\n \"SchedulePolicy.LongTermSchedulePolicy\": LongTermSchedulePolicy,\n \"SchedulePolicy.SimpleSchedulePolicy\": SimpleSchedulePolicy,\n \"SchedulePolicy.SimpleSchedulePolicyV2\": SimpleSchedulePolicyV2,\n \"RetentionPolicy.LongTermRetentionPolicy\": LongTermRetentionPolicy,\n \"RetentionPolicy.SimpleRetentionPolicy\": SimpleRetentionPolicy,\n \"AzureRecoveryServiceVaultProtectionIntent.AzureWorkloadAutoProtectionIntent\":\n AzureWorkloadAutoProtectionIntent,\n \"AzureIaaSVMProtectedItem.Microsoft.ClassicCompute/virtualMachines\":\n AzureIaaSClassicComputeVMProtectedItem,\n \"AzureIaaSVMProtectedItem.Microsoft.Compute/virtualMachines\":\n AzureIaaSComputeVMProtectedItem,\n \"AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPAseDatabase\":\n AzureVmWorkloadSAPAseDatabaseProtectedItem,\n \"AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPHanaDatabase\":\n AzureVmWorkloadSAPHanaDatabaseProtectedItem,\n \"AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPHanaDBInstance\":\n AzureVmWorkloadSAPHanaDBInstanceProtectedItem,\n \"AzureVmWorkloadProtectedItem.AzureVmWorkloadSQLDatabase\":\n AzureVmWorkloadSQLDatabaseProtectedItem,\n \"AzureWorkloadRecoveryPoint.AzureWorkloadPointInTimeRecoveryPoint\":\n AzureWorkloadPointInTimeRecoveryPoint,\n \"AzureWorkloadRecoveryPoint.AzureWorkloadSAPHanaRecoveryPoint\":\n AzureWorkloadSAPHanaRecoveryPoint,\n \"AzureWorkloadRecoveryPoint.AzureWorkloadSQLRecoveryPoint\":\n AzureWorkloadSQLRecoveryPoint,\n \"AzureWorkloadRestoreRequest.AzureWorkloadPointInTimeRestoreRequest\":\n AzureWorkloadPointInTimeRestoreRequest,\n \"AzureWorkloadRestoreRequest.AzureWorkloadSAPHanaRestoreRequest\":\n AzureWorkloadSAPHanaRestoreRequest,\n \"AzureWorkloadRestoreRequest.AzureWorkloadSQLRestoreRequest\":\n AzureWorkloadSQLRestoreRequest,\n \"IaasVMRestoreRequest.IaasVMRestoreWithRehydrationRequest\":\n IaasVMRestoreWithRehydrationRequest,\n \"ValidateRestoreOperationRequest.ValidateIaasVMRestoreOperationRequest\":\n ValidateIaasVMRestoreOperationRequest,\n \"DpmContainer.AzureBackupServerContainer\": AzureBackupServerContainer,\n \"IaaSVMContainer.Microsoft.ClassicCompute/virtualMachines\":\n AzureIaaSClassicComputeVMContainer,\n \"IaaSVMContainer.Microsoft.Compute/virtualMachines\":\n AzureIaaSComputeVMContainer,\n \"AzureWorkloadContainer.SQLAGWorkLoadContainer\":\n AzureSqlagWorkloadContainerProtectionContainer,\n \"AzureWorkloadContainer.VMAppContainer\":\n AzureVMAppContainerProtectionContainer,\n \"AzureVmWorkloadItem.SAPAseDatabase\":\n AzureVmWorkloadSAPAseDatabaseWorkloadItem,\n \"AzureVmWorkloadItem.SAPAseSystem\": AzureVmWorkloadSAPAseSystemWorkloadItem,\n \"AzureVmWorkloadItem.SAPHanaDatabase\":\n AzureVmWorkloadSAPHanaDatabaseWorkloadItem,\n \"AzureVmWorkloadItem.SAPHanaSystem\": AzureVmWorkloadSAPHanaSystemWorkloadItem,\n \"AzureVmWorkloadItem.SQLDataBase\": AzureVmWorkloadSQLDatabaseWorkloadItem,\n \"AzureVmWorkloadItem.SQLInstance\": AzureVmWorkloadSQLInstanceWorkloadItem,\n \"IaaSVMProtectableItem.Microsoft.ClassicCompute/virtualMachines\":\n AzureIaaSClassicComputeVMProtectableItem,\n \"IaaSVMProtectableItem.Microsoft.Compute/virtualMachines\":\n AzureIaaSComputeVMProtectableItem,\n \"AzureVmWorkloadProtectableItem.SAPAseSystem\":\n AzureVmWorkloadSAPAseSystemProtectableItem,\n \"AzureVmWorkloadProtectableItem.SAPHanaDatabase\":\n AzureVmWorkloadSAPHanaDatabaseProtectableItem,\n \"AzureVmWorkloadProtectableItem.SAPHanaSystem\":\n AzureVmWorkloadSAPHanaSystemProtectableItem,\n \"AzureVmWorkloadProtectableItem.SAPHanaDBInstance\":\n AzureVmWorkloadSAPHanaDBInstance,\n \"AzureVmWorkloadProtectableItem.HanaHSRContainer\":\n AzureVmWorkloadSAPHanaHSRProtectableItem,\n \"AzureVmWorkloadProtectableItem.SQLAvailabilityGroupContainer\":\n AzureVmWorkloadSQLAvailabilityGroupProtectableItem,\n \"AzureVmWorkloadProtectableItem.SQLDataBase\":\n AzureVmWorkloadSQLDatabaseProtectableItem,\n \"AzureVmWorkloadProtectableItem.SQLInstance\":\n AzureVmWorkloadSQLInstanceProtectableItem,\n \"AzureWorkloadAutoProtectionIntent.AzureWorkloadSQLAutoProtectionIntent\":\n AzureWorkloadSQLAutoProtectionIntent,\n \"AzureWorkloadPointInTimeRecoveryPoint.AzureWorkloadSAPHanaPointInTimeRecoveryPoint\":\n AzureWorkloadSAPHanaPointInTimeRecoveryPoint,\n \"AzureWorkloadSQLRecoveryPoint.AzureWorkloadSQLPointInTimeRecoveryPoint\":\n AzureWorkloadSQLPointInTimeRecoveryPoint,\n \"AzureWorkloadSAPHanaRestoreRequest.AzureWorkloadSAPHanaPointInTimeRestoreRequest\":\n AzureWorkloadSAPHanaPointInTimeRestoreRequest,\n \"AzureWorkloadSAPHanaRestoreRequest.AzureWorkloadSAPHanaRestoreWithRehydrateRequest\":\n AzureWorkloadSAPHanaRestoreWithRehydrateRequest,\n \"AzureWorkloadSQLRestoreRequest.AzureWorkloadSQLPointInTimeRestoreRequest\":\n AzureWorkloadSQLPointInTimeRestoreRequest,\n \"AzureWorkloadSQLRestoreRequest.AzureWorkloadSQLRestoreWithRehydrateRequest\":\n AzureWorkloadSQLRestoreWithRehydrateRequest,\n \"AzureWorkloadSAPHanaPointInTimeRestoreRequest.AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\":\n AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,\n \"AzureWorkloadSQLPointInTimeRestoreRequest.AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\":\n AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest,\n};\n"]}