@azure/arm-healthcareapis 3.1.1-alpha.20250205.1 → 3.1.1-alpha.20250206.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (909) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/healthcareApisManagementClient.d.ts +32 -0
  3. package/dist/browser/healthcareApisManagementClient.d.ts.map +1 -0
  4. package/dist/browser/healthcareApisManagementClient.js +110 -0
  5. package/dist/browser/healthcareApisManagementClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +13 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +272 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/dicomServices.d.ts +99 -0
  16. package/dist/browser/operations/dicomServices.d.ts.map +1 -0
  17. package/dist/browser/operations/dicomServices.js +448 -0
  18. package/dist/browser/operations/dicomServices.js.map +1 -0
  19. package/dist/browser/operations/fhirDestinations.d.ts +41 -0
  20. package/dist/browser/operations/fhirDestinations.d.ts.map +1 -0
  21. package/dist/browser/operations/fhirDestinations.js +155 -0
  22. package/dist/browser/operations/fhirDestinations.js.map +1 -0
  23. package/dist/browser/operations/fhirServices.d.ts +99 -0
  24. package/dist/browser/operations/fhirServices.d.ts.map +1 -0
  25. package/dist/browser/operations/fhirServices.js +448 -0
  26. package/dist/browser/operations/fhirServices.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +14 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +21 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/dist/browser/operations/iotConnectorFhirDestination.d.ts +63 -0
  32. package/dist/browser/operations/iotConnectorFhirDestination.d.ts.map +1 -0
  33. package/dist/browser/operations/iotConnectorFhirDestination.js +250 -0
  34. package/dist/browser/operations/iotConnectorFhirDestination.js.map +1 -0
  35. package/dist/browser/operations/iotConnectors.d.ts +99 -0
  36. package/dist/browser/operations/iotConnectors.d.ts.map +1 -0
  37. package/dist/browser/operations/iotConnectors.js +448 -0
  38. package/dist/browser/operations/iotConnectors.js.map +1 -0
  39. package/dist/browser/operations/operationResults.d.ts +20 -0
  40. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  41. package/dist/browser/operations/operationResults.js +53 -0
  42. package/dist/browser/operations/operationResults.js.map +1 -0
  43. package/dist/browser/operations/operations.d.ts +32 -0
  44. package/dist/browser/operations/operations.d.ts.map +1 -0
  45. package/dist/browser/operations/operations.js +133 -0
  46. package/dist/browser/operations/operations.js.map +1 -0
  47. package/dist/browser/operations/privateEndpointConnections.d.ts +78 -0
  48. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  49. package/dist/browser/operations/privateEndpointConnections.js +324 -0
  50. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  51. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  52. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  53. package/dist/browser/operations/privateLinkResources.js +85 -0
  54. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  55. package/dist/browser/operations/services.d.ts +114 -0
  56. package/dist/browser/operations/services.d.ts.map +1 -0
  57. package/dist/browser/operations/services.js +563 -0
  58. package/dist/browser/operations/services.js.map +1 -0
  59. package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts +78 -0
  60. package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
  61. package/dist/browser/operations/workspacePrivateEndpointConnections.js +324 -0
  62. package/dist/browser/operations/workspacePrivateEndpointConnections.js.map +1 -0
  63. package/dist/browser/operations/workspacePrivateLinkResources.d.ts +38 -0
  64. package/dist/browser/operations/workspacePrivateLinkResources.d.ts.map +1 -0
  65. package/dist/browser/operations/workspacePrivateLinkResources.js +137 -0
  66. package/dist/browser/operations/workspacePrivateLinkResources.js.map +1 -0
  67. package/dist/browser/operations/workspaces.d.ts +107 -0
  68. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  69. package/dist/browser/operations/workspaces.js +536 -0
  70. package/dist/browser/operations/workspaces.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/dicomServices.d.ts +74 -0
  72. package/dist/browser/operationsInterfaces/dicomServices.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/dicomServices.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/fhirDestinations.d.ts +14 -0
  75. package/dist/browser/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/fhirDestinations.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/fhirServices.d.ts +74 -0
  78. package/dist/browser/operationsInterfaces/fhirServices.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/fhirServices.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/index.d.ts +14 -0
  81. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/index.js +21 -0
  83. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  84. package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
  85. package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
  87. package/dist/browser/operationsInterfaces/iotConnectors.d.ts +74 -0
  88. package/dist/browser/operationsInterfaces/iotConnectors.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/iotConnectors.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
  91. package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  94. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
  97. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  100. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/services.d.ts +78 -0
  103. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
  106. package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
  109. package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/workspaces.d.ts +71 -0
  112. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  114. package/dist/browser/package.json +3 -0
  115. package/dist/browser/pagingHelper.js.map +1 -0
  116. package/dist/commonjs/healthcareApisManagementClient.d.ts +32 -0
  117. package/dist/commonjs/healthcareApisManagementClient.d.ts.map +1 -0
  118. package/dist/commonjs/healthcareApisManagementClient.js +115 -0
  119. package/dist/commonjs/healthcareApisManagementClient.js.map +1 -0
  120. package/dist/commonjs/index.d.ts +5 -0
  121. package/dist/commonjs/index.d.ts.map +1 -0
  122. package/dist/commonjs/index.js +19 -0
  123. package/dist/commonjs/index.js.map +1 -0
  124. package/dist/commonjs/lroImpl.d.ts +11 -0
  125. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  126. package/dist/commonjs/lroImpl.js +17 -0
  127. package/dist/commonjs/lroImpl.js.map +1 -0
  128. package/dist/commonjs/models/index.d.ts +1536 -0
  129. package/dist/commonjs/models/index.d.ts.map +1 -0
  130. package/dist/commonjs/models/index.js +165 -0
  131. package/dist/commonjs/models/index.js.map +1 -0
  132. package/dist/commonjs/models/mappers.d.ts +81 -0
  133. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  134. package/dist/commonjs/models/mappers.js +2320 -0
  135. package/dist/commonjs/models/mappers.js.map +1 -0
  136. package/dist/commonjs/models/parameters.d.ts +33 -0
  137. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  138. package/dist/commonjs/models/parameters.js +275 -0
  139. package/dist/commonjs/models/parameters.js.map +1 -0
  140. package/dist/commonjs/operations/dicomServices.d.ts +99 -0
  141. package/dist/commonjs/operations/dicomServices.d.ts.map +1 -0
  142. package/dist/commonjs/operations/dicomServices.js +452 -0
  143. package/dist/commonjs/operations/dicomServices.js.map +1 -0
  144. package/dist/commonjs/operations/fhirDestinations.d.ts +41 -0
  145. package/dist/commonjs/operations/fhirDestinations.d.ts.map +1 -0
  146. package/dist/commonjs/operations/fhirDestinations.js +159 -0
  147. package/dist/commonjs/operations/fhirDestinations.js.map +1 -0
  148. package/dist/commonjs/operations/fhirServices.d.ts +99 -0
  149. package/dist/commonjs/operations/fhirServices.d.ts.map +1 -0
  150. package/dist/commonjs/operations/fhirServices.js +452 -0
  151. package/dist/commonjs/operations/fhirServices.js.map +1 -0
  152. package/dist/commonjs/operations/index.d.ts +14 -0
  153. package/dist/commonjs/operations/index.d.ts.map +1 -0
  154. package/dist/commonjs/operations/index.js +24 -0
  155. package/dist/commonjs/operations/index.js.map +1 -0
  156. package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts +63 -0
  157. package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts.map +1 -0
  158. package/dist/commonjs/operations/iotConnectorFhirDestination.js +255 -0
  159. package/dist/commonjs/operations/iotConnectorFhirDestination.js.map +1 -0
  160. package/dist/commonjs/operations/iotConnectors.d.ts +99 -0
  161. package/dist/commonjs/operations/iotConnectors.d.ts.map +1 -0
  162. package/dist/commonjs/operations/iotConnectors.js +452 -0
  163. package/dist/commonjs/operations/iotConnectors.js.map +1 -0
  164. package/dist/commonjs/operations/operationResults.d.ts +20 -0
  165. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  166. package/dist/commonjs/operations/operationResults.js +58 -0
  167. package/dist/commonjs/operations/operationResults.js.map +1 -0
  168. package/dist/commonjs/operations/operations.d.ts +32 -0
  169. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  170. package/dist/commonjs/operations/operations.js +137 -0
  171. package/dist/commonjs/operations/operations.js.map +1 -0
  172. package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
  173. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  174. package/dist/commonjs/operations/privateEndpointConnections.js +328 -0
  175. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  176. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  177. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  178. package/dist/commonjs/operations/privateLinkResources.js +90 -0
  179. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  180. package/dist/commonjs/operations/services.d.ts +114 -0
  181. package/dist/commonjs/operations/services.d.ts.map +1 -0
  182. package/dist/commonjs/operations/services.js +567 -0
  183. package/dist/commonjs/operations/services.js.map +1 -0
  184. package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts +78 -0
  185. package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
  186. package/dist/commonjs/operations/workspacePrivateEndpointConnections.js +328 -0
  187. package/dist/commonjs/operations/workspacePrivateEndpointConnections.js.map +1 -0
  188. package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts +38 -0
  189. package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts.map +1 -0
  190. package/dist/commonjs/operations/workspacePrivateLinkResources.js +141 -0
  191. package/dist/commonjs/operations/workspacePrivateLinkResources.js.map +1 -0
  192. package/dist/commonjs/operations/workspaces.d.ts +107 -0
  193. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  194. package/dist/commonjs/operations/workspaces.js +540 -0
  195. package/dist/commonjs/operations/workspaces.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/dicomServices.d.ts +74 -0
  197. package/dist/commonjs/operationsInterfaces/dicomServices.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/dicomServices.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/dicomServices.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts +14 -0
  201. package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/fhirDestinations.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/fhirDestinations.js.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/fhirServices.d.ts +74 -0
  205. package/dist/commonjs/operationsInterfaces/fhirServices.d.ts.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/fhirServices.js +10 -0
  207. package/dist/commonjs/operationsInterfaces/fhirServices.js.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
  209. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/index.js +24 -0
  211. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
  213. package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js +10 -0
  215. package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts +74 -0
  217. package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/iotConnectors.js +10 -0
  219. package/dist/commonjs/operationsInterfaces/iotConnectors.js.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
  221. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  223. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  225. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  227. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
  229. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  231. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  233. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  235. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/services.d.ts +78 -0
  237. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  239. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
  241. package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js +10 -0
  243. package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
  245. package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js +10 -0
  247. package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +71 -0
  249. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  251. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  252. package/dist/commonjs/package.json +3 -0
  253. package/dist/commonjs/pagingHelper.d.ts +13 -0
  254. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  255. package/dist/commonjs/pagingHelper.js +36 -0
  256. package/dist/commonjs/pagingHelper.js.map +1 -0
  257. package/dist/esm/healthcareApisManagementClient.d.ts +32 -0
  258. package/dist/esm/healthcareApisManagementClient.d.ts.map +1 -0
  259. package/dist/esm/healthcareApisManagementClient.js +110 -0
  260. package/dist/esm/healthcareApisManagementClient.js.map +1 -0
  261. package/dist/esm/index.d.ts +5 -0
  262. package/dist/esm/index.d.ts.map +1 -0
  263. package/dist/esm/index.js +13 -0
  264. package/dist/esm/index.js.map +1 -0
  265. package/dist/esm/lroImpl.d.ts +11 -0
  266. package/dist/esm/lroImpl.d.ts.map +1 -0
  267. package/dist/esm/lroImpl.js +14 -0
  268. package/dist/esm/lroImpl.js.map +1 -0
  269. package/dist/esm/models/index.d.ts +1536 -0
  270. package/dist/esm/models/index.d.ts.map +1 -0
  271. package/dist/esm/models/index.js +162 -0
  272. package/dist/esm/models/index.js.map +1 -0
  273. package/dist/esm/models/mappers.d.ts +81 -0
  274. package/dist/esm/models/mappers.d.ts.map +1 -0
  275. package/dist/esm/models/mappers.js +2316 -0
  276. package/dist/esm/models/mappers.js.map +1 -0
  277. package/dist/esm/models/parameters.d.ts +33 -0
  278. package/dist/esm/models/parameters.d.ts.map +1 -0
  279. package/dist/esm/models/parameters.js +272 -0
  280. package/dist/esm/models/parameters.js.map +1 -0
  281. package/dist/esm/operations/dicomServices.d.ts +99 -0
  282. package/dist/esm/operations/dicomServices.d.ts.map +1 -0
  283. package/dist/esm/operations/dicomServices.js +448 -0
  284. package/dist/esm/operations/dicomServices.js.map +1 -0
  285. package/dist/esm/operations/fhirDestinations.d.ts +41 -0
  286. package/dist/esm/operations/fhirDestinations.d.ts.map +1 -0
  287. package/dist/esm/operations/fhirDestinations.js +155 -0
  288. package/dist/esm/operations/fhirDestinations.js.map +1 -0
  289. package/dist/esm/operations/fhirServices.d.ts +99 -0
  290. package/dist/esm/operations/fhirServices.d.ts.map +1 -0
  291. package/dist/esm/operations/fhirServices.js +448 -0
  292. package/dist/esm/operations/fhirServices.js.map +1 -0
  293. package/dist/esm/operations/index.d.ts +14 -0
  294. package/dist/esm/operations/index.d.ts.map +1 -0
  295. package/dist/esm/operations/index.js +21 -0
  296. package/dist/esm/operations/index.js.map +1 -0
  297. package/dist/esm/operations/iotConnectorFhirDestination.d.ts +63 -0
  298. package/dist/esm/operations/iotConnectorFhirDestination.d.ts.map +1 -0
  299. package/dist/esm/operations/iotConnectorFhirDestination.js +250 -0
  300. package/dist/esm/operations/iotConnectorFhirDestination.js.map +1 -0
  301. package/dist/esm/operations/iotConnectors.d.ts +99 -0
  302. package/dist/esm/operations/iotConnectors.d.ts.map +1 -0
  303. package/dist/esm/operations/iotConnectors.js +448 -0
  304. package/dist/esm/operations/iotConnectors.js.map +1 -0
  305. package/dist/esm/operations/operationResults.d.ts +20 -0
  306. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  307. package/dist/esm/operations/operationResults.js +53 -0
  308. package/dist/esm/operations/operationResults.js.map +1 -0
  309. package/dist/esm/operations/operations.d.ts +32 -0
  310. package/dist/esm/operations/operations.d.ts.map +1 -0
  311. package/dist/esm/operations/operations.js +133 -0
  312. package/dist/esm/operations/operations.js.map +1 -0
  313. package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
  314. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  315. package/dist/esm/operations/privateEndpointConnections.js +324 -0
  316. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  317. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  318. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  319. package/dist/esm/operations/privateLinkResources.js +85 -0
  320. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  321. package/dist/esm/operations/services.d.ts +114 -0
  322. package/dist/esm/operations/services.d.ts.map +1 -0
  323. package/dist/esm/operations/services.js +563 -0
  324. package/dist/esm/operations/services.js.map +1 -0
  325. package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts +78 -0
  326. package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
  327. package/dist/esm/operations/workspacePrivateEndpointConnections.js +324 -0
  328. package/dist/esm/operations/workspacePrivateEndpointConnections.js.map +1 -0
  329. package/dist/esm/operations/workspacePrivateLinkResources.d.ts +38 -0
  330. package/dist/esm/operations/workspacePrivateLinkResources.d.ts.map +1 -0
  331. package/dist/esm/operations/workspacePrivateLinkResources.js +137 -0
  332. package/dist/esm/operations/workspacePrivateLinkResources.js.map +1 -0
  333. package/dist/esm/operations/workspaces.d.ts +107 -0
  334. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  335. package/dist/esm/operations/workspaces.js +536 -0
  336. package/dist/esm/operations/workspaces.js.map +1 -0
  337. package/dist/esm/operationsInterfaces/dicomServices.d.ts +74 -0
  338. package/dist/esm/operationsInterfaces/dicomServices.d.ts.map +1 -0
  339. package/dist/esm/operationsInterfaces/dicomServices.js +9 -0
  340. package/dist/esm/operationsInterfaces/dicomServices.js.map +1 -0
  341. package/dist/esm/operationsInterfaces/fhirDestinations.d.ts +14 -0
  342. package/dist/esm/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
  343. package/dist/esm/operationsInterfaces/fhirDestinations.js +9 -0
  344. package/dist/esm/operationsInterfaces/fhirDestinations.js.map +1 -0
  345. package/dist/esm/operationsInterfaces/fhirServices.d.ts +74 -0
  346. package/dist/esm/operationsInterfaces/fhirServices.d.ts.map +1 -0
  347. package/dist/esm/operationsInterfaces/fhirServices.js +9 -0
  348. package/dist/esm/operationsInterfaces/fhirServices.js.map +1 -0
  349. package/dist/esm/operationsInterfaces/index.d.ts +14 -0
  350. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  351. package/dist/esm/operationsInterfaces/index.js +21 -0
  352. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  353. package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
  354. package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
  355. package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
  356. package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
  357. package/dist/esm/operationsInterfaces/iotConnectors.d.ts +74 -0
  358. package/dist/esm/operationsInterfaces/iotConnectors.d.ts.map +1 -0
  359. package/dist/esm/operationsInterfaces/iotConnectors.js +9 -0
  360. package/dist/esm/operationsInterfaces/iotConnectors.js.map +1 -0
  361. package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
  362. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  363. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  364. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  365. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  366. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  367. package/dist/esm/operationsInterfaces/operations.js +9 -0
  368. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  369. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
  370. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  371. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  372. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  373. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  374. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  375. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  376. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  377. package/dist/esm/operationsInterfaces/services.d.ts +78 -0
  378. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  379. package/dist/esm/operationsInterfaces/services.js +9 -0
  380. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  381. package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
  382. package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
  383. package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
  384. package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
  385. package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
  386. package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
  387. package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
  388. package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
  389. package/dist/esm/operationsInterfaces/workspaces.d.ts +71 -0
  390. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  391. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  392. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  393. package/dist/esm/package.json +3 -0
  394. package/dist/esm/pagingHelper.d.ts +13 -0
  395. package/dist/esm/pagingHelper.d.ts.map +1 -0
  396. package/dist/esm/pagingHelper.js +32 -0
  397. package/dist/esm/pagingHelper.js.map +1 -0
  398. package/dist/react-native/healthcareApisManagementClient.d.ts +32 -0
  399. package/dist/react-native/healthcareApisManagementClient.d.ts.map +1 -0
  400. package/dist/react-native/healthcareApisManagementClient.js +110 -0
  401. package/dist/react-native/healthcareApisManagementClient.js.map +1 -0
  402. package/dist/react-native/index.d.ts +5 -0
  403. package/dist/react-native/index.d.ts.map +1 -0
  404. package/dist/react-native/index.js +13 -0
  405. package/dist/react-native/index.js.map +1 -0
  406. package/dist/react-native/lroImpl.d.ts +11 -0
  407. package/dist/react-native/lroImpl.d.ts.map +1 -0
  408. package/dist/react-native/lroImpl.js +14 -0
  409. package/dist/react-native/lroImpl.js.map +1 -0
  410. package/dist/react-native/models/index.d.ts +1536 -0
  411. package/dist/react-native/models/index.d.ts.map +1 -0
  412. package/dist/react-native/models/index.js +162 -0
  413. package/dist/react-native/models/index.js.map +1 -0
  414. package/dist/react-native/models/mappers.d.ts +81 -0
  415. package/dist/react-native/models/mappers.d.ts.map +1 -0
  416. package/dist/react-native/models/mappers.js +2316 -0
  417. package/dist/react-native/models/mappers.js.map +1 -0
  418. package/dist/react-native/models/parameters.d.ts +33 -0
  419. package/dist/react-native/models/parameters.d.ts.map +1 -0
  420. package/dist/react-native/models/parameters.js +272 -0
  421. package/dist/react-native/models/parameters.js.map +1 -0
  422. package/dist/react-native/operations/dicomServices.d.ts +99 -0
  423. package/dist/react-native/operations/dicomServices.d.ts.map +1 -0
  424. package/dist/react-native/operations/dicomServices.js +448 -0
  425. package/dist/react-native/operations/dicomServices.js.map +1 -0
  426. package/dist/react-native/operations/fhirDestinations.d.ts +41 -0
  427. package/dist/react-native/operations/fhirDestinations.d.ts.map +1 -0
  428. package/dist/react-native/operations/fhirDestinations.js +155 -0
  429. package/dist/react-native/operations/fhirDestinations.js.map +1 -0
  430. package/dist/react-native/operations/fhirServices.d.ts +99 -0
  431. package/dist/react-native/operations/fhirServices.d.ts.map +1 -0
  432. package/dist/react-native/operations/fhirServices.js +448 -0
  433. package/dist/react-native/operations/fhirServices.js.map +1 -0
  434. package/dist/react-native/operations/index.d.ts +14 -0
  435. package/dist/react-native/operations/index.d.ts.map +1 -0
  436. package/dist/react-native/operations/index.js +21 -0
  437. package/dist/react-native/operations/index.js.map +1 -0
  438. package/dist/react-native/operations/iotConnectorFhirDestination.d.ts +63 -0
  439. package/dist/react-native/operations/iotConnectorFhirDestination.d.ts.map +1 -0
  440. package/dist/react-native/operations/iotConnectorFhirDestination.js +250 -0
  441. package/dist/react-native/operations/iotConnectorFhirDestination.js.map +1 -0
  442. package/dist/react-native/operations/iotConnectors.d.ts +99 -0
  443. package/dist/react-native/operations/iotConnectors.d.ts.map +1 -0
  444. package/dist/react-native/operations/iotConnectors.js +448 -0
  445. package/dist/react-native/operations/iotConnectors.js.map +1 -0
  446. package/dist/react-native/operations/operationResults.d.ts +20 -0
  447. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  448. package/dist/react-native/operations/operationResults.js +53 -0
  449. package/dist/react-native/operations/operationResults.js.map +1 -0
  450. package/dist/react-native/operations/operations.d.ts +32 -0
  451. package/dist/react-native/operations/operations.d.ts.map +1 -0
  452. package/dist/react-native/operations/operations.js +133 -0
  453. package/dist/react-native/operations/operations.js.map +1 -0
  454. package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
  455. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  456. package/dist/react-native/operations/privateEndpointConnections.js +324 -0
  457. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  458. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  459. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  460. package/dist/react-native/operations/privateLinkResources.js +85 -0
  461. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  462. package/dist/react-native/operations/services.d.ts +114 -0
  463. package/dist/react-native/operations/services.d.ts.map +1 -0
  464. package/dist/react-native/operations/services.js +563 -0
  465. package/dist/react-native/operations/services.js.map +1 -0
  466. package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts +78 -0
  467. package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
  468. package/dist/react-native/operations/workspacePrivateEndpointConnections.js +324 -0
  469. package/dist/react-native/operations/workspacePrivateEndpointConnections.js.map +1 -0
  470. package/dist/react-native/operations/workspacePrivateLinkResources.d.ts +38 -0
  471. package/dist/react-native/operations/workspacePrivateLinkResources.d.ts.map +1 -0
  472. package/dist/react-native/operations/workspacePrivateLinkResources.js +137 -0
  473. package/dist/react-native/operations/workspacePrivateLinkResources.js.map +1 -0
  474. package/dist/react-native/operations/workspaces.d.ts +107 -0
  475. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  476. package/dist/react-native/operations/workspaces.js +536 -0
  477. package/dist/react-native/operations/workspaces.js.map +1 -0
  478. package/dist/react-native/operationsInterfaces/dicomServices.d.ts +74 -0
  479. package/dist/react-native/operationsInterfaces/dicomServices.d.ts.map +1 -0
  480. package/dist/react-native/operationsInterfaces/dicomServices.js +9 -0
  481. package/dist/react-native/operationsInterfaces/dicomServices.js.map +1 -0
  482. package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts +14 -0
  483. package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
  484. package/dist/react-native/operationsInterfaces/fhirDestinations.js +9 -0
  485. package/dist/react-native/operationsInterfaces/fhirDestinations.js.map +1 -0
  486. package/dist/react-native/operationsInterfaces/fhirServices.d.ts +74 -0
  487. package/dist/react-native/operationsInterfaces/fhirServices.d.ts.map +1 -0
  488. package/dist/react-native/operationsInterfaces/fhirServices.js +9 -0
  489. package/dist/react-native/operationsInterfaces/fhirServices.js.map +1 -0
  490. package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
  491. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  492. package/dist/react-native/operationsInterfaces/index.js +21 -0
  493. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  494. package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
  495. package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
  496. package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
  497. package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
  498. package/dist/react-native/operationsInterfaces/iotConnectors.d.ts +74 -0
  499. package/dist/react-native/operationsInterfaces/iotConnectors.d.ts.map +1 -0
  500. package/dist/react-native/operationsInterfaces/iotConnectors.js +9 -0
  501. package/dist/react-native/operationsInterfaces/iotConnectors.js.map +1 -0
  502. package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
  503. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  504. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  505. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  506. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  507. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  508. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  509. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  510. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
  511. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  512. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  513. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  514. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  515. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  516. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  517. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  518. package/dist/react-native/operationsInterfaces/services.d.ts +78 -0
  519. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  520. package/dist/react-native/operationsInterfaces/services.js +9 -0
  521. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  522. package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
  523. package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
  524. package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
  525. package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
  526. package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
  527. package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
  528. package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
  529. package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
  530. package/dist/react-native/operationsInterfaces/workspaces.d.ts +71 -0
  531. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  532. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  533. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  534. package/dist/react-native/package.json +3 -0
  535. package/dist/react-native/pagingHelper.d.ts +13 -0
  536. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  537. package/dist/react-native/pagingHelper.js +32 -0
  538. package/dist/react-native/pagingHelper.js.map +1 -0
  539. package/package.json +70 -41
  540. package/dist/index.js +0 -6934
  541. package/dist/index.js.map +0 -1
  542. package/dist/index.min.js +0 -1
  543. package/dist/index.min.js.map +0 -1
  544. package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js +0 -38
  547. package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js.map +0 -1
  548. package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/dicomServicesDeleteSample.js +0 -37
  551. package/dist-esm/samples-dev/dicomServicesDeleteSample.js.map +0 -1
  552. package/dist-esm/samples-dev/dicomServicesGetSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/dicomServicesGetSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/dicomServicesGetSample.js +0 -37
  555. package/dist-esm/samples-dev/dicomServicesGetSample.js.map +0 -1
  556. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js +0 -52
  559. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +0 -1
  560. package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/dicomServicesUpdateSample.js +0 -33
  563. package/dist-esm/samples-dev/dicomServicesUpdateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +0 -53
  567. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +0 -1
  568. package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js +0 -82
  571. package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js.map +0 -1
  572. package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/fhirServicesDeleteSample.js +0 -37
  575. package/dist-esm/samples-dev/fhirServicesDeleteSample.js.map +0 -1
  576. package/dist-esm/samples-dev/fhirServicesGetSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/fhirServicesGetSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/fhirServicesGetSample.js +0 -37
  579. package/dist-esm/samples-dev/fhirServicesGetSample.js.map +0 -1
  580. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +0 -52
  583. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +0 -1
  584. package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/fhirServicesUpdateSample.js +0 -33
  587. package/dist-esm/samples-dev/fhirServicesUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js +0 -63
  591. package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js.map +0 -1
  592. package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js +0 -38
  595. package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js.map +0 -1
  596. package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js +0 -38
  599. package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js.map +0 -1
  600. package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js +0 -67
  603. package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js.map +0 -1
  604. package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/iotConnectorsDeleteSample.js +0 -37
  607. package/dist-esm/samples-dev/iotConnectorsDeleteSample.js.map +0 -1
  608. package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/iotConnectorsGetSample.js +0 -37
  611. package/dist-esm/samples-dev/iotConnectorsGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +0 -52
  615. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +0 -1
  616. package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/iotConnectorsUpdateSample.js +0 -38
  619. package/dist-esm/samples-dev/iotConnectorsUpdateSample.js.map +0 -1
  620. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -36
  623. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  624. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  627. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  628. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
  631. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  632. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
  635. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  636. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
  639. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  640. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -52
  643. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
  644. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
  647. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  648. package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js +0 -36
  651. package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js.map +0 -1
  652. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  653. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -31
  655. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  656. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -136
  659. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  660. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -36
  663. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  664. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/servicesGetSample.js +0 -54
  667. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  668. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -51
  671. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  672. package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/servicesListSample.js +0 -50
  675. package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
  676. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -32
  679. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  680. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js +0 -36
  683. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  684. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js +0 -37
  687. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js.map +0 -1
  688. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js +0 -37
  691. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js.map +0 -1
  692. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +0 -52
  695. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
  696. package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js +0 -37
  699. package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js.map +0 -1
  700. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +0 -52
  703. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +0 -1
  704. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -30
  707. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  708. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
  711. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  712. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
  715. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  716. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
  719. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
  720. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -50
  723. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
  724. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -32
  727. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  728. package/dist-esm/src/healthcareApisManagementClient.d.ts +0 -32
  729. package/dist-esm/src/healthcareApisManagementClient.d.ts.map +0 -1
  730. package/dist-esm/src/healthcareApisManagementClient.js +0 -113
  731. package/dist-esm/src/healthcareApisManagementClient.js.map +0 -1
  732. package/dist-esm/src/index.d.ts +0 -5
  733. package/dist-esm/src/index.d.ts.map +0 -1
  734. package/dist-esm/src/index.js +0 -13
  735. package/dist-esm/src/index.js.map +0 -1
  736. package/dist-esm/src/lroImpl.js.map +0 -1
  737. package/dist-esm/src/models/index.js.map +0 -1
  738. package/dist-esm/src/models/mappers.js.map +0 -1
  739. package/dist-esm/src/models/parameters.js +0 -272
  740. package/dist-esm/src/models/parameters.js.map +0 -1
  741. package/dist-esm/src/operations/dicomServices.d.ts +0 -99
  742. package/dist-esm/src/operations/dicomServices.d.ts.map +0 -1
  743. package/dist-esm/src/operations/dicomServices.js +0 -460
  744. package/dist-esm/src/operations/dicomServices.js.map +0 -1
  745. package/dist-esm/src/operations/fhirDestinations.d.ts +0 -41
  746. package/dist-esm/src/operations/fhirDestinations.d.ts.map +0 -1
  747. package/dist-esm/src/operations/fhirDestinations.js +0 -155
  748. package/dist-esm/src/operations/fhirDestinations.js.map +0 -1
  749. package/dist-esm/src/operations/fhirServices.d.ts +0 -99
  750. package/dist-esm/src/operations/fhirServices.d.ts.map +0 -1
  751. package/dist-esm/src/operations/fhirServices.js +0 -460
  752. package/dist-esm/src/operations/fhirServices.js.map +0 -1
  753. package/dist-esm/src/operations/index.d.ts +0 -14
  754. package/dist-esm/src/operations/index.d.ts.map +0 -1
  755. package/dist-esm/src/operations/index.js +0 -21
  756. package/dist-esm/src/operations/index.js.map +0 -1
  757. package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts +0 -63
  758. package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts.map +0 -1
  759. package/dist-esm/src/operations/iotConnectorFhirDestination.js +0 -259
  760. package/dist-esm/src/operations/iotConnectorFhirDestination.js.map +0 -1
  761. package/dist-esm/src/operations/iotConnectors.d.ts +0 -99
  762. package/dist-esm/src/operations/iotConnectors.d.ts.map +0 -1
  763. package/dist-esm/src/operations/iotConnectors.js +0 -460
  764. package/dist-esm/src/operations/iotConnectors.js.map +0 -1
  765. package/dist-esm/src/operations/operationResults.d.ts +0 -20
  766. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  767. package/dist-esm/src/operations/operationResults.js +0 -53
  768. package/dist-esm/src/operations/operationResults.js.map +0 -1
  769. package/dist-esm/src/operations/operations.d.ts +0 -32
  770. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  771. package/dist-esm/src/operations/operations.js +0 -133
  772. package/dist-esm/src/operations/operations.js.map +0 -1
  773. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -78
  774. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  775. package/dist-esm/src/operations/privateEndpointConnections.js +0 -332
  776. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  777. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  778. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  779. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  780. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  781. package/dist-esm/src/operations/services.d.ts +0 -114
  782. package/dist-esm/src/operations/services.d.ts.map +0 -1
  783. package/dist-esm/src/operations/services.js +0 -575
  784. package/dist-esm/src/operations/services.js.map +0 -1
  785. package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts +0 -78
  786. package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts.map +0 -1
  787. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +0 -332
  788. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +0 -1
  789. package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts +0 -38
  790. package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts.map +0 -1
  791. package/dist-esm/src/operations/workspacePrivateLinkResources.js +0 -137
  792. package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +0 -1
  793. package/dist-esm/src/operations/workspaces.d.ts +0 -107
  794. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  795. package/dist-esm/src/operations/workspaces.js +0 -548
  796. package/dist-esm/src/operations/workspaces.js.map +0 -1
  797. package/dist-esm/src/operationsInterfaces/dicomServices.d.ts +0 -74
  798. package/dist-esm/src/operationsInterfaces/dicomServices.d.ts.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/dicomServices.js.map +0 -1
  800. package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts +0 -14
  801. package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/fhirDestinations.js.map +0 -1
  803. package/dist-esm/src/operationsInterfaces/fhirServices.d.ts +0 -74
  804. package/dist-esm/src/operationsInterfaces/fhirServices.d.ts.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/fhirServices.js.map +0 -1
  806. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  807. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  809. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts +0 -55
  811. package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +0 -1
  812. package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.js.map +0 -1
  813. package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts +0 -74
  814. package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts.map +0 -1
  815. package/dist-esm/src/operationsInterfaces/iotConnectors.js.map +0 -1
  816. package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
  817. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  818. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  819. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  820. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  821. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  822. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -61
  823. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  824. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  825. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  826. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  827. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  828. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -78
  829. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  830. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  831. package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +0 -61
  832. package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +0 -1
  833. package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.js.map +0 -1
  834. package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts +0 -21
  835. package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +0 -1
  836. package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.js.map +0 -1
  837. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -71
  838. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  839. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  840. package/dist-esm/src/pagingHelper.js.map +0 -1
  841. package/dist-esm/test/healthcareapis_operations_test.spec.d.ts +0 -4
  842. package/dist-esm/test/healthcareapis_operations_test.spec.d.ts.map +0 -1
  843. package/dist-esm/test/healthcareapis_operations_test.spec.js +0 -112
  844. package/dist-esm/test/healthcareapis_operations_test.spec.js.map +0 -1
  845. package/src/healthcareApisManagementClient.ts +0 -198
  846. package/src/index.ts +0 -13
  847. package/src/lroImpl.ts +0 -38
  848. package/src/models/index.ts +0 -1781
  849. package/src/models/mappers.ts +0 -2505
  850. package/src/models/parameters.ts +0 -323
  851. package/src/operations/dicomServices.ts +0 -641
  852. package/src/operations/fhirDestinations.ts +0 -216
  853. package/src/operations/fhirServices.ts +0 -641
  854. package/src/operations/index.ts +0 -21
  855. package/src/operations/iotConnectorFhirDestination.ts +0 -363
  856. package/src/operations/iotConnectors.ts +0 -641
  857. package/src/operations/operationResults.ts +0 -71
  858. package/src/operations/operations.ts +0 -149
  859. package/src/operations/privateEndpointConnections.ts +0 -457
  860. package/src/operations/privateLinkResources.ts +0 -114
  861. package/src/operations/services.ts +0 -747
  862. package/src/operations/workspacePrivateEndpointConnections.ts +0 -456
  863. package/src/operations/workspacePrivateLinkResources.ts +0 -185
  864. package/src/operations/workspaces.ts +0 -713
  865. package/src/operationsInterfaces/dicomServices.ts +0 -147
  866. package/src/operationsInterfaces/fhirDestinations.ts +0 -31
  867. package/src/operationsInterfaces/fhirServices.ts +0 -147
  868. package/src/operationsInterfaces/index.ts +0 -21
  869. package/src/operationsInterfaces/iotConnectorFhirDestination.ts +0 -107
  870. package/src/operationsInterfaces/iotConnectors.ts +0 -147
  871. package/src/operationsInterfaces/operationResults.ts +0 -27
  872. package/src/operationsInterfaces/operations.ts +0 -22
  873. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
  874. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  875. package/src/operationsInterfaces/services.ts +0 -152
  876. package/src/operationsInterfaces/workspacePrivateEndpointConnections.ts +0 -114
  877. package/src/operationsInterfaces/workspacePrivateLinkResources.ts +0 -44
  878. package/src/operationsInterfaces/workspaces.ts +0 -139
  879. package/src/pagingHelper.ts +0 -39
  880. package/tsconfig.json +0 -33
  881. package/types/arm-healthcareapis.d.ts +0 -2385
  882. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  883. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  884. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  885. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  886. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  887. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  888. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  889. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  890. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  891. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  892. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  893. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dicomServices.js +0 -0
  894. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirDestinations.js +0 -0
  895. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirServices.js +0 -0
  896. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectorFhirDestination.js +0 -0
  897. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectors.js +0 -0
  898. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  899. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  900. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  901. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  902. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  903. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateEndpointConnections.js +0 -0
  904. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateLinkResources.js +0 -0
  905. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  906. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  907. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  908. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  909. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,641 +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
-
9
- import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { FhirServices } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { HealthcareApisManagementClient } from "../healthcareApisManagementClient";
16
- import {
17
- SimplePollerLike,
18
- OperationState,
19
- createHttpPoller,
20
- } from "@azure/core-lro";
21
- import { createLroSpec } from "../lroImpl";
22
- import {
23
- FhirService,
24
- FhirServicesListByWorkspaceNextOptionalParams,
25
- FhirServicesListByWorkspaceOptionalParams,
26
- FhirServicesListByWorkspaceResponse,
27
- FhirServicesGetOptionalParams,
28
- FhirServicesGetResponse,
29
- FhirServicesCreateOrUpdateOptionalParams,
30
- FhirServicesCreateOrUpdateResponse,
31
- FhirServicePatchResource,
32
- FhirServicesUpdateOptionalParams,
33
- FhirServicesUpdateResponse,
34
- FhirServicesDeleteOptionalParams,
35
- FhirServicesListByWorkspaceNextResponse,
36
- } from "../models";
37
-
38
- /// <reference lib="esnext.asynciterable" />
39
- /** Class containing FhirServices operations. */
40
- export class FhirServicesImpl implements FhirServices {
41
- private readonly client: HealthcareApisManagementClient;
42
-
43
- /**
44
- * Initialize a new instance of the class FhirServices class.
45
- * @param client Reference to the service client
46
- */
47
- constructor(client: HealthcareApisManagementClient) {
48
- this.client = client;
49
- }
50
-
51
- /**
52
- * Lists all FHIR Services for the given workspace
53
- * @param resourceGroupName The name of the resource group that contains the service instance.
54
- * @param workspaceName The name of workspace resource.
55
- * @param options The options parameters.
56
- */
57
- public listByWorkspace(
58
- resourceGroupName: string,
59
- workspaceName: string,
60
- options?: FhirServicesListByWorkspaceOptionalParams,
61
- ): PagedAsyncIterableIterator<FhirService> {
62
- const iter = this.listByWorkspacePagingAll(
63
- resourceGroupName,
64
- workspaceName,
65
- options,
66
- );
67
- return {
68
- next() {
69
- return iter.next();
70
- },
71
- [Symbol.asyncIterator]() {
72
- return this;
73
- },
74
- byPage: (settings?: PageSettings) => {
75
- if (settings?.maxPageSize) {
76
- throw new Error("maxPageSize is not supported by this operation.");
77
- }
78
- return this.listByWorkspacePagingPage(
79
- resourceGroupName,
80
- workspaceName,
81
- options,
82
- settings,
83
- );
84
- },
85
- };
86
- }
87
-
88
- private async *listByWorkspacePagingPage(
89
- resourceGroupName: string,
90
- workspaceName: string,
91
- options?: FhirServicesListByWorkspaceOptionalParams,
92
- settings?: PageSettings,
93
- ): AsyncIterableIterator<FhirService[]> {
94
- let result: FhirServicesListByWorkspaceResponse;
95
- let continuationToken = settings?.continuationToken;
96
- if (!continuationToken) {
97
- result = await this._listByWorkspace(
98
- resourceGroupName,
99
- workspaceName,
100
- options,
101
- );
102
- let page = result.value || [];
103
- continuationToken = result.nextLink;
104
- setContinuationToken(page, continuationToken);
105
- yield page;
106
- }
107
- while (continuationToken) {
108
- result = await this._listByWorkspaceNext(
109
- resourceGroupName,
110
- workspaceName,
111
- continuationToken,
112
- options,
113
- );
114
- continuationToken = result.nextLink;
115
- let page = result.value || [];
116
- setContinuationToken(page, continuationToken);
117
- yield page;
118
- }
119
- }
120
-
121
- private async *listByWorkspacePagingAll(
122
- resourceGroupName: string,
123
- workspaceName: string,
124
- options?: FhirServicesListByWorkspaceOptionalParams,
125
- ): AsyncIterableIterator<FhirService> {
126
- for await (const page of this.listByWorkspacePagingPage(
127
- resourceGroupName,
128
- workspaceName,
129
- options,
130
- )) {
131
- yield* page;
132
- }
133
- }
134
-
135
- /**
136
- * Lists all FHIR Services for the given workspace
137
- * @param resourceGroupName The name of the resource group that contains the service instance.
138
- * @param workspaceName The name of workspace resource.
139
- * @param options The options parameters.
140
- */
141
- private _listByWorkspace(
142
- resourceGroupName: string,
143
- workspaceName: string,
144
- options?: FhirServicesListByWorkspaceOptionalParams,
145
- ): Promise<FhirServicesListByWorkspaceResponse> {
146
- return this.client.sendOperationRequest(
147
- { resourceGroupName, workspaceName, options },
148
- listByWorkspaceOperationSpec,
149
- );
150
- }
151
-
152
- /**
153
- * Gets the properties of the specified FHIR Service.
154
- * @param resourceGroupName The name of the resource group that contains the service instance.
155
- * @param workspaceName The name of workspace resource.
156
- * @param fhirServiceName The name of FHIR Service resource.
157
- * @param options The options parameters.
158
- */
159
- get(
160
- resourceGroupName: string,
161
- workspaceName: string,
162
- fhirServiceName: string,
163
- options?: FhirServicesGetOptionalParams,
164
- ): Promise<FhirServicesGetResponse> {
165
- return this.client.sendOperationRequest(
166
- { resourceGroupName, workspaceName, fhirServiceName, options },
167
- getOperationSpec,
168
- );
169
- }
170
-
171
- /**
172
- * Creates or updates a FHIR Service resource with the specified parameters.
173
- * @param resourceGroupName The name of the resource group that contains the service instance.
174
- * @param workspaceName The name of workspace resource.
175
- * @param fhirServiceName The name of FHIR Service resource.
176
- * @param fhirservice The parameters for creating or updating a Fhir Service resource.
177
- * @param options The options parameters.
178
- */
179
- async beginCreateOrUpdate(
180
- resourceGroupName: string,
181
- workspaceName: string,
182
- fhirServiceName: string,
183
- fhirservice: FhirService,
184
- options?: FhirServicesCreateOrUpdateOptionalParams,
185
- ): Promise<
186
- SimplePollerLike<
187
- OperationState<FhirServicesCreateOrUpdateResponse>,
188
- FhirServicesCreateOrUpdateResponse
189
- >
190
- > {
191
- const directSendOperation = async (
192
- args: coreClient.OperationArguments,
193
- spec: coreClient.OperationSpec,
194
- ): Promise<FhirServicesCreateOrUpdateResponse> => {
195
- return this.client.sendOperationRequest(args, spec);
196
- };
197
- const sendOperationFn = async (
198
- args: coreClient.OperationArguments,
199
- spec: coreClient.OperationSpec,
200
- ) => {
201
- let currentRawResponse: coreClient.FullOperationResponse | undefined =
202
- undefined;
203
- const providedCallback = args.options?.onResponse;
204
- const callback: coreClient.RawResponseCallback = (
205
- rawResponse: coreClient.FullOperationResponse,
206
- flatResponse: unknown,
207
- ) => {
208
- currentRawResponse = rawResponse;
209
- providedCallback?.(rawResponse, flatResponse);
210
- };
211
- const updatedArgs = {
212
- ...args,
213
- options: {
214
- ...args.options,
215
- onResponse: callback,
216
- },
217
- };
218
- const flatResponse = await directSendOperation(updatedArgs, spec);
219
- return {
220
- flatResponse,
221
- rawResponse: {
222
- statusCode: currentRawResponse!.status,
223
- body: currentRawResponse!.parsedBody,
224
- headers: currentRawResponse!.headers.toJSON(),
225
- },
226
- };
227
- };
228
-
229
- const lro = createLroSpec({
230
- sendOperationFn,
231
- args: {
232
- resourceGroupName,
233
- workspaceName,
234
- fhirServiceName,
235
- fhirservice,
236
- options,
237
- },
238
- spec: createOrUpdateOperationSpec,
239
- });
240
- const poller = await createHttpPoller<
241
- FhirServicesCreateOrUpdateResponse,
242
- OperationState<FhirServicesCreateOrUpdateResponse>
243
- >(lro, {
244
- restoreFrom: options?.resumeFrom,
245
- intervalInMs: options?.updateIntervalInMs,
246
- });
247
- await poller.poll();
248
- return poller;
249
- }
250
-
251
- /**
252
- * Creates or updates a FHIR Service resource with the specified parameters.
253
- * @param resourceGroupName The name of the resource group that contains the service instance.
254
- * @param workspaceName The name of workspace resource.
255
- * @param fhirServiceName The name of FHIR Service resource.
256
- * @param fhirservice The parameters for creating or updating a Fhir Service resource.
257
- * @param options The options parameters.
258
- */
259
- async beginCreateOrUpdateAndWait(
260
- resourceGroupName: string,
261
- workspaceName: string,
262
- fhirServiceName: string,
263
- fhirservice: FhirService,
264
- options?: FhirServicesCreateOrUpdateOptionalParams,
265
- ): Promise<FhirServicesCreateOrUpdateResponse> {
266
- const poller = await this.beginCreateOrUpdate(
267
- resourceGroupName,
268
- workspaceName,
269
- fhirServiceName,
270
- fhirservice,
271
- options,
272
- );
273
- return poller.pollUntilDone();
274
- }
275
-
276
- /**
277
- * Patch FHIR Service details.
278
- * @param resourceGroupName The name of the resource group that contains the service instance.
279
- * @param fhirServiceName The name of FHIR Service resource.
280
- * @param workspaceName The name of workspace resource.
281
- * @param fhirservicePatchResource The parameters for updating a Fhir Service.
282
- * @param options The options parameters.
283
- */
284
- async beginUpdate(
285
- resourceGroupName: string,
286
- fhirServiceName: string,
287
- workspaceName: string,
288
- fhirservicePatchResource: FhirServicePatchResource,
289
- options?: FhirServicesUpdateOptionalParams,
290
- ): Promise<
291
- SimplePollerLike<
292
- OperationState<FhirServicesUpdateResponse>,
293
- FhirServicesUpdateResponse
294
- >
295
- > {
296
- const directSendOperation = async (
297
- args: coreClient.OperationArguments,
298
- spec: coreClient.OperationSpec,
299
- ): Promise<FhirServicesUpdateResponse> => {
300
- return this.client.sendOperationRequest(args, spec);
301
- };
302
- const sendOperationFn = async (
303
- args: coreClient.OperationArguments,
304
- spec: coreClient.OperationSpec,
305
- ) => {
306
- let currentRawResponse: coreClient.FullOperationResponse | undefined =
307
- undefined;
308
- const providedCallback = args.options?.onResponse;
309
- const callback: coreClient.RawResponseCallback = (
310
- rawResponse: coreClient.FullOperationResponse,
311
- flatResponse: unknown,
312
- ) => {
313
- currentRawResponse = rawResponse;
314
- providedCallback?.(rawResponse, flatResponse);
315
- };
316
- const updatedArgs = {
317
- ...args,
318
- options: {
319
- ...args.options,
320
- onResponse: callback,
321
- },
322
- };
323
- const flatResponse = await directSendOperation(updatedArgs, spec);
324
- return {
325
- flatResponse,
326
- rawResponse: {
327
- statusCode: currentRawResponse!.status,
328
- body: currentRawResponse!.parsedBody,
329
- headers: currentRawResponse!.headers.toJSON(),
330
- },
331
- };
332
- };
333
-
334
- const lro = createLroSpec({
335
- sendOperationFn,
336
- args: {
337
- resourceGroupName,
338
- fhirServiceName,
339
- workspaceName,
340
- fhirservicePatchResource,
341
- options,
342
- },
343
- spec: updateOperationSpec,
344
- });
345
- const poller = await createHttpPoller<
346
- FhirServicesUpdateResponse,
347
- OperationState<FhirServicesUpdateResponse>
348
- >(lro, {
349
- restoreFrom: options?.resumeFrom,
350
- intervalInMs: options?.updateIntervalInMs,
351
- });
352
- await poller.poll();
353
- return poller;
354
- }
355
-
356
- /**
357
- * Patch FHIR Service details.
358
- * @param resourceGroupName The name of the resource group that contains the service instance.
359
- * @param fhirServiceName The name of FHIR Service resource.
360
- * @param workspaceName The name of workspace resource.
361
- * @param fhirservicePatchResource The parameters for updating a Fhir Service.
362
- * @param options The options parameters.
363
- */
364
- async beginUpdateAndWait(
365
- resourceGroupName: string,
366
- fhirServiceName: string,
367
- workspaceName: string,
368
- fhirservicePatchResource: FhirServicePatchResource,
369
- options?: FhirServicesUpdateOptionalParams,
370
- ): Promise<FhirServicesUpdateResponse> {
371
- const poller = await this.beginUpdate(
372
- resourceGroupName,
373
- fhirServiceName,
374
- workspaceName,
375
- fhirservicePatchResource,
376
- options,
377
- );
378
- return poller.pollUntilDone();
379
- }
380
-
381
- /**
382
- * Deletes a FHIR Service.
383
- * @param resourceGroupName The name of the resource group that contains the service instance.
384
- * @param fhirServiceName The name of FHIR Service resource.
385
- * @param workspaceName The name of workspace resource.
386
- * @param options The options parameters.
387
- */
388
- async beginDelete(
389
- resourceGroupName: string,
390
- fhirServiceName: string,
391
- workspaceName: string,
392
- options?: FhirServicesDeleteOptionalParams,
393
- ): Promise<SimplePollerLike<OperationState<void>, void>> {
394
- const directSendOperation = async (
395
- args: coreClient.OperationArguments,
396
- spec: coreClient.OperationSpec,
397
- ): Promise<void> => {
398
- return this.client.sendOperationRequest(args, spec);
399
- };
400
- const sendOperationFn = async (
401
- args: coreClient.OperationArguments,
402
- spec: coreClient.OperationSpec,
403
- ) => {
404
- let currentRawResponse: coreClient.FullOperationResponse | undefined =
405
- undefined;
406
- const providedCallback = args.options?.onResponse;
407
- const callback: coreClient.RawResponseCallback = (
408
- rawResponse: coreClient.FullOperationResponse,
409
- flatResponse: unknown,
410
- ) => {
411
- currentRawResponse = rawResponse;
412
- providedCallback?.(rawResponse, flatResponse);
413
- };
414
- const updatedArgs = {
415
- ...args,
416
- options: {
417
- ...args.options,
418
- onResponse: callback,
419
- },
420
- };
421
- const flatResponse = await directSendOperation(updatedArgs, spec);
422
- return {
423
- flatResponse,
424
- rawResponse: {
425
- statusCode: currentRawResponse!.status,
426
- body: currentRawResponse!.parsedBody,
427
- headers: currentRawResponse!.headers.toJSON(),
428
- },
429
- };
430
- };
431
-
432
- const lro = createLroSpec({
433
- sendOperationFn,
434
- args: { resourceGroupName, fhirServiceName, workspaceName, options },
435
- spec: deleteOperationSpec,
436
- });
437
- const poller = await createHttpPoller<void, OperationState<void>>(lro, {
438
- restoreFrom: options?.resumeFrom,
439
- intervalInMs: options?.updateIntervalInMs,
440
- });
441
- await poller.poll();
442
- return poller;
443
- }
444
-
445
- /**
446
- * Deletes a FHIR Service.
447
- * @param resourceGroupName The name of the resource group that contains the service instance.
448
- * @param fhirServiceName The name of FHIR Service resource.
449
- * @param workspaceName The name of workspace resource.
450
- * @param options The options parameters.
451
- */
452
- async beginDeleteAndWait(
453
- resourceGroupName: string,
454
- fhirServiceName: string,
455
- workspaceName: string,
456
- options?: FhirServicesDeleteOptionalParams,
457
- ): Promise<void> {
458
- const poller = await this.beginDelete(
459
- resourceGroupName,
460
- fhirServiceName,
461
- workspaceName,
462
- options,
463
- );
464
- return poller.pollUntilDone();
465
- }
466
-
467
- /**
468
- * ListByWorkspaceNext
469
- * @param resourceGroupName The name of the resource group that contains the service instance.
470
- * @param workspaceName The name of workspace resource.
471
- * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
472
- * @param options The options parameters.
473
- */
474
- private _listByWorkspaceNext(
475
- resourceGroupName: string,
476
- workspaceName: string,
477
- nextLink: string,
478
- options?: FhirServicesListByWorkspaceNextOptionalParams,
479
- ): Promise<FhirServicesListByWorkspaceNextResponse> {
480
- return this.client.sendOperationRequest(
481
- { resourceGroupName, workspaceName, nextLink, options },
482
- listByWorkspaceNextOperationSpec,
483
- );
484
- }
485
- }
486
- // Operation Specifications
487
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
488
-
489
- const listByWorkspaceOperationSpec: coreClient.OperationSpec = {
490
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices",
491
- httpMethod: "GET",
492
- responses: {
493
- 200: {
494
- bodyMapper: Mappers.FhirServiceCollection,
495
- },
496
- default: {
497
- bodyMapper: Mappers.ErrorDetails,
498
- },
499
- },
500
- queryParameters: [Parameters.apiVersion],
501
- urlParameters: [
502
- Parameters.$host,
503
- Parameters.subscriptionId,
504
- Parameters.resourceGroupName,
505
- Parameters.workspaceName,
506
- ],
507
- headerParameters: [Parameters.accept],
508
- serializer,
509
- };
510
- const getOperationSpec: coreClient.OperationSpec = {
511
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}",
512
- httpMethod: "GET",
513
- responses: {
514
- 200: {
515
- bodyMapper: Mappers.FhirService,
516
- },
517
- default: {
518
- bodyMapper: Mappers.ErrorDetails,
519
- },
520
- },
521
- queryParameters: [Parameters.apiVersion],
522
- urlParameters: [
523
- Parameters.$host,
524
- Parameters.subscriptionId,
525
- Parameters.resourceGroupName,
526
- Parameters.workspaceName,
527
- Parameters.fhirServiceName,
528
- ],
529
- headerParameters: [Parameters.accept],
530
- serializer,
531
- };
532
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
533
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}",
534
- httpMethod: "PUT",
535
- responses: {
536
- 200: {
537
- bodyMapper: Mappers.FhirService,
538
- },
539
- 201: {
540
- bodyMapper: Mappers.FhirService,
541
- },
542
- 202: {
543
- bodyMapper: Mappers.FhirService,
544
- },
545
- 204: {
546
- bodyMapper: Mappers.FhirService,
547
- },
548
- default: {
549
- bodyMapper: Mappers.ErrorDetails,
550
- },
551
- },
552
- requestBody: Parameters.fhirservice,
553
- queryParameters: [Parameters.apiVersion],
554
- urlParameters: [
555
- Parameters.$host,
556
- Parameters.subscriptionId,
557
- Parameters.resourceGroupName,
558
- Parameters.workspaceName,
559
- Parameters.fhirServiceName,
560
- ],
561
- headerParameters: [Parameters.accept, Parameters.contentType],
562
- mediaType: "json",
563
- serializer,
564
- };
565
- const updateOperationSpec: coreClient.OperationSpec = {
566
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}",
567
- httpMethod: "PATCH",
568
- responses: {
569
- 200: {
570
- bodyMapper: Mappers.FhirService,
571
- },
572
- 201: {
573
- bodyMapper: Mappers.FhirService,
574
- },
575
- 202: {
576
- bodyMapper: Mappers.FhirService,
577
- },
578
- 204: {
579
- bodyMapper: Mappers.FhirService,
580
- },
581
- default: {
582
- bodyMapper: Mappers.ErrorDetails,
583
- },
584
- },
585
- requestBody: Parameters.fhirservicePatchResource,
586
- queryParameters: [Parameters.apiVersion],
587
- urlParameters: [
588
- Parameters.$host,
589
- Parameters.subscriptionId,
590
- Parameters.resourceGroupName,
591
- Parameters.workspaceName,
592
- Parameters.fhirServiceName,
593
- ],
594
- headerParameters: [Parameters.accept, Parameters.contentType],
595
- mediaType: "json",
596
- serializer,
597
- };
598
- const deleteOperationSpec: coreClient.OperationSpec = {
599
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}",
600
- httpMethod: "DELETE",
601
- responses: {
602
- 200: {},
603
- 201: {},
604
- 202: {},
605
- 204: {},
606
- default: {
607
- bodyMapper: Mappers.ErrorModel,
608
- },
609
- },
610
- queryParameters: [Parameters.apiVersion],
611
- urlParameters: [
612
- Parameters.$host,
613
- Parameters.subscriptionId,
614
- Parameters.resourceGroupName,
615
- Parameters.workspaceName,
616
- Parameters.fhirServiceName,
617
- ],
618
- headerParameters: [Parameters.accept],
619
- serializer,
620
- };
621
- const listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
622
- path: "{nextLink}",
623
- httpMethod: "GET",
624
- responses: {
625
- 200: {
626
- bodyMapper: Mappers.FhirServiceCollection,
627
- },
628
- default: {
629
- bodyMapper: Mappers.ErrorDetails,
630
- },
631
- },
632
- urlParameters: [
633
- Parameters.$host,
634
- Parameters.subscriptionId,
635
- Parameters.resourceGroupName,
636
- Parameters.nextLink,
637
- Parameters.workspaceName,
638
- ],
639
- headerParameters: [Parameters.accept],
640
- serializer,
641
- };
@@ -1,21 +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
-
9
- export * from "./services";
10
- export * from "./privateEndpointConnections";
11
- export * from "./privateLinkResources";
12
- export * from "./workspaces";
13
- export * from "./dicomServices";
14
- export * from "./iotConnectors";
15
- export * from "./fhirDestinations";
16
- export * from "./iotConnectorFhirDestination";
17
- export * from "./fhirServices";
18
- export * from "./workspacePrivateEndpointConnections";
19
- export * from "./workspacePrivateLinkResources";
20
- export * from "./operations";
21
- export * from "./operationResults";