@azure/arm-migrationdiscoverysap 1.0.0-beta.1 → 1.0.0-beta.2

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 (409) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.js +37 -15
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +5 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  21. package/dist/browser/operations/operations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  23. package/dist/browser/operations/operations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/sapDiscoverySites.d.ts +3 -3
  25. package/dist/browser/operations/sapDiscoverySites.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/sapDiscoverySites.js +175 -206
  27. package/dist/browser/operations/sapDiscoverySites.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/sapInstances.d.ts +3 -3
  29. package/dist/browser/operations/sapInstances.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/sapInstances.js +120 -135
  31. package/dist/browser/operations/sapInstances.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/serverInstances.d.ts +3 -3
  33. package/dist/browser/operations/serverInstances.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/serverInstances.js +122 -137
  35. package/dist/browser/operations/serverInstances.js.map +1 -0
  36. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  39. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  42. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/sapDiscoverySites.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/sapDiscoverySites.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/sapInstances.d.ts +1 -1
  47. package/dist/browser/operationsInterfaces/sapInstances.d.ts.map +1 -0
  48. package/dist/browser/operationsInterfaces/sapInstances.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/serverInstances.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/serverInstances.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/serverInstances.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  54. package/dist/browser/pagingHelper.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/workloadsClient.d.ts +2 -2
  56. package/dist/browser/workloadsClient.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/workloadsClient.js +33 -24
  58. package/dist/browser/workloadsClient.js.map +1 -0
  59. package/dist/commonjs/index.d.ts +5 -0
  60. package/dist/commonjs/index.d.ts.map +1 -0
  61. package/dist/commonjs/index.js +19 -0
  62. package/dist/commonjs/index.js.map +1 -0
  63. package/dist/commonjs/lroImpl.d.ts +11 -0
  64. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  65. package/dist/commonjs/lroImpl.js +21 -0
  66. package/dist/commonjs/lroImpl.js.map +1 -0
  67. package/{types/arm-migrationdiscoverysap.d.ts → dist/commonjs/models/index.d.ts} +896 -1266
  68. package/dist/commonjs/models/index.d.ts.map +1 -0
  69. package/dist/commonjs/models/index.js +145 -0
  70. package/dist/commonjs/models/index.js.map +1 -0
  71. package/dist/commonjs/models/mappers.d.ts +44 -0
  72. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  73. package/dist/commonjs/models/mappers.js +1086 -0
  74. package/dist/commonjs/models/mappers.js.map +1 -0
  75. package/dist/commonjs/models/parameters.d.ts +18 -0
  76. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  77. package/dist/commonjs/models/parameters.js +157 -0
  78. package/dist/commonjs/models/parameters.js.map +1 -0
  79. package/dist/commonjs/operations/index.d.ts +5 -0
  80. package/dist/commonjs/operations/index.d.ts.map +1 -0
  81. package/dist/commonjs/operations/index.js +15 -0
  82. package/dist/commonjs/operations/index.js.map +1 -0
  83. package/dist/commonjs/operations/operations.d.ts +32 -0
  84. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  85. package/dist/commonjs/operations/operations.js +121 -0
  86. package/dist/commonjs/operations/operations.js.map +1 -0
  87. package/dist/commonjs/operations/sapDiscoverySites.d.ts +121 -0
  88. package/dist/commonjs/operations/sapDiscoverySites.d.ts.map +1 -0
  89. package/dist/commonjs/operations/sapDiscoverySites.js +557 -0
  90. package/dist/commonjs/operations/sapDiscoverySites.js.map +1 -0
  91. package/dist/commonjs/operations/sapInstances.d.ts +96 -0
  92. package/dist/commonjs/operations/sapInstances.d.ts.map +1 -0
  93. package/dist/commonjs/operations/sapInstances.js +406 -0
  94. package/dist/commonjs/operations/sapInstances.js.map +1 -0
  95. package/dist/commonjs/operations/serverInstances.d.ts +106 -0
  96. package/dist/commonjs/operations/serverInstances.d.ts.map +1 -0
  97. package/dist/commonjs/operations/serverInstances.js +437 -0
  98. package/dist/commonjs/operations/serverInstances.js.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  100. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  102. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  104. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  106. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
  108. package/dist/commonjs/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/sapDiscoverySites.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/sapDiscoverySites.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/sapInstances.d.ts +71 -0
  112. package/dist/commonjs/operationsInterfaces/sapInstances.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/sapInstances.js +10 -0
  114. package/dist/commonjs/operationsInterfaces/sapInstances.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/serverInstances.d.ts +79 -0
  116. package/dist/commonjs/operationsInterfaces/serverInstances.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/serverInstances.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/serverInstances.js.map +1 -0
  119. package/dist/commonjs/package.json +3 -0
  120. package/dist/commonjs/pagingHelper.d.ts +13 -0
  121. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  122. package/dist/commonjs/pagingHelper.js +34 -0
  123. package/dist/commonjs/pagingHelper.js.map +1 -0
  124. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  125. package/dist/commonjs/workloadsClient.d.ts +23 -0
  126. package/dist/commonjs/workloadsClient.d.ts.map +1 -0
  127. package/dist/commonjs/workloadsClient.js +117 -0
  128. package/dist/commonjs/workloadsClient.js.map +1 -0
  129. package/dist/esm/index.d.ts +5 -0
  130. package/dist/esm/index.d.ts.map +1 -0
  131. package/{src/index.ts → dist/esm/index.js} +5 -5
  132. package/dist/esm/index.js.map +1 -0
  133. package/dist/esm/lroImpl.d.ts +11 -0
  134. package/dist/esm/lroImpl.d.ts.map +1 -0
  135. package/dist/esm/lroImpl.js +18 -0
  136. package/dist/esm/lroImpl.js.map +1 -0
  137. package/dist/esm/models/index.d.ts +896 -0
  138. package/dist/esm/models/index.d.ts.map +1 -0
  139. package/dist/esm/models/index.js +142 -0
  140. package/dist/esm/models/index.js.map +1 -0
  141. package/dist/esm/models/mappers.d.ts +44 -0
  142. package/dist/esm/models/mappers.d.ts.map +1 -0
  143. package/dist/esm/models/mappers.js +1083 -0
  144. package/dist/esm/models/mappers.js.map +1 -0
  145. package/dist/esm/models/parameters.d.ts +18 -0
  146. package/dist/esm/models/parameters.d.ts.map +1 -0
  147. package/dist/esm/models/parameters.js +154 -0
  148. package/dist/esm/models/parameters.js.map +1 -0
  149. package/dist/esm/operations/index.d.ts +5 -0
  150. package/dist/esm/operations/index.d.ts.map +1 -0
  151. package/dist/esm/operations/index.js +12 -0
  152. package/dist/esm/operations/index.js.map +1 -0
  153. package/dist/esm/operations/operations.d.ts +32 -0
  154. package/dist/esm/operations/operations.d.ts.map +1 -0
  155. package/dist/esm/operations/operations.js +116 -0
  156. package/dist/esm/operations/operations.js.map +1 -0
  157. package/dist/esm/operations/sapDiscoverySites.d.ts +121 -0
  158. package/dist/esm/operations/sapDiscoverySites.d.ts.map +1 -0
  159. package/dist/esm/operations/sapDiscoverySites.js +552 -0
  160. package/dist/esm/operations/sapDiscoverySites.js.map +1 -0
  161. package/dist/esm/operations/sapInstances.d.ts +96 -0
  162. package/dist/esm/operations/sapInstances.d.ts.map +1 -0
  163. package/dist/esm/operations/sapInstances.js +401 -0
  164. package/dist/esm/operations/sapInstances.js.map +1 -0
  165. package/dist/esm/operations/serverInstances.d.ts +106 -0
  166. package/dist/esm/operations/serverInstances.d.ts.map +1 -0
  167. package/dist/esm/operations/serverInstances.js +432 -0
  168. package/dist/esm/operations/serverInstances.js.map +1 -0
  169. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  170. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  171. package/dist/esm/operationsInterfaces/index.js +12 -0
  172. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  174. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/operations.js +9 -0
  176. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
  178. package/dist/esm/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/sapDiscoverySites.js +9 -0
  180. package/dist/esm/operationsInterfaces/sapDiscoverySites.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/sapInstances.d.ts +71 -0
  182. package/dist/esm/operationsInterfaces/sapInstances.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/sapInstances.js +9 -0
  184. package/dist/esm/operationsInterfaces/sapInstances.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/serverInstances.d.ts +79 -0
  186. package/dist/esm/operationsInterfaces/serverInstances.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/serverInstances.js +9 -0
  188. package/dist/esm/operationsInterfaces/serverInstances.js.map +1 -0
  189. package/dist/esm/package.json +3 -0
  190. package/dist/esm/pagingHelper.d.ts +13 -0
  191. package/dist/esm/pagingHelper.d.ts.map +1 -0
  192. package/dist/esm/pagingHelper.js +30 -0
  193. package/dist/esm/pagingHelper.js.map +1 -0
  194. package/dist/esm/workloadsClient.d.ts +23 -0
  195. package/dist/esm/workloadsClient.d.ts.map +1 -0
  196. package/dist/esm/workloadsClient.js +112 -0
  197. package/dist/esm/workloadsClient.js.map +1 -0
  198. package/dist/react-native/index.d.ts +5 -0
  199. package/dist/react-native/index.d.ts.map +1 -0
  200. package/dist/react-native/index.js +13 -0
  201. package/dist/react-native/index.js.map +1 -0
  202. package/dist/react-native/lroImpl.d.ts +11 -0
  203. package/dist/react-native/lroImpl.d.ts.map +1 -0
  204. package/dist/react-native/lroImpl.js +18 -0
  205. package/dist/react-native/lroImpl.js.map +1 -0
  206. package/dist/react-native/models/index.d.ts +896 -0
  207. package/dist/react-native/models/index.d.ts.map +1 -0
  208. package/dist/react-native/models/index.js +142 -0
  209. package/dist/react-native/models/index.js.map +1 -0
  210. package/dist/react-native/models/mappers.d.ts +44 -0
  211. package/dist/react-native/models/mappers.d.ts.map +1 -0
  212. package/dist/react-native/models/mappers.js +1083 -0
  213. package/dist/react-native/models/mappers.js.map +1 -0
  214. package/dist/react-native/models/parameters.d.ts +18 -0
  215. package/dist/react-native/models/parameters.d.ts.map +1 -0
  216. package/dist/react-native/models/parameters.js +154 -0
  217. package/dist/react-native/models/parameters.js.map +1 -0
  218. package/dist/react-native/operations/index.d.ts +5 -0
  219. package/dist/react-native/operations/index.d.ts.map +1 -0
  220. package/dist/react-native/operations/index.js +12 -0
  221. package/dist/react-native/operations/index.js.map +1 -0
  222. package/dist/react-native/operations/operations.d.ts +32 -0
  223. package/dist/react-native/operations/operations.d.ts.map +1 -0
  224. package/dist/react-native/operations/operations.js +116 -0
  225. package/dist/react-native/operations/operations.js.map +1 -0
  226. package/dist/react-native/operations/sapDiscoverySites.d.ts +121 -0
  227. package/dist/react-native/operations/sapDiscoverySites.d.ts.map +1 -0
  228. package/dist/react-native/operations/sapDiscoverySites.js +552 -0
  229. package/dist/react-native/operations/sapDiscoverySites.js.map +1 -0
  230. package/dist/react-native/operations/sapInstances.d.ts +96 -0
  231. package/dist/react-native/operations/sapInstances.d.ts.map +1 -0
  232. package/dist/react-native/operations/sapInstances.js +401 -0
  233. package/dist/react-native/operations/sapInstances.js.map +1 -0
  234. package/dist/react-native/operations/serverInstances.d.ts +106 -0
  235. package/dist/react-native/operations/serverInstances.d.ts.map +1 -0
  236. package/dist/react-native/operations/serverInstances.js +432 -0
  237. package/dist/react-native/operations/serverInstances.js.map +1 -0
  238. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  239. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  240. package/dist/react-native/operationsInterfaces/index.js +12 -0
  241. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  242. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  243. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  244. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  245. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  246. package/dist/react-native/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
  247. package/dist/react-native/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
  248. package/dist/react-native/operationsInterfaces/sapDiscoverySites.js +9 -0
  249. package/dist/react-native/operationsInterfaces/sapDiscoverySites.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/sapInstances.d.ts +71 -0
  251. package/dist/react-native/operationsInterfaces/sapInstances.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/sapInstances.js +9 -0
  253. package/dist/react-native/operationsInterfaces/sapInstances.js.map +1 -0
  254. package/dist/react-native/operationsInterfaces/serverInstances.d.ts +79 -0
  255. package/dist/react-native/operationsInterfaces/serverInstances.d.ts.map +1 -0
  256. package/dist/react-native/operationsInterfaces/serverInstances.js +9 -0
  257. package/dist/react-native/operationsInterfaces/serverInstances.js.map +1 -0
  258. package/dist/react-native/package.json +3 -0
  259. package/dist/react-native/pagingHelper.d.ts +13 -0
  260. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  261. package/dist/react-native/pagingHelper.js +30 -0
  262. package/dist/react-native/pagingHelper.js.map +1 -0
  263. package/dist/react-native/workloadsClient.d.ts +23 -0
  264. package/dist/react-native/workloadsClient.d.ts.map +1 -0
  265. package/dist/react-native/workloadsClient.js +112 -0
  266. package/dist/react-native/workloadsClient.js.map +1 -0
  267. package/package.json +86 -72
  268. package/dist/index.js +0 -3134
  269. package/dist/index.js.map +0 -1
  270. package/dist/index.min.js +0 -1
  271. package/dist/index.min.js.map +0 -1
  272. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  275. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  276. package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.js +0 -47
  279. package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.js +0 -39
  283. package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.js.map +0 -1
  284. package/dist-esm/samples-dev/sapDiscoverySitesGetSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/sapDiscoverySitesGetSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/sapDiscoverySitesGetSample.js +0 -39
  287. package/dist-esm/samples-dev/sapDiscoverySitesGetSample.js.map +0 -1
  288. package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.js +0 -39
  291. package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.js.map +0 -1
  292. package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.js +0 -54
  295. package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.js.map +0 -1
  296. package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.js +0 -53
  299. package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.js.map +0 -1
  300. package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.js +0 -40
  303. package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.js.map +0 -1
  304. package/dist-esm/samples-dev/sapInstancesCreateSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/sapInstancesCreateSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/sapInstancesCreateSample.js +0 -45
  307. package/dist-esm/samples-dev/sapInstancesCreateSample.js.map +0 -1
  308. package/dist-esm/samples-dev/sapInstancesDeleteSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/sapInstancesDeleteSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/sapInstancesDeleteSample.js +0 -40
  311. package/dist-esm/samples-dev/sapInstancesDeleteSample.js.map +0 -1
  312. package/dist-esm/samples-dev/sapInstancesGetSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/sapInstancesGetSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/sapInstancesGetSample.js +0 -40
  315. package/dist-esm/samples-dev/sapInstancesGetSample.js.map +0 -1
  316. package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.d.ts +0 -2
  317. package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.js +0 -55
  319. package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.js.map +0 -1
  320. package/dist-esm/samples-dev/sapInstancesUpdateSample.d.ts +0 -2
  321. package/dist-esm/samples-dev/sapInstancesUpdateSample.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/sapInstancesUpdateSample.js +0 -41
  323. package/dist-esm/samples-dev/sapInstancesUpdateSample.js.map +0 -1
  324. package/dist-esm/samples-dev/serverInstancesCreateSample.d.ts +0 -2
  325. package/dist-esm/samples-dev/serverInstancesCreateSample.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/serverInstancesCreateSample.js +0 -42
  327. package/dist-esm/samples-dev/serverInstancesCreateSample.js.map +0 -1
  328. package/dist-esm/samples-dev/serverInstancesDeleteSample.d.ts +0 -2
  329. package/dist-esm/samples-dev/serverInstancesDeleteSample.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/serverInstancesDeleteSample.js +0 -41
  331. package/dist-esm/samples-dev/serverInstancesDeleteSample.js.map +0 -1
  332. package/dist-esm/samples-dev/serverInstancesGetSample.d.ts +0 -2
  333. package/dist-esm/samples-dev/serverInstancesGetSample.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/serverInstancesGetSample.js +0 -41
  335. package/dist-esm/samples-dev/serverInstancesGetSample.js.map +0 -1
  336. package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.d.ts +0 -2
  337. package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.js +0 -56
  339. package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.js.map +0 -1
  340. package/dist-esm/samples-dev/serverInstancesUpdateSample.d.ts +0 -2
  341. package/dist-esm/samples-dev/serverInstancesUpdateSample.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/serverInstancesUpdateSample.js +0 -42
  343. package/dist-esm/samples-dev/serverInstancesUpdateSample.js.map +0 -1
  344. package/dist-esm/src/index.d.ts +0 -6
  345. package/dist-esm/src/index.d.ts.map +0 -1
  346. package/dist-esm/src/index.js.map +0 -1
  347. package/dist-esm/src/lroImpl.js +0 -21
  348. package/dist-esm/src/lroImpl.js.map +0 -1
  349. package/dist-esm/src/models/index.js.map +0 -1
  350. package/dist-esm/src/models/mappers.js.map +0 -1
  351. package/dist-esm/src/models/parameters.js.map +0 -1
  352. package/dist-esm/src/operations/index.d.ts +0 -5
  353. package/dist-esm/src/operations/index.js.map +0 -1
  354. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  355. package/dist-esm/src/operations/operations.js.map +0 -1
  356. package/dist-esm/src/operations/sapDiscoverySites.d.ts.map +0 -1
  357. package/dist-esm/src/operations/sapDiscoverySites.js.map +0 -1
  358. package/dist-esm/src/operations/sapInstances.d.ts.map +0 -1
  359. package/dist-esm/src/operations/sapInstances.js.map +0 -1
  360. package/dist-esm/src/operations/serverInstances.d.ts.map +0 -1
  361. package/dist-esm/src/operations/serverInstances.js.map +0 -1
  362. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  363. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  364. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/sapDiscoverySites.d.ts.map +0 -1
  366. package/dist-esm/src/operationsInterfaces/sapDiscoverySites.js.map +0 -1
  367. package/dist-esm/src/operationsInterfaces/sapInstances.d.ts.map +0 -1
  368. package/dist-esm/src/operationsInterfaces/sapInstances.js.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/serverInstances.d.ts.map +0 -1
  370. package/dist-esm/src/operationsInterfaces/serverInstances.js.map +0 -1
  371. package/dist-esm/src/pagingHelper.js.map +0 -1
  372. package/dist-esm/src/workloadsClient.d.ts.map +0 -1
  373. package/dist-esm/src/workloadsClient.js.map +0 -1
  374. package/dist-esm/test/migrationdiscoverysap_operations_test.spec.d.ts +0 -4
  375. package/dist-esm/test/migrationdiscoverysap_operations_test.spec.d.ts.map +0 -1
  376. package/dist-esm/test/migrationdiscoverysap_operations_test.spec.js +0 -73
  377. package/dist-esm/test/migrationdiscoverysap_operations_test.spec.js.map +0 -1
  378. package/src/lroImpl.ts +0 -42
  379. package/src/models/index.ts +0 -1015
  380. package/src/models/mappers.ts +0 -1123
  381. package/src/models/parameters.ts +0 -182
  382. package/src/operations/index.ts +0 -12
  383. package/src/operations/operations.ts +0 -149
  384. package/src/operations/sapDiscoverySites.ts +0 -756
  385. package/src/operations/sapInstances.ts +0 -567
  386. package/src/operations/serverInstances.ts +0 -616
  387. package/src/operationsInterfaces/index.ts +0 -12
  388. package/src/operationsInterfaces/operations.ts +0 -22
  389. package/src/operationsInterfaces/sapDiscoverySites.ts +0 -158
  390. package/src/operationsInterfaces/sapInstances.ts +0 -133
  391. package/src/operationsInterfaces/serverInstances.ts +0 -148
  392. package/src/pagingHelper.ts +0 -39
  393. package/src/workloadsClient.ts +0 -157
  394. package/tsconfig.json +0 -33
  395. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  396. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  397. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  398. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  399. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  400. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  401. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  402. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  403. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sapDiscoverySites.js +0 -0
  405. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sapInstances.js +0 -0
  406. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverInstances.js +0 -0
  407. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  408. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  409. /package/review/{arm-migrationdiscoverysap.api.md → arm-migrationdiscoverysap-node.api.md} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 1.0.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 1.0.0-beta.1 (2024-03-12)
4
14
 
5
15
  The package of @azure/arm-migrationdiscoverysap is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ SAP Migration client provides access to various operations for SAP Migration.
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrationdiscovery/arm-migrationdiscoverysap) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-migrationdiscoverysap) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-migrationdiscoverysap?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-migrationdiscoverysap?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,26 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure Workloads** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { WorkloadsClient } = require("@azure/arm-migrationdiscoverysap");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { WorkloadsClient } from "@azure/arm-migrationdiscoverysap";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new WorkloadsClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new WorkloadsClient(credential, subscriptionId);
65
59
  ```
66
60
 
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { WorkloadsClient } from "@azure/arm-migrationdiscoverysap";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new WorkloadsClient(credential, subscriptionId);
73
+ ```
67
74
 
68
75
  ### JavaScript Bundle
76
+
69
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
78
 
71
79
  ## Key concepts
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -99,9 +108,7 @@ If you'd like to contribute to this library, please read the [contributing guide
99
108
 
100
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
110
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmigrationdiscovery%2Farm-migrationdiscoverysap%2FREADME.png)
103
-
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
111
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
112
  [azure_sub]: https://azure.microsoft.com/free/
106
113
  [azure_sub]: https://azure.microsoft.com/free/
107
114
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { WorkloadsClient } from "./workloadsClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { WorkloadsClient } from "./workloadsClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { WorkloadsClient } from "./workloadsClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { WorkloadsClient } from \"./workloadsClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,18 @@
1
+ export function createLroSpec(inputs) {
2
+ const { args, spec, sendOperationFn } = inputs;
3
+ return {
4
+ requestMethod: spec.httpMethod,
5
+ requestPath: spec.path,
6
+ sendInitialRequest: () => sendOperationFn(args, spec),
7
+ sendPollRequest: (path, options) => {
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal,
14
+ });
15
+ },
16
+ };
17
+ }
18
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\nexport type PerformanceDataUnion =\n | PerformanceData\n | ExcelPerformanceData\n | NativePerformanceData;\n\n/** The response of a SAPDiscoverySite list operation. */\nexport interface SAPDiscoverySiteListResult {\n /** The SAPDiscoverySite items on this page */\n value: SAPDiscoverySite[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the SAP Migration discovery site resource properties. */\nexport interface SAPDiscoverySiteProperties {\n /** The master site ID from Azure Migrate. */\n masterSiteId?: string;\n /** The migrate project ID from Azure Migrate. */\n migrateProjectId?: string;\n /**\n * Defines the provisioning states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Indicates any errors on the SAP Migration discovery site resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: SAPMigrateError;\n}\n\n/** An error response from the SAP migrate resources. */\nexport interface SAPMigrateError {\n /** The SAP Discovery site resource error body. */\n properties?: ErrorDefinition;\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Description of the recommendation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendation?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinition[];\n}\n\n/** The extended location definition. */\nexport interface ExtendedLocation {\n /** The extended location type. */\n type: string;\n /** The extended location name. */\n name: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The type used for updating tags in SAPDiscoverySite resources. */\nexport interface SAPDiscoverySiteTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n}\n\n/** The response of a SAPInstance list operation. */\nexport interface SAPInstanceListResult {\n /** The SAPInstance items on this page */\n value: SAPInstance[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the SAP Instance properties. */\nexport interface SAPInstanceProperties {\n /**\n * This is the SID of SAP System. Keeping this not equal to ID as different landscapes can have repeated System SID IDs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemSid?: string;\n /**\n * The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly environment?: SapInstanceEnvironment;\n /**\n * This is the SID of the production system in a landscape. An SAP system could itself be a production SID or a part of a landscape with a different Production SID. This field can be used to relate non-prod SIDs, other components, SID (WEBDISP) to the prod SID. Enter the value of Production SID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly landscapeSid?: string;\n /**\n * Enter a business function/department identifier to group multiple SIDs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly application?: string;\n /**\n * Defines the provisioning states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Defines the errors related to SAP Instance resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: SAPMigrateError;\n}\n\n/** The type used for updating tags in SAPInstance resources. */\nexport interface SAPInstanceTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a ServerInstance list operation. */\nexport interface ServerInstanceListResult {\n /** The ServerInstance items on this page */\n value: ServerInstance[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the SAP Instance properties. */\nexport interface ServerInstanceProperties {\n /**\n * This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverName?: string;\n /**\n * Defines the type SAP instance on this server instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sapInstanceType?: SapInstanceType;\n /**\n * This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceSid?: string;\n /**\n * This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sapProduct?: string;\n /**\n * Provide the product version of the SAP product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sapProductVersion?: string;\n /**\n * This is Operating System on which the host server is running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: OperatingSystem;\n /**\n * Configuration data for this server instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationData?: ConfigurationData;\n /**\n * Configuration data for this server instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly performanceData?: PerformanceDataUnion;\n /**\n * Defines the provisioning states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Defines the errors related to SAP Instance resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: SAPMigrateError;\n}\n\n/** The SAP instance specific configuration data. */\nexport interface ConfigurationData {\n /**\n * Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly saps?: number;\n /**\n * Provide the CPU value of the server. For example, 16, 32 etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpu?: number;\n /**\n * Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuType?: string;\n /**\n * Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuInMhz?: number;\n /**\n * Provide the RAM of the server. This should be a non-zero value. For example, 256.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ram?: number;\n /**\n * Provide the HW manufacturer company of the server. For example, Microsoft Corporation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hardwareManufacturer?: string;\n /**\n * Specify if the Hardware is a physical server or virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly model?: string;\n /**\n * Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalDiskSizeGB?: number;\n /**\n * Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalDiskIops?: number;\n /**\n * The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseType?: DatabaseType;\n /**\n * Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetHanaRamSizeGB?: number;\n}\n\n/** The SAP instance specific performance data. */\nexport interface PerformanceData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataSource: \"Excel\" | \"Native\";\n}\n\n/** Defines the request body for updating Server Instances resource. */\nexport interface UpdateServerInstanceRequest {\n /** Server instances properties. */\n properties?: ServerInstanceProperties;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The SAP instance specific performance data for Excel import. */\nexport interface ExcelPerformanceData extends PerformanceData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataSource: \"Excel\";\n /**\n * Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCpuLoad?: number;\n /**\n * Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalSourceDbSizeGB?: number;\n}\n\n/** The SAP instance specific performance data for native discovery. */\nexport interface NativePerformanceData extends PerformanceData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataSource: \"Native\";\n}\n\n/** Define the SAP Migration discovery site resource. */\nexport interface SAPDiscoverySite extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPDiscoverySiteProperties;\n /** The extended location definition. */\n extendedLocation?: ExtendedLocation;\n}\n\n/** Define the SAP Instance resource. */\nexport interface SAPInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPInstanceProperties;\n}\n\n/** Define the Server Instance resource. */\nexport interface ServerInstance extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ServerInstanceProperties;\n}\n\n/** Defines headers for SapDiscoverySites_create operation. */\nexport interface SapDiscoverySitesCreateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for SapDiscoverySites_delete operation. */\nexport interface SapDiscoverySitesDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for SapDiscoverySites_importEntities operation. */\nexport interface SapDiscoverySitesImportEntitiesHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for SapInstances_create operation. */\nexport interface SapInstancesCreateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for SapInstances_delete operation. */\nexport interface SapInstancesDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for ServerInstances_create operation. */\nexport interface ServerInstancesCreateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ServerInstances_delete operation. */\nexport interface ServerInstancesDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** The provisioning state Succeeded. */\n Succeeded = \"Succeeded\",\n /** The provisioning state Updating. */\n Updating = \"Updating\",\n /** The provisioning state Failed. */\n Failed = \"Failed\",\n /** The provisioning state Creating. */\n Creating = \"Creating\",\n /** The provisioning state Cancelled. */\n Canceled = \"Canceled\",\n /** The provisioning state Accepted. */\n Accepted = \"Accepted\",\n /** The provisioning state Deleting. */\n Deleting = \"Deleting\",\n /** The provisioning state Unknown. */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The provisioning state Succeeded. \\\n * **Updating**: The provisioning state Updating. \\\n * **Failed**: The provisioning state Failed. \\\n * **Creating**: The provisioning state Creating. \\\n * **Canceled**: The provisioning state Cancelled. \\\n * **Accepted**: The provisioning state Accepted. \\\n * **Deleting**: The provisioning state Deleting. \\\n * **Unknown**: The provisioning state Unknown.\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SapInstanceEnvironment} that the service accepts. */\nexport enum KnownSapInstanceEnvironment {\n /** The type of Sap Instance Environment- Production. */\n Production = \"Production\",\n /** The type of Sap Instance Environment- PreProduction. */\n PreProduction = \"PreProduction\",\n /** The type of Sap Instance Environment- Test. */\n Test = \"Test\",\n /** The type of Sap Instance Environment- QualityAssurance. */\n QualityAssurance = \"QualityAssurance\",\n /** The type of Sap Instance Environment- Development. */\n Development = \"Development\",\n /** The type of Sap Instance Environment- Sandbox. */\n Sandbox = \"Sandbox\",\n /** The type of Sap Instance Environment- DisasterRecovery. */\n DisasterRecovery = \"DisasterRecovery\",\n /** The type of Sap Instance Environment- Training. */\n Training = \"Training\",\n}\n\n/**\n * Defines values for SapInstanceEnvironment. \\\n * {@link KnownSapInstanceEnvironment} can be used interchangeably with SapInstanceEnvironment,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production**: The type of Sap Instance Environment- Production. \\\n * **PreProduction**: The type of Sap Instance Environment- PreProduction. \\\n * **Test**: The type of Sap Instance Environment- Test. \\\n * **QualityAssurance**: The type of Sap Instance Environment- QualityAssurance. \\\n * **Development**: The type of Sap Instance Environment- Development. \\\n * **Sandbox**: The type of Sap Instance Environment- Sandbox. \\\n * **DisasterRecovery**: The type of Sap Instance Environment- DisasterRecovery. \\\n * **Training**: The type of Sap Instance Environment- Training.\n */\nexport type SapInstanceEnvironment = string;\n\n/** Known values of {@link SapInstanceType} that the service accepts. */\nexport enum KnownSapInstanceType {\n /** The type of Sap Instance- ASCS. */\n Ascs = \"ASCS\",\n /** The type of Sap Instance- DB. */\n DB = \"DB\",\n /** The type of Sap Instance- APP. */\n APP = \"APP\",\n /** The type of Sap Instance- SCS. */\n SCS = \"SCS\",\n /** The type of Sap Instance- WEBDISP. */\n Webdisp = \"WEBDISP\",\n}\n\n/**\n * Defines values for SapInstanceType. \\\n * {@link KnownSapInstanceType} can be used interchangeably with SapInstanceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ASCS**: The type of Sap Instance- ASCS. \\\n * **DB**: The type of Sap Instance- DB. \\\n * **APP**: The type of Sap Instance- APP. \\\n * **SCS**: The type of Sap Instance- SCS. \\\n * **WEBDISP**: The type of Sap Instance- WEBDISP.\n */\nexport type SapInstanceType = string;\n\n/** Known values of {@link OperatingSystem} that the service accepts. */\nexport enum KnownOperatingSystem {\n /** The type of Operating system- IBMAIX. */\n Ibmaix = \"IBMAIX\",\n /** The type of Operating system- RedHat. */\n RedHat = \"RedHat\",\n /** The type of Operating system- SUSE. */\n Suse = \"SUSE\",\n /** The type of Operating system- Solaris. */\n Solaris = \"Solaris\",\n /** The type of Operating system- Unix. */\n Unix = \"Unix\",\n /** The type of Operating system- WindowsServer. */\n WindowsServer = \"WindowsServer\",\n}\n\n/**\n * Defines values for OperatingSystem. \\\n * {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IBMAIX**: The type of Operating system- IBMAIX. \\\n * **RedHat**: The type of Operating system- RedHat. \\\n * **SUSE**: The type of Operating system- SUSE. \\\n * **Solaris**: The type of Operating system- Solaris. \\\n * **Unix**: The type of Operating system- Unix. \\\n * **WindowsServer**: The type of Operating system- WindowsServer.\n */\nexport type OperatingSystem = string;\n\n/** Known values of {@link DatabaseType} that the service accepts. */\nexport enum KnownDatabaseType {\n /** The type of Database- Adabas. */\n Adabas = \"Adabas\",\n /** The type of Database- Oracle. */\n Oracle = \"Oracle\",\n /** The type of Database- SAPMaxDB. */\n SAPMaxDB = \"SAPMaxDB\",\n /** The type of Database- Db2. */\n Db2 = \"Db2\",\n /** The type of Database- SAPASE. */\n Sapase = \"SAPASE\",\n /** The type of Database- SQLServer. */\n SQLServer = \"SQLServer\",\n /** The type of Database- Informix. */\n Informix = \"Informix\",\n /** The type of Database- SAPDB. */\n Sapdb = \"SAPDB\",\n /** The type of Database- HANA. */\n Hana = \"HANA\",\n}\n\n/**\n * Defines values for DatabaseType. \\\n * {@link KnownDatabaseType} can be used interchangeably with DatabaseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Adabas**: The type of Database- Adabas. \\\n * **Oracle**: The type of Database- Oracle. \\\n * **SAPMaxDB**: The type of Database- SAPMaxDB. \\\n * **Db2**: The type of Database- Db2. \\\n * **SAPASE**: The type of Database- SAPASE. \\\n * **SQLServer**: The type of Database- SQLServer. \\\n * **Informix**: The type of Database- Informix. \\\n * **SAPDB**: The type of Database- SAPDB. \\\n * **HANA**: The type of Database- HANA.\n */\nexport type DatabaseType = string;\n\n/** Known values of {@link DataSource} that the service accepts. */\nexport enum KnownDataSource {\n /** The type of DataSource- Excel. */\n Excel = \"Excel\",\n /** The type of DataSource- Native. */\n Native = \"Native\",\n}\n\n/**\n * Defines values for DataSource. \\\n * {@link KnownDataSource} can be used interchangeably with DataSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Excel**: The type of DataSource- Excel. \\\n * **Native**: The type of DataSource- Native.\n */\nexport type DataSource = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link Versions} that the service accepts. */\nexport enum KnownVersions {\n /** The 2023-10-01-preview API version. */\n V20231001Preview = \"2023-10-01-preview\",\n}\n\n/**\n * Defines values for Versions. \\\n * {@link KnownVersions} can be used interchangeably with Versions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2023-10-01-preview**: The 2023-10-01-preview API version.\n */\nexport type Versions = string;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SapDiscoverySitesListBySubscriptionResponse =\n SAPDiscoverySiteListResult;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SapDiscoverySitesListByResourceGroupResponse =\n SAPDiscoverySiteListResult;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SapDiscoverySitesGetResponse = SAPDiscoverySite;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SapDiscoverySitesCreateResponse = SAPDiscoverySite;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SapDiscoverySitesUpdateResponse = SAPDiscoverySite;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesImportEntitiesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the importEntities operation. */\nexport type SapDiscoverySitesImportEntitiesResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SapDiscoverySitesListBySubscriptionNextResponse =\n SAPDiscoverySiteListResult;\n\n/** Optional parameters. */\nexport interface SapDiscoverySitesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SapDiscoverySitesListByResourceGroupNextResponse =\n SAPDiscoverySiteListResult;\n\n/** Optional parameters. */\nexport interface SapInstancesListBySapDiscoverySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySapDiscoverySite operation. */\nexport type SapInstancesListBySapDiscoverySiteResponse = SAPInstanceListResult;\n\n/** Optional parameters. */\nexport interface SapInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SapInstancesGetResponse = SAPInstance;\n\n/** Optional parameters. */\nexport interface SapInstancesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SapInstancesCreateResponse = SAPInstance;\n\n/** Optional parameters. */\nexport interface SapInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SapInstancesUpdateResponse = SAPInstance;\n\n/** Optional parameters. */\nexport interface SapInstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SapInstancesListBySapDiscoverySiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySapDiscoverySiteNext operation. */\nexport type SapInstancesListBySapDiscoverySiteNextResponse =\n SAPInstanceListResult;\n\n/** Optional parameters. */\nexport interface ServerInstancesListBySapInstanceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySapInstance operation. */\nexport type ServerInstancesListBySapInstanceResponse = ServerInstanceListResult;\n\n/** Optional parameters. */\nexport interface ServerInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerInstancesGetResponse = ServerInstance;\n\n/** Optional parameters. */\nexport interface ServerInstancesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ServerInstancesCreateResponse = ServerInstance;\n\n/** Optional parameters. */\nexport interface ServerInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServerInstancesUpdateResponse = ServerInstance;\n\n/** Optional parameters. */\nexport interface ServerInstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServerInstancesListBySapInstanceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySapInstanceNext operation. */\nexport type ServerInstancesListBySapInstanceNextResponse =\n ServerInstanceListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface WorkloadsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -832,26 +832,32 @@ export const TrackedResource = {
832
832
  type: {
833
833
  name: "Composite",
834
834
  className: "TrackedResource",
835
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
835
+ modelProperties: {
836
+ ...Resource.type.modelProperties,
837
+ tags: {
836
838
  serializedName: "tags",
837
839
  type: {
838
840
  name: "Dictionary",
839
841
  value: { type: { name: "String" } },
840
842
  },
841
- }, location: {
843
+ },
844
+ location: {
842
845
  serializedName: "location",
843
846
  required: true,
844
847
  type: {
845
848
  name: "String",
846
849
  },
847
- } }),
850
+ },
851
+ },
848
852
  },
849
853
  };
850
854
  export const ProxyResource = {
851
855
  type: {
852
856
  name: "Composite",
853
857
  className: "ProxyResource",
854
- modelProperties: Object.assign({}, Resource.type.modelProperties),
858
+ modelProperties: {
859
+ ...Resource.type.modelProperties,
860
+ },
855
861
  },
856
862
  };
857
863
  export const ExcelPerformanceData = {
@@ -861,19 +867,23 @@ export const ExcelPerformanceData = {
861
867
  className: "ExcelPerformanceData",
862
868
  uberParent: "PerformanceData",
863
869
  polymorphicDiscriminator: PerformanceData.type.polymorphicDiscriminator,
864
- modelProperties: Object.assign(Object.assign({}, PerformanceData.type.modelProperties), { maxCpuLoad: {
870
+ modelProperties: {
871
+ ...PerformanceData.type.modelProperties,
872
+ maxCpuLoad: {
865
873
  serializedName: "maxCpuLoad",
866
874
  readOnly: true,
867
875
  type: {
868
876
  name: "Number",
869
877
  },
870
- }, totalSourceDbSizeGB: {
878
+ },
879
+ totalSourceDbSizeGB: {
871
880
  serializedName: "totalSourceDbSizeGB",
872
881
  readOnly: true,
873
882
  type: {
874
883
  name: "Number",
875
884
  },
876
- } }),
885
+ },
886
+ },
877
887
  },
878
888
  };
879
889
  export const NativePerformanceData = {
@@ -883,52 +893,64 @@ export const NativePerformanceData = {
883
893
  className: "NativePerformanceData",
884
894
  uberParent: "PerformanceData",
885
895
  polymorphicDiscriminator: PerformanceData.type.polymorphicDiscriminator,
886
- modelProperties: Object.assign({}, PerformanceData.type.modelProperties),
896
+ modelProperties: {
897
+ ...PerformanceData.type.modelProperties,
898
+ },
887
899
  },
888
900
  };
889
901
  export const SAPDiscoverySite = {
890
902
  type: {
891
903
  name: "Composite",
892
904
  className: "SAPDiscoverySite",
893
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
905
+ modelProperties: {
906
+ ...TrackedResource.type.modelProperties,
907
+ properties: {
894
908
  serializedName: "properties",
895
909
  type: {
896
910
  name: "Composite",
897
911
  className: "SAPDiscoverySiteProperties",
898
912
  },
899
- }, extendedLocation: {
913
+ },
914
+ extendedLocation: {
900
915
  serializedName: "extendedLocation",
901
916
  type: {
902
917
  name: "Composite",
903
918
  className: "ExtendedLocation",
904
919
  },
905
- } }),
920
+ },
921
+ },
906
922
  },
907
923
  };
908
924
  export const SAPInstance = {
909
925
  type: {
910
926
  name: "Composite",
911
927
  className: "SAPInstance",
912
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
928
+ modelProperties: {
929
+ ...TrackedResource.type.modelProperties,
930
+ properties: {
913
931
  serializedName: "properties",
914
932
  type: {
915
933
  name: "Composite",
916
934
  className: "SAPInstanceProperties",
917
935
  },
918
- } }),
936
+ },
937
+ },
919
938
  },
920
939
  };
921
940
  export const ServerInstance = {
922
941
  type: {
923
942
  name: "Composite",
924
943
  className: "ServerInstance",
925
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
944
+ modelProperties: {
945
+ ...ProxyResource.type.modelProperties,
946
+ properties: {
926
947
  serializedName: "properties",
927
948
  type: {
928
949
  name: "Composite",
929
950
  className: "ServerInstanceProperties",
930
951
  },
931
- } }),
952
+ },
953
+ },
932
954
  },
933
955
  };
934
956
  export const SapDiscoverySitesCreateHeaders = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const SAPDiscoverySiteListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySiteListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySite\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SAPDiscoverySiteProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySiteProperties\",\n modelProperties: {\n masterSiteId: {\n serializedName: \"masterSiteId\",\n type: {\n name: \"String\",\n },\n },\n migrateProjectId: {\n serializedName: \"migrateProjectId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"SAPMigrateError\",\n },\n },\n },\n },\n};\n\nexport const SAPMigrateError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPMigrateError\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n },\n },\n },\n },\n};\n\nexport const ErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\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 recommendation: {\n serializedName: \"recommendation\",\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: \"ErrorDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const SAPDiscoverySiteTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySiteTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const OperationStatusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const SAPInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SAPInstance\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SAPInstanceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPInstanceProperties\",\n modelProperties: {\n systemSid: {\n serializedName: \"systemSid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n landscapeSid: {\n serializedName: \"landscapeSid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n application: {\n serializedName: \"application\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"SAPMigrateError\",\n },\n },\n },\n },\n};\n\nexport const SAPInstanceTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPInstanceTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ServerInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerInstance\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerInstanceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerInstanceProperties\",\n modelProperties: {\n serverName: {\n serializedName: \"serverName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sapInstanceType: {\n serializedName: \"sapInstanceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instanceSid: {\n serializedName: \"instanceSid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sapProduct: {\n serializedName: \"sapProduct\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sapProductVersion: {\n serializedName: \"sapProductVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operatingSystem: {\n serializedName: \"operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurationData: {\n serializedName: \"configurationData\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationData\",\n },\n },\n performanceData: {\n serializedName: \"performanceData\",\n type: {\n name: \"Composite\",\n className: \"PerformanceData\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"SAPMigrateError\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationData\",\n modelProperties: {\n saps: {\n serializedName: \"saps\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cpu: {\n serializedName: \"cpu\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cpuType: {\n serializedName: \"cpuType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cpuInMhz: {\n serializedName: \"cpuInMhz\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n ram: {\n serializedName: \"ram\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n hardwareManufacturer: {\n serializedName: \"hardwareManufacturer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n model: {\n serializedName: \"model\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalDiskSizeGB: {\n serializedName: \"totalDiskSizeGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n totalDiskIops: {\n serializedName: \"totalDiskIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n databaseType: {\n serializedName: \"databaseType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetHanaRamSizeGB: {\n serializedName: \"targetHanaRamSizeGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PerformanceData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PerformanceData\",\n uberParent: \"PerformanceData\",\n polymorphicDiscriminator: {\n serializedName: \"dataSource\",\n clientName: \"dataSource\",\n },\n modelProperties: {\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateServerInstanceRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateServerInstanceRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServerInstanceProperties\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const ExcelPerformanceData: coreClient.CompositeMapper = {\n serializedName: \"Excel\",\n type: {\n name: \"Composite\",\n className: \"ExcelPerformanceData\",\n uberParent: \"PerformanceData\",\n polymorphicDiscriminator: PerformanceData.type.polymorphicDiscriminator,\n modelProperties: {\n ...PerformanceData.type.modelProperties,\n maxCpuLoad: {\n serializedName: \"maxCpuLoad\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n totalSourceDbSizeGB: {\n serializedName: \"totalSourceDbSizeGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const NativePerformanceData: coreClient.CompositeMapper = {\n serializedName: \"Native\",\n type: {\n name: \"Composite\",\n className: \"NativePerformanceData\",\n uberParent: \"PerformanceData\",\n polymorphicDiscriminator: PerformanceData.type.polymorphicDiscriminator,\n modelProperties: {\n ...PerformanceData.type.modelProperties,\n },\n },\n};\n\nexport const SAPDiscoverySite: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySite\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SAPDiscoverySiteProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const SAPInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SAPInstance\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SAPInstanceProperties\",\n },\n },\n },\n },\n};\n\nexport const ServerInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerInstance\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServerInstanceProperties\",\n },\n },\n },\n },\n};\n\nexport const SapDiscoverySitesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapDiscoverySitesCreateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SapDiscoverySitesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapDiscoverySitesDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SapDiscoverySitesImportEntitiesHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SapDiscoverySitesImportEntitiesHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SapInstancesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapInstancesCreateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SapInstancesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapInstancesDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerInstancesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerInstancesCreateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ServerInstancesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerInstancesDeleteHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n PerformanceData: PerformanceData,\n \"PerformanceData.Excel\": ExcelPerformanceData,\n \"PerformanceData.Native\": NativePerformanceData,\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { SAPDiscoverySite as SAPDiscoverySiteMapper, SAPDiscoverySiteTagsUpdate as SAPDiscoverySiteTagsUpdateMapper, SAPInstance as SAPInstanceMapper, SAPInstanceTagsUpdate as SAPInstanceTagsUpdateMapper, ServerInstance as ServerInstanceMapper, UpdateServerInstanceRequest as UpdateServerInstanceRequestMapper, } from "../models/mappers";
8
+ import { SAPDiscoverySite as SAPDiscoverySiteMapper, SAPDiscoverySiteTagsUpdate as SAPDiscoverySiteTagsUpdateMapper, SAPInstance as SAPInstanceMapper, SAPInstanceTagsUpdate as SAPInstanceTagsUpdateMapper, ServerInstance as ServerInstanceMapper, UpdateServerInstanceRequest as UpdateServerInstanceRequestMapper, } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -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 SAPDiscoverySite as SAPDiscoverySiteMapper,\n SAPDiscoverySiteTagsUpdate as SAPDiscoverySiteTagsUpdateMapper,\n SAPInstance as SAPInstanceMapper,\n SAPInstanceTagsUpdate as SAPInstanceTagsUpdateMapper,\n ServerInstance as ServerInstanceMapper,\n UpdateServerInstanceRequest as UpdateServerInstanceRequestMapper,\n} from \"../models/mappers.js\";\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 apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-10-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\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 constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sapDiscoverySiteName: OperationURLParameter = {\n parameterPath: \"sapDiscoverySiteName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_-]{0,78}[a-zA-Z0-9_]$\"),\n },\n serializedName: \"sapDiscoverySiteName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\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 resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: SAPDiscoverySiteMapper,\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: SAPDiscoverySiteTagsUpdateMapper,\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 sapInstanceName: OperationURLParameter = {\n parameterPath: \"sapInstanceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_-]{0,78}[a-zA-Z0-9_]$\"),\n },\n serializedName: \"sapInstanceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource1: OperationParameter = {\n parameterPath: \"resource\",\n mapper: SAPInstanceMapper,\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: SAPInstanceTagsUpdateMapper,\n};\n\nexport const serverInstanceName: OperationURLParameter = {\n parameterPath: \"serverInstanceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_-]{0,78}[a-zA-Z0-9_]$\"),\n },\n serializedName: \"serverInstanceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource2: OperationParameter = {\n parameterPath: \"resource\",\n mapper: ServerInstanceMapper,\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: UpdateServerInstanceRequestMapper,\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export * from "./sapDiscoverySites.js";
2
+ export * from "./sapInstances.js";
3
+ export * from "./serverInstances.js";
4
+ export * from "./operations.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
@@ -5,8 +5,8 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./sapDiscoverySites";
9
- export * from "./sapInstances";
10
- export * from "./serverInstances";
11
- export * from "./operations";
8
+ export * from "./sapDiscoverySites.js";
9
+ export * from "./sapInstances.js";
10
+ export * from "./serverInstances.js";
11
+ export * from "./operations.js";
12
12
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,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\nexport * from \"./sapDiscoverySites.js\";\nexport * from \"./sapInstances.js\";\nexport * from \"./serverInstances.js\";\nexport * from \"./operations.js\";\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operations } from "../operationsInterfaces";
3
- import { WorkloadsClient } from "../workloadsClient";
4
- import { Operation, OperationsListOptionalParams } from "../models";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { WorkloadsClient } from "../workloadsClient.js";
4
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
5
5
  /** Class containing Operations operations. */
6
6
  export declare class OperationsImpl implements Operations {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}