@azure/arm-durabletask 1.0.0-beta.2 → 1.1.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 (433) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/api/durableTaskContext.d.ts +8 -5
  3. package/dist/browser/api/durableTaskContext.js +12 -23
  4. package/dist/browser/api/durableTaskContext.js.map +1 -1
  5. package/dist/browser/api/index.d.ts +2 -1
  6. package/dist/browser/api/index.js +1 -1
  7. package/dist/browser/api/index.js.map +1 -1
  8. package/dist/browser/api/operations/index.d.ts +1 -1
  9. package/dist/browser/api/operations/index.js.map +1 -1
  10. package/dist/browser/api/operations/operations.d.ts +5 -5
  11. package/dist/browser/api/operations/operations.js +9 -7
  12. package/dist/browser/api/operations/operations.js.map +1 -1
  13. package/dist/browser/api/operations/options.d.ts +1 -1
  14. package/dist/browser/api/operations/options.js.map +1 -1
  15. package/dist/browser/api/retentionPolicies/index.d.ts +1 -1
  16. package/dist/browser/api/retentionPolicies/index.js.map +1 -1
  17. package/dist/browser/api/retentionPolicies/operations.d.ts +6 -6
  18. package/dist/browser/api/retentionPolicies/operations.js +51 -45
  19. package/dist/browser/api/retentionPolicies/operations.js.map +1 -1
  20. package/dist/browser/api/retentionPolicies/options.d.ts +1 -1
  21. package/dist/browser/api/retentionPolicies/options.js.map +1 -1
  22. package/dist/browser/api/schedulers/index.d.ts +2 -2
  23. package/dist/browser/api/schedulers/index.js +1 -1
  24. package/dist/browser/api/schedulers/index.js.map +1 -1
  25. package/dist/browser/api/schedulers/operations.d.ts +34 -6
  26. package/dist/browser/api/schedulers/operations.js +270 -39
  27. package/dist/browser/api/schedulers/operations.js.map +1 -1
  28. package/dist/browser/api/schedulers/options.d.ts +28 -1
  29. package/dist/browser/api/schedulers/options.js.map +1 -1
  30. package/dist/browser/api/taskHubs/index.d.ts +1 -1
  31. package/dist/browser/api/taskHubs/index.js.map +1 -1
  32. package/dist/browser/api/taskHubs/operations.d.ts +6 -6
  33. package/dist/browser/api/taskHubs/operations.js +34 -25
  34. package/dist/browser/api/taskHubs/operations.js.map +1 -1
  35. package/dist/browser/api/taskHubs/options.d.ts +1 -1
  36. package/dist/browser/api/taskHubs/options.js.map +1 -1
  37. package/dist/browser/classic/index.d.ts +4 -4
  38. package/dist/browser/classic/index.js.map +1 -1
  39. package/dist/browser/classic/operations/index.d.ts +4 -4
  40. package/dist/browser/classic/operations/index.js +3 -1
  41. package/dist/browser/classic/operations/index.js.map +1 -1
  42. package/dist/browser/classic/retentionPolicies/index.d.ts +5 -5
  43. package/dist/browser/classic/retentionPolicies/index.js +3 -1
  44. package/dist/browser/classic/retentionPolicies/index.js.map +1 -1
  45. package/dist/browser/classic/schedulers/index.d.ts +19 -5
  46. package/dist/browser/classic/schedulers/index.js +11 -2
  47. package/dist/browser/classic/schedulers/index.js.map +1 -1
  48. package/dist/browser/classic/taskHubs/index.d.ts +5 -5
  49. package/dist/browser/classic/taskHubs/index.js +3 -1
  50. package/dist/browser/classic/taskHubs/index.js.map +1 -1
  51. package/dist/browser/durableTaskClient.d.ts +8 -8
  52. package/dist/browser/durableTaskClient.js +20 -7
  53. package/dist/browser/durableTaskClient.js.map +1 -1
  54. package/dist/browser/index.d.ts +16 -10
  55. package/dist/browser/index.js +3 -1
  56. package/dist/browser/index.js.map +1 -1
  57. package/dist/browser/models/index.d.ts +2 -1
  58. package/dist/browser/models/index.js +1 -1
  59. package/dist/browser/models/index.js.map +1 -1
  60. package/dist/browser/models/models.d.ts +187 -21
  61. package/dist/browser/models/models.js +195 -14
  62. package/dist/browser/models/models.js.map +1 -1
  63. package/dist/browser/restorePollerHelpers.d.ts +4 -4
  64. package/dist/browser/restorePollerHelpers.js +35 -40
  65. package/dist/browser/restorePollerHelpers.js.map +1 -1
  66. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  68. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  69. package/dist/browser/static-helpers/pagingHelpers.d.ts +3 -1
  70. package/dist/browser/static-helpers/pagingHelpers.js +59 -53
  71. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  72. package/dist/browser/static-helpers/pollingHelpers.d.ts +7 -3
  73. package/dist/browser/static-helpers/pollingHelpers.js +33 -14
  74. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  75. package/dist/browser/static-helpers/urlTemplate.js +43 -12
  76. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  77. package/dist/commonjs/api/durableTaskContext.d.ts +8 -5
  78. package/dist/commonjs/api/durableTaskContext.js +43 -35
  79. package/dist/commonjs/api/durableTaskContext.js.map +7 -1
  80. package/dist/commonjs/api/index.d.ts +2 -1
  81. package/dist/commonjs/api/index.js +28 -8
  82. package/dist/commonjs/api/index.js.map +7 -1
  83. package/dist/commonjs/api/operations/index.d.ts +1 -1
  84. package/dist/commonjs/api/operations/index.js +28 -8
  85. package/dist/commonjs/api/operations/index.js.map +7 -1
  86. package/dist/commonjs/api/operations/operations.d.ts +5 -5
  87. package/dist/commonjs/api/operations/operations.js +62 -28
  88. package/dist/commonjs/api/operations/operations.js.map +7 -1
  89. package/dist/commonjs/api/operations/options.d.ts +1 -1
  90. package/dist/commonjs/api/operations/options.js +16 -5
  91. package/dist/commonjs/api/operations/options.js.map +7 -1
  92. package/dist/commonjs/api/retentionPolicies/index.d.ts +1 -1
  93. package/dist/commonjs/api/retentionPolicies/index.js +36 -12
  94. package/dist/commonjs/api/retentionPolicies/index.js.map +7 -1
  95. package/dist/commonjs/api/retentionPolicies/operations.d.ts +6 -6
  96. package/dist/commonjs/api/retentionPolicies/operations.js +210 -153
  97. package/dist/commonjs/api/retentionPolicies/operations.js.map +7 -1
  98. package/dist/commonjs/api/retentionPolicies/options.d.ts +1 -1
  99. package/dist/commonjs/api/retentionPolicies/options.js +16 -5
  100. package/dist/commonjs/api/retentionPolicies/options.js.map +7 -1
  101. package/dist/commonjs/api/schedulers/index.d.ts +2 -2
  102. package/dist/commonjs/api/schedulers/index.js +52 -13
  103. package/dist/commonjs/api/schedulers/index.js.map +7 -1
  104. package/dist/commonjs/api/schedulers/operations.d.ts +34 -6
  105. package/dist/commonjs/api/schedulers/operations.js +577 -161
  106. package/dist/commonjs/api/schedulers/operations.js.map +7 -1
  107. package/dist/commonjs/api/schedulers/options.d.ts +28 -1
  108. package/dist/commonjs/api/schedulers/options.js +16 -5
  109. package/dist/commonjs/api/schedulers/options.js.map +7 -1
  110. package/dist/commonjs/api/taskHubs/index.d.ts +1 -1
  111. package/dist/commonjs/api/taskHubs/index.js +34 -11
  112. package/dist/commonjs/api/taskHubs/index.js.map +7 -1
  113. package/dist/commonjs/api/taskHubs/operations.d.ts +6 -6
  114. package/dist/commonjs/api/taskHubs/operations.js +178 -117
  115. package/dist/commonjs/api/taskHubs/operations.js.map +7 -1
  116. package/dist/commonjs/api/taskHubs/options.d.ts +1 -1
  117. package/dist/commonjs/api/taskHubs/options.js +16 -5
  118. package/dist/commonjs/api/taskHubs/options.js.map +7 -1
  119. package/dist/commonjs/classic/index.d.ts +4 -4
  120. package/dist/commonjs/classic/index.js +16 -5
  121. package/dist/commonjs/classic/index.js.map +7 -1
  122. package/dist/commonjs/classic/operations/index.d.ts +4 -4
  123. package/dist/commonjs/classic/operations/index.js +34 -11
  124. package/dist/commonjs/classic/operations/index.js.map +7 -1
  125. package/dist/commonjs/classic/retentionPolicies/index.d.ts +5 -5
  126. package/dist/commonjs/classic/retentionPolicies/index.js +38 -15
  127. package/dist/commonjs/classic/retentionPolicies/index.js.map +7 -1
  128. package/dist/commonjs/classic/schedulers/index.d.ts +19 -5
  129. package/dist/commonjs/classic/schedulers/index.js +72 -16
  130. package/dist/commonjs/classic/schedulers/index.js.map +7 -1
  131. package/dist/commonjs/classic/taskHubs/index.d.ts +5 -5
  132. package/dist/commonjs/classic/taskHubs/index.js +37 -14
  133. package/dist/commonjs/classic/taskHubs/index.js.map +7 -1
  134. package/dist/commonjs/durableTaskClient.d.ts +8 -8
  135. package/dist/commonjs/durableTaskClient.js +56 -25
  136. package/dist/commonjs/durableTaskClient.js.map +7 -1
  137. package/dist/commonjs/index.d.ts +16 -10
  138. package/dist/commonjs/index.js +57 -18
  139. package/dist/commonjs/index.js.map +7 -1
  140. package/dist/commonjs/logger.js +29 -8
  141. package/dist/commonjs/logger.js.map +7 -1
  142. package/dist/commonjs/models/index.d.ts +2 -1
  143. package/dist/commonjs/models/index.js +48 -14
  144. package/dist/commonjs/models/index.js.map +7 -1
  145. package/dist/commonjs/models/models.d.ts +187 -21
  146. package/dist/commonjs/models/models.js +560 -368
  147. package/dist/commonjs/models/models.js.map +7 -1
  148. package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
  149. package/dist/commonjs/restorePollerHelpers.js +117 -112
  150. package/dist/commonjs/restorePollerHelpers.js.map +7 -1
  151. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  152. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  153. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  154. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +3 -1
  155. package/dist/commonjs/static-helpers/pagingHelpers.js +131 -128
  156. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
  157. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +7 -3
  158. package/dist/commonjs/static-helpers/pollingHelpers.js +95 -73
  159. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
  160. package/dist/commonjs/static-helpers/urlTemplate.js +167 -142
  161. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
  162. package/dist/commonjs/tsdoc-metadata.json +11 -11
  163. package/dist/esm/api/durableTaskContext.d.ts +8 -5
  164. package/dist/esm/api/durableTaskContext.js +12 -23
  165. package/dist/esm/api/durableTaskContext.js.map +1 -1
  166. package/dist/esm/api/index.d.ts +2 -1
  167. package/dist/esm/api/index.js +1 -1
  168. package/dist/esm/api/index.js.map +1 -1
  169. package/dist/esm/api/operations/index.d.ts +1 -1
  170. package/dist/esm/api/operations/index.js.map +1 -1
  171. package/dist/esm/api/operations/operations.d.ts +5 -5
  172. package/dist/esm/api/operations/operations.js +9 -7
  173. package/dist/esm/api/operations/operations.js.map +1 -1
  174. package/dist/esm/api/operations/options.d.ts +1 -1
  175. package/dist/esm/api/operations/options.js.map +1 -1
  176. package/dist/esm/api/retentionPolicies/index.d.ts +1 -1
  177. package/dist/esm/api/retentionPolicies/index.js.map +1 -1
  178. package/dist/esm/api/retentionPolicies/operations.d.ts +6 -6
  179. package/dist/esm/api/retentionPolicies/operations.js +51 -45
  180. package/dist/esm/api/retentionPolicies/operations.js.map +1 -1
  181. package/dist/esm/api/retentionPolicies/options.d.ts +1 -1
  182. package/dist/esm/api/retentionPolicies/options.js.map +1 -1
  183. package/dist/esm/api/schedulers/index.d.ts +2 -2
  184. package/dist/esm/api/schedulers/index.js +1 -1
  185. package/dist/esm/api/schedulers/index.js.map +1 -1
  186. package/dist/esm/api/schedulers/operations.d.ts +34 -6
  187. package/dist/esm/api/schedulers/operations.js +270 -39
  188. package/dist/esm/api/schedulers/operations.js.map +1 -1
  189. package/dist/esm/api/schedulers/options.d.ts +28 -1
  190. package/dist/esm/api/schedulers/options.js.map +1 -1
  191. package/dist/esm/api/taskHubs/index.d.ts +1 -1
  192. package/dist/esm/api/taskHubs/index.js.map +1 -1
  193. package/dist/esm/api/taskHubs/operations.d.ts +6 -6
  194. package/dist/esm/api/taskHubs/operations.js +34 -25
  195. package/dist/esm/api/taskHubs/operations.js.map +1 -1
  196. package/dist/esm/api/taskHubs/options.d.ts +1 -1
  197. package/dist/esm/api/taskHubs/options.js.map +1 -1
  198. package/dist/esm/classic/index.d.ts +4 -4
  199. package/dist/esm/classic/index.js.map +1 -1
  200. package/dist/esm/classic/operations/index.d.ts +4 -4
  201. package/dist/esm/classic/operations/index.js +3 -1
  202. package/dist/esm/classic/operations/index.js.map +1 -1
  203. package/dist/esm/classic/retentionPolicies/index.d.ts +5 -5
  204. package/dist/esm/classic/retentionPolicies/index.js +3 -1
  205. package/dist/esm/classic/retentionPolicies/index.js.map +1 -1
  206. package/dist/esm/classic/schedulers/index.d.ts +19 -5
  207. package/dist/esm/classic/schedulers/index.js +11 -2
  208. package/dist/esm/classic/schedulers/index.js.map +1 -1
  209. package/dist/esm/classic/taskHubs/index.d.ts +5 -5
  210. package/dist/esm/classic/taskHubs/index.js +3 -1
  211. package/dist/esm/classic/taskHubs/index.js.map +1 -1
  212. package/dist/esm/durableTaskClient.d.ts +8 -8
  213. package/dist/esm/durableTaskClient.js +20 -7
  214. package/dist/esm/durableTaskClient.js.map +1 -1
  215. package/dist/esm/index.d.ts +16 -10
  216. package/dist/esm/index.js +3 -1
  217. package/dist/esm/index.js.map +1 -1
  218. package/dist/esm/models/index.d.ts +2 -1
  219. package/dist/esm/models/index.js +1 -1
  220. package/dist/esm/models/index.js.map +1 -1
  221. package/dist/esm/models/models.d.ts +187 -21
  222. package/dist/esm/models/models.js +195 -14
  223. package/dist/esm/models/models.js.map +1 -1
  224. package/dist/esm/restorePollerHelpers.d.ts +4 -4
  225. package/dist/esm/restorePollerHelpers.js +35 -40
  226. package/dist/esm/restorePollerHelpers.js.map +1 -1
  227. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  228. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  229. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  230. package/dist/esm/static-helpers/pagingHelpers.d.ts +3 -1
  231. package/dist/esm/static-helpers/pagingHelpers.js +59 -53
  232. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  233. package/dist/esm/static-helpers/pollingHelpers.d.ts +7 -3
  234. package/dist/esm/static-helpers/pollingHelpers.js +33 -14
  235. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  236. package/dist/esm/static-helpers/urlTemplate.js +43 -12
  237. package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
  238. package/dist/react-native/api/durableTaskContext.d.ts +8 -5
  239. package/dist/react-native/api/durableTaskContext.js +12 -23
  240. package/dist/react-native/api/durableTaskContext.js.map +1 -1
  241. package/dist/react-native/api/index.d.ts +2 -1
  242. package/dist/react-native/api/index.js +1 -1
  243. package/dist/react-native/api/index.js.map +1 -1
  244. package/dist/react-native/api/operations/index.d.ts +1 -1
  245. package/dist/react-native/api/operations/index.js.map +1 -1
  246. package/dist/react-native/api/operations/operations.d.ts +5 -5
  247. package/dist/react-native/api/operations/operations.js +9 -7
  248. package/dist/react-native/api/operations/operations.js.map +1 -1
  249. package/dist/react-native/api/operations/options.d.ts +1 -1
  250. package/dist/react-native/api/operations/options.js.map +1 -1
  251. package/dist/react-native/api/retentionPolicies/index.d.ts +1 -1
  252. package/dist/react-native/api/retentionPolicies/index.js.map +1 -1
  253. package/dist/react-native/api/retentionPolicies/operations.d.ts +6 -6
  254. package/dist/react-native/api/retentionPolicies/operations.js +51 -45
  255. package/dist/react-native/api/retentionPolicies/operations.js.map +1 -1
  256. package/dist/react-native/api/retentionPolicies/options.d.ts +1 -1
  257. package/dist/react-native/api/retentionPolicies/options.js.map +1 -1
  258. package/dist/react-native/api/schedulers/index.d.ts +2 -2
  259. package/dist/react-native/api/schedulers/index.js +1 -1
  260. package/dist/react-native/api/schedulers/index.js.map +1 -1
  261. package/dist/react-native/api/schedulers/operations.d.ts +34 -6
  262. package/dist/react-native/api/schedulers/operations.js +270 -39
  263. package/dist/react-native/api/schedulers/operations.js.map +1 -1
  264. package/dist/react-native/api/schedulers/options.d.ts +28 -1
  265. package/dist/react-native/api/schedulers/options.js.map +1 -1
  266. package/dist/react-native/api/taskHubs/index.d.ts +1 -1
  267. package/dist/react-native/api/taskHubs/index.js.map +1 -1
  268. package/dist/react-native/api/taskHubs/operations.d.ts +6 -6
  269. package/dist/react-native/api/taskHubs/operations.js +34 -25
  270. package/dist/react-native/api/taskHubs/operations.js.map +1 -1
  271. package/dist/react-native/api/taskHubs/options.d.ts +1 -1
  272. package/dist/react-native/api/taskHubs/options.js.map +1 -1
  273. package/dist/react-native/classic/index.d.ts +4 -4
  274. package/dist/react-native/classic/index.js.map +1 -1
  275. package/dist/react-native/classic/operations/index.d.ts +4 -4
  276. package/dist/react-native/classic/operations/index.js +3 -1
  277. package/dist/react-native/classic/operations/index.js.map +1 -1
  278. package/dist/react-native/classic/retentionPolicies/index.d.ts +5 -5
  279. package/dist/react-native/classic/retentionPolicies/index.js +3 -1
  280. package/dist/react-native/classic/retentionPolicies/index.js.map +1 -1
  281. package/dist/react-native/classic/schedulers/index.d.ts +19 -5
  282. package/dist/react-native/classic/schedulers/index.js +11 -2
  283. package/dist/react-native/classic/schedulers/index.js.map +1 -1
  284. package/dist/react-native/classic/taskHubs/index.d.ts +5 -5
  285. package/dist/react-native/classic/taskHubs/index.js +3 -1
  286. package/dist/react-native/classic/taskHubs/index.js.map +1 -1
  287. package/dist/react-native/durableTaskClient.d.ts +8 -8
  288. package/dist/react-native/durableTaskClient.js +20 -7
  289. package/dist/react-native/durableTaskClient.js.map +1 -1
  290. package/dist/react-native/index.d.ts +16 -10
  291. package/dist/react-native/index.js +3 -1
  292. package/dist/react-native/index.js.map +1 -1
  293. package/dist/react-native/models/index.d.ts +2 -1
  294. package/dist/react-native/models/index.js +1 -1
  295. package/dist/react-native/models/index.js.map +1 -1
  296. package/dist/react-native/models/models.d.ts +187 -21
  297. package/dist/react-native/models/models.js +195 -14
  298. package/dist/react-native/models/models.js.map +1 -1
  299. package/dist/react-native/restorePollerHelpers.d.ts +4 -4
  300. package/dist/react-native/restorePollerHelpers.js +35 -40
  301. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  302. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  303. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  304. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  305. package/dist/react-native/static-helpers/pagingHelpers.d.ts +3 -1
  306. package/dist/react-native/static-helpers/pagingHelpers.js +59 -53
  307. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  308. package/dist/react-native/static-helpers/pollingHelpers.d.ts +7 -3
  309. package/dist/react-native/static-helpers/pollingHelpers.js +33 -14
  310. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  311. package/dist/react-native/static-helpers/urlTemplate.js +43 -12
  312. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  313. package/package.json +55 -72
  314. package/CHANGELOG.md +0 -26
  315. package/dist/browser/api/durableTaskContext.d.ts.map +0 -1
  316. package/dist/browser/api/index.d.ts.map +0 -1
  317. package/dist/browser/api/operations/index.d.ts.map +0 -1
  318. package/dist/browser/api/operations/operations.d.ts.map +0 -1
  319. package/dist/browser/api/operations/options.d.ts.map +0 -1
  320. package/dist/browser/api/retentionPolicies/index.d.ts.map +0 -1
  321. package/dist/browser/api/retentionPolicies/operations.d.ts.map +0 -1
  322. package/dist/browser/api/retentionPolicies/options.d.ts.map +0 -1
  323. package/dist/browser/api/schedulers/index.d.ts.map +0 -1
  324. package/dist/browser/api/schedulers/operations.d.ts.map +0 -1
  325. package/dist/browser/api/schedulers/options.d.ts.map +0 -1
  326. package/dist/browser/api/taskHubs/index.d.ts.map +0 -1
  327. package/dist/browser/api/taskHubs/operations.d.ts.map +0 -1
  328. package/dist/browser/api/taskHubs/options.d.ts.map +0 -1
  329. package/dist/browser/classic/index.d.ts.map +0 -1
  330. package/dist/browser/classic/operations/index.d.ts.map +0 -1
  331. package/dist/browser/classic/retentionPolicies/index.d.ts.map +0 -1
  332. package/dist/browser/classic/schedulers/index.d.ts.map +0 -1
  333. package/dist/browser/classic/taskHubs/index.d.ts.map +0 -1
  334. package/dist/browser/durableTaskClient.d.ts.map +0 -1
  335. package/dist/browser/index.d.ts.map +0 -1
  336. package/dist/browser/logger.d.ts.map +0 -1
  337. package/dist/browser/models/index.d.ts.map +0 -1
  338. package/dist/browser/models/models.d.ts.map +0 -1
  339. package/dist/browser/restorePollerHelpers.d.ts.map +0 -1
  340. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +0 -1
  341. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +0 -1
  342. package/dist/browser/static-helpers/urlTemplate.d.ts.map +0 -1
  343. package/dist/commonjs/api/durableTaskContext.d.ts.map +0 -1
  344. package/dist/commonjs/api/index.d.ts.map +0 -1
  345. package/dist/commonjs/api/operations/index.d.ts.map +0 -1
  346. package/dist/commonjs/api/operations/operations.d.ts.map +0 -1
  347. package/dist/commonjs/api/operations/options.d.ts.map +0 -1
  348. package/dist/commonjs/api/retentionPolicies/index.d.ts.map +0 -1
  349. package/dist/commonjs/api/retentionPolicies/operations.d.ts.map +0 -1
  350. package/dist/commonjs/api/retentionPolicies/options.d.ts.map +0 -1
  351. package/dist/commonjs/api/schedulers/index.d.ts.map +0 -1
  352. package/dist/commonjs/api/schedulers/operations.d.ts.map +0 -1
  353. package/dist/commonjs/api/schedulers/options.d.ts.map +0 -1
  354. package/dist/commonjs/api/taskHubs/index.d.ts.map +0 -1
  355. package/dist/commonjs/api/taskHubs/operations.d.ts.map +0 -1
  356. package/dist/commonjs/api/taskHubs/options.d.ts.map +0 -1
  357. package/dist/commonjs/classic/index.d.ts.map +0 -1
  358. package/dist/commonjs/classic/operations/index.d.ts.map +0 -1
  359. package/dist/commonjs/classic/retentionPolicies/index.d.ts.map +0 -1
  360. package/dist/commonjs/classic/schedulers/index.d.ts.map +0 -1
  361. package/dist/commonjs/classic/taskHubs/index.d.ts.map +0 -1
  362. package/dist/commonjs/durableTaskClient.d.ts.map +0 -1
  363. package/dist/commonjs/index.d.ts.map +0 -1
  364. package/dist/commonjs/logger.d.ts.map +0 -1
  365. package/dist/commonjs/models/index.d.ts.map +0 -1
  366. package/dist/commonjs/models/models.d.ts.map +0 -1
  367. package/dist/commonjs/restorePollerHelpers.d.ts.map +0 -1
  368. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +0 -1
  369. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +0 -1
  370. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +0 -1
  371. package/dist/esm/api/durableTaskContext.d.ts.map +0 -1
  372. package/dist/esm/api/index.d.ts.map +0 -1
  373. package/dist/esm/api/operations/index.d.ts.map +0 -1
  374. package/dist/esm/api/operations/operations.d.ts.map +0 -1
  375. package/dist/esm/api/operations/options.d.ts.map +0 -1
  376. package/dist/esm/api/retentionPolicies/index.d.ts.map +0 -1
  377. package/dist/esm/api/retentionPolicies/operations.d.ts.map +0 -1
  378. package/dist/esm/api/retentionPolicies/options.d.ts.map +0 -1
  379. package/dist/esm/api/schedulers/index.d.ts.map +0 -1
  380. package/dist/esm/api/schedulers/operations.d.ts.map +0 -1
  381. package/dist/esm/api/schedulers/options.d.ts.map +0 -1
  382. package/dist/esm/api/taskHubs/index.d.ts.map +0 -1
  383. package/dist/esm/api/taskHubs/operations.d.ts.map +0 -1
  384. package/dist/esm/api/taskHubs/options.d.ts.map +0 -1
  385. package/dist/esm/classic/index.d.ts.map +0 -1
  386. package/dist/esm/classic/operations/index.d.ts.map +0 -1
  387. package/dist/esm/classic/retentionPolicies/index.d.ts.map +0 -1
  388. package/dist/esm/classic/schedulers/index.d.ts.map +0 -1
  389. package/dist/esm/classic/taskHubs/index.d.ts.map +0 -1
  390. package/dist/esm/durableTaskClient.d.ts.map +0 -1
  391. package/dist/esm/index.d.ts.map +0 -1
  392. package/dist/esm/logger.d.ts.map +0 -1
  393. package/dist/esm/models/index.d.ts.map +0 -1
  394. package/dist/esm/models/models.d.ts.map +0 -1
  395. package/dist/esm/restorePollerHelpers.d.ts.map +0 -1
  396. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +0 -1
  397. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +0 -1
  398. package/dist/esm/static-helpers/urlTemplate.d.ts.map +0 -1
  399. package/dist/react-native/api/durableTaskContext.d.ts.map +0 -1
  400. package/dist/react-native/api/index.d.ts.map +0 -1
  401. package/dist/react-native/api/operations/index.d.ts.map +0 -1
  402. package/dist/react-native/api/operations/operations.d.ts.map +0 -1
  403. package/dist/react-native/api/operations/options.d.ts.map +0 -1
  404. package/dist/react-native/api/retentionPolicies/index.d.ts.map +0 -1
  405. package/dist/react-native/api/retentionPolicies/operations.d.ts.map +0 -1
  406. package/dist/react-native/api/retentionPolicies/options.d.ts.map +0 -1
  407. package/dist/react-native/api/schedulers/index.d.ts.map +0 -1
  408. package/dist/react-native/api/schedulers/operations.d.ts.map +0 -1
  409. package/dist/react-native/api/schedulers/options.d.ts.map +0 -1
  410. package/dist/react-native/api/taskHubs/index.d.ts.map +0 -1
  411. package/dist/react-native/api/taskHubs/operations.d.ts.map +0 -1
  412. package/dist/react-native/api/taskHubs/options.d.ts.map +0 -1
  413. package/dist/react-native/classic/index.d.ts.map +0 -1
  414. package/dist/react-native/classic/operations/index.d.ts.map +0 -1
  415. package/dist/react-native/classic/retentionPolicies/index.d.ts.map +0 -1
  416. package/dist/react-native/classic/schedulers/index.d.ts.map +0 -1
  417. package/dist/react-native/classic/taskHubs/index.d.ts.map +0 -1
  418. package/dist/react-native/durableTaskClient.d.ts.map +0 -1
  419. package/dist/react-native/index.d.ts.map +0 -1
  420. package/dist/react-native/logger.d.ts.map +0 -1
  421. package/dist/react-native/models/index.d.ts.map +0 -1
  422. package/dist/react-native/models/models.d.ts.map +0 -1
  423. package/dist/react-native/restorePollerHelpers.d.ts.map +0 -1
  424. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +0 -1
  425. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +0 -1
  426. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +0 -1
  427. package/review/arm-durabletask-api-operations.api.md +0 -19
  428. package/review/arm-durabletask-api-retentionPolicies.api.md +0 -52
  429. package/review/arm-durabletask-api-schedulers.api.md +0 -59
  430. package/review/arm-durabletask-api-taskHubs.api.md +0 -44
  431. package/review/arm-durabletask-api.api.md +0 -27
  432. package/review/arm-durabletask-models.api.md +0 -212
  433. package/review/arm-durabletask.api.md +0 -367
@@ -73,12 +73,9 @@ export function errorAdditionalInfoArrayDeserializer(result) {
73
73
  export function errorAdditionalInfoDeserializer(item) {
74
74
  return {
75
75
  type: item["type"],
76
- info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
76
+ info: item["info"],
77
77
  };
78
78
  }
79
- export function _errorAdditionalInfoInfoDeserializer(item) {
80
- return item;
81
- }
82
79
  export function schedulerSerializer(item) {
83
80
  return {
84
81
  tags: item["tags"],
@@ -90,7 +87,9 @@ export function schedulerSerializer(item) {
90
87
  }
91
88
  export function schedulerDeserializer(item) {
92
89
  return {
93
- tags: item["tags"],
90
+ tags: !item["tags"]
91
+ ? item["tags"]
92
+ : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
94
93
  location: item["location"],
95
94
  id: item["id"],
96
95
  name: item["name"],
@@ -109,6 +108,7 @@ export function schedulerPropertiesSerializer(item) {
109
108
  return p;
110
109
  }),
111
110
  sku: schedulerSkuSerializer(item["sku"]),
111
+ publicNetworkAccess: item["publicNetworkAccess"],
112
112
  };
113
113
  }
114
114
  export function schedulerPropertiesDeserializer(item) {
@@ -119,6 +119,10 @@ export function schedulerPropertiesDeserializer(item) {
119
119
  return p;
120
120
  }),
121
121
  sku: schedulerSkuDeserializer(item["sku"]),
122
+ publicNetworkAccess: item["publicNetworkAccess"],
123
+ privateEndpointConnections: !item["privateEndpointConnections"]
124
+ ? item["privateEndpointConnections"]
125
+ : privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"]),
122
126
  };
123
127
  }
124
128
  /** The status of the current operation */
@@ -149,6 +153,14 @@ export function schedulerSkuDeserializer(item) {
149
153
  redundancyState: item["redundancyState"],
150
154
  };
151
155
  }
156
+ /** The name of the Stock Keeping Unit (SKU) of a Durable Task Scheduler */
157
+ export var KnownSchedulerSkuName;
158
+ (function (KnownSchedulerSkuName) {
159
+ /** Dedicated SKU */
160
+ KnownSchedulerSkuName["Dedicated"] = "Dedicated";
161
+ /** Consumption SKU */
162
+ KnownSchedulerSkuName["Consumption"] = "Consumption";
163
+ })(KnownSchedulerSkuName || (KnownSchedulerSkuName = {}));
152
164
  /** The state of the resource redundancy */
153
165
  export var KnownRedundancyState;
154
166
  (function (KnownRedundancyState) {
@@ -157,10 +169,32 @@ export var KnownRedundancyState;
157
169
  /** The resource is zone redundant */
158
170
  KnownRedundancyState["Zone"] = "Zone";
159
171
  })(KnownRedundancyState || (KnownRedundancyState = {}));
160
- export function trackedResourceSerializer(item) {
161
- return { tags: item["tags"], location: item["location"] };
172
+ /** State of the public network access. */
173
+ export var KnownPublicNetworkAccess;
174
+ (function (KnownPublicNetworkAccess) {
175
+ /** The public network access is enabled */
176
+ KnownPublicNetworkAccess["Enabled"] = "Enabled";
177
+ /** The public network access is disabled */
178
+ KnownPublicNetworkAccess["Disabled"] = "Disabled";
179
+ })(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
180
+ export function privateEndpointConnectionArraySerializer(result) {
181
+ return result.map((item) => {
182
+ return privateEndpointConnectionSerializer(item);
183
+ });
162
184
  }
163
- export function trackedResourceDeserializer(item) {
185
+ export function privateEndpointConnectionArrayDeserializer(result) {
186
+ return result.map((item) => {
187
+ return privateEndpointConnectionDeserializer(item);
188
+ });
189
+ }
190
+ export function privateEndpointConnectionSerializer(item) {
191
+ return {
192
+ properties: !item["properties"]
193
+ ? item["properties"]
194
+ : privateEndpointConnectionPropertiesSerializer(item["properties"]),
195
+ };
196
+ }
197
+ export function privateEndpointConnectionDeserializer(item) {
164
198
  return {
165
199
  id: item["id"],
166
200
  name: item["name"],
@@ -168,10 +202,77 @@ export function trackedResourceDeserializer(item) {
168
202
  systemData: !item["systemData"]
169
203
  ? item["systemData"]
170
204
  : systemDataDeserializer(item["systemData"]),
171
- tags: item["tags"],
172
- location: item["location"],
205
+ properties: !item["properties"]
206
+ ? item["properties"]
207
+ : privateEndpointConnectionPropertiesDeserializer(item["properties"]),
208
+ };
209
+ }
210
+ export function privateEndpointConnectionPropertiesSerializer(item) {
211
+ return {
212
+ privateEndpoint: !item["privateEndpoint"]
213
+ ? item["privateEndpoint"]
214
+ : privateEndpointSerializer(item["privateEndpoint"]),
215
+ privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
173
216
  };
174
217
  }
218
+ export function privateEndpointConnectionPropertiesDeserializer(item) {
219
+ return {
220
+ groupIds: !item["groupIds"]
221
+ ? item["groupIds"]
222
+ : item["groupIds"].map((p) => {
223
+ return p;
224
+ }),
225
+ privateEndpoint: !item["privateEndpoint"]
226
+ ? item["privateEndpoint"]
227
+ : privateEndpointDeserializer(item["privateEndpoint"]),
228
+ privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
229
+ provisioningState: item["provisioningState"],
230
+ };
231
+ }
232
+ export function privateEndpointSerializer(item) {
233
+ return item;
234
+ }
235
+ export function privateEndpointDeserializer(item) {
236
+ return {
237
+ id: item["id"],
238
+ };
239
+ }
240
+ export function privateLinkServiceConnectionStateSerializer(item) {
241
+ return {
242
+ status: item["status"],
243
+ description: item["description"],
244
+ actionsRequired: item["actionsRequired"],
245
+ };
246
+ }
247
+ export function privateLinkServiceConnectionStateDeserializer(item) {
248
+ return {
249
+ status: item["status"],
250
+ description: item["description"],
251
+ actionsRequired: item["actionsRequired"],
252
+ };
253
+ }
254
+ /** The private endpoint connection status. */
255
+ export var KnownPrivateEndpointServiceConnectionStatus;
256
+ (function (KnownPrivateEndpointServiceConnectionStatus) {
257
+ /** Connection waiting for approval or rejection */
258
+ KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
259
+ /** Connection approved */
260
+ KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
261
+ /** Connection Rejected */
262
+ KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
263
+ })(KnownPrivateEndpointServiceConnectionStatus || (KnownPrivateEndpointServiceConnectionStatus = {}));
264
+ /** The current provisioning state. */
265
+ export var KnownPrivateEndpointConnectionProvisioningState;
266
+ (function (KnownPrivateEndpointConnectionProvisioningState) {
267
+ /** Connection has been provisioned */
268
+ KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
269
+ /** Connection is being created */
270
+ KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
271
+ /** Connection is being deleted */
272
+ KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
273
+ /** Connection provisioning has failed */
274
+ KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
275
+ })(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
175
276
  export function resourceSerializer(item) {
176
277
  return item;
177
278
  }
@@ -209,6 +310,23 @@ export var KnownCreatedByType;
209
310
  /** The entity was created by a key. */
210
311
  KnownCreatedByType["Key"] = "Key";
211
312
  })(KnownCreatedByType || (KnownCreatedByType = {}));
313
+ export function trackedResourceSerializer(item) {
314
+ return { tags: item["tags"], location: item["location"] };
315
+ }
316
+ export function trackedResourceDeserializer(item) {
317
+ return {
318
+ id: item["id"],
319
+ name: item["name"],
320
+ type: item["type"],
321
+ systemData: !item["systemData"]
322
+ ? item["systemData"]
323
+ : systemDataDeserializer(item["systemData"]),
324
+ tags: !item["tags"]
325
+ ? item["tags"]
326
+ : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
327
+ location: item["location"],
328
+ };
329
+ }
212
330
  export function schedulerUpdateSerializer(item) {
213
331
  return {
214
332
  properties: !item["properties"]
@@ -225,6 +343,7 @@ export function schedulerPropertiesUpdateSerializer(item) {
225
343
  return p;
226
344
  }),
227
345
  sku: !item["sku"] ? item["sku"] : schedulerSkuUpdateSerializer(item["sku"]),
346
+ publicNetworkAccess: item["publicNetworkAccess"],
228
347
  };
229
348
  }
230
349
  export function schedulerSkuUpdateSerializer(item) {
@@ -246,6 +365,68 @@ export function schedulerArrayDeserializer(result) {
246
365
  return schedulerDeserializer(item);
247
366
  });
248
367
  }
368
+ export function schedulerPrivateLinkResourceDeserializer(item) {
369
+ return {
370
+ id: item["id"],
371
+ name: item["name"],
372
+ type: item["type"],
373
+ systemData: !item["systemData"]
374
+ ? item["systemData"]
375
+ : systemDataDeserializer(item["systemData"]),
376
+ properties: !item["properties"]
377
+ ? item["properties"]
378
+ : privateLinkResourcePropertiesDeserializer(item["properties"]),
379
+ };
380
+ }
381
+ export function privateLinkResourcePropertiesDeserializer(item) {
382
+ return {
383
+ groupId: item["groupId"],
384
+ requiredMembers: !item["requiredMembers"]
385
+ ? item["requiredMembers"]
386
+ : item["requiredMembers"].map((p) => {
387
+ return p;
388
+ }),
389
+ requiredZoneNames: !item["requiredZoneNames"]
390
+ ? item["requiredZoneNames"]
391
+ : item["requiredZoneNames"].map((p) => {
392
+ return p;
393
+ }),
394
+ };
395
+ }
396
+ export function _schedulerPrivateLinkResourceListResultDeserializer(item) {
397
+ return {
398
+ value: schedulerPrivateLinkResourceArrayDeserializer(item["value"]),
399
+ nextLink: item["nextLink"],
400
+ };
401
+ }
402
+ export function schedulerPrivateLinkResourceArrayDeserializer(result) {
403
+ return result.map((item) => {
404
+ return schedulerPrivateLinkResourceDeserializer(item);
405
+ });
406
+ }
407
+ export function privateEndpointConnectionUpdateSerializer(item) {
408
+ return {
409
+ properties: !item["properties"]
410
+ ? item["properties"]
411
+ : optionalPropertiesUpdateablePropertiesSerializer(item["properties"]),
412
+ };
413
+ }
414
+ export function optionalPropertiesUpdateablePropertiesSerializer(item) {
415
+ return {
416
+ privateEndpoint: !item["privateEndpoint"]
417
+ ? item["privateEndpoint"]
418
+ : privateEndpointSerializer(item["privateEndpoint"]),
419
+ privateLinkServiceConnectionState: !item["privateLinkServiceConnectionState"]
420
+ ? item["privateLinkServiceConnectionState"]
421
+ : privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
422
+ };
423
+ }
424
+ export function _privateEndpointConnectionListResultDeserializer(item) {
425
+ return {
426
+ value: privateEndpointConnectionArrayDeserializer(item["value"]),
427
+ nextLink: item["nextLink"],
428
+ };
429
+ }
249
430
  export function taskHubSerializer(item) {
250
431
  return {
251
432
  properties: !item["properties"]
@@ -392,9 +573,9 @@ export function retentionPolicyArrayDeserializer(result) {
392
573
  /** API Versions */
393
574
  export var KnownVersions;
394
575
  (function (KnownVersions) {
395
- /** 2024-10-01-preview */
396
- KnownVersions["V20241001Preview"] = "2024-10-01-preview";
397
- /** 2025-04-01-preview */
398
- KnownVersions["V20250401Preview"] = "2025-04-01-preview";
576
+ /** 2025-11-01 */
577
+ KnownVersions["V20251101"] = "2025-11-01";
578
+ /** 2026-02-01 */
579
+ KnownVersions["V20260201"] = "2026-02-01";
399
580
  })(KnownVersions || (KnownVersions = {}));
400
581
  //# sourceMappingURL=models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: !item[\"info\"] ? item[\"info\"] : _errorAdditionalInfoInfoDeserializer(item[\"info\"]),\n };\n}\n\n/** model interface _ErrorAdditionalInfoInfo */\nexport interface _ErrorAdditionalInfoInfo {}\n\nexport function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo {\n return item;\n}\n\n/** A Durable Task Scheduler resource */\nexport interface Scheduler extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SchedulerProperties;\n}\n\nexport function schedulerSerializer(item: Scheduler): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function schedulerDeserializer(item: any): Scheduler {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Details of the Scheduler */\nexport interface SchedulerProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler */\n readonly endpoint?: string;\n /** IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR */\n ipAllowlist: string[];\n /** SKU of the durable task scheduler */\n sku: SchedulerSku;\n}\n\nexport function schedulerPropertiesSerializer(item: SchedulerProperties): any {\n return {\n ipAllowlist: item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: schedulerSkuSerializer(item[\"sku\"]),\n };\n}\n\nexport function schedulerPropertiesDeserializer(item: any): SchedulerProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n endpoint: item[\"endpoint\"],\n ipAllowlist: item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: schedulerSkuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The status of the current operation */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The resource is being provisioned */\n Provisioning = \"Provisioning\",\n /** The resource is updating */\n Updating = \"Updating\",\n /** The resource is being deleted */\n Deleting = \"Deleting\",\n /** The resource create request has been accepted */\n Accepted = \"Accepted\",\n}\n\n/**\n * The status of the current operation \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: The resource is being provisioned \\\n * **Updating**: The resource is updating \\\n * **Deleting**: The resource is being deleted \\\n * **Accepted**: The resource create request has been accepted\n */\nexport type ProvisioningState = string;\n\n/** The SKU (Stock Keeping Unit) assigned to this durable task scheduler */\nexport interface SchedulerSku {\n /** The name of the SKU */\n name: string;\n /** The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy */\n capacity?: number;\n /** Indicates whether the current SKU configuration is zone redundant */\n readonly redundancyState?: RedundancyState;\n}\n\nexport function schedulerSkuSerializer(item: SchedulerSku): any {\n return { name: item[\"name\"], capacity: item[\"capacity\"] };\n}\n\nexport function schedulerSkuDeserializer(item: any): SchedulerSku {\n return {\n name: item[\"name\"],\n capacity: item[\"capacity\"],\n redundancyState: item[\"redundancyState\"],\n };\n}\n\n/** The state of the resource redundancy */\nexport enum KnownRedundancyState {\n /** The resource is not redundant */\n None = \"None\",\n /** The resource is zone redundant */\n Zone = \"Zone\",\n}\n\n/**\n * The state of the resource redundancy \\\n * {@link KnownRedundancyState} can be used interchangeably with RedundancyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The resource is not redundant \\\n * **Zone**: The resource is zone redundant\n */\nexport type RedundancyState = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The update request model for the Scheduler resource */\nexport interface SchedulerUpdate {\n /** The resource-specific properties for this resource. */\n properties?: SchedulerPropertiesUpdate;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function schedulerUpdateSerializer(item: SchedulerUpdate): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesUpdateSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The Scheduler resource properties to be updated */\nexport interface SchedulerPropertiesUpdate {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler */\n readonly endpoint?: string;\n /** IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR */\n ipAllowlist?: string[];\n /** SKU of the durable task scheduler */\n sku?: SchedulerSkuUpdate;\n}\n\nexport function schedulerPropertiesUpdateSerializer(item: SchedulerPropertiesUpdate): any {\n return {\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: !item[\"sku\"] ? item[\"sku\"] : schedulerSkuUpdateSerializer(item[\"sku\"]),\n };\n}\n\n/** The SKU (Stock Keeping Unit) properties to be updated */\nexport interface SchedulerSkuUpdate {\n /** The name of the SKU */\n name?: string;\n /** The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy */\n capacity?: number;\n /** Indicates whether the current SKU configuration is zone redundant */\n readonly redundancyState?: RedundancyState;\n}\n\nexport function schedulerSkuUpdateSerializer(item: SchedulerSkuUpdate): any {\n return { name: item[\"name\"], capacity: item[\"capacity\"] };\n}\n\n/** The response of a Scheduler list operation. */\nexport interface _SchedulerListResult {\n /** The Scheduler items on this page */\n value: Scheduler[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _schedulerListResultDeserializer(item: any): _SchedulerListResult {\n return {\n value: schedulerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function schedulerArraySerializer(result: Array<Scheduler>): any[] {\n return result.map((item) => {\n return schedulerSerializer(item);\n });\n}\n\nexport function schedulerArrayDeserializer(result: Array<Scheduler>): any[] {\n return result.map((item) => {\n return schedulerDeserializer(item);\n });\n}\n\n/** A Task Hub resource belonging to the scheduler */\nexport interface TaskHub extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: TaskHubProperties;\n}\n\nexport function taskHubSerializer(item: TaskHub): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : taskHubPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function taskHubDeserializer(item: any): TaskHub {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : taskHubPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of Task Hub */\nexport interface TaskHubProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler dashboard */\n readonly dashboardUrl?: string;\n}\n\nexport function taskHubPropertiesSerializer(item: TaskHubProperties): any {\n return item;\n}\n\nexport function taskHubPropertiesDeserializer(item: any): TaskHubProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n dashboardUrl: item[\"dashboardUrl\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a TaskHub list operation. */\nexport interface _TaskHubListResult {\n /** The TaskHub items on this page */\n value: TaskHub[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _taskHubListResultDeserializer(item: any): _TaskHubListResult {\n return {\n value: taskHubArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function taskHubArraySerializer(result: Array<TaskHub>): any[] {\n return result.map((item) => {\n return taskHubSerializer(item);\n });\n}\n\nexport function taskHubArrayDeserializer(result: Array<TaskHub>): any[] {\n return result.map((item) => {\n return taskHubDeserializer(item);\n });\n}\n\n/** A retention policy resource belonging to the scheduler */\nexport interface RetentionPolicy extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: RetentionPolicyProperties;\n}\n\nexport function retentionPolicySerializer(item: RetentionPolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : retentionPolicyPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function retentionPolicyDeserializer(item: any): RetentionPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : retentionPolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The retention policy settings for the resource */\nexport interface RetentionPolicyProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** The orchestration retention policies */\n retentionPolicies?: RetentionPolicyDetails[];\n}\n\nexport function retentionPolicyPropertiesSerializer(item: RetentionPolicyProperties): any {\n return {\n retentionPolicies: !item[\"retentionPolicies\"]\n ? item[\"retentionPolicies\"]\n : retentionPolicyDetailsArraySerializer(item[\"retentionPolicies\"]),\n };\n}\n\nexport function retentionPolicyPropertiesDeserializer(item: any): RetentionPolicyProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n retentionPolicies: !item[\"retentionPolicies\"]\n ? item[\"retentionPolicies\"]\n : retentionPolicyDetailsArrayDeserializer(item[\"retentionPolicies\"]),\n };\n}\n\nexport function retentionPolicyDetailsArraySerializer(\n result: Array<RetentionPolicyDetails>,\n): any[] {\n return result.map((item) => {\n return retentionPolicyDetailsSerializer(item);\n });\n}\n\nexport function retentionPolicyDetailsArrayDeserializer(\n result: Array<RetentionPolicyDetails>,\n): any[] {\n return result.map((item) => {\n return retentionPolicyDetailsDeserializer(item);\n });\n}\n\n/** The properties of a retention policy */\nexport interface RetentionPolicyDetails {\n /** The retention period in days after which the orchestration will be purged automatically */\n retentionPeriodInDays: number;\n /** The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states. */\n orchestrationState?: PurgeableOrchestrationState;\n}\n\nexport function retentionPolicyDetailsSerializer(item: RetentionPolicyDetails): any {\n return {\n retentionPeriodInDays: item[\"retentionPeriodInDays\"],\n orchestrationState: item[\"orchestrationState\"],\n };\n}\n\nexport function retentionPolicyDetailsDeserializer(item: any): RetentionPolicyDetails {\n return {\n retentionPeriodInDays: item[\"retentionPeriodInDays\"],\n orchestrationState: item[\"orchestrationState\"],\n };\n}\n\n/** Purgeable orchestration state to be used in retention policies */\nexport enum KnownPurgeableOrchestrationState {\n /** The orchestration is completed */\n Completed = \"Completed\",\n /** The orchestration is failed */\n Failed = \"Failed\",\n /** The orchestration is terminated */\n Terminated = \"Terminated\",\n /** The orchestration is canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Purgeable orchestration state to be used in retention policies \\\n * {@link KnownPurgeableOrchestrationState} can be used interchangeably with PurgeableOrchestrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed**: The orchestration is completed \\\n * **Failed**: The orchestration is failed \\\n * **Terminated**: The orchestration is terminated \\\n * **Canceled**: The orchestration is canceled\n */\nexport type PurgeableOrchestrationState = string;\n\n/** The response of a RetentionPolicy list operation. */\nexport interface _RetentionPolicyListResult {\n /** The RetentionPolicy items on this page */\n value: RetentionPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _retentionPolicyListResultDeserializer(item: any): _RetentionPolicyListResult {\n return {\n value: retentionPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function retentionPolicyArraySerializer(result: Array<RetentionPolicy>): any[] {\n return result.map((item) => {\n return retentionPolicySerializer(item);\n });\n}\n\nexport function retentionPolicyArrayDeserializer(result: Array<RetentionPolicy>): any[] {\n return result.map((item) => {\n return retentionPolicyDeserializer(item);\n });\n}\n\n/** API Versions */\nexport enum KnownVersions {\n /** 2024-10-01-preview */\n V20241001Preview = \"2024-10-01-preview\",\n /** 2025-04-01-preview */\n V20250401Preview = \"2025-04-01-preview\",\n}\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** A Durable Task Scheduler resource */\nexport interface Scheduler extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SchedulerProperties;\n}\n\nexport function schedulerSerializer(item: Scheduler): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function schedulerDeserializer(item: any): Scheduler {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Details of the Scheduler */\nexport interface SchedulerProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler */\n readonly endpoint?: string;\n /** IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR */\n ipAllowlist: string[];\n /** SKU of the durable task scheduler */\n sku: SchedulerSku;\n /** Allow or disallow public network access to durable task scheduler */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The private endpoints exposed by this resource */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\nexport function schedulerPropertiesSerializer(item: SchedulerProperties): any {\n return {\n ipAllowlist: item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: schedulerSkuSerializer(item[\"sku\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function schedulerPropertiesDeserializer(item: any): SchedulerProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n endpoint: item[\"endpoint\"],\n ipAllowlist: item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: schedulerSkuDeserializer(item[\"sku\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n };\n}\n\n/** The status of the current operation */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The resource is being provisioned */\n Provisioning = \"Provisioning\",\n /** The resource is updating */\n Updating = \"Updating\",\n /** The resource is being deleted */\n Deleting = \"Deleting\",\n /** The resource create request has been accepted */\n Accepted = \"Accepted\",\n}\n\n/**\n * The status of the current operation \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: The resource is being provisioned \\\n * **Updating**: The resource is updating \\\n * **Deleting**: The resource is being deleted \\\n * **Accepted**: The resource create request has been accepted\n */\nexport type ProvisioningState = string;\n\n/** The SKU (Stock Keeping Unit) assigned to this durable task scheduler */\nexport interface SchedulerSku {\n /** The name of the SKU */\n name: SchedulerSkuName;\n /** The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy */\n capacity?: number;\n /** Indicates whether the current SKU configuration is zone redundant */\n readonly redundancyState?: RedundancyState;\n}\n\nexport function schedulerSkuSerializer(item: SchedulerSku): any {\n return { name: item[\"name\"], capacity: item[\"capacity\"] };\n}\n\nexport function schedulerSkuDeserializer(item: any): SchedulerSku {\n return {\n name: item[\"name\"],\n capacity: item[\"capacity\"],\n redundancyState: item[\"redundancyState\"],\n };\n}\n\n/** The name of the Stock Keeping Unit (SKU) of a Durable Task Scheduler */\nexport enum KnownSchedulerSkuName {\n /** Dedicated SKU */\n Dedicated = \"Dedicated\",\n /** Consumption SKU */\n Consumption = \"Consumption\",\n}\n\n/**\n * The name of the Stock Keeping Unit (SKU) of a Durable Task Scheduler \\\n * {@link KnownSchedulerSkuName} can be used interchangeably with SchedulerSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dedicated**: Dedicated SKU \\\n * **Consumption**: Consumption SKU\n */\nexport type SchedulerSkuName = string;\n\n/** The state of the resource redundancy */\nexport enum KnownRedundancyState {\n /** The resource is not redundant */\n None = \"None\",\n /** The resource is zone redundant */\n Zone = \"Zone\",\n}\n\n/**\n * The state of the resource redundancy \\\n * {@link KnownRedundancyState} can be used interchangeably with RedundancyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The resource is not redundant \\\n * **Zone**: The resource is zone redundant\n */\nexport type RedundancyState = string;\n\n/** State of the public network access. */\nexport enum KnownPublicNetworkAccess {\n /** The public network access is enabled */\n Enabled = \"Enabled\",\n /** The public network access is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * State of the public network access. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: The public network access is enabled \\\n * **Disabled**: The public network access is disabled\n */\nexport type PublicNetworkAccess = string;\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** A private endpoint connection resource */\nexport interface PrivateEndpointConnection extends Resource {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The group ids for the private endpoint resource. */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /** The resource identifier of the private endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return item;\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Connection waiting for approval or rejection */\n Pending = \"Pending\",\n /** Connection approved */\n Approved = \"Approved\",\n /** Connection Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Connection waiting for approval or rejection \\\n * **Approved**: Connection approved \\\n * **Rejected**: Connection Rejected\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** The current provisioning state. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Connection has been provisioned */\n Succeeded = \"Succeeded\",\n /** Connection is being created */\n Creating = \"Creating\",\n /** Connection is being deleted */\n Deleting = \"Deleting\",\n /** Connection provisioning has failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Connection has been provisioned \\\n * **Creating**: Connection is being created \\\n * **Deleting**: Connection is being deleted \\\n * **Failed**: Connection provisioning has failed\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The update request model for the Scheduler resource */\nexport interface SchedulerUpdate {\n /** The resource-specific properties for this resource. */\n properties?: SchedulerPropertiesUpdate;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function schedulerUpdateSerializer(item: SchedulerUpdate): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : schedulerPropertiesUpdateSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The Scheduler resource properties to be updated */\nexport interface SchedulerPropertiesUpdate {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler */\n readonly endpoint?: string;\n /** IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR */\n ipAllowlist?: string[];\n /** SKU of the durable task scheduler */\n sku?: SchedulerSkuUpdate;\n /** Allow or disallow public network access to durable task scheduler */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\nexport function schedulerPropertiesUpdateSerializer(item: SchedulerPropertiesUpdate): any {\n return {\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n sku: !item[\"sku\"] ? item[\"sku\"] : schedulerSkuUpdateSerializer(item[\"sku\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** The SKU (Stock Keeping Unit) properties to be updated */\nexport interface SchedulerSkuUpdate {\n /** The name of the SKU */\n name?: SchedulerSkuName;\n /** The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy */\n capacity?: number;\n /** Indicates whether the current SKU configuration is zone redundant */\n readonly redundancyState?: RedundancyState;\n}\n\nexport function schedulerSkuUpdateSerializer(item: SchedulerSkuUpdate): any {\n return { name: item[\"name\"], capacity: item[\"capacity\"] };\n}\n\n/** The response of a Scheduler list operation. */\nexport interface _SchedulerListResult {\n /** The Scheduler items on this page */\n value: Scheduler[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _schedulerListResultDeserializer(item: any): _SchedulerListResult {\n return {\n value: schedulerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function schedulerArraySerializer(result: Array<Scheduler>): any[] {\n return result.map((item) => {\n return schedulerSerializer(item);\n });\n}\n\nexport function schedulerArrayDeserializer(result: Array<Scheduler>): any[] {\n return result.map((item) => {\n return schedulerDeserializer(item);\n });\n}\n\n/** A private link resource. */\nexport interface SchedulerPrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\nexport function schedulerPrivateLinkResourceDeserializer(item: any): SchedulerPrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a SchedulerPrivateLinkResource list operation. */\nexport interface _SchedulerPrivateLinkResourceListResult {\n /** The SchedulerPrivateLinkResource items on this page */\n value: SchedulerPrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _schedulerPrivateLinkResourceListResultDeserializer(\n item: any,\n): _SchedulerPrivateLinkResourceListResult {\n return {\n value: schedulerPrivateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function schedulerPrivateLinkResourceArrayDeserializer(\n result: Array<SchedulerPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return schedulerPrivateLinkResourceDeserializer(item);\n });\n}\n\n/** PATCH model for private endpoint connections */\nexport interface PrivateEndpointConnectionUpdate {\n /** The private endpoint connection properties */\n properties?: OptionalPropertiesUpdateableProperties;\n}\n\nexport function privateEndpointConnectionUpdateSerializer(\n item: PrivateEndpointConnectionUpdate,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : optionalPropertiesUpdateablePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** The template for adding optional properties. */\nexport interface OptionalPropertiesUpdateableProperties {\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function optionalPropertiesUpdateablePropertiesSerializer(\n item: OptionalPropertiesUpdateableProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** A Task Hub resource belonging to the scheduler */\nexport interface TaskHub extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: TaskHubProperties;\n}\n\nexport function taskHubSerializer(item: TaskHub): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : taskHubPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function taskHubDeserializer(item: any): TaskHub {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : taskHubPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of Task Hub */\nexport interface TaskHubProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** URL of the durable task scheduler dashboard */\n readonly dashboardUrl?: string;\n}\n\nexport function taskHubPropertiesSerializer(item: TaskHubProperties): any {\n return item;\n}\n\nexport function taskHubPropertiesDeserializer(item: any): TaskHubProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n dashboardUrl: item[\"dashboardUrl\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a TaskHub list operation. */\nexport interface _TaskHubListResult {\n /** The TaskHub items on this page */\n value: TaskHub[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _taskHubListResultDeserializer(item: any): _TaskHubListResult {\n return {\n value: taskHubArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function taskHubArraySerializer(result: Array<TaskHub>): any[] {\n return result.map((item) => {\n return taskHubSerializer(item);\n });\n}\n\nexport function taskHubArrayDeserializer(result: Array<TaskHub>): any[] {\n return result.map((item) => {\n return taskHubDeserializer(item);\n });\n}\n\n/** A retention policy resource belonging to the scheduler */\nexport interface RetentionPolicy extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: RetentionPolicyProperties;\n}\n\nexport function retentionPolicySerializer(item: RetentionPolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : retentionPolicyPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function retentionPolicyDeserializer(item: any): RetentionPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : retentionPolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The retention policy settings for the resource */\nexport interface RetentionPolicyProperties {\n /** The status of the last operation */\n readonly provisioningState?: ProvisioningState;\n /** The orchestration retention policies */\n retentionPolicies?: RetentionPolicyDetails[];\n}\n\nexport function retentionPolicyPropertiesSerializer(item: RetentionPolicyProperties): any {\n return {\n retentionPolicies: !item[\"retentionPolicies\"]\n ? item[\"retentionPolicies\"]\n : retentionPolicyDetailsArraySerializer(item[\"retentionPolicies\"]),\n };\n}\n\nexport function retentionPolicyPropertiesDeserializer(item: any): RetentionPolicyProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n retentionPolicies: !item[\"retentionPolicies\"]\n ? item[\"retentionPolicies\"]\n : retentionPolicyDetailsArrayDeserializer(item[\"retentionPolicies\"]),\n };\n}\n\nexport function retentionPolicyDetailsArraySerializer(\n result: Array<RetentionPolicyDetails>,\n): any[] {\n return result.map((item) => {\n return retentionPolicyDetailsSerializer(item);\n });\n}\n\nexport function retentionPolicyDetailsArrayDeserializer(\n result: Array<RetentionPolicyDetails>,\n): any[] {\n return result.map((item) => {\n return retentionPolicyDetailsDeserializer(item);\n });\n}\n\n/** The properties of a retention policy */\nexport interface RetentionPolicyDetails {\n /** The retention period in days after which the orchestration will be purged automatically */\n retentionPeriodInDays: number;\n /** The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states. */\n orchestrationState?: PurgeableOrchestrationState;\n}\n\nexport function retentionPolicyDetailsSerializer(item: RetentionPolicyDetails): any {\n return {\n retentionPeriodInDays: item[\"retentionPeriodInDays\"],\n orchestrationState: item[\"orchestrationState\"],\n };\n}\n\nexport function retentionPolicyDetailsDeserializer(item: any): RetentionPolicyDetails {\n return {\n retentionPeriodInDays: item[\"retentionPeriodInDays\"],\n orchestrationState: item[\"orchestrationState\"],\n };\n}\n\n/** Purgeable orchestration state to be used in retention policies */\nexport enum KnownPurgeableOrchestrationState {\n /** The orchestration is completed */\n Completed = \"Completed\",\n /** The orchestration is failed */\n Failed = \"Failed\",\n /** The orchestration is terminated */\n Terminated = \"Terminated\",\n /** The orchestration is canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Purgeable orchestration state to be used in retention policies \\\n * {@link KnownPurgeableOrchestrationState} can be used interchangeably with PurgeableOrchestrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed**: The orchestration is completed \\\n * **Failed**: The orchestration is failed \\\n * **Terminated**: The orchestration is terminated \\\n * **Canceled**: The orchestration is canceled\n */\nexport type PurgeableOrchestrationState = string;\n\n/** The response of a RetentionPolicy list operation. */\nexport interface _RetentionPolicyListResult {\n /** The RetentionPolicy items on this page */\n value: RetentionPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _retentionPolicyListResultDeserializer(item: any): _RetentionPolicyListResult {\n return {\n value: retentionPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function retentionPolicyArraySerializer(result: Array<RetentionPolicy>): any[] {\n return result.map((item) => {\n return retentionPolicySerializer(item);\n });\n}\n\nexport function retentionPolicyArrayDeserializer(result: Array<RetentionPolicy>): any[] {\n return result.map((item) => {\n return retentionPolicyDeserializer(item);\n });\n}\n\n/** API Versions */\nexport enum KnownVersions {\n /** 2025-11-01 */\n V20251101 = \"2025-11-01\",\n /** 2026-02-01 */\n V20260201 = \"2026-02-01\",\n}\n"]}
@@ -1,7 +1,7 @@
1
- import { DurableTaskClient } from "./durableTaskClient.js";
2
- import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
- import { AbortSignalLike } from "@azure/abort-controller";
4
- import { PollerLike, OperationState } from "@azure/core-lro";
1
+ import type { DurableTaskClient } from "./durableTaskClient.js";
2
+ import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import type { AbortSignalLike } from "@azure/abort-controller";
4
+ import type { PollerLike, OperationState } from "@azure/core-lro";
5
5
  export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
6
  /** Delay to wait until next poll, in milliseconds. */
7
7
  updateIntervalInMs?: number;