@azure/arm-healthdataaiservices 1.0.0-beta.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 (521) hide show
  1. package/CHANGELOG.md +2 -2
  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 +32 -424
  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 +29 -7
  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 +1 -1
  14. package/dist/browser/api/index.js.map +1 -1
  15. package/dist/browser/api/operations/index.d.ts +6 -7
  16. package/dist/browser/api/operations/index.d.ts.map +1 -1
  17. package/dist/browser/api/operations/index.js +8 -26
  18. package/dist/browser/api/operations/index.js.map +1 -1
  19. package/dist/browser/api/options.d.ts.map +1 -0
  20. package/dist/browser/api/options.js +4 -0
  21. package/dist/browser/api/options.js.map +1 -0
  22. package/dist/browser/api/privateEndpointConnections/index.d.ts +12 -13
  23. package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -1
  24. package/dist/browser/api/privateEndpointConnections/index.js +22 -126
  25. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
  26. package/dist/browser/api/privateLinks/index.d.ts +6 -7
  27. package/dist/browser/api/privateLinks/index.d.ts.map +1 -1
  28. package/dist/browser/api/privateLinks/index.js +8 -38
  29. package/dist/browser/api/privateLinks/index.js.map +1 -1
  30. package/dist/browser/classic/deidServices/index.d.ts +4 -4
  31. package/dist/browser/classic/deidServices/index.d.ts.map +1 -1
  32. package/dist/browser/classic/deidServices/index.js +1 -1
  33. package/dist/browser/classic/deidServices/index.js.map +1 -1
  34. package/dist/browser/classic/index.js +1 -1
  35. package/dist/browser/classic/index.js.map +1 -1
  36. package/dist/browser/classic/operations/index.d.ts +3 -3
  37. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  38. package/dist/browser/classic/operations/index.js +1 -1
  39. package/dist/browser/classic/operations/index.js.map +1 -1
  40. package/dist/browser/classic/privateEndpointConnections/index.d.ts +3 -3
  41. package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -1
  42. package/dist/browser/classic/privateEndpointConnections/index.js +1 -1
  43. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
  44. package/dist/browser/classic/privateLinks/index.d.ts +3 -3
  45. package/dist/browser/classic/privateLinks/index.d.ts.map +1 -1
  46. package/dist/browser/classic/privateLinks/index.js +1 -1
  47. package/dist/browser/classic/privateLinks/index.js.map +1 -1
  48. package/dist/browser/healthDataAIServicesClient.d.ts +2 -2
  49. package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -1
  50. package/dist/browser/healthDataAIServicesClient.js +2 -2
  51. package/dist/browser/healthDataAIServicesClient.js.map +1 -1
  52. package/dist/browser/helpers/serializerHelpers.js +1 -1
  53. package/dist/browser/helpers/serializerHelpers.js.map +1 -1
  54. package/dist/browser/index.d.ts +5 -2
  55. package/dist/browser/index.d.ts.map +1 -1
  56. package/dist/browser/index.js +3 -3
  57. package/dist/browser/index.js.map +1 -1
  58. package/dist/browser/logger.js +1 -1
  59. package/dist/browser/logger.js.map +1 -1
  60. package/dist/browser/models/index.d.ts +1 -3
  61. package/dist/browser/models/index.d.ts.map +1 -1
  62. package/dist/browser/models/index.js +2 -2
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +140 -125
  65. package/dist/browser/models/models.d.ts.map +1 -1
  66. package/dist/browser/models/models.js +319 -73
  67. package/dist/browser/models/models.js.map +1 -1
  68. package/dist/browser/restorePollerHelpers.d.ts +2 -2
  69. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  70. package/dist/browser/restorePollerHelpers.js +27 -11
  71. package/dist/browser/restorePollerHelpers.js.map +1 -1
  72. package/dist/browser/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  73. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  74. package/dist/{esm/api → browser/static-helpers}/pagingHelpers.js +5 -6
  75. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  76. package/dist/{esm/api → browser/static-helpers}/pollingHelpers.d.ts +1 -1
  77. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  78. package/dist/browser/{api → static-helpers}/pollingHelpers.js +7 -12
  79. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  80. package/dist/commonjs/api/deidServices/index.d.ts +16 -17
  81. package/dist/commonjs/api/deidServices/index.d.ts.map +1 -1
  82. package/dist/commonjs/api/deidServices/index.js +30 -422
  83. package/dist/commonjs/api/deidServices/index.js.map +1 -1
  84. package/dist/commonjs/api/healthDataAIServicesContext.d.ts +4 -4
  85. package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -1
  86. package/dist/commonjs/api/healthDataAIServicesContext.js +28 -7
  87. package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -1
  88. package/dist/commonjs/api/index.d.ts +2 -1
  89. package/dist/commonjs/api/index.d.ts.map +1 -1
  90. package/dist/commonjs/api/index.js +1 -1
  91. package/dist/commonjs/api/index.js.map +1 -1
  92. package/dist/commonjs/api/operations/index.d.ts +6 -7
  93. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  94. package/dist/commonjs/api/operations/index.js +7 -25
  95. package/dist/commonjs/api/operations/index.js.map +1 -1
  96. package/dist/commonjs/api/options.d.ts.map +1 -0
  97. package/dist/commonjs/{models → api}/options.js +1 -1
  98. package/dist/commonjs/api/options.js.map +1 -0
  99. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +12 -13
  100. package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -1
  101. package/dist/commonjs/api/privateEndpointConnections/index.js +20 -124
  102. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
  103. package/dist/commonjs/api/privateLinks/index.d.ts +6 -7
  104. package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -1
  105. package/dist/commonjs/api/privateLinks/index.js +7 -37
  106. package/dist/commonjs/api/privateLinks/index.js.map +1 -1
  107. package/dist/commonjs/classic/deidServices/index.d.ts +4 -4
  108. package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -1
  109. package/dist/commonjs/classic/deidServices/index.js +1 -1
  110. package/dist/commonjs/classic/deidServices/index.js.map +1 -1
  111. package/dist/commonjs/classic/index.js +1 -1
  112. package/dist/commonjs/classic/index.js.map +1 -1
  113. package/dist/commonjs/classic/operations/index.d.ts +3 -3
  114. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  115. package/dist/commonjs/classic/operations/index.js +1 -1
  116. package/dist/commonjs/classic/operations/index.js.map +1 -1
  117. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +3 -3
  118. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -1
  119. package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -1
  120. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
  121. package/dist/commonjs/classic/privateLinks/index.d.ts +3 -3
  122. package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -1
  123. package/dist/commonjs/classic/privateLinks/index.js +1 -1
  124. package/dist/commonjs/classic/privateLinks/index.js.map +1 -1
  125. package/dist/commonjs/healthDataAIServicesClient.d.ts +2 -2
  126. package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -1
  127. package/dist/commonjs/healthDataAIServicesClient.js +2 -2
  128. package/dist/commonjs/healthDataAIServicesClient.js.map +1 -1
  129. package/dist/commonjs/helpers/serializerHelpers.js +1 -1
  130. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -1
  131. package/dist/commonjs/index.d.ts +5 -2
  132. package/dist/commonjs/index.d.ts.map +1 -1
  133. package/dist/commonjs/index.js +4 -3
  134. package/dist/commonjs/index.js.map +1 -1
  135. package/dist/commonjs/logger.js +1 -1
  136. package/dist/commonjs/logger.js.map +1 -1
  137. package/dist/commonjs/models/index.d.ts +1 -3
  138. package/dist/commonjs/models/index.d.ts.map +1 -1
  139. package/dist/commonjs/models/index.js +4 -3
  140. package/dist/commonjs/models/index.js.map +1 -1
  141. package/dist/commonjs/models/models.d.ts +140 -125
  142. package/dist/commonjs/models/models.d.ts.map +1 -1
  143. package/dist/commonjs/models/models.js +350 -76
  144. package/dist/commonjs/models/models.js.map +1 -1
  145. package/dist/commonjs/restorePollerHelpers.d.ts +2 -2
  146. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  147. package/dist/commonjs/restorePollerHelpers.js +27 -11
  148. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  149. package/dist/commonjs/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  150. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  151. package/dist/commonjs/{api → static-helpers}/pagingHelpers.js +5 -6
  152. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  153. package/dist/{browser/api → commonjs/static-helpers}/pollingHelpers.d.ts +1 -1
  154. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  155. package/dist/commonjs/{api → static-helpers}/pollingHelpers.js +7 -12
  156. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  157. package/dist/commonjs/tsdoc-metadata.json +1 -1
  158. package/dist/esm/api/deidServices/index.d.ts +16 -17
  159. package/dist/esm/api/deidServices/index.d.ts.map +1 -1
  160. package/dist/esm/api/deidServices/index.js +32 -424
  161. package/dist/esm/api/deidServices/index.js.map +1 -1
  162. package/dist/esm/api/healthDataAIServicesContext.d.ts +4 -4
  163. package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -1
  164. package/dist/esm/api/healthDataAIServicesContext.js +29 -7
  165. package/dist/esm/api/healthDataAIServicesContext.js.map +1 -1
  166. package/dist/esm/api/index.d.ts +2 -1
  167. package/dist/esm/api/index.d.ts.map +1 -1
  168. package/dist/esm/api/index.js +1 -1
  169. package/dist/esm/api/index.js.map +1 -1
  170. package/dist/esm/api/operations/index.d.ts +6 -7
  171. package/dist/esm/api/operations/index.d.ts.map +1 -1
  172. package/dist/esm/api/operations/index.js +8 -26
  173. package/dist/esm/api/operations/index.js.map +1 -1
  174. package/dist/esm/api/options.d.ts.map +1 -0
  175. package/dist/esm/api/options.js +4 -0
  176. package/dist/esm/api/options.js.map +1 -0
  177. package/dist/esm/api/privateEndpointConnections/index.d.ts +12 -13
  178. package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -1
  179. package/dist/esm/api/privateEndpointConnections/index.js +22 -126
  180. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
  181. package/dist/esm/api/privateLinks/index.d.ts +6 -7
  182. package/dist/esm/api/privateLinks/index.d.ts.map +1 -1
  183. package/dist/esm/api/privateLinks/index.js +8 -38
  184. package/dist/esm/api/privateLinks/index.js.map +1 -1
  185. package/dist/esm/classic/deidServices/index.d.ts +4 -4
  186. package/dist/esm/classic/deidServices/index.d.ts.map +1 -1
  187. package/dist/esm/classic/deidServices/index.js +1 -1
  188. package/dist/esm/classic/deidServices/index.js.map +1 -1
  189. package/dist/esm/classic/index.js +1 -1
  190. package/dist/esm/classic/index.js.map +1 -1
  191. package/dist/esm/classic/operations/index.d.ts +3 -3
  192. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  193. package/dist/esm/classic/operations/index.js +1 -1
  194. package/dist/esm/classic/operations/index.js.map +1 -1
  195. package/dist/esm/classic/privateEndpointConnections/index.d.ts +3 -3
  196. package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -1
  197. package/dist/esm/classic/privateEndpointConnections/index.js +1 -1
  198. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
  199. package/dist/esm/classic/privateLinks/index.d.ts +3 -3
  200. package/dist/esm/classic/privateLinks/index.d.ts.map +1 -1
  201. package/dist/esm/classic/privateLinks/index.js +1 -1
  202. package/dist/esm/classic/privateLinks/index.js.map +1 -1
  203. package/dist/esm/healthDataAIServicesClient.d.ts +2 -2
  204. package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -1
  205. package/dist/esm/healthDataAIServicesClient.js +2 -2
  206. package/dist/esm/healthDataAIServicesClient.js.map +1 -1
  207. package/dist/esm/helpers/serializerHelpers.js +1 -1
  208. package/dist/esm/helpers/serializerHelpers.js.map +1 -1
  209. package/dist/esm/index.d.ts +5 -2
  210. package/dist/esm/index.d.ts.map +1 -1
  211. package/dist/esm/index.js +3 -3
  212. package/dist/esm/index.js.map +1 -1
  213. package/dist/esm/logger.js +1 -1
  214. package/dist/esm/logger.js.map +1 -1
  215. package/dist/esm/models/index.d.ts +1 -3
  216. package/dist/esm/models/index.d.ts.map +1 -1
  217. package/dist/esm/models/index.js +2 -2
  218. package/dist/esm/models/index.js.map +1 -1
  219. package/dist/esm/models/models.d.ts +140 -125
  220. package/dist/esm/models/models.d.ts.map +1 -1
  221. package/dist/esm/models/models.js +319 -73
  222. package/dist/esm/models/models.js.map +1 -1
  223. package/dist/esm/restorePollerHelpers.d.ts +2 -2
  224. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  225. package/dist/esm/restorePollerHelpers.js +27 -11
  226. package/dist/esm/restorePollerHelpers.js.map +1 -1
  227. package/dist/esm/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  228. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  229. package/dist/{react-native/api → esm/static-helpers}/pagingHelpers.js +5 -6
  230. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  231. package/dist/{commonjs/api → esm/static-helpers}/pollingHelpers.d.ts +1 -1
  232. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  233. package/dist/{react-native/api → esm/static-helpers}/pollingHelpers.js +7 -12
  234. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  235. package/dist/react-native/api/deidServices/index.d.ts +16 -17
  236. package/dist/react-native/api/deidServices/index.d.ts.map +1 -1
  237. package/dist/react-native/api/deidServices/index.js +32 -424
  238. package/dist/react-native/api/deidServices/index.js.map +1 -1
  239. package/dist/react-native/api/healthDataAIServicesContext.d.ts +4 -4
  240. package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -1
  241. package/dist/react-native/api/healthDataAIServicesContext.js +29 -7
  242. package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -1
  243. package/dist/react-native/api/index.d.ts +2 -1
  244. package/dist/react-native/api/index.d.ts.map +1 -1
  245. package/dist/react-native/api/index.js +1 -1
  246. package/dist/react-native/api/index.js.map +1 -1
  247. package/dist/react-native/api/operations/index.d.ts +6 -7
  248. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  249. package/dist/react-native/api/operations/index.js +8 -26
  250. package/dist/react-native/api/operations/index.js.map +1 -1
  251. package/dist/react-native/api/options.d.ts.map +1 -0
  252. package/dist/react-native/api/options.js +4 -0
  253. package/dist/react-native/api/options.js.map +1 -0
  254. package/dist/react-native/api/privateEndpointConnections/index.d.ts +12 -13
  255. package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -1
  256. package/dist/react-native/api/privateEndpointConnections/index.js +22 -126
  257. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
  258. package/dist/react-native/api/privateLinks/index.d.ts +6 -7
  259. package/dist/react-native/api/privateLinks/index.d.ts.map +1 -1
  260. package/dist/react-native/api/privateLinks/index.js +8 -38
  261. package/dist/react-native/api/privateLinks/index.js.map +1 -1
  262. package/dist/react-native/classic/deidServices/index.d.ts +4 -4
  263. package/dist/react-native/classic/deidServices/index.d.ts.map +1 -1
  264. package/dist/react-native/classic/deidServices/index.js +1 -1
  265. package/dist/react-native/classic/deidServices/index.js.map +1 -1
  266. package/dist/react-native/classic/index.js +1 -1
  267. package/dist/react-native/classic/index.js.map +1 -1
  268. package/dist/react-native/classic/operations/index.d.ts +3 -3
  269. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  270. package/dist/react-native/classic/operations/index.js +1 -1
  271. package/dist/react-native/classic/operations/index.js.map +1 -1
  272. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +3 -3
  273. package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -1
  274. package/dist/react-native/classic/privateEndpointConnections/index.js +1 -1
  275. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
  276. package/dist/react-native/classic/privateLinks/index.d.ts +3 -3
  277. package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -1
  278. package/dist/react-native/classic/privateLinks/index.js +1 -1
  279. package/dist/react-native/classic/privateLinks/index.js.map +1 -1
  280. package/dist/react-native/healthDataAIServicesClient.d.ts +2 -2
  281. package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -1
  282. package/dist/react-native/healthDataAIServicesClient.js +2 -2
  283. package/dist/react-native/healthDataAIServicesClient.js.map +1 -1
  284. package/dist/react-native/helpers/serializerHelpers.js +1 -1
  285. package/dist/react-native/helpers/serializerHelpers.js.map +1 -1
  286. package/dist/react-native/index.d.ts +5 -2
  287. package/dist/react-native/index.d.ts.map +1 -1
  288. package/dist/react-native/index.js +3 -3
  289. package/dist/react-native/index.js.map +1 -1
  290. package/dist/react-native/logger.js +1 -1
  291. package/dist/react-native/logger.js.map +1 -1
  292. package/dist/react-native/models/index.d.ts +1 -3
  293. package/dist/react-native/models/index.d.ts.map +1 -1
  294. package/dist/react-native/models/index.js +2 -2
  295. package/dist/react-native/models/index.js.map +1 -1
  296. package/dist/react-native/models/models.d.ts +140 -125
  297. package/dist/react-native/models/models.d.ts.map +1 -1
  298. package/dist/react-native/models/models.js +319 -73
  299. package/dist/react-native/models/models.js.map +1 -1
  300. package/dist/react-native/restorePollerHelpers.d.ts +2 -2
  301. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  302. package/dist/react-native/restorePollerHelpers.js +27 -11
  303. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  304. package/dist/react-native/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  305. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  306. package/dist/{browser/api → react-native/static-helpers}/pagingHelpers.js +5 -6
  307. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  308. package/dist/react-native/{api → static-helpers}/pollingHelpers.d.ts +1 -1
  309. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  310. package/dist/{esm/api → react-native/static-helpers}/pollingHelpers.js +7 -12
  311. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  312. package/package.json +31 -58
  313. package/review/arm-healthdataaiservices-models.api.md +16 -105
  314. package/review/arm-healthdataaiservices.api.md +16 -33
  315. package/dist/browser/api/pagingHelpers.d.ts +0 -7
  316. package/dist/browser/api/pagingHelpers.d.ts.map +0 -1
  317. package/dist/browser/api/pagingHelpers.js.map +0 -1
  318. package/dist/browser/api/pollingHelpers.d.ts.map +0 -1
  319. package/dist/browser/api/pollingHelpers.js.map +0 -1
  320. package/dist/browser/models/options.d.ts.map +0 -1
  321. package/dist/browser/models/options.js +0 -4
  322. package/dist/browser/models/options.js.map +0 -1
  323. package/dist/browser/models/pagingTypes.d.ts.map +0 -1
  324. package/dist/browser/models/pagingTypes.js +0 -4
  325. package/dist/browser/models/pagingTypes.js.map +0 -1
  326. package/dist/browser/rest/clientDefinitions.d.ts +0 -61
  327. package/dist/browser/rest/clientDefinitions.d.ts.map +0 -1
  328. package/dist/browser/rest/clientDefinitions.js +0 -4
  329. package/dist/browser/rest/clientDefinitions.js.map +0 -1
  330. package/dist/browser/rest/healthDataAIServicesClient.d.ts +0 -15
  331. package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +0 -1
  332. package/dist/browser/rest/healthDataAIServicesClient.js +0 -42
  333. package/dist/browser/rest/healthDataAIServicesClient.js.map +0 -1
  334. package/dist/browser/rest/index.d.ts +0 -12
  335. package/dist/browser/rest/index.d.ts.map +0 -1
  336. package/dist/browser/rest/index.js +0 -14
  337. package/dist/browser/rest/index.js.map +0 -1
  338. package/dist/browser/rest/isUnexpected.d.ts +0 -14
  339. package/dist/browser/rest/isUnexpected.d.ts.map +0 -1
  340. package/dist/browser/rest/isUnexpected.js +0 -83
  341. package/dist/browser/rest/isUnexpected.js.map +0 -1
  342. package/dist/browser/rest/models.d.ts +0 -213
  343. package/dist/browser/rest/models.d.ts.map +0 -1
  344. package/dist/browser/rest/models.js +0 -4
  345. package/dist/browser/rest/models.js.map +0 -1
  346. package/dist/browser/rest/outputModels.d.ts +0 -304
  347. package/dist/browser/rest/outputModels.d.ts.map +0 -1
  348. package/dist/browser/rest/outputModels.js +0 -4
  349. package/dist/browser/rest/outputModels.js.map +0 -1
  350. package/dist/browser/rest/paginateHelper.d.ts +0 -43
  351. package/dist/browser/rest/paginateHelper.d.ts.map +0 -1
  352. package/dist/browser/rest/paginateHelper.js +0 -70
  353. package/dist/browser/rest/paginateHelper.js.map +0 -1
  354. package/dist/browser/rest/parameters.d.ts +0 -27
  355. package/dist/browser/rest/parameters.d.ts.map +0 -1
  356. package/dist/browser/rest/parameters.js +0 -4
  357. package/dist/browser/rest/parameters.js.map +0 -1
  358. package/dist/browser/rest/pollingHelper.d.ts +0 -81
  359. package/dist/browser/rest/pollingHelper.d.ts.map +0 -1
  360. package/dist/browser/rest/pollingHelper.js +0 -97
  361. package/dist/browser/rest/pollingHelper.js.map +0 -1
  362. package/dist/browser/rest/responses.d.ts +0 -190
  363. package/dist/browser/rest/responses.d.ts.map +0 -1
  364. package/dist/browser/rest/responses.js +0 -4
  365. package/dist/browser/rest/responses.js.map +0 -1
  366. package/dist/commonjs/api/pagingHelpers.d.ts +0 -7
  367. package/dist/commonjs/api/pagingHelpers.d.ts.map +0 -1
  368. package/dist/commonjs/api/pagingHelpers.js.map +0 -1
  369. package/dist/commonjs/api/pollingHelpers.d.ts.map +0 -1
  370. package/dist/commonjs/api/pollingHelpers.js.map +0 -1
  371. package/dist/commonjs/models/options.d.ts.map +0 -1
  372. package/dist/commonjs/models/options.js.map +0 -1
  373. package/dist/commonjs/models/pagingTypes.d.ts.map +0 -1
  374. package/dist/commonjs/models/pagingTypes.js +0 -5
  375. package/dist/commonjs/models/pagingTypes.js.map +0 -1
  376. package/dist/commonjs/rest/clientDefinitions.d.ts +0 -61
  377. package/dist/commonjs/rest/clientDefinitions.d.ts.map +0 -1
  378. package/dist/commonjs/rest/clientDefinitions.js +0 -5
  379. package/dist/commonjs/rest/clientDefinitions.js.map +0 -1
  380. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +0 -15
  381. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +0 -1
  382. package/dist/commonjs/rest/healthDataAIServicesClient.js +0 -45
  383. package/dist/commonjs/rest/healthDataAIServicesClient.js.map +0 -1
  384. package/dist/commonjs/rest/index.d.ts +0 -12
  385. package/dist/commonjs/rest/index.d.ts.map +0 -1
  386. package/dist/commonjs/rest/index.js +0 -17
  387. package/dist/commonjs/rest/index.js.map +0 -1
  388. package/dist/commonjs/rest/isUnexpected.d.ts +0 -14
  389. package/dist/commonjs/rest/isUnexpected.d.ts.map +0 -1
  390. package/dist/commonjs/rest/isUnexpected.js +0 -86
  391. package/dist/commonjs/rest/isUnexpected.js.map +0 -1
  392. package/dist/commonjs/rest/models.d.ts +0 -213
  393. package/dist/commonjs/rest/models.d.ts.map +0 -1
  394. package/dist/commonjs/rest/models.js +0 -5
  395. package/dist/commonjs/rest/models.js.map +0 -1
  396. package/dist/commonjs/rest/outputModels.d.ts +0 -304
  397. package/dist/commonjs/rest/outputModels.d.ts.map +0 -1
  398. package/dist/commonjs/rest/outputModels.js +0 -5
  399. package/dist/commonjs/rest/outputModels.js.map +0 -1
  400. package/dist/commonjs/rest/paginateHelper.d.ts +0 -43
  401. package/dist/commonjs/rest/paginateHelper.d.ts.map +0 -1
  402. package/dist/commonjs/rest/paginateHelper.js +0 -73
  403. package/dist/commonjs/rest/paginateHelper.js.map +0 -1
  404. package/dist/commonjs/rest/parameters.d.ts +0 -27
  405. package/dist/commonjs/rest/parameters.d.ts.map +0 -1
  406. package/dist/commonjs/rest/parameters.js +0 -5
  407. package/dist/commonjs/rest/parameters.js.map +0 -1
  408. package/dist/commonjs/rest/pollingHelper.d.ts +0 -81
  409. package/dist/commonjs/rest/pollingHelper.d.ts.map +0 -1
  410. package/dist/commonjs/rest/pollingHelper.js +0 -100
  411. package/dist/commonjs/rest/pollingHelper.js.map +0 -1
  412. package/dist/commonjs/rest/responses.d.ts +0 -190
  413. package/dist/commonjs/rest/responses.d.ts.map +0 -1
  414. package/dist/commonjs/rest/responses.js +0 -5
  415. package/dist/commonjs/rest/responses.js.map +0 -1
  416. package/dist/esm/api/pagingHelpers.d.ts +0 -7
  417. package/dist/esm/api/pagingHelpers.d.ts.map +0 -1
  418. package/dist/esm/api/pagingHelpers.js.map +0 -1
  419. package/dist/esm/api/pollingHelpers.d.ts.map +0 -1
  420. package/dist/esm/api/pollingHelpers.js.map +0 -1
  421. package/dist/esm/models/options.d.ts.map +0 -1
  422. package/dist/esm/models/options.js +0 -4
  423. package/dist/esm/models/options.js.map +0 -1
  424. package/dist/esm/models/pagingTypes.d.ts.map +0 -1
  425. package/dist/esm/models/pagingTypes.js +0 -4
  426. package/dist/esm/models/pagingTypes.js.map +0 -1
  427. package/dist/esm/rest/clientDefinitions.d.ts +0 -61
  428. package/dist/esm/rest/clientDefinitions.d.ts.map +0 -1
  429. package/dist/esm/rest/clientDefinitions.js +0 -4
  430. package/dist/esm/rest/clientDefinitions.js.map +0 -1
  431. package/dist/esm/rest/healthDataAIServicesClient.d.ts +0 -15
  432. package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +0 -1
  433. package/dist/esm/rest/healthDataAIServicesClient.js +0 -42
  434. package/dist/esm/rest/healthDataAIServicesClient.js.map +0 -1
  435. package/dist/esm/rest/index.d.ts +0 -12
  436. package/dist/esm/rest/index.d.ts.map +0 -1
  437. package/dist/esm/rest/index.js +0 -14
  438. package/dist/esm/rest/index.js.map +0 -1
  439. package/dist/esm/rest/isUnexpected.d.ts +0 -14
  440. package/dist/esm/rest/isUnexpected.d.ts.map +0 -1
  441. package/dist/esm/rest/isUnexpected.js +0 -83
  442. package/dist/esm/rest/isUnexpected.js.map +0 -1
  443. package/dist/esm/rest/models.d.ts +0 -213
  444. package/dist/esm/rest/models.d.ts.map +0 -1
  445. package/dist/esm/rest/models.js +0 -4
  446. package/dist/esm/rest/models.js.map +0 -1
  447. package/dist/esm/rest/outputModels.d.ts +0 -304
  448. package/dist/esm/rest/outputModels.d.ts.map +0 -1
  449. package/dist/esm/rest/outputModels.js +0 -4
  450. package/dist/esm/rest/outputModels.js.map +0 -1
  451. package/dist/esm/rest/paginateHelper.d.ts +0 -43
  452. package/dist/esm/rest/paginateHelper.d.ts.map +0 -1
  453. package/dist/esm/rest/paginateHelper.js +0 -70
  454. package/dist/esm/rest/paginateHelper.js.map +0 -1
  455. package/dist/esm/rest/parameters.d.ts +0 -27
  456. package/dist/esm/rest/parameters.d.ts.map +0 -1
  457. package/dist/esm/rest/parameters.js +0 -4
  458. package/dist/esm/rest/parameters.js.map +0 -1
  459. package/dist/esm/rest/pollingHelper.d.ts +0 -81
  460. package/dist/esm/rest/pollingHelper.d.ts.map +0 -1
  461. package/dist/esm/rest/pollingHelper.js +0 -97
  462. package/dist/esm/rest/pollingHelper.js.map +0 -1
  463. package/dist/esm/rest/responses.d.ts +0 -190
  464. package/dist/esm/rest/responses.d.ts.map +0 -1
  465. package/dist/esm/rest/responses.js +0 -4
  466. package/dist/esm/rest/responses.js.map +0 -1
  467. package/dist/react-native/api/pagingHelpers.d.ts +0 -7
  468. package/dist/react-native/api/pagingHelpers.d.ts.map +0 -1
  469. package/dist/react-native/api/pagingHelpers.js.map +0 -1
  470. package/dist/react-native/api/pollingHelpers.d.ts.map +0 -1
  471. package/dist/react-native/api/pollingHelpers.js.map +0 -1
  472. package/dist/react-native/models/options.d.ts.map +0 -1
  473. package/dist/react-native/models/options.js +0 -4
  474. package/dist/react-native/models/options.js.map +0 -1
  475. package/dist/react-native/models/pagingTypes.d.ts.map +0 -1
  476. package/dist/react-native/models/pagingTypes.js +0 -4
  477. package/dist/react-native/models/pagingTypes.js.map +0 -1
  478. package/dist/react-native/rest/clientDefinitions.d.ts +0 -61
  479. package/dist/react-native/rest/clientDefinitions.d.ts.map +0 -1
  480. package/dist/react-native/rest/clientDefinitions.js +0 -4
  481. package/dist/react-native/rest/clientDefinitions.js.map +0 -1
  482. package/dist/react-native/rest/healthDataAIServicesClient.d.ts +0 -15
  483. package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +0 -1
  484. package/dist/react-native/rest/healthDataAIServicesClient.js +0 -42
  485. package/dist/react-native/rest/healthDataAIServicesClient.js.map +0 -1
  486. package/dist/react-native/rest/index.d.ts +0 -12
  487. package/dist/react-native/rest/index.d.ts.map +0 -1
  488. package/dist/react-native/rest/index.js +0 -14
  489. package/dist/react-native/rest/index.js.map +0 -1
  490. package/dist/react-native/rest/isUnexpected.d.ts +0 -14
  491. package/dist/react-native/rest/isUnexpected.d.ts.map +0 -1
  492. package/dist/react-native/rest/isUnexpected.js +0 -83
  493. package/dist/react-native/rest/isUnexpected.js.map +0 -1
  494. package/dist/react-native/rest/models.d.ts +0 -213
  495. package/dist/react-native/rest/models.d.ts.map +0 -1
  496. package/dist/react-native/rest/models.js +0 -4
  497. package/dist/react-native/rest/models.js.map +0 -1
  498. package/dist/react-native/rest/outputModels.d.ts +0 -304
  499. package/dist/react-native/rest/outputModels.d.ts.map +0 -1
  500. package/dist/react-native/rest/outputModels.js +0 -4
  501. package/dist/react-native/rest/outputModels.js.map +0 -1
  502. package/dist/react-native/rest/paginateHelper.d.ts +0 -43
  503. package/dist/react-native/rest/paginateHelper.d.ts.map +0 -1
  504. package/dist/react-native/rest/paginateHelper.js +0 -70
  505. package/dist/react-native/rest/paginateHelper.js.map +0 -1
  506. package/dist/react-native/rest/parameters.d.ts +0 -27
  507. package/dist/react-native/rest/parameters.d.ts.map +0 -1
  508. package/dist/react-native/rest/parameters.js +0 -4
  509. package/dist/react-native/rest/parameters.js.map +0 -1
  510. package/dist/react-native/rest/pollingHelper.d.ts +0 -81
  511. package/dist/react-native/rest/pollingHelper.d.ts.map +0 -1
  512. package/dist/react-native/rest/pollingHelper.js +0 -97
  513. package/dist/react-native/rest/pollingHelper.js.map +0 -1
  514. package/dist/react-native/rest/responses.d.ts +0 -190
  515. package/dist/react-native/rest/responses.d.ts.map +0 -1
  516. package/dist/react-native/rest/responses.js +0 -4
  517. package/dist/react-native/rest/responses.js.map +0 -1
  518. /package/dist/browser/{models → api}/options.d.ts +0 -0
  519. /package/dist/commonjs/{models → api}/options.d.ts +0 -0
  520. /package/dist/esm/{models → api}/options.d.ts +0 -0
  521. /package/dist/react-native/{models → api}/options.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/privateEndpointConnections/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AACvF,OAAO,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAO3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EACL,2CAA2C,EAC3C,8CAA8C,EAC9C,8CAA8C,EAC9C,yDAAyD,EAC1D,MAAM,yBAAyB,CAAC;AAEjC,sEAAsE;AACtE,MAAM,WAAW,oCAAoC;IACnD,wCAAwC;IACxC,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,KAClD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,2CAA2C;IAC3C,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,QAAQ,EAAE,iCAAiC,EAC3C,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CACb,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CAAC;IACF,6CAA6C;IAC7C,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,8DAA8D;IAC9D,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yDAAyD,KAChE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;CACpE;AAED,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM;6BAIC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,2CAA2C;gCAWlC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,iCAAiC,YACjC,8CAA8C;gCAYrC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,8CAA8C;2CAWrC,MAAM,mBACR,MAAM,YACb,yDAAyD;EAUxE;AAED,wBAAgB,uCAAuC,CACrD,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM,GACrB,oCAAoC,CAItC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/privateEndpointConnections/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AACvF,OAAO,EACL,2CAA2C,EAC3C,8CAA8C,EAC9C,8CAA8C,EAC9C,yDAAyD,EAC1D,MAAM,sBAAsB,CAAC;AAO9B,OAAO,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAE7D,sEAAsE;AACtE,MAAM,WAAW,oCAAoC;IACnD,wCAAwC;IACxC,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,KAClD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,2CAA2C;IAC3C,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,QAAQ,EAAE,iCAAiC,EAC3C,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CACb,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CAAC;IACF,6CAA6C;IAC7C,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,8DAA8D;IAC9D,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yDAAyD,KAChE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;CACpE;AAED,wBAAgB,6BAA6B,CAC3C,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM;6BAIC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,2CAA2C;gCAWlC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,iCAAiC,YACjC,8CAA8C;gCAYrC,MAAM,mBACR,MAAM,iCACQ,MAAM,YAC3B,8CAA8C;2CAWrC,MAAM,mBACR,MAAM,YACb,yDAAyD;EAUxE;AAED,wBAAgB,uCAAuC,CACrD,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM,GACrB,oCAAoC,CAItC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getPrivateEndpointConnections = getPrivateEndpointConnections;
6
6
  exports.getPrivateEndpointConnectionsOperations = getPrivateEndpointConnectionsOperations;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/privateEndpointConnections/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAsDlC,sEA8DC;AAED,0FAOC;AAzHD,4EAKuD;AA6CvD,SAAgB,6BAA6B,CAC3C,OAAoC,EACpC,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,QAA2C,EAC3C,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,eAAuB,EACvB,OAAmE,EACnE,EAAE,CACF,IAAA,sDAA2C,EACzC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,OAAoC,EACpC,cAAsB;IAEtB,yBACK,6BAA6B,CAAC,OAAO,EAAE,cAAc,CAAC,EACzD;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { HealthDataAIServicesContext } from \"../../api/healthDataAIServicesContext.js\";\nimport { PrivateEndpointConnectionResource } from \"../../models/models.js\";\nimport {\n privateEndpointConnectionsGet,\n privateEndpointConnectionsCreate,\n privateEndpointConnectionsDelete,\n privateEndpointConnectionsListByDeidService,\n} from \"../../api/privateEndpointConnections/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../models/pagingTypes.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsCreateOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n} from \"../../models/options.js\";\n\n/** Interface representing a PrivateEndpointConnections operations. */\nexport interface PrivateEndpointConnectionsOperations {\n /** Get a specific private connection */\n get: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ) => Promise<PrivateEndpointConnectionResource>;\n /** Create a Private endpoint connection */\n create: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n resource: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ) => PollerLike<\n OperationState<PrivateEndpointConnectionResource>,\n PrivateEndpointConnectionResource\n >;\n /** Delete the private endpoint connection */\n delete: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** List private endpoint connections on the given resource */\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n ) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;\n}\n\nexport function getPrivateEndpointConnections(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n) {\n return {\n get: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ) =>\n privateEndpointConnectionsGet(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n options,\n ),\n create: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n resource: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ) =>\n privateEndpointConnectionsCreate(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n resource,\n options,\n ),\n delete: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ) =>\n privateEndpointConnectionsDelete(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n options,\n ),\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n ) =>\n privateEndpointConnectionsListByDeidService(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n ),\n };\n}\n\nexport function getPrivateEndpointConnectionsOperations(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n): PrivateEndpointConnectionsOperations {\n return {\n ...getPrivateEndpointConnections(context, subscriptionId),\n };\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/privateEndpointConnections/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAsDlC,sEA8DC;AAED,0FAOC;AApHD,4EAKuD;AAwCvD,SAAgB,6BAA6B,CAC3C,OAAoC,EACpC,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,QAA2C,EAC3C,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,eAAuB,EACvB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,eAAuB,EACvB,OAAmE,EACnE,EAAE,CACF,IAAA,sDAA2C,EACzC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,OAAoC,EACpC,cAAsB;IAEtB,yBACK,6BAA6B,CAAC,OAAO,EAAE,cAAc,CAAC,EACzD;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { HealthDataAIServicesContext } from \"../../api/healthDataAIServicesContext.js\";\nimport {\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsCreateOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n} from \"../../api/options.js\";\nimport {\n privateEndpointConnectionsGet,\n privateEndpointConnectionsCreate,\n privateEndpointConnectionsDelete,\n privateEndpointConnectionsListByDeidService,\n} from \"../../api/privateEndpointConnections/index.js\";\nimport { PrivateEndpointConnectionResource } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a PrivateEndpointConnections operations. */\nexport interface PrivateEndpointConnectionsOperations {\n /** Get a specific private connection */\n get: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ) => Promise<PrivateEndpointConnectionResource>;\n /** Create a Private endpoint connection */\n create: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n resource: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ) => PollerLike<\n OperationState<PrivateEndpointConnectionResource>,\n PrivateEndpointConnectionResource\n >;\n /** Delete the private endpoint connection */\n delete: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** List private endpoint connections on the given resource */\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n ) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;\n}\n\nexport function getPrivateEndpointConnections(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n) {\n return {\n get: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ) =>\n privateEndpointConnectionsGet(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n options,\n ),\n create: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n resource: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsCreateOptionalParams,\n ) =>\n privateEndpointConnectionsCreate(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n resource,\n options,\n ),\n delete: (\n resourceGroupName: string,\n deidServiceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ) =>\n privateEndpointConnectionsDelete(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n privateEndpointConnectionName,\n options,\n ),\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams,\n ) =>\n privateEndpointConnectionsListByDeidService(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n ),\n };\n}\n\nexport function getPrivateEndpointConnectionsOperations(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n): PrivateEndpointConnectionsOperations {\n return {\n ...getPrivateEndpointConnections(context, subscriptionId),\n };\n}\n"]}
@@ -1,14 +1,14 @@
1
1
  import { HealthDataAIServicesContext } from "../../api/healthDataAIServicesContext.js";
2
+ import { PrivateLinksListByDeidServiceOptionalParams } from "../../api/options.js";
2
3
  import { PrivateLinkResource } from "../../models/models.js";
3
- import { PagedAsyncIterableIterator } from "../../models/pagingTypes.js";
4
- import { PrivateLinksListByDeidServiceOptionalParams } from "../../models/options.js";
4
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
5
5
  /** Interface representing a PrivateLinks operations. */
6
6
  export interface PrivateLinksOperations {
7
7
  /** List private links on the given resource */
8
8
  listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource>;
9
9
  }
10
10
  export declare function getPrivateLinks(context: HealthDataAIServicesContext, subscriptionId: string): {
11
- listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], import("../../models/pagingTypes.js").PageSettings>;
11
+ listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
12
12
  };
13
13
  export declare function getPrivateLinksOperations(context: HealthDataAIServicesContext, subscriptionId: string): PrivateLinksOperations;
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/privateLinks/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AACvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,EAAE,2CAA2C,EAAE,MAAM,yBAAyB,CAAC;AAEtF,wDAAwD;AACxD,MAAM,WAAW,sBAAsB;IACrC,+CAA+C;IAC/C,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,2CAA2C,KAClD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACtD;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,2BAA2B,EAAE,cAAc,EAAE,MAAM;2CAGnE,MAAM,mBACR,MAAM,YACb,2CAA2C;EAU1D;AAED,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM,GACrB,sBAAsB,CAIxB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/privateLinks/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AACvF,OAAO,EAAE,2CAA2C,EAAE,MAAM,sBAAsB,CAAC;AAEnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAEnF,wDAAwD;AACxD,MAAM,WAAW,sBAAsB;IACrC,+CAA+C;IAC/C,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,2CAA2C,KAClD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACtD;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,2BAA2B,EAAE,cAAc,EAAE,MAAM;2CAGnE,MAAM,mBACR,MAAM,YACb,2CAA2C;EAU1D;AAED,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,2BAA2B,EACpC,cAAc,EAAE,MAAM,GACrB,sBAAsB,CAIxB"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getPrivateLinks = getPrivateLinks;
6
6
  exports.getPrivateLinksOperations = getPrivateLinksOperations;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/privateLinks/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAkBlC,0CAeC;AAED,8DAOC;AAtCD,8DAAgF;AAchF,SAAgB,eAAe,CAAC,OAAoC,EAAE,cAAsB;IAC1F,OAAO;QACL,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,eAAuB,EACvB,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,yBAAyB,CACvC,OAAoC,EACpC,cAAsB;IAEtB,yBACK,eAAe,CAAC,OAAO,EAAE,cAAc,CAAC,EAC3C;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { HealthDataAIServicesContext } from \"../../api/healthDataAIServicesContext.js\";\nimport { PrivateLinkResource } from \"../../models/models.js\";\nimport { privateLinksListByDeidService } from \"../../api/privateLinks/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../models/pagingTypes.js\";\nimport { PrivateLinksListByDeidServiceOptionalParams } from \"../../models/options.js\";\n\n/** Interface representing a PrivateLinks operations. */\nexport interface PrivateLinksOperations {\n /** List private links on the given resource */\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateLinksListByDeidServiceOptionalParams,\n ) => PagedAsyncIterableIterator<PrivateLinkResource>;\n}\n\nexport function getPrivateLinks(context: HealthDataAIServicesContext, subscriptionId: string) {\n return {\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateLinksListByDeidServiceOptionalParams,\n ) =>\n privateLinksListByDeidService(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n ),\n };\n}\n\nexport function getPrivateLinksOperations(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n): PrivateLinksOperations {\n return {\n ...getPrivateLinks(context, subscriptionId),\n };\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/privateLinks/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAkBlC,0CAeC;AAED,8DAOC;AAtCD,8DAAgF;AAchF,SAAgB,eAAe,CAAC,OAAoC,EAAE,cAAsB;IAC1F,OAAO;QACL,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,eAAuB,EACvB,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,yBAAyB,CACvC,OAAoC,EACpC,cAAsB;IAEtB,yBACK,eAAe,CAAC,OAAO,EAAE,cAAc,CAAC,EAC3C;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { HealthDataAIServicesContext } from \"../../api/healthDataAIServicesContext.js\";\nimport { PrivateLinksListByDeidServiceOptionalParams } from \"../../api/options.js\";\nimport { privateLinksListByDeidService } from \"../../api/privateLinks/index.js\";\nimport { PrivateLinkResource } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a PrivateLinks operations. */\nexport interface PrivateLinksOperations {\n /** List private links on the given resource */\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateLinksListByDeidServiceOptionalParams,\n ) => PagedAsyncIterableIterator<PrivateLinkResource>;\n}\n\nexport function getPrivateLinks(context: HealthDataAIServicesContext, subscriptionId: string) {\n return {\n listByDeidService: (\n resourceGroupName: string,\n deidServiceName: string,\n options?: PrivateLinksListByDeidServiceOptionalParams,\n ) =>\n privateLinksListByDeidService(\n context,\n subscriptionId,\n resourceGroupName,\n deidServiceName,\n options,\n ),\n };\n}\n\nexport function getPrivateLinksOperations(\n context: HealthDataAIServicesContext,\n subscriptionId: string,\n): PrivateLinksOperations {\n return {\n ...getPrivateLinks(context, subscriptionId),\n };\n}\n"]}
@@ -1,10 +1,10 @@
1
- import { TokenCredential } from "@azure/core-auth";
2
- import { Pipeline } from "@azure/core-rest-pipeline";
3
1
  import { OperationsOperations } from "./classic/operations/index.js";
4
2
  import { DeidServicesOperations } from "./classic/deidServices/index.js";
5
3
  import { PrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js";
6
4
  import { PrivateLinksOperations } from "./classic/privateLinks/index.js";
7
5
  import { HealthDataAIServicesClientOptionalParams } from "./api/index.js";
6
+ import { Pipeline } from "@azure/core-rest-pipeline";
7
+ import { TokenCredential } from "@azure/core-auth";
8
8
  export { HealthDataAIServicesClientOptionalParams } from "./api/healthDataAIServicesContext.js";
9
9
  export declare class HealthDataAIServicesClient {
10
10
  private _client;
@@ -1 +1 @@
1
- {"version":3,"file":"healthDataAIServicesClient.d.ts","sourceRoot":"","sources":["../../src/healthDataAIServicesClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAA6B,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpG,OAAO,EAEL,oCAAoC,EACrC,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAA6B,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpG,OAAO,EAEL,wCAAwC,EAEzC,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;AAEhG,qBAAa,0BAA0B;IACrC,OAAO,CAAC,OAAO,CAA8B;IAC7C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,wCAA6C;IAqBxD,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,4CAA4C;IAC5C,SAAgB,YAAY,EAAE,sBAAsB,CAAC;IACrD,0DAA0D;IAC1D,SAAgB,0BAA0B,EAAE,oCAAoC,CAAC;IACjF,4CAA4C;IAC5C,SAAgB,YAAY,EAAE,sBAAsB,CAAC;CACtD"}
1
+ {"version":3,"file":"healthDataAIServicesClient.d.ts","sourceRoot":"","sources":["../../src/healthDataAIServicesClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAA6B,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpG,OAAO,EAEL,oCAAoC,EACrC,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAA6B,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpG,OAAO,EAGL,wCAAwC,EACzC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;AAEhG,qBAAa,0BAA0B;IACrC,OAAO,CAAC,OAAO,CAA8B;IAC7C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,wCAA6C;IAoBxD,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,4CAA4C;IAC5C,SAAgB,YAAY,EAAE,sBAAsB,CAAC;IACrD,0DAA0D;IAC1D,SAAgB,0BAA0B,EAAE,oCAAoC,CAAC;IACjF,4CAA4C;IAC5C,SAAgB,YAAY,EAAE,sBAAsB,CAAC;CACtD"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.HealthDataAIServicesClient = void 0;
6
6
  const index_js_1 = require("./classic/operations/index.js");
@@ -14,7 +14,7 @@ class HealthDataAIServicesClient {
14
14
  const prefixFromOptions = (_a = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _a === void 0 ? void 0 : _a.userAgentPrefix;
15
15
  const userAgentPrefix = prefixFromOptions
16
16
  ? `${prefixFromOptions} azsdk-js-client`
17
- : "azsdk-js-client";
17
+ : `azsdk-js-client`;
18
18
  this._client = (0, index_js_5.createHealthDataAIServices)(credential, Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix } }));
19
19
  this.pipeline = this._client.pipeline;
20
20
  this.operations = (0, index_js_1.getOperationsOperations)(this._client);
@@ -1 +1 @@
1
- {"version":3,"file":"healthDataAIServicesClient.js","sourceRoot":"","sources":["../../src/healthDataAIServicesClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIlC,4DAA8F;AAC9F,8DAAoG;AACpG,4EAGuD;AACvD,8DAAoG;AACpG,6CAIwB;AAIxB,MAAa,0BAA0B;IAKrC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;;QAEtD,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QAEtB,IAAI,CAAC,OAAO,GAAG,IAAA,qCAA0B,EAAC,UAAU,kCAC/C,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,IACrC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,IAAA,kCAAuB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,YAAY,GAAG,IAAA,oCAAyB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC5E,IAAI,CAAC,0BAA0B,GAAG,IAAA,kDAAuC,EACvE,IAAI,CAAC,OAAO,EACZ,cAAc,CACf,CAAC;QACF,IAAI,CAAC,YAAY,GAAG,IAAA,oCAAyB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAC9E,CAAC;CAUF;AArCD,gEAqCC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getDeidServicesOperations, DeidServicesOperations } from \"./classic/deidServices/index.js\";\nimport {\n getPrivateEndpointConnectionsOperations,\n PrivateEndpointConnectionsOperations,\n} from \"./classic/privateEndpointConnections/index.js\";\nimport { getPrivateLinksOperations, PrivateLinksOperations } from \"./classic/privateLinks/index.js\";\nimport {\n createHealthDataAIServices,\n HealthDataAIServicesClientOptionalParams,\n HealthDataAIServicesContext,\n} from \"./api/index.js\";\n\nexport { HealthDataAIServicesClientOptionalParams } from \"./api/healthDataAIServicesContext.js\";\n\nexport class HealthDataAIServicesClient {\n private _client: HealthDataAIServicesContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: HealthDataAIServicesClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : \"azsdk-js-client\";\n\n this._client = createHealthDataAIServices(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.deidServices = getDeidServicesOperations(this._client, subscriptionId);\n this.privateEndpointConnections = getPrivateEndpointConnectionsOperations(\n this._client,\n subscriptionId,\n );\n this.privateLinks = getPrivateLinksOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for DeidServices */\n public readonly deidServices: DeidServicesOperations;\n /** The operation groups for PrivateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for PrivateLinks */\n public readonly privateLinks: PrivateLinksOperations;\n}\n"]}
1
+ {"version":3,"file":"healthDataAIServicesClient.js","sourceRoot":"","sources":["../../src/healthDataAIServicesClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,4DAA8F;AAC9F,8DAAoG;AACpG,4EAGuD;AACvD,8DAAoG;AACpG,6CAIwB;AAMxB,MAAa,0BAA0B;IAKrC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;;QAEtD,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,IAAA,qCAA0B,EAAC,UAAU,kCAC/C,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,IACrC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,IAAA,kCAAuB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,YAAY,GAAG,IAAA,oCAAyB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC5E,IAAI,CAAC,0BAA0B,GAAG,IAAA,kDAAuC,EACvE,IAAI,CAAC,OAAO,EACZ,cAAc,CACf,CAAC;QACF,IAAI,CAAC,YAAY,GAAG,IAAA,oCAAyB,EAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAC9E,CAAC;CAUF;AApCD,gEAoCC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getDeidServicesOperations, DeidServicesOperations } from \"./classic/deidServices/index.js\";\nimport {\n getPrivateEndpointConnectionsOperations,\n PrivateEndpointConnectionsOperations,\n} from \"./classic/privateEndpointConnections/index.js\";\nimport { getPrivateLinksOperations, PrivateLinksOperations } from \"./classic/privateLinks/index.js\";\nimport {\n createHealthDataAIServices,\n HealthDataAIServicesContext,\n HealthDataAIServicesClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { HealthDataAIServicesClientOptionalParams } from \"./api/healthDataAIServicesContext.js\";\n\nexport class HealthDataAIServicesClient {\n private _client: HealthDataAIServicesContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: HealthDataAIServicesClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createHealthDataAIServices(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.deidServices = getDeidServicesOperations(this._client, subscriptionId);\n this.privateEndpointConnections = getPrivateEndpointConnectionsOperations(\n this._client,\n subscriptionId,\n );\n this.privateLinks = getPrivateLinksOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for DeidServices */\n public readonly deidServices: DeidServicesOperations;\n /** The operation groups for PrivateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for PrivateLinks */\n public readonly privateLinks: PrivateLinksOperations;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.serializeRecord = serializeRecord;
6
6
  function serializeRecord(item, serializer) {
@@ -1 +1 @@
1
- {"version":3,"file":"serializerHelpers.js","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AASlC,0CAqBC;AArBD,SAAgB,eAAe,CAC7B,IAAuB,EACvB,UAA2B;IAE3B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAC7B,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,IAAI,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACrC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;aAAM,IAAI,UAAU,EAAE,CAAC;YACtB,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YACxB,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;gBACxB,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YACzD,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EACD,EAAuB,CACxB,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,CAAM;IACnC,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC;AACzF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport function serializeRecord<T extends string | number | boolean | Date | null, R>(\n item: Record<string, T>,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer: (item: T) => R,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer?: (item: T) => R,\n): Record<string, R> {\n return Object.keys(item).reduce(\n (acc, key) => {\n if (isSupportedRecordType(item[key])) {\n acc[key] = item[key] as any;\n } else if (serializer) {\n const value = item[key];\n if (value !== undefined) {\n acc[key] = serializer(value);\n }\n } else {\n console.warn(`Don't know how to serialize ${item[key]}`);\n acc[key] = item[key] as any;\n }\n return acc;\n },\n {} as Record<string, R>,\n );\n}\n\nfunction isSupportedRecordType(t: any) {\n return [\"number\", \"string\", \"boolean\", \"null\"].includes(typeof t) || t instanceof Date;\n}\n"]}
1
+ {"version":3,"file":"serializerHelpers.js","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AASlC,0CAqBC;AArBD,SAAgB,eAAe,CAC7B,IAAuB,EACvB,UAA2B;IAE3B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAC7B,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,IAAI,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACrC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;aAAM,IAAI,UAAU,EAAE,CAAC;YACtB,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YACxB,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;gBACxB,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YACzD,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EACD,EAAuB,CACxB,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,CAAM;IACnC,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC;AACzF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function serializeRecord<T extends string | number | boolean | Date | null, R>(\n item: Record<string, T>,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer: (item: T) => R,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer?: (item: T) => R,\n): Record<string, R> {\n return Object.keys(item).reduce(\n (acc, key) => {\n if (isSupportedRecordType(item[key])) {\n acc[key] = item[key] as any;\n } else if (serializer) {\n const value = item[key];\n if (value !== undefined) {\n acc[key] = serializer(value);\n }\n } else {\n console.warn(`Don't know how to serialize ${item[key]}`);\n acc[key] = item[key] as any;\n }\n return acc;\n },\n {} as Record<string, R>,\n );\n}\n\nfunction isSupportedRecordType(t: any) {\n return [\"number\", \"string\", \"boolean\", \"null\"].includes(typeof t) || t instanceof Date;\n}\n"]}
@@ -1,5 +1,8 @@
1
- export { HealthDataAIServicesClient, HealthDataAIServicesClientOptionalParams, } from "./healthDataAIServicesClient.js";
1
+ import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
2
+ export { HealthDataAIServicesClient } from "./healthDataAIServicesClient.js";
2
3
  export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
3
- export { Resource, SystemData, KnownCreatedByType, CreatedByType, ProxyResource, PrivateLinkResource, PrivateLinkResourceProperties, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, PrivateEndpointConnectionResource, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, TrackedResource, DeidService, DeidServiceProperties, KnownResourceProvisioningState, ResourceProvisioningState, PrivateEndpointConnection, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, DeidUpdate, ManagedServiceIdentityUpdate, DeidPropertiesUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, Versions, ProvisioningState, OperationsListOptionalParams, DeidServicesGetOptionalParams, DeidServicesListByResourceGroupOptionalParams, DeidServicesListBySubscriptionOptionalParams, DeidServicesCreateOptionalParams, DeidServicesUpdateOptionalParams, DeidServicesDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams, PrivateLinksListByDeidServiceOptionalParams, PageSettings, ContinuablePage, PagedAsyncIterableIterator, } from "./models/index.js";
4
+ export { PrivateLinkResource, PrivateLinkResourceProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, PrivateEndpointConnectionResource, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, DeidService, DeidServiceProperties, KnownProvisioningState, ProvisioningState, PrivateEndpointConnection, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, DeidUpdate, ManagedServiceIdentityUpdate, DeidPropertiesUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
5
+ export { HealthDataAIServicesClientOptionalParams, OperationsListOptionalParams, DeidServicesGetOptionalParams, DeidServicesListByResourceGroupOptionalParams, DeidServicesListBySubscriptionOptionalParams, DeidServicesCreateOptionalParams, DeidServicesUpdateOptionalParams, DeidServicesDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams, PrivateLinksListByDeidServiceOptionalParams, } from "./api/index.js";
4
6
  export { DeidServicesOperations, OperationsOperations, PrivateEndpointConnectionsOperations, PrivateLinksOperations, } from "./classic/index.js";
7
+ export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
5
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,wCAAwC,GACzC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,6BAA6B,EAC7B,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,iCAAiC,EACjC,mCAAmC,EACnC,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,sCAAsC,EACtC,+CAA+C,EAC/C,0CAA0C,EAC1C,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,8BAA8B,EAC9B,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,UAAU,EACV,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,QAAQ,EACR,iBAAiB,EACjB,4BAA4B,EAC5B,6BAA6B,EAC7B,6CAA6C,EAC7C,4CAA4C,EAC5C,gCAAgC,EAChC,gCAAgC,EAChC,gCAAgC,EAChC,2CAA2C,EAC3C,8CAA8C,EAC9C,8CAA8C,EAC9C,yDAAyD,EACzD,2CAA2C,EAC3C,YAAY,EACZ,eAAe,EACf,0BAA0B,GAC3B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,sBAAsB,EACtB,oBAAoB,EACpB,oCAAoC,EACpC,sBAAsB,GACvB,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,mBAAmB,EACnB,6BAA6B,EAC7B,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,iCAAiC,EACjC,mCAAmC,EACnC,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,sCAAsC,EACtC,+CAA+C,EAC/C,0CAA0C,EAC1C,WAAW,EACX,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,UAAU,EACV,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,wCAAwC,EACxC,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,gBAAgB,CAAC;AACxB,OAAO,EACL,sBAAsB,EACtB,oBAAoB,EACpB,oCAAoC,EACpC,sBAAsB,GACvB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownResourceProvisioningState = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownCreatedByType = exports.restorePoller = exports.HealthDataAIServicesClient = void 0;
5
+ exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownProvisioningState = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownCreatedByType = exports.restorePoller = exports.HealthDataAIServicesClient = void 0;
6
6
  var healthDataAIServicesClient_js_1 = require("./healthDataAIServicesClient.js");
7
7
  Object.defineProperty(exports, "HealthDataAIServicesClient", { enumerable: true, get: function () { return healthDataAIServicesClient_js_1.HealthDataAIServicesClient; } });
8
8
  var restorePollerHelpers_js_1 = require("./restorePollerHelpers.js");
@@ -11,8 +11,9 @@ var index_js_1 = require("./models/index.js");
11
11
  Object.defineProperty(exports, "KnownCreatedByType", { enumerable: true, get: function () { return index_js_1.KnownCreatedByType; } });
12
12
  Object.defineProperty(exports, "KnownPrivateEndpointServiceConnectionStatus", { enumerable: true, get: function () { return index_js_1.KnownPrivateEndpointServiceConnectionStatus; } });
13
13
  Object.defineProperty(exports, "KnownPrivateEndpointConnectionProvisioningState", { enumerable: true, get: function () { return index_js_1.KnownPrivateEndpointConnectionProvisioningState; } });
14
- Object.defineProperty(exports, "KnownResourceProvisioningState", { enumerable: true, get: function () { return index_js_1.KnownResourceProvisioningState; } });
14
+ Object.defineProperty(exports, "KnownProvisioningState", { enumerable: true, get: function () { return index_js_1.KnownProvisioningState; } });
15
15
  Object.defineProperty(exports, "KnownManagedServiceIdentityType", { enumerable: true, get: function () { return index_js_1.KnownManagedServiceIdentityType; } });
16
16
  Object.defineProperty(exports, "KnownOrigin", { enumerable: true, get: function () { return index_js_1.KnownOrigin; } });
17
17
  Object.defineProperty(exports, "KnownActionType", { enumerable: true, get: function () { return index_js_1.KnownActionType; } });
18
+ Object.defineProperty(exports, "KnownVersions", { enumerable: true, get: function () { return index_js_1.KnownVersions; } });
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,iFAGyC;AAFvC,2IAAA,0BAA0B,OAAA;AAG5B,qEAAgF;AAAvE,wHAAA,aAAa,OAAA;AACtB,8CAwD2B;AArDzB,8GAAA,kBAAkB,OAAA;AAYlB,uIAAA,2CAA2C,OAAA;AAE3C,2IAAA,+CAA+C,OAAA;AAK/C,0HAAA,8BAA8B,OAAA;AAK9B,2HAAA,+BAA+B,OAAA;AAQ/B,uGAAA,WAAW,OAAA;AAEX,2GAAA,eAAe,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport {\n HealthDataAIServicesClient,\n HealthDataAIServicesClientOptionalParams,\n} from \"./healthDataAIServicesClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ProxyResource,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n PrivateEndpointConnectionResource,\n PrivateEndpointConnectionProperties,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n PrivateEndpointConnectionProvisioningState,\n TrackedResource,\n DeidService,\n DeidServiceProperties,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PrivateEndpointConnection,\n PublicNetworkAccess,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n DeidUpdate,\n ManagedServiceIdentityUpdate,\n DeidPropertiesUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n Versions,\n ProvisioningState,\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 PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./models/index.js\";\nexport {\n DeidServicesOperations,\n OperationsOperations,\n PrivateEndpointConnectionsOperations,\n PrivateLinksOperations,\n} from \"./classic/index.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAQlC,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA;AACnC,qEAAgF;AAAvE,wHAAA,aAAa,OAAA;AACtB,8CAqC2B;AA/BzB,8GAAA,kBAAkB,OAAA;AAMlB,uIAAA,2CAA2C,OAAA;AAE3C,2IAAA,+CAA+C,OAAA;AAI/C,kHAAA,sBAAsB,OAAA;AAKtB,2HAAA,+BAA+B,OAAA;AAS/B,uGAAA,WAAW,OAAA;AAEX,2GAAA,eAAe,OAAA;AAEf,yGAAA,aAAa,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { HealthDataAIServicesClient } from \"./healthDataAIServicesClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n PrivateEndpointConnectionResource,\n PrivateEndpointConnectionProperties,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n PrivateEndpointConnectionProvisioningState,\n DeidService,\n DeidServiceProperties,\n KnownProvisioningState,\n ProvisioningState,\n PrivateEndpointConnection,\n PublicNetworkAccess,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n DeidUpdate,\n ManagedServiceIdentityUpdate,\n DeidPropertiesUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n HealthDataAIServicesClientOptionalParams,\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 \"./api/index.js\";\nexport {\n DeidServicesOperations,\n OperationsOperations,\n PrivateEndpointConnectionsOperations,\n PrivateLinksOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.logger = void 0;
6
6
  const logger_1 = require("@azure/logger");
@@ -1 +1 @@
1
- {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,0CAAmD;AACtC,QAAA,MAAM,GAAG,IAAA,2BAAkB,EAAC,0BAA0B,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-healthdataaiservices\");\n"]}
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,0CAAmD;AACtC,QAAA,MAAM,GAAG,IAAA,2BAAkB,EAAC,0BAA0B,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-healthdataaiservices\");\n"]}
@@ -1,4 +1,2 @@
1
- export { Resource, SystemData, KnownCreatedByType, CreatedByType, ProxyResource, PrivateLinkResource, PrivateLinkResourceProperties, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, PrivateEndpointConnectionResource, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, TrackedResource, DeidService, DeidServiceProperties, KnownResourceProvisioningState, ResourceProvisioningState, PrivateEndpointConnection, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, DeidUpdate, ManagedServiceIdentityUpdate, DeidPropertiesUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, Versions, ProvisioningState, } from "./models.js";
2
- export { OperationsListOptionalParams, DeidServicesGetOptionalParams, DeidServicesListByResourceGroupOptionalParams, DeidServicesListBySubscriptionOptionalParams, DeidServicesCreateOptionalParams, DeidServicesUpdateOptionalParams, DeidServicesDeleteOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsCreateOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByDeidServiceOptionalParams, PrivateLinksListByDeidServiceOptionalParams, } from "./options.js";
3
- export { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./pagingTypes.js";
1
+ export { PrivateLinkResource, PrivateLinkResourceProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, PrivateEndpointConnectionResource, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownPrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, PrivateEndpointConnectionProvisioningState, DeidService, DeidServiceProperties, KnownProvisioningState, ProvisioningState, PrivateEndpointConnection, PublicNetworkAccess, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, DeidUpdate, ManagedServiceIdentityUpdate, DeidPropertiesUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
4
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,mBAAmB,EACnB,6BAA6B,EAC7B,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,iCAAiC,EACjC,mCAAmC,EACnC,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,sCAAsC,EACtC,+CAA+C,EAC/C,0CAA0C,EAC1C,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,8BAA8B,EAC9B,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,UAAU,EACV,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,QAAQ,EACR,iBAAiB,GAClB,MAAM,aAAa,CAAC;AACrB,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,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,mBAAmB,EACnB,6BAA6B,EAC7B,aAAa,EACb,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,iCAAiC,EACjC,mCAAmC,EACnC,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,sCAAsC,EACtC,+CAA+C,EAC/C,0CAA0C,EAC1C,WAAW,EACX,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,UAAU,EACV,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
@@ -1,14 +1,15 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
3
+ // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownResourceProvisioningState = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownCreatedByType = void 0;
5
+ exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownProvisioningState = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownCreatedByType = void 0;
6
6
  var models_js_1 = require("./models.js");
7
7
  Object.defineProperty(exports, "KnownCreatedByType", { enumerable: true, get: function () { return models_js_1.KnownCreatedByType; } });
8
8
  Object.defineProperty(exports, "KnownPrivateEndpointServiceConnectionStatus", { enumerable: true, get: function () { return models_js_1.KnownPrivateEndpointServiceConnectionStatus; } });
9
9
  Object.defineProperty(exports, "KnownPrivateEndpointConnectionProvisioningState", { enumerable: true, get: function () { return models_js_1.KnownPrivateEndpointConnectionProvisioningState; } });
10
- Object.defineProperty(exports, "KnownResourceProvisioningState", { enumerable: true, get: function () { return models_js_1.KnownResourceProvisioningState; } });
10
+ Object.defineProperty(exports, "KnownProvisioningState", { enumerable: true, get: function () { return models_js_1.KnownProvisioningState; } });
11
11
  Object.defineProperty(exports, "KnownManagedServiceIdentityType", { enumerable: true, get: function () { return models_js_1.KnownManagedServiceIdentityType; } });
12
12
  Object.defineProperty(exports, "KnownOrigin", { enumerable: true, get: function () { return models_js_1.KnownOrigin; } });
13
13
  Object.defineProperty(exports, "KnownActionType", { enumerable: true, get: function () { return models_js_1.KnownActionType; } });
14
+ Object.defineProperty(exports, "KnownVersions", { enumerable: true, get: function () { return models_js_1.KnownVersions; } });
14
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,yCAyCqB;AAtCnB,+GAAA,kBAAkB,OAAA;AAYlB,wIAAA,2CAA2C,OAAA;AAE3C,4IAAA,+CAA+C,OAAA;AAK/C,2HAAA,8BAA8B,OAAA;AAK9B,4HAAA,+BAA+B,OAAA;AAQ/B,wGAAA,WAAW,OAAA;AAEX,4GAAA,eAAe,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport {\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ProxyResource,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n PrivateEndpointConnectionResource,\n PrivateEndpointConnectionProperties,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n PrivateEndpointConnectionProvisioningState,\n TrackedResource,\n DeidService,\n DeidServiceProperties,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PrivateEndpointConnection,\n PublicNetworkAccess,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n DeidUpdate,\n ManagedServiceIdentityUpdate,\n DeidPropertiesUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n Versions,\n ProvisioningState,\n} from \"./models.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 { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from \"./pagingTypes.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,yCAqCqB;AA/BnB,+GAAA,kBAAkB,OAAA;AAMlB,wIAAA,2CAA2C,OAAA;AAE3C,4IAAA,+CAA+C,OAAA;AAI/C,mHAAA,sBAAsB,OAAA;AAKtB,4HAAA,+BAA+B,OAAA;AAS/B,wGAAA,WAAW,OAAA;AAEX,4GAAA,eAAe,OAAA;AAEf,0GAAA,aAAa,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n PrivateEndpointConnectionResource,\n PrivateEndpointConnectionProperties,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n KnownPrivateEndpointServiceConnectionStatus,\n PrivateEndpointServiceConnectionStatus,\n KnownPrivateEndpointConnectionProvisioningState,\n PrivateEndpointConnectionProvisioningState,\n DeidService,\n DeidServiceProperties,\n KnownProvisioningState,\n ProvisioningState,\n PrivateEndpointConnection,\n PublicNetworkAccess,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n DeidUpdate,\n ManagedServiceIdentityUpdate,\n DeidPropertiesUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}