@azure/arm-subscriptions 6.0.0 → 7.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (684) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/alias/index.d.ts +3 -0
  3. package/dist/browser/api/alias/index.js +4 -0
  4. package/dist/browser/api/alias/index.js.map +1 -0
  5. package/dist/browser/api/alias/operations.d.ts +23 -0
  6. package/dist/browser/api/alias/operations.js +118 -0
  7. package/dist/browser/api/alias/operations.js.map +1 -0
  8. package/dist/browser/api/alias/options.d.ts +16 -0
  9. package/dist/{esm/operationsInterfaces/alias.js → browser/api/alias/options.js} +1 -1
  10. package/dist/browser/api/alias/options.js.map +1 -0
  11. package/dist/browser/api/billingAccount/index.d.ts +3 -0
  12. package/dist/browser/api/billingAccount/index.js +4 -0
  13. package/dist/browser/api/billingAccount/index.js.map +1 -0
  14. package/dist/browser/api/billingAccount/operations.d.ts +9 -0
  15. package/dist/browser/api/billingAccount/operations.js +32 -0
  16. package/dist/browser/api/billingAccount/operations.js.map +1 -0
  17. package/dist/browser/api/billingAccount/options.d.ts +5 -0
  18. package/dist/{esm/operationsInterfaces/operations.js → browser/api/billingAccount/options.js} +1 -1
  19. package/dist/browser/api/billingAccount/options.js.map +1 -0
  20. package/dist/browser/api/index.d.ts +3 -0
  21. package/dist/browser/api/index.js +4 -0
  22. package/dist/browser/api/index.js.map +1 -0
  23. package/dist/browser/api/operations/index.d.ts +3 -0
  24. package/dist/browser/{operationsInterfaces/subscription.js → api/operations/index.js} +2 -2
  25. package/dist/browser/api/operations/index.js.map +1 -0
  26. package/dist/browser/api/operations/operations.d.ts +10 -0
  27. package/dist/browser/api/operations/operations.js +35 -0
  28. package/dist/browser/api/operations/operations.js.map +1 -0
  29. package/dist/browser/api/operations/options.d.ts +5 -0
  30. package/dist/browser/api/operations/options.js +4 -0
  31. package/dist/browser/api/operations/options.js.map +1 -0
  32. package/dist/browser/api/subscription/index.d.ts +3 -0
  33. package/dist/browser/api/subscription/index.js +4 -0
  34. package/dist/browser/api/subscription/index.js.map +1 -0
  35. package/dist/browser/api/subscription/operations.d.ts +26 -0
  36. package/dist/browser/api/subscription/operations.js +145 -0
  37. package/dist/browser/api/subscription/operations.js.map +1 -0
  38. package/dist/browser/api/subscription/options.d.ts +19 -0
  39. package/dist/browser/api/subscription/options.js +4 -0
  40. package/dist/browser/api/subscription/options.js.map +1 -0
  41. package/dist/browser/api/subscriptionContext.d.ts +18 -0
  42. package/dist/browser/api/subscriptionContext.js +23 -0
  43. package/dist/browser/api/subscriptionContext.js.map +1 -0
  44. package/dist/browser/api/subscriptionOperation/index.d.ts +3 -0
  45. package/dist/browser/{operationsInterfaces/operations.js → api/subscriptionOperation/index.js} +2 -2
  46. package/dist/browser/api/subscriptionOperation/index.js.map +1 -0
  47. package/dist/browser/api/subscriptionOperation/operations.d.ts +9 -0
  48. package/dist/browser/api/subscriptionOperation/operations.js +32 -0
  49. package/dist/browser/api/subscriptionOperation/operations.js.map +1 -0
  50. package/dist/browser/api/subscriptionOperation/options.d.ts +5 -0
  51. package/dist/browser/api/subscriptionOperation/options.js +4 -0
  52. package/dist/browser/api/subscriptionOperation/options.js.map +1 -0
  53. package/dist/browser/api/subscriptionPolicy/index.d.ts +3 -0
  54. package/dist/browser/api/subscriptionPolicy/index.js +4 -0
  55. package/dist/browser/api/subscriptionPolicy/index.js.map +1 -0
  56. package/dist/browser/api/subscriptionPolicy/operations.d.ts +18 -0
  57. package/dist/browser/api/subscriptionPolicy/operations.js +87 -0
  58. package/dist/browser/api/subscriptionPolicy/operations.js.map +1 -0
  59. package/dist/browser/api/subscriptionPolicy/options.d.ts +11 -0
  60. package/dist/browser/api/subscriptionPolicy/options.js +4 -0
  61. package/dist/browser/api/subscriptionPolicy/options.js.map +1 -0
  62. package/dist/browser/api/subscriptions/index.d.ts +3 -0
  63. package/dist/browser/api/subscriptions/index.js +4 -0
  64. package/dist/browser/api/subscriptions/index.js.map +1 -0
  65. package/dist/browser/api/subscriptions/operations.d.ts +30 -0
  66. package/dist/browser/api/subscriptions/operations.js +162 -0
  67. package/dist/browser/api/subscriptions/operations.js.map +1 -0
  68. package/dist/browser/api/subscriptions/options.d.ts +20 -0
  69. package/dist/browser/api/subscriptions/options.js +4 -0
  70. package/dist/browser/api/subscriptions/options.js.map +1 -0
  71. package/dist/browser/classic/alias/index.d.ts +23 -0
  72. package/dist/browser/classic/alias/index.js +26 -0
  73. package/dist/browser/classic/alias/index.js.map +1 -0
  74. package/dist/browser/classic/billingAccount/index.d.ts +10 -0
  75. package/dist/browser/classic/billingAccount/index.js +14 -0
  76. package/dist/browser/classic/billingAccount/index.js.map +1 -0
  77. package/dist/browser/classic/index.d.ts +8 -0
  78. package/dist/{react-native/operationsInterfaces/alias.js → browser/classic/index.js} +1 -1
  79. package/dist/browser/classic/index.js.map +1 -0
  80. package/dist/browser/classic/operations/index.d.ts +11 -0
  81. package/dist/browser/classic/operations/index.js +14 -0
  82. package/dist/browser/classic/operations/index.js.map +1 -0
  83. package/dist/browser/classic/subscription/index.d.ts +24 -0
  84. package/dist/browser/classic/subscription/index.js +27 -0
  85. package/dist/browser/classic/subscription/index.js.map +1 -0
  86. package/dist/browser/classic/subscriptionOperation/index.d.ts +10 -0
  87. package/dist/browser/classic/subscriptionOperation/index.js +14 -0
  88. package/dist/browser/classic/subscriptionOperation/index.js.map +1 -0
  89. package/dist/browser/classic/subscriptionPolicy/index.d.ts +15 -0
  90. package/dist/browser/classic/subscriptionPolicy/index.js +16 -0
  91. package/dist/browser/classic/subscriptionPolicy/index.js.map +1 -0
  92. package/dist/browser/classic/subscriptions/index.d.ts +21 -0
  93. package/dist/browser/classic/subscriptions/index.js +19 -0
  94. package/dist/browser/classic/subscriptions/index.js.map +1 -0
  95. package/dist/browser/index.d.ts +19 -3
  96. package/dist/browser/index.js +4 -6
  97. package/dist/browser/index.js.map +1 -1
  98. package/dist/browser/logger.d.ts +2 -0
  99. package/dist/browser/logger.js +5 -0
  100. package/dist/browser/logger.js.map +1 -0
  101. package/dist/browser/models/index.d.ts +2 -568
  102. package/dist/browser/models/index.js +1 -50
  103. package/dist/browser/models/index.js.map +1 -1
  104. package/dist/browser/models/models.d.ts +517 -0
  105. package/dist/browser/models/models.js +428 -0
  106. package/dist/browser/models/models.js.map +1 -0
  107. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  108. package/dist/browser/restorePollerHelpers.js +102 -0
  109. package/dist/browser/restorePollerHelpers.js.map +1 -0
  110. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  111. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  112. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  113. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  114. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  115. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  116. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  117. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  118. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  119. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  120. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  121. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  122. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  123. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  124. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  125. package/dist/browser/subscriptionClient.d.ts +30 -21
  126. package/dist/browser/subscriptionClient.js +40 -96
  127. package/dist/browser/subscriptionClient.js.map +1 -1
  128. package/dist/commonjs/api/alias/index.d.ts +3 -0
  129. package/dist/commonjs/api/alias/index.js +34 -0
  130. package/dist/commonjs/api/alias/index.js.map +7 -0
  131. package/dist/commonjs/api/alias/operations.d.ts +23 -0
  132. package/dist/commonjs/api/alias/operations.js +182 -0
  133. package/dist/commonjs/api/alias/operations.js.map +7 -0
  134. package/dist/commonjs/api/alias/options.d.ts +16 -0
  135. package/dist/commonjs/api/alias/options.js +16 -0
  136. package/dist/commonjs/api/alias/options.js.map +7 -0
  137. package/dist/commonjs/api/billingAccount/index.d.ts +3 -0
  138. package/dist/commonjs/api/billingAccount/index.js +28 -0
  139. package/dist/commonjs/api/billingAccount/index.js.map +7 -0
  140. package/dist/commonjs/api/billingAccount/operations.d.ts +9 -0
  141. package/dist/commonjs/api/billingAccount/operations.js +63 -0
  142. package/dist/commonjs/api/billingAccount/operations.js.map +7 -0
  143. package/dist/commonjs/api/billingAccount/options.d.ts +5 -0
  144. package/dist/commonjs/api/billingAccount/options.js +16 -0
  145. package/dist/commonjs/api/billingAccount/options.js.map +7 -0
  146. package/dist/commonjs/api/index.d.ts +3 -0
  147. package/dist/commonjs/api/index.js +28 -0
  148. package/dist/commonjs/api/index.js.map +7 -0
  149. package/dist/commonjs/api/operations/index.d.ts +3 -0
  150. package/dist/commonjs/api/operations/index.js +28 -0
  151. package/dist/commonjs/api/operations/index.js.map +7 -0
  152. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  153. package/dist/commonjs/api/operations/operations.js +72 -0
  154. package/dist/commonjs/api/operations/operations.js.map +7 -0
  155. package/dist/commonjs/api/operations/options.d.ts +5 -0
  156. package/dist/commonjs/api/operations/options.js +16 -0
  157. package/dist/commonjs/api/operations/options.js.map +7 -0
  158. package/dist/commonjs/api/subscription/index.d.ts +3 -0
  159. package/dist/commonjs/api/subscription/index.js +36 -0
  160. package/dist/commonjs/api/subscription/index.js.map +7 -0
  161. package/dist/commonjs/api/subscription/operations.d.ts +26 -0
  162. package/dist/commonjs/api/subscription/operations.js +212 -0
  163. package/dist/commonjs/api/subscription/operations.js.map +7 -0
  164. package/dist/commonjs/api/subscription/options.d.ts +19 -0
  165. package/dist/commonjs/api/subscription/options.js +16 -0
  166. package/dist/commonjs/api/subscription/options.js.map +7 -0
  167. package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
  168. package/dist/commonjs/api/subscriptionContext.js +45 -0
  169. package/dist/commonjs/api/subscriptionContext.js.map +7 -0
  170. package/dist/commonjs/api/subscriptionOperation/index.d.ts +3 -0
  171. package/dist/commonjs/api/subscriptionOperation/index.js +28 -0
  172. package/dist/commonjs/api/subscriptionOperation/index.js.map +7 -0
  173. package/dist/commonjs/api/subscriptionOperation/operations.d.ts +9 -0
  174. package/dist/commonjs/api/subscriptionOperation/operations.js +63 -0
  175. package/dist/commonjs/api/subscriptionOperation/operations.js.map +7 -0
  176. package/dist/commonjs/api/subscriptionOperation/options.d.ts +5 -0
  177. package/dist/commonjs/api/subscriptionOperation/options.js +16 -0
  178. package/dist/commonjs/api/subscriptionOperation/options.js.map +7 -0
  179. package/dist/commonjs/api/subscriptionPolicy/index.d.ts +3 -0
  180. package/dist/commonjs/api/subscriptionPolicy/index.js +32 -0
  181. package/dist/commonjs/api/subscriptionPolicy/index.js.map +7 -0
  182. package/dist/commonjs/api/subscriptionPolicy/operations.d.ts +18 -0
  183. package/dist/commonjs/api/subscriptionPolicy/operations.js +142 -0
  184. package/dist/commonjs/api/subscriptionPolicy/operations.js.map +7 -0
  185. package/dist/commonjs/api/subscriptionPolicy/options.d.ts +11 -0
  186. package/dist/commonjs/api/subscriptionPolicy/options.js +16 -0
  187. package/dist/commonjs/api/subscriptionPolicy/options.js.map +7 -0
  188. package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
  189. package/dist/commonjs/api/subscriptions/index.js +38 -0
  190. package/dist/commonjs/api/subscriptions/index.js.map +7 -0
  191. package/dist/commonjs/api/subscriptions/operations.d.ts +30 -0
  192. package/dist/commonjs/api/subscriptions/operations.js +244 -0
  193. package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
  194. package/dist/commonjs/api/subscriptions/options.d.ts +20 -0
  195. package/dist/commonjs/api/subscriptions/options.js +16 -0
  196. package/dist/commonjs/api/subscriptions/options.js.map +7 -0
  197. package/dist/commonjs/classic/alias/index.d.ts +23 -0
  198. package/dist/commonjs/classic/alias/index.js +50 -0
  199. package/dist/commonjs/classic/alias/index.js.map +7 -0
  200. package/dist/commonjs/classic/billingAccount/index.d.ts +10 -0
  201. package/dist/commonjs/classic/billingAccount/index.js +38 -0
  202. package/dist/commonjs/classic/billingAccount/index.js.map +7 -0
  203. package/dist/commonjs/classic/index.d.ts +8 -0
  204. package/dist/commonjs/classic/index.js +16 -0
  205. package/dist/commonjs/classic/index.js.map +7 -0
  206. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  207. package/dist/commonjs/classic/operations/index.js +38 -0
  208. package/dist/commonjs/classic/operations/index.js.map +7 -0
  209. package/dist/commonjs/classic/subscription/index.d.ts +24 -0
  210. package/dist/commonjs/classic/subscription/index.js +51 -0
  211. package/dist/commonjs/classic/subscription/index.js.map +7 -0
  212. package/dist/commonjs/classic/subscriptionOperation/index.d.ts +10 -0
  213. package/dist/commonjs/classic/subscriptionOperation/index.js +38 -0
  214. package/dist/commonjs/classic/subscriptionOperation/index.js.map +7 -0
  215. package/dist/commonjs/classic/subscriptionPolicy/index.d.ts +15 -0
  216. package/dist/commonjs/classic/subscriptionPolicy/index.js +40 -0
  217. package/dist/commonjs/classic/subscriptionPolicy/index.js.map +7 -0
  218. package/dist/commonjs/classic/subscriptions/index.d.ts +21 -0
  219. package/dist/commonjs/classic/subscriptions/index.js +43 -0
  220. package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
  221. package/dist/commonjs/index.d.ts +19 -3
  222. package/dist/commonjs/index.js +53 -16
  223. package/dist/commonjs/index.js.map +7 -1
  224. package/dist/commonjs/logger.d.ts +2 -0
  225. package/dist/commonjs/logger.js +29 -0
  226. package/dist/commonjs/logger.js.map +7 -0
  227. package/dist/commonjs/models/index.d.ts +2 -568
  228. package/dist/commonjs/models/index.js +44 -56
  229. package/dist/commonjs/models/index.js.map +7 -1
  230. package/dist/commonjs/models/models.d.ts +517 -0
  231. package/dist/commonjs/models/models.js +476 -0
  232. package/dist/commonjs/models/models.js.map +7 -0
  233. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  234. package/dist/commonjs/restorePollerHelpers.js +115 -0
  235. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  236. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  237. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  238. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  239. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  240. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  241. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  242. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  243. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  244. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  245. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  246. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  247. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  248. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  249. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  250. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  251. package/dist/commonjs/subscriptionClient.d.ts +30 -21
  252. package/dist/commonjs/subscriptionClient.js +69 -108
  253. package/dist/commonjs/subscriptionClient.js.map +7 -1
  254. package/dist/commonjs/tsdoc-metadata.json +1 -1
  255. package/dist/esm/api/alias/index.d.ts +3 -0
  256. package/dist/esm/api/alias/index.js +4 -0
  257. package/dist/esm/api/alias/index.js.map +1 -0
  258. package/dist/esm/api/alias/operations.d.ts +23 -0
  259. package/dist/esm/api/alias/operations.js +118 -0
  260. package/dist/esm/api/alias/operations.js.map +1 -0
  261. package/dist/esm/api/alias/options.d.ts +16 -0
  262. package/dist/esm/api/alias/options.js +4 -0
  263. package/dist/esm/api/alias/options.js.map +1 -0
  264. package/dist/esm/api/billingAccount/index.d.ts +3 -0
  265. package/dist/esm/api/billingAccount/index.js +4 -0
  266. package/dist/esm/api/billingAccount/index.js.map +1 -0
  267. package/dist/esm/api/billingAccount/operations.d.ts +9 -0
  268. package/dist/esm/api/billingAccount/operations.js +32 -0
  269. package/dist/esm/api/billingAccount/operations.js.map +1 -0
  270. package/dist/esm/api/billingAccount/options.d.ts +5 -0
  271. package/dist/esm/api/billingAccount/options.js +4 -0
  272. package/dist/esm/api/billingAccount/options.js.map +1 -0
  273. package/dist/esm/api/index.d.ts +3 -0
  274. package/dist/esm/api/index.js +4 -0
  275. package/dist/esm/api/index.js.map +1 -0
  276. package/dist/esm/api/operations/index.d.ts +3 -0
  277. package/dist/esm/api/operations/index.js +4 -0
  278. package/dist/esm/api/operations/index.js.map +1 -0
  279. package/dist/esm/api/operations/operations.d.ts +10 -0
  280. package/dist/esm/api/operations/operations.js +35 -0
  281. package/dist/esm/api/operations/operations.js.map +1 -0
  282. package/dist/esm/api/operations/options.d.ts +5 -0
  283. package/dist/esm/api/operations/options.js +4 -0
  284. package/dist/esm/api/operations/options.js.map +1 -0
  285. package/dist/esm/api/subscription/index.d.ts +3 -0
  286. package/dist/esm/api/subscription/index.js +4 -0
  287. package/dist/esm/api/subscription/index.js.map +1 -0
  288. package/dist/esm/api/subscription/operations.d.ts +26 -0
  289. package/dist/esm/api/subscription/operations.js +145 -0
  290. package/dist/esm/api/subscription/operations.js.map +1 -0
  291. package/dist/esm/api/subscription/options.d.ts +19 -0
  292. package/dist/esm/api/subscription/options.js +4 -0
  293. package/dist/esm/api/subscription/options.js.map +1 -0
  294. package/dist/esm/api/subscriptionContext.d.ts +18 -0
  295. package/dist/esm/api/subscriptionContext.js +23 -0
  296. package/dist/esm/api/subscriptionContext.js.map +1 -0
  297. package/dist/esm/api/subscriptionOperation/index.d.ts +3 -0
  298. package/dist/{browser/operationsInterfaces/billingAccount.js → esm/api/subscriptionOperation/index.js} +2 -2
  299. package/dist/esm/api/subscriptionOperation/index.js.map +1 -0
  300. package/dist/esm/api/subscriptionOperation/operations.d.ts +9 -0
  301. package/dist/esm/api/subscriptionOperation/operations.js +32 -0
  302. package/dist/esm/api/subscriptionOperation/operations.js.map +1 -0
  303. package/dist/esm/api/subscriptionOperation/options.d.ts +5 -0
  304. package/dist/esm/api/subscriptionOperation/options.js +4 -0
  305. package/dist/esm/api/subscriptionOperation/options.js.map +1 -0
  306. package/dist/esm/api/subscriptionPolicy/index.d.ts +3 -0
  307. package/dist/esm/api/subscriptionPolicy/index.js +4 -0
  308. package/dist/esm/api/subscriptionPolicy/index.js.map +1 -0
  309. package/dist/esm/api/subscriptionPolicy/operations.d.ts +18 -0
  310. package/dist/esm/api/subscriptionPolicy/operations.js +87 -0
  311. package/dist/esm/api/subscriptionPolicy/operations.js.map +1 -0
  312. package/dist/esm/api/subscriptionPolicy/options.d.ts +11 -0
  313. package/dist/esm/api/subscriptionPolicy/options.js +4 -0
  314. package/dist/esm/api/subscriptionPolicy/options.js.map +1 -0
  315. package/dist/esm/api/subscriptions/index.d.ts +3 -0
  316. package/dist/esm/api/subscriptions/index.js +4 -0
  317. package/dist/esm/api/subscriptions/index.js.map +1 -0
  318. package/dist/esm/api/subscriptions/operations.d.ts +30 -0
  319. package/dist/esm/api/subscriptions/operations.js +162 -0
  320. package/dist/esm/api/subscriptions/operations.js.map +1 -0
  321. package/dist/esm/api/subscriptions/options.d.ts +20 -0
  322. package/dist/esm/api/subscriptions/options.js +4 -0
  323. package/dist/esm/api/subscriptions/options.js.map +1 -0
  324. package/dist/esm/classic/alias/index.d.ts +23 -0
  325. package/dist/esm/classic/alias/index.js +26 -0
  326. package/dist/esm/classic/alias/index.js.map +1 -0
  327. package/dist/esm/classic/billingAccount/index.d.ts +10 -0
  328. package/dist/esm/classic/billingAccount/index.js +14 -0
  329. package/dist/esm/classic/billingAccount/index.js.map +1 -0
  330. package/dist/esm/classic/index.d.ts +8 -0
  331. package/dist/{browser/operationsInterfaces/alias.js → esm/classic/index.js} +1 -1
  332. package/dist/esm/classic/index.js.map +1 -0
  333. package/dist/esm/classic/operations/index.d.ts +11 -0
  334. package/dist/esm/classic/operations/index.js +14 -0
  335. package/dist/esm/classic/operations/index.js.map +1 -0
  336. package/dist/esm/classic/subscription/index.d.ts +24 -0
  337. package/dist/esm/classic/subscription/index.js +27 -0
  338. package/dist/esm/classic/subscription/index.js.map +1 -0
  339. package/dist/esm/classic/subscriptionOperation/index.d.ts +10 -0
  340. package/dist/esm/classic/subscriptionOperation/index.js +14 -0
  341. package/dist/esm/classic/subscriptionOperation/index.js.map +1 -0
  342. package/dist/esm/classic/subscriptionPolicy/index.d.ts +15 -0
  343. package/dist/esm/classic/subscriptionPolicy/index.js +16 -0
  344. package/dist/esm/classic/subscriptionPolicy/index.js.map +1 -0
  345. package/dist/esm/classic/subscriptions/index.d.ts +21 -0
  346. package/dist/esm/classic/subscriptions/index.js +19 -0
  347. package/dist/esm/classic/subscriptions/index.js.map +1 -0
  348. package/dist/esm/index.d.ts +19 -3
  349. package/dist/esm/index.js +4 -6
  350. package/dist/esm/index.js.map +1 -1
  351. package/dist/esm/logger.d.ts +2 -0
  352. package/dist/esm/logger.js +5 -0
  353. package/dist/esm/logger.js.map +1 -0
  354. package/dist/esm/models/index.d.ts +2 -568
  355. package/dist/esm/models/index.js +1 -50
  356. package/dist/esm/models/index.js.map +1 -1
  357. package/dist/esm/models/models.d.ts +517 -0
  358. package/dist/esm/models/models.js +428 -0
  359. package/dist/esm/models/models.js.map +1 -0
  360. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  361. package/dist/esm/restorePollerHelpers.js +102 -0
  362. package/dist/esm/restorePollerHelpers.js.map +1 -0
  363. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  364. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  365. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  366. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  367. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  368. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  369. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  370. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  371. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  372. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  373. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  374. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  375. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  376. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  377. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  378. package/dist/esm/subscriptionClient.d.ts +30 -21
  379. package/dist/esm/subscriptionClient.js +40 -96
  380. package/dist/esm/subscriptionClient.js.map +1 -1
  381. package/package.json +205 -96
  382. package/dist/browser/index.d.ts.map +0 -1
  383. package/dist/browser/lroImpl.d.ts +0 -11
  384. package/dist/browser/lroImpl.d.ts.map +0 -1
  385. package/dist/browser/lroImpl.js +0 -20
  386. package/dist/browser/lroImpl.js.map +0 -1
  387. package/dist/browser/models/index.d.ts.map +0 -1
  388. package/dist/browser/models/mappers.d.ts +0 -31
  389. package/dist/browser/models/mappers.d.ts.map +0 -1
  390. package/dist/browser/models/mappers.js +0 -867
  391. package/dist/browser/models/mappers.js.map +0 -1
  392. package/dist/browser/models/parameters.d.ts +0 -15
  393. package/dist/browser/models/parameters.d.ts.map +0 -1
  394. package/dist/browser/models/parameters.js +0 -115
  395. package/dist/browser/models/parameters.js.map +0 -1
  396. package/dist/browser/operations/alias.d.ts +0 -53
  397. package/dist/browser/operations/alias.d.ts.map +0 -1
  398. package/dist/browser/operations/alias.js +0 -182
  399. package/dist/browser/operations/alias.js.map +0 -1
  400. package/dist/browser/operations/billingAccount.d.ts +0 -19
  401. package/dist/browser/operations/billingAccount.d.ts.map +0 -1
  402. package/dist/browser/operations/billingAccount.js +0 -43
  403. package/dist/browser/operations/billingAccount.js.map +0 -1
  404. package/dist/browser/operations/index.d.ts +0 -7
  405. package/dist/browser/operations/index.d.ts.map +0 -1
  406. package/dist/browser/operations/index.js +0 -11
  407. package/dist/browser/operations/index.js.map +0 -1
  408. package/dist/browser/operations/operations.d.ts +0 -32
  409. package/dist/browser/operations/operations.d.ts.map +0 -1
  410. package/dist/browser/operations/operations.js +0 -111
  411. package/dist/browser/operations/operations.js.map +0 -1
  412. package/dist/browser/operations/subscription.d.ts +0 -53
  413. package/dist/browser/operations/subscription.d.ts.map +0 -1
  414. package/dist/browser/operations/subscription.js +0 -203
  415. package/dist/browser/operations/subscription.js.map +0 -1
  416. package/dist/browser/operations/subscriptionOperation.d.ts +0 -20
  417. package/dist/browser/operations/subscriptionOperation.d.ts.map +0 -1
  418. package/dist/browser/operations/subscriptionOperation.js +0 -47
  419. package/dist/browser/operations/subscriptionOperation.js.map +0 -1
  420. package/dist/browser/operations/subscriptionPolicy.d.ts +0 -43
  421. package/dist/browser/operations/subscriptionPolicy.d.ts.map +0 -1
  422. package/dist/browser/operations/subscriptionPolicy.js +0 -160
  423. package/dist/browser/operations/subscriptionPolicy.js.map +0 -1
  424. package/dist/browser/operationsInterfaces/alias.d.ts +0 -45
  425. package/dist/browser/operationsInterfaces/alias.d.ts.map +0 -1
  426. package/dist/browser/operationsInterfaces/alias.js.map +0 -1
  427. package/dist/browser/operationsInterfaces/billingAccount.d.ts +0 -11
  428. package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +0 -1
  429. package/dist/browser/operationsInterfaces/billingAccount.js.map +0 -1
  430. package/dist/browser/operationsInterfaces/index.d.ts +0 -7
  431. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  432. package/dist/browser/operationsInterfaces/index.js +0 -11
  433. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  434. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  435. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  436. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  437. package/dist/browser/operationsInterfaces/subscription.d.ts +0 -45
  438. package/dist/browser/operationsInterfaces/subscription.d.ts.map +0 -1
  439. package/dist/browser/operationsInterfaces/subscription.js.map +0 -1
  440. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  441. package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  442. package/dist/browser/operationsInterfaces/subscriptionOperation.js +0 -4
  443. package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +0 -1
  444. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  445. package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  446. package/dist/browser/operationsInterfaces/subscriptionPolicy.js +0 -4
  447. package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  448. package/dist/browser/pagingHelper.d.ts +0 -13
  449. package/dist/browser/pagingHelper.d.ts.map +0 -1
  450. package/dist/browser/pagingHelper.js +0 -25
  451. package/dist/browser/pagingHelper.js.map +0 -1
  452. package/dist/browser/subscriptionClient.d.ts.map +0 -1
  453. package/dist/commonjs/index.d.ts.map +0 -1
  454. package/dist/commonjs/lroImpl.d.ts +0 -11
  455. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  456. package/dist/commonjs/lroImpl.js +0 -23
  457. package/dist/commonjs/lroImpl.js.map +0 -1
  458. package/dist/commonjs/models/index.d.ts.map +0 -1
  459. package/dist/commonjs/models/mappers.d.ts +0 -31
  460. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  461. package/dist/commonjs/models/mappers.js +0 -870
  462. package/dist/commonjs/models/mappers.js.map +0 -1
  463. package/dist/commonjs/models/parameters.d.ts +0 -15
  464. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  465. package/dist/commonjs/models/parameters.js +0 -118
  466. package/dist/commonjs/models/parameters.js.map +0 -1
  467. package/dist/commonjs/operations/alias.d.ts +0 -53
  468. package/dist/commonjs/operations/alias.d.ts.map +0 -1
  469. package/dist/commonjs/operations/alias.js +0 -187
  470. package/dist/commonjs/operations/alias.js.map +0 -1
  471. package/dist/commonjs/operations/billingAccount.d.ts +0 -19
  472. package/dist/commonjs/operations/billingAccount.d.ts.map +0 -1
  473. package/dist/commonjs/operations/billingAccount.js +0 -48
  474. package/dist/commonjs/operations/billingAccount.js.map +0 -1
  475. package/dist/commonjs/operations/index.d.ts +0 -7
  476. package/dist/commonjs/operations/index.d.ts.map +0 -1
  477. package/dist/commonjs/operations/index.js +0 -14
  478. package/dist/commonjs/operations/index.js.map +0 -1
  479. package/dist/commonjs/operations/operations.d.ts +0 -32
  480. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  481. package/dist/commonjs/operations/operations.js +0 -116
  482. package/dist/commonjs/operations/operations.js.map +0 -1
  483. package/dist/commonjs/operations/subscription.d.ts +0 -53
  484. package/dist/commonjs/operations/subscription.d.ts.map +0 -1
  485. package/dist/commonjs/operations/subscription.js +0 -208
  486. package/dist/commonjs/operations/subscription.js.map +0 -1
  487. package/dist/commonjs/operations/subscriptionOperation.d.ts +0 -20
  488. package/dist/commonjs/operations/subscriptionOperation.d.ts.map +0 -1
  489. package/dist/commonjs/operations/subscriptionOperation.js +0 -52
  490. package/dist/commonjs/operations/subscriptionOperation.js.map +0 -1
  491. package/dist/commonjs/operations/subscriptionPolicy.d.ts +0 -43
  492. package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +0 -1
  493. package/dist/commonjs/operations/subscriptionPolicy.js +0 -165
  494. package/dist/commonjs/operations/subscriptionPolicy.js.map +0 -1
  495. package/dist/commonjs/operationsInterfaces/alias.d.ts +0 -45
  496. package/dist/commonjs/operationsInterfaces/alias.d.ts.map +0 -1
  497. package/dist/commonjs/operationsInterfaces/alias.js +0 -5
  498. package/dist/commonjs/operationsInterfaces/alias.js.map +0 -1
  499. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +0 -11
  500. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +0 -1
  501. package/dist/commonjs/operationsInterfaces/billingAccount.js +0 -5
  502. package/dist/commonjs/operationsInterfaces/billingAccount.js.map +0 -1
  503. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
  504. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  505. package/dist/commonjs/operationsInterfaces/index.js +0 -14
  506. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  507. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  508. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  509. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  510. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  511. package/dist/commonjs/operationsInterfaces/subscription.d.ts +0 -45
  512. package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +0 -1
  513. package/dist/commonjs/operationsInterfaces/subscription.js +0 -5
  514. package/dist/commonjs/operationsInterfaces/subscription.js.map +0 -1
  515. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  516. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  517. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js +0 -5
  518. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +0 -1
  519. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  520. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  521. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js +0 -5
  522. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  523. package/dist/commonjs/pagingHelper.d.ts +0 -13
  524. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  525. package/dist/commonjs/pagingHelper.js +0 -29
  526. package/dist/commonjs/pagingHelper.js.map +0 -1
  527. package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
  528. package/dist/esm/index.d.ts.map +0 -1
  529. package/dist/esm/lroImpl.d.ts +0 -11
  530. package/dist/esm/lroImpl.d.ts.map +0 -1
  531. package/dist/esm/lroImpl.js +0 -20
  532. package/dist/esm/lroImpl.js.map +0 -1
  533. package/dist/esm/models/index.d.ts.map +0 -1
  534. package/dist/esm/models/mappers.d.ts +0 -31
  535. package/dist/esm/models/mappers.d.ts.map +0 -1
  536. package/dist/esm/models/mappers.js +0 -867
  537. package/dist/esm/models/mappers.js.map +0 -1
  538. package/dist/esm/models/parameters.d.ts +0 -15
  539. package/dist/esm/models/parameters.d.ts.map +0 -1
  540. package/dist/esm/models/parameters.js +0 -115
  541. package/dist/esm/models/parameters.js.map +0 -1
  542. package/dist/esm/operations/alias.d.ts +0 -53
  543. package/dist/esm/operations/alias.d.ts.map +0 -1
  544. package/dist/esm/operations/alias.js +0 -182
  545. package/dist/esm/operations/alias.js.map +0 -1
  546. package/dist/esm/operations/billingAccount.d.ts +0 -19
  547. package/dist/esm/operations/billingAccount.d.ts.map +0 -1
  548. package/dist/esm/operations/billingAccount.js +0 -43
  549. package/dist/esm/operations/billingAccount.js.map +0 -1
  550. package/dist/esm/operations/index.d.ts +0 -7
  551. package/dist/esm/operations/index.d.ts.map +0 -1
  552. package/dist/esm/operations/index.js +0 -11
  553. package/dist/esm/operations/index.js.map +0 -1
  554. package/dist/esm/operations/operations.d.ts +0 -32
  555. package/dist/esm/operations/operations.d.ts.map +0 -1
  556. package/dist/esm/operations/operations.js +0 -111
  557. package/dist/esm/operations/operations.js.map +0 -1
  558. package/dist/esm/operations/subscription.d.ts +0 -53
  559. package/dist/esm/operations/subscription.d.ts.map +0 -1
  560. package/dist/esm/operations/subscription.js +0 -203
  561. package/dist/esm/operations/subscription.js.map +0 -1
  562. package/dist/esm/operations/subscriptionOperation.d.ts +0 -20
  563. package/dist/esm/operations/subscriptionOperation.d.ts.map +0 -1
  564. package/dist/esm/operations/subscriptionOperation.js +0 -47
  565. package/dist/esm/operations/subscriptionOperation.js.map +0 -1
  566. package/dist/esm/operations/subscriptionPolicy.d.ts +0 -43
  567. package/dist/esm/operations/subscriptionPolicy.d.ts.map +0 -1
  568. package/dist/esm/operations/subscriptionPolicy.js +0 -160
  569. package/dist/esm/operations/subscriptionPolicy.js.map +0 -1
  570. package/dist/esm/operationsInterfaces/alias.d.ts +0 -45
  571. package/dist/esm/operationsInterfaces/alias.d.ts.map +0 -1
  572. package/dist/esm/operationsInterfaces/alias.js.map +0 -1
  573. package/dist/esm/operationsInterfaces/billingAccount.d.ts +0 -11
  574. package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +0 -1
  575. package/dist/esm/operationsInterfaces/billingAccount.js +0 -4
  576. package/dist/esm/operationsInterfaces/billingAccount.js.map +0 -1
  577. package/dist/esm/operationsInterfaces/index.d.ts +0 -7
  578. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  579. package/dist/esm/operationsInterfaces/index.js +0 -11
  580. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  581. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  582. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  583. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  584. package/dist/esm/operationsInterfaces/subscription.d.ts +0 -45
  585. package/dist/esm/operationsInterfaces/subscription.d.ts.map +0 -1
  586. package/dist/esm/operationsInterfaces/subscription.js +0 -4
  587. package/dist/esm/operationsInterfaces/subscription.js.map +0 -1
  588. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  589. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  590. package/dist/esm/operationsInterfaces/subscriptionOperation.js +0 -4
  591. package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +0 -1
  592. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  593. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  594. package/dist/esm/operationsInterfaces/subscriptionPolicy.js +0 -4
  595. package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  596. package/dist/esm/pagingHelper.d.ts +0 -13
  597. package/dist/esm/pagingHelper.d.ts.map +0 -1
  598. package/dist/esm/pagingHelper.js +0 -25
  599. package/dist/esm/pagingHelper.js.map +0 -1
  600. package/dist/esm/subscriptionClient.d.ts.map +0 -1
  601. package/dist/react-native/index.d.ts +0 -5
  602. package/dist/react-native/index.d.ts.map +0 -1
  603. package/dist/react-native/index.js +0 -10
  604. package/dist/react-native/index.js.map +0 -1
  605. package/dist/react-native/lroImpl.d.ts +0 -11
  606. package/dist/react-native/lroImpl.d.ts.map +0 -1
  607. package/dist/react-native/lroImpl.js +0 -20
  608. package/dist/react-native/lroImpl.js.map +0 -1
  609. package/dist/react-native/models/index.d.ts +0 -569
  610. package/dist/react-native/models/index.d.ts.map +0 -1
  611. package/dist/react-native/models/index.js +0 -53
  612. package/dist/react-native/models/index.js.map +0 -1
  613. package/dist/react-native/models/mappers.d.ts +0 -31
  614. package/dist/react-native/models/mappers.d.ts.map +0 -1
  615. package/dist/react-native/models/mappers.js +0 -867
  616. package/dist/react-native/models/mappers.js.map +0 -1
  617. package/dist/react-native/models/parameters.d.ts +0 -15
  618. package/dist/react-native/models/parameters.d.ts.map +0 -1
  619. package/dist/react-native/models/parameters.js +0 -115
  620. package/dist/react-native/models/parameters.js.map +0 -1
  621. package/dist/react-native/operations/alias.d.ts +0 -53
  622. package/dist/react-native/operations/alias.d.ts.map +0 -1
  623. package/dist/react-native/operations/alias.js +0 -182
  624. package/dist/react-native/operations/alias.js.map +0 -1
  625. package/dist/react-native/operations/billingAccount.d.ts +0 -19
  626. package/dist/react-native/operations/billingAccount.d.ts.map +0 -1
  627. package/dist/react-native/operations/billingAccount.js +0 -43
  628. package/dist/react-native/operations/billingAccount.js.map +0 -1
  629. package/dist/react-native/operations/index.d.ts +0 -7
  630. package/dist/react-native/operations/index.d.ts.map +0 -1
  631. package/dist/react-native/operations/index.js +0 -11
  632. package/dist/react-native/operations/index.js.map +0 -1
  633. package/dist/react-native/operations/operations.d.ts +0 -32
  634. package/dist/react-native/operations/operations.d.ts.map +0 -1
  635. package/dist/react-native/operations/operations.js +0 -111
  636. package/dist/react-native/operations/operations.js.map +0 -1
  637. package/dist/react-native/operations/subscription.d.ts +0 -53
  638. package/dist/react-native/operations/subscription.d.ts.map +0 -1
  639. package/dist/react-native/operations/subscription.js +0 -203
  640. package/dist/react-native/operations/subscription.js.map +0 -1
  641. package/dist/react-native/operations/subscriptionOperation.d.ts +0 -20
  642. package/dist/react-native/operations/subscriptionOperation.d.ts.map +0 -1
  643. package/dist/react-native/operations/subscriptionOperation.js +0 -47
  644. package/dist/react-native/operations/subscriptionOperation.js.map +0 -1
  645. package/dist/react-native/operations/subscriptionPolicy.d.ts +0 -43
  646. package/dist/react-native/operations/subscriptionPolicy.d.ts.map +0 -1
  647. package/dist/react-native/operations/subscriptionPolicy.js +0 -160
  648. package/dist/react-native/operations/subscriptionPolicy.js.map +0 -1
  649. package/dist/react-native/operationsInterfaces/alias.d.ts +0 -45
  650. package/dist/react-native/operationsInterfaces/alias.d.ts.map +0 -1
  651. package/dist/react-native/operationsInterfaces/alias.js.map +0 -1
  652. package/dist/react-native/operationsInterfaces/billingAccount.d.ts +0 -11
  653. package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +0 -1
  654. package/dist/react-native/operationsInterfaces/billingAccount.js +0 -4
  655. package/dist/react-native/operationsInterfaces/billingAccount.js.map +0 -1
  656. package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
  657. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  658. package/dist/react-native/operationsInterfaces/index.js +0 -11
  659. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  660. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  661. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  662. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  663. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  664. package/dist/react-native/operationsInterfaces/subscription.d.ts +0 -45
  665. package/dist/react-native/operationsInterfaces/subscription.d.ts.map +0 -1
  666. package/dist/react-native/operationsInterfaces/subscription.js +0 -4
  667. package/dist/react-native/operationsInterfaces/subscription.js.map +0 -1
  668. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  669. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  670. package/dist/react-native/operationsInterfaces/subscriptionOperation.js +0 -4
  671. package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +0 -1
  672. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  673. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  674. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +0 -4
  675. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  676. package/dist/react-native/package.json +0 -3
  677. package/dist/react-native/pagingHelper.d.ts +0 -13
  678. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  679. package/dist/react-native/pagingHelper.js +0 -25
  680. package/dist/react-native/pagingHelper.js.map +0 -1
  681. package/dist/react-native/subscriptionClient.d.ts +0 -23
  682. package/dist/react-native/subscriptionClient.d.ts.map +0 -1
  683. package/dist/react-native/subscriptionClient.js +0 -104
  684. package/dist/react-native/subscriptionClient.js.map +0 -1
@@ -0,0 +1,428 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export function _operationListResultDeserializer(item) {
4
+ return {
5
+ value: operationArrayDeserializer(item["value"]),
6
+ nextLink: item["nextLink"],
7
+ };
8
+ }
9
+ export function operationArrayDeserializer(result) {
10
+ return result.map((item) => {
11
+ return operationDeserializer(item);
12
+ });
13
+ }
14
+ export function operationDeserializer(item) {
15
+ return {
16
+ name: item["name"],
17
+ isDataAction: item["isDataAction"],
18
+ display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
19
+ origin: item["origin"],
20
+ actionType: item["actionType"],
21
+ };
22
+ }
23
+ export function operationDisplayDeserializer(item) {
24
+ return {
25
+ provider: item["provider"],
26
+ resource: item["resource"],
27
+ operation: item["operation"],
28
+ description: item["description"],
29
+ };
30
+ }
31
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
32
+ export var KnownOrigin;
33
+ (function (KnownOrigin) {
34
+ /** Indicates the operation is initiated by a user. */
35
+ KnownOrigin["User"] = "user";
36
+ /** Indicates the operation is initiated by a system. */
37
+ KnownOrigin["System"] = "system";
38
+ /** Indicates the operation is initiated by a user or system. */
39
+ KnownOrigin["UserSystem"] = "user,system";
40
+ })(KnownOrigin || (KnownOrigin = {}));
41
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
42
+ export var KnownActionType;
43
+ (function (KnownActionType) {
44
+ /** Actions are for internal-only APIs. */
45
+ KnownActionType["Internal"] = "Internal";
46
+ })(KnownActionType || (KnownActionType = {}));
47
+ export function errorResponseDeserializer(item) {
48
+ return {
49
+ error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
50
+ };
51
+ }
52
+ export function errorDetailDeserializer(item) {
53
+ return {
54
+ code: item["code"],
55
+ message: item["message"],
56
+ target: item["target"],
57
+ details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
58
+ additionalInfo: !item["additionalInfo"]
59
+ ? item["additionalInfo"]
60
+ : errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
61
+ };
62
+ }
63
+ export function errorDetailArrayDeserializer(result) {
64
+ return result.map((item) => {
65
+ return errorDetailDeserializer(item);
66
+ });
67
+ }
68
+ export function errorAdditionalInfoArrayDeserializer(result) {
69
+ return result.map((item) => {
70
+ return errorAdditionalInfoDeserializer(item);
71
+ });
72
+ }
73
+ export function errorAdditionalInfoDeserializer(item) {
74
+ return {
75
+ type: item["type"],
76
+ info: item["info"],
77
+ };
78
+ }
79
+ export function targetDirectoryResultDeserializer(item) {
80
+ return {
81
+ id: item["id"],
82
+ name: item["name"],
83
+ type: item["type"],
84
+ systemData: !item["systemData"]
85
+ ? item["systemData"]
86
+ : systemDataDeserializer(item["systemData"]),
87
+ properties: !item["properties"]
88
+ ? item["properties"]
89
+ : targetDirectoryResultPropertiesDeserializer(item["properties"]),
90
+ };
91
+ }
92
+ export function targetDirectoryResultPropertiesDeserializer(item) {
93
+ return {
94
+ destinationTenantId: item["destinationTenantId"],
95
+ destinationOwnerId: item["destinationOwnerId"],
96
+ subscriptionId: item["subscriptionId"],
97
+ createdDate: !item["createdDate"] ? item["createdDate"] : new Date(item["createdDate"]),
98
+ acceptedDate: !item["acceptedDate"] ? item["acceptedDate"] : new Date(item["acceptedDate"]),
99
+ sourceOwnerEmail: item["sourceOwnerEmail"],
100
+ sourceOwnerId: item["sourceOwnerId"],
101
+ sourceTenantId: item["sourceTenantId"],
102
+ status: item["status"],
103
+ expiresOn: !item["expiresOn"] ? item["expiresOn"] : new Date(item["expiresOn"]),
104
+ };
105
+ }
106
+ /** Status of the subscription transfer operation. */
107
+ export var KnownChangeDirectoryOperationStatus;
108
+ (function (KnownChangeDirectoryOperationStatus) {
109
+ /** The subscription transfer request has been created and is waiting for acceptance by the destination tenant. */
110
+ KnownChangeDirectoryOperationStatus["Initialized"] = "Initialized";
111
+ /** The subscription transfer request has been accepted by the destination tenant and the transfer is in progress. */
112
+ KnownChangeDirectoryOperationStatus["InProgress"] = "InProgress";
113
+ /** The subscription transfer has been completed and is now owned by the destination tenant. */
114
+ KnownChangeDirectoryOperationStatus["Completed"] = "Completed";
115
+ })(KnownChangeDirectoryOperationStatus || (KnownChangeDirectoryOperationStatus = {}));
116
+ export function proxyResourceDeserializer(item) {
117
+ return {
118
+ id: item["id"],
119
+ name: item["name"],
120
+ type: item["type"],
121
+ systemData: !item["systemData"]
122
+ ? item["systemData"]
123
+ : systemDataDeserializer(item["systemData"]),
124
+ };
125
+ }
126
+ export function resourceDeserializer(item) {
127
+ return {
128
+ id: item["id"],
129
+ name: item["name"],
130
+ type: item["type"],
131
+ systemData: !item["systemData"]
132
+ ? item["systemData"]
133
+ : systemDataDeserializer(item["systemData"]),
134
+ };
135
+ }
136
+ export function systemDataDeserializer(item) {
137
+ return {
138
+ createdBy: item["createdBy"],
139
+ createdByType: item["createdByType"],
140
+ createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
141
+ lastModifiedBy: item["lastModifiedBy"],
142
+ lastModifiedByType: item["lastModifiedByType"],
143
+ lastModifiedAt: !item["lastModifiedAt"]
144
+ ? item["lastModifiedAt"]
145
+ : new Date(item["lastModifiedAt"]),
146
+ };
147
+ }
148
+ /** The kind of entity that created the resource. */
149
+ export var KnownCreatedByType;
150
+ (function (KnownCreatedByType) {
151
+ /** The entity was created by a user. */
152
+ KnownCreatedByType["User"] = "User";
153
+ /** The entity was created by an application. */
154
+ KnownCreatedByType["Application"] = "Application";
155
+ /** The entity was created by a managed identity. */
156
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
157
+ /** The entity was created by a key. */
158
+ KnownCreatedByType["Key"] = "Key";
159
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
160
+ export function targetDirectoryRequestSerializer(item) {
161
+ return {
162
+ properties: !item["properties"]
163
+ ? item["properties"]
164
+ : targetDirectoryRequestPropertiesSerializer(item["properties"]),
165
+ };
166
+ }
167
+ export function targetDirectoryRequestPropertiesSerializer(item) {
168
+ return {
169
+ destinationOwnerId: item["destinationOwnerId"],
170
+ destinationTenantId: item["destinationTenantId"],
171
+ };
172
+ }
173
+ export function _targetDirectoryListResultDeserializer(item) {
174
+ return {
175
+ value: !item["value"] ? item["value"] : targetDirectoryResultArrayDeserializer(item["value"]),
176
+ nextLink: item["nextLink"],
177
+ };
178
+ }
179
+ export function targetDirectoryResultArrayDeserializer(result) {
180
+ return result.map((item) => {
181
+ return targetDirectoryResultDeserializer(item);
182
+ });
183
+ }
184
+ export function subscriptionAliasResponseDeserializer(item) {
185
+ return {
186
+ id: item["id"],
187
+ name: item["name"],
188
+ type: item["type"],
189
+ systemData: !item["systemData"]
190
+ ? item["systemData"]
191
+ : systemDataDeserializer(item["systemData"]),
192
+ properties: !item["properties"]
193
+ ? item["properties"]
194
+ : subscriptionAliasResponsePropertiesDeserializer(item["properties"]),
195
+ };
196
+ }
197
+ export function subscriptionAliasResponsePropertiesDeserializer(item) {
198
+ return {
199
+ subscriptionId: item["subscriptionId"],
200
+ displayName: item["displayName"],
201
+ provisioningState: item["provisioningState"],
202
+ acceptOwnershipUrl: item["acceptOwnershipUrl"],
203
+ acceptOwnershipState: item["acceptOwnershipState"],
204
+ billingScope: item["billingScope"],
205
+ workload: item["workload"],
206
+ resellerId: item["resellerId"],
207
+ subscriptionOwnerId: item["subscriptionOwnerId"],
208
+ managementGroupId: item["managementGroupId"],
209
+ createdTime: item["createdTime"],
210
+ tags: !item["tags"]
211
+ ? item["tags"]
212
+ : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
213
+ };
214
+ }
215
+ /** The provisioning state of the resource. */
216
+ export var KnownProvisioningState;
217
+ (function (KnownProvisioningState) {
218
+ /** Accepted */
219
+ KnownProvisioningState["Accepted"] = "Accepted";
220
+ /** Succeeded */
221
+ KnownProvisioningState["Succeeded"] = "Succeeded";
222
+ /** Failed */
223
+ KnownProvisioningState["Failed"] = "Failed";
224
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
225
+ /** The accept ownership state of the resource. */
226
+ export var KnownAcceptOwnership;
227
+ (function (KnownAcceptOwnership) {
228
+ /** Pending */
229
+ KnownAcceptOwnership["Pending"] = "Pending";
230
+ /** Completed */
231
+ KnownAcceptOwnership["Completed"] = "Completed";
232
+ /** Expired */
233
+ KnownAcceptOwnership["Expired"] = "Expired";
234
+ })(KnownAcceptOwnership || (KnownAcceptOwnership = {}));
235
+ /** The workload type of the subscription. It can be either Production or DevTest. */
236
+ export var KnownWorkload;
237
+ (function (KnownWorkload) {
238
+ /** Production */
239
+ KnownWorkload["Production"] = "Production";
240
+ /** DevTest */
241
+ KnownWorkload["DevTest"] = "DevTest";
242
+ })(KnownWorkload || (KnownWorkload = {}));
243
+ export function putAliasRequestSerializer(item) {
244
+ return {
245
+ properties: !item["properties"]
246
+ ? item["properties"]
247
+ : putAliasRequestPropertiesSerializer(item["properties"]),
248
+ };
249
+ }
250
+ export function putAliasRequestPropertiesSerializer(item) {
251
+ return {
252
+ displayName: item["displayName"],
253
+ workload: item["workload"],
254
+ billingScope: item["billingScope"],
255
+ subscriptionId: item["subscriptionId"],
256
+ resellerId: item["resellerId"],
257
+ additionalProperties: !item["additionalProperties"]
258
+ ? item["additionalProperties"]
259
+ : putAliasRequestAdditionalPropertiesSerializer(item["additionalProperties"]),
260
+ };
261
+ }
262
+ export function putAliasRequestAdditionalPropertiesSerializer(item) {
263
+ return {
264
+ managementGroupId: item["managementGroupId"],
265
+ subscriptionTenantId: item["subscriptionTenantId"],
266
+ subscriptionOwnerId: item["subscriptionOwnerId"],
267
+ tags: item["tags"],
268
+ };
269
+ }
270
+ export function _subscriptionAliasListResultDeserializer(item) {
271
+ return {
272
+ value: !item["value"]
273
+ ? item["value"]
274
+ : subscriptionAliasResponseArrayDeserializer(item["value"]),
275
+ nextLink: item["nextLink"],
276
+ };
277
+ }
278
+ export function subscriptionAliasResponseArrayDeserializer(result) {
279
+ return result.map((item) => {
280
+ return subscriptionAliasResponseDeserializer(item);
281
+ });
282
+ }
283
+ export function getTenantPolicyResponseDeserializer(item) {
284
+ return {
285
+ id: item["id"],
286
+ name: item["name"],
287
+ type: item["type"],
288
+ systemData: !item["systemData"]
289
+ ? item["systemData"]
290
+ : systemDataDeserializer(item["systemData"]),
291
+ properties: !item["properties"]
292
+ ? item["properties"]
293
+ : tenantPolicyDeserializer(item["properties"]),
294
+ };
295
+ }
296
+ export function tenantPolicyDeserializer(item) {
297
+ return {
298
+ policyId: item["policyId"],
299
+ blockSubscriptionsLeavingTenant: item["blockSubscriptionsLeavingTenant"],
300
+ blockSubscriptionsIntoTenant: item["blockSubscriptionsIntoTenant"],
301
+ exemptedPrincipals: !item["exemptedPrincipals"]
302
+ ? item["exemptedPrincipals"]
303
+ : item["exemptedPrincipals"].map((p) => {
304
+ return p;
305
+ }),
306
+ };
307
+ }
308
+ export function putTenantPolicyRequestPropertiesSerializer(item) {
309
+ return {
310
+ blockSubscriptionsLeavingTenant: item["blockSubscriptionsLeavingTenant"],
311
+ blockSubscriptionsIntoTenant: item["blockSubscriptionsIntoTenant"],
312
+ exemptedPrincipals: !item["exemptedPrincipals"]
313
+ ? item["exemptedPrincipals"]
314
+ : item["exemptedPrincipals"].map((p) => {
315
+ return p;
316
+ }),
317
+ };
318
+ }
319
+ export function _getTenantPolicyListResponseDeserializer(item) {
320
+ return {
321
+ value: getTenantPolicyResponseArrayDeserializer(item["value"]),
322
+ nextLink: item["nextLink"],
323
+ };
324
+ }
325
+ export function getTenantPolicyResponseArrayDeserializer(result) {
326
+ return result.map((item) => {
327
+ return getTenantPolicyResponseDeserializer(item);
328
+ });
329
+ }
330
+ export function billingAccountPoliciesResponseDeserializer(item) {
331
+ return {
332
+ id: item["id"],
333
+ name: item["name"],
334
+ type: item["type"],
335
+ systemData: !item["systemData"]
336
+ ? item["systemData"]
337
+ : systemDataDeserializer(item["systemData"]),
338
+ properties: !item["properties"]
339
+ ? item["properties"]
340
+ : billingAccountPoliciesResponsePropertiesDeserializer(item["properties"]),
341
+ };
342
+ }
343
+ export function billingAccountPoliciesResponsePropertiesDeserializer(item) {
344
+ return {
345
+ serviceTenants: !item["serviceTenants"]
346
+ ? item["serviceTenants"]
347
+ : serviceTenantResponseArrayDeserializer(item["serviceTenants"]),
348
+ allowTransfers: item["allowTransfers"],
349
+ };
350
+ }
351
+ export function serviceTenantResponseArrayDeserializer(result) {
352
+ return result.map((item) => {
353
+ return serviceTenantResponseDeserializer(item);
354
+ });
355
+ }
356
+ export function serviceTenantResponseDeserializer(item) {
357
+ return {
358
+ tenantId: item["tenantId"],
359
+ tenantName: item["tenantName"],
360
+ };
361
+ }
362
+ export function canceledSubscriptionIdDeserializer(item) {
363
+ return {
364
+ subscriptionId: item["subscriptionId"],
365
+ };
366
+ }
367
+ export function subscriptionNameSerializer(item) {
368
+ return { subscriptionName: item["subscriptionName"] };
369
+ }
370
+ export function renamedSubscriptionIdDeserializer(item) {
371
+ return {
372
+ subscriptionId: item["subscriptionId"],
373
+ };
374
+ }
375
+ export function enabledSubscriptionIdDeserializer(item) {
376
+ return {
377
+ subscriptionId: item["subscriptionId"],
378
+ };
379
+ }
380
+ export function acceptOwnershipRequestSerializer(item) {
381
+ return {
382
+ properties: !item["properties"]
383
+ ? item["properties"]
384
+ : acceptOwnershipRequestPropertiesSerializer(item["properties"]),
385
+ };
386
+ }
387
+ export function acceptOwnershipRequestPropertiesSerializer(item) {
388
+ return {
389
+ displayName: item["displayName"],
390
+ managementGroupId: item["managementGroupId"],
391
+ tags: item["tags"],
392
+ };
393
+ }
394
+ export function acceptOwnershipStatusResponseDeserializer(item) {
395
+ return {
396
+ subscriptionId: item["subscriptionId"],
397
+ acceptOwnershipState: item["acceptOwnershipState"],
398
+ provisioningState: item["provisioningState"],
399
+ billingOwner: item["billingOwner"],
400
+ subscriptionTenantId: item["subscriptionTenantId"],
401
+ displayName: item["displayName"],
402
+ tags: !item["tags"]
403
+ ? item["tags"]
404
+ : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
405
+ };
406
+ }
407
+ /** The provisioning state of the resource. */
408
+ export var KnownProvisioning;
409
+ (function (KnownProvisioning) {
410
+ /** Pending */
411
+ KnownProvisioning["Pending"] = "Pending";
412
+ /** Accepted */
413
+ KnownProvisioning["Accepted"] = "Accepted";
414
+ /** Succeeded */
415
+ KnownProvisioning["Succeeded"] = "Succeeded";
416
+ })(KnownProvisioning || (KnownProvisioning = {}));
417
+ export function subscriptionCreationResultDeserializer(item) {
418
+ return {
419
+ subscriptionLink: item["subscriptionLink"],
420
+ };
421
+ }
422
+ /** The available API versions. */
423
+ export var KnownVersions;
424
+ (function (KnownVersions) {
425
+ /** The 2025-11-01-preview API version. */
426
+ KnownVersions["V20251101Preview"] = "2025-11-01-preview";
427
+ })(KnownVersions || (KnownVersions = {}));
428
+ //# sourceMappingURL=models.js.map
@@ -0,0 +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/**\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/** Subscription Response for Changed Target Directory. */\nexport interface TargetDirectoryResult extends ProxyResource {\n /** Subscription Changed Target Directory response properties. */\n properties?: TargetDirectoryResultProperties;\n}\n\nexport function targetDirectoryResultDeserializer(item: any): TargetDirectoryResult {\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 : targetDirectoryResultPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of subscription Response for Changed Target Directory. */\nexport interface TargetDirectoryResultProperties {\n /** Destination Tenant Id where Subscription will be accepted. */\n readonly destinationTenantId?: string;\n /** Destination Owner Id where Subscription will be accepted. */\n readonly destinationOwnerId?: string;\n /** The id of the subscription being transferred. */\n readonly subscriptionId?: string;\n /** The UTC date and time when the transfer request was created */\n readonly createdDate?: Date;\n /** The UTC date and time when the transfer request was accepted */\n readonly acceptedDate?: Date;\n /** The email address of the user who initiated the transfer request. If the request was generated by a Service Principal, this field may be null. */\n readonly sourceOwnerEmail?: string;\n /** The object id of the user who initiated the transfer request. */\n readonly sourceOwnerId?: string;\n /** The id of the tenant where the subscription originally resided. */\n readonly sourceTenantId?: string;\n /** Status of the subscription transfer operation. */\n readonly status?: ChangeDirectoryOperationStatus;\n /** Subscription Initiate Request Expiry time */\n readonly expiresOn?: Date;\n}\n\nexport function targetDirectoryResultPropertiesDeserializer(\n item: any,\n): TargetDirectoryResultProperties {\n return {\n destinationTenantId: item[\"destinationTenantId\"],\n destinationOwnerId: item[\"destinationOwnerId\"],\n subscriptionId: item[\"subscriptionId\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n acceptedDate: !item[\"acceptedDate\"] ? item[\"acceptedDate\"] : new Date(item[\"acceptedDate\"]),\n sourceOwnerEmail: item[\"sourceOwnerEmail\"],\n sourceOwnerId: item[\"sourceOwnerId\"],\n sourceTenantId: item[\"sourceTenantId\"],\n status: item[\"status\"],\n expiresOn: !item[\"expiresOn\"] ? item[\"expiresOn\"] : new Date(item[\"expiresOn\"]),\n };\n}\n\n/** Status of the subscription transfer operation. */\nexport enum KnownChangeDirectoryOperationStatus {\n /** The subscription transfer request has been created and is waiting for acceptance by the destination tenant. */\n Initialized = \"Initialized\",\n /** The subscription transfer request has been accepted by the destination tenant and the transfer is in progress. */\n InProgress = \"InProgress\",\n /** The subscription transfer has been completed and is now owned by the destination tenant. */\n Completed = \"Completed\",\n}\n\n/**\n * Status of the subscription transfer operation. \\\n * {@link KnownChangeDirectoryOperationStatus} can be used interchangeably with ChangeDirectoryOperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initialized**: The subscription transfer request has been created and is waiting for acceptance by the destination tenant. \\\n * **InProgress**: The subscription transfer request has been accepted by the destination tenant and the transfer is in progress. \\\n * **Completed**: The subscription transfer has been completed and is now owned by the destination tenant.\n */\nexport type ChangeDirectoryOperationStatus = string;\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 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/** 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 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/** Subscription Request for Changed Target Directory. */\nexport interface TargetDirectoryRequest {\n /** Target Directory request properties. */\n properties?: TargetDirectoryRequestProperties;\n}\n\nexport function targetDirectoryRequestSerializer(item: TargetDirectoryRequest): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : targetDirectoryRequestPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Properties of subscription Request for Changed Target Directory. */\nexport interface TargetDirectoryRequestProperties {\n /** The destination OwnerId, can be object id or email address */\n destinationOwnerId?: string;\n /** The destination Tenant id where subscription needs to be accepted */\n destinationTenantId?: string;\n}\n\nexport function targetDirectoryRequestPropertiesSerializer(\n item: TargetDirectoryRequestProperties,\n): any {\n return {\n destinationOwnerId: item[\"destinationOwnerId\"],\n destinationTenantId: item[\"destinationTenantId\"],\n };\n}\n\n/** Subscription Response to list out Changed Target Directory. */\nexport interface _TargetDirectoryListResult {\n /** The list of subscription response to changed target directory. */\n readonly value?: TargetDirectoryResult[];\n /** The link (url) to the next page of results. */\n readonly nextLink?: string;\n}\n\nexport function _targetDirectoryListResultDeserializer(item: any): _TargetDirectoryListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : targetDirectoryResultArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function targetDirectoryResultArrayDeserializer(\n result: Array<TargetDirectoryResult>,\n): any[] {\n return result.map((item) => {\n return targetDirectoryResultDeserializer(item);\n });\n}\n\n/** Subscription Information with the alias. */\nexport interface SubscriptionAliasResponse extends ProxyResource {\n /** Subscription Alias response properties. */\n properties?: SubscriptionAliasResponseProperties;\n}\n\nexport function subscriptionAliasResponseDeserializer(item: any): SubscriptionAliasResponse {\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 : subscriptionAliasResponsePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Put subscription creation result properties. */\nexport interface SubscriptionAliasResponseProperties {\n /** Newly created subscription Id. */\n readonly subscriptionId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Url to accept ownership of the subscription. */\n readonly acceptOwnershipUrl?: string;\n /** The accept ownership state of the resource. */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /** Reseller Id */\n resellerId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** The Management Group Id. */\n managementGroupId?: string;\n /** Created Time */\n createdTime?: string;\n /** Tags for the subscription */\n tags?: Record<string, string>;\n}\n\nexport function subscriptionAliasResponsePropertiesDeserializer(\n item: any,\n): SubscriptionAliasResponseProperties {\n return {\n subscriptionId: item[\"subscriptionId\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n acceptOwnershipUrl: item[\"acceptOwnershipUrl\"],\n acceptOwnershipState: item[\"acceptOwnershipState\"],\n billingScope: item[\"billingScope\"],\n workload: item[\"workload\"],\n resellerId: item[\"resellerId\"],\n subscriptionOwnerId: item[\"subscriptionOwnerId\"],\n managementGroupId: item[\"managementGroupId\"],\n createdTime: item[\"createdTime\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The provisioning state of the resource. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The provisioning state of the resource. \\\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 * **Accepted**: Accepted \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed\n */\nexport type ProvisioningState = string;\n\n/** The accept ownership state of the resource. */\nexport enum KnownAcceptOwnership {\n /** Pending */\n Pending = \"Pending\",\n /** Completed */\n Completed = \"Completed\",\n /** Expired */\n Expired = \"Expired\",\n}\n\n/**\n * The accept ownership state of the resource. \\\n * {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Pending \\\n * **Completed**: Completed \\\n * **Expired**: Expired\n */\nexport type AcceptOwnership = string;\n\n/** The workload type of the subscription. It can be either Production or DevTest. */\nexport enum KnownWorkload {\n /** Production */\n Production = \"Production\",\n /** DevTest */\n DevTest = \"DevTest\",\n}\n\n/**\n * The workload type of the subscription. It can be either Production or DevTest. \\\n * {@link KnownWorkload} can be used interchangeably with Workload,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production**: Production \\\n * **DevTest**: DevTest\n */\nexport type Workload = string;\n\n/** The parameters required to create a new subscription. */\nexport interface PutAliasRequest {\n /** Put alias request properties. */\n properties?: PutAliasRequestProperties;\n}\n\nexport function putAliasRequestSerializer(item: PutAliasRequest): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : putAliasRequestPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Put subscription properties. */\nexport interface PutAliasRequestProperties {\n /** The friendly name of the subscription. */\n displayName?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** This parameter can be used to create alias for existing subscription Id */\n subscriptionId?: string;\n /** Reseller Id */\n resellerId?: string;\n /** Put alias request additional properties. */\n additionalProperties?: PutAliasRequestAdditionalProperties;\n}\n\nexport function putAliasRequestPropertiesSerializer(item: PutAliasRequestProperties): any {\n return {\n displayName: item[\"displayName\"],\n workload: item[\"workload\"],\n billingScope: item[\"billingScope\"],\n subscriptionId: item[\"subscriptionId\"],\n resellerId: item[\"resellerId\"],\n additionalProperties: !item[\"additionalProperties\"]\n ? item[\"additionalProperties\"]\n : putAliasRequestAdditionalPropertiesSerializer(item[\"additionalProperties\"]),\n };\n}\n\n/** Put subscription additional properties. */\nexport interface PutAliasRequestAdditionalProperties {\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** Tags for the subscription */\n tags?: Record<string, string>;\n}\n\nexport function putAliasRequestAdditionalPropertiesSerializer(\n item: PutAliasRequestAdditionalProperties,\n): any {\n return {\n managementGroupId: item[\"managementGroupId\"],\n subscriptionTenantId: item[\"subscriptionTenantId\"],\n subscriptionOwnerId: item[\"subscriptionOwnerId\"],\n tags: item[\"tags\"],\n };\n}\n\n/** The list of aliases. */\nexport interface _SubscriptionAliasListResult {\n /** The list of subscription aliases. */\n readonly value?: SubscriptionAliasResponse[];\n /** The link (url) to the next page of results. */\n readonly nextLink?: string;\n}\n\nexport function _subscriptionAliasListResultDeserializer(item: any): _SubscriptionAliasListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : subscriptionAliasResponseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function subscriptionAliasResponseArrayDeserializer(\n result: Array<SubscriptionAliasResponse>,\n): any[] {\n return result.map((item) => {\n return subscriptionAliasResponseDeserializer(item);\n });\n}\n\n/** Tenant policy Information. */\nexport interface GetTenantPolicyResponse extends ProxyResource {\n /** Tenant policy properties. */\n properties?: TenantPolicy;\n}\n\nexport function getTenantPolicyResponseDeserializer(item: any): GetTenantPolicyResponse {\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 : tenantPolicyDeserializer(item[\"properties\"]),\n };\n}\n\n/** Tenant policy. */\nexport interface TenantPolicy {\n /** Policy Id. */\n readonly policyId?: string;\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\nexport function tenantPolicyDeserializer(item: any): TenantPolicy {\n return {\n policyId: item[\"policyId\"],\n blockSubscriptionsLeavingTenant: item[\"blockSubscriptionsLeavingTenant\"],\n blockSubscriptionsIntoTenant: item[\"blockSubscriptionsIntoTenant\"],\n exemptedPrincipals: !item[\"exemptedPrincipals\"]\n ? item[\"exemptedPrincipals\"]\n : item[\"exemptedPrincipals\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Put tenant policy request properties. */\nexport interface PutTenantPolicyRequestProperties {\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\nexport function putTenantPolicyRequestPropertiesSerializer(\n item: PutTenantPolicyRequestProperties,\n): any {\n return {\n blockSubscriptionsLeavingTenant: item[\"blockSubscriptionsLeavingTenant\"],\n blockSubscriptionsIntoTenant: item[\"blockSubscriptionsIntoTenant\"],\n exemptedPrincipals: !item[\"exemptedPrincipals\"]\n ? item[\"exemptedPrincipals\"]\n : item[\"exemptedPrincipals\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Tenant policy information list. */\nexport interface _GetTenantPolicyListResponse {\n /** The GetTenantPolicyResponse items on this page */\n value: GetTenantPolicyResponse[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _getTenantPolicyListResponseDeserializer(item: any): _GetTenantPolicyListResponse {\n return {\n value: getTenantPolicyResponseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function getTenantPolicyResponseArrayDeserializer(\n result: Array<GetTenantPolicyResponse>,\n): any[] {\n return result.map((item) => {\n return getTenantPolicyResponseDeserializer(item);\n });\n}\n\n/** Billing account policies information. */\nexport interface BillingAccountPoliciesResponse extends ProxyResource {\n /** Billing account policies response properties. */\n properties?: BillingAccountPoliciesResponseProperties;\n}\n\nexport function billingAccountPoliciesResponseDeserializer(\n item: any,\n): BillingAccountPoliciesResponse {\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 : billingAccountPoliciesResponsePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Put billing account policies response properties. */\nexport interface BillingAccountPoliciesResponseProperties {\n /** Service tenant for the billing account. */\n serviceTenants?: ServiceTenantResponse[];\n /** Determine if the transfers are allowed for the billing account */\n allowTransfers?: boolean;\n}\n\nexport function billingAccountPoliciesResponsePropertiesDeserializer(\n item: any,\n): BillingAccountPoliciesResponseProperties {\n return {\n serviceTenants: !item[\"serviceTenants\"]\n ? item[\"serviceTenants\"]\n : serviceTenantResponseArrayDeserializer(item[\"serviceTenants\"]),\n allowTransfers: item[\"allowTransfers\"],\n };\n}\n\nexport function serviceTenantResponseArrayDeserializer(\n result: Array<ServiceTenantResponse>,\n): any[] {\n return result.map((item) => {\n return serviceTenantResponseDeserializer(item);\n });\n}\n\n/** Billing account service tenant. */\nexport interface ServiceTenantResponse {\n /** Service tenant id. */\n tenantId?: string;\n /** Service tenant name. */\n tenantName?: string;\n}\n\nexport function serviceTenantResponseDeserializer(item: any): ServiceTenantResponse {\n return {\n tenantId: item[\"tenantId\"],\n tenantName: item[\"tenantName\"],\n };\n}\n\n/** The ID of the canceled subscription */\nexport interface CanceledSubscriptionId {\n /** The ID of the canceled subscription */\n readonly subscriptionId?: string;\n}\n\nexport function canceledSubscriptionIdDeserializer(item: any): CanceledSubscriptionId {\n return {\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** The new name of the subscription. */\nexport interface SubscriptionName {\n /** New subscription name */\n subscriptionName?: string;\n}\n\nexport function subscriptionNameSerializer(item: SubscriptionName): any {\n return { subscriptionName: item[\"subscriptionName\"] };\n}\n\n/** The ID of the subscriptions that is being renamed */\nexport interface RenamedSubscriptionId {\n /** The ID of the subscriptions that is being renamed */\n readonly subscriptionId?: string;\n}\n\nexport function renamedSubscriptionIdDeserializer(item: any): RenamedSubscriptionId {\n return {\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** The ID of the subscriptions that is being enabled */\nexport interface EnabledSubscriptionId {\n /** The ID of the subscriptions that is being enabled */\n readonly subscriptionId?: string;\n}\n\nexport function enabledSubscriptionIdDeserializer(item: any): EnabledSubscriptionId {\n return {\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** The parameters required to accept subscription ownership. */\nexport interface AcceptOwnershipRequest {\n /** Accept subscription ownership request properties. */\n properties?: AcceptOwnershipRequestProperties;\n}\n\nexport function acceptOwnershipRequestSerializer(item: AcceptOwnershipRequest): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : acceptOwnershipRequestPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Accept subscription ownership request properties. */\nexport interface AcceptOwnershipRequestProperties {\n /** The friendly name of the subscription. */\n displayName: string;\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tags for the subscription */\n tags?: Record<string, string>;\n}\n\nexport function acceptOwnershipRequestPropertiesSerializer(\n item: AcceptOwnershipRequestProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n managementGroupId: item[\"managementGroupId\"],\n tags: item[\"tags\"],\n };\n}\n\n/** Subscription Accept Ownership Response */\nexport interface AcceptOwnershipStatusResponse {\n /** Newly created subscription Id. */\n readonly subscriptionId?: string;\n /** The accept ownership state of the resource. */\n readonly acceptOwnershipState?: AcceptOwnership;\n /** The provisioning state of the resource. */\n readonly provisioningState?: Provisioning;\n /** UPN of the billing owner */\n readonly billingOwner?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** Tags for the subscription */\n tags?: Record<string, string>;\n}\n\nexport function acceptOwnershipStatusResponseDeserializer(\n item: any,\n): AcceptOwnershipStatusResponse {\n return {\n subscriptionId: item[\"subscriptionId\"],\n acceptOwnershipState: item[\"acceptOwnershipState\"],\n provisioningState: item[\"provisioningState\"],\n billingOwner: item[\"billingOwner\"],\n subscriptionTenantId: item[\"subscriptionTenantId\"],\n displayName: item[\"displayName\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The provisioning state of the resource. */\nexport enum KnownProvisioning {\n /** Pending */\n Pending = \"Pending\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * The provisioning state of the resource. \\\n * {@link KnownProvisioning} can be used interchangeably with Provisioning,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Pending \\\n * **Accepted**: Accepted \\\n * **Succeeded**: Succeeded\n */\nexport type Provisioning = string;\n\n/** The created subscription object. */\nexport interface SubscriptionCreationResult {\n /** The link to the new subscription. Use this link to check the status of subscription creation operation. */\n subscriptionLink?: string;\n}\n\nexport function subscriptionCreationResultDeserializer(item: any): SubscriptionCreationResult {\n return {\n subscriptionLink: item[\"subscriptionLink\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-11-01-preview API version. */\n V20251101Preview = \"2025-11-01-preview\",\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { SubscriptionClient } from "./subscriptionClient.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";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: SubscriptionClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map