@azure/arm-subscriptions 6.0.0-alpha.20260311.1 → 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 (677) 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/browser/{operationsInterfaces/operations.js → 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/{react-native/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/api/operations/index.js +4 -0
  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/billingAccount.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/browser/{operationsInterfaces/alias.js → 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/{operationsInterfaces/subscription.js → api/alias/options.js} +3 -2
  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/{operationsInterfaces/alias.js → api/billingAccount/options.js} +3 -2
  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/{operationsInterfaces/billingAccount.js → api/operations/options.js} +3 -2
  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/{operationsInterfaces/subscriptionOperation.js → api/subscriptionOperation/index.js} +13 -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/{operationsInterfaces/subscriptionPolicy.js → api/subscriptionPolicy/index.js} +17 -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/{lroImpl.js → classic/billingAccount/index.js} +14 -19
  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/{operationsInterfaces/operations.js → classic/index.js} +3 -2
  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/{pagingHelper.js → classic/operations/index.js} +15 -20
  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 +26 -8
  223. package/dist/commonjs/index.js.map +3 -3
  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 +15 -35
  229. package/dist/commonjs/models/index.js.map +4 -4
  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 +39 -100
  253. package/dist/commonjs/subscriptionClient.js.map +3 -3
  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/subscription.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/{react-native/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 +8 -8
  350. package/dist/esm/index.js.map +1 -7
  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 +4 -37
  356. package/dist/esm/models/index.js.map +1 -7
  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 +46 -103
  380. package/dist/esm/subscriptionClient.js.map +1 -7
  381. package/package.json +206 -80
  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.map +0 -7
  457. package/dist/commonjs/models/index.d.ts.map +0 -1
  458. package/dist/commonjs/models/mappers.d.ts +0 -31
  459. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  460. package/dist/commonjs/models/mappers.js +0 -946
  461. package/dist/commonjs/models/mappers.js.map +0 -7
  462. package/dist/commonjs/models/parameters.d.ts +0 -15
  463. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  464. package/dist/commonjs/models/parameters.js +0 -162
  465. package/dist/commonjs/models/parameters.js.map +0 -7
  466. package/dist/commonjs/operations/alias.d.ts +0 -53
  467. package/dist/commonjs/operations/alias.d.ts.map +0 -1
  468. package/dist/commonjs/operations/alias.js +0 -220
  469. package/dist/commonjs/operations/alias.js.map +0 -7
  470. package/dist/commonjs/operations/billingAccount.d.ts +0 -19
  471. package/dist/commonjs/operations/billingAccount.d.ts.map +0 -1
  472. package/dist/commonjs/operations/billingAccount.js +0 -78
  473. package/dist/commonjs/operations/billingAccount.js.map +0 -7
  474. package/dist/commonjs/operations/index.d.ts +0 -7
  475. package/dist/commonjs/operations/index.d.ts.map +0 -1
  476. package/dist/commonjs/operations/index.js +0 -31
  477. package/dist/commonjs/operations/index.js.map +0 -7
  478. package/dist/commonjs/operations/operations.d.ts +0 -32
  479. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  480. package/dist/commonjs/operations/operations.js +0 -145
  481. package/dist/commonjs/operations/operations.js.map +0 -7
  482. package/dist/commonjs/operations/subscription.d.ts +0 -53
  483. package/dist/commonjs/operations/subscription.d.ts.map +0 -1
  484. package/dist/commonjs/operations/subscription.js +0 -241
  485. package/dist/commonjs/operations/subscription.js.map +0 -7
  486. package/dist/commonjs/operations/subscriptionOperation.d.ts +0 -20
  487. package/dist/commonjs/operations/subscriptionOperation.d.ts.map +0 -1
  488. package/dist/commonjs/operations/subscriptionOperation.js +0 -82
  489. package/dist/commonjs/operations/subscriptionOperation.js.map +0 -7
  490. package/dist/commonjs/operations/subscriptionPolicy.d.ts +0 -43
  491. package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +0 -1
  492. package/dist/commonjs/operations/subscriptionPolicy.js +0 -200
  493. package/dist/commonjs/operations/subscriptionPolicy.js.map +0 -7
  494. package/dist/commonjs/operationsInterfaces/alias.d.ts +0 -45
  495. package/dist/commonjs/operationsInterfaces/alias.d.ts.map +0 -1
  496. package/dist/commonjs/operationsInterfaces/alias.js.map +0 -7
  497. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +0 -11
  498. package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +0 -1
  499. package/dist/commonjs/operationsInterfaces/billingAccount.js.map +0 -7
  500. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
  501. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  502. package/dist/commonjs/operationsInterfaces/index.js +0 -31
  503. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  504. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  505. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  506. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  507. package/dist/commonjs/operationsInterfaces/subscription.d.ts +0 -45
  508. package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +0 -1
  509. package/dist/commonjs/operationsInterfaces/subscription.js.map +0 -7
  510. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  511. package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  512. package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +0 -7
  513. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  514. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  515. package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +0 -7
  516. package/dist/commonjs/pagingHelper.d.ts +0 -13
  517. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  518. package/dist/commonjs/pagingHelper.js.map +0 -7
  519. package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
  520. package/dist/esm/index.d.ts.map +0 -1
  521. package/dist/esm/lroImpl.d.ts +0 -11
  522. package/dist/esm/lroImpl.d.ts.map +0 -1
  523. package/dist/esm/lroImpl.js +0 -20
  524. package/dist/esm/lroImpl.js.map +0 -7
  525. package/dist/esm/models/index.d.ts.map +0 -1
  526. package/dist/esm/models/mappers.d.ts +0 -31
  527. package/dist/esm/models/mappers.d.ts.map +0 -1
  528. package/dist/esm/models/mappers.js +0 -895
  529. package/dist/esm/models/mappers.js.map +0 -7
  530. package/dist/esm/models/parameters.d.ts +0 -15
  531. package/dist/esm/models/parameters.d.ts.map +0 -1
  532. package/dist/esm/models/parameters.js +0 -132
  533. package/dist/esm/models/parameters.js.map +0 -7
  534. package/dist/esm/operations/alias.d.ts +0 -53
  535. package/dist/esm/operations/alias.d.ts.map +0 -1
  536. package/dist/esm/operations/alias.js +0 -187
  537. package/dist/esm/operations/alias.js.map +0 -7
  538. package/dist/esm/operations/billingAccount.d.ts +0 -19
  539. package/dist/esm/operations/billingAccount.d.ts.map +0 -1
  540. package/dist/esm/operations/billingAccount.js +0 -45
  541. package/dist/esm/operations/billingAccount.js.map +0 -7
  542. package/dist/esm/operations/index.d.ts +0 -7
  543. package/dist/esm/operations/index.d.ts.map +0 -1
  544. package/dist/esm/operations/index.js +0 -6
  545. package/dist/esm/operations/index.js.map +0 -7
  546. package/dist/esm/operations/operations.d.ts +0 -32
  547. package/dist/esm/operations/operations.d.ts.map +0 -1
  548. package/dist/esm/operations/operations.js +0 -112
  549. package/dist/esm/operations/operations.js.map +0 -7
  550. package/dist/esm/operations/subscription.d.ts +0 -53
  551. package/dist/esm/operations/subscription.d.ts.map +0 -1
  552. package/dist/esm/operations/subscription.js +0 -208
  553. package/dist/esm/operations/subscription.js.map +0 -7
  554. package/dist/esm/operations/subscriptionOperation.d.ts +0 -20
  555. package/dist/esm/operations/subscriptionOperation.d.ts.map +0 -1
  556. package/dist/esm/operations/subscriptionOperation.js +0 -49
  557. package/dist/esm/operations/subscriptionOperation.js.map +0 -7
  558. package/dist/esm/operations/subscriptionPolicy.d.ts +0 -43
  559. package/dist/esm/operations/subscriptionPolicy.d.ts.map +0 -1
  560. package/dist/esm/operations/subscriptionPolicy.js +0 -167
  561. package/dist/esm/operations/subscriptionPolicy.js.map +0 -7
  562. package/dist/esm/operationsInterfaces/alias.d.ts +0 -45
  563. package/dist/esm/operationsInterfaces/alias.d.ts.map +0 -1
  564. package/dist/esm/operationsInterfaces/alias.js +0 -0
  565. package/dist/esm/operationsInterfaces/alias.js.map +0 -7
  566. package/dist/esm/operationsInterfaces/billingAccount.d.ts +0 -11
  567. package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +0 -1
  568. package/dist/esm/operationsInterfaces/billingAccount.js +0 -0
  569. package/dist/esm/operationsInterfaces/billingAccount.js.map +0 -7
  570. package/dist/esm/operationsInterfaces/index.d.ts +0 -7
  571. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  572. package/dist/esm/operationsInterfaces/index.js +0 -6
  573. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  574. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  575. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  576. package/dist/esm/operationsInterfaces/operations.js +0 -0
  577. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  578. package/dist/esm/operationsInterfaces/subscription.d.ts +0 -45
  579. package/dist/esm/operationsInterfaces/subscription.d.ts.map +0 -1
  580. package/dist/esm/operationsInterfaces/subscription.js +0 -0
  581. package/dist/esm/operationsInterfaces/subscription.js.map +0 -7
  582. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  583. package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  584. package/dist/esm/operationsInterfaces/subscriptionOperation.js +0 -0
  585. package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +0 -7
  586. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  587. package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  588. package/dist/esm/operationsInterfaces/subscriptionPolicy.js +0 -0
  589. package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +0 -7
  590. package/dist/esm/pagingHelper.d.ts +0 -13
  591. package/dist/esm/pagingHelper.d.ts.map +0 -1
  592. package/dist/esm/pagingHelper.js +0 -19
  593. package/dist/esm/pagingHelper.js.map +0 -7
  594. package/dist/esm/subscriptionClient.d.ts.map +0 -1
  595. package/dist/react-native/index.d.ts +0 -5
  596. package/dist/react-native/index.d.ts.map +0 -1
  597. package/dist/react-native/index.js +0 -10
  598. package/dist/react-native/index.js.map +0 -1
  599. package/dist/react-native/lroImpl.d.ts +0 -11
  600. package/dist/react-native/lroImpl.d.ts.map +0 -1
  601. package/dist/react-native/lroImpl.js +0 -20
  602. package/dist/react-native/lroImpl.js.map +0 -1
  603. package/dist/react-native/models/index.d.ts +0 -569
  604. package/dist/react-native/models/index.d.ts.map +0 -1
  605. package/dist/react-native/models/index.js +0 -53
  606. package/dist/react-native/models/index.js.map +0 -1
  607. package/dist/react-native/models/mappers.d.ts +0 -31
  608. package/dist/react-native/models/mappers.d.ts.map +0 -1
  609. package/dist/react-native/models/mappers.js +0 -867
  610. package/dist/react-native/models/mappers.js.map +0 -1
  611. package/dist/react-native/models/parameters.d.ts +0 -15
  612. package/dist/react-native/models/parameters.d.ts.map +0 -1
  613. package/dist/react-native/models/parameters.js +0 -115
  614. package/dist/react-native/models/parameters.js.map +0 -1
  615. package/dist/react-native/operations/alias.d.ts +0 -53
  616. package/dist/react-native/operations/alias.d.ts.map +0 -1
  617. package/dist/react-native/operations/alias.js +0 -182
  618. package/dist/react-native/operations/alias.js.map +0 -1
  619. package/dist/react-native/operations/billingAccount.d.ts +0 -19
  620. package/dist/react-native/operations/billingAccount.d.ts.map +0 -1
  621. package/dist/react-native/operations/billingAccount.js +0 -43
  622. package/dist/react-native/operations/billingAccount.js.map +0 -1
  623. package/dist/react-native/operations/index.d.ts +0 -7
  624. package/dist/react-native/operations/index.d.ts.map +0 -1
  625. package/dist/react-native/operations/index.js +0 -11
  626. package/dist/react-native/operations/index.js.map +0 -1
  627. package/dist/react-native/operations/operations.d.ts +0 -32
  628. package/dist/react-native/operations/operations.d.ts.map +0 -1
  629. package/dist/react-native/operations/operations.js +0 -111
  630. package/dist/react-native/operations/operations.js.map +0 -1
  631. package/dist/react-native/operations/subscription.d.ts +0 -53
  632. package/dist/react-native/operations/subscription.d.ts.map +0 -1
  633. package/dist/react-native/operations/subscription.js +0 -203
  634. package/dist/react-native/operations/subscription.js.map +0 -1
  635. package/dist/react-native/operations/subscriptionOperation.d.ts +0 -20
  636. package/dist/react-native/operations/subscriptionOperation.d.ts.map +0 -1
  637. package/dist/react-native/operations/subscriptionOperation.js +0 -47
  638. package/dist/react-native/operations/subscriptionOperation.js.map +0 -1
  639. package/dist/react-native/operations/subscriptionPolicy.d.ts +0 -43
  640. package/dist/react-native/operations/subscriptionPolicy.d.ts.map +0 -1
  641. package/dist/react-native/operations/subscriptionPolicy.js +0 -160
  642. package/dist/react-native/operations/subscriptionPolicy.js.map +0 -1
  643. package/dist/react-native/operationsInterfaces/alias.d.ts +0 -45
  644. package/dist/react-native/operationsInterfaces/alias.d.ts.map +0 -1
  645. package/dist/react-native/operationsInterfaces/alias.js.map +0 -1
  646. package/dist/react-native/operationsInterfaces/billingAccount.d.ts +0 -11
  647. package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +0 -1
  648. package/dist/react-native/operationsInterfaces/billingAccount.js +0 -4
  649. package/dist/react-native/operationsInterfaces/billingAccount.js.map +0 -1
  650. package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
  651. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  652. package/dist/react-native/operationsInterfaces/index.js +0 -11
  653. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  654. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  655. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  656. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  657. package/dist/react-native/operationsInterfaces/subscription.d.ts +0 -45
  658. package/dist/react-native/operationsInterfaces/subscription.d.ts.map +0 -1
  659. package/dist/react-native/operationsInterfaces/subscription.js +0 -4
  660. package/dist/react-native/operationsInterfaces/subscription.js.map +0 -1
  661. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +0 -12
  662. package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
  663. package/dist/react-native/operationsInterfaces/subscriptionOperation.js +0 -4
  664. package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +0 -1
  665. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
  666. package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
  667. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +0 -4
  668. package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +0 -1
  669. package/dist/react-native/package.json +0 -3
  670. package/dist/react-native/pagingHelper.d.ts +0 -13
  671. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  672. package/dist/react-native/pagingHelper.js +0 -25
  673. package/dist/react-native/pagingHelper.js.map +0 -1
  674. package/dist/react-native/subscriptionClient.d.ts +0 -23
  675. package/dist/react-native/subscriptionClient.d.ts.map +0 -1
  676. package/dist/react-native/subscriptionClient.js +0 -104
  677. package/dist/react-native/subscriptionClient.js.map +0 -1
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/subscription/arm-subscriptions/src/models/mappers.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const CanceledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanceledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionName\",\n modelProperties: {\n subscriptionName: {\n serializedName: \"subscriptionName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RenamedSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RenamedSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EnabledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnabledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionCreationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionCreationResult\",\n modelProperties: {\n subscriptionLink: {\n serializedName: \"subscriptionLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n additionalProperties: {\n serializedName: \"additionalProperties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestAdditionalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n modelProperties: {\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipUrl: {\n serializedName: \"acceptOwnershipUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"createdTime\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipStatusResponse\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingOwner: {\n serializedName: \"billingOwner\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const PutTenantPolicyRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutTenantPolicyRequestProperties\",\n modelProperties: {\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const TenantPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n modelProperties: {\n policyId: {\n serializedName: \"policyId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BillingAccountPoliciesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const BillingAccountPoliciesResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n modelProperties: {\n serviceTenants: {\n serializedName: \"serviceTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n },\n },\n },\n },\n allowTransfers: {\n serializedName: \"allowTransfers\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ServiceTenantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n tenantName: {\n serializedName: \"tenantName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAcceptOwnershipHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAcceptOwnershipHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionOperationGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionOperationGetHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n"],
5
- "mappings": "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",
6
- "names": []
7
- }
@@ -1,15 +0,0 @@
1
- import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
- export declare const accept: OperationParameter;
3
- export declare const $host: OperationURLParameter;
4
- export declare const subscriptionId: OperationURLParameter;
5
- export declare const apiVersion: OperationQueryParameter;
6
- export declare const contentType: OperationParameter;
7
- export declare const body: OperationParameter;
8
- export declare const body1: OperationParameter;
9
- export declare const operationId: OperationURLParameter;
10
- export declare const nextLink: OperationURLParameter;
11
- export declare const body2: OperationParameter;
12
- export declare const aliasName: OperationURLParameter;
13
- export declare const body3: OperationParameter;
14
- export declare const billingAccountId: OperationURLParameter;
15
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC"}
@@ -1,162 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var parameters_exports = {};
19
- __export(parameters_exports, {
20
- $host: () => $host,
21
- accept: () => accept,
22
- aliasName: () => aliasName,
23
- apiVersion: () => apiVersion,
24
- billingAccountId: () => billingAccountId,
25
- body: () => body,
26
- body1: () => body1,
27
- body2: () => body2,
28
- body3: () => body3,
29
- contentType: () => contentType,
30
- nextLink: () => nextLink,
31
- operationId: () => operationId,
32
- subscriptionId: () => subscriptionId
33
- });
34
- module.exports = __toCommonJS(parameters_exports);
35
- var import_mappers = require("../models/mappers.js");
36
- const accept = {
37
- parameterPath: "accept",
38
- mapper: {
39
- defaultValue: "application/json",
40
- isConstant: true,
41
- serializedName: "Accept",
42
- type: {
43
- name: "String"
44
- }
45
- }
46
- };
47
- const $host = {
48
- parameterPath: "$host",
49
- mapper: {
50
- serializedName: "$host",
51
- required: true,
52
- type: {
53
- name: "String"
54
- }
55
- },
56
- skipEncoding: true
57
- };
58
- const subscriptionId = {
59
- parameterPath: "subscriptionId",
60
- mapper: {
61
- serializedName: "subscriptionId",
62
- required: true,
63
- type: {
64
- name: "String"
65
- }
66
- }
67
- };
68
- const apiVersion = {
69
- parameterPath: "apiVersion",
70
- mapper: {
71
- defaultValue: "2021-10-01",
72
- isConstant: true,
73
- serializedName: "api-version",
74
- type: {
75
- name: "String"
76
- }
77
- }
78
- };
79
- const contentType = {
80
- parameterPath: ["options", "contentType"],
81
- mapper: {
82
- defaultValue: "application/json",
83
- isConstant: true,
84
- serializedName: "Content-Type",
85
- type: {
86
- name: "String"
87
- }
88
- }
89
- };
90
- const body = {
91
- parameterPath: "body",
92
- mapper: import_mappers.SubscriptionName
93
- };
94
- const body1 = {
95
- parameterPath: "body",
96
- mapper: import_mappers.AcceptOwnershipRequest
97
- };
98
- const operationId = {
99
- parameterPath: "operationId",
100
- mapper: {
101
- serializedName: "operationId",
102
- required: true,
103
- type: {
104
- name: "String"
105
- }
106
- }
107
- };
108
- const nextLink = {
109
- parameterPath: "nextLink",
110
- mapper: {
111
- serializedName: "nextLink",
112
- required: true,
113
- type: {
114
- name: "String"
115
- }
116
- },
117
- skipEncoding: true
118
- };
119
- const body2 = {
120
- parameterPath: "body",
121
- mapper: import_mappers.PutAliasRequest
122
- };
123
- const aliasName = {
124
- parameterPath: "aliasName",
125
- mapper: {
126
- serializedName: "aliasName",
127
- required: true,
128
- type: {
129
- name: "String"
130
- }
131
- }
132
- };
133
- const body3 = {
134
- parameterPath: "body",
135
- mapper: import_mappers.PutTenantPolicyRequestProperties
136
- };
137
- const billingAccountId = {
138
- parameterPath: "billingAccountId",
139
- mapper: {
140
- serializedName: "billingAccountId",
141
- required: true,
142
- type: {
143
- name: "String"
144
- }
145
- }
146
- };
147
- // Annotate the CommonJS export names for ESM import in node:
148
- 0 && (module.exports = {
149
- $host,
150
- accept,
151
- aliasName,
152
- apiVersion,
153
- billingAccountId,
154
- body,
155
- body1,
156
- body2,
157
- body3,
158
- contentType,
159
- nextLink,
160
- operationId,
161
- subscriptionId
162
- });
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/subscription/arm-subscriptions/src/models/parameters.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SubscriptionName as SubscriptionNameMapper,\n AcceptOwnershipRequest as AcceptOwnershipRequestMapper,\n PutAliasRequest as PutAliasRequestMapper,\n PutTenantPolicyRequestProperties as PutTenantPolicyRequestPropertiesMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: SubscriptionNameMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: \"body\",\n mapper: AcceptOwnershipRequestMapper,\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const body2: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutAliasRequestMapper,\n};\n\nexport const aliasName: OperationURLParameter = {\n parameterPath: \"aliasName\",\n mapper: {\n serializedName: \"aliasName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutTenantPolicyRequestPropertiesMapper,\n};\n\nexport const billingAccountId: OperationURLParameter = {\n parameterPath: \"billingAccountId\",\n mapper: {\n serializedName: \"billingAccountId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,qBAKO;AAEA,MAAM,SAA6B;AAAA,EACxC,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAA+B;AAAA,EAC1C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,iBAAwC;AAAA,EACnD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,aAAsC;AAAA,EACjD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,cAAkC;AAAA,EAC7C,eAAe,CAAC,WAAW,aAAa;AAAA,EACxC,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,OAA2B;AAAA,EACtC,eAAe;AAAA,EACf,QAAQ,eAAAA;AACV;AAEO,MAAM,QAA4B;AAAA,EACvC,eAAe;AAAA,EACf,QAAQ,eAAAC;AACV;AAEO,MAAM,cAAqC;AAAA,EAChD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,WAAkC;AAAA,EAC7C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,QAA4B;AAAA,EACvC,eAAe;AAAA,EACf,QAAQ,eAAAC;AACV;AAEO,MAAM,YAAmC;AAAA,EAC9C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAA4B;AAAA,EACvC,eAAe;AAAA,EACf,QAAQ,eAAAC;AACV;AAEO,MAAM,mBAA0C;AAAA,EACrD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;",
6
- "names": ["SubscriptionNameMapper", "AcceptOwnershipRequestMapper", "PutAliasRequestMapper", "PutTenantPolicyRequestPropertiesMapper"]
7
- }
@@ -1,53 +0,0 @@
1
- import type { Alias } from "../operationsInterfaces/index.js";
2
- import type { SubscriptionClient } from "../subscriptionClient.js";
3
- import type { SimplePollerLike, OperationState } from "@azure/core-lro";
4
- import type { PutAliasRequest, AliasCreateOptionalParams, AliasCreateResponse, AliasGetOptionalParams, AliasGetResponse, AliasDeleteOptionalParams, AliasListOptionalParams, AliasListResponse } from "../models/index.js";
5
- /** Class containing Alias operations. */
6
- export declare class AliasImpl implements Alias {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Alias class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: SubscriptionClient);
13
- /**
14
- * Create Alias Subscription.
15
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
16
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
17
- * subscription creation.
18
- * @param body The parameters required to create a new subscription.
19
- * @param options The options parameters.
20
- */
21
- beginCreate(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>>;
22
- /**
23
- * Create Alias Subscription.
24
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
25
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
26
- * subscription creation.
27
- * @param body The parameters required to create a new subscription.
28
- * @param options The options parameters.
29
- */
30
- beginCreateAndWait(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<AliasCreateResponse>;
31
- /**
32
- * Get Alias Subscription.
33
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
34
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
35
- * subscription creation.
36
- * @param options The options parameters.
37
- */
38
- get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse>;
39
- /**
40
- * Delete Alias.
41
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
42
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
43
- * subscription creation.
44
- * @param options The options parameters.
45
- */
46
- delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void>;
47
- /**
48
- * List Alias Subscription.
49
- * @param options The options parameters.
50
- */
51
- list(options?: AliasListOptionalParams): Promise<AliasListResponse>;
52
- }
53
- //# sourceMappingURL=alias.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../../src/operations/alias.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;;;;OAOG;IACG,WAAW,CACf,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAAC;IAsDtF;;;;;;;OAOG;IACG,kBAAkB,CACtB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;;;;OAMG;IACH,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAInF;;;;;;OAMG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7E;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGpE"}
@@ -1,220 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var alias_exports = {};
29
- __export(alias_exports, {
30
- AliasImpl: () => AliasImpl
31
- });
32
- module.exports = __toCommonJS(alias_exports);
33
- var coreClient = __toESM(require("@azure/core-client"));
34
- var Mappers = __toESM(require("../models/mappers.js"));
35
- var Parameters = __toESM(require("../models/parameters.js"));
36
- var import_core_lro = require("@azure/core-lro");
37
- var import_lroImpl = require("../lroImpl.js");
38
- class AliasImpl {
39
- client;
40
- /**
41
- * Initialize a new instance of the class Alias class.
42
- * @param client Reference to the service client
43
- */
44
- constructor(client) {
45
- this.client = client;
46
- }
47
- /**
48
- * Create Alias Subscription.
49
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
50
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
51
- * subscription creation.
52
- * @param body The parameters required to create a new subscription.
53
- * @param options The options parameters.
54
- */
55
- async beginCreate(aliasName, body, options) {
56
- const directSendOperation = async (args, spec) => {
57
- return this.client.sendOperationRequest(args, spec);
58
- };
59
- const sendOperationFn = async (args, spec) => {
60
- let currentRawResponse = void 0;
61
- const providedCallback = args.options?.onResponse;
62
- const callback = (rawResponse, flatResponse2) => {
63
- currentRawResponse = rawResponse;
64
- providedCallback?.(rawResponse, flatResponse2);
65
- };
66
- const updatedArgs = {
67
- ...args,
68
- options: {
69
- ...args.options,
70
- onResponse: callback
71
- }
72
- };
73
- const flatResponse = await directSendOperation(updatedArgs, spec);
74
- return {
75
- flatResponse,
76
- rawResponse: {
77
- statusCode: currentRawResponse.status,
78
- body: currentRawResponse.parsedBody,
79
- headers: currentRawResponse.headers.toJSON()
80
- }
81
- };
82
- };
83
- const lro = (0, import_lroImpl.createLroSpec)({
84
- sendOperationFn,
85
- args: { aliasName, body, options },
86
- spec: createOperationSpec
87
- });
88
- const poller = await (0, import_core_lro.createHttpPoller)(
89
- lro,
90
- {
91
- restoreFrom: options?.resumeFrom,
92
- intervalInMs: options?.updateIntervalInMs
93
- }
94
- );
95
- await poller.poll();
96
- return poller;
97
- }
98
- /**
99
- * Create Alias Subscription.
100
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
101
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
102
- * subscription creation.
103
- * @param body The parameters required to create a new subscription.
104
- * @param options The options parameters.
105
- */
106
- async beginCreateAndWait(aliasName, body, options) {
107
- const poller = await this.beginCreate(aliasName, body, options);
108
- return poller.pollUntilDone();
109
- }
110
- /**
111
- * Get Alias Subscription.
112
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
113
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
114
- * subscription creation.
115
- * @param options The options parameters.
116
- */
117
- get(aliasName, options) {
118
- return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);
119
- }
120
- /**
121
- * Delete Alias.
122
- * @param aliasName AliasName is the name for the subscription creation request. Note that this is not
123
- * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
124
- * subscription creation.
125
- * @param options The options parameters.
126
- */
127
- delete(aliasName, options) {
128
- return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);
129
- }
130
- /**
131
- * List Alias Subscription.
132
- * @param options The options parameters.
133
- */
134
- list(options) {
135
- return this.client.sendOperationRequest({ options }, listOperationSpec);
136
- }
137
- }
138
- const serializer = coreClient.createSerializer(
139
- Mappers,
140
- /* isXml */
141
- false
142
- );
143
- const createOperationSpec = {
144
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
145
- httpMethod: "PUT",
146
- responses: {
147
- 200: {
148
- bodyMapper: Mappers.SubscriptionAliasResponse
149
- },
150
- 201: {
151
- bodyMapper: Mappers.SubscriptionAliasResponse
152
- },
153
- 202: {
154
- bodyMapper: Mappers.SubscriptionAliasResponse
155
- },
156
- 204: {
157
- bodyMapper: Mappers.SubscriptionAliasResponse
158
- },
159
- default: {
160
- bodyMapper: Mappers.ErrorResponseBody
161
- }
162
- },
163
- requestBody: Parameters.body2,
164
- queryParameters: [Parameters.apiVersion],
165
- urlParameters: [Parameters.$host, Parameters.aliasName],
166
- headerParameters: [Parameters.accept, Parameters.contentType],
167
- mediaType: "json",
168
- serializer
169
- };
170
- const getOperationSpec = {
171
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
172
- httpMethod: "GET",
173
- responses: {
174
- 200: {
175
- bodyMapper: Mappers.SubscriptionAliasResponse
176
- },
177
- default: {
178
- bodyMapper: Mappers.ErrorResponseBody
179
- }
180
- },
181
- queryParameters: [Parameters.apiVersion],
182
- urlParameters: [Parameters.$host, Parameters.aliasName],
183
- headerParameters: [Parameters.accept],
184
- serializer
185
- };
186
- const deleteOperationSpec = {
187
- path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
188
- httpMethod: "DELETE",
189
- responses: {
190
- 200: {},
191
- 204: {},
192
- default: {
193
- bodyMapper: Mappers.ErrorResponseBody
194
- }
195
- },
196
- queryParameters: [Parameters.apiVersion],
197
- urlParameters: [Parameters.$host, Parameters.aliasName],
198
- headerParameters: [Parameters.accept],
199
- serializer
200
- };
201
- const listOperationSpec = {
202
- path: "/providers/Microsoft.Subscription/aliases",
203
- httpMethod: "GET",
204
- responses: {
205
- 200: {
206
- bodyMapper: Mappers.SubscriptionAliasListResult
207
- },
208
- default: {
209
- bodyMapper: Mappers.ErrorResponseBody
210
- }
211
- },
212
- queryParameters: [Parameters.apiVersion],
213
- urlParameters: [Parameters.$host],
214
- headerParameters: [Parameters.accept],
215
- serializer
216
- };
217
- // Annotate the CommonJS export names for ESM import in node:
218
- 0 && (module.exports = {
219
- AliasImpl
220
- });
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/subscription/arm-subscriptions/src/operations/alias.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { Alias } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { SubscriptionClient } from \"../subscriptionClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PutAliasRequest,\n AliasCreateOptionalParams,\n AliasCreateResponse,\n AliasGetOptionalParams,\n AliasGetResponse,\n AliasDeleteOptionalParams,\n AliasListOptionalParams,\n AliasListResponse,\n} from \"../models/index.js\";\n\n/** Class containing Alias operations. */\nexport class AliasImpl implements Alias {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class Alias class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn\u2019t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreate(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AliasCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { aliasName, body, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<AliasCreateResponse, OperationState<AliasCreateResponse>>(\n lro,\n {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n },\n );\n await poller.poll();\n return poller;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn\u2019t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<AliasCreateResponse> {\n const poller = await this.beginCreate(aliasName, body, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn\u2019t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse> {\n return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);\n }\n\n /**\n * Delete Alias.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn\u2019t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void> {\n return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);\n }\n\n /**\n * List Alias Subscription.\n * @param options The options parameters.\n */\n list(options?: AliasListOptionalParams): Promise<AliasListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 201: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 202: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 204: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n requestBody: Parameters.body2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"],
5
- "mappings": "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",
6
- "names": ["flatResponse"]
7
- }
@@ -1,19 +0,0 @@
1
- import type { BillingAccount } from "../operationsInterfaces/index.js";
2
- import type { SubscriptionClient } from "../subscriptionClient.js";
3
- import type { BillingAccountGetPolicyOptionalParams, BillingAccountGetPolicyResponse } from "../models/index.js";
4
- /** Class containing BillingAccount operations. */
5
- export declare class BillingAccountImpl implements BillingAccount {
6
- private readonly client;
7
- /**
8
- * Initialize a new instance of the class BillingAccount class.
9
- * @param client Reference to the service client
10
- */
11
- constructor(client: SubscriptionClient);
12
- /**
13
- * Get Billing Account Policy.
14
- * @param billingAccountId Billing Account Id.
15
- * @param options The options parameters.
16
- */
17
- getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountGetPolicyResponse>;
18
- }
19
- //# sourceMappingURL=billingAccount.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"billingAccount.d.ts","sourceRoot":"","sources":["../../../src/operations/billingAccount.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;OAIG;IACH,SAAS,CACP,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;CAG5C"}