@azure/arm-resourcemover 2.2.0-alpha.20250217.1 → 2.2.0-alpha.20250219.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 (408) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  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-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/index.d.ts +5 -0
  12. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  13. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  14. package/dist/browser/operations/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/moveCollections.d.ts +3 -3
  16. package/dist/browser/operations/moveCollections.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/moveCollections.js +264 -292
  18. package/dist/browser/operations/moveCollections.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/moveResources.d.ts +3 -3
  20. package/dist/browser/operations/moveResources.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/moveResources.js +89 -97
  22. package/dist/browser/operations/moveResources.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.d.ts +3 -3
  24. package/dist/browser/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.js +2 -2
  26. package/dist/browser/operations/operationsDiscoveryOperations.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.d.ts +3 -3
  28. package/dist/browser/operations/unresolvedDependencies.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.js +3 -3
  30. package/dist/browser/operations/unresolvedDependencies.js.map +1 -0
  31. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  34. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/moveCollections.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/moveCollections.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/moveResources.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/moveResources.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -1
  43. package/dist/browser/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  47. package/dist/browser/package.json +3 -0
  48. package/dist/browser/pagingHelper.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.d.ts +2 -2
  50. package/dist/browser/resourceMoverServiceAPI.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.js +15 -18
  52. package/dist/browser/resourceMoverServiceAPI.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +5 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +19 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/dist/commonjs/lroImpl.d.ts +11 -0
  58. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  59. package/dist/commonjs/lroImpl.js +17 -0
  60. package/dist/commonjs/lroImpl.js.map +1 -0
  61. package/{types/arm-resourcemover.d.ts → dist/commonjs/models/index.d.ts} +1338 -1752
  62. package/dist/commonjs/models/index.d.ts.map +1 -0
  63. package/dist/commonjs/models/index.js +145 -0
  64. package/dist/commonjs/models/index.js.map +1 -0
  65. package/dist/commonjs/models/mappers.d.ts +88 -0
  66. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  67. package/dist/commonjs/models/mappers.js +2024 -0
  68. package/dist/commonjs/models/mappers.js.map +1 -0
  69. package/dist/commonjs/models/parameters.d.ts +23 -0
  70. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  71. package/dist/commonjs/models/parameters.js +176 -0
  72. package/dist/commonjs/models/parameters.js.map +1 -0
  73. package/dist/commonjs/operations/index.d.ts +5 -0
  74. package/dist/commonjs/operations/index.d.ts.map +1 -0
  75. package/dist/commonjs/operations/index.js +15 -0
  76. package/dist/commonjs/operations/index.js.map +1 -0
  77. package/dist/commonjs/operations/moveCollections.d.ts +211 -0
  78. package/dist/commonjs/operations/moveCollections.d.ts.map +1 -0
  79. package/dist/commonjs/operations/moveCollections.js +1004 -0
  80. package/dist/commonjs/operations/moveCollections.js.map +1 -0
  81. package/dist/commonjs/operations/moveResources.d.ts +79 -0
  82. package/dist/commonjs/operations/moveResources.d.ts.map +1 -0
  83. package/dist/commonjs/operations/moveResources.js +370 -0
  84. package/dist/commonjs/operations/moveResources.js.map +1 -0
  85. package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts +15 -0
  86. package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  87. package/dist/commonjs/operations/operationsDiscoveryOperations.js +48 -0
  88. package/dist/commonjs/operations/operationsDiscoveryOperations.js.map +1 -0
  89. package/dist/commonjs/operations/unresolvedDependencies.d.ts +38 -0
  90. package/dist/commonjs/operations/unresolvedDependencies.d.ts.map +1 -0
  91. package/dist/commonjs/operations/unresolvedDependencies.js +159 -0
  92. package/dist/commonjs/operations/unresolvedDependencies.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  96. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/moveCollections.d.ts +173 -0
  98. package/dist/commonjs/operationsInterfaces/moveCollections.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/moveCollections.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/moveCollections.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/moveResources.d.ts +54 -0
  102. package/dist/commonjs/operationsInterfaces/moveResources.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/moveResources.js +10 -0
  104. package/dist/commonjs/operationsInterfaces/moveResources.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  106. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  110. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  113. package/dist/commonjs/package.json +3 -0
  114. package/dist/commonjs/pagingHelper.d.ts +13 -0
  115. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  116. package/dist/commonjs/pagingHelper.js +36 -0
  117. package/dist/commonjs/pagingHelper.js.map +1 -0
  118. package/dist/commonjs/resourceMoverServiceAPI.d.ts +24 -0
  119. package/dist/commonjs/resourceMoverServiceAPI.d.ts.map +1 -0
  120. package/dist/commonjs/resourceMoverServiceAPI.js +103 -0
  121. package/dist/commonjs/resourceMoverServiceAPI.js.map +1 -0
  122. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  123. package/dist/esm/index.d.ts +5 -0
  124. package/dist/esm/index.d.ts.map +1 -0
  125. package/{src/index.ts → dist/esm/index.js} +5 -5
  126. package/dist/esm/index.js.map +1 -0
  127. package/dist/esm/lroImpl.d.ts +11 -0
  128. package/dist/esm/lroImpl.d.ts.map +1 -0
  129. package/dist/esm/lroImpl.js +14 -0
  130. package/dist/esm/lroImpl.js.map +1 -0
  131. package/dist/esm/models/index.d.ts +1338 -0
  132. package/dist/esm/models/index.d.ts.map +1 -0
  133. package/dist/esm/models/index.js +142 -0
  134. package/dist/esm/models/index.js.map +1 -0
  135. package/dist/esm/models/mappers.d.ts +88 -0
  136. package/dist/esm/models/mappers.d.ts.map +1 -0
  137. package/dist/esm/models/mappers.js +2020 -0
  138. package/dist/esm/models/mappers.js.map +1 -0
  139. package/dist/esm/models/parameters.d.ts +23 -0
  140. package/dist/esm/models/parameters.d.ts.map +1 -0
  141. package/dist/esm/models/parameters.js +173 -0
  142. package/dist/esm/models/parameters.js.map +1 -0
  143. package/dist/esm/operations/index.d.ts +5 -0
  144. package/dist/esm/operations/index.d.ts.map +1 -0
  145. package/dist/esm/operations/index.js +12 -0
  146. package/dist/esm/operations/index.js.map +1 -0
  147. package/dist/esm/operations/moveCollections.d.ts +211 -0
  148. package/dist/esm/operations/moveCollections.d.ts.map +1 -0
  149. package/dist/esm/operations/moveCollections.js +1000 -0
  150. package/dist/esm/operations/moveCollections.js.map +1 -0
  151. package/dist/esm/operations/moveResources.d.ts +79 -0
  152. package/dist/esm/operations/moveResources.d.ts.map +1 -0
  153. package/dist/esm/operations/moveResources.js +366 -0
  154. package/dist/esm/operations/moveResources.js.map +1 -0
  155. package/dist/esm/operations/operationsDiscoveryOperations.d.ts +15 -0
  156. package/dist/esm/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  157. package/dist/esm/operations/operationsDiscoveryOperations.js +43 -0
  158. package/dist/esm/operations/operationsDiscoveryOperations.js.map +1 -0
  159. package/dist/esm/operations/unresolvedDependencies.d.ts +38 -0
  160. package/dist/esm/operations/unresolvedDependencies.d.ts.map +1 -0
  161. package/dist/esm/operations/unresolvedDependencies.js +155 -0
  162. package/dist/esm/operations/unresolvedDependencies.js.map +1 -0
  163. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  164. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  165. package/dist/esm/operationsInterfaces/index.js +12 -0
  166. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  167. package/dist/esm/operationsInterfaces/moveCollections.d.ts +173 -0
  168. package/dist/esm/operationsInterfaces/moveCollections.d.ts.map +1 -0
  169. package/dist/esm/operationsInterfaces/moveCollections.js +9 -0
  170. package/dist/esm/operationsInterfaces/moveCollections.js.map +1 -0
  171. package/dist/esm/operationsInterfaces/moveResources.d.ts +54 -0
  172. package/dist/esm/operationsInterfaces/moveResources.d.ts.map +1 -0
  173. package/dist/esm/operationsInterfaces/moveResources.js +9 -0
  174. package/dist/esm/operationsInterfaces/moveResources.js.map +1 -0
  175. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  176. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  177. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
  178. package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  179. package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  180. package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  181. package/dist/esm/operationsInterfaces/unresolvedDependencies.js +9 -0
  182. package/dist/esm/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  183. package/dist/esm/package.json +3 -0
  184. package/dist/esm/pagingHelper.d.ts +13 -0
  185. package/dist/esm/pagingHelper.d.ts.map +1 -0
  186. package/dist/esm/pagingHelper.js +32 -0
  187. package/dist/esm/pagingHelper.js.map +1 -0
  188. package/dist/esm/resourceMoverServiceAPI.d.ts +24 -0
  189. package/dist/esm/resourceMoverServiceAPI.d.ts.map +1 -0
  190. package/dist/esm/resourceMoverServiceAPI.js +98 -0
  191. package/dist/esm/resourceMoverServiceAPI.js.map +1 -0
  192. package/dist/react-native/index.d.ts +5 -0
  193. package/dist/react-native/index.d.ts.map +1 -0
  194. package/dist/react-native/index.js +13 -0
  195. package/dist/react-native/index.js.map +1 -0
  196. package/dist/react-native/lroImpl.d.ts +11 -0
  197. package/dist/react-native/lroImpl.d.ts.map +1 -0
  198. package/dist/react-native/lroImpl.js +14 -0
  199. package/dist/react-native/lroImpl.js.map +1 -0
  200. package/dist/react-native/models/index.d.ts +1338 -0
  201. package/dist/react-native/models/index.d.ts.map +1 -0
  202. package/dist/react-native/models/index.js +142 -0
  203. package/dist/react-native/models/index.js.map +1 -0
  204. package/dist/react-native/models/mappers.d.ts +88 -0
  205. package/dist/react-native/models/mappers.d.ts.map +1 -0
  206. package/dist/react-native/models/mappers.js +2020 -0
  207. package/dist/react-native/models/mappers.js.map +1 -0
  208. package/dist/react-native/models/parameters.d.ts +23 -0
  209. package/dist/react-native/models/parameters.d.ts.map +1 -0
  210. package/dist/react-native/models/parameters.js +173 -0
  211. package/dist/react-native/models/parameters.js.map +1 -0
  212. package/dist/react-native/operations/index.d.ts +5 -0
  213. package/dist/react-native/operations/index.d.ts.map +1 -0
  214. package/dist/react-native/operations/index.js +12 -0
  215. package/dist/react-native/operations/index.js.map +1 -0
  216. package/dist/react-native/operations/moveCollections.d.ts +211 -0
  217. package/dist/react-native/operations/moveCollections.d.ts.map +1 -0
  218. package/dist/react-native/operations/moveCollections.js +1000 -0
  219. package/dist/react-native/operations/moveCollections.js.map +1 -0
  220. package/dist/react-native/operations/moveResources.d.ts +79 -0
  221. package/dist/react-native/operations/moveResources.d.ts.map +1 -0
  222. package/dist/react-native/operations/moveResources.js +366 -0
  223. package/dist/react-native/operations/moveResources.js.map +1 -0
  224. package/dist/react-native/operations/operationsDiscoveryOperations.d.ts +15 -0
  225. package/dist/react-native/operations/operationsDiscoveryOperations.d.ts.map +1 -0
  226. package/dist/react-native/operations/operationsDiscoveryOperations.js +43 -0
  227. package/dist/react-native/operations/operationsDiscoveryOperations.js.map +1 -0
  228. package/dist/react-native/operations/unresolvedDependencies.d.ts +38 -0
  229. package/dist/react-native/operations/unresolvedDependencies.d.ts.map +1 -0
  230. package/dist/react-native/operations/unresolvedDependencies.js +155 -0
  231. package/dist/react-native/operations/unresolvedDependencies.js.map +1 -0
  232. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  233. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  234. package/dist/react-native/operationsInterfaces/index.js +12 -0
  235. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  236. package/dist/react-native/operationsInterfaces/moveCollections.d.ts +173 -0
  237. package/dist/react-native/operationsInterfaces/moveCollections.d.ts.map +1 -0
  238. package/dist/react-native/operationsInterfaces/moveCollections.js +9 -0
  239. package/dist/react-native/operationsInterfaces/moveCollections.js.map +1 -0
  240. package/dist/react-native/operationsInterfaces/moveResources.d.ts +54 -0
  241. package/dist/react-native/operationsInterfaces/moveResources.d.ts.map +1 -0
  242. package/dist/react-native/operationsInterfaces/moveResources.js +9 -0
  243. package/dist/react-native/operationsInterfaces/moveResources.js.map +1 -0
  244. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
  245. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
  246. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
  247. package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
  248. package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
  249. package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
  250. package/dist/react-native/operationsInterfaces/unresolvedDependencies.js +9 -0
  251. package/dist/react-native/operationsInterfaces/unresolvedDependencies.js.map +1 -0
  252. package/dist/react-native/package.json +3 -0
  253. package/dist/react-native/pagingHelper.d.ts +13 -0
  254. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  255. package/dist/react-native/pagingHelper.js +32 -0
  256. package/dist/react-native/pagingHelper.js.map +1 -0
  257. package/dist/react-native/resourceMoverServiceAPI.d.ts +24 -0
  258. package/dist/react-native/resourceMoverServiceAPI.d.ts.map +1 -0
  259. package/dist/react-native/resourceMoverServiceAPI.js +98 -0
  260. package/dist/react-native/resourceMoverServiceAPI.js.map +1 -0
  261. package/package.json +67 -36
  262. package/dist/index.js +0 -4161
  263. package/dist/index.js.map +0 -1
  264. package/dist/index.min.js +0 -1
  265. package/dist/index.min.js.map +0 -1
  266. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js +0 -36
  269. package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js.map +0 -1
  270. package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/moveCollectionsCommitSample.js +0 -36
  273. package/dist-esm/samples-dev/moveCollectionsCommitSample.js.map +0 -1
  274. package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/moveCollectionsCreateSample.js +0 -39
  277. package/dist-esm/samples-dev/moveCollectionsCreateSample.js.map +0 -1
  278. package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts +0 -2
  279. package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts.map +0 -1
  280. package/dist-esm/samples-dev/moveCollectionsDeleteSample.js +0 -36
  281. package/dist-esm/samples-dev/moveCollectionsDeleteSample.js.map +0 -1
  282. package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts +0 -2
  283. package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts.map +0 -1
  284. package/dist-esm/samples-dev/moveCollectionsDiscardSample.js +0 -36
  285. package/dist-esm/samples-dev/moveCollectionsDiscardSample.js.map +0 -1
  286. package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts +0 -2
  287. package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/moveCollectionsGetSample.js +0 -36
  289. package/dist-esm/samples-dev/moveCollectionsGetSample.js.map +0 -1
  290. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts +0 -2
  291. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts.map +0 -1
  292. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js +0 -36
  293. package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js.map +0 -1
  294. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts +0 -2
  295. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts.map +0 -1
  296. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js +0 -51
  297. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js.map +0 -1
  298. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js +0 -50
  301. package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js.map +0 -1
  302. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts +0 -2
  303. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js +0 -37
  305. package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js.map +0 -1
  306. package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/moveCollectionsPrepareSample.js +0 -36
  309. package/dist-esm/samples-dev/moveCollectionsPrepareSample.js.map +0 -1
  310. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js +0 -36
  313. package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js.map +0 -1
  314. package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts +0 -2
  315. package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/moveCollectionsUpdateSample.js +0 -34
  317. package/dist-esm/samples-dev/moveCollectionsUpdateSample.js.map +0 -1
  318. package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/moveResourcesCreateSample.js +0 -52
  321. package/dist-esm/samples-dev/moveResourcesCreateSample.js.map +0 -1
  322. package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts +0 -2
  323. package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/moveResourcesDeleteSample.js +0 -37
  325. package/dist-esm/samples-dev/moveResourcesDeleteSample.js.map +0 -1
  326. package/dist-esm/samples-dev/moveResourcesGetSample.d.ts +0 -2
  327. package/dist-esm/samples-dev/moveResourcesGetSample.d.ts.map +0 -1
  328. package/dist-esm/samples-dev/moveResourcesGetSample.js +0 -37
  329. package/dist-esm/samples-dev/moveResourcesGetSample.js.map +0 -1
  330. package/dist-esm/samples-dev/moveResourcesListSample.d.ts +0 -2
  331. package/dist-esm/samples-dev/moveResourcesListSample.d.ts.map +0 -1
  332. package/dist-esm/samples-dev/moveResourcesListSample.js +0 -52
  333. package/dist-esm/samples-dev/moveResourcesListSample.js.map +0 -1
  334. package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/operationsDiscoveryGetSample.js +0 -33
  337. package/dist-esm/samples-dev/operationsDiscoveryGetSample.js.map +0 -1
  338. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js +0 -52
  341. package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js.map +0 -1
  342. package/dist-esm/src/index.d.ts +0 -5
  343. package/dist-esm/src/index.js.map +0 -1
  344. package/dist-esm/src/lroImpl.js.map +0 -1
  345. package/dist-esm/src/models/index.js.map +0 -1
  346. package/dist-esm/src/models/mappers.js.map +0 -1
  347. package/dist-esm/src/models/parameters.js.map +0 -1
  348. package/dist-esm/src/operations/index.d.ts +0 -5
  349. package/dist-esm/src/operations/index.js.map +0 -1
  350. package/dist-esm/src/operations/moveCollections.d.ts.map +0 -1
  351. package/dist-esm/src/operations/moveCollections.js.map +0 -1
  352. package/dist-esm/src/operations/moveResources.d.ts.map +0 -1
  353. package/dist-esm/src/operations/moveResources.js.map +0 -1
  354. package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts.map +0 -1
  355. package/dist-esm/src/operations/operationsDiscoveryOperations.js.map +0 -1
  356. package/dist-esm/src/operations/unresolvedDependencies.d.ts.map +0 -1
  357. package/dist-esm/src/operations/unresolvedDependencies.js.map +0 -1
  358. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  359. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  360. package/dist-esm/src/operationsInterfaces/moveCollections.d.ts.map +0 -1
  361. package/dist-esm/src/operationsInterfaces/moveCollections.js.map +0 -1
  362. package/dist-esm/src/operationsInterfaces/moveResources.d.ts.map +0 -1
  363. package/dist-esm/src/operationsInterfaces/moveResources.js.map +0 -1
  364. package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts.map +0 -1
  366. package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js.map +0 -1
  367. package/dist-esm/src/pagingHelper.js.map +0 -1
  368. package/dist-esm/src/resourceMoverServiceAPI.d.ts.map +0 -1
  369. package/dist-esm/src/resourceMoverServiceAPI.js.map +0 -1
  370. package/dist-esm/test/resourcemover_operations_test.spec.d.ts +0 -4
  371. package/dist-esm/test/resourcemover_operations_test.spec.d.ts.map +0 -1
  372. package/dist-esm/test/resourcemover_operations_test.spec.js +0 -122
  373. package/dist-esm/test/resourcemover_operations_test.spec.js.map +0 -1
  374. package/src/lroImpl.ts +0 -38
  375. package/src/models/index.ts +0 -1499
  376. package/src/models/mappers.ts +0 -2170
  377. package/src/models/parameters.ts +0 -208
  378. package/src/operations/index.ts +0 -12
  379. package/src/operations/moveCollections.ts +0 -1404
  380. package/src/operations/moveResources.ts +0 -520
  381. package/src/operations/operationsDiscoveryOperations.ts +0 -57
  382. package/src/operations/unresolvedDependencies.ts +0 -203
  383. package/src/operationsInterfaces/index.ts +0 -12
  384. package/src/operationsInterfaces/moveCollections.ts +0 -321
  385. package/src/operationsInterfaces/moveResources.ts +0 -111
  386. package/src/operationsInterfaces/operationsDiscoveryOperations.ts +0 -20
  387. package/src/operationsInterfaces/unresolvedDependencies.ts +0 -29
  388. package/src/pagingHelper.ts +0 -39
  389. package/src/resourceMoverServiceAPI.ts +0 -172
  390. package/tsconfig.json +0 -33
  391. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  392. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  393. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  394. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  395. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  396. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  397. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  398. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  399. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  400. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  401. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  402. /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.js +0 -0
  403. /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.js +0 -0
  405. /package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.js +0 -0
  406. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  407. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  408. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAIU,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,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,uBAAuB;yBACnC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,sBAAsB;yBAClC;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,8BAA8B;yBAC1C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,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,cAAc;yBAC1B;qBACF;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,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,cAAc;YAC9B,UAAU,EAAE,cAAc;SAC3B;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,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,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;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,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,SAAS;iBACrB;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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,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;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yCAAyC;yBACrD;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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;AAEW,QAAA,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,oBACV,yBAAiB,CAAC,IAAI,CAAC,eAAe,CAC1C;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,oBACV,yBAAiB,CAAC,IAAI,CAAC,eAAe,CAC1C;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,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,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,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,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,qCAAqC;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,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,oCAAoC;yBAChD;qBACF;iBACF;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,cAAc,EAAE,yCAAyC;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,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,iBAAiB;yBAC7B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,2CAA2C;yBACvD;qBACF;iBACF;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,sCAAsC;yBAClD;qBACF;iBACF;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,cAAc,EAAE,qCAAqC;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,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,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,QAAQ;iBACf;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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;AAEW,QAAA,wBAAwB,GAA+B;IAClE,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,sCAAsC;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,oBACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,CACzC;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,oBACV,0BAAkB,CAAC,IAAI,CAAC,eAAe,CAC3C;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,oBACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,kCACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,KAC9C,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,oBACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,oBACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEW,QAAA,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,oBACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,oBACV,8BAAsB,CAAC,IAAI,CAAC,eAAe,CAC/C;KACF;CACF,CAAC;AAES,QAAA,cAAc,GAAG;IAC1B,gBAAgB,EAAE,wBAAgB;IAClC,oDAAoD,EAAE,sCAA8B;IACpF,qDAAqD,EAAE,uCAA+B;IACtF,oDAAoD,EAAE,sCAA8B;IACpF,sDAAsD,EAAE,wCAAgC;IACxF,0DAA0D,EAAE,4CAAoC;IAChG,kDAAkD,EAAE,oCAA4B;IAChF,wCAAwC,EAAE,iCAAyB;IACnE,qDAAqD,EAAE,sCAA8B;IACrF,kDAAkD,EAAE,mCAA2B;IAC/E,iCAAiC,EAAE,qCAA6B;IAChE,sDAAsD,EAAE,uCAA+B;IACvF,4CAA4C,EAAE,gCAAwB;IACtE,uDAAuD,EAAE,yCAAiC;CAC3F,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 MoveCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollection\",\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 etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\",\n modelProperties: {\n sourceRegion: {\n serializedName: \"sourceRegion\",\n type: {\n name: \"String\"\n }\n },\n targetRegion: {\n serializedName: \"targetRegion\",\n type: {\n name: \"String\"\n }\n },\n moveRegion: {\n serializedName: \"moveRegion\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n moveType: {\n serializedName: \"moveType\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\",\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: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpdateMoveCollectionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateMoveCollectionRequest\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\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 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 status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\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 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 details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\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: \"OperationErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\"\n }\n }\n }\n }\n};\n\nexport const MoveErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\",\n modelProperties: {\n moveResources: {\n serializedName: \"moveResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AffectedMoveResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"sourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrepareRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrepareRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceMoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceMoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiscardRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiscardRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MoveResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResource\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"sourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n existingTargetId: {\n serializedName: \"existingTargetId\",\n type: {\n name: \"String\"\n }\n },\n resourceSettings: {\n serializedName: \"resourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n sourceResourceSettings: {\n serializedName: \"sourceResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n moveStatus: {\n serializedName: \"moveStatus\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\"\n }\n },\n dependsOn: {\n serializedName: \"dependsOn\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\"\n }\n }\n }\n },\n dependsOnOverrides: {\n serializedName: \"dependsOnOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\"\n }\n }\n }\n },\n isResolveRequired: {\n serializedName: \"isResolveRequired\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const ResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: {\n serializedName: \"resourceType\",\n clientName: \"resourceType\"\n },\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetResourceName: {\n serializedName: \"targetResourceName\",\n type: {\n name: \"String\"\n }\n },\n targetResourceGroupName: {\n serializedName: \"targetResourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceStatus\",\n modelProperties: {\n moveState: {\n serializedName: \"moveState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobStatus: {\n serializedName: \"jobStatus\",\n type: {\n name: \"Composite\",\n className: \"JobStatus\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\"\n }\n }\n }\n }\n};\n\nexport const JobStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStatus\",\n modelProperties: {\n jobName: {\n serializedName: \"jobName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobProgress: {\n serializedName: \"jobProgress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n resolutionStatus: {\n serializedName: \"resolutionStatus\",\n type: {\n name: \"String\"\n }\n },\n resolutionType: {\n serializedName: \"resolutionType\",\n type: {\n name: \"String\"\n }\n },\n dependencyType: {\n serializedName: \"dependencyType\",\n type: {\n name: \"String\"\n }\n },\n manualResolution: {\n serializedName: \"manualResolution\",\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\"\n }\n },\n automaticResolution: {\n serializedName: \"automaticResolution\",\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\"\n }\n },\n isOptional: {\n serializedName: \"isOptional\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManualResolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\",\n modelProperties: {\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomaticResolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\",\n modelProperties: {\n moveResourceId: {\n serializedName: \"moveResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependencyOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SummaryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\",\n modelProperties: {\n fieldName: {\n serializedName: \"fieldName\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n item: {\n serializedName: \"item\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependencyCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependencyCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BulkRemoveRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BulkRemoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDiscoveryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscoveryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDiscovery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"Display\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const Display: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Display\",\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 MoveCollectionResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveCollection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RequiredForResourcesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequiredForResourcesCollection\",\n modelProperties: {\n sourceIds: {\n serializedName: \"sourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SubnetResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n addressPrefix: {\n serializedName: \"addressPrefix\",\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroup: {\n serializedName: \"networkSecurityGroup\",\n type: {\n name: \"Composite\",\n className: \"NsgReference\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResourceReference\",\n modelProperties: {\n sourceArmResourceId: {\n serializedName: \"sourceArmResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NicIpConfigurationResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n primary: {\n serializedName: \"primary\",\n type: {\n name: \"Boolean\"\n }\n },\n loadBalancerBackendAddressPools: {\n serializedName: \"loadBalancerBackendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\"\n }\n }\n }\n },\n loadBalancerNatRules: {\n serializedName: \"loadBalancerNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\"\n }\n }\n }\n },\n publicIp: {\n serializedName: \"publicIp\",\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\"\n }\n }\n }\n }\n};\n\nexport const NsgSecurityRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n access: {\n serializedName: \"access\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n destinationAddressPrefix: {\n serializedName: \"destinationAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n destinationPortRange: {\n serializedName: \"destinationPortRange\",\n type: {\n name: \"String\"\n }\n },\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\"\n }\n },\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\"\n }\n },\n sourceAddressPrefix: {\n serializedName: \"sourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n sourcePortRange: {\n serializedName: \"sourcePortRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LBFrontendIPConfigurationResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LBBackendAddressPoolResourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionPropertiesErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const MoveResourcePropertiesErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const VirtualMachineResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n userManagedIdentities: {\n serializedName: \"userManagedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targetAvailabilityZone: {\n serializedName: \"targetAvailabilityZone\",\n type: {\n name: \"String\"\n }\n },\n targetVmSize: {\n serializedName: \"targetVmSize\",\n type: {\n name: \"String\"\n }\n },\n targetAvailabilitySetId: {\n serializedName: \"targetAvailabilitySetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilitySetResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/availabilitySets\",\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n faultDomain: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"faultDomain\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n updateDomain: {\n constraints: {\n InclusiveMaximum: 20,\n InclusiveMinimum: 1\n },\n serializedName: \"updateDomain\",\n nullable: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/virtualNetworks\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n enableDdosProtection: {\n serializedName: \"enableDdosProtection\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n },\n addressSpace: {\n serializedName: \"addressSpace\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n subnets: {\n serializedName: \"subnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkInterfaces\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n ipConfigurations: {\n serializedName: \"ipConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\"\n }\n }\n }\n },\n enableAcceleratedNetworking: {\n serializedName: \"enableAcceleratedNetworking\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NetworkSecurityGroupResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkSecurityGroups\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityGroupResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n securityRules: {\n serializedName: \"securityRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LoadBalancerResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/loadBalancers\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancerResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n frontendIPConfigurations: {\n serializedName: \"frontendIPConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\"\n }\n }\n }\n },\n backendAddressPools: {\n serializedName: \"backendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\"\n }\n }\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlServerResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers\",\n type: {\n name: \"Composite\",\n className: \"SqlServerResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const SqlElasticPoolResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/elasticPools\",\n type: {\n name: \"Composite\",\n className: \"SqlElasticPoolResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlDatabaseResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/databases\",\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceGroupResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"resourceGroups\",\n type: {\n name: \"Composite\",\n className: \"ResourceGroupResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const PublicIPAddressResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Network/publicIPAddresses\",\n type: {\n name: \"Composite\",\n className: \"PublicIPAddressResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n domainNameLabel: {\n serializedName: \"domainNameLabel\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n },\n publicIpAllocationMethod: {\n serializedName: \"publicIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.KeyVault/vaults\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const DiskEncryptionSetResourceSettings: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Compute/diskEncryptionSets\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionSetResourceSettings\",\n uberParent: \"ResourceSettings\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const MoveResourcePropertiesMoveStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\",\n modelProperties: {\n ...MoveResourceStatus.type.modelProperties\n }\n }\n};\n\nexport const NsgReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsgReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const ProxyResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublicIpReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const SubnetReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerBackendAddressPoolReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerNatRuleReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport let discriminators = {\n ResourceSettings: ResourceSettings,\n \"ResourceSettings.Microsoft.Compute/virtualMachines\": VirtualMachineResourceSettings,\n \"ResourceSettings.Microsoft.Compute/availabilitySets\": AvailabilitySetResourceSettings,\n \"ResourceSettings.Microsoft.Network/virtualNetworks\": VirtualNetworkResourceSettings,\n \"ResourceSettings.Microsoft.Network/networkInterfaces\": NetworkInterfaceResourceSettings,\n \"ResourceSettings.Microsoft.Network/networkSecurityGroups\": NetworkSecurityGroupResourceSettings,\n \"ResourceSettings.Microsoft.Network/loadBalancers\": LoadBalancerResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers\": SqlServerResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers/elasticPools\": SqlElasticPoolResourceSettings,\n \"ResourceSettings.Microsoft.Sql/servers/databases\": SqlDatabaseResourceSettings,\n \"ResourceSettings.resourceGroups\": ResourceGroupResourceSettings,\n \"ResourceSettings.Microsoft.Network/publicIPAddresses\": PublicIPAddressResourceSettings,\n \"ResourceSettings.Microsoft.KeyVault/vaults\": KeyVaultResourceSettings,\n \"ResourceSettings.Microsoft.Compute/diskEncryptionSets\": DiskEncryptionSetResourceSettings\n};\n"]}
@@ -0,0 +1,23 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const body: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroupName: OperationURLParameter;
8
+ export declare const moveCollectionName: OperationURLParameter;
9
+ export declare const apiVersion: OperationQueryParameter;
10
+ export declare const body1: OperationParameter;
11
+ export declare const body2: OperationParameter;
12
+ export declare const body3: OperationParameter;
13
+ export declare const body4: OperationParameter;
14
+ export declare const body5: OperationParameter;
15
+ export declare const body6: OperationParameter;
16
+ export declare const sourceId: OperationQueryParameter;
17
+ export declare const nextLink: OperationURLParameter;
18
+ export declare const filter: OperationQueryParameter;
19
+ export declare const body7: OperationParameter;
20
+ export declare const moveResourceName: OperationURLParameter;
21
+ export declare const dependencyLevel: OperationQueryParameter;
22
+ export declare const orderby: OperationQueryParameter;
23
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAY5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,uBAStB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,uBAQ7B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC"}
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.orderby = exports.dependencyLevel = exports.moveResourceName = exports.body7 = exports.filter = exports.nextLink = exports.sourceId = exports.body6 = exports.body5 = exports.body4 = exports.body3 = exports.body2 = exports.body1 = exports.apiVersion = exports.moveCollectionName = exports.resourceGroupName = exports.subscriptionId = exports.$host = exports.accept = exports.body = exports.contentType = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.contentType = {
13
+ parameterPath: ["options", "contentType"],
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Content-Type",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.body = {
24
+ parameterPath: ["options", "body"],
25
+ mapper: mappers_js_1.MoveCollection
26
+ };
27
+ exports.accept = {
28
+ parameterPath: "accept",
29
+ mapper: {
30
+ defaultValue: "application/json",
31
+ isConstant: true,
32
+ serializedName: "Accept",
33
+ type: {
34
+ name: "String"
35
+ }
36
+ }
37
+ };
38
+ exports.$host = {
39
+ parameterPath: "$host",
40
+ mapper: {
41
+ serializedName: "$host",
42
+ required: true,
43
+ type: {
44
+ name: "String"
45
+ }
46
+ },
47
+ skipEncoding: true
48
+ };
49
+ exports.subscriptionId = {
50
+ parameterPath: "subscriptionId",
51
+ mapper: {
52
+ serializedName: "subscriptionId",
53
+ required: true,
54
+ type: {
55
+ name: "String"
56
+ }
57
+ }
58
+ };
59
+ exports.resourceGroupName = {
60
+ parameterPath: "resourceGroupName",
61
+ mapper: {
62
+ serializedName: "resourceGroupName",
63
+ required: true,
64
+ type: {
65
+ name: "String"
66
+ }
67
+ }
68
+ };
69
+ exports.moveCollectionName = {
70
+ parameterPath: "moveCollectionName",
71
+ mapper: {
72
+ serializedName: "moveCollectionName",
73
+ required: true,
74
+ type: {
75
+ name: "String"
76
+ }
77
+ }
78
+ };
79
+ exports.apiVersion = {
80
+ parameterPath: "apiVersion",
81
+ mapper: {
82
+ defaultValue: "2023-08-01",
83
+ isConstant: true,
84
+ serializedName: "api-version",
85
+ type: {
86
+ name: "String"
87
+ }
88
+ }
89
+ };
90
+ exports.body1 = {
91
+ parameterPath: ["options", "body"],
92
+ mapper: mappers_js_1.UpdateMoveCollectionRequest
93
+ };
94
+ exports.body2 = {
95
+ parameterPath: ["options", "body"],
96
+ mapper: mappers_js_1.PrepareRequest
97
+ };
98
+ exports.body3 = {
99
+ parameterPath: ["options", "body"],
100
+ mapper: mappers_js_1.ResourceMoveRequest
101
+ };
102
+ exports.body4 = {
103
+ parameterPath: ["options", "body"],
104
+ mapper: mappers_js_1.CommitRequest
105
+ };
106
+ exports.body5 = {
107
+ parameterPath: ["options", "body"],
108
+ mapper: mappers_js_1.DiscardRequest
109
+ };
110
+ exports.body6 = {
111
+ parameterPath: ["options", "body"],
112
+ mapper: mappers_js_1.BulkRemoveRequest
113
+ };
114
+ exports.sourceId = {
115
+ parameterPath: "sourceId",
116
+ mapper: {
117
+ serializedName: "sourceId",
118
+ required: true,
119
+ type: {
120
+ name: "String"
121
+ }
122
+ }
123
+ };
124
+ exports.nextLink = {
125
+ parameterPath: "nextLink",
126
+ mapper: {
127
+ serializedName: "nextLink",
128
+ required: true,
129
+ type: {
130
+ name: "String"
131
+ }
132
+ },
133
+ skipEncoding: true
134
+ };
135
+ exports.filter = {
136
+ parameterPath: ["options", "filter"],
137
+ mapper: {
138
+ serializedName: "$filter",
139
+ type: {
140
+ name: "String"
141
+ }
142
+ }
143
+ };
144
+ exports.body7 = {
145
+ parameterPath: ["options", "body"],
146
+ mapper: mappers_js_1.MoveResource
147
+ };
148
+ exports.moveResourceName = {
149
+ parameterPath: "moveResourceName",
150
+ mapper: {
151
+ serializedName: "moveResourceName",
152
+ required: true,
153
+ type: {
154
+ name: "String"
155
+ }
156
+ }
157
+ };
158
+ exports.dependencyLevel = {
159
+ parameterPath: ["options", "dependencyLevel"],
160
+ mapper: {
161
+ serializedName: "dependencyLevel",
162
+ type: {
163
+ name: "String"
164
+ }
165
+ }
166
+ };
167
+ exports.orderby = {
168
+ parameterPath: ["options", "orderby"],
169
+ mapper: {
170
+ serializedName: "$orderby",
171
+ type: {
172
+ name: "String"
173
+ }
174
+ }
175
+ };
176
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n MoveCollection as MoveCollectionMapper,\n UpdateMoveCollectionRequest as UpdateMoveCollectionRequestMapper,\n PrepareRequest as PrepareRequestMapper,\n ResourceMoveRequest as ResourceMoveRequestMapper,\n CommitRequest as CommitRequestMapper,\n DiscardRequest as DiscardRequestMapper,\n BulkRemoveRequest as BulkRemoveRequestMapper,\n MoveResource as MoveResourceMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MoveCollectionMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const moveCollectionName: OperationURLParameter = {\n parameterPath: \"moveCollectionName\",\n mapper: {\n serializedName: \"moveCollectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: UpdateMoveCollectionRequestMapper\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: PrepareRequestMapper\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ResourceMoveRequestMapper\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: CommitRequestMapper\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: DiscardRequestMapper\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: BulkRemoveRequestMapper\n};\n\nexport const sourceId: OperationQueryParameter = {\n parameterPath: \"sourceId\",\n mapper: {\n serializedName: \"sourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body7: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MoveResourceMapper\n};\n\nexport const moveResourceName: OperationURLParameter = {\n parameterPath: \"moveResourceName\",\n mapper: {\n serializedName: \"moveResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dependencyLevel: OperationQueryParameter = {\n parameterPath: [\"options\", \"dependencyLevel\"],\n mapper: {\n serializedName: \"dependencyLevel\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const orderby: OperationQueryParameter = {\n parameterPath: [\"options\", \"orderby\"],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export * from "./moveCollections.js";
2
+ export * from "./moveResources.js";
3
+ export * from "./unresolvedDependencies.js";
4
+ export * from "./operationsDiscoveryOperations.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./moveCollections.js"), exports);
12
+ tslib_1.__exportStar(require("./moveResources.js"), exports);
13
+ tslib_1.__exportStar(require("./unresolvedDependencies.js"), exports);
14
+ tslib_1.__exportStar(require("./operationsDiscoveryOperations.js"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,+DAAqC;AACrC,6DAAmC;AACnC,sEAA4C;AAC5C,6EAAmD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./moveCollections.js\";\nexport * from \"./moveResources.js\";\nexport * from \"./unresolvedDependencies.js\";\nexport * from \"./operationsDiscoveryOperations.js\";\n"]}