@azure/arm-quantum 1.0.0-beta.1 → 1.0.0-beta.3

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 (381) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.d.ts +3 -3
  5. package/dist/browser/azureQuantumManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.js +41 -32
  7. package/dist/browser/azureQuantumManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts +106 -41
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/index.js +8 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -1
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/mappers.js +464 -347
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
  24. package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
  25. package/{dist-esm/src → dist/browser}/models/parameters.js +43 -32
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +5 -0
  28. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  29. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/offerings.d.ts +3 -3
  32. package/dist/browser/operations/offerings.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/offerings.js +37 -59
  34. package/dist/browser/operations/offerings.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/dist/browser/operations/operations.js +116 -0
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operations/workspace.d.ts +38 -0
  40. package/dist/browser/operations/workspace.d.ts.map +1 -0
  41. package/dist/browser/operations/workspace.js +119 -0
  42. package/dist/browser/operations/workspace.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +12 -12
  44. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  45. package/dist/browser/operations/workspaces.js +457 -0
  46. package/dist/browser/operations/workspaces.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  50. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/offerings.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/offerings.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  56. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  57. package/dist/browser/operationsInterfaces/workspace.d.ts +30 -0
  58. package/dist/browser/operationsInterfaces/workspace.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/workspace.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +8 -8
  61. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  63. package/dist/browser/package.json +3 -0
  64. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  65. package/dist/browser/pagingHelper.js.map +1 -0
  66. package/dist/commonjs/azureQuantumManagementClient.d.ts +23 -0
  67. package/dist/commonjs/azureQuantumManagementClient.d.ts.map +1 -0
  68. package/dist/commonjs/azureQuantumManagementClient.js +117 -0
  69. package/dist/commonjs/azureQuantumManagementClient.js.map +1 -0
  70. package/dist/commonjs/index.d.ts +5 -0
  71. package/dist/commonjs/index.d.ts.map +1 -0
  72. package/dist/commonjs/index.js +19 -0
  73. package/dist/commonjs/index.js.map +1 -0
  74. package/dist/commonjs/lroImpl.d.ts +11 -0
  75. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  76. package/dist/commonjs/lroImpl.js +21 -0
  77. package/dist/commonjs/lroImpl.js.map +1 -0
  78. package/{types/arm-quantum.d.ts → dist/commonjs/models/index.d.ts} +614 -734
  79. package/dist/commonjs/models/index.d.ts.map +1 -0
  80. package/dist/commonjs/models/index.js +81 -0
  81. package/dist/commonjs/models/index.js.map +1 -0
  82. package/dist/commonjs/models/mappers.d.ts +32 -0
  83. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  84. package/dist/commonjs/models/mappers.js +1032 -0
  85. package/dist/commonjs/models/mappers.js.map +1 -0
  86. package/dist/commonjs/models/parameters.d.ts +15 -0
  87. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/models/parameters.js +130 -0
  89. package/dist/commonjs/models/parameters.js.map +1 -0
  90. package/dist/commonjs/operations/index.d.ts +5 -0
  91. package/dist/commonjs/operations/index.d.ts.map +1 -0
  92. package/dist/commonjs/operations/index.js +15 -0
  93. package/dist/commonjs/operations/index.js.map +1 -0
  94. package/dist/commonjs/operations/offerings.d.ts +35 -0
  95. package/dist/commonjs/operations/offerings.d.ts.map +1 -0
  96. package/dist/commonjs/operations/offerings.js +133 -0
  97. package/dist/commonjs/operations/offerings.js.map +1 -0
  98. package/dist/commonjs/operations/operations.d.ts +32 -0
  99. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  100. package/dist/commonjs/operations/operations.js +121 -0
  101. package/dist/commonjs/operations/operations.js.map +1 -0
  102. package/dist/commonjs/operations/workspace.d.ts +38 -0
  103. package/dist/commonjs/operations/workspace.d.ts.map +1 -0
  104. package/dist/commonjs/operations/workspace.js +124 -0
  105. package/dist/commonjs/operations/workspace.js.map +1 -0
  106. package/dist/commonjs/operations/workspaces.d.ts +99 -0
  107. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  108. package/dist/commonjs/operations/workspaces.js +462 -0
  109. package/dist/commonjs/operations/workspaces.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  113. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/offerings.d.ts +12 -0
  115. package/dist/commonjs/operationsInterfaces/offerings.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/offerings.js +10 -0
  117. package/dist/commonjs/operationsInterfaces/offerings.js.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  119. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  121. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/workspace.d.ts +30 -0
  123. package/dist/commonjs/operationsInterfaces/workspace.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/workspace.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/workspace.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +63 -0
  127. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  129. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  130. package/dist/commonjs/package.json +3 -0
  131. package/dist/commonjs/pagingHelper.d.ts +13 -0
  132. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  133. package/dist/commonjs/pagingHelper.js +34 -0
  134. package/dist/commonjs/pagingHelper.js.map +1 -0
  135. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  136. package/dist/esm/azureQuantumManagementClient.d.ts +23 -0
  137. package/dist/esm/azureQuantumManagementClient.d.ts.map +1 -0
  138. package/dist/esm/azureQuantumManagementClient.js +112 -0
  139. package/dist/esm/azureQuantumManagementClient.js.map +1 -0
  140. package/dist/esm/index.d.ts +5 -0
  141. package/dist/esm/index.d.ts.map +1 -0
  142. package/{src/index.ts → dist/esm/index.js} +5 -5
  143. package/dist/esm/index.js.map +1 -0
  144. package/dist/esm/lroImpl.d.ts +11 -0
  145. package/dist/esm/lroImpl.d.ts.map +1 -0
  146. package/dist/esm/lroImpl.js +18 -0
  147. package/dist/esm/lroImpl.js.map +1 -0
  148. package/dist/esm/models/index.d.ts +614 -0
  149. package/dist/esm/models/index.d.ts.map +1 -0
  150. package/dist/esm/models/index.js +78 -0
  151. package/dist/esm/models/index.js.map +1 -0
  152. package/dist/esm/models/mappers.d.ts +32 -0
  153. package/dist/esm/models/mappers.d.ts.map +1 -0
  154. package/dist/esm/models/mappers.js +1029 -0
  155. package/dist/esm/models/mappers.js.map +1 -0
  156. package/dist/esm/models/parameters.d.ts +15 -0
  157. package/dist/esm/models/parameters.d.ts.map +1 -0
  158. package/dist/esm/models/parameters.js +127 -0
  159. package/dist/esm/models/parameters.js.map +1 -0
  160. package/dist/esm/operations/index.d.ts +5 -0
  161. package/dist/esm/operations/index.d.ts.map +1 -0
  162. package/dist/esm/operations/index.js +12 -0
  163. package/dist/esm/operations/index.js.map +1 -0
  164. package/dist/esm/operations/offerings.d.ts +35 -0
  165. package/dist/esm/operations/offerings.d.ts.map +1 -0
  166. package/dist/esm/operations/offerings.js +128 -0
  167. package/dist/esm/operations/offerings.js.map +1 -0
  168. package/dist/esm/operations/operations.d.ts +32 -0
  169. package/dist/esm/operations/operations.d.ts.map +1 -0
  170. package/dist/esm/operations/operations.js +116 -0
  171. package/dist/esm/operations/operations.js.map +1 -0
  172. package/dist/esm/operations/workspace.d.ts +38 -0
  173. package/dist/esm/operations/workspace.d.ts.map +1 -0
  174. package/dist/esm/operations/workspace.js +119 -0
  175. package/dist/esm/operations/workspace.js.map +1 -0
  176. package/dist/esm/operations/workspaces.d.ts +99 -0
  177. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  178. package/dist/esm/operations/workspaces.js +457 -0
  179. package/dist/esm/operations/workspaces.js.map +1 -0
  180. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  182. package/dist/esm/operationsInterfaces/index.js +12 -0
  183. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  184. package/dist/esm/operationsInterfaces/offerings.d.ts +12 -0
  185. package/dist/esm/operationsInterfaces/offerings.d.ts.map +1 -0
  186. package/dist/esm/operationsInterfaces/offerings.js +9 -0
  187. package/dist/esm/operationsInterfaces/offerings.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  189. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/operations.js +9 -0
  191. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/workspace.d.ts +30 -0
  193. package/dist/esm/operationsInterfaces/workspace.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/workspace.js +9 -0
  195. package/dist/esm/operationsInterfaces/workspace.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/workspaces.d.ts +63 -0
  197. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  199. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  200. package/dist/esm/package.json +3 -0
  201. package/dist/esm/pagingHelper.d.ts +13 -0
  202. package/dist/esm/pagingHelper.d.ts.map +1 -0
  203. package/dist/esm/pagingHelper.js +30 -0
  204. package/dist/esm/pagingHelper.js.map +1 -0
  205. package/dist/react-native/azureQuantumManagementClient.d.ts +23 -0
  206. package/dist/react-native/azureQuantumManagementClient.d.ts.map +1 -0
  207. package/dist/react-native/azureQuantumManagementClient.js +112 -0
  208. package/dist/react-native/azureQuantumManagementClient.js.map +1 -0
  209. package/dist/react-native/index.d.ts +5 -0
  210. package/dist/react-native/index.d.ts.map +1 -0
  211. package/dist/react-native/index.js +13 -0
  212. package/dist/react-native/index.js.map +1 -0
  213. package/dist/react-native/lroImpl.d.ts +11 -0
  214. package/dist/react-native/lroImpl.d.ts.map +1 -0
  215. package/dist/react-native/lroImpl.js +18 -0
  216. package/dist/react-native/lroImpl.js.map +1 -0
  217. package/dist/react-native/models/index.d.ts +614 -0
  218. package/dist/react-native/models/index.d.ts.map +1 -0
  219. package/dist/react-native/models/index.js +78 -0
  220. package/dist/react-native/models/index.js.map +1 -0
  221. package/dist/react-native/models/mappers.d.ts +32 -0
  222. package/dist/react-native/models/mappers.d.ts.map +1 -0
  223. package/dist/react-native/models/mappers.js +1029 -0
  224. package/dist/react-native/models/mappers.js.map +1 -0
  225. package/dist/react-native/models/parameters.d.ts +15 -0
  226. package/dist/react-native/models/parameters.d.ts.map +1 -0
  227. package/dist/react-native/models/parameters.js +127 -0
  228. package/dist/react-native/models/parameters.js.map +1 -0
  229. package/dist/react-native/operations/index.d.ts +5 -0
  230. package/dist/react-native/operations/index.d.ts.map +1 -0
  231. package/dist/react-native/operations/index.js +12 -0
  232. package/dist/react-native/operations/index.js.map +1 -0
  233. package/dist/react-native/operations/offerings.d.ts +35 -0
  234. package/dist/react-native/operations/offerings.d.ts.map +1 -0
  235. package/dist/react-native/operations/offerings.js +128 -0
  236. package/dist/react-native/operations/offerings.js.map +1 -0
  237. package/dist/react-native/operations/operations.d.ts +32 -0
  238. package/dist/react-native/operations/operations.d.ts.map +1 -0
  239. package/dist/react-native/operations/operations.js +116 -0
  240. package/dist/react-native/operations/operations.js.map +1 -0
  241. package/dist/react-native/operations/workspace.d.ts +38 -0
  242. package/dist/react-native/operations/workspace.d.ts.map +1 -0
  243. package/dist/react-native/operations/workspace.js +119 -0
  244. package/dist/react-native/operations/workspace.js.map +1 -0
  245. package/dist/react-native/operations/workspaces.d.ts +99 -0
  246. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  247. package/dist/react-native/operations/workspaces.js +457 -0
  248. package/dist/react-native/operations/workspaces.js.map +1 -0
  249. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  250. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  251. package/dist/react-native/operationsInterfaces/index.js +12 -0
  252. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  253. package/dist/react-native/operationsInterfaces/offerings.d.ts +12 -0
  254. package/dist/react-native/operationsInterfaces/offerings.d.ts.map +1 -0
  255. package/dist/react-native/operationsInterfaces/offerings.js +9 -0
  256. package/dist/react-native/operationsInterfaces/offerings.js.map +1 -0
  257. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  258. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  259. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  260. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  261. package/dist/react-native/operationsInterfaces/workspace.d.ts +30 -0
  262. package/dist/react-native/operationsInterfaces/workspace.d.ts.map +1 -0
  263. package/dist/react-native/operationsInterfaces/workspace.js +9 -0
  264. package/dist/react-native/operationsInterfaces/workspace.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/workspaces.d.ts +63 -0
  266. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  268. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  269. package/dist/react-native/package.json +3 -0
  270. package/dist/react-native/pagingHelper.d.ts +13 -0
  271. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  272. package/dist/react-native/pagingHelper.js +30 -0
  273. package/dist/react-native/pagingHelper.js.map +1 -0
  274. package/package.json +83 -72
  275. package/review/{arm-quantum.api.md → arm-quantum-node.api.md} +54 -6
  276. package/dist/index.js +0 -2131
  277. package/dist/index.js.map +0 -1
  278. package/dist/index.min.js +0 -1
  279. package/dist/index.min.js.map +0 -1
  280. package/dist-esm/samples-dev/offeringsListSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/offeringsListSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/offeringsListSample.js +0 -59
  283. package/dist-esm/samples-dev/offeringsListSample.js.map +0 -1
  284. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  287. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  288. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts +0 -2
  289. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js +0 -42
  291. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js.map +0 -1
  292. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -48
  295. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  296. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -39
  299. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  300. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/workspacesGetSample.js +0 -39
  303. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  304. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -59
  307. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
  308. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -58
  311. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
  312. package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/workspacesUpdateTagsSample.js +0 -42
  315. package/dist-esm/samples-dev/workspacesUpdateTagsSample.js.map +0 -1
  316. package/dist-esm/src/azureQuantumManagementClient.d.ts.map +0 -1
  317. package/dist-esm/src/azureQuantumManagementClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -6
  319. package/dist-esm/src/index.d.ts.map +0 -1
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js +0 -21
  322. package/dist-esm/src/lroImpl.js.map +0 -1
  323. package/dist-esm/src/models/index.d.ts.map +0 -1
  324. package/dist-esm/src/models/index.js.map +0 -1
  325. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  326. package/dist-esm/src/models/mappers.js.map +0 -1
  327. package/dist-esm/src/models/parameters.js.map +0 -1
  328. package/dist-esm/src/operations/index.d.ts +0 -5
  329. package/dist-esm/src/operations/index.js.map +0 -1
  330. package/dist-esm/src/operations/offerings.d.ts.map +0 -1
  331. package/dist-esm/src/operations/offerings.js.map +0 -1
  332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  333. package/dist-esm/src/operations/operations.js +0 -138
  334. package/dist-esm/src/operations/operations.js.map +0 -1
  335. package/dist-esm/src/operations/workspace.d.ts +0 -20
  336. package/dist-esm/src/operations/workspace.d.ts.map +0 -1
  337. package/dist-esm/src/operations/workspace.js +0 -54
  338. package/dist-esm/src/operations/workspace.js.map +0 -1
  339. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  340. package/dist-esm/src/operations/workspaces.js +0 -498
  341. package/dist-esm/src/operations/workspaces.js.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  343. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  344. package/dist-esm/src/operationsInterfaces/offerings.d.ts.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/offerings.js.map +0 -1
  346. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  347. package/dist-esm/src/operationsInterfaces/workspace.d.ts +0 -12
  348. package/dist-esm/src/operationsInterfaces/workspace.d.ts.map +0 -1
  349. package/dist-esm/src/operationsInterfaces/workspace.js.map +0 -1
  350. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  351. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  352. package/dist-esm/src/pagingHelper.js.map +0 -1
  353. package/dist-esm/test/quantum_operations_test.spec.d.ts +0 -4
  354. package/dist-esm/test/quantum_operations_test.spec.d.ts.map +0 -1
  355. package/dist-esm/test/quantum_operations_test.spec.js +0 -128
  356. package/dist-esm/test/quantum_operations_test.spec.js.map +0 -1
  357. package/rollup.config.js +0 -122
  358. package/src/azureQuantumManagementClient.ts +0 -156
  359. package/src/lroImpl.ts +0 -42
  360. package/src/models/index.ts +0 -617
  361. package/src/models/mappers.ts +0 -952
  362. package/src/models/parameters.ts +0 -137
  363. package/src/operations/index.ts +0 -12
  364. package/src/operations/offerings.ts +0 -170
  365. package/src/operations/operations.ts +0 -149
  366. package/src/operations/workspace.ts +0 -74
  367. package/src/operations/workspaces.ts +0 -633
  368. package/src/operationsInterfaces/index.ts +0 -12
  369. package/src/operationsInterfaces/offerings.ts +0 -24
  370. package/src/operationsInterfaces/operations.ts +0 -22
  371. package/src/operationsInterfaces/workspace.ts +0 -28
  372. package/src/operationsInterfaces/workspaces.ts +0 -121
  373. package/src/pagingHelper.ts +0 -39
  374. package/tsconfig.json +0 -33
  375. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  376. /package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.js +0 -0
  377. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspace.js +0 -0
  379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  380. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  381. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/workspaces.ts","../src/operations/offerings.ts","../src/operations/operations.ts","../src/operations/workspace.ts","../src/azureQuantumManagementClient.ts"],"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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n","/*\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\n/** Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs. */\nexport interface Provider {\n /** Unique id of this provider. */\n providerId?: string;\n /** The sku associated with pricing information for this provider. */\n providerSku?: string;\n /** A Uri identifying the specific instance of this provider. */\n instanceUri?: string;\n /** The provider's marketplace application display name. */\n applicationName?: string;\n /** Provisioning status field */\n provisioningState?: Status;\n /** Id to track resource usage for the provider. */\n resourceUsageId?: string;\n}\n\n/** Managed Identity information. */\nexport interface QuantumWorkspaceIdentity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\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 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\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/** Tags object for patch operations. */\nexport interface TagsObject {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a list Workspaces operation. */\nexport interface WorkspaceListResult {\n /** Result of a list Workspaces operation. */\n value?: QuantumWorkspace[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Workspaces. */\n nextLink?: string;\n}\n\n/** The response of a list Providers operation. */\nexport interface OfferingsListResult {\n /** Result of a list Providers operation. */\n value?: ProviderDescription[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Providers. */\n nextLink?: string;\n}\n\n/** Information about an offering. A provider offering is an entity that offers Targets to run Azure Quantum Jobs. */\nexport interface ProviderDescription {\n /** Unique provider's id. */\n id?: string;\n /**\n * Provider's display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** A list of provider-specific properties. */\n properties?: ProviderProperties;\n}\n\n/** Provider properties. */\nexport interface ProviderProperties {\n /**\n * A description about this provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Provider type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly providerType?: string;\n /**\n * Company name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly company?: string;\n /**\n * Provider's default endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultEndpoint?: string;\n /** Azure Active Directory info. */\n aad?: ProviderPropertiesAad;\n /** Provider's Managed-Application info */\n managedApplication?: ProviderPropertiesManagedApplication;\n /** The list of targets available from this provider. */\n targets?: TargetDescription[];\n /** The list of skus available from this provider. */\n skus?: SkuDescription[];\n /** The list of quota dimensions from the provider. */\n quotaDimensions?: QuotaDimension[];\n /** The list of pricing dimensions from the provider. */\n pricingDimensions?: PricingDimension[];\n}\n\n/** Azure Active Directory info. */\nexport interface ProviderPropertiesAad {\n /**\n * Provider's application id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationId?: string;\n /**\n * Provider's tenant id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Provider's Managed-Application info */\nexport interface ProviderPropertiesManagedApplication {\n /**\n * Provider's publisher id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisherId?: string;\n /**\n * Provider's offer id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offerId?: string;\n}\n\n/** Information about a Target. A target is the component that can process a specific type of Job. */\nexport interface TargetDescription {\n /** Unique target id. */\n id?: string;\n /** Display name of this target. */\n name?: string;\n /** A description about this target. */\n description?: string;\n /** List of data formats accepted by this target. */\n acceptedDataFormats?: string[];\n /** List of content encodings accepted by this target. */\n acceptedContentEncodings?: string[];\n}\n\n/** Information about a specific sku. */\nexport interface SkuDescription {\n /** Unique sku id. */\n id?: string;\n /** Display name of this sku. */\n name?: string;\n /** Display name of this sku. */\n version?: string;\n /** Description about this sku. */\n description?: string;\n /** Uri to subscribe to the restricted access sku. */\n restrictedAccessUri?: string;\n /** Flag to indicate whether the sku should be automatically added during workspace creation. */\n autoAdd?: boolean;\n /** The list of targets available for this sku. */\n targets?: string[];\n /** The list of quota dimensions for this sku. */\n quotaDimensions?: QuotaDimension[];\n /** The list of pricing details for the sku. */\n pricingDetails?: PricingDetail[];\n}\n\n/** Information about a specific quota dimension. */\nexport interface QuotaDimension {\n /** Unique id of this dimension. */\n id?: string;\n /** The scope of this quota dimension. */\n scope?: string;\n /** The reset period of this quota dimension. */\n period?: string;\n /** The max limit of this dimension. */\n quota?: number;\n /** The display name of this quota dimension. */\n name?: string;\n /** A description about this quota dimension. */\n description?: string;\n /** The standard unit of measurement used for this quota dimension. */\n unit?: string;\n /** The standard unit of measurement used for this quota dimension in plural form. */\n unitPlural?: string;\n}\n\n/** Detailed pricing information for an sku. */\nexport interface PricingDetail {\n /** Unique id for this pricing information. */\n id?: string;\n /** The unit cost of this sku. */\n value?: string;\n}\n\n/** Information about pricing dimension. */\nexport interface PricingDimension {\n /** Unique id of this pricing dimension. */\n id?: string;\n /** The display name of this pricing dimension. */\n name?: string;\n}\n\n/** Lists the operations available. */\nexport interface OperationsList {\n /** Url to follow for getting next page of operations. */\n nextLink?: string;\n /** Array of operations */\n value: Operation[];\n}\n\n/** Operation provided by provider */\nexport interface Operation {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Properties of the operation */\n display?: OperationDisplay;\n}\n\n/** Properties of the operation */\nexport interface OperationDisplay {\n /** Provider name */\n provider?: string;\n /** Resource name */\n resource?: string;\n /** Operation name */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** Details of check name availability request body. */\nexport interface CheckNameAvailabilityParameters {\n /** Name for checking availability. */\n name?: string;\n /** The resource type of Quantum Workspace. */\n type?: string;\n}\n\n/** Result of check name availability. */\nexport interface CheckNameAvailabilityResult {\n /** Indicator of availability of the Quantum Workspace resource name. */\n nameAvailable?: boolean;\n /** The reason of unavailability. */\n reason?: string;\n /**\n * The detailed info regarding the reason associated with the Namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: 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 proxy definition object for quantum workspace. */\nexport interface QuantumWorkspace extends TrackedResource {\n /** Managed Identity information. */\n identity?: QuantumWorkspaceIdentity;\n /**\n * System metadata\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** List of Providers selected for this Workspace */\n providers?: Provider[];\n /**\n * Whether the current workspace is ready to accept Jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usable?: UsableStatus;\n /**\n * Provisioning status field\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStatus;\n /** ARM Resource Id of the storage account associated with this workspace. */\n storageAccount?: string;\n /**\n * The URI of the workspace endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointUri?: string;\n}\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Launching */\n Launching = \"Launching\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Launching** \\\n * **Updating** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Failed**\n */\nexport type Status = string;\n\n/** Known values of {@link UsableStatus} that the service accepts. */\nexport enum KnownUsableStatus {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Partial */\n Partial = \"Partial\"\n}\n\n/**\n * Defines values for UsableStatus. \\\n * {@link KnownUsableStatus} can be used interchangeably with UsableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Partial**\n */\nexport type UsableStatus = string;\n\n/** Known values of {@link ProvisioningStatus} that the service accepts. */\nexport enum KnownProvisioningStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** ProviderLaunching */\n ProviderLaunching = \"ProviderLaunching\",\n /** ProviderUpdating */\n ProviderUpdating = \"ProviderUpdating\",\n /** ProviderDeleting */\n ProviderDeleting = \"ProviderDeleting\",\n /** ProviderProvisioning */\n ProviderProvisioning = \"ProviderProvisioning\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ProvisioningStatus. \\\n * {@link KnownProvisioningStatus} can be used interchangeably with ProvisioningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **ProviderLaunching** \\\n * **ProviderUpdating** \\\n * **ProviderDeleting** \\\n * **ProviderProvisioning** \\\n * **Failed**\n */\nexport type ProvisioningStatus = string;\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **None**\n */\nexport type ResourceIdentityType = 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/** Optional parameters. */\nexport interface WorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspacesGetResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesCreateOrUpdateOptionalParams\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 createOrUpdate operation. */\nexport type WorkspacesCreateOrUpdateResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type WorkspacesUpdateTagsResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesDeleteOptionalParams\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 WorkspacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type WorkspacesListBySubscriptionResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkspacesListByResourceGroupResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface OfferingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OfferingsListResponse = OfferingsListResult;\n\n/** Optional parameters. */\nexport interface OfferingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OfferingsListNextResponse = OfferingsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface WorkspaceCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type WorkspaceCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface AzureQuantumManagementClientOptionalParams\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","/*\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 Provider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Provider\",\n modelProperties: {\n providerId: {\n serializedName: \"providerId\",\n type: {\n name: \"String\"\n }\n },\n providerSku: {\n serializedName: \"providerSku\",\n type: {\n name: \"String\"\n }\n },\n instanceUri: {\n serializedName: \"instanceUri\",\n type: {\n name: \"String\"\n }\n },\n applicationName: {\n serializedName: \"applicationName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n resourceUsageId: {\n serializedName: \"resourceUsageId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QuantumWorkspaceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuantumWorkspaceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const 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 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 }\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 TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\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 WorkspaceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuantumWorkspace\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OfferingsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfferingsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProviderDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProviderDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderDescription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProviderProperties\"\n }\n }\n }\n }\n};\n\nexport const ProviderProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n providerType: {\n serializedName: \"providerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n company: {\n serializedName: \"company\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultEndpoint: {\n serializedName: \"defaultEndpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n aad: {\n serializedName: \"aad\",\n type: {\n name: \"Composite\",\n className: \"ProviderPropertiesAad\"\n }\n },\n managedApplication: {\n serializedName: \"managedApplication\",\n type: {\n name: \"Composite\",\n className: \"ProviderPropertiesManagedApplication\"\n }\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TargetDescription\"\n }\n }\n }\n },\n skus: {\n serializedName: \"skus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuDescription\"\n }\n }\n }\n },\n quotaDimensions: {\n serializedName: \"quotaDimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaDimension\"\n }\n }\n }\n },\n pricingDimensions: {\n serializedName: \"pricingDimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PricingDimension\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProviderPropertiesAad: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderPropertiesAad\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProviderPropertiesManagedApplication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderPropertiesManagedApplication\",\n modelProperties: {\n publisherId: {\n serializedName: \"publisherId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n offerId: {\n serializedName: \"offerId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TargetDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetDescription\",\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 description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n acceptedDataFormats: {\n serializedName: \"acceptedDataFormats\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n acceptedContentEncodings: {\n serializedName: \"acceptedContentEncodings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuDescription\",\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 version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n restrictedAccessUri: {\n serializedName: \"restrictedAccessUri\",\n type: {\n name: \"String\"\n }\n },\n autoAdd: {\n serializedName: \"autoAdd\",\n type: {\n name: \"Boolean\"\n }\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n quotaDimensions: {\n serializedName: \"quotaDimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaDimension\"\n }\n }\n }\n },\n pricingDetails: {\n serializedName: \"pricingDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PricingDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const QuotaDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaDimension\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n period: {\n serializedName: \"period\",\n type: {\n name: \"String\"\n }\n },\n quota: {\n serializedName: \"quota\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n unitPlural: {\n serializedName: \"unitPlural\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PricingDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PricingDetail\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PricingDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PricingDimension\",\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 }\n }\n};\n\nexport const OperationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\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 type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Microsoft.Quantum/Workspaces\",\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const 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 QuantumWorkspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuantumWorkspace\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"QuantumWorkspaceIdentity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n providers: {\n serializedName: \"properties.providers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Provider\"\n }\n }\n }\n },\n usable: {\n serializedName: \"properties.usable\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"String\"\n }\n },\n endpointUri: {\n serializedName: \"properties.endpointUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\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 QuantumWorkspace as QuantumWorkspaceMapper,\n TagsObject as TagsObjectMapper,\n CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper\n} from \"../models/mappers\";\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 resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-01-10-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 serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n serializedName: \"workspaceName\",\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 quantumWorkspace: OperationParameter = {\n parameterPath: \"quantumWorkspace\",\n mapper: QuantumWorkspaceMapper\n};\n\nexport const workspaceTags: OperationParameter = {\n parameterPath: \"workspaceTags\",\n mapper: TagsObjectMapper\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 locationName: OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n serializedName: \"locationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const checkNameAvailabilityParameters: OperationParameter = {\n parameterPath: \"checkNameAvailabilityParameters\",\n mapper: CheckNameAvailabilityParametersMapper\n};\n","/*\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// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\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","/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Workspaces } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureQuantumManagementClient } from \"../azureQuantumManagementClient\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n QuantumWorkspace,\n WorkspacesListBySubscriptionNextOptionalParams,\n WorkspacesListBySubscriptionOptionalParams,\n WorkspacesListBySubscriptionResponse,\n WorkspacesListByResourceGroupNextOptionalParams,\n WorkspacesListByResourceGroupOptionalParams,\n WorkspacesListByResourceGroupResponse,\n WorkspacesGetOptionalParams,\n WorkspacesGetResponse,\n WorkspacesCreateOrUpdateOptionalParams,\n WorkspacesCreateOrUpdateResponse,\n TagsObject,\n WorkspacesUpdateTagsOptionalParams,\n WorkspacesUpdateTagsResponse,\n WorkspacesDeleteOptionalParams,\n WorkspacesListBySubscriptionNextResponse,\n WorkspacesListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Workspaces operations. */\nexport class WorkspacesImpl implements Workspaces {\n private readonly client: AzureQuantumManagementClient;\n\n /**\n * Initialize a new instance of the class Workspaces class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuantumManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of Workspaces within a Subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: WorkspacesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<QuantumWorkspace> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: WorkspacesListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<QuantumWorkspace[]> {\n let result: WorkspacesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: WorkspacesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<QuantumWorkspace> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of Workspaces within a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: WorkspacesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<QuantumWorkspace> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: WorkspacesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<QuantumWorkspace[]> {\n let result: WorkspacesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: WorkspacesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<QuantumWorkspace> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns the Workspace resource associated with the given name.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacesGetOptionalParams\n ): Promise<WorkspacesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a workspace resource.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param quantumWorkspace Workspace details.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n workspaceName: string,\n quantumWorkspace: QuantumWorkspace,\n options?: WorkspacesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<WorkspacesCreateOrUpdateResponse>,\n WorkspacesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<WorkspacesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, workspaceName, quantumWorkspace, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n WorkspacesCreateOrUpdateResponse,\n OperationState<WorkspacesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a workspace resource.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param quantumWorkspace Workspace details.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n workspaceName: string,\n quantumWorkspace: QuantumWorkspace,\n options?: WorkspacesCreateOrUpdateOptionalParams\n ): Promise<WorkspacesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n workspaceName,\n quantumWorkspace,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing workspace's tags.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param workspaceTags Parameters supplied to update tags.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n workspaceName: string,\n workspaceTags: TagsObject,\n options?: WorkspacesUpdateTagsOptionalParams\n ): Promise<WorkspacesUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, workspaceTags, options },\n updateTagsOperationSpec\n );\n }\n\n /**\n * Deletes a Workspace resource.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, workspaceName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a Workspace resource.\n * @param resourceGroupName The name of the resource group.\n * @param workspaceName The name of the quantum workspace resource.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n workspaceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the list of Workspaces within a Subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: WorkspacesListBySubscriptionOptionalParams\n ): Promise<WorkspacesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Gets the list of Workspaces within a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: WorkspacesListByResourceGroupOptionalParams\n ): Promise<WorkspacesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: WorkspacesListBySubscriptionNextOptionalParams\n ): Promise<WorkspacesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: WorkspacesListByResourceGroupNextOptionalParams\n ): Promise<WorkspacesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n 201: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n 202: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n 204: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.quantumWorkspace,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateTagsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuantumWorkspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.workspaceTags,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/workspaces\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Offerings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureQuantumManagementClient } from \"../azureQuantumManagementClient\";\nimport {\n ProviderDescription,\n OfferingsListNextOptionalParams,\n OfferingsListOptionalParams,\n OfferingsListResponse,\n OfferingsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Offerings operations. */\nexport class OfferingsImpl implements Offerings {\n private readonly client: AzureQuantumManagementClient;\n\n /**\n * Initialize a new instance of the class Offerings class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuantumManagementClient) {\n this.client = client;\n }\n\n /**\n * Returns the list of all provider offerings available for the given location.\n * @param locationName Location.\n * @param options The options parameters.\n */\n public list(\n locationName: string,\n options?: OfferingsListOptionalParams\n ): PagedAsyncIterableIterator<ProviderDescription> {\n const iter = this.listPagingAll(locationName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(locationName, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n locationName: string,\n options?: OfferingsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ProviderDescription[]> {\n let result: OfferingsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(locationName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(locationName, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n locationName: string,\n options?: OfferingsListOptionalParams\n ): AsyncIterableIterator<ProviderDescription> {\n for await (const page of this.listPagingPage(locationName, options)) {\n yield* page;\n }\n }\n\n /**\n * Returns the list of all provider offerings available for the given location.\n * @param locationName Location.\n * @param options The options parameters.\n */\n private _list(\n locationName: string,\n options?: OfferingsListOptionalParams\n ): Promise<OfferingsListResponse> {\n return this.client.sendOperationRequest(\n { locationName, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param locationName Location.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n locationName: string,\n nextLink: string,\n options?: OfferingsListNextOptionalParams\n ): Promise<OfferingsListNextResponse> {\n return this.client.sendOperationRequest(\n { locationName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OfferingsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.locationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OfferingsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.locationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureQuantumManagementClient } from \"../azureQuantumManagementClient\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: AzureQuantumManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuantumManagementClient) {\n this.client = client;\n }\n\n /**\n * Returns list of operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Returns list of operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Quantum/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { Workspace } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureQuantumManagementClient } from \"../azureQuantumManagementClient\";\nimport {\n CheckNameAvailabilityParameters,\n WorkspaceCheckNameAvailabilityOptionalParams,\n WorkspaceCheckNameAvailabilityResponse\n} from \"../models\";\n\n/** Class containing Workspace operations. */\nexport class WorkspaceImpl implements Workspace {\n private readonly client: AzureQuantumManagementClient;\n\n /**\n * Initialize a new instance of the class Workspace class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuantumManagementClient) {\n this.client = client;\n }\n\n /**\n * Check the availability of the resource name.\n * @param locationName Location.\n * @param checkNameAvailabilityParameters The name and type of the resource.\n * @param options The options parameters.\n */\n checkNameAvailability(\n locationName: string,\n checkNameAvailabilityParameters: CheckNameAvailabilityParameters,\n options?: WorkspaceCheckNameAvailabilityOptionalParams\n ): Promise<WorkspaceCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { locationName, checkNameAvailabilityParameters, options },\n checkNameAvailabilityOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.checkNameAvailabilityParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.locationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n WorkspacesImpl,\n OfferingsImpl,\n OperationsImpl,\n WorkspaceImpl\n} from \"./operations\";\nimport {\n Workspaces,\n Offerings,\n Operations,\n Workspace\n} from \"./operationsInterfaces\";\nimport { AzureQuantumManagementClientOptionalParams } from \"./models\";\n\nexport class AzureQuantumManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureQuantumManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The Azure subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureQuantumManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureQuantumManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-quantum/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-01-10-preview\";\n this.workspaces = new WorkspacesImpl(this);\n this.offerings = new OfferingsImpl(this);\n this.operations = new OperationsImpl(this);\n this.workspace = new WorkspaceImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n workspaces: Workspaces;\n offerings: Offerings;\n operations: Operations;\n workspace: Workspace;\n}\n"],"names":["KnownStatus","KnownUsableStatus","KnownProvisioningStatus","KnownResourceIdentityType","KnownCreatedByType","QuantumWorkspaceMapper","TagsObjectMapper","CheckNameAvailabilityParametersMapper","__rest","__await","__asyncValues","__asyncDelegator","__awaiter","createHttpPoller","serializer","coreClient","Mappers.QuantumWorkspace","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.$host","Parameters.resourceGroupName","Parameters.subscriptionId","Parameters.workspaceName","Parameters.accept","Parameters.quantumWorkspace","Parameters.contentType","Parameters.workspaceTags","Mappers.WorkspaceListResult","Parameters.nextLink","listOperationSpec","listNextOperationSpec","Mappers.OfferingsListResult","Parameters.locationName","Mappers.OperationsList","Mappers.CheckNameAvailabilityResult","Parameters.checkNameAvailabilityParameters","coreRestPipeline"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;AAMG;AACG,SAAU,oBAAoB,CAAC,IAAa,EAAA;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;AAC7C,QAAA,OAAO,SAAS,CAAC;AAClB,KAAA;IACD,OAAO,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAE,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,iBAAiB,CAAC;AAC9C,CAAC;AAEe,SAAA,oBAAoB,CAClC,IAAa,EACb,iBAAqC,EAAA;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE;QACnE,OAAO;AACR,KAAA;IACD,MAAM,QAAQ,GAAG,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,EAAE,CAAC;AACzC,IAAA,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;AAC/C,IAAA,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B;;ACtCA;;;;;;AAMG;AA4XH;AACYA,6BAaX;AAbD,CAAA,UAAY,WAAW,EAAA;;AAErB,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,WAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,WAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,WAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EAbWA,mBAAW,KAAXA,mBAAW,GAatB,EAAA,CAAA,CAAA,CAAA;AAgBD;AACYC,mCAOX;AAPD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,iBAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;;AAET,IAAA,iBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAPWA,yBAAiB,KAAjBA,yBAAiB,GAO5B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,yCAaX;AAbD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,uBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,uBAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,uBAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,uBAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C,CAAA;;AAE7C,IAAA,uBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EAbWA,+BAAuB,KAAvBA,+BAAuB,GAalC,EAAA,CAAA,CAAA,CAAA;AAgBD;AACYC,2CAKX;AALD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,yBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EALWA,iCAAyB,KAAzBA,iCAAyB,GAKpC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,oCASX;AATD,CAAA,UAAY,kBAAkB,EAAA;;AAE5B,IAAA,kBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,kBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,kBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,kBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EATWA,0BAAkB,KAAlBA,0BAAkB,GAS7B,EAAA,CAAA,CAAA;;AC/eD;;;;;;AAMG;AAII,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,aAAa;AACzB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oBAAoB;AAChC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,eAAe;AAC3B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,WAAW;AACvB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA+B;AACnD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,YAAY,EAAE,8BAA8B;AAC5C,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,UAAU;AACtB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACv7BD;;;;;;AAMG;AAaI,MAAM,MAAM,GAAuB;AACxC,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,QAAQ;AACxB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA0B;AAC1C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,iBAAiB,GAA0B;AACtD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA4B;AACjD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA0B;AAClD,IAAA,aAAa,EAAE,eAAe;AAC9B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,eAAe;AAC/B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAAuB;AAC7C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;AACzC,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAAuB;AAClD,IAAA,aAAa,EAAE,kBAAkB;AACjC,IAAA,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEK,MAAM,aAAa,GAAuB;AAC/C,IAAA,aAAa,EAAE,eAAe;AAC9B,IAAA,MAAM,EAAEC,UAAgB;CACzB,CAAC;AAEK,MAAM,QAAQ,GAA0B;AAC7C,IAAA,aAAa,EAAE,UAAU;AACzB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,UAAU;AAC1B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAAuB;AACjE,IAAA,aAAa,EAAE,iCAAiC;AAChD,IAAA,MAAM,EAAEC,+BAAqC;CAC9C;;ACxID;;;;;;AAMG;AAQG,SAAU,aAAa,CAAI,MAQhC,EAAA;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,MAAM,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;AACrD,QAAA,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,KACzC;YACI,MAAkB,QAAQ,GAAAC,YAAA,CAAK,IAAI,EAAnC,CAA4B,aAAA,CAAA,EAAQ;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACtB,QAAQ,CACX,EAAA,EAAA,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,KAAP,IAAA,IAAA,OAAO,uBAAP,OAAO,CAAE,WAAW,EAAA,CAAA,CACjC,CAAC;SACJ;KACF,CAAC;AACJ;;ACzCA;;;;;;AAMG;AAmCH;AACA;MACa,cAAc,CAAA;AAGzB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAoC,EAAA;AAC9C,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAAoD,EAAA;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAoD,EACpD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA4C,CAAC;YACjD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAC,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAAoD,EAAA;;;;gBAEpD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAqD,EAAA;QAErD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAqD,EACrD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6C,CAAC;YAClD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAqD,EAAA;;;;AAErD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,aAAqB,EACrB,OAAqC,EAAA;AAErC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,OAAO,EAAE,EAC7C,gBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACG,IAAA,mBAAmB,CACvB,iBAAyB,EACzB,aAAqB,EACrB,gBAAkC,EAClC,OAAgD,EAAA;;AAOhD,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACeE,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBAC7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;gBACf,IAAI,EAAE,EAAE,iBAAiB,EAAE,aAAa,EAAE,gBAAgB,EAAE,OAAO,EAAE;AACrE,gBAAA,IAAI,EAAE,2BAA2B;AAClC,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMC,wBAAgB,CAGnC,GAAG,EAAE;AACL,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AACzC,gBAAA,sBAAsB,EAAE,uBAAuB;AAChD,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACG,IAAA,0BAA0B,CAC9B,iBAAyB,EACzB,aAAqB,EACrB,gBAAkC,EAClC,OAAgD,EAAA;;AAEhD,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAC3C,iBAAiB,EACjB,aAAa,EACb,gBAAgB,EAChB,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACH,IAAA,UAAU,CACR,iBAAyB,EACzB,aAAqB,EACrB,aAAyB,EACzB,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,aAAa,EAAE,OAAO,EAAE,EAC5D,uBAAuB,CACxB,CAAC;KACH;AAED;;;;;AAKG;AACG,IAAA,WAAW,CACf,iBAAyB,EACzB,aAAqB,EACrB,OAAwC,EAAA;;AAExC,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACbD,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE,EAAE,iBAAiB,EAAE,aAAa,EAAE,OAAO,EAAE;AACnD,gBAAA,IAAI,EAAE,mBAAmB;AAC1B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMC,wBAAgB,CAA6B,GAAG,EAAE;AACrE,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AAC1C,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACG,IAAA,kBAAkB,CACtB,iBAAyB,EACzB,aAAqB,EACrB,OAAwC,EAAA;;AAExC,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,aAAa,EACb,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,+BAA+B,CAChC,CAAC;KACH;AAED;;;;AAIG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,mCAAmC,CACpC,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AACzB,QAAAC,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,gBAAwB;AACrC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,gBAAwB;AACrC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,gBAAwB;AACrC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,aAAqB;AAClC,SAAA;AACF,KAAA;IACD,WAAW,EAAEO,gBAA2B;AACxC,IAAA,eAAe,EAAE,CAACN,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AACzB,QAAAC,aAAwB;AACzB,KAAA;IACD,gBAAgB,EAAE,CAACC,MAAiB,EAAEE,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBX,YAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;AACxD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,OAAO;AACnB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,aAAqB;AAClC,SAAA;AACF,KAAA;IACD,WAAW,EAAES,aAAwB;AACrC,IAAA,eAAe,EAAE,CAACR,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AACzB,QAAAC,aAAwB;AACzB,KAAA;IACD,gBAAgB,EAAE,CAACC,MAAiB,EAAEE,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBX,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AACzB,QAAAC,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,wEAAwE;AAC1E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEa,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;IACxC,aAAa,EAAE,CAACC,KAAgB,EAAEE,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,2GAA2G;AAC7G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEa,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEa,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAE,cAAyB;AACzB,QAAAO,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACL,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEa,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,iBAA4B;AAC5B,QAAAC,cAAyB;AACzB,QAAAO,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACL,MAAiB,CAAC;gBACrCT,YAAU;CACX;;ACxnBD;;;;;;AAMG;AAiBH;AACA;MACa,aAAa,CAAA;AAGxB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAoC,EAAA;AAC9C,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACI,IAAI,CACT,YAAoB,EACpB,OAAqC,EAAA;QAErC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,YAAoB,EACpB,OAAqC,EACrC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6B,CAAC;YAClC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAML,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,YAAoB,EACpB,OAAqC,EAAA;;;;AAErC,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACK,KAAK,CACX,YAAoB,EACpB,OAAqC,EAAA;AAErC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,OAAO,EAAE,EACzBmB,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,SAAS,CACf,YAAoB,EACpB,QAAgB,EAChB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACnCC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMc,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,gGAAgG;AAClG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEd,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAE,cAAyB;AACzB,QAAAW,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAMgB,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEd,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAE,cAAyB;AACzB,QAAAO,QAAmB;AACnB,QAAAI,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCT,YAAU;CACX;;ACzKD;;;;;;AAMG;AAiBH;AACA;MACa,cAAc,CAAA;AAGzB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAoC,EAAA;AAC9C,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAsC,EAAA;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAsC,EACtC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8B,CAAC;YACnC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAL,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAsC,EAAA;;;;gBAEtC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,qBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMI,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,yCAAyC;AAC/C,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhB,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE,CAACC,KAAgB,CAAC;AACjC,IAAA,gBAAgB,EAAE,CAACI,MAAiB,CAAC;gBACrCT,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmB,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhB,aAAqB;AAClC,SAAA;AACF,KAAA;IACD,aAAa,EAAE,CAACE,KAAgB,EAAES,QAAmB,CAAC;AACtD,IAAA,gBAAgB,EAAE,CAACL,MAAiB,CAAC;gBACrCT,YAAU;CACX;;ACpJD;;;;;;AAMG;AAaH;MACa,aAAa,CAAA;AAGxB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAoC,EAAA;AAC9C,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;AACH,IAAA,qBAAqB,CACnB,YAAoB,EACpB,+BAAgE,EAChE,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,+BAA+B,EAAE,OAAO,EAAE,EAC1D,kCAAkC,CACnC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM,UAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,kCAAkC,GAA6B;AACnE,IAAA,IAAI,EACF,4GAA4G;AAC9G,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmB,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjB,aAAqB;AAClC,SAAA;AACF,KAAA;IACD,WAAW,EAAEkB,+BAA0C;AACvD,IAAA,eAAe,EAAE,CAACjB,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAE,cAAyB;AACzB,QAAAW,YAAuB;AACxB,KAAA;IACD,gBAAgB,EAAE,CAACT,MAAiB,EAAEE,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;IACjB,UAAU;CACX;;ACzED;;;;;;AAMG;AAwBU,MAAA,4BAA6B,SAAQV,qBAAU,CAAC,aAAa,CAAA;AAKxE;;;;;AAKG;AACH,IAAA,WAAA,CACE,WAAqC,EACrC,cAAsB,EACtB,OAAoD,EAAA;;QAEpD,IAAI,WAAW,KAAK,SAAS,EAAE;AAC7B,YAAA,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;AACjD,SAAA;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;AAChC,YAAA,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;AACpD,SAAA;;QAGD,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;AACd,SAAA;AACD,QAAA,MAAM,QAAQ,GAA+C;AAC3D,YAAA,kBAAkB,EAAE,iCAAiC;AACrD,YAAA,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,CAAA,iCAAA,CAAmC,CAAC;QAC3D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;cAChE,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,CAAI,CAAA,EAAA,cAAc,CAAE,CAAA;AACjE,cAAE,CAAA,EAAG,cAAc,CAAA,CAAE,CAAC;AAE1B,QAAA,MAAM,mBAAmB,GACpB,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,GACR,OAAO,CAAA,EAAA,EACV,gBAAgB,EAAE;gBAChB,eAAe;AAChB,aAAA,EACD,QAAQ,EACN,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,OAAO,CAAC,QAAQ,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,OAAO,CAAC,OAAO,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;AAC1D,QAAA,IAAI,CAAA,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;YACzE,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;AAClG,YAAA,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,KACb,cAAc,CAAC,IAAI;gBACnBqB,2BAAgB,CAAC,mCAAmC,CACvD,CAAC;AACH,SAAA;AACD,QAAA,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;AACjD,YAAA,CAAC,oCAAoC,EACrC;AACA,YAAA,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAEA,2BAAgB,CAAC,mCAAmC;AAC3D,aAAA,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrBA,2BAAgB,CAAC,+BAA+B,CAAC;AAC/C,gBAAA,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,CAAA,EAAA,GAAA,mBAAmB,CAAC,gBAAgB,mCACpC,CAAG,EAAA,mBAAmB,CAAC,QAAQ,CAAW,SAAA,CAAA;AAC5C,gBAAA,kBAAkB,EAAE;oBAClB,2BAA2B,EACzBrB,qBAAU,CAAC,gCAAgC;AAC9C,iBAAA;AACF,aAAA,CAAC,CACH,CAAC;AACH,SAAA;;AAED,QAAA,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;;QAGrC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;AACzC,QAAA,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;KACpD;;AAGO,IAAA,yBAAyB,CAAC,UAAmB,EAAA;QACnD,IAAI,CAAC,UAAU,EAAE;YACf,OAAO;AACR,SAAA;AACD,QAAA,MAAM,gBAAgB,GAAG;AACvB,YAAA,IAAI,EAAE,wBAAwB;YACxB,WAAW,CACf,OAAwB,EACxB,IAAiB,EAAA;;oBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACrC,oBAAA,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;AACpB,wBAAA,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,KAAI;4BACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE;gCACpC,OAAO,cAAc,GAAG,UAAU,CAAC;AACpC,6BAAA;AAAM,iCAAA;AACL,gCAAA,OAAO,IAAI,CAAC;AACb,6BAAA;AACH,yBAAC,CAAC,CAAC;AACH,wBAAA,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACpD,qBAAA;AACD,oBAAA,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;iBACtB,CAAA,CAAA;AAAA,aAAA;SACF,CAAC;AACF,QAAA,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;KAC3C;AAMF;;;;;"}
package/dist/index.min.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline"),coreLro=require("@azure/core-lro");function _interopNamespace(i){var a;return i&&i.__esModule?i:(a=Object.create(null),i&&Object.keys(i).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(i,e),Object.defineProperty(a,e,t.get?t:{enumerable:!0,get:function(){return i[e]}}))}),a.default=i,Object.freeze(a))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,t){var i;"object"==typeof e&&null!==e&&t&&((i=null!=(i=pageMap.get(e))?i:{}).continuationToken=t,pageMap.set(e,i))}exports.KnownStatus=void 0,function(e){e.Succeeded="Succeeded",e.Launching="Launching",e.Updating="Updating",e.Deleting="Deleting",e.Deleted="Deleted",e.Failed="Failed"}(exports.KnownStatus||(exports.KnownStatus={})),exports.KnownUsableStatus=void 0,function(e){e.Yes="Yes",e.No="No",e.Partial="Partial"}(exports.KnownUsableStatus||(exports.KnownUsableStatus={})),exports.KnownProvisioningStatus=void 0,function(e){e.Succeeded="Succeeded",e.ProviderLaunching="ProviderLaunching",e.ProviderUpdating="ProviderUpdating",e.ProviderDeleting="ProviderDeleting",e.ProviderProvisioning="ProviderProvisioning",e.Failed="Failed"}(exports.KnownProvisioningStatus||(exports.KnownProvisioningStatus={})),exports.KnownResourceIdentityType=void 0,function(e){e.SystemAssigned="SystemAssigned",e.None="None"}(exports.KnownResourceIdentityType||(exports.KnownResourceIdentityType={})),exports.KnownCreatedByType=void 0,function(e){e.User="User",e.Application="Application",e.ManagedIdentity="ManagedIdentity",e.Key="Key"}(exports.KnownCreatedByType||(exports.KnownCreatedByType={}));const Provider={type:{name:"Composite",className:"Provider",modelProperties:{providerId:{serializedName:"providerId",type:{name:"String"}},providerSku:{serializedName:"providerSku",type:{name:"String"}},instanceUri:{serializedName:"instanceUri",type:{name:"String"}},applicationName:{serializedName:"applicationName",type:{name:"String"}},provisioningState:{serializedName:"provisioningState",type:{name:"String"}},resourceUsageId:{serializedName:"resourceUsageId",type:{name:"String"}}}}},QuantumWorkspaceIdentity={type:{name:"Composite",className:"QuantumWorkspaceIdentity",modelProperties:{principalId:{serializedName:"principalId",readOnly:!0,type:{name:"String"}},tenantId:{serializedName:"tenantId",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},SystemData={type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},target:{serializedName:"target",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{serializedName:"additionalInfo",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ErrorAdditionalInfo={type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{serializedName:"type",readOnly:!0,type:{name:"String"}},info:{serializedName:"info",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},TagsObject={type:{name:"Composite",className:"TagsObject",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},WorkspaceListResult={type:{name:"Composite",className:"WorkspaceListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"QuantumWorkspace"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},OfferingsListResult={type:{name:"Composite",className:"OfferingsListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"ProviderDescription"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ProviderDescription={type:{name:"Composite",className:"ProviderDescription",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"ProviderProperties"}}}}},ProviderProperties={type:{name:"Composite",className:"ProviderProperties",modelProperties:{description:{serializedName:"description",readOnly:!0,type:{name:"String"}},providerType:{serializedName:"providerType",readOnly:!0,type:{name:"String"}},company:{serializedName:"company",readOnly:!0,type:{name:"String"}},defaultEndpoint:{serializedName:"defaultEndpoint",readOnly:!0,type:{name:"String"}},aad:{serializedName:"aad",type:{name:"Composite",className:"ProviderPropertiesAad"}},managedApplication:{serializedName:"managedApplication",type:{name:"Composite",className:"ProviderPropertiesManagedApplication"}},targets:{serializedName:"targets",type:{name:"Sequence",element:{type:{name:"Composite",className:"TargetDescription"}}}},skus:{serializedName:"skus",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuDescription"}}}},quotaDimensions:{serializedName:"quotaDimensions",type:{name:"Sequence",element:{type:{name:"Composite",className:"QuotaDimension"}}}},pricingDimensions:{serializedName:"pricingDimensions",type:{name:"Sequence",element:{type:{name:"Composite",className:"PricingDimension"}}}}}}},ProviderPropertiesAad={type:{name:"Composite",className:"ProviderPropertiesAad",modelProperties:{applicationId:{serializedName:"applicationId",readOnly:!0,type:{name:"String"}},tenantId:{serializedName:"tenantId",readOnly:!0,type:{name:"String"}}}}},ProviderPropertiesManagedApplication={type:{name:"Composite",className:"ProviderPropertiesManagedApplication",modelProperties:{publisherId:{serializedName:"publisherId",readOnly:!0,type:{name:"String"}},offerId:{serializedName:"offerId",readOnly:!0,type:{name:"String"}}}}},TargetDescription={type:{name:"Composite",className:"TargetDescription",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},acceptedDataFormats:{serializedName:"acceptedDataFormats",type:{name:"Sequence",element:{type:{name:"String"}}}},acceptedContentEncodings:{serializedName:"acceptedContentEncodings",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},SkuDescription={type:{name:"Composite",className:"SkuDescription",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},version:{serializedName:"version",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},restrictedAccessUri:{serializedName:"restrictedAccessUri",type:{name:"String"}},autoAdd:{serializedName:"autoAdd",type:{name:"Boolean"}},targets:{serializedName:"targets",type:{name:"Sequence",element:{type:{name:"String"}}}},quotaDimensions:{serializedName:"quotaDimensions",type:{name:"Sequence",element:{type:{name:"Composite",className:"QuotaDimension"}}}},pricingDetails:{serializedName:"pricingDetails",type:{name:"Sequence",element:{type:{name:"Composite",className:"PricingDetail"}}}}}}},QuotaDimension={type:{name:"Composite",className:"QuotaDimension",modelProperties:{id:{serializedName:"id",type:{name:"String"}},scope:{serializedName:"scope",type:{name:"String"}},period:{serializedName:"period",type:{name:"String"}},quota:{serializedName:"quota",type:{name:"Number"}},name:{serializedName:"name",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},unit:{serializedName:"unit",type:{name:"String"}},unitPlural:{serializedName:"unitPlural",type:{name:"String"}}}}},PricingDetail={type:{name:"Composite",className:"PricingDetail",modelProperties:{id:{serializedName:"id",type:{name:"String"}},value:{serializedName:"value",type:{name:"String"}}}}},PricingDimension={type:{name:"Composite",className:"PricingDimension",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}}}}},OperationsList={type:{name:"Composite",className:"OperationsList",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"value",required:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},isDataAction:{serializedName:"isDataAction",type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},CheckNameAvailabilityParameters={type:{name:"Composite",className:"CheckNameAvailabilityParameters",modelProperties:{name:{serializedName:"name",type:{name:"String"}},type:{defaultValue:"Microsoft.Quantum/Workspaces",serializedName:"type",type:{name:"String"}}}}},CheckNameAvailabilityResult={type:{name:"Composite",className:"CheckNameAvailabilityResult",modelProperties:{nameAvailable:{serializedName:"nameAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}}}}},TrackedResource={type:{name:"Composite",className:"TrackedResource",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{serializedName:"location",required:!0,type:{name:"String"}}})}},QuantumWorkspace={type:{name:"Composite",className:"QuantumWorkspace",modelProperties:Object.assign(Object.assign({},TrackedResource.type.modelProperties),{identity:{serializedName:"identity",type:{name:"Composite",className:"QuantumWorkspaceIdentity"}},systemData:{serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},providers:{serializedName:"properties.providers",type:{name:"Sequence",element:{type:{name:"Composite",className:"Provider"}}}},usable:{serializedName:"properties.usable",readOnly:!0,type:{name:"String"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"String"}},storageAccount:{serializedName:"properties.storageAccount",type:{name:"String"}},endpointUri:{serializedName:"properties.endpointUri",readOnly:!0,type:{name:"String"}}})}};var Mappers=Object.freeze({__proto__:null,Provider:Provider,QuantumWorkspaceIdentity:QuantumWorkspaceIdentity,SystemData:SystemData,Resource:Resource,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,ErrorAdditionalInfo:ErrorAdditionalInfo,TagsObject:TagsObject,WorkspaceListResult:WorkspaceListResult,OfferingsListResult:OfferingsListResult,ProviderDescription:ProviderDescription,ProviderProperties:ProviderProperties,ProviderPropertiesAad:ProviderPropertiesAad,ProviderPropertiesManagedApplication:ProviderPropertiesManagedApplication,TargetDescription:TargetDescription,SkuDescription:SkuDescription,QuotaDimension:QuotaDimension,PricingDetail:PricingDetail,PricingDimension:PricingDimension,OperationsList:OperationsList,Operation:Operation,OperationDisplay:OperationDisplay,CheckNameAvailabilityParameters:CheckNameAvailabilityParameters,CheckNameAvailabilityResult:CheckNameAvailabilityResult,TrackedResource:TrackedResource,QuantumWorkspace:QuantumWorkspace});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},resourceGroupName={parameterPath:"resourceGroupName",mapper:{serializedName:"resourceGroupName",required:!0,type:{name:"String"}}},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2022-01-10-preview",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},subscriptionId={parameterPath:"subscriptionId",mapper:{serializedName:"subscriptionId",required:!0,type:{name:"String"}}},workspaceName={parameterPath:"workspaceName",mapper:{serializedName:"workspaceName",required:!0,type:{name:"String"}}},contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},quantumWorkspace={parameterPath:"quantumWorkspace",mapper:QuantumWorkspace},workspaceTags={parameterPath:"workspaceTags",mapper:TagsObject},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0},locationName={parameterPath:"locationName",mapper:{serializedName:"locationName",required:!0,type:{name:"String"}}},checkNameAvailabilityParameters={parameterPath:"checkNameAvailabilityParameters",mapper:CheckNameAvailabilityParameters};function createLroSpec(e){const{args:a,spec:r,sendOperationFn:s}=e;return{requestMethod:r.httpMethod,requestPath:r.path,sendInitialRequest:()=>s(a,r),sendPollRequest:(e,t)=>{var i=tslib.__rest(r,["requestBody"]);return s(a,Object.assign(Object.assign({},i),{httpMethod:"GET",path:e,abortSignal:null==t?void 0:t.abortSignal}))}}}class WorkspacesImpl{constructor(e){this.client=e}listBySubscription(t){const e=this.listBySubscriptionPagingAll(t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listBySubscriptionPagingPage(t,e)}}}listBySubscriptionPagingPage(r,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==s?void 0:s.continuationToken;var i;for(t||(setContinuationToken(i=(e=yield tslib.__await(this._listBySubscription(r))).value||[],t=e.nextLink),yield yield tslib.__await(i));t;){e=yield tslib.__await(this._listBySubscriptionNext(t,r)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listBySubscriptionPagingAll(o){return tslib.__asyncGenerator(this,arguments,function*(){var e,t,i,a;try{for(var r,s=!0,n=tslib.__asyncValues(this.listBySubscriptionPagingPage(o));!(e=(r=yield tslib.__await(n.next())).done);){a=r.value,s=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(a)))}finally{s=!0}}}catch(e){t={error:e}}finally{try{s||e||!(i=n.return)||(yield tslib.__await(i.call(n)))}finally{if(t)throw t.error}}})}listByResourceGroup(t,i){const e=this.listByResourceGroupPagingAll(t,i);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByResourceGroupPagingPage(t,i,e)}}}listByResourceGroupPagingPage(r,s,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var i;for(t||(setContinuationToken(i=(e=yield tslib.__await(this._listByResourceGroup(r,s))).value||[],t=e.nextLink),yield yield tslib.__await(i));t;){e=yield tslib.__await(this._listByResourceGroupNext(r,t,s)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listByResourceGroupPagingAll(o,p){return tslib.__asyncGenerator(this,arguments,function*(){var e,t,i,a;try{for(var r,s=!0,n=tslib.__asyncValues(this.listByResourceGroupPagingPage(o,p));!(e=(r=yield tslib.__await(n.next())).done);){a=r.value,s=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(a)))}finally{s=!0}}}catch(e){t={error:e}}finally{try{s||e||!(i=n.return)||(yield tslib.__await(i.call(n)))}finally{if(t)throw t.error}}})}get(e,t,i){return this.client.sendOperationRequest({resourceGroupName:e,workspaceName:t,options:i},getOperationSpec)}beginCreateOrUpdate(t,i,a,r){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=createLroSpec({sendOperationFn:(t,r)=>tslib.__awaiter(this,void 0,void 0,function*(){let i=void 0;const a=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{i=e,null!==a&&void 0!==a&&a(e,t)}})});return{flatResponse:yield s(e,r),rawResponse:{statusCode:i.status,body:i.parsedBody,headers:i.headers.toJSON()}}}),args:{resourceGroupName:t,workspaceName:i,quantumWorkspace:a,options:r},spec:createOrUpdateOperationSpec}),e=yield coreLro.createHttpPoller(e,{restoreFrom:null==r?void 0:r.resumeFrom,intervalInMs:null==r?void 0:r.updateIntervalInMs,resourceLocationConfig:"azure-async-operation"});return yield e.poll(),e})}beginCreateOrUpdateAndWait(e,t,i,a){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginCreateOrUpdate(e,t,i,a)).pollUntilDone()})}updateTags(e,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,workspaceName:t,workspaceTags:i,options:a},updateTagsOperationSpec)}beginDelete(t,i,a){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=createLroSpec({sendOperationFn:(t,r)=>tslib.__awaiter(this,void 0,void 0,function*(){let i=void 0;const a=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{i=e,null!==a&&void 0!==a&&a(e,t)}})});return{flatResponse:yield s(e,r),rawResponse:{statusCode:i.status,body:i.parsedBody,headers:i.headers.toJSON()}}}),args:{resourceGroupName:t,workspaceName:i,options:a},spec:deleteOperationSpec}),e=yield coreLro.createHttpPoller(e,{restoreFrom:null==a?void 0:a.resumeFrom,intervalInMs:null==a?void 0:a.updateIntervalInMs});return yield e.poll(),e})}beginDeleteAndWait(e,t,i){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginDelete(e,t,i)).pollUntilDone()})}_listBySubscription(e){return this.client.sendOperationRequest({options:e},listBySubscriptionOperationSpec)}_listByResourceGroup(e,t){return this.client.sendOperationRequest({resourceGroupName:e,options:t},listByResourceGroupOperationSpec)}_listBySubscriptionNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listBySubscriptionNextOperationSpec)}_listByResourceGroupNext(e,t,i){return this.client.sendOperationRequest({resourceGroupName:e,nextLink:t,options:i},listByResourceGroupNextOperationSpec)}}const serializer$3=coreClient__namespace.createSerializer(Mappers,!1),getOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}",httpMethod:"GET",responses:{200:{bodyMapper:QuantumWorkspace},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceGroupName,subscriptionId,workspaceName],headerParameters:[accept],serializer:serializer$3},createOrUpdateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}",httpMethod:"PUT",responses:{200:{bodyMapper:QuantumWorkspace},201:{bodyMapper:QuantumWorkspace},202:{bodyMapper:QuantumWorkspace},204:{bodyMapper:QuantumWorkspace},default:{bodyMapper:ErrorResponse}},requestBody:quantumWorkspace,queryParameters:[apiVersion],urlParameters:[$host,resourceGroupName,subscriptionId,workspaceName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$3},updateTagsOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}",httpMethod:"PATCH",responses:{200:{bodyMapper:QuantumWorkspace},default:{bodyMapper:ErrorResponse}},requestBody:workspaceTags,queryParameters:[apiVersion],urlParameters:[$host,resourceGroupName,subscriptionId,workspaceName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$3},deleteOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}",httpMethod:"DELETE",responses:{200:{},201:{},202:{},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceGroupName,subscriptionId,workspaceName],headerParameters:[accept],serializer:serializer$3},listBySubscriptionOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/workspaces",httpMethod:"GET",responses:{200:{bodyMapper:WorkspaceListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId],headerParameters:[accept],serializer:serializer$3},listByResourceGroupOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces",httpMethod:"GET",responses:{200:{bodyMapper:WorkspaceListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,resourceGroupName,subscriptionId],headerParameters:[accept],serializer:serializer$3},listBySubscriptionNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:WorkspaceListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer$3},listByResourceGroupNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:WorkspaceListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,resourceGroupName,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer$3};class OfferingsImpl{constructor(e){this.client=e}list(t,i){const e=this.listPagingAll(t,i);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(t,i,e)}}}listPagingPage(r,s,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var i;for(t||(setContinuationToken(i=(e=yield tslib.__await(this._list(r,s))).value||[],t=e.nextLink),yield yield tslib.__await(i));t;){e=yield tslib.__await(this._listNext(r,t,s)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listPagingAll(o,p){return tslib.__asyncGenerator(this,arguments,function*(){var e,t,i,a;try{for(var r,s=!0,n=tslib.__asyncValues(this.listPagingPage(o,p));!(e=(r=yield tslib.__await(n.next())).done);){a=r.value,s=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(a)))}finally{s=!0}}}catch(e){t={error:e}}finally{try{s||e||!(i=n.return)||(yield tslib.__await(i.call(n)))}finally{if(t)throw t.error}}})}_list(e,t){return this.client.sendOperationRequest({locationName:e,options:t},listOperationSpec$1)}_listNext(e,t,i){return this.client.sendOperationRequest({locationName:e,nextLink:t,options:i},listNextOperationSpec$1)}}const serializer$2=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec$1={path:"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings",httpMethod:"GET",responses:{200:{bodyMapper:OfferingsListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,locationName],headerParameters:[accept],serializer:serializer$2},listNextOperationSpec$1={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:OfferingsListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,subscriptionId,nextLink,locationName],headerParameters:[accept],serializer:serializer$2};class OperationsImpl{constructor(e){this.client=e}list(t){const e=this.listPagingAll(t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(t,e)}}}listPagingPage(r,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==s?void 0:s.continuationToken;var i;for(t||(setContinuationToken(i=(e=yield tslib.__await(this._list(r))).value||[],t=e.nextLink),yield yield tslib.__await(i));t;){e=yield tslib.__await(this._listNext(t,r)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listPagingAll(o){return tslib.__asyncGenerator(this,arguments,function*(){var e,t,i,a;try{for(var r,s=!0,n=tslib.__asyncValues(this.listPagingPage(o));!(e=(r=yield tslib.__await(n.next())).done);){a=r.value,s=!1;try{yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(a)))}finally{s=!0}}}catch(e){t={error:e}}finally{try{s||e||!(i=n.return)||(yield tslib.__await(i.call(n)))}finally{if(t)throw t.error}}})}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec)}_listNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listNextOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec={path:"/providers/Microsoft.Quantum/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationsList},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$1},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:OperationsList},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,nextLink],headerParameters:[accept],serializer:serializer$1};class WorkspaceImpl{constructor(e){this.client=e}checkNameAvailability(e,t,i){return this.client.sendOperationRequest({locationName:e,checkNameAvailabilityParameters:t,options:i},checkNameAvailabilityOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),checkNameAvailabilityOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability",httpMethod:"POST",responses:{200:{bodyMapper:CheckNameAvailabilityResult},default:{bodyMapper:ErrorResponse}},requestBody:checkNameAvailabilityParameters,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,locationName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer};class AzureQuantumManagementClient extends coreClient__namespace.ServiceClient{constructor(e,t,i){if(void 0===e)throw new Error("'credentials' cannot be null");if(void 0===t)throw new Error("'subscriptionId' cannot be null");var a,r="azsdk-js-arm-quantum/1.0.0-beta.1",r=(i=i||{}).userAgentOptions&&i.userAgentOptions.userAgentPrefix?i.userAgentOptions.userAgentPrefix+" "+r:r,r=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),i),{userAgentOptions:{userAgentPrefix:r},endpoint:null!=(r=null!=(r=i.endpoint)?r:i.baseUri)?r:"https://management.azure.com"});super(r);let s=!1;null!=i&&i.pipeline&&0<i.pipeline.getOrderedPolicies().length&&(a=i.pipeline.getOrderedPolicies(),s=a.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),i&&i.pipeline&&0!=i.pipeline.getOrderedPolicies().length&&s||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(a=r.credentialScopes)?a:r.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.subscriptionId=t,this.$host=i.$host||"https://management.azure.com",this.apiVersion=i.apiVersion||"2022-01-10-preview",this.workspaces=new WorkspacesImpl(this),this.offerings=new OfferingsImpl(this),this.operations=new OperationsImpl(this),this.workspace=new WorkspaceImpl(this),this.addCustomApiVersionPolicy(i.apiVersion)}addCustomApiVersionPolicy(r){r&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(i,a){return tslib.__awaiter(this,void 0,void 0,function*(){var e,t=i.url.split("?");return 1<t.length&&(e=t[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+r:e),i.url=t[0]+"?"+e.join("&")),a(i)})}})}}exports.AzureQuantumManagementClient=AzureQuantumManagementClient,exports.getContinuationToken=getContinuationToken;
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/workspaces.ts","../src/operations/offerings.ts","../src/operations/operations.ts","../src/operations/workspace.ts","../src/azureQuantumManagementClient.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownStatus","KnownUsableStatus","KnownProvisioningStatus","KnownResourceIdentityType","KnownCreatedByType","Provider","type","name","className","modelProperties","providerId","serializedName","providerSku","instanceUri","applicationName","provisioningState","resourceUsageId","QuantumWorkspaceIdentity","principalId","readOnly","tenantId","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","Resource","id","ErrorResponse","error","ErrorDetail","code","message","target","details","element","additionalInfo","ErrorAdditionalInfo","info","value","TagsObject","tags","WorkspaceListResult","nextLink","OfferingsListResult","ProviderDescription","properties","ProviderProperties","description","providerType","company","defaultEndpoint","aad","managedApplication","targets","skus","quotaDimensions","pricingDimensions","ProviderPropertiesAad","applicationId","ProviderPropertiesManagedApplication","publisherId","offerId","TargetDescription","acceptedDataFormats","acceptedContentEncodings","SkuDescription","version","restrictedAccessUri","autoAdd","pricingDetails","QuotaDimension","scope","period","quota","unit","unitPlural","PricingDetail","PricingDimension","OperationsList","required","Operation","isDataAction","display","OperationDisplay","provider","resource","operation","CheckNameAvailabilityParameters","defaultValue","CheckNameAvailabilityResult","nameAvailable","reason","TrackedResource","Object","assign","location","QuantumWorkspace","identity","systemData","providers","usable","storageAccount","endpointUri","accept","parameterPath","mapper","isConstant","$host","skipEncoding","resourceGroupName","apiVersion","subscriptionId","workspaceName","contentType","quantumWorkspace","QuantumWorkspaceMapper","workspaceTags","TagsObjectMapper","locationName","checkNameAvailabilityParameters","CheckNameAvailabilityParametersMapper","createLroSpec","inputs","args","spec","sendOperationFn","requestMethod","httpMethod","requestPath","path","sendInitialRequest","sendPollRequest","options","restSpec","__rest","abortSignal","WorkspacesImpl","constructor","client","this","listBySubscription","iter","listBySubscriptionPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listBySubscriptionPagingPage","let","result","yield","tslib","__await","_listBySubscription","_listBySubscriptionNext","_f","_d","_e","__asyncValues","done","_c","__asyncDelegator","listByResourceGroup","listByResourceGroupPagingAll","listByResourceGroupPagingPage","_listByResourceGroup","_listByResourceGroupNext","sendOperationRequest","getOperationSpec","beginCreateOrUpdate","directSendOperation","__awaiter","lro","currentRawResponse","undefined","providedCallback","onResponse","updatedArgs","rawResponse","flatResponse","statusCode","status","body","parsedBody","headers","toJSON","createOrUpdateOperationSpec","poller","createHttpPoller","restoreFrom","resumeFrom","intervalInMs","updateIntervalInMs","resourceLocationConfig","poll","beginCreateOrUpdateAndWait","pollUntilDone","updateTags","updateTagsOperationSpec","beginDelete","deleteOperationSpec","beginDeleteAndWait","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","serializer","coreClient","createSerializer","Mappers","responses","200","bodyMapper","Mappers.QuantumWorkspace","default","Mappers.ErrorResponse","queryParameters","Parameters.apiVersion","urlParameters","Parameters.$host","Parameters.resourceGroupName","Parameters.subscriptionId","Parameters.workspaceName","headerParameters","Parameters.accept","201","202","204","requestBody","Parameters.quantumWorkspace","Parameters.contentType","mediaType","Parameters.workspaceTags","Mappers.WorkspaceListResult","Parameters.nextLink","OfferingsImpl","list","listPagingAll","listPagingPage","_list","_listNext","listOperationSpec","listNextOperationSpec","Mappers.OfferingsListResult","Parameters.locationName","OperationsImpl","Mappers.OperationsList","WorkspaceImpl","checkNameAvailability","checkNameAvailabilityOperationSpec","Mappers.CheckNameAvailabilityResult","Parameters.checkNameAvailabilityParameters","AzureQuantumManagementClient","ServiceClient","credentials","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","endpoint","_b","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","workspaces","offerings","operations","workspace","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join"],"mappings":"goBAYA,MAAMA,QAAU,IAAIC,QASd,SAAUC,qBAAqBC,GACnC,MAAoB,UAAhB,OAAOA,GAA8B,OAATA,GAGzB,OAAAC,EAAAJ,QAAQK,IAAIF,CAAI,GAHvB,KAAA,EAG0BC,EAAAE,iBAC5B,CAEgB,SAAAC,qBACdJ,EACAG,G,IAKME,EAHc,UAAhB,OAAOL,GAA8B,OAATA,GAAkBG,KAG5CE,EAAW,OAAAJ,EAAAJ,QAAQK,IAAIF,CAAI,GAAKC,EAAA,IAC7BE,kBAAoBA,EAC7BN,QAAQS,IAAIN,EAAMK,CAAQ,EAC5B,CC6VYE,QAAAA,YAAAA,KAAAA,EAAZ,SAAYA,GAEVA,EAAA,UAAA,YAEAA,EAAA,UAAA,YAEAA,EAAA,SAAA,WAEAA,EAAA,SAAA,WAEAA,EAAA,QAAA,UAEAA,EAAA,OAAA,QACD,EAbWA,QAAAA,cAAAA,QAAAA,YAaX,GAAA,EAiBWC,QAAAA,kBAAAA,KAAAA,EAAZ,SAAYA,GAEVA,EAAA,IAAA,MAEAA,EAAA,GAAA,KAEAA,EAAA,QAAA,SACD,EAPWA,QAAAA,oBAAAA,QAAAA,kBAOX,GAAA,EAcWC,QAAAA,wBAAAA,KAAAA,EAAZ,SAAYA,GAEVA,EAAA,UAAA,YAEAA,EAAA,kBAAA,oBAEAA,EAAA,iBAAA,mBAEAA,EAAA,iBAAA,mBAEAA,EAAA,qBAAA,uBAEAA,EAAA,OAAA,QACD,EAbWA,QAAAA,0BAAAA,QAAAA,wBAaX,GAAA,EAiBWC,QAAAA,0BAAAA,KAAAA,EAAZ,SAAYA,GAEVA,EAAA,eAAA,iBAEAA,EAAA,KAAA,MACD,EALWA,QAAAA,4BAAAA,QAAAA,0BAKX,GAAA,EAaWC,QAAAA,mBAAAA,KAAAA,EAAZ,SAAYA,GAEVA,EAAA,KAAA,OAEAA,EAAA,YAAA,cAEAA,EAAA,gBAAA,kBAEAA,EAAA,IAAA,KACD,EATWA,QAAAA,qBAAAA,QAAAA,mBASX,GAAA,ECreM,MAAMC,SAAuC,CAClDC,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfC,WAAY,CACVC,eAAgB,aAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDK,YAAa,CACXD,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDM,YAAa,CACXF,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDO,gBAAiB,CACfH,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDQ,kBAAmB,CACjBJ,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDS,gBAAiB,CACfL,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUU,yBAAuD,CAClEX,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfS,YAAa,CACXP,eAAgB,cAChBQ,SAAU,CAAA,EACVb,KAAM,CACJC,KAAM,QACP,CACF,EACDa,SAAU,CACRT,eAAgB,WAChBQ,SAAU,CAAA,EACVb,KAAM,CACJC,KAAM,QACP,CACF,EACDD,KAAM,CACJK,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUc,WAAyC,CACpDf,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfa,UAAW,CACTX,eAAgB,YAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgB,cAAe,CACbZ,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDiB,UAAW,CACTb,eAAgB,YAChBL,KAAM,CACJC,KAAM,UACP,CACF,EACDkB,eAAgB,CACdd,eAAgB,iBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmB,mBAAoB,CAClBf,eAAgB,qBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDoB,eAAgB,CACdhB,eAAgB,iBAChBL,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGUqB,SAAuC,CAClDtB,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfoB,GAAI,CACFlB,eAAgB,KAChBQ,SAAU,CAAA,EACVb,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBQ,SAAU,CAAA,EACVb,KAAM,CACJC,KAAM,QACP,CACF,EACDD,KAAM,CACJK,eAAgB,OAC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eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD2D,oBAAqB,CACnBvD,eAAgB,sBAChBL,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,EACD4D,yBAA0B,CACxBxD,eAAgB,2BAChBL,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,CACF,CACF,C,EAGU6D,eAA6C,CACxD9D,KAAM,CACJC,KAAM,YACNC,UAAW,iBACXC,gBAAiB,CACfoB,GAAI,CACFlB,eAAgB,KAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8D,QAAS,CACP1D,eAAgB,UAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD2C,YAAa,CACXvC,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+D,oBAAqB,CACnB3D,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgE,QAAS,CACP5D,eAAgB,UAChBL,KAAM,CACJC,KAAM,SACP,CACF,EACDiD,QAAS,CACP7C,eAAgB,UAChBL,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,EACDmD,gBAAiB,CACf/C,eAAgB,kBAChBL,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,YACNC,UAAW,gBACZ,CACF,CACF,CACF,EACDgE,eAAgB,CACd7D,eAAgB,iBAChBL,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,YACNC,UAAW,eACZ,CACF,CACF,CACF,CACF,CACF,C,EAGUiE,eAA6C,CACxDnE,KAAM,CACJC,KAAM,YACNC,UAAW,iBACXC,gBAAiB,CACfoB,GAAI,CACFlB,eAAgB,KAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmE,MAAO,CACL/D,eAAgB,QAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDoE,OAAQ,CACNhE,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqE,MAAO,CACLjE,eAAgB,QAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD2C,YAAa,CACXvC,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsE,KAAM,CACJlE,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuE,WAAY,CACVnE,eAAgB,aAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUwE,cAA4C,CACvDzE,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAiB,CACfoB,GAAI,CACFlB,eAAgB,KAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDkC,MAAO,CACL9B,eAAgB,QAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUyE,iBAA+C,CAC1D1E,KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACfoB,GAAI,CACFlB,eAAgB,KAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU0E,eAA6C,CACxD3E,KAAM,CACJC,KAAM,YACNC,UAAW,iBACXC,gBAAiB,CACfoC,SAAU,CACRlC,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDkC,MAAO,CACL9B,eAAgB,QAChBuE,SAAU,CAAA,EACV5E,KAAM,CACJC,KAAM,WACN8B,QAAS,CACP/B,KAAM,CACJC,KAAM,YACNC,UAAW,WACZ,CACF,CACF,CACF,CACF,CACF,C,EAGU2E,UAAwC,CACnD7E,KAAM,CACJC,KAAM,YACNC,UAAW,YACXC,gBAAiB,CACfF,KAAM,CACJI,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6E,aAAc,CACZzE,eAAgB,eAChBL,KAAM,CACJC,KAAM,SACP,CACF,EACD8E,QAAS,CACP1E,e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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=offeringsListSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offeringsListSample.d.ts","sourceRoot":"","sources":["../../samples-dev/offeringsListSample.ts"],"names":[],"mappings":""}
@@ -1,59 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { AzureQuantumManagementClient } from "@azure/arm-quantum";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- import * as dotenv from "dotenv";
14
- dotenv.config();
15
- /**
16
- * This sample demonstrates how to Returns the list of all provider offerings available for the given location.
17
- *
18
- * @summary Returns the list of all provider offerings available for the given location.
19
- * x-ms-original-file: specification/quantum/resource-manager/Microsoft.Quantum/preview/2022-01-10-preview/examples/offeringsList.json
20
- */
21
- function offeringsList() {
22
- var _a, e_1, _b, _c;
23
- return __awaiter(this, void 0, void 0, function* () {
24
- const subscriptionId = process.env["QUANTUM_SUBSCRIPTION_ID"] ||
25
- "1C4B2828-7D49-494F-933D-061373BE28C2";
26
- const locationName = "westus2";
27
- const credential = new DefaultAzureCredential();
28
- const client = new AzureQuantumManagementClient(credential, subscriptionId);
29
- const resArray = new Array();
30
- try {
31
- for (var _d = true, _e = __asyncValues(client.offerings.list(locationName)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
32
- _c = _f.value;
33
- _d = false;
34
- try {
35
- let item = _c;
36
- resArray.push(item);
37
- }
38
- finally {
39
- _d = true;
40
- }
41
- }
42
- }
43
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
44
- finally {
45
- try {
46
- if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
47
- }
48
- finally { if (e_1) throw e_1.error; }
49
- }
50
- console.log(resArray);
51
- });
52
- }
53
- function main() {
54
- return __awaiter(this, void 0, void 0, function* () {
55
- offeringsList();
56
- });
57
- }
58
- main().catch(console.error);
59
- //# sourceMappingURL=offeringsListSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offeringsListSample.js","sourceRoot":"","sources":["../../samples-dev/offeringsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC;YACtC,sCAAsC,CAAC;QACzC,MAAM,YAAY,GAAG,SAAS,CAAC;QAC/B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,4BAA4B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC5E,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA,IAAA;gBAAnC,cAAmC;gBAAnC,WAAmC;;oBAA/C,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationsListSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationsListSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationsListSample.ts"],"names":[],"mappings":""}