@azure/arm-healthdataaiservices 1.0.0-alpha.20241127.1 → 1.0.0

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 (473) hide show
  1. package/CHANGELOG.md +3 -13
  2. package/README.md +10 -4
  3. package/dist/browser/api/deidServices/index.d.ts +16 -17
  4. package/dist/browser/api/deidServices/index.d.ts.map +1 -1
  5. package/dist/browser/api/deidServices/index.js +31 -423
  6. package/dist/browser/api/deidServices/index.js.map +1 -1
  7. package/dist/browser/api/healthDataAIServicesContext.d.ts +4 -4
  8. package/dist/browser/api/healthDataAIServicesContext.d.ts.map +1 -1
  9. package/dist/browser/api/healthDataAIServicesContext.js +28 -6
  10. package/dist/browser/api/healthDataAIServicesContext.js.map +1 -1
  11. package/dist/browser/api/index.d.ts +2 -1
  12. package/dist/browser/api/index.d.ts.map +1 -1
  13. package/dist/browser/api/index.js.map +1 -1
  14. package/dist/browser/api/operations/index.d.ts +6 -7
  15. package/dist/browser/api/operations/index.d.ts.map +1 -1
  16. package/dist/browser/api/operations/index.js +7 -25
  17. package/dist/browser/api/operations/index.js.map +1 -1
  18. package/dist/browser/api/options.d.ts.map +1 -0
  19. package/dist/browser/api/options.js.map +1 -0
  20. package/dist/browser/api/privateEndpointConnections/index.d.ts +12 -13
  21. package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -1
  22. package/dist/browser/api/privateEndpointConnections/index.js +21 -125
  23. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
  24. package/dist/browser/api/privateLinks/index.d.ts +6 -7
  25. package/dist/browser/api/privateLinks/index.d.ts.map +1 -1
  26. package/dist/browser/api/privateLinks/index.js +7 -37
  27. package/dist/browser/api/privateLinks/index.js.map +1 -1
  28. package/dist/browser/classic/deidServices/index.d.ts +4 -4
  29. package/dist/browser/classic/deidServices/index.d.ts.map +1 -1
  30. package/dist/browser/classic/deidServices/index.js.map +1 -1
  31. package/dist/browser/classic/operations/index.d.ts +3 -3
  32. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  33. package/dist/browser/classic/operations/index.js.map +1 -1
  34. package/dist/browser/classic/privateEndpointConnections/index.d.ts +3 -3
  35. package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -1
  36. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
  37. package/dist/browser/classic/privateLinks/index.d.ts +3 -3
  38. package/dist/browser/classic/privateLinks/index.d.ts.map +1 -1
  39. package/dist/browser/classic/privateLinks/index.js.map +1 -1
  40. package/dist/browser/healthDataAIServicesClient.d.ts +2 -2
  41. package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -1
  42. package/dist/browser/healthDataAIServicesClient.js +1 -1
  43. package/dist/browser/healthDataAIServicesClient.js.map +1 -1
  44. package/dist/browser/index.d.ts +5 -2
  45. package/dist/browser/index.d.ts.map +1 -1
  46. package/dist/browser/index.js +2 -2
  47. package/dist/browser/index.js.map +1 -1
  48. package/dist/browser/models/index.d.ts +1 -3
  49. package/dist/browser/models/index.d.ts.map +1 -1
  50. package/dist/browser/models/index.js +1 -1
  51. package/dist/browser/models/index.js.map +1 -1
  52. package/dist/browser/models/models.d.ts +140 -125
  53. package/dist/browser/models/models.d.ts.map +1 -1
  54. package/dist/browser/models/models.js +318 -72
  55. package/dist/browser/models/models.js.map +1 -1
  56. package/dist/browser/restorePollerHelpers.d.ts +2 -2
  57. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  58. package/dist/browser/restorePollerHelpers.js +26 -10
  59. package/dist/browser/restorePollerHelpers.js.map +1 -1
  60. package/dist/browser/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  61. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  62. package/dist/{esm/api → browser/static-helpers}/pagingHelpers.js +4 -5
  63. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  64. package/dist/{esm/api → browser/static-helpers}/pollingHelpers.d.ts +1 -1
  65. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  66. package/dist/browser/{api → static-helpers}/pollingHelpers.js +6 -11
  67. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  68. package/dist/commonjs/api/deidServices/index.d.ts +16 -17
  69. package/dist/commonjs/api/deidServices/index.d.ts.map +1 -1
  70. package/dist/commonjs/api/deidServices/index.js +29 -421
  71. package/dist/commonjs/api/deidServices/index.js.map +1 -1
  72. package/dist/commonjs/api/healthDataAIServicesContext.d.ts +4 -4
  73. package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -1
  74. package/dist/commonjs/api/healthDataAIServicesContext.js +27 -6
  75. package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -1
  76. package/dist/commonjs/api/index.d.ts +2 -1
  77. package/dist/commonjs/api/index.d.ts.map +1 -1
  78. package/dist/commonjs/api/index.js.map +1 -1
  79. package/dist/commonjs/api/operations/index.d.ts +6 -7
  80. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  81. package/dist/commonjs/api/operations/index.js +6 -24
  82. package/dist/commonjs/api/operations/index.js.map +1 -1
  83. package/dist/commonjs/api/options.d.ts.map +1 -0
  84. package/dist/commonjs/api/options.js.map +1 -0
  85. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +12 -13
  86. package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -1
  87. package/dist/commonjs/api/privateEndpointConnections/index.js +19 -123
  88. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
  89. package/dist/commonjs/api/privateLinks/index.d.ts +6 -7
  90. package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -1
  91. package/dist/commonjs/api/privateLinks/index.js +6 -36
  92. package/dist/commonjs/api/privateLinks/index.js.map +1 -1
  93. package/dist/commonjs/classic/deidServices/index.d.ts +4 -4
  94. package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -1
  95. package/dist/commonjs/classic/deidServices/index.js.map +1 -1
  96. package/dist/commonjs/classic/operations/index.d.ts +3 -3
  97. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  98. package/dist/commonjs/classic/operations/index.js.map +1 -1
  99. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +3 -3
  100. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -1
  101. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
  102. package/dist/commonjs/classic/privateLinks/index.d.ts +3 -3
  103. package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -1
  104. package/dist/commonjs/classic/privateLinks/index.js.map +1 -1
  105. package/dist/commonjs/healthDataAIServicesClient.d.ts +2 -2
  106. package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -1
  107. package/dist/commonjs/healthDataAIServicesClient.js +1 -1
  108. package/dist/commonjs/healthDataAIServicesClient.js.map +1 -1
  109. package/dist/commonjs/index.d.ts +5 -2
  110. package/dist/commonjs/index.d.ts.map +1 -1
  111. package/dist/commonjs/index.js +3 -2
  112. package/dist/commonjs/index.js.map +1 -1
  113. package/dist/commonjs/models/index.d.ts +1 -3
  114. package/dist/commonjs/models/index.d.ts.map +1 -1
  115. package/dist/commonjs/models/index.js +3 -2
  116. package/dist/commonjs/models/index.js.map +1 -1
  117. package/dist/commonjs/models/models.d.ts +140 -125
  118. package/dist/commonjs/models/models.d.ts.map +1 -1
  119. package/dist/commonjs/models/models.js +349 -75
  120. package/dist/commonjs/models/models.js.map +1 -1
  121. package/dist/commonjs/restorePollerHelpers.d.ts +2 -2
  122. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  123. package/dist/commonjs/restorePollerHelpers.js +26 -10
  124. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  125. package/dist/commonjs/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  126. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  127. package/dist/commonjs/{api → static-helpers}/pagingHelpers.js +4 -5
  128. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  129. package/dist/{browser/api → commonjs/static-helpers}/pollingHelpers.d.ts +1 -1
  130. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  131. package/dist/commonjs/{api → static-helpers}/pollingHelpers.js +6 -11
  132. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  133. package/dist/esm/api/deidServices/index.d.ts +16 -17
  134. package/dist/esm/api/deidServices/index.d.ts.map +1 -1
  135. package/dist/esm/api/deidServices/index.js +31 -423
  136. package/dist/esm/api/deidServices/index.js.map +1 -1
  137. package/dist/esm/api/healthDataAIServicesContext.d.ts +4 -4
  138. package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -1
  139. package/dist/esm/api/healthDataAIServicesContext.js +28 -6
  140. package/dist/esm/api/healthDataAIServicesContext.js.map +1 -1
  141. package/dist/esm/api/index.d.ts +2 -1
  142. package/dist/esm/api/index.d.ts.map +1 -1
  143. package/dist/esm/api/index.js.map +1 -1
  144. package/dist/esm/api/operations/index.d.ts +6 -7
  145. package/dist/esm/api/operations/index.d.ts.map +1 -1
  146. package/dist/esm/api/operations/index.js +7 -25
  147. package/dist/esm/api/operations/index.js.map +1 -1
  148. package/dist/esm/api/options.d.ts.map +1 -0
  149. package/dist/esm/api/options.js.map +1 -0
  150. package/dist/esm/api/privateEndpointConnections/index.d.ts +12 -13
  151. package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -1
  152. package/dist/esm/api/privateEndpointConnections/index.js +21 -125
  153. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
  154. package/dist/esm/api/privateLinks/index.d.ts +6 -7
  155. package/dist/esm/api/privateLinks/index.d.ts.map +1 -1
  156. package/dist/esm/api/privateLinks/index.js +7 -37
  157. package/dist/esm/api/privateLinks/index.js.map +1 -1
  158. package/dist/esm/classic/deidServices/index.d.ts +4 -4
  159. package/dist/esm/classic/deidServices/index.d.ts.map +1 -1
  160. package/dist/esm/classic/deidServices/index.js.map +1 -1
  161. package/dist/esm/classic/operations/index.d.ts +3 -3
  162. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  163. package/dist/esm/classic/operations/index.js.map +1 -1
  164. package/dist/esm/classic/privateEndpointConnections/index.d.ts +3 -3
  165. package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -1
  166. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
  167. package/dist/esm/classic/privateLinks/index.d.ts +3 -3
  168. package/dist/esm/classic/privateLinks/index.d.ts.map +1 -1
  169. package/dist/esm/classic/privateLinks/index.js.map +1 -1
  170. package/dist/esm/healthDataAIServicesClient.d.ts +2 -2
  171. package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -1
  172. package/dist/esm/healthDataAIServicesClient.js +1 -1
  173. package/dist/esm/healthDataAIServicesClient.js.map +1 -1
  174. package/dist/esm/index.d.ts +5 -2
  175. package/dist/esm/index.d.ts.map +1 -1
  176. package/dist/esm/index.js +2 -2
  177. package/dist/esm/index.js.map +1 -1
  178. package/dist/esm/models/index.d.ts +1 -3
  179. package/dist/esm/models/index.d.ts.map +1 -1
  180. package/dist/esm/models/index.js +1 -1
  181. package/dist/esm/models/index.js.map +1 -1
  182. package/dist/esm/models/models.d.ts +140 -125
  183. package/dist/esm/models/models.d.ts.map +1 -1
  184. package/dist/esm/models/models.js +318 -72
  185. package/dist/esm/models/models.js.map +1 -1
  186. package/dist/esm/restorePollerHelpers.d.ts +2 -2
  187. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  188. package/dist/esm/restorePollerHelpers.js +26 -10
  189. package/dist/esm/restorePollerHelpers.js.map +1 -1
  190. package/dist/esm/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  191. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  192. package/dist/{react-native/api → esm/static-helpers}/pagingHelpers.js +4 -5
  193. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  194. package/dist/{commonjs/api → esm/static-helpers}/pollingHelpers.d.ts +1 -1
  195. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  196. package/dist/{react-native/api → esm/static-helpers}/pollingHelpers.js +6 -11
  197. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  198. package/dist/react-native/api/deidServices/index.d.ts +16 -17
  199. package/dist/react-native/api/deidServices/index.d.ts.map +1 -1
  200. package/dist/react-native/api/deidServices/index.js +31 -423
  201. package/dist/react-native/api/deidServices/index.js.map +1 -1
  202. package/dist/react-native/api/healthDataAIServicesContext.d.ts +4 -4
  203. package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -1
  204. package/dist/react-native/api/healthDataAIServicesContext.js +28 -6
  205. package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -1
  206. package/dist/react-native/api/index.d.ts +2 -1
  207. package/dist/react-native/api/index.d.ts.map +1 -1
  208. package/dist/react-native/api/index.js.map +1 -1
  209. package/dist/react-native/api/operations/index.d.ts +6 -7
  210. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  211. package/dist/react-native/api/operations/index.js +7 -25
  212. package/dist/react-native/api/operations/index.js.map +1 -1
  213. package/dist/react-native/api/options.d.ts.map +1 -0
  214. package/dist/react-native/api/options.js.map +1 -0
  215. package/dist/react-native/api/privateEndpointConnections/index.d.ts +12 -13
  216. package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -1
  217. package/dist/react-native/api/privateEndpointConnections/index.js +21 -125
  218. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
  219. package/dist/react-native/api/privateLinks/index.d.ts +6 -7
  220. package/dist/react-native/api/privateLinks/index.d.ts.map +1 -1
  221. package/dist/react-native/api/privateLinks/index.js +7 -37
  222. package/dist/react-native/api/privateLinks/index.js.map +1 -1
  223. package/dist/react-native/classic/deidServices/index.d.ts +4 -4
  224. package/dist/react-native/classic/deidServices/index.d.ts.map +1 -1
  225. package/dist/react-native/classic/deidServices/index.js.map +1 -1
  226. package/dist/react-native/classic/operations/index.d.ts +3 -3
  227. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  228. package/dist/react-native/classic/operations/index.js.map +1 -1
  229. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +3 -3
  230. package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -1
  231. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
  232. package/dist/react-native/classic/privateLinks/index.d.ts +3 -3
  233. package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -1
  234. package/dist/react-native/classic/privateLinks/index.js.map +1 -1
  235. package/dist/react-native/healthDataAIServicesClient.d.ts +2 -2
  236. package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -1
  237. package/dist/react-native/healthDataAIServicesClient.js +1 -1
  238. package/dist/react-native/healthDataAIServicesClient.js.map +1 -1
  239. package/dist/react-native/index.d.ts +5 -2
  240. package/dist/react-native/index.d.ts.map +1 -1
  241. package/dist/react-native/index.js +2 -2
  242. package/dist/react-native/index.js.map +1 -1
  243. package/dist/react-native/models/index.d.ts +1 -3
  244. package/dist/react-native/models/index.d.ts.map +1 -1
  245. package/dist/react-native/models/index.js +1 -1
  246. package/dist/react-native/models/index.js.map +1 -1
  247. package/dist/react-native/models/models.d.ts +140 -125
  248. package/dist/react-native/models/models.d.ts.map +1 -1
  249. package/dist/react-native/models/models.js +318 -72
  250. package/dist/react-native/models/models.js.map +1 -1
  251. package/dist/react-native/restorePollerHelpers.d.ts +2 -2
  252. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  253. package/dist/react-native/restorePollerHelpers.js +26 -10
  254. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  255. package/dist/react-native/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  256. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  257. package/dist/{browser/api → react-native/static-helpers}/pagingHelpers.js +4 -5
  258. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  259. package/dist/react-native/{api → static-helpers}/pollingHelpers.d.ts +1 -1
  260. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  261. package/dist/{esm/api → react-native/static-helpers}/pollingHelpers.js +6 -11
  262. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  263. package/package.json +41 -52
  264. package/review/arm-healthdataaiservices-models.api.md +16 -105
  265. package/review/arm-healthdataaiservices.api.md +16 -33
  266. package/dist/browser/api/pagingHelpers.d.ts +0 -7
  267. package/dist/browser/api/pagingHelpers.d.ts.map +0 -1
  268. package/dist/browser/api/pagingHelpers.js.map +0 -1
  269. package/dist/browser/api/pollingHelpers.d.ts.map +0 -1
  270. package/dist/browser/api/pollingHelpers.js.map +0 -1
  271. package/dist/browser/models/options.d.ts.map +0 -1
  272. package/dist/browser/models/options.js.map +0 -1
  273. package/dist/browser/models/pagingTypes.d.ts.map +0 -1
  274. package/dist/browser/models/pagingTypes.js +0 -4
  275. package/dist/browser/models/pagingTypes.js.map +0 -1
  276. package/dist/browser/rest/clientDefinitions.d.ts +0 -61
  277. package/dist/browser/rest/clientDefinitions.d.ts.map +0 -1
  278. package/dist/browser/rest/clientDefinitions.js +0 -4
  279. package/dist/browser/rest/clientDefinitions.js.map +0 -1
  280. package/dist/browser/rest/healthDataAIServicesClient.d.ts +0 -15
  281. package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +0 -1
  282. package/dist/browser/rest/healthDataAIServicesClient.js +0 -42
  283. package/dist/browser/rest/healthDataAIServicesClient.js.map +0 -1
  284. package/dist/browser/rest/index.d.ts +0 -12
  285. package/dist/browser/rest/index.d.ts.map +0 -1
  286. package/dist/browser/rest/index.js +0 -14
  287. package/dist/browser/rest/index.js.map +0 -1
  288. package/dist/browser/rest/isUnexpected.d.ts +0 -14
  289. package/dist/browser/rest/isUnexpected.d.ts.map +0 -1
  290. package/dist/browser/rest/isUnexpected.js +0 -83
  291. package/dist/browser/rest/isUnexpected.js.map +0 -1
  292. package/dist/browser/rest/models.d.ts +0 -213
  293. package/dist/browser/rest/models.d.ts.map +0 -1
  294. package/dist/browser/rest/models.js +0 -4
  295. package/dist/browser/rest/models.js.map +0 -1
  296. package/dist/browser/rest/outputModels.d.ts +0 -304
  297. package/dist/browser/rest/outputModels.d.ts.map +0 -1
  298. package/dist/browser/rest/outputModels.js +0 -4
  299. package/dist/browser/rest/outputModels.js.map +0 -1
  300. package/dist/browser/rest/paginateHelper.d.ts +0 -43
  301. package/dist/browser/rest/paginateHelper.d.ts.map +0 -1
  302. package/dist/browser/rest/paginateHelper.js +0 -70
  303. package/dist/browser/rest/paginateHelper.js.map +0 -1
  304. package/dist/browser/rest/parameters.d.ts +0 -27
  305. package/dist/browser/rest/parameters.d.ts.map +0 -1
  306. package/dist/browser/rest/parameters.js +0 -4
  307. package/dist/browser/rest/parameters.js.map +0 -1
  308. package/dist/browser/rest/pollingHelper.d.ts +0 -81
  309. package/dist/browser/rest/pollingHelper.d.ts.map +0 -1
  310. package/dist/browser/rest/pollingHelper.js +0 -97
  311. package/dist/browser/rest/pollingHelper.js.map +0 -1
  312. package/dist/browser/rest/responses.d.ts +0 -190
  313. package/dist/browser/rest/responses.d.ts.map +0 -1
  314. package/dist/browser/rest/responses.js +0 -4
  315. package/dist/browser/rest/responses.js.map +0 -1
  316. package/dist/commonjs/api/pagingHelpers.d.ts +0 -7
  317. package/dist/commonjs/api/pagingHelpers.d.ts.map +0 -1
  318. package/dist/commonjs/api/pagingHelpers.js.map +0 -1
  319. package/dist/commonjs/api/pollingHelpers.d.ts.map +0 -1
  320. package/dist/commonjs/api/pollingHelpers.js.map +0 -1
  321. package/dist/commonjs/models/options.d.ts.map +0 -1
  322. package/dist/commonjs/models/options.js.map +0 -1
  323. package/dist/commonjs/models/pagingTypes.d.ts.map +0 -1
  324. package/dist/commonjs/models/pagingTypes.js +0 -5
  325. package/dist/commonjs/models/pagingTypes.js.map +0 -1
  326. package/dist/commonjs/rest/clientDefinitions.d.ts +0 -61
  327. package/dist/commonjs/rest/clientDefinitions.d.ts.map +0 -1
  328. package/dist/commonjs/rest/clientDefinitions.js +0 -5
  329. package/dist/commonjs/rest/clientDefinitions.js.map +0 -1
  330. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +0 -15
  331. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +0 -1
  332. package/dist/commonjs/rest/healthDataAIServicesClient.js +0 -45
  333. package/dist/commonjs/rest/healthDataAIServicesClient.js.map +0 -1
  334. package/dist/commonjs/rest/index.d.ts +0 -12
  335. package/dist/commonjs/rest/index.d.ts.map +0 -1
  336. package/dist/commonjs/rest/index.js +0 -17
  337. package/dist/commonjs/rest/index.js.map +0 -1
  338. package/dist/commonjs/rest/isUnexpected.d.ts +0 -14
  339. package/dist/commonjs/rest/isUnexpected.d.ts.map +0 -1
  340. package/dist/commonjs/rest/isUnexpected.js +0 -86
  341. package/dist/commonjs/rest/isUnexpected.js.map +0 -1
  342. package/dist/commonjs/rest/models.d.ts +0 -213
  343. package/dist/commonjs/rest/models.d.ts.map +0 -1
  344. package/dist/commonjs/rest/models.js +0 -5
  345. package/dist/commonjs/rest/models.js.map +0 -1
  346. package/dist/commonjs/rest/outputModels.d.ts +0 -304
  347. package/dist/commonjs/rest/outputModels.d.ts.map +0 -1
  348. package/dist/commonjs/rest/outputModels.js +0 -5
  349. package/dist/commonjs/rest/outputModels.js.map +0 -1
  350. package/dist/commonjs/rest/paginateHelper.d.ts +0 -43
  351. package/dist/commonjs/rest/paginateHelper.d.ts.map +0 -1
  352. package/dist/commonjs/rest/paginateHelper.js +0 -73
  353. package/dist/commonjs/rest/paginateHelper.js.map +0 -1
  354. package/dist/commonjs/rest/parameters.d.ts +0 -27
  355. package/dist/commonjs/rest/parameters.d.ts.map +0 -1
  356. package/dist/commonjs/rest/parameters.js +0 -5
  357. package/dist/commonjs/rest/parameters.js.map +0 -1
  358. package/dist/commonjs/rest/pollingHelper.d.ts +0 -81
  359. package/dist/commonjs/rest/pollingHelper.d.ts.map +0 -1
  360. package/dist/commonjs/rest/pollingHelper.js +0 -100
  361. package/dist/commonjs/rest/pollingHelper.js.map +0 -1
  362. package/dist/commonjs/rest/responses.d.ts +0 -190
  363. package/dist/commonjs/rest/responses.d.ts.map +0 -1
  364. package/dist/commonjs/rest/responses.js +0 -5
  365. package/dist/commonjs/rest/responses.js.map +0 -1
  366. package/dist/esm/api/pagingHelpers.d.ts +0 -7
  367. package/dist/esm/api/pagingHelpers.d.ts.map +0 -1
  368. package/dist/esm/api/pagingHelpers.js.map +0 -1
  369. package/dist/esm/api/pollingHelpers.d.ts.map +0 -1
  370. package/dist/esm/api/pollingHelpers.js.map +0 -1
  371. package/dist/esm/models/options.d.ts.map +0 -1
  372. package/dist/esm/models/options.js.map +0 -1
  373. package/dist/esm/models/pagingTypes.d.ts.map +0 -1
  374. package/dist/esm/models/pagingTypes.js +0 -4
  375. package/dist/esm/models/pagingTypes.js.map +0 -1
  376. package/dist/esm/rest/clientDefinitions.d.ts +0 -61
  377. package/dist/esm/rest/clientDefinitions.d.ts.map +0 -1
  378. package/dist/esm/rest/clientDefinitions.js +0 -4
  379. package/dist/esm/rest/clientDefinitions.js.map +0 -1
  380. package/dist/esm/rest/healthDataAIServicesClient.d.ts +0 -15
  381. package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +0 -1
  382. package/dist/esm/rest/healthDataAIServicesClient.js +0 -42
  383. package/dist/esm/rest/healthDataAIServicesClient.js.map +0 -1
  384. package/dist/esm/rest/index.d.ts +0 -12
  385. package/dist/esm/rest/index.d.ts.map +0 -1
  386. package/dist/esm/rest/index.js +0 -14
  387. package/dist/esm/rest/index.js.map +0 -1
  388. package/dist/esm/rest/isUnexpected.d.ts +0 -14
  389. package/dist/esm/rest/isUnexpected.d.ts.map +0 -1
  390. package/dist/esm/rest/isUnexpected.js +0 -83
  391. package/dist/esm/rest/isUnexpected.js.map +0 -1
  392. package/dist/esm/rest/models.d.ts +0 -213
  393. package/dist/esm/rest/models.d.ts.map +0 -1
  394. package/dist/esm/rest/models.js +0 -4
  395. package/dist/esm/rest/models.js.map +0 -1
  396. package/dist/esm/rest/outputModels.d.ts +0 -304
  397. package/dist/esm/rest/outputModels.d.ts.map +0 -1
  398. package/dist/esm/rest/outputModels.js +0 -4
  399. package/dist/esm/rest/outputModels.js.map +0 -1
  400. package/dist/esm/rest/paginateHelper.d.ts +0 -43
  401. package/dist/esm/rest/paginateHelper.d.ts.map +0 -1
  402. package/dist/esm/rest/paginateHelper.js +0 -70
  403. package/dist/esm/rest/paginateHelper.js.map +0 -1
  404. package/dist/esm/rest/parameters.d.ts +0 -27
  405. package/dist/esm/rest/parameters.d.ts.map +0 -1
  406. package/dist/esm/rest/parameters.js +0 -4
  407. package/dist/esm/rest/parameters.js.map +0 -1
  408. package/dist/esm/rest/pollingHelper.d.ts +0 -81
  409. package/dist/esm/rest/pollingHelper.d.ts.map +0 -1
  410. package/dist/esm/rest/pollingHelper.js +0 -97
  411. package/dist/esm/rest/pollingHelper.js.map +0 -1
  412. package/dist/esm/rest/responses.d.ts +0 -190
  413. package/dist/esm/rest/responses.d.ts.map +0 -1
  414. package/dist/esm/rest/responses.js +0 -4
  415. package/dist/esm/rest/responses.js.map +0 -1
  416. package/dist/react-native/api/pagingHelpers.d.ts +0 -7
  417. package/dist/react-native/api/pagingHelpers.d.ts.map +0 -1
  418. package/dist/react-native/api/pagingHelpers.js.map +0 -1
  419. package/dist/react-native/api/pollingHelpers.d.ts.map +0 -1
  420. package/dist/react-native/api/pollingHelpers.js.map +0 -1
  421. package/dist/react-native/models/options.d.ts.map +0 -1
  422. package/dist/react-native/models/options.js.map +0 -1
  423. package/dist/react-native/models/pagingTypes.d.ts.map +0 -1
  424. package/dist/react-native/models/pagingTypes.js +0 -4
  425. package/dist/react-native/models/pagingTypes.js.map +0 -1
  426. package/dist/react-native/rest/clientDefinitions.d.ts +0 -61
  427. package/dist/react-native/rest/clientDefinitions.d.ts.map +0 -1
  428. package/dist/react-native/rest/clientDefinitions.js +0 -4
  429. package/dist/react-native/rest/clientDefinitions.js.map +0 -1
  430. package/dist/react-native/rest/healthDataAIServicesClient.d.ts +0 -15
  431. package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +0 -1
  432. package/dist/react-native/rest/healthDataAIServicesClient.js +0 -42
  433. package/dist/react-native/rest/healthDataAIServicesClient.js.map +0 -1
  434. package/dist/react-native/rest/index.d.ts +0 -12
  435. package/dist/react-native/rest/index.d.ts.map +0 -1
  436. package/dist/react-native/rest/index.js +0 -14
  437. package/dist/react-native/rest/index.js.map +0 -1
  438. package/dist/react-native/rest/isUnexpected.d.ts +0 -14
  439. package/dist/react-native/rest/isUnexpected.d.ts.map +0 -1
  440. package/dist/react-native/rest/isUnexpected.js +0 -83
  441. package/dist/react-native/rest/isUnexpected.js.map +0 -1
  442. package/dist/react-native/rest/models.d.ts +0 -213
  443. package/dist/react-native/rest/models.d.ts.map +0 -1
  444. package/dist/react-native/rest/models.js +0 -4
  445. package/dist/react-native/rest/models.js.map +0 -1
  446. package/dist/react-native/rest/outputModels.d.ts +0 -304
  447. package/dist/react-native/rest/outputModels.d.ts.map +0 -1
  448. package/dist/react-native/rest/outputModels.js +0 -4
  449. package/dist/react-native/rest/outputModels.js.map +0 -1
  450. package/dist/react-native/rest/paginateHelper.d.ts +0 -43
  451. package/dist/react-native/rest/paginateHelper.d.ts.map +0 -1
  452. package/dist/react-native/rest/paginateHelper.js +0 -70
  453. package/dist/react-native/rest/paginateHelper.js.map +0 -1
  454. package/dist/react-native/rest/parameters.d.ts +0 -27
  455. package/dist/react-native/rest/parameters.d.ts.map +0 -1
  456. package/dist/react-native/rest/parameters.js +0 -4
  457. package/dist/react-native/rest/parameters.js.map +0 -1
  458. package/dist/react-native/rest/pollingHelper.d.ts +0 -81
  459. package/dist/react-native/rest/pollingHelper.d.ts.map +0 -1
  460. package/dist/react-native/rest/pollingHelper.js +0 -97
  461. package/dist/react-native/rest/pollingHelper.js.map +0 -1
  462. package/dist/react-native/rest/responses.d.ts +0 -190
  463. package/dist/react-native/rest/responses.d.ts.map +0 -1
  464. package/dist/react-native/rest/responses.js +0 -4
  465. package/dist/react-native/rest/responses.js.map +0 -1
  466. /package/dist/browser/{models → api}/options.d.ts +0 -0
  467. /package/dist/browser/{models → api}/options.js +0 -0
  468. /package/dist/commonjs/{models → api}/options.d.ts +0 -0
  469. /package/dist/commonjs/{models → api}/options.js +0 -0
  470. /package/dist/esm/{models → api}/options.d.ts +0 -0
  471. /package/dist/esm/{models → api}/options.js +0 -0
  472. /package/dist/react-native/{models → api}/options.d.ts +0 -0
  473. /package/dist/react-native/{models → api}/options.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/deidServices/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getLongRunningPoller } from \"../pollingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n deidServicePropertiesSerializer,\n managedServiceIdentitySerializer,\n managedServiceIdentityUpdateSerializer,\n deidPropertiesUpdateSerializer,\n DeidService,\n DeidUpdate,\n _DeidServiceListResult,\n} from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../models/pagingTypes.js\";\nimport { buildPagedAsyncIterator } from \"../pagingHelpers.js\";\nimport {\n isUnexpected,\n HealthDataAIServicesContext as Client,\n DeidServicesCreate200Response,\n DeidServicesCreate201Response,\n DeidServicesCreateDefaultResponse,\n DeidServicesCreateLogicalResponse,\n DeidServicesDelete202Response,\n DeidServicesDelete204Response,\n DeidServicesDeleteDefaultResponse,\n DeidServicesDeleteLogicalResponse,\n DeidServicesGet200Response,\n DeidServicesGetDefaultResponse,\n DeidServicesListByResourceGroup200Response,\n DeidServicesListByResourceGroupDefaultResponse,\n DeidServicesListBySubscription200Response,\n DeidServicesListBySubscriptionDefaultResponse,\n DeidServicesUpdate200Response,\n DeidServicesUpdate202Response,\n DeidServicesUpdateDefaultResponse,\n DeidServicesUpdateLogicalResponse,\n} from \"../../rest/index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport { serializeRecord } from \"../../helpers/serializerHelpers.js\";\nimport {\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesCreateOptionalParams,\n DeidServicesUpdateOptionalParams,\n DeidServicesDeleteOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _deidServicesGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod<DeidServicesGet200Response | DeidServicesGetDefaultResponse> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesGetDeserialize(\n result: DeidServicesGet200Response | DeidServicesGetDefaultResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n tags: result.body[\"tags\"],\n location: result.body[\"location\"],\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n provisioningState: result.body.properties?.[\"provisioningState\"],\n serviceUrl: result.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n result.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? result.body.properties?.[\"privateEndpointConnections\"]\n : result.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: result.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !result.body.identity\n ? undefined\n : {\n principalId: result.body.identity?.[\"principalId\"],\n tenantId: result.body.identity?.[\"tenantId\"],\n type: result.body.identity?.[\"type\"],\n userAssignedIdentities: result.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Get a DeidService */\nexport async function deidServicesGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): Promise<DeidService> {\n const result = await _deidServicesGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n );\n return _deidServicesGetDeserialize(result);\n}\n\nexport function _deidServicesListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod<\n DeidServicesListByResourceGroup200Response | DeidServicesListByResourceGroupDefaultResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListByResourceGroupDeserialize(\n result:\n | DeidServicesListByResourceGroup200Response\n | DeidServicesListByResourceGroupDefaultResponse,\n): Promise<_DeidServiceListResult> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p) => {\n return {\n tags: p[\"tags\"],\n location: p[\"location\"],\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n provisioningState: p.properties?.[\"provisioningState\"],\n serviceUrl: p.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n p.properties?.[\"privateEndpointConnections\"] === undefined\n ? p.properties?.[\"privateEndpointConnections\"]\n : p.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\n \"actionsRequired\"\n ],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: p.properties?.[\"publicNetworkAccess\"],\n },\n identity: !p.identity\n ? undefined\n : {\n principalId: p.identity?.[\"principalId\"],\n tenantId: p.identity?.[\"tenantId\"],\n type: p.identity?.[\"type\"],\n userAssignedIdentities: p.identity?.[\"userAssignedIdentities\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List DeidService resources by resource group */\nexport function deidServicesListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListByResourceGroupSend(context, subscriptionId, resourceGroupName, options),\n _deidServicesListByResourceGroupDeserialize,\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod<\n DeidServicesListBySubscription200Response | DeidServicesListBySubscriptionDefaultResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListBySubscriptionDeserialize(\n result: DeidServicesListBySubscription200Response | DeidServicesListBySubscriptionDefaultResponse,\n): Promise<_DeidServiceListResult> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p) => {\n return {\n tags: p[\"tags\"],\n location: p[\"location\"],\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n provisioningState: p.properties?.[\"provisioningState\"],\n serviceUrl: p.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n p.properties?.[\"privateEndpointConnections\"] === undefined\n ? p.properties?.[\"privateEndpointConnections\"]\n : p.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\n \"actionsRequired\"\n ],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: p.properties?.[\"publicNetworkAccess\"],\n },\n identity: !p.identity\n ? undefined\n : {\n principalId: p.identity?.[\"principalId\"],\n tenantId: p.identity?.[\"tenantId\"],\n type: p.identity?.[\"type\"],\n userAssignedIdentities: p.identity?.[\"userAssignedIdentities\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List DeidService resources by subscription ID */\nexport function deidServicesListBySubscription(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListBySubscriptionSend(context, subscriptionId, options),\n _deidServicesListBySubscriptionDeserialize,\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesCreateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateDefaultResponse\n | DeidServicesCreateLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !resource.tags ? resource.tags : (serializeRecord(resource.tags as any) as any),\n location: resource[\"location\"],\n properties: !resource.properties\n ? resource.properties\n : deidServicePropertiesSerializer(resource.properties),\n identity: !resource.identity\n ? resource.identity\n : managedServiceIdentitySerializer(resource.identity),\n },\n });\n}\n\nexport async function _deidServicesCreateDeserialize(\n result:\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateDefaultResponse\n | DeidServicesCreateLogicalResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n const res = result as unknown as DeidServicesCreateLogicalResponse;\n return {\n tags: res.body[\"tags\"],\n location: res.body[\"location\"],\n id: res.body[\"id\"],\n name: res.body[\"name\"],\n type: res.body[\"type\"],\n systemData: !res.body.systemData\n ? undefined\n : {\n createdBy: res.body.systemData?.[\"createdBy\"],\n createdByType: res.body.systemData?.[\"createdByType\"],\n createdAt:\n res.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: res.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: res.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n res.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !res.body.properties\n ? undefined\n : {\n provisioningState: res.body.properties?.[\"provisioningState\"],\n serviceUrl: res.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n res.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? res.body.properties?.[\"privateEndpointConnections\"]\n : res.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: res.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !res.body.identity\n ? undefined\n : {\n principalId: res.body.identity?.[\"principalId\"],\n tenantId: res.body.identity?.[\"tenantId\"],\n type: res.body.identity?.[\"type\"],\n userAssignedIdentities: res.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Create a DeidService */\nexport function deidServicesCreate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesCreateDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesCreateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n resource,\n options,\n ),\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateDefaultResponse\n | DeidServicesUpdateLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .patch({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !properties.tags ? properties.tags : (serializeRecord(properties.tags as any) as any),\n identity: !properties.identity\n ? properties.identity\n : managedServiceIdentityUpdateSerializer(properties.identity),\n properties: !properties.properties\n ? properties.properties\n : deidPropertiesUpdateSerializer(properties.properties),\n },\n });\n}\n\nexport async function _deidServicesUpdateDeserialize(\n result:\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateDefaultResponse\n | DeidServicesUpdateLogicalResponse,\n): Promise<DeidService> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n const res = result as unknown as DeidServicesUpdateLogicalResponse;\n return {\n tags: res.body[\"tags\"],\n location: res.body[\"location\"],\n id: res.body[\"id\"],\n name: res.body[\"name\"],\n type: res.body[\"type\"],\n systemData: !res.body.systemData\n ? undefined\n : {\n createdBy: res.body.systemData?.[\"createdBy\"],\n createdByType: res.body.systemData?.[\"createdByType\"],\n createdAt:\n res.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: res.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: res.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n res.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(res.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !res.body.properties\n ? undefined\n : {\n provisioningState: res.body.properties?.[\"provisioningState\"],\n serviceUrl: res.body.properties?.[\"serviceUrl\"],\n privateEndpointConnections:\n res.body.properties?.[\"privateEndpointConnections\"] === undefined\n ? res.body.properties?.[\"privateEndpointConnections\"]\n : res.body.properties?.[\"privateEndpointConnections\"].map((p) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n groupIds: p.properties?.[\"groupIds\"],\n privateEndpoint: !p.properties?.privateEndpoint\n ? undefined\n : { id: p.properties?.privateEndpoint?.[\"id\"] },\n privateLinkServiceConnectionState: {\n status: p.properties?.privateLinkServiceConnectionState[\"status\"],\n description:\n p.properties?.privateLinkServiceConnectionState[\"description\"],\n actionsRequired:\n p.properties?.privateLinkServiceConnectionState[\"actionsRequired\"],\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n publicNetworkAccess: res.body.properties?.[\"publicNetworkAccess\"],\n },\n identity: !res.body.identity\n ? undefined\n : {\n principalId: res.body.identity?.[\"principalId\"],\n tenantId: res.body.identity?.[\"tenantId\"],\n type: res.body.identity?.[\"type\"],\n userAssignedIdentities: res.body.identity?.[\"userAssignedIdentities\"],\n },\n };\n}\n\n/** Update a DeidService */\nexport function deidServicesUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesUpdateDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n properties,\n options,\n ),\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod<\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteDefaultResponse\n | DeidServicesDeleteLogicalResponse\n> {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesDeleteDeserialize(\n result:\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteDefaultResponse\n | DeidServicesDeleteLogicalResponse,\n): Promise<void> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a DeidService */\nexport function deidServicesDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _deidServicesDeleteDeserialize, {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesDeleteSend(context, subscriptionId, resourceGroupName, deidServiceName, options),\n }) as PollerLike<OperationState<void>, void>;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/deidServices/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n HealthDataAIServicesContext as Client,\n DeidServicesCreateOptionalParams,\n DeidServicesDeleteOptionalParams,\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesUpdateOptionalParams,\n} from \"../index.js\";\nimport {\n DeidService,\n deidServiceSerializer,\n deidServiceDeserializer,\n _DeidServiceListResult,\n _deidServiceListResultDeserializer,\n DeidUpdate,\n deidUpdateSerializer,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _deidServicesGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Get a DeidService */\nexport async function deidServicesGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesGetOptionalParams = { requestOptions: {} },\n): Promise<DeidService> {\n const result = await _deidServicesGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n );\n return _deidServicesGetDeserialize(result);\n}\n\nexport function _deidServicesListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_DeidServiceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _deidServiceListResultDeserializer(result.body);\n}\n\n/** List DeidService resources by resource group */\nexport function deidServicesListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: DeidServicesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListByResourceGroupSend(context, subscriptionId, resourceGroupName, options),\n _deidServicesListByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesListBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_DeidServiceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _deidServiceListResultDeserializer(result.body);\n}\n\n/** List DeidService resources by subscription ID */\nexport function deidServicesListBySubscription(\n context: Client,\n subscriptionId: string,\n options: DeidServicesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DeidService> {\n return buildPagedAsyncIterator(\n context,\n () => _deidServicesListBySubscriptionSend(context, subscriptionId, options),\n _deidServicesListBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _deidServicesCreateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: deidServiceSerializer(resource),\n });\n}\n\nexport async function _deidServicesCreateDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Create a DeidService */\nexport function deidServicesCreate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n resource: DeidService,\n options: DeidServicesCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesCreateDeserialize, [\"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesCreateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .patch({\n ...operationOptionsToRequestParameters(options),\n body: deidUpdateSerializer(properties),\n });\n}\n\nexport async function _deidServicesUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<DeidService> {\n const expectedStatuses = [\"200\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return deidServiceDeserializer(result.body);\n}\n\n/** Update a DeidService */\nexport function deidServicesUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n properties: DeidUpdate,\n options: DeidServicesUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<DeidService>, DeidService> {\n return getLongRunningPoller(context, _deidServicesUpdateDeserialize, [\"200\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n properties,\n options,\n ),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<DeidService>, DeidService>;\n}\n\nexport function _deidServicesDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\",\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deidServicesDeleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a DeidService */\nexport function deidServicesDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n deidServiceName: string,\n options: DeidServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _deidServicesDeleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _deidServicesDeleteSend(context, subscriptionId, resourceGroupName, deidServiceName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n"]}
@@ -1,12 +1,12 @@
1
+ import { Client, ClientOptions } from "@azure-rest/core-client";
1
2
  import { TokenCredential } from "@azure/core-auth";
2
- import { ClientOptions } from "@azure-rest/core-client";
3
- import { HealthDataAIServicesContext } from "../rest/index.js";
3
+ export interface HealthDataAIServicesContext extends Client {
4
+ }
4
5
  /** Optional parameters for the client. */
5
6
  export interface HealthDataAIServicesClientOptionalParams extends ClientOptions {
6
7
  /** The API version to use for this operation. */
8
+ /** Known values of {@link KnownVersions} that the service accepts. */
7
9
  apiVersion?: string;
8
10
  }
9
- export { HealthDataAIServicesContext } from "../rest/index.js";
10
- /** The Microsoft Azure management API provides create, read, update, and delete functionality for Microsoft HealthDataAIServices resources including deidServices */
11
11
  export declare function createHealthDataAIServices(credential: TokenCredential, options?: HealthDataAIServicesClientOptionalParams): HealthDataAIServicesContext;
12
12
  //# sourceMappingURL=healthDataAIServicesContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"healthDataAIServicesContext.d.ts","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAG/D,0CAA0C;AAC1C,MAAM,WAAW,wCAAyC,SAAQ,aAAa;IAC7E,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAE/D,qKAAqK;AACrK,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,eAAe,EAC3B,OAAO,GAAE,wCAA6C,GACrD,2BAA2B,CAS7B"}
1
+ {"version":3,"file":"healthDataAIServicesContext.d.ts","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAa,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,2BAA4B,SAAQ,MAAM;CAAG;AAE9D,0CAA0C;AAC1C,MAAM,WAAW,wCAAyC,SAAQ,aAAa;IAC7E,iDAAiD;IACjD,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,eAAe,EAC3B,OAAO,GAAE,wCAA6C,GACrD,2BAA2B,CAkC7B"}
@@ -4,13 +4,34 @@
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.createHealthDataAIServices = createHealthDataAIServices;
6
6
  const tslib_1 = require("tslib");
7
- const index_js_1 = tslib_1.__importDefault(require("../rest/index.js"));
8
- /** The Microsoft Azure management API provides create, read, update, and delete functionality for Microsoft HealthDataAIServices resources including deidServices */
7
+ const logger_js_1 = require("../logger.js");
8
+ const core_client_1 = require("@azure-rest/core-client");
9
9
  function createHealthDataAIServices(credential, options = {}) {
10
- var _a;
11
- const prefixFromOptions = (_a = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _a === void 0 ? void 0 : _a.userAgentPrefix;
12
- const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api` : "azsdk-js-api";
13
- const clientContext = (0, index_js_1.default)(credential, Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix } }));
10
+ var _a, _b, _c, _d, _e, _f, _g, _h;
11
+ const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : `https://management.azure.com`;
12
+ const prefixFromOptions = (_c = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _c === void 0 ? void 0 : _c.userAgentPrefix;
13
+ const userAgentInfo = `azsdk-js-arm-healthdataaiservices/1.0.0-beta.1`;
14
+ const userAgentPrefix = prefixFromOptions
15
+ ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
16
+ : `azsdk-js-api ${userAgentInfo}`;
17
+ const _j = Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix }, loggingOptions: { logger: (_e = (_d = options.loggingOptions) === null || _d === void 0 ? void 0 : _d.logger) !== null && _e !== void 0 ? _e : logger_js_1.logger.info }, credentials: {
18
+ scopes: (_g = (_f = options.credentials) === null || _f === void 0 ? void 0 : _f.scopes) !== null && _g !== void 0 ? _g : [`${endpointUrl}/.default`],
19
+ } }), { apiVersion: _ } = _j, updatedOptions = tslib_1.__rest(_j, ["apiVersion"]);
20
+ const clientContext = (0, core_client_1.getClient)(endpointUrl, credential, updatedOptions);
21
+ clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
22
+ const apiVersion = (_h = options.apiVersion) !== null && _h !== void 0 ? _h : "2024-09-20";
23
+ clientContext.pipeline.addPolicy({
24
+ name: "ClientApiVersionPolicy",
25
+ sendRequest: (req, next) => {
26
+ // Use the apiVersion defined in request url directly
27
+ // Append one if there is no apiVersion and we have one at client options
28
+ const url = new URL(req.url);
29
+ if (!url.searchParams.get("api-version")) {
30
+ req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
31
+ }
32
+ return next(req);
33
+ },
34
+ });
14
35
  return clientContext;
15
36
  }
16
37
  //# sourceMappingURL=healthDataAIServicesContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"healthDataAIServicesContext.js","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAgBlC,gEAYC;;AAvBD,wEAAyC;AAUzC,qKAAqK;AACrK,SAAgB,0BAA0B,CACxC,UAA2B,EAC3B,UAAoD,EAAE;;IAEtD,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;IACrE,MAAM,eAAe,GAAG,iBAAiB,CAAC,CAAC,CAAC,GAAG,iBAAiB,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC;IAEjG,MAAM,aAAa,GAAG,IAAA,kBAAS,EAAC,UAAU,kCACrC,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,IACrC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { ClientOptions } from \"@azure-rest/core-client\";\nimport { HealthDataAIServicesContext } from \"../rest/index.js\";\nimport getClient from \"../rest/index.js\";\n\n/** Optional parameters for the client. */\nexport interface HealthDataAIServicesClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n apiVersion?: string;\n}\n\nexport { HealthDataAIServicesContext } from \"../rest/index.js\";\n\n/** The Microsoft Azure management API provides create, read, update, and delete functionality for Microsoft HealthDataAIServices resources including deidServices */\nexport function createHealthDataAIServices(\n credential: TokenCredential,\n options: HealthDataAIServicesClientOptionalParams = {},\n): HealthDataAIServicesContext {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api` : \"azsdk-js-api\";\n\n const clientContext = getClient(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n return clientContext;\n}\n"]}
1
+ {"version":3,"file":"healthDataAIServicesContext.js","sourceRoot":"","sources":["../../../src/api/healthDataAIServicesContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAgBlC,gEAqCC;;AAnDD,4CAAsC;AAEtC,yDAA2E;AAY3E,SAAgB,0BAA0B,CACxC,UAA2B,EAC3B,UAAoD,EAAE;;IAEtD,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,CAAC;IAC1F,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,gDAAgD,CAAC;IACvE,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,qCACD,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,EACrC,cAAc,EAAE,EAAE,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,kBAAM,CAAC,IAAI,EAAE,EACzE,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE,GACF,EAPK,EAAE,UAAU,EAAE,CAAC,OAOpB,EAPyB,cAAc,sBAAlC,cAAoC,CAOzC,CAAC;IACF,MAAM,aAAa,GAAG,IAAA,uBAAS,EAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,YAAY,CAAC;IACtD,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface HealthDataAIServicesContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface HealthDataAIServicesClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createHealthDataAIServices(\n credential: TokenCredential,\n options: HealthDataAIServicesClientOptionalParams = {},\n): HealthDataAIServicesContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-healthdataaiservices/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-09-20\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"]}
@@ -1,4 +1,5 @@
1
- export { createHealthDataAIServices, HealthDataAIServicesClientOptionalParams, HealthDataAIServicesContext, } from "./healthDataAIServicesContext.js";
1
+ export { createHealthDataAIServices, HealthDataAIServicesContext, HealthDataAIServicesClientOptionalParams, } from "./healthDataAIServicesContext.js";
2
+ export { OperationsListOptionalParams, DeidServicesGetOptionalParams, DeidServicesListByResourceGroupOptionalParams, DeidServicesListBySubscriptionOptionalParams, DeidServicesCreateOptionalParams, DeidServicesUpdateOptionalParams, DeidServicesDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams, PrivateLinksListByDeidServiceOptionalParams, } from "./options.js";
2
3
  export { deidServicesGet, deidServicesListByResourceGroup, deidServicesListBySubscription, deidServicesCreate, deidServicesUpdate, deidServicesDelete, } from "./deidServices/index.js";
3
4
  export { operationsList } from "./operations/index.js";
4
5
  export { privateEndpointConnectionsGet, privateEndpointConnectionsCreate, privateEndpointConnectionsDelete, privateEndpointConnectionsListByDeidService, } from "./privateEndpointConnections/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,wCAAwC,EACxC,2BAA2B,GAC5B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,eAAe,EACf,+BAA+B,EAC/B,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,6BAA6B,EAC7B,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,GAC5C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,wCAAwC,GACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,6CAA6C,EAC7C,4CAA4C,EAC5C,gCAAgC,EAChC,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,EAC3C,8CAA8C,EAC9C,8CAA8C,EAC9C,yDAAyD,EACzD,2CAA2C,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,eAAe,EACf,+BAA+B,EAC/B,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,6BAA6B,EAC7B,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,GAC5C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,mFAI0C;AAHxC,4IAAA,0BAA0B,OAAA;AAI5B,oDAOiC;AAN/B,2GAAA,eAAe,OAAA;AACf,2HAAA,+BAA+B,OAAA;AAC/B,0HAAA,8BAA8B,OAAA;AAC9B,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAEpB,kDAAuD;AAA9C,0GAAA,cAAc,OAAA;AACvB,kEAK+C;AAJ7C,yHAAA,6BAA6B,OAAA;AAC7B,4HAAA,gCAAgC,OAAA;AAChC,4HAAA,gCAAgC,OAAA;AAChC,uIAAA,2CAA2C,OAAA;AAE7C,oDAAwE;AAA/D,yHAAA,6BAA6B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createHealthDataAIServices,\n HealthDataAIServicesClientOptionalParams,\n HealthDataAIServicesContext,\n} from \"./healthDataAIServicesContext.js\";\nexport {\n deidServicesGet,\n deidServicesListByResourceGroup,\n deidServicesListBySubscription,\n deidServicesCreate,\n deidServicesUpdate,\n deidServicesDelete,\n} from \"./deidServices/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n privateEndpointConnectionsGet,\n privateEndpointConnectionsCreate,\n privateEndpointConnectionsDelete,\n privateEndpointConnectionsListByDeidService,\n} from \"./privateEndpointConnections/index.js\";\nexport { privateLinksListByDeidService } from \"./privateLinks/index.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,mFAI0C;AAHxC,4IAAA,0BAA0B,OAAA;AAkB5B,oDAOiC;AAN/B,2GAAA,eAAe,OAAA;AACf,2HAAA,+BAA+B,OAAA;AAC/B,0HAAA,8BAA8B,OAAA;AAC9B,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAEpB,kDAAuD;AAA9C,0GAAA,cAAc,OAAA;AACvB,kEAK+C;AAJ7C,yHAAA,6BAA6B,OAAA;AAC7B,4HAAA,gCAAgC,OAAA;AAChC,4HAAA,gCAAgC,OAAA;AAChC,uIAAA,2CAA2C,OAAA;AAE7C,oDAAwE;AAA/D,yHAAA,6BAA6B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createHealthDataAIServices,\n HealthDataAIServicesContext,\n HealthDataAIServicesClientOptionalParams,\n} from \"./healthDataAIServicesContext.js\";\nexport {\n OperationsListOptionalParams,\n DeidServicesGetOptionalParams,\n DeidServicesListByResourceGroupOptionalParams,\n DeidServicesListBySubscriptionOptionalParams,\n DeidServicesCreateOptionalParams,\n DeidServicesUpdateOptionalParams,\n DeidServicesDeleteOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsCreateOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n PrivateLinksListByDeidServiceOptionalParams,\n} from \"./options.js\";\nexport {\n deidServicesGet,\n deidServicesListByResourceGroup,\n deidServicesListBySubscription,\n deidServicesCreate,\n deidServicesUpdate,\n deidServicesDelete,\n} from \"./deidServices/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n privateEndpointConnectionsGet,\n privateEndpointConnectionsCreate,\n privateEndpointConnectionsDelete,\n privateEndpointConnectionsListByDeidService,\n} from \"./privateEndpointConnections/index.js\";\nexport { privateLinksListByDeidService } from \"./privateLinks/index.js\";\n"]}
@@ -1,10 +1,9 @@
1
- import { Operation, _OperationListResult } from "../../models/models.js";
2
- import { PagedAsyncIterableIterator } from "../../models/pagingTypes.js";
3
- import { HealthDataAIServicesContext as Client, OperationsList200Response, OperationsListDefaultResponse } from "../../rest/index.js";
4
- import { StreamableMethod } from "@azure-rest/core-client";
5
- import { OperationsListOptionalParams } from "../../models/options.js";
6
- export declare function _operationsListSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;
7
- export declare function _operationsListDeserialize(result: OperationsList200Response | OperationsListDefaultResponse): Promise<_OperationListResult>;
1
+ import { HealthDataAIServicesContext as Client, OperationsListOptionalParams } from "../index.js";
2
+ import { _OperationListResult, Operation } from "../../models/models.js";
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
5
+ export declare function _operationsListSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod;
6
+ export declare function _operationsListDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>;
8
7
  /** List the operations for the provider */
9
8
  export declare function operationsList(context: Client, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAEzE,OAAO,EAEL,2BAA2B,IAAI,MAAM,EACrC,yBAAyB,EACzB,6BAA6B,EAC9B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,gBAAgB,EAGjB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAEvE,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAI7E;AAED,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,yBAAyB,GAAG,6BAA6B,GAChE,OAAO,CAAC,oBAAoB,CAAC,CAwB/B;AAED,2CAA2C;AAC3C,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,0BAA0B,CAAC,SAAS,CAAC,CAOvC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,IAAI,MAAM,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAClG,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACV,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,gBAAgB,CAIlB;AAED,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,oBAAoB,CAAC,CAO/B;AAED,2CAA2C;AAC3C,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,0BAA0B,CAAC,SAAS,CAAC,CAQvC"}
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports._operationsListSend = _operationsListSend;
6
6
  exports._operationsListDeserialize = _operationsListDeserialize;
7
7
  exports.operationsList = operationsList;
8
- const pagingHelpers_js_1 = require("../pagingHelpers.js");
9
- const index_js_1 = require("../../rest/index.js");
8
+ const models_js_1 = require("../../models/models.js");
9
+ const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
10
10
  const core_client_1 = require("@azure-rest/core-client");
11
11
  function _operationsListSend(context, options = { requestOptions: {} }) {
12
12
  return context
@@ -14,32 +14,14 @@ function _operationsListSend(context, options = { requestOptions: {} }) {
14
14
  .get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
15
15
  }
16
16
  async function _operationsListDeserialize(result) {
17
- if ((0, index_js_1.isUnexpected)(result)) {
17
+ const expectedStatuses = ["200"];
18
+ if (!expectedStatuses.includes(result.status)) {
18
19
  throw (0, core_client_1.createRestError)(result);
19
20
  }
20
- return {
21
- value: result.body["value"].map((p) => {
22
- var _a, _b, _c, _d;
23
- return {
24
- name: p["name"],
25
- isDataAction: p["isDataAction"],
26
- display: !p.display
27
- ? undefined
28
- : {
29
- provider: (_a = p.display) === null || _a === void 0 ? void 0 : _a["provider"],
30
- resource: (_b = p.display) === null || _b === void 0 ? void 0 : _b["resource"],
31
- operation: (_c = p.display) === null || _c === void 0 ? void 0 : _c["operation"],
32
- description: (_d = p.display) === null || _d === void 0 ? void 0 : _d["description"],
33
- },
34
- origin: p["origin"],
35
- actionType: p["actionType"],
36
- };
37
- }),
38
- nextLink: result.body["nextLink"],
39
- };
21
+ return (0, models_js_1._operationListResultDeserializer)(result.body);
40
22
  }
41
23
  /** List the operations for the provider */
42
24
  function operationsList(context, options = { requestOptions: {} }) {
43
- return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _operationsListSend(context, options), _operationsListDeserialize, { itemName: "value", nextLinkName: "nextLink" });
25
+ return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _operationsListSend(context, options), _operationsListDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
44
26
  }
45
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAkBlC,kDAOC;AAED,gEA0BC;AAGD,wCAUC;AA9DD,0DAA8D;AAC9D,kDAK6B;AAC7B,yDAIiC;AAGjC,SAAgB,mBAAmB,CACjC,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,OAAO;SACX,IAAI,CAAC,sDAAsD,CAAC;SAC5D,GAAG,mBAAM,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,0BAA0B,CAC9C,MAAiE;IAEjE,IAAI,IAAA,uBAAY,EAAC,MAAM,CAAC,EAAE,CAAC;QACzB,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;;YACpC,OAAO;gBACL,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,YAAY,EAAE,CAAC,CAAC,cAAc,CAAC;gBAC/B,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO;oBACjB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,QAAQ,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,UAAU,CAAC;wBACjC,QAAQ,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,UAAU,CAAC;wBACjC,SAAS,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,WAAW,CAAC;wBACnC,WAAW,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,aAAa,CAAC;qBACxC;gBACL,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC;gBACnB,UAAU,EAAE,CAAC,CAAC,YAAY,CAAC;aAC5B,CAAC;QACJ,CAAC,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;KAClC,CAAC;AACJ,CAAC;AAED,2CAA2C;AAC3C,SAAgB,cAAc,CAC5B,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { Operation, _OperationListResult } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../models/pagingTypes.js\";\nimport { buildPagedAsyncIterator } from \"../pagingHelpers.js\";\nimport {\n isUnexpected,\n HealthDataAIServicesContext as Client,\n OperationsList200Response,\n OperationsListDefaultResponse,\n} from \"../../rest/index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport { OperationsListOptionalParams } from \"../../models/options.js\";\n\nexport function _operationsListSend(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse> {\n return context\n .path(\"/providers/Microsoft.HealthDataAIServices/operations\")\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _operationsListDeserialize(\n result: OperationsList200Response | OperationsListDefaultResponse,\n): Promise<_OperationListResult> {\n if (isUnexpected(result)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p) => {\n return {\n name: p[\"name\"],\n isDataAction: p[\"isDataAction\"],\n display: !p.display\n ? undefined\n : {\n provider: p.display?.[\"provider\"],\n resource: p.display?.[\"resource\"],\n operation: p.display?.[\"operation\"],\n description: p.display?.[\"description\"],\n },\n origin: p[\"origin\"],\n actionType: p[\"actionType\"],\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List the operations for the provider */\nexport function operationsList(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Operation> {\n return buildPagedAsyncIterator(\n context,\n () => _operationsListSend(context, options),\n _operationsListDeserialize,\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAmBlC,kDAOC;AAED,gEASC;AAGD,wCAWC;AAhDD,sDAIgC;AAChC,4EAG+C;AAC/C,yDAKiC;AAEjC,SAAgB,mBAAmB,CACjC,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,OAAO;SACX,IAAI,CAAC,sDAAsD,CAAC;SAC5D,GAAG,mBAAM,IAAA,iDAAmC,EAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAEM,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,IAAA,6BAAe,EAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO,IAAA,4CAAgC,EAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,2CAA2C;AAC3C,SAAgB,cAAc,CAC5B,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,IAAA,0CAAuB,EAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { HealthDataAIServicesContext as Client, OperationsListOptionalParams } from \"../index.js\";\nimport {\n _OperationListResult,\n _operationListResultDeserializer,\n Operation,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _operationsListSend(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\"/providers/Microsoft.HealthDataAIServices/operations\")\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _operationsListDeserialize(\n result: PathUncheckedResponse,\n): Promise<_OperationListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _operationListResultDeserializer(result.body);\n}\n\n/** List the operations for the provider */\nexport function operationsList(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Operation> {\n return buildPagedAsyncIterator(\n context,\n () => _operationsListSend(context, options),\n _operationsListDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;CAAG;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,6BAA8B,SAAQ,gBAAgB;CAAG;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,6CAA8C,SAAQ,gBAAgB;CAAG;AAE1F,2BAA2B;AAC3B,MAAM,WAAW,4CAA6C,SAAQ,gBAAgB;CAAG;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;IACxE,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,gBAAgB;CAAG;AAExF,2BAA2B;AAC3B,MAAM,WAAW,8CAA+C,SAAQ,gBAAgB;IACtF,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,8CAA+C,SAAQ,gBAAgB;IACtF,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,2BAA2B;AAC3B,MAAM,WAAW,yDACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,2CAA4C,SAAQ,gBAAgB;CAAG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../src/api/options.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesListByResourceGroupOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesListBySubscriptionOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeidServicesCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface DeidServicesUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface DeidServicesDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByDeidServiceOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateLinksListByDeidServiceOptionalParams extends OperationOptions {}\n"]}
@@ -1,23 +1,22 @@
1
- import { PollerLike, OperationState } from "@azure/core-lro";
1
+ import { HealthDataAIServicesContext as Client, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams } from "../index.js";
2
2
  import { PrivateEndpointConnectionResource, _PrivateEndpointConnectionResourceListResult } from "../../models/models.js";
3
- import { PagedAsyncIterableIterator } from "../../models/pagingTypes.js";
4
- import { HealthDataAIServicesContext as Client, PrivateEndpointConnectionsCreate200Response, PrivateEndpointConnectionsCreate201Response, PrivateEndpointConnectionsCreateDefaultResponse, PrivateEndpointConnectionsCreateLogicalResponse, PrivateEndpointConnectionsDelete202Response, PrivateEndpointConnectionsDelete204Response, PrivateEndpointConnectionsDeleteDefaultResponse, PrivateEndpointConnectionsDeleteLogicalResponse, PrivateEndpointConnectionsGet200Response, PrivateEndpointConnectionsGetDefaultResponse, PrivateEndpointConnectionsListByDeidService200Response, PrivateEndpointConnectionsListByDeidServiceDefaultResponse } from "../../rest/index.js";
5
- import { StreamableMethod } from "@azure-rest/core-client";
6
- import { PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams } from "../../models/options.js";
7
- export declare function _privateEndpointConnectionsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): StreamableMethod<PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse>;
8
- export declare function _privateEndpointConnectionsGetDeserialize(result: PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse): Promise<PrivateEndpointConnectionResource>;
3
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
5
+ import { PollerLike, OperationState } from "@azure/core-lro";
6
+ export declare function _privateEndpointConnectionsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): StreamableMethod;
7
+ export declare function _privateEndpointConnectionsGetDeserialize(result: PathUncheckedResponse): Promise<PrivateEndpointConnectionResource>;
9
8
  /** Get a specific private connection */
10
9
  export declare function privateEndpointConnectionsGet(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionResource>;
11
- export declare function _privateEndpointConnectionsCreateSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): StreamableMethod<PrivateEndpointConnectionsCreate200Response | PrivateEndpointConnectionsCreate201Response | PrivateEndpointConnectionsCreateDefaultResponse | PrivateEndpointConnectionsCreateLogicalResponse>;
12
- export declare function _privateEndpointConnectionsCreateDeserialize(result: PrivateEndpointConnectionsCreate200Response | PrivateEndpointConnectionsCreate201Response | PrivateEndpointConnectionsCreateDefaultResponse | PrivateEndpointConnectionsCreateLogicalResponse): Promise<PrivateEndpointConnectionResource>;
10
+ export declare function _privateEndpointConnectionsCreateSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): StreamableMethod;
11
+ export declare function _privateEndpointConnectionsCreateDeserialize(result: PathUncheckedResponse): Promise<PrivateEndpointConnectionResource>;
13
12
  /** Create a Private endpoint connection */
14
13
  export declare function privateEndpointConnectionsCreate(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): PollerLike<OperationState<PrivateEndpointConnectionResource>, PrivateEndpointConnectionResource>;
15
- export declare function _privateEndpointConnectionsDeleteSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod<PrivateEndpointConnectionsDelete202Response | PrivateEndpointConnectionsDelete204Response | PrivateEndpointConnectionsDeleteDefaultResponse | PrivateEndpointConnectionsDeleteLogicalResponse>;
16
- export declare function _privateEndpointConnectionsDeleteDeserialize(result: PrivateEndpointConnectionsDelete202Response | PrivateEndpointConnectionsDelete204Response | PrivateEndpointConnectionsDeleteDefaultResponse | PrivateEndpointConnectionsDeleteLogicalResponse): Promise<void>;
14
+ export declare function _privateEndpointConnectionsDeleteSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): StreamableMethod;
15
+ export declare function _privateEndpointConnectionsDeleteDeserialize(result: PathUncheckedResponse): Promise<void>;
17
16
  /** Delete the private endpoint connection */
18
17
  export declare function privateEndpointConnectionsDelete(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
19
- export declare function _privateEndpointConnectionsListByDeidServiceSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): StreamableMethod<PrivateEndpointConnectionsListByDeidService200Response | PrivateEndpointConnectionsListByDeidServiceDefaultResponse>;
20
- export declare function _privateEndpointConnectionsListByDeidServiceDeserialize(result: PrivateEndpointConnectionsListByDeidService200Response | PrivateEndpointConnectionsListByDeidServiceDefaultResponse): Promise<_PrivateEndpointConnectionResourceListResult>;
18
+ export declare function _privateEndpointConnectionsListByDeidServiceSend(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): StreamableMethod;
19
+ export declare function _privateEndpointConnectionsListByDeidServiceDeserialize(result: PathUncheckedResponse): Promise<_PrivateEndpointConnectionResourceListResult>;
21
20
  /** List private endpoint connections on the given resource */
22
21
  export declare function privateEndpointConnectionsListByDeidService(context: Client, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;
23
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/privateEndpointConnections/index.ts"],"names":[],"mappings":"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"}