@azure/arm-communication 4.2.0 → 5.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 (931) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/communicationServiceManagementContext.d.ts +22 -0
  3. package/dist/browser/api/communicationServiceManagementContext.js +24 -0
  4. package/dist/browser/api/communicationServiceManagementContext.js.map +1 -0
  5. package/dist/browser/api/communicationServices/index.d.ts +3 -0
  6. package/dist/browser/api/communicationServices/index.js +4 -0
  7. package/dist/browser/api/communicationServices/index.js.map +1 -0
  8. package/dist/browser/api/communicationServices/operations.d.ts +52 -0
  9. package/dist/browser/api/communicationServices/operations.js +305 -0
  10. package/dist/browser/api/communicationServices/operations.js.map +1 -0
  11. package/dist/browser/api/communicationServices/options.d.ts +39 -0
  12. package/dist/browser/api/communicationServices/options.js +4 -0
  13. package/dist/browser/api/communicationServices/options.js.map +1 -0
  14. package/dist/browser/api/domains/index.d.ts +3 -0
  15. package/dist/browser/api/domains/index.js +4 -0
  16. package/dist/browser/api/domains/index.js.map +1 -0
  17. package/dist/browser/api/domains/operations.d.ts +40 -0
  18. package/dist/browser/api/domains/operations.js +242 -0
  19. package/dist/browser/api/domains/operations.js.map +1 -0
  20. package/dist/browser/api/domains/options.d.ts +33 -0
  21. package/dist/browser/api/domains/options.js +4 -0
  22. package/dist/browser/api/domains/options.js.map +1 -0
  23. package/dist/browser/api/emailServices/index.d.ts +3 -0
  24. package/dist/browser/api/emailServices/index.js +4 -0
  25. package/dist/browser/api/emailServices/index.js.map +1 -0
  26. package/dist/browser/api/emailServices/operations.d.ts +40 -0
  27. package/dist/browser/api/emailServices/operations.js +222 -0
  28. package/dist/browser/api/emailServices/operations.js.map +1 -0
  29. package/dist/browser/api/emailServices/options.d.ts +29 -0
  30. package/dist/browser/api/emailServices/options.js +4 -0
  31. package/dist/browser/api/emailServices/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +3 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/api/operations/index.d.ts +3 -0
  36. package/dist/browser/api/operations/index.js +4 -0
  37. package/dist/browser/api/operations/index.js.map +1 -0
  38. package/dist/browser/api/operations/operations.d.ts +10 -0
  39. package/dist/browser/api/operations/operations.js +31 -0
  40. package/dist/browser/api/operations/operations.js.map +1 -0
  41. package/dist/browser/api/operations/options.d.ts +5 -0
  42. package/dist/browser/api/operations/options.js +4 -0
  43. package/dist/browser/api/operations/options.js.map +1 -0
  44. package/dist/browser/api/senderUsernames/index.d.ts +3 -0
  45. package/dist/browser/api/senderUsernames/index.js +4 -0
  46. package/dist/browser/api/senderUsernames/index.js.map +1 -0
  47. package/dist/browser/api/senderUsernames/operations.d.ts +27 -0
  48. package/dist/browser/api/senderUsernames/operations.js +129 -0
  49. package/dist/browser/api/senderUsernames/operations.js.map +1 -0
  50. package/dist/browser/api/senderUsernames/options.d.ts +14 -0
  51. package/dist/browser/api/senderUsernames/options.js +4 -0
  52. package/dist/browser/api/senderUsernames/options.js.map +1 -0
  53. package/dist/browser/api/smtpUsernames/index.d.ts +3 -0
  54. package/dist/browser/api/smtpUsernames/index.js +4 -0
  55. package/dist/browser/api/smtpUsernames/index.js.map +1 -0
  56. package/dist/browser/api/smtpUsernames/operations.d.ts +27 -0
  57. package/dist/browser/api/smtpUsernames/operations.js +125 -0
  58. package/dist/browser/api/smtpUsernames/operations.js.map +1 -0
  59. package/dist/browser/api/smtpUsernames/options.d.ts +14 -0
  60. package/dist/browser/api/smtpUsernames/options.js +4 -0
  61. package/dist/browser/api/smtpUsernames/options.js.map +1 -0
  62. package/dist/browser/api/suppressionListAddresses/index.d.ts +3 -0
  63. package/dist/browser/api/suppressionListAddresses/index.js +4 -0
  64. package/dist/browser/api/suppressionListAddresses/index.js.map +1 -0
  65. package/dist/browser/api/suppressionListAddresses/operations.d.ts +27 -0
  66. package/dist/browser/api/suppressionListAddresses/operations.js +133 -0
  67. package/dist/browser/api/suppressionListAddresses/operations.js.map +1 -0
  68. package/dist/browser/api/suppressionListAddresses/options.d.ts +14 -0
  69. package/dist/browser/api/suppressionListAddresses/options.js +4 -0
  70. package/dist/browser/api/suppressionListAddresses/options.js.map +1 -0
  71. package/dist/browser/api/suppressionLists/index.d.ts +3 -0
  72. package/dist/browser/api/suppressionLists/index.js +4 -0
  73. package/dist/browser/api/suppressionLists/index.js.map +1 -0
  74. package/dist/browser/api/suppressionLists/operations.d.ts +27 -0
  75. package/dist/browser/api/suppressionLists/operations.js +129 -0
  76. package/dist/browser/api/suppressionLists/operations.js.map +1 -0
  77. package/dist/browser/api/suppressionLists/options.d.ts +14 -0
  78. package/dist/browser/api/suppressionLists/options.js +4 -0
  79. package/dist/browser/api/suppressionLists/options.js.map +1 -0
  80. package/dist/browser/classic/communicationServices/index.d.ts +44 -0
  81. package/dist/browser/classic/communicationServices/index.js +40 -0
  82. package/dist/browser/classic/communicationServices/index.js.map +1 -0
  83. package/dist/browser/classic/domains/index.d.ts +50 -0
  84. package/dist/browser/classic/domains/index.js +61 -0
  85. package/dist/browser/classic/domains/index.js.map +1 -0
  86. package/dist/browser/classic/emailServices/index.d.ts +42 -0
  87. package/dist/browser/classic/emailServices/index.js +45 -0
  88. package/dist/browser/classic/emailServices/index.js.map +1 -0
  89. package/dist/browser/classic/index.d.ts +9 -0
  90. package/dist/browser/classic/index.js +4 -0
  91. package/dist/browser/classic/index.js.map +1 -0
  92. package/dist/browser/classic/operations/index.d.ts +11 -0
  93. package/dist/browser/classic/operations/index.js +14 -0
  94. package/dist/browser/classic/operations/index.js.map +1 -0
  95. package/dist/browser/classic/senderUsernames/index.d.ts +22 -0
  96. package/dist/browser/classic/senderUsernames/index.js +17 -0
  97. package/dist/browser/classic/senderUsernames/index.js.map +1 -0
  98. package/dist/browser/classic/smtpUsernames/index.d.ts +22 -0
  99. package/dist/browser/classic/smtpUsernames/index.js +17 -0
  100. package/dist/browser/classic/smtpUsernames/index.js.map +1 -0
  101. package/dist/browser/classic/suppressionListAddresses/index.d.ts +22 -0
  102. package/dist/browser/classic/suppressionListAddresses/index.js +17 -0
  103. package/dist/browser/classic/suppressionListAddresses/index.js.map +1 -0
  104. package/dist/browser/classic/suppressionLists/index.d.ts +22 -0
  105. package/dist/browser/classic/suppressionLists/index.js +17 -0
  106. package/dist/browser/classic/suppressionLists/index.js.map +1 -0
  107. package/dist/browser/communicationServiceManagementClient.d.ts +34 -25
  108. package/dist/browser/communicationServiceManagementClient.js +46 -108
  109. package/dist/browser/communicationServiceManagementClient.js.map +1 -1
  110. package/dist/browser/index.d.ts +21 -3
  111. package/dist/browser/index.js +4 -6
  112. package/dist/browser/index.js.map +1 -1
  113. package/dist/browser/logger.d.ts +2 -0
  114. package/dist/browser/logger.js +5 -0
  115. package/dist/browser/logger.js.map +1 -0
  116. package/dist/browser/models/index.d.ts +2 -1267
  117. package/dist/browser/models/index.js +1 -194
  118. package/dist/browser/models/index.js.map +1 -1
  119. package/dist/browser/models/models.d.ts +991 -0
  120. package/dist/browser/models/models.js +979 -0
  121. package/dist/browser/models/models.js.map +1 -0
  122. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  123. package/dist/browser/restorePollerHelpers.js +111 -0
  124. package/dist/browser/restorePollerHelpers.js.map +1 -0
  125. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  126. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  127. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  128. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  129. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  130. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  131. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  132. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  133. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  134. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  135. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  136. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  137. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  138. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  139. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  140. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  141. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  142. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  143. package/dist/commonjs/api/communicationServiceManagementContext.d.ts +22 -0
  144. package/dist/commonjs/api/communicationServiceManagementContext.js +45 -0
  145. package/dist/commonjs/api/communicationServiceManagementContext.js.map +7 -0
  146. package/dist/commonjs/api/communicationServices/index.d.ts +3 -0
  147. package/dist/commonjs/api/communicationServices/index.js +46 -0
  148. package/dist/commonjs/api/communicationServices/index.js.map +7 -0
  149. package/dist/commonjs/api/communicationServices/operations.d.ts +52 -0
  150. package/dist/commonjs/api/communicationServices/operations.js +445 -0
  151. package/dist/commonjs/api/communicationServices/operations.js.map +7 -0
  152. package/dist/commonjs/api/communicationServices/options.d.ts +39 -0
  153. package/dist/commonjs/api/communicationServices/options.js +16 -0
  154. package/dist/commonjs/api/communicationServices/options.js.map +7 -0
  155. package/dist/commonjs/api/domains/index.d.ts +3 -0
  156. package/dist/commonjs/api/domains/index.js +40 -0
  157. package/dist/commonjs/api/domains/index.js.map +7 -0
  158. package/dist/commonjs/api/domains/operations.d.ts +40 -0
  159. package/dist/commonjs/api/domains/operations.js +349 -0
  160. package/dist/commonjs/api/domains/operations.js.map +7 -0
  161. package/dist/commonjs/api/domains/options.d.ts +33 -0
  162. package/dist/commonjs/api/domains/options.js +16 -0
  163. package/dist/commonjs/api/domains/options.js.map +7 -0
  164. package/dist/commonjs/api/emailServices/index.d.ts +3 -0
  165. package/dist/commonjs/api/emailServices/index.js +40 -0
  166. package/dist/commonjs/api/emailServices/index.js.map +7 -0
  167. package/dist/commonjs/api/emailServices/operations.d.ts +40 -0
  168. package/dist/commonjs/api/emailServices/operations.js +314 -0
  169. package/dist/commonjs/api/emailServices/operations.js.map +7 -0
  170. package/dist/commonjs/api/emailServices/options.d.ts +29 -0
  171. package/dist/commonjs/api/emailServices/options.js +16 -0
  172. package/dist/commonjs/api/emailServices/options.js.map +7 -0
  173. package/dist/commonjs/api/index.d.ts +3 -0
  174. package/dist/commonjs/api/index.js +28 -0
  175. package/dist/commonjs/api/index.js.map +7 -0
  176. package/dist/commonjs/api/operations/index.d.ts +3 -0
  177. package/dist/commonjs/api/operations/index.js +28 -0
  178. package/dist/commonjs/api/operations/index.js.map +7 -0
  179. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  180. package/dist/commonjs/api/operations/operations.js +68 -0
  181. package/dist/commonjs/api/operations/operations.js.map +7 -0
  182. package/dist/commonjs/api/operations/options.d.ts +5 -0
  183. package/dist/commonjs/api/operations/options.js +16 -0
  184. package/dist/commonjs/api/operations/options.js.map +7 -0
  185. package/dist/commonjs/api/senderUsernames/index.d.ts +3 -0
  186. package/dist/commonjs/api/senderUsernames/index.js +34 -0
  187. package/dist/commonjs/api/senderUsernames/index.js.map +7 -0
  188. package/dist/commonjs/api/senderUsernames/operations.d.ts +27 -0
  189. package/dist/commonjs/api/senderUsernames/operations.js +210 -0
  190. package/dist/commonjs/api/senderUsernames/operations.js.map +7 -0
  191. package/dist/commonjs/api/senderUsernames/options.d.ts +14 -0
  192. package/dist/commonjs/api/senderUsernames/options.js +16 -0
  193. package/dist/commonjs/api/senderUsernames/options.js.map +7 -0
  194. package/dist/commonjs/api/smtpUsernames/index.d.ts +3 -0
  195. package/dist/commonjs/api/smtpUsernames/index.js +34 -0
  196. package/dist/commonjs/api/smtpUsernames/index.js.map +7 -0
  197. package/dist/commonjs/api/smtpUsernames/operations.d.ts +27 -0
  198. package/dist/commonjs/api/smtpUsernames/operations.js +203 -0
  199. package/dist/commonjs/api/smtpUsernames/operations.js.map +7 -0
  200. package/dist/commonjs/api/smtpUsernames/options.d.ts +14 -0
  201. package/dist/commonjs/api/smtpUsernames/options.js +16 -0
  202. package/dist/commonjs/api/smtpUsernames/options.js.map +7 -0
  203. package/dist/commonjs/api/suppressionListAddresses/index.d.ts +3 -0
  204. package/dist/commonjs/api/suppressionListAddresses/index.js +34 -0
  205. package/dist/commonjs/api/suppressionListAddresses/index.js.map +7 -0
  206. package/dist/commonjs/api/suppressionListAddresses/operations.d.ts +27 -0
  207. package/dist/commonjs/api/suppressionListAddresses/operations.js +224 -0
  208. package/dist/commonjs/api/suppressionListAddresses/operations.js.map +7 -0
  209. package/dist/commonjs/api/suppressionListAddresses/options.d.ts +14 -0
  210. package/dist/commonjs/api/suppressionListAddresses/options.js +16 -0
  211. package/dist/commonjs/api/suppressionListAddresses/options.js.map +7 -0
  212. package/dist/commonjs/api/suppressionLists/index.d.ts +3 -0
  213. package/dist/commonjs/api/suppressionLists/index.js +34 -0
  214. package/dist/commonjs/api/suppressionLists/index.js.map +7 -0
  215. package/dist/commonjs/api/suppressionLists/operations.d.ts +27 -0
  216. package/dist/commonjs/api/suppressionLists/operations.js +210 -0
  217. package/dist/commonjs/api/suppressionLists/operations.js.map +7 -0
  218. package/dist/commonjs/api/suppressionLists/options.d.ts +14 -0
  219. package/dist/commonjs/api/suppressionLists/options.js +16 -0
  220. package/dist/commonjs/api/suppressionLists/options.js.map +7 -0
  221. package/dist/commonjs/classic/communicationServices/index.d.ts +44 -0
  222. package/dist/commonjs/classic/communicationServices/index.js +76 -0
  223. package/dist/commonjs/classic/communicationServices/index.js.map +7 -0
  224. package/dist/commonjs/classic/domains/index.d.ts +50 -0
  225. package/dist/commonjs/classic/domains/index.js +155 -0
  226. package/dist/commonjs/classic/domains/index.js.map +7 -0
  227. package/dist/commonjs/classic/emailServices/index.d.ts +42 -0
  228. package/dist/commonjs/classic/emailServices/index.js +81 -0
  229. package/dist/commonjs/classic/emailServices/index.js.map +7 -0
  230. package/dist/commonjs/classic/index.d.ts +9 -0
  231. package/dist/commonjs/classic/index.js +16 -0
  232. package/dist/commonjs/classic/index.js.map +7 -0
  233. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  234. package/dist/commonjs/classic/operations/index.js +38 -0
  235. package/dist/commonjs/classic/operations/index.js.map +7 -0
  236. package/dist/commonjs/classic/senderUsernames/index.d.ts +22 -0
  237. package/dist/commonjs/classic/senderUsernames/index.js +49 -0
  238. package/dist/commonjs/classic/senderUsernames/index.js.map +7 -0
  239. package/dist/commonjs/classic/smtpUsernames/index.d.ts +22 -0
  240. package/dist/commonjs/classic/smtpUsernames/index.js +48 -0
  241. package/dist/commonjs/classic/smtpUsernames/index.js.map +7 -0
  242. package/dist/commonjs/classic/suppressionListAddresses/index.d.ts +22 -0
  243. package/dist/commonjs/classic/suppressionListAddresses/index.js +66 -0
  244. package/dist/commonjs/classic/suppressionListAddresses/index.js.map +7 -0
  245. package/dist/commonjs/classic/suppressionLists/index.d.ts +22 -0
  246. package/dist/commonjs/classic/suppressionLists/index.js +56 -0
  247. package/dist/commonjs/classic/suppressionLists/index.js.map +7 -0
  248. package/dist/commonjs/communicationServiceManagementClient.d.ts +34 -25
  249. package/dist/commonjs/communicationServiceManagementClient.js +74 -119
  250. package/dist/commonjs/communicationServiceManagementClient.js.map +7 -1
  251. package/dist/commonjs/index.d.ts +21 -3
  252. package/dist/commonjs/index.js +65 -16
  253. package/dist/commonjs/index.js.map +7 -1
  254. package/dist/commonjs/logger.d.ts +2 -0
  255. package/dist/commonjs/logger.js +29 -0
  256. package/dist/commonjs/logger.js.map +7 -0
  257. package/dist/commonjs/models/index.d.ts +2 -1267
  258. package/dist/commonjs/models/index.js +56 -200
  259. package/dist/commonjs/models/index.js.map +7 -1
  260. package/dist/commonjs/models/models.d.ts +991 -0
  261. package/dist/commonjs/models/models.js +1061 -0
  262. package/dist/commonjs/models/models.js.map +7 -0
  263. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  264. package/dist/commonjs/restorePollerHelpers.js +124 -0
  265. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  266. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  267. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  268. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  269. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  270. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  271. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  272. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  273. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  274. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  275. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  276. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  277. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  278. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  279. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  280. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  281. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  282. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  283. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  284. package/dist/commonjs/tsdoc-metadata.json +1 -1
  285. package/dist/esm/api/communicationServiceManagementContext.d.ts +22 -0
  286. package/dist/esm/api/communicationServiceManagementContext.js +24 -0
  287. package/dist/esm/api/communicationServiceManagementContext.js.map +1 -0
  288. package/dist/esm/api/communicationServices/index.d.ts +3 -0
  289. package/dist/esm/api/communicationServices/index.js +4 -0
  290. package/dist/esm/api/communicationServices/index.js.map +1 -0
  291. package/dist/esm/api/communicationServices/operations.d.ts +52 -0
  292. package/dist/esm/api/communicationServices/operations.js +305 -0
  293. package/dist/esm/api/communicationServices/operations.js.map +1 -0
  294. package/dist/esm/api/communicationServices/options.d.ts +39 -0
  295. package/dist/esm/api/communicationServices/options.js +4 -0
  296. package/dist/esm/api/communicationServices/options.js.map +1 -0
  297. package/dist/esm/api/domains/index.d.ts +3 -0
  298. package/dist/esm/api/domains/index.js +4 -0
  299. package/dist/esm/api/domains/index.js.map +1 -0
  300. package/dist/esm/api/domains/operations.d.ts +40 -0
  301. package/dist/esm/api/domains/operations.js +242 -0
  302. package/dist/esm/api/domains/operations.js.map +1 -0
  303. package/dist/esm/api/domains/options.d.ts +33 -0
  304. package/dist/esm/api/domains/options.js +4 -0
  305. package/dist/esm/api/domains/options.js.map +1 -0
  306. package/dist/esm/api/emailServices/index.d.ts +3 -0
  307. package/dist/esm/api/emailServices/index.js +4 -0
  308. package/dist/esm/api/emailServices/index.js.map +1 -0
  309. package/dist/esm/api/emailServices/operations.d.ts +40 -0
  310. package/dist/esm/api/emailServices/operations.js +222 -0
  311. package/dist/esm/api/emailServices/operations.js.map +1 -0
  312. package/dist/esm/api/emailServices/options.d.ts +29 -0
  313. package/dist/esm/api/emailServices/options.js +4 -0
  314. package/dist/esm/api/emailServices/options.js.map +1 -0
  315. package/dist/esm/api/index.d.ts +3 -0
  316. package/dist/esm/api/index.js +4 -0
  317. package/dist/esm/api/index.js.map +1 -0
  318. package/dist/esm/api/operations/index.d.ts +3 -0
  319. package/dist/esm/api/operations/index.js +4 -0
  320. package/dist/esm/api/operations/index.js.map +1 -0
  321. package/dist/esm/api/operations/operations.d.ts +10 -0
  322. package/dist/esm/api/operations/operations.js +31 -0
  323. package/dist/esm/api/operations/operations.js.map +1 -0
  324. package/dist/esm/api/operations/options.d.ts +5 -0
  325. package/dist/esm/api/operations/options.js +4 -0
  326. package/dist/esm/api/operations/options.js.map +1 -0
  327. package/dist/esm/api/senderUsernames/index.d.ts +3 -0
  328. package/dist/esm/api/senderUsernames/index.js +4 -0
  329. package/dist/esm/api/senderUsernames/index.js.map +1 -0
  330. package/dist/esm/api/senderUsernames/operations.d.ts +27 -0
  331. package/dist/esm/api/senderUsernames/operations.js +129 -0
  332. package/dist/esm/api/senderUsernames/operations.js.map +1 -0
  333. package/dist/esm/api/senderUsernames/options.d.ts +14 -0
  334. package/dist/esm/api/senderUsernames/options.js +4 -0
  335. package/dist/esm/api/senderUsernames/options.js.map +1 -0
  336. package/dist/esm/api/smtpUsernames/index.d.ts +3 -0
  337. package/dist/esm/api/smtpUsernames/index.js +4 -0
  338. package/dist/esm/api/smtpUsernames/index.js.map +1 -0
  339. package/dist/esm/api/smtpUsernames/operations.d.ts +27 -0
  340. package/dist/esm/api/smtpUsernames/operations.js +125 -0
  341. package/dist/esm/api/smtpUsernames/operations.js.map +1 -0
  342. package/dist/esm/api/smtpUsernames/options.d.ts +14 -0
  343. package/dist/esm/api/smtpUsernames/options.js +4 -0
  344. package/dist/esm/api/smtpUsernames/options.js.map +1 -0
  345. package/dist/esm/api/suppressionListAddresses/index.d.ts +3 -0
  346. package/dist/esm/api/suppressionListAddresses/index.js +4 -0
  347. package/dist/esm/api/suppressionListAddresses/index.js.map +1 -0
  348. package/dist/esm/api/suppressionListAddresses/operations.d.ts +27 -0
  349. package/dist/esm/api/suppressionListAddresses/operations.js +133 -0
  350. package/dist/esm/api/suppressionListAddresses/operations.js.map +1 -0
  351. package/dist/esm/api/suppressionListAddresses/options.d.ts +14 -0
  352. package/dist/esm/api/suppressionListAddresses/options.js +4 -0
  353. package/dist/esm/api/suppressionListAddresses/options.js.map +1 -0
  354. package/dist/esm/api/suppressionLists/index.d.ts +3 -0
  355. package/dist/esm/api/suppressionLists/index.js +4 -0
  356. package/dist/esm/api/suppressionLists/index.js.map +1 -0
  357. package/dist/esm/api/suppressionLists/operations.d.ts +27 -0
  358. package/dist/esm/api/suppressionLists/operations.js +129 -0
  359. package/dist/esm/api/suppressionLists/operations.js.map +1 -0
  360. package/dist/esm/api/suppressionLists/options.d.ts +14 -0
  361. package/dist/esm/api/suppressionLists/options.js +4 -0
  362. package/dist/esm/api/suppressionLists/options.js.map +1 -0
  363. package/dist/esm/classic/communicationServices/index.d.ts +44 -0
  364. package/dist/esm/classic/communicationServices/index.js +40 -0
  365. package/dist/esm/classic/communicationServices/index.js.map +1 -0
  366. package/dist/esm/classic/domains/index.d.ts +50 -0
  367. package/dist/esm/classic/domains/index.js +61 -0
  368. package/dist/esm/classic/domains/index.js.map +1 -0
  369. package/dist/esm/classic/emailServices/index.d.ts +42 -0
  370. package/dist/esm/classic/emailServices/index.js +45 -0
  371. package/dist/esm/classic/emailServices/index.js.map +1 -0
  372. package/dist/esm/classic/index.d.ts +9 -0
  373. package/dist/esm/classic/index.js +4 -0
  374. package/dist/esm/classic/index.js.map +1 -0
  375. package/dist/esm/classic/operations/index.d.ts +11 -0
  376. package/dist/esm/classic/operations/index.js +14 -0
  377. package/dist/esm/classic/operations/index.js.map +1 -0
  378. package/dist/esm/classic/senderUsernames/index.d.ts +22 -0
  379. package/dist/esm/classic/senderUsernames/index.js +17 -0
  380. package/dist/esm/classic/senderUsernames/index.js.map +1 -0
  381. package/dist/esm/classic/smtpUsernames/index.d.ts +22 -0
  382. package/dist/esm/classic/smtpUsernames/index.js +17 -0
  383. package/dist/esm/classic/smtpUsernames/index.js.map +1 -0
  384. package/dist/esm/classic/suppressionListAddresses/index.d.ts +22 -0
  385. package/dist/esm/classic/suppressionListAddresses/index.js +17 -0
  386. package/dist/esm/classic/suppressionListAddresses/index.js.map +1 -0
  387. package/dist/esm/classic/suppressionLists/index.d.ts +22 -0
  388. package/dist/esm/classic/suppressionLists/index.js +17 -0
  389. package/dist/esm/classic/suppressionLists/index.js.map +1 -0
  390. package/dist/esm/communicationServiceManagementClient.d.ts +34 -25
  391. package/dist/esm/communicationServiceManagementClient.js +46 -108
  392. package/dist/esm/communicationServiceManagementClient.js.map +1 -1
  393. package/dist/esm/index.d.ts +21 -3
  394. package/dist/esm/index.js +4 -6
  395. package/dist/esm/index.js.map +1 -1
  396. package/dist/esm/logger.d.ts +2 -0
  397. package/dist/esm/logger.js +5 -0
  398. package/dist/esm/logger.js.map +1 -0
  399. package/dist/esm/models/index.d.ts +2 -1267
  400. package/dist/esm/models/index.js +1 -194
  401. package/dist/esm/models/index.js.map +1 -1
  402. package/dist/esm/models/models.d.ts +991 -0
  403. package/dist/esm/models/models.js +979 -0
  404. package/dist/esm/models/models.js.map +1 -0
  405. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  406. package/dist/esm/restorePollerHelpers.js +111 -0
  407. package/dist/esm/restorePollerHelpers.js.map +1 -0
  408. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  409. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  410. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  411. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  412. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  413. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  414. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  415. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  416. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  417. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  418. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  419. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  420. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  421. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  422. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  423. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  424. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  425. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  426. package/dist/react-native/api/communicationServiceManagementContext.d.ts +22 -0
  427. package/dist/react-native/api/communicationServiceManagementContext.js +24 -0
  428. package/dist/react-native/api/communicationServiceManagementContext.js.map +1 -0
  429. package/dist/react-native/api/communicationServices/index.d.ts +3 -0
  430. package/dist/react-native/api/communicationServices/index.js +4 -0
  431. package/dist/react-native/api/communicationServices/index.js.map +1 -0
  432. package/dist/react-native/api/communicationServices/operations.d.ts +52 -0
  433. package/dist/react-native/api/communicationServices/operations.js +305 -0
  434. package/dist/react-native/api/communicationServices/operations.js.map +1 -0
  435. package/dist/react-native/api/communicationServices/options.d.ts +39 -0
  436. package/dist/react-native/api/communicationServices/options.js +4 -0
  437. package/dist/react-native/api/communicationServices/options.js.map +1 -0
  438. package/dist/react-native/api/domains/index.d.ts +3 -0
  439. package/dist/react-native/api/domains/index.js +4 -0
  440. package/dist/react-native/api/domains/index.js.map +1 -0
  441. package/dist/react-native/api/domains/operations.d.ts +40 -0
  442. package/dist/react-native/api/domains/operations.js +242 -0
  443. package/dist/react-native/api/domains/operations.js.map +1 -0
  444. package/dist/react-native/api/domains/options.d.ts +33 -0
  445. package/dist/react-native/api/domains/options.js +4 -0
  446. package/dist/react-native/api/domains/options.js.map +1 -0
  447. package/dist/react-native/api/emailServices/index.d.ts +3 -0
  448. package/dist/react-native/api/emailServices/index.js +4 -0
  449. package/dist/react-native/api/emailServices/index.js.map +1 -0
  450. package/dist/react-native/api/emailServices/operations.d.ts +40 -0
  451. package/dist/react-native/api/emailServices/operations.js +222 -0
  452. package/dist/react-native/api/emailServices/operations.js.map +1 -0
  453. package/dist/react-native/api/emailServices/options.d.ts +29 -0
  454. package/dist/react-native/api/emailServices/options.js +4 -0
  455. package/dist/react-native/api/emailServices/options.js.map +1 -0
  456. package/dist/react-native/api/index.d.ts +3 -0
  457. package/dist/react-native/api/index.js +4 -0
  458. package/dist/react-native/api/index.js.map +1 -0
  459. package/dist/react-native/api/operations/index.d.ts +3 -0
  460. package/dist/react-native/api/operations/index.js +4 -0
  461. package/dist/react-native/api/operations/index.js.map +1 -0
  462. package/dist/react-native/api/operations/operations.d.ts +10 -0
  463. package/dist/react-native/api/operations/operations.js +31 -0
  464. package/dist/react-native/api/operations/operations.js.map +1 -0
  465. package/dist/react-native/api/operations/options.d.ts +5 -0
  466. package/dist/react-native/api/operations/options.js +4 -0
  467. package/dist/react-native/api/operations/options.js.map +1 -0
  468. package/dist/react-native/api/senderUsernames/index.d.ts +3 -0
  469. package/dist/react-native/api/senderUsernames/index.js +4 -0
  470. package/dist/react-native/api/senderUsernames/index.js.map +1 -0
  471. package/dist/react-native/api/senderUsernames/operations.d.ts +27 -0
  472. package/dist/react-native/api/senderUsernames/operations.js +129 -0
  473. package/dist/react-native/api/senderUsernames/operations.js.map +1 -0
  474. package/dist/react-native/api/senderUsernames/options.d.ts +14 -0
  475. package/dist/react-native/api/senderUsernames/options.js +4 -0
  476. package/dist/react-native/api/senderUsernames/options.js.map +1 -0
  477. package/dist/react-native/api/smtpUsernames/index.d.ts +3 -0
  478. package/dist/react-native/api/smtpUsernames/index.js +4 -0
  479. package/dist/react-native/api/smtpUsernames/index.js.map +1 -0
  480. package/dist/react-native/api/smtpUsernames/operations.d.ts +27 -0
  481. package/dist/react-native/api/smtpUsernames/operations.js +125 -0
  482. package/dist/react-native/api/smtpUsernames/operations.js.map +1 -0
  483. package/dist/react-native/api/smtpUsernames/options.d.ts +14 -0
  484. package/dist/react-native/api/smtpUsernames/options.js +4 -0
  485. package/dist/react-native/api/smtpUsernames/options.js.map +1 -0
  486. package/dist/react-native/api/suppressionListAddresses/index.d.ts +3 -0
  487. package/dist/react-native/api/suppressionListAddresses/index.js +4 -0
  488. package/dist/react-native/api/suppressionListAddresses/index.js.map +1 -0
  489. package/dist/react-native/api/suppressionListAddresses/operations.d.ts +27 -0
  490. package/dist/react-native/api/suppressionListAddresses/operations.js +133 -0
  491. package/dist/react-native/api/suppressionListAddresses/operations.js.map +1 -0
  492. package/dist/react-native/api/suppressionListAddresses/options.d.ts +14 -0
  493. package/dist/react-native/api/suppressionListAddresses/options.js +4 -0
  494. package/dist/react-native/api/suppressionListAddresses/options.js.map +1 -0
  495. package/dist/react-native/api/suppressionLists/index.d.ts +3 -0
  496. package/dist/react-native/api/suppressionLists/index.js +4 -0
  497. package/dist/react-native/api/suppressionLists/index.js.map +1 -0
  498. package/dist/react-native/api/suppressionLists/operations.d.ts +27 -0
  499. package/dist/react-native/api/suppressionLists/operations.js +129 -0
  500. package/dist/react-native/api/suppressionLists/operations.js.map +1 -0
  501. package/dist/react-native/api/suppressionLists/options.d.ts +14 -0
  502. package/dist/react-native/api/suppressionLists/options.js +4 -0
  503. package/dist/react-native/api/suppressionLists/options.js.map +1 -0
  504. package/dist/react-native/classic/communicationServices/index.d.ts +44 -0
  505. package/dist/react-native/classic/communicationServices/index.js +40 -0
  506. package/dist/react-native/classic/communicationServices/index.js.map +1 -0
  507. package/dist/react-native/classic/domains/index.d.ts +50 -0
  508. package/dist/react-native/classic/domains/index.js +61 -0
  509. package/dist/react-native/classic/domains/index.js.map +1 -0
  510. package/dist/react-native/classic/emailServices/index.d.ts +42 -0
  511. package/dist/react-native/classic/emailServices/index.js +45 -0
  512. package/dist/react-native/classic/emailServices/index.js.map +1 -0
  513. package/dist/react-native/classic/index.d.ts +9 -0
  514. package/dist/react-native/classic/index.js +4 -0
  515. package/dist/react-native/classic/index.js.map +1 -0
  516. package/dist/react-native/classic/operations/index.d.ts +11 -0
  517. package/dist/react-native/classic/operations/index.js +14 -0
  518. package/dist/react-native/classic/operations/index.js.map +1 -0
  519. package/dist/react-native/classic/senderUsernames/index.d.ts +22 -0
  520. package/dist/react-native/classic/senderUsernames/index.js +17 -0
  521. package/dist/react-native/classic/senderUsernames/index.js.map +1 -0
  522. package/dist/react-native/classic/smtpUsernames/index.d.ts +22 -0
  523. package/dist/react-native/classic/smtpUsernames/index.js +17 -0
  524. package/dist/react-native/classic/smtpUsernames/index.js.map +1 -0
  525. package/dist/react-native/classic/suppressionListAddresses/index.d.ts +22 -0
  526. package/dist/react-native/classic/suppressionListAddresses/index.js +17 -0
  527. package/dist/react-native/classic/suppressionListAddresses/index.js.map +1 -0
  528. package/dist/react-native/classic/suppressionLists/index.d.ts +22 -0
  529. package/dist/react-native/classic/suppressionLists/index.js +17 -0
  530. package/dist/react-native/classic/suppressionLists/index.js.map +1 -0
  531. package/dist/react-native/communicationServiceManagementClient.d.ts +34 -25
  532. package/dist/react-native/communicationServiceManagementClient.js +46 -108
  533. package/dist/react-native/communicationServiceManagementClient.js.map +1 -1
  534. package/dist/react-native/index.d.ts +21 -3
  535. package/dist/react-native/index.js +4 -6
  536. package/dist/react-native/index.js.map +1 -1
  537. package/dist/react-native/logger.d.ts +2 -0
  538. package/dist/react-native/logger.js +5 -0
  539. package/dist/react-native/logger.js.map +1 -0
  540. package/dist/react-native/models/index.d.ts +2 -1267
  541. package/dist/react-native/models/index.js +1 -194
  542. package/dist/react-native/models/index.js.map +1 -1
  543. package/dist/react-native/models/models.d.ts +991 -0
  544. package/dist/react-native/models/models.js +979 -0
  545. package/dist/react-native/models/models.js.map +1 -0
  546. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  547. package/dist/react-native/restorePollerHelpers.js +111 -0
  548. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  549. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  550. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  551. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  552. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  553. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  554. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  555. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  556. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  557. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  558. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  559. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  560. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  561. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  562. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  563. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  564. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  565. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  566. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  567. package/package.json +267 -95
  568. package/dist/browser/communicationServiceManagementClient.d.ts.map +0 -1
  569. package/dist/browser/index.d.ts.map +0 -1
  570. package/dist/browser/lroImpl.d.ts +0 -11
  571. package/dist/browser/lroImpl.d.ts.map +0 -1
  572. package/dist/browser/lroImpl.js +0 -20
  573. package/dist/browser/lroImpl.js.map +0 -1
  574. package/dist/browser/models/index.d.ts.map +0 -1
  575. package/dist/browser/models/mappers.d.ts +0 -56
  576. package/dist/browser/models/mappers.d.ts.map +0 -1
  577. package/dist/browser/models/mappers.js +0 -1452
  578. package/dist/browser/models/mappers.js.map +0 -1
  579. package/dist/browser/models/parameters.d.ts +0 -31
  580. package/dist/browser/models/parameters.d.ts.map +0 -1
  581. package/dist/browser/models/parameters.js +0 -257
  582. package/dist/browser/models/parameters.js.map +0 -1
  583. package/dist/browser/operations/communicationServices.d.ts +0 -128
  584. package/dist/browser/operations/communicationServices.d.ts.map +0 -1
  585. package/dist/browser/operations/communicationServices.js +0 -571
  586. package/dist/browser/operations/communicationServices.js.map +0 -1
  587. package/dist/browser/operations/domains.d.ts +0 -138
  588. package/dist/browser/operations/domains.d.ts.map +0 -1
  589. package/dist/browser/operations/domains.js +0 -647
  590. package/dist/browser/operations/domains.js.map +0 -1
  591. package/dist/browser/operations/emailServices.d.ts +0 -112
  592. package/dist/browser/operations/emailServices.d.ts.map +0 -1
  593. package/dist/browser/operations/emailServices.js +0 -527
  594. package/dist/browser/operations/emailServices.js.map +0 -1
  595. package/dist/browser/operations/index.d.ts +0 -9
  596. package/dist/browser/operations/index.d.ts.map +0 -1
  597. package/dist/browser/operations/index.js +0 -13
  598. package/dist/browser/operations/index.js.map +0 -1
  599. package/dist/browser/operations/operations.d.ts +0 -32
  600. package/dist/browser/operations/operations.d.ts.map +0 -1
  601. package/dist/browser/operations/operations.js +0 -111
  602. package/dist/browser/operations/operations.js.map +0 -1
  603. package/dist/browser/operations/senderUsernames.d.ts +0 -70
  604. package/dist/browser/operations/senderUsernames.d.ts.map +0 -1
  605. package/dist/browser/operations/senderUsernames.js +0 -260
  606. package/dist/browser/operations/senderUsernames.js.map +0 -1
  607. package/dist/browser/operations/smtpUsernames.d.ts +0 -63
  608. package/dist/browser/operations/smtpUsernames.d.ts.map +0 -1
  609. package/dist/browser/operations/smtpUsernames.js +0 -235
  610. package/dist/browser/operations/smtpUsernames.js.map +0 -1
  611. package/dist/browser/operations/suppressionListAddresses.d.ts +0 -75
  612. package/dist/browser/operations/suppressionListAddresses.d.ts.map +0 -1
  613. package/dist/browser/operations/suppressionListAddresses.js +0 -286
  614. package/dist/browser/operations/suppressionListAddresses.js.map +0 -1
  615. package/dist/browser/operations/suppressionLists.d.ts +0 -70
  616. package/dist/browser/operations/suppressionLists.d.ts.map +0 -1
  617. package/dist/browser/operations/suppressionLists.js +0 -260
  618. package/dist/browser/operations/suppressionLists.js.map +0 -1
  619. package/dist/browser/operationsInterfaces/communicationServices.d.ts +0 -92
  620. package/dist/browser/operationsInterfaces/communicationServices.d.ts.map +0 -1
  621. package/dist/browser/operationsInterfaces/communicationServices.js +0 -4
  622. package/dist/browser/operationsInterfaces/communicationServices.js.map +0 -1
  623. package/dist/browser/operationsInterfaces/domains.d.ts +0 -112
  624. package/dist/browser/operationsInterfaces/domains.d.ts.map +0 -1
  625. package/dist/browser/operationsInterfaces/domains.js +0 -4
  626. package/dist/browser/operationsInterfaces/domains.js.map +0 -1
  627. package/dist/browser/operationsInterfaces/emailServices.d.ts +0 -76
  628. package/dist/browser/operationsInterfaces/emailServices.d.ts.map +0 -1
  629. package/dist/browser/operationsInterfaces/emailServices.js +0 -4
  630. package/dist/browser/operationsInterfaces/emailServices.js.map +0 -1
  631. package/dist/browser/operationsInterfaces/index.d.ts +0 -9
  632. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  633. package/dist/browser/operationsInterfaces/index.js +0 -13
  634. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  635. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  636. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  637. package/dist/browser/operationsInterfaces/operations.js +0 -4
  638. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  639. package/dist/browser/operationsInterfaces/senderUsernames.d.ts +0 -43
  640. package/dist/browser/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  641. package/dist/browser/operationsInterfaces/senderUsernames.js +0 -4
  642. package/dist/browser/operationsInterfaces/senderUsernames.js.map +0 -1
  643. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts +0 -38
  644. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  645. package/dist/browser/operationsInterfaces/smtpUsernames.js +0 -4
  646. package/dist/browser/operationsInterfaces/smtpUsernames.js.map +0 -1
  647. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  648. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  649. package/dist/browser/operationsInterfaces/suppressionListAddresses.js +0 -4
  650. package/dist/browser/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  651. package/dist/browser/operationsInterfaces/suppressionLists.d.ts +0 -43
  652. package/dist/browser/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  653. package/dist/browser/operationsInterfaces/suppressionLists.js +0 -4
  654. package/dist/browser/operationsInterfaces/suppressionLists.js.map +0 -1
  655. package/dist/browser/pagingHelper.d.ts +0 -13
  656. package/dist/browser/pagingHelper.d.ts.map +0 -1
  657. package/dist/browser/pagingHelper.js +0 -25
  658. package/dist/browser/pagingHelper.js.map +0 -1
  659. package/dist/commonjs/communicationServiceManagementClient.d.ts.map +0 -1
  660. package/dist/commonjs/index.d.ts.map +0 -1
  661. package/dist/commonjs/lroImpl.d.ts +0 -11
  662. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  663. package/dist/commonjs/lroImpl.js +0 -23
  664. package/dist/commonjs/lroImpl.js.map +0 -1
  665. package/dist/commonjs/models/index.d.ts.map +0 -1
  666. package/dist/commonjs/models/mappers.d.ts +0 -56
  667. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  668. package/dist/commonjs/models/mappers.js +0 -1456
  669. package/dist/commonjs/models/mappers.js.map +0 -1
  670. package/dist/commonjs/models/parameters.d.ts +0 -31
  671. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  672. package/dist/commonjs/models/parameters.js +0 -260
  673. package/dist/commonjs/models/parameters.js.map +0 -1
  674. package/dist/commonjs/operations/communicationServices.d.ts +0 -128
  675. package/dist/commonjs/operations/communicationServices.d.ts.map +0 -1
  676. package/dist/commonjs/operations/communicationServices.js +0 -576
  677. package/dist/commonjs/operations/communicationServices.js.map +0 -1
  678. package/dist/commonjs/operations/domains.d.ts +0 -138
  679. package/dist/commonjs/operations/domains.d.ts.map +0 -1
  680. package/dist/commonjs/operations/domains.js +0 -652
  681. package/dist/commonjs/operations/domains.js.map +0 -1
  682. package/dist/commonjs/operations/emailServices.d.ts +0 -112
  683. package/dist/commonjs/operations/emailServices.d.ts.map +0 -1
  684. package/dist/commonjs/operations/emailServices.js +0 -532
  685. package/dist/commonjs/operations/emailServices.js.map +0 -1
  686. package/dist/commonjs/operations/index.d.ts +0 -9
  687. package/dist/commonjs/operations/index.d.ts.map +0 -1
  688. package/dist/commonjs/operations/index.js +0 -16
  689. package/dist/commonjs/operations/index.js.map +0 -1
  690. package/dist/commonjs/operations/operations.d.ts +0 -32
  691. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  692. package/dist/commonjs/operations/operations.js +0 -116
  693. package/dist/commonjs/operations/operations.js.map +0 -1
  694. package/dist/commonjs/operations/senderUsernames.d.ts +0 -70
  695. package/dist/commonjs/operations/senderUsernames.d.ts.map +0 -1
  696. package/dist/commonjs/operations/senderUsernames.js +0 -265
  697. package/dist/commonjs/operations/senderUsernames.js.map +0 -1
  698. package/dist/commonjs/operations/smtpUsernames.d.ts +0 -63
  699. package/dist/commonjs/operations/smtpUsernames.d.ts.map +0 -1
  700. package/dist/commonjs/operations/smtpUsernames.js +0 -240
  701. package/dist/commonjs/operations/smtpUsernames.js.map +0 -1
  702. package/dist/commonjs/operations/suppressionListAddresses.d.ts +0 -75
  703. package/dist/commonjs/operations/suppressionListAddresses.d.ts.map +0 -1
  704. package/dist/commonjs/operations/suppressionListAddresses.js +0 -291
  705. package/dist/commonjs/operations/suppressionListAddresses.js.map +0 -1
  706. package/dist/commonjs/operations/suppressionLists.d.ts +0 -70
  707. package/dist/commonjs/operations/suppressionLists.d.ts.map +0 -1
  708. package/dist/commonjs/operations/suppressionLists.js +0 -265
  709. package/dist/commonjs/operations/suppressionLists.js.map +0 -1
  710. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts +0 -92
  711. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts.map +0 -1
  712. package/dist/commonjs/operationsInterfaces/communicationServices.js +0 -5
  713. package/dist/commonjs/operationsInterfaces/communicationServices.js.map +0 -1
  714. package/dist/commonjs/operationsInterfaces/domains.d.ts +0 -112
  715. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +0 -1
  716. package/dist/commonjs/operationsInterfaces/domains.js +0 -5
  717. package/dist/commonjs/operationsInterfaces/domains.js.map +0 -1
  718. package/dist/commonjs/operationsInterfaces/emailServices.d.ts +0 -76
  719. package/dist/commonjs/operationsInterfaces/emailServices.d.ts.map +0 -1
  720. package/dist/commonjs/operationsInterfaces/emailServices.js +0 -5
  721. package/dist/commonjs/operationsInterfaces/emailServices.js.map +0 -1
  722. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
  723. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  724. package/dist/commonjs/operationsInterfaces/index.js +0 -16
  725. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  726. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  727. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  728. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  729. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  730. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts +0 -43
  731. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  732. package/dist/commonjs/operationsInterfaces/senderUsernames.js +0 -5
  733. package/dist/commonjs/operationsInterfaces/senderUsernames.js.map +0 -1
  734. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts +0 -38
  735. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  736. package/dist/commonjs/operationsInterfaces/smtpUsernames.js +0 -5
  737. package/dist/commonjs/operationsInterfaces/smtpUsernames.js.map +0 -1
  738. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  739. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  740. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js +0 -5
  741. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  742. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts +0 -43
  743. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  744. package/dist/commonjs/operationsInterfaces/suppressionLists.js +0 -5
  745. package/dist/commonjs/operationsInterfaces/suppressionLists.js.map +0 -1
  746. package/dist/commonjs/pagingHelper.d.ts +0 -13
  747. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  748. package/dist/commonjs/pagingHelper.js +0 -29
  749. package/dist/commonjs/pagingHelper.js.map +0 -1
  750. package/dist/esm/communicationServiceManagementClient.d.ts.map +0 -1
  751. package/dist/esm/index.d.ts.map +0 -1
  752. package/dist/esm/lroImpl.d.ts +0 -11
  753. package/dist/esm/lroImpl.d.ts.map +0 -1
  754. package/dist/esm/lroImpl.js +0 -20
  755. package/dist/esm/lroImpl.js.map +0 -1
  756. package/dist/esm/models/index.d.ts.map +0 -1
  757. package/dist/esm/models/mappers.d.ts +0 -56
  758. package/dist/esm/models/mappers.d.ts.map +0 -1
  759. package/dist/esm/models/mappers.js +0 -1452
  760. package/dist/esm/models/mappers.js.map +0 -1
  761. package/dist/esm/models/parameters.d.ts +0 -31
  762. package/dist/esm/models/parameters.d.ts.map +0 -1
  763. package/dist/esm/models/parameters.js +0 -257
  764. package/dist/esm/models/parameters.js.map +0 -1
  765. package/dist/esm/operations/communicationServices.d.ts +0 -128
  766. package/dist/esm/operations/communicationServices.d.ts.map +0 -1
  767. package/dist/esm/operations/communicationServices.js +0 -571
  768. package/dist/esm/operations/communicationServices.js.map +0 -1
  769. package/dist/esm/operations/domains.d.ts +0 -138
  770. package/dist/esm/operations/domains.d.ts.map +0 -1
  771. package/dist/esm/operations/domains.js +0 -647
  772. package/dist/esm/operations/domains.js.map +0 -1
  773. package/dist/esm/operations/emailServices.d.ts +0 -112
  774. package/dist/esm/operations/emailServices.d.ts.map +0 -1
  775. package/dist/esm/operations/emailServices.js +0 -527
  776. package/dist/esm/operations/emailServices.js.map +0 -1
  777. package/dist/esm/operations/index.d.ts +0 -9
  778. package/dist/esm/operations/index.d.ts.map +0 -1
  779. package/dist/esm/operations/index.js +0 -13
  780. package/dist/esm/operations/index.js.map +0 -1
  781. package/dist/esm/operations/operations.d.ts +0 -32
  782. package/dist/esm/operations/operations.d.ts.map +0 -1
  783. package/dist/esm/operations/operations.js +0 -111
  784. package/dist/esm/operations/operations.js.map +0 -1
  785. package/dist/esm/operations/senderUsernames.d.ts +0 -70
  786. package/dist/esm/operations/senderUsernames.d.ts.map +0 -1
  787. package/dist/esm/operations/senderUsernames.js +0 -260
  788. package/dist/esm/operations/senderUsernames.js.map +0 -1
  789. package/dist/esm/operations/smtpUsernames.d.ts +0 -63
  790. package/dist/esm/operations/smtpUsernames.d.ts.map +0 -1
  791. package/dist/esm/operations/smtpUsernames.js +0 -235
  792. package/dist/esm/operations/smtpUsernames.js.map +0 -1
  793. package/dist/esm/operations/suppressionListAddresses.d.ts +0 -75
  794. package/dist/esm/operations/suppressionListAddresses.d.ts.map +0 -1
  795. package/dist/esm/operations/suppressionListAddresses.js +0 -286
  796. package/dist/esm/operations/suppressionListAddresses.js.map +0 -1
  797. package/dist/esm/operations/suppressionLists.d.ts +0 -70
  798. package/dist/esm/operations/suppressionLists.d.ts.map +0 -1
  799. package/dist/esm/operations/suppressionLists.js +0 -260
  800. package/dist/esm/operations/suppressionLists.js.map +0 -1
  801. package/dist/esm/operationsInterfaces/communicationServices.d.ts +0 -92
  802. package/dist/esm/operationsInterfaces/communicationServices.d.ts.map +0 -1
  803. package/dist/esm/operationsInterfaces/communicationServices.js +0 -4
  804. package/dist/esm/operationsInterfaces/communicationServices.js.map +0 -1
  805. package/dist/esm/operationsInterfaces/domains.d.ts +0 -112
  806. package/dist/esm/operationsInterfaces/domains.d.ts.map +0 -1
  807. package/dist/esm/operationsInterfaces/domains.js +0 -4
  808. package/dist/esm/operationsInterfaces/domains.js.map +0 -1
  809. package/dist/esm/operationsInterfaces/emailServices.d.ts +0 -76
  810. package/dist/esm/operationsInterfaces/emailServices.d.ts.map +0 -1
  811. package/dist/esm/operationsInterfaces/emailServices.js +0 -4
  812. package/dist/esm/operationsInterfaces/emailServices.js.map +0 -1
  813. package/dist/esm/operationsInterfaces/index.d.ts +0 -9
  814. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  815. package/dist/esm/operationsInterfaces/index.js +0 -13
  816. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  817. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  818. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  819. package/dist/esm/operationsInterfaces/operations.js +0 -4
  820. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  821. package/dist/esm/operationsInterfaces/senderUsernames.d.ts +0 -43
  822. package/dist/esm/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  823. package/dist/esm/operationsInterfaces/senderUsernames.js +0 -4
  824. package/dist/esm/operationsInterfaces/senderUsernames.js.map +0 -1
  825. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts +0 -38
  826. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  827. package/dist/esm/operationsInterfaces/smtpUsernames.js +0 -4
  828. package/dist/esm/operationsInterfaces/smtpUsernames.js.map +0 -1
  829. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  830. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  831. package/dist/esm/operationsInterfaces/suppressionListAddresses.js +0 -4
  832. package/dist/esm/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  833. package/dist/esm/operationsInterfaces/suppressionLists.d.ts +0 -43
  834. package/dist/esm/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  835. package/dist/esm/operationsInterfaces/suppressionLists.js +0 -4
  836. package/dist/esm/operationsInterfaces/suppressionLists.js.map +0 -1
  837. package/dist/esm/pagingHelper.d.ts +0 -13
  838. package/dist/esm/pagingHelper.d.ts.map +0 -1
  839. package/dist/esm/pagingHelper.js +0 -25
  840. package/dist/esm/pagingHelper.js.map +0 -1
  841. package/dist/react-native/communicationServiceManagementClient.d.ts.map +0 -1
  842. package/dist/react-native/index.d.ts.map +0 -1
  843. package/dist/react-native/lroImpl.d.ts +0 -11
  844. package/dist/react-native/lroImpl.d.ts.map +0 -1
  845. package/dist/react-native/lroImpl.js +0 -20
  846. package/dist/react-native/lroImpl.js.map +0 -1
  847. package/dist/react-native/models/index.d.ts.map +0 -1
  848. package/dist/react-native/models/mappers.d.ts +0 -56
  849. package/dist/react-native/models/mappers.d.ts.map +0 -1
  850. package/dist/react-native/models/mappers.js +0 -1452
  851. package/dist/react-native/models/mappers.js.map +0 -1
  852. package/dist/react-native/models/parameters.d.ts +0 -31
  853. package/dist/react-native/models/parameters.d.ts.map +0 -1
  854. package/dist/react-native/models/parameters.js +0 -257
  855. package/dist/react-native/models/parameters.js.map +0 -1
  856. package/dist/react-native/operations/communicationServices.d.ts +0 -128
  857. package/dist/react-native/operations/communicationServices.d.ts.map +0 -1
  858. package/dist/react-native/operations/communicationServices.js +0 -571
  859. package/dist/react-native/operations/communicationServices.js.map +0 -1
  860. package/dist/react-native/operations/domains.d.ts +0 -138
  861. package/dist/react-native/operations/domains.d.ts.map +0 -1
  862. package/dist/react-native/operations/domains.js +0 -647
  863. package/dist/react-native/operations/domains.js.map +0 -1
  864. package/dist/react-native/operations/emailServices.d.ts +0 -112
  865. package/dist/react-native/operations/emailServices.d.ts.map +0 -1
  866. package/dist/react-native/operations/emailServices.js +0 -527
  867. package/dist/react-native/operations/emailServices.js.map +0 -1
  868. package/dist/react-native/operations/index.d.ts +0 -9
  869. package/dist/react-native/operations/index.d.ts.map +0 -1
  870. package/dist/react-native/operations/index.js +0 -13
  871. package/dist/react-native/operations/index.js.map +0 -1
  872. package/dist/react-native/operations/operations.d.ts +0 -32
  873. package/dist/react-native/operations/operations.d.ts.map +0 -1
  874. package/dist/react-native/operations/operations.js +0 -111
  875. package/dist/react-native/operations/operations.js.map +0 -1
  876. package/dist/react-native/operations/senderUsernames.d.ts +0 -70
  877. package/dist/react-native/operations/senderUsernames.d.ts.map +0 -1
  878. package/dist/react-native/operations/senderUsernames.js +0 -260
  879. package/dist/react-native/operations/senderUsernames.js.map +0 -1
  880. package/dist/react-native/operations/smtpUsernames.d.ts +0 -63
  881. package/dist/react-native/operations/smtpUsernames.d.ts.map +0 -1
  882. package/dist/react-native/operations/smtpUsernames.js +0 -235
  883. package/dist/react-native/operations/smtpUsernames.js.map +0 -1
  884. package/dist/react-native/operations/suppressionListAddresses.d.ts +0 -75
  885. package/dist/react-native/operations/suppressionListAddresses.d.ts.map +0 -1
  886. package/dist/react-native/operations/suppressionListAddresses.js +0 -286
  887. package/dist/react-native/operations/suppressionListAddresses.js.map +0 -1
  888. package/dist/react-native/operations/suppressionLists.d.ts +0 -70
  889. package/dist/react-native/operations/suppressionLists.d.ts.map +0 -1
  890. package/dist/react-native/operations/suppressionLists.js +0 -260
  891. package/dist/react-native/operations/suppressionLists.js.map +0 -1
  892. package/dist/react-native/operationsInterfaces/communicationServices.d.ts +0 -92
  893. package/dist/react-native/operationsInterfaces/communicationServices.d.ts.map +0 -1
  894. package/dist/react-native/operationsInterfaces/communicationServices.js +0 -4
  895. package/dist/react-native/operationsInterfaces/communicationServices.js.map +0 -1
  896. package/dist/react-native/operationsInterfaces/domains.d.ts +0 -112
  897. package/dist/react-native/operationsInterfaces/domains.d.ts.map +0 -1
  898. package/dist/react-native/operationsInterfaces/domains.js +0 -4
  899. package/dist/react-native/operationsInterfaces/domains.js.map +0 -1
  900. package/dist/react-native/operationsInterfaces/emailServices.d.ts +0 -76
  901. package/dist/react-native/operationsInterfaces/emailServices.d.ts.map +0 -1
  902. package/dist/react-native/operationsInterfaces/emailServices.js +0 -4
  903. package/dist/react-native/operationsInterfaces/emailServices.js.map +0 -1
  904. package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
  905. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  906. package/dist/react-native/operationsInterfaces/index.js +0 -13
  907. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  908. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  909. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  910. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  911. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  912. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts +0 -43
  913. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  914. package/dist/react-native/operationsInterfaces/senderUsernames.js +0 -4
  915. package/dist/react-native/operationsInterfaces/senderUsernames.js.map +0 -1
  916. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts +0 -38
  917. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  918. package/dist/react-native/operationsInterfaces/smtpUsernames.js +0 -4
  919. package/dist/react-native/operationsInterfaces/smtpUsernames.js.map +0 -1
  920. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  921. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  922. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js +0 -4
  923. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  924. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts +0 -43
  925. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  926. package/dist/react-native/operationsInterfaces/suppressionLists.js +0 -4
  927. package/dist/react-native/operationsInterfaces/suppressionLists.js.map +0 -1
  928. package/dist/react-native/pagingHelper.d.ts +0 -13
  929. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  930. package/dist/react-native/pagingHelper.js +0 -25
  931. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** A class representing a CommunicationService resource. */\nexport interface CommunicationServiceResource extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Provisioning state of the resource. */\n readonly provisioningState?: CommunicationServicesProvisioningState;\n /** FQDN of the CommunicationService instance. */\n readonly hostName?: string;\n /** The location where the communication service stores its data at rest. */\n dataLocation?: string;\n /** Resource ID of an Azure Notification Hub linked to this resource. */\n readonly notificationHubId?: string;\n /** Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs. */\n readonly version?: string;\n /** The immutable resource Id of the communication service. */\n readonly immutableResourceId?: string;\n /** List of email Domain resource Ids. */\n linkedDomains?: string[];\n /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disable local authentication for the CommunicationService. */\n disableLocalAuth?: boolean;\n}\n\nexport function communicationServiceResourceSerializer(item: CommunicationServiceResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"dataLocation\",\n \"linkedDomains\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n ])\n ? undefined\n : _communicationServiceResourcePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function communicationServiceResourceDeserializer(item: any): CommunicationServiceResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _communicationServiceResourcePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** A class that describes the properties of the CommunicationService. */\nexport interface CommunicationServiceProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: CommunicationServicesProvisioningState;\n /** FQDN of the CommunicationService instance. */\n readonly hostName?: string;\n /** The location where the communication service stores its data at rest. */\n dataLocation: string;\n /** Resource ID of an Azure Notification Hub linked to this resource. */\n readonly notificationHubId?: string;\n /** Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs. */\n readonly version?: string;\n /** The immutable resource Id of the communication service. */\n readonly immutableResourceId?: string;\n /** List of email Domain resource Ids. */\n linkedDomains?: string[];\n /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disable local authentication for the CommunicationService. */\n disableLocalAuth?: boolean;\n}\n\nexport function communicationServicePropertiesSerializer(\n item: CommunicationServiceProperties,\n): any {\n return {\n dataLocation: item[\"dataLocation\"],\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function communicationServicePropertiesDeserializer(\n item: any,\n): CommunicationServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n hostName: item[\"hostName\"],\n dataLocation: item[\"dataLocation\"],\n notificationHubId: item[\"notificationHubId\"],\n version: item[\"version\"],\n immutableResourceId: item[\"immutableResourceId\"],\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\n/** Provisioning state of the resource. */\nexport enum KnownCommunicationServicesProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n}\n\n/**\n * Provisioning state of the resource. \\\n * {@link KnownCommunicationServicesProvisioningState} can be used interchangeably with CommunicationServicesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled \\\n * **Running**: Running \\\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Deleting**: Deleting \\\n * **Moving**: Moving\n */\nexport type CommunicationServicesProvisioningState = string;\n\n/** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\nexport enum KnownPublicNetworkAccess {\n /** Allows public network access to the resource */\n Enabled = \"Enabled\",\n /** Disallows public network access to the resource */\n Disabled = \"Disabled\",\n /** The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows public network access to the resource \\\n * **Disabled**: Disallows public network access to the resource \\\n * **SecuredByPerimeter**: The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.\n */\nexport type PublicNetworkAccess = string;\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** A class representing update parameters for CommunicationService resource. */\nexport interface CommunicationServiceResourceUpdate extends TaggedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** List of email Domain resource Ids. */\n linkedDomains?: string[];\n /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disable local authentication for the CommunicationService. */\n disableLocalAuth?: boolean;\n}\n\nexport function communicationServiceResourceUpdateSerializer(\n item: CommunicationServiceResourceUpdate,\n): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\n \"linkedDomains\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n ])\n ? undefined\n : _communicationServiceResourceUpdatePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** A class that describes the properties that can be updated for CommunicationService resource. */\nexport interface CommunicationServiceUpdateProperties {\n /** List of email Domain resource Ids. */\n linkedDomains?: string[];\n /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disable local authentication for the CommunicationService. */\n disableLocalAuth?: boolean;\n}\n\nexport function communicationServiceUpdatePropertiesSerializer(\n item: CommunicationServiceUpdateProperties,\n): any {\n return {\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\n/** An ARM resource with that can accept tags */\nexport interface TaggedResource {\n /** Tags of the service which is a list of key value pairs that describe the resource. */\n tags?: Record<string, string>;\n}\n\nexport function taggedResourceSerializer(item: TaggedResource): any {\n return { tags: item[\"tags\"] };\n}\n\n/** Object that includes an array of CommunicationServices and a possible link for next set. */\nexport interface _CommunicationServiceResourceList {\n /** The CommunicationServiceResource items on this page */\n value: CommunicationServiceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _communicationServiceResourceListDeserializer(\n item: any,\n): _CommunicationServiceResourceList {\n return {\n value: communicationServiceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function communicationServiceResourceArraySerializer(\n result: Array<CommunicationServiceResource>,\n): any[] {\n return result.map((item) => {\n return communicationServiceResourceSerializer(item);\n });\n}\n\nexport function communicationServiceResourceArrayDeserializer(\n result: Array<CommunicationServiceResource>,\n): any[] {\n return result.map((item) => {\n return communicationServiceResourceDeserializer(item);\n });\n}\n\n/** Description of an Azure Notification Hub to link to the communication service */\nexport interface LinkNotificationHubParameters {\n /** The resource ID of the notification hub */\n resourceId: string;\n /** Connection string for the notification hub */\n connectionString: string;\n}\n\nexport function linkNotificationHubParametersSerializer(item: LinkNotificationHubParameters): any {\n return { resourceId: item[\"resourceId\"], connectionString: item[\"connectionString\"] };\n}\n\n/** A notification hub that has been linked to the communication service */\nexport interface LinkedNotificationHub {\n /** The resource ID of the notification hub */\n resourceId?: string;\n}\n\nexport function linkedNotificationHubDeserializer(item: any): LinkedNotificationHub {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** A class representing the access keys of a CommunicationService. */\nexport interface CommunicationServiceKeys {\n /** The primary access key. */\n primaryKey?: string;\n /** The secondary access key. */\n secondaryKey?: string;\n /** CommunicationService connection string constructed via the primaryKey */\n primaryConnectionString?: string;\n /** CommunicationService connection string constructed via the secondaryKey */\n secondaryConnectionString?: string;\n}\n\nexport function communicationServiceKeysDeserializer(item: any): CommunicationServiceKeys {\n return {\n primaryKey: item[\"primaryKey\"],\n secondaryKey: item[\"secondaryKey\"],\n primaryConnectionString: item[\"primaryConnectionString\"],\n secondaryConnectionString: item[\"secondaryConnectionString\"],\n };\n}\n\n/** Parameters describes the request to regenerate access keys */\nexport interface RegenerateKeyParameters {\n /** The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). */\n keyType?: KeyType;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { keyType: item[\"keyType\"] };\n}\n\n/** The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). */\nexport type KeyType = \"Primary\" | \"Secondary\";\n\n/** Data POST-ed to the nameAvailability action */\nexport interface NameAvailabilityParameters extends CheckNameAvailabilityRequest {}\n\nexport function nameAvailabilityParametersSerializer(item: NameAvailabilityParameters): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\nexport function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is not available. */\n message?: string;\n}\n\nexport function checkNameAvailabilityResponseDeserializer(\n item: any,\n): CheckNameAvailabilityResponse {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Possible reasons for a name not being available. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Name is invalid. */\n Invalid = \"Invalid\",\n /** Name already exists. */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Possible reasons for a name not being available. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Name is invalid. \\\n * **AlreadyExists**: Name already exists.\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** A class representing a Domains resource. */\nexport interface DomainResource extends TrackedResource {\n /** Provisioning state of the resource. */\n readonly provisioningState?: DomainsProvisioningState;\n /** The location where the Domains resource data is stored at rest. */\n readonly dataLocation?: string;\n /** P2 sender domain that is displayed to the email recipients [RFC 5322]. */\n readonly fromSenderDomain?: string;\n /** P1 sender domain that is present on the email envelope [RFC 5321]. */\n readonly mailFromSenderDomain?: string;\n /** Describes how a Domains resource is being managed. */\n domainManagement?: DomainManagement;\n /** List of VerificationStatusRecord */\n readonly verificationStates?: DomainPropertiesVerificationStates;\n /** List of DnsRecord */\n readonly verificationRecords?: DomainPropertiesVerificationRecords;\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\nexport function domainResourceSerializer(item: DomainResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"domainManagement\", \"userEngagementTracking\"])\n ? undefined\n : _domainResourcePropertiesSerializer(item),\n };\n}\n\nexport function domainResourceDeserializer(item: any): DomainResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _domainResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of a Domains resource. */\nexport interface DomainProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: DomainsProvisioningState;\n /** The location where the Domains resource data is stored at rest. */\n readonly dataLocation?: string;\n /** P2 sender domain that is displayed to the email recipients [RFC 5322]. */\n readonly fromSenderDomain?: string;\n /** P1 sender domain that is present on the email envelope [RFC 5321]. */\n readonly mailFromSenderDomain?: string;\n /** Describes how a Domains resource is being managed. */\n domainManagement: DomainManagement;\n /** List of VerificationStatusRecord */\n readonly verificationStates?: DomainPropertiesVerificationStates;\n /** List of DnsRecord */\n readonly verificationRecords?: DomainPropertiesVerificationRecords;\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\nexport function domainPropertiesSerializer(item: DomainProperties): any {\n return {\n domainManagement: item[\"domainManagement\"],\n userEngagementTracking: item[\"userEngagementTracking\"],\n };\n}\n\nexport function domainPropertiesDeserializer(item: any): DomainProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n dataLocation: item[\"dataLocation\"],\n fromSenderDomain: item[\"fromSenderDomain\"],\n mailFromSenderDomain: item[\"mailFromSenderDomain\"],\n domainManagement: item[\"domainManagement\"],\n verificationStates: !item[\"verificationStates\"]\n ? item[\"verificationStates\"]\n : domainPropertiesVerificationStatesDeserializer(item[\"verificationStates\"]),\n verificationRecords: !item[\"verificationRecords\"]\n ? item[\"verificationRecords\"]\n : domainPropertiesVerificationRecordsDeserializer(item[\"verificationRecords\"]),\n userEngagementTracking: item[\"userEngagementTracking\"],\n };\n}\n\n/** Provisioning state of the resource. */\nexport enum KnownDomainsProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n}\n\n/**\n * Provisioning state of the resource. \\\n * {@link KnownDomainsProvisioningState} can be used interchangeably with DomainsProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled \\\n * **Running**: Running \\\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Deleting**: Deleting \\\n * **Moving**: Moving\n */\nexport type DomainsProvisioningState = string;\n\n/** Describes how a Domains resource is being managed. */\nexport enum KnownDomainManagement {\n /** AzureManaged */\n AzureManaged = \"AzureManaged\",\n /** CustomerManaged */\n CustomerManaged = \"CustomerManaged\",\n /** CustomerManagedInExchangeOnline */\n CustomerManagedInExchangeOnline = \"CustomerManagedInExchangeOnline\",\n}\n\n/**\n * Describes how a Domains resource is being managed. \\\n * {@link KnownDomainManagement} can be used interchangeably with DomainManagement,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureManaged**: AzureManaged \\\n * **CustomerManaged**: CustomerManaged \\\n * **CustomerManagedInExchangeOnline**: CustomerManagedInExchangeOnline\n */\nexport type DomainManagement = string;\n\n/** List of VerificationStatusRecord */\nexport interface DomainPropertiesVerificationStates {\n /** A class that represents a VerificationStatus record. */\n domain?: VerificationStatusRecord;\n /** A class that represents a VerificationStatus record. */\n spf?: VerificationStatusRecord;\n /** A class that represents a VerificationStatus record. */\n dkim?: VerificationStatusRecord;\n /** A class that represents a VerificationStatus record. */\n dkim2?: VerificationStatusRecord;\n /** A class that represents a VerificationStatus record. */\n dmarc?: VerificationStatusRecord;\n}\n\nexport function domainPropertiesVerificationStatesDeserializer(\n item: any,\n): DomainPropertiesVerificationStates {\n return {\n domain: !item[\"Domain\"] ? item[\"Domain\"] : verificationStatusRecordDeserializer(item[\"Domain\"]),\n spf: !item[\"SPF\"] ? item[\"SPF\"] : verificationStatusRecordDeserializer(item[\"SPF\"]),\n dkim: !item[\"DKIM\"] ? item[\"DKIM\"] : verificationStatusRecordDeserializer(item[\"DKIM\"]),\n dkim2: !item[\"DKIM2\"] ? item[\"DKIM2\"] : verificationStatusRecordDeserializer(item[\"DKIM2\"]),\n dmarc: !item[\"DMARC\"] ? item[\"DMARC\"] : verificationStatusRecordDeserializer(item[\"DMARC\"]),\n };\n}\n\n/** A class that represents a VerificationStatus record. */\nexport interface VerificationStatusRecord {\n /** Status of the verification operation. */\n readonly status?: VerificationStatus;\n /** Error code. This property will only be present if the status is UnableToVerify. */\n readonly errorCode?: string;\n}\n\nexport function verificationStatusRecordDeserializer(item: any): VerificationStatusRecord {\n return {\n status: item[\"status\"],\n errorCode: item[\"errorCode\"],\n };\n}\n\n/** Status of the verification operation. */\nexport enum KnownVerificationStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** VerificationRequested */\n VerificationRequested = \"VerificationRequested\",\n /** VerificationInProgress */\n VerificationInProgress = \"VerificationInProgress\",\n /** VerificationFailed */\n VerificationFailed = \"VerificationFailed\",\n /** Verified */\n Verified = \"Verified\",\n /** CancellationRequested */\n CancellationRequested = \"CancellationRequested\",\n}\n\n/**\n * Status of the verification operation. \\\n * {@link KnownVerificationStatus} can be used interchangeably with VerificationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted**: NotStarted \\\n * **VerificationRequested**: VerificationRequested \\\n * **VerificationInProgress**: VerificationInProgress \\\n * **VerificationFailed**: VerificationFailed \\\n * **Verified**: Verified \\\n * **CancellationRequested**: CancellationRequested\n */\nexport type VerificationStatus = string;\n\n/** List of DnsRecord */\nexport interface DomainPropertiesVerificationRecords {\n /** A class that represents a VerificationStatus record. */\n domain?: DnsRecord;\n /** A class that represents a VerificationStatus record. */\n spf?: DnsRecord;\n /** A class that represents a VerificationStatus record. */\n dkim?: DnsRecord;\n /** A class that represents a VerificationStatus record. */\n dkim2?: DnsRecord;\n /** A class that represents a VerificationStatus record. */\n dmarc?: DnsRecord;\n}\n\nexport function domainPropertiesVerificationRecordsDeserializer(\n item: any,\n): DomainPropertiesVerificationRecords {\n return {\n domain: !item[\"Domain\"] ? item[\"Domain\"] : dnsRecordDeserializer(item[\"Domain\"]),\n spf: !item[\"SPF\"] ? item[\"SPF\"] : dnsRecordDeserializer(item[\"SPF\"]),\n dkim: !item[\"DKIM\"] ? item[\"DKIM\"] : dnsRecordDeserializer(item[\"DKIM\"]),\n dkim2: !item[\"DKIM2\"] ? item[\"DKIM2\"] : dnsRecordDeserializer(item[\"DKIM2\"]),\n dmarc: !item[\"DMARC\"] ? item[\"DMARC\"] : dnsRecordDeserializer(item[\"DMARC\"]),\n };\n}\n\n/** A class that represents a VerificationStatus record. */\nexport interface DnsRecord {\n /** Type of the DNS record. Example: TXT */\n readonly type?: string;\n /** Name of the DNS record. */\n readonly name?: string;\n /** Value of the DNS record. */\n readonly value?: string;\n /** Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. */\n readonly ttl?: number;\n}\n\nexport function dnsRecordDeserializer(item: any): DnsRecord {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n value: item[\"value\"],\n ttl: item[\"ttl\"],\n };\n}\n\n/** Describes whether user engagement tracking is enabled or disabled. */\nexport enum KnownUserEngagementTracking {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Describes whether user engagement tracking is enabled or disabled. \\\n * {@link KnownUserEngagementTracking} can be used interchangeably with UserEngagementTracking,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Disabled \\\n * **Enabled**: Enabled\n */\nexport type UserEngagementTracking = string;\n\n/** A class that describes the PATCH request parameters of a Domains resource. */\nexport interface UpdateDomainRequestParameters extends TaggedResource {\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\nexport function updateDomainRequestParametersSerializer(item: UpdateDomainRequestParameters): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\"userEngagementTracking\"])\n ? undefined\n : _updateDomainRequestParametersPropertiesSerializer(item),\n };\n}\n\n/** A class that describes the updatable properties of a Domains resource. */\nexport interface UpdateDomainProperties {\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\nexport function updateDomainPropertiesSerializer(item: UpdateDomainProperties): any {\n return { userEngagementTracking: item[\"userEngagementTracking\"] };\n}\n\n/** Object that includes an array of Domains resource and a possible link for next set. */\nexport interface _DomainResourceList {\n /** The DomainResource items on this page */\n value: DomainResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _domainResourceListDeserializer(item: any): _DomainResourceList {\n return {\n value: domainResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function domainResourceArraySerializer(result: Array<DomainResource>): any[] {\n return result.map((item) => {\n return domainResourceSerializer(item);\n });\n}\n\nexport function domainResourceArrayDeserializer(result: Array<DomainResource>): any[] {\n return result.map((item) => {\n return domainResourceDeserializer(item);\n });\n}\n\n/** Input parameter for verification APIs */\nexport interface VerificationParameter {\n /** Type of verification. */\n verificationType: VerificationType;\n}\n\nexport function verificationParameterSerializer(item: VerificationParameter): any {\n return { verificationType: item[\"verificationType\"] };\n}\n\n/** Type of verification. */\nexport enum KnownVerificationType {\n /** Domain */\n Domain = \"Domain\",\n /** SPF */\n SPF = \"SPF\",\n /** DKIM */\n Dkim = \"DKIM\",\n /** DKIM2 */\n Dkim2 = \"DKIM2\",\n /** DMARC */\n Dmarc = \"DMARC\",\n}\n\n/**\n * Type of verification. \\\n * {@link KnownVerificationType} can be used interchangeably with VerificationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Domain**: Domain \\\n * **SPF**: SPF \\\n * **DKIM**: DKIM \\\n * **DKIM2**: DKIM2 \\\n * **DMARC**: DMARC\n */\nexport type VerificationType = string;\n\n/** A class representing an EmailService resource. */\nexport interface EmailServiceResource extends TrackedResource {\n /** Provisioning state of the resource. */\n readonly provisioningState?: EmailServicesProvisioningState;\n /** The location where the email service stores its data at rest. */\n dataLocation?: string;\n}\n\nexport function emailServiceResourceSerializer(item: EmailServiceResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"dataLocation\"])\n ? undefined\n : _emailServiceResourcePropertiesSerializer(item),\n };\n}\n\nexport function emailServiceResourceDeserializer(item: any): EmailServiceResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _emailServiceResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of the EmailService. */\nexport interface EmailServiceProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: EmailServicesProvisioningState;\n /** The location where the email service stores its data at rest. */\n dataLocation: string;\n}\n\nexport function emailServicePropertiesSerializer(item: EmailServiceProperties): any {\n return { dataLocation: item[\"dataLocation\"] };\n}\n\nexport function emailServicePropertiesDeserializer(item: any): EmailServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n dataLocation: item[\"dataLocation\"],\n };\n}\n\n/** Provisioning state of the resource. */\nexport enum KnownEmailServicesProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n}\n\n/**\n * Provisioning state of the resource. \\\n * {@link KnownEmailServicesProvisioningState} can be used interchangeably with EmailServicesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled \\\n * **Running**: Running \\\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Deleting**: Deleting \\\n * **Moving**: Moving\n */\nexport type EmailServicesProvisioningState = string;\n\n/** A class representing update parameters for EmailService resource. */\nexport interface EmailServiceResourceUpdate extends TaggedResource {}\n\nexport function emailServiceResourceUpdateSerializer(item: EmailServiceResourceUpdate): any {\n return { tags: item[\"tags\"] };\n}\n\n/** Object that includes an array of EmailServices and a possible link for next set. */\nexport interface _EmailServiceResourceList {\n /** The EmailServiceResource items on this page */\n value: EmailServiceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _emailServiceResourceListDeserializer(item: any): _EmailServiceResourceList {\n return {\n value: emailServiceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function emailServiceResourceArraySerializer(result: Array<EmailServiceResource>): any[] {\n return result.map((item) => {\n return emailServiceResourceSerializer(item);\n });\n}\n\nexport function emailServiceResourceArrayDeserializer(result: Array<EmailServiceResource>): any[] {\n return result.map((item) => {\n return emailServiceResourceDeserializer(item);\n });\n}\n\n/** A class representing a SenderUsername resource. */\nexport interface SenderUsernameResource extends ProxyResource {\n /** The location where the SenderUsername resource data is stored at rest. */\n readonly dataLocation?: string;\n /** A sender senderUsername to be used when sending emails. */\n username?: string;\n /** The display name for the senderUsername. */\n displayName?: string;\n /** Provisioning state of the resource. Unknown is the default state for Communication Services. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function senderUsernameResourceSerializer(item: SenderUsernameResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"username\", \"displayName\"])\n ? undefined\n : _senderUsernameResourcePropertiesSerializer(item),\n };\n}\n\nexport function senderUsernameResourceDeserializer(item: any): SenderUsernameResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _senderUsernameResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of a SenderUsername resource. */\nexport interface SenderUsernameProperties {\n /** The location where the SenderUsername resource data is stored at rest. */\n readonly dataLocation?: string;\n /** A sender senderUsername to be used when sending emails. */\n username: string;\n /** The display name for the senderUsername. */\n displayName?: string;\n /** Provisioning state of the resource. Unknown is the default state for Communication Services. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function senderUsernamePropertiesSerializer(item: SenderUsernameProperties): any {\n return { username: item[\"username\"], displayName: item[\"displayName\"] };\n}\n\nexport function senderUsernamePropertiesDeserializer(item: any): SenderUsernameProperties {\n return {\n dataLocation: item[\"dataLocation\"],\n username: item[\"username\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Provisioning state of the resource. Unknown is the default state for Communication Services. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n}\n\n/**\n * Provisioning state of the resource. Unknown is the default state for Communication Services. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled \\\n * **Running**: Running \\\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Deleting**: Deleting \\\n * **Moving**: Moving\n */\nexport type ProvisioningState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** A class representing a Domains SenderUsernames collection. */\nexport interface _SenderUsernameResourceCollection {\n /** The SenderUsernameResource items on this page */\n value: SenderUsernameResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _senderUsernameResourceCollectionDeserializer(\n item: any,\n): _SenderUsernameResourceCollection {\n return {\n value: senderUsernameResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function senderUsernameResourceArraySerializer(\n result: Array<SenderUsernameResource>,\n): any[] {\n return result.map((item) => {\n return senderUsernameResourceSerializer(item);\n });\n}\n\nexport function senderUsernameResourceArrayDeserializer(\n result: Array<SenderUsernameResource>,\n): any[] {\n return result.map((item) => {\n return senderUsernameResourceDeserializer(item);\n });\n}\n\n/** The object describing the smtp username resource. */\nexport interface SmtpUsernameResource extends ProxyResource {\n /** The SMTP username. Could be free form or in the email address format. */\n username?: string;\n /** The application Id for the linked Entra Application. */\n entraApplicationId?: string;\n /** The tenant of the linked Entra Application. */\n tenantId?: string;\n}\n\nexport function smtpUsernameResourceSerializer(item: SmtpUsernameResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"username\", \"entraApplicationId\", \"tenantId\"])\n ? undefined\n : _smtpUsernameResourcePropertiesSerializer(item),\n };\n}\n\nexport function smtpUsernameResourceDeserializer(item: any): SmtpUsernameResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _smtpUsernameResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of a SmtpUsername resource. */\nexport interface SmtpUsernameProperties {\n /** The SMTP username. Could be free form or in the email address format. */\n username: string;\n /** The application Id for the linked Entra Application. */\n entraApplicationId: string;\n /** The tenant of the linked Entra Application. */\n tenantId: string;\n}\n\nexport function smtpUsernamePropertiesSerializer(item: SmtpUsernameProperties): any {\n return {\n username: item[\"username\"],\n entraApplicationId: item[\"entraApplicationId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function smtpUsernamePropertiesDeserializer(item: any): SmtpUsernameProperties {\n return {\n username: item[\"username\"],\n entraApplicationId: item[\"entraApplicationId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Collection of SmtpUsername resources. Response will include a nextLink if response contains more pages. */\nexport interface _SmtpUsernameResourceCollection {\n /** The SmtpUsernameResource items on this page */\n value: SmtpUsernameResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _smtpUsernameResourceCollectionDeserializer(\n item: any,\n): _SmtpUsernameResourceCollection {\n return {\n value: smtpUsernameResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function smtpUsernameResourceArraySerializer(result: Array<SmtpUsernameResource>): any[] {\n return result.map((item) => {\n return smtpUsernameResourceSerializer(item);\n });\n}\n\nexport function smtpUsernameResourceArrayDeserializer(result: Array<SmtpUsernameResource>): any[] {\n return result.map((item) => {\n return smtpUsernameResourceDeserializer(item);\n });\n}\n\n/** A class representing a SuppressionList resource. */\nexport interface SuppressionListResource extends ProxyResource {\n /** The name of the suppression list. This value must match one of the valid sender usernames of the sending domain. */\n listName?: string;\n /** The date the resource was last updated. */\n readonly lastUpdatedTimeStamp?: string;\n /** The date the resource was created. */\n readonly createdTimeStamp?: string;\n /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */\n readonly dataLocation?: string;\n}\n\nexport function suppressionListResourceSerializer(item: SuppressionListResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"listName\"])\n ? undefined\n : _suppressionListResourcePropertiesSerializer(item),\n };\n}\n\nexport function suppressionListResourceDeserializer(item: any): SuppressionListResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _suppressionListResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of a SuppressionList resource. */\nexport interface SuppressionListProperties {\n /** The name of the suppression list. This value must match one of the valid sender usernames of the sending domain. */\n listName?: string;\n /** The date the resource was last updated. */\n readonly lastUpdatedTimeStamp?: string;\n /** The date the resource was created. */\n readonly createdTimeStamp?: string;\n /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */\n readonly dataLocation?: string;\n}\n\nexport function suppressionListPropertiesSerializer(item: SuppressionListProperties): any {\n return { listName: item[\"listName\"] };\n}\n\nexport function suppressionListPropertiesDeserializer(item: any): SuppressionListProperties {\n return {\n listName: item[\"listName\"],\n lastUpdatedTimeStamp: item[\"lastUpdatedTimeStamp\"],\n createdTimeStamp: item[\"createdTimeStamp\"],\n dataLocation: item[\"dataLocation\"],\n };\n}\n\n/** A class representing a Domains SuppressionListResource collection. */\nexport interface _SuppressionListResourceCollection {\n /** The SuppressionListResource items on this page */\n value: SuppressionListResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _suppressionListResourceCollectionDeserializer(\n item: any,\n): _SuppressionListResourceCollection {\n return {\n value: suppressionListResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function suppressionListResourceArraySerializer(\n result: Array<SuppressionListResource>,\n): any[] {\n return result.map((item) => {\n return suppressionListResourceSerializer(item);\n });\n}\n\nexport function suppressionListResourceArrayDeserializer(\n result: Array<SuppressionListResource>,\n): any[] {\n return result.map((item) => {\n return suppressionListResourceDeserializer(item);\n });\n}\n\n/** A object that represents a SuppressionList record. */\nexport interface SuppressionListAddressResource extends ProxyResource {\n /** Email address of the recipient. */\n email?: string;\n /** The first name of the email recipient. */\n firstName?: string;\n /** The last name of the email recipient. */\n lastName?: string;\n /** An optional property to provide contextual notes or a description for an address. */\n notes?: string;\n /** The date the address was last updated in a suppression list. */\n readonly lastModified?: Date;\n /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */\n readonly dataLocation?: string;\n}\n\nexport function suppressionListAddressResourceSerializer(\n item: SuppressionListAddressResource,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\"email\", \"firstName\", \"lastName\", \"notes\"])\n ? undefined\n : _suppressionListAddressResourcePropertiesSerializer(item),\n };\n}\n\nexport function suppressionListAddressResourceDeserializer(\n item: any,\n): SuppressionListAddressResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _suppressionListAddressResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** A class that describes the properties of a SuppressionListAddress resource. */\nexport interface SuppressionListAddressProperties {\n /** Email address of the recipient. */\n email: string;\n /** The first name of the email recipient. */\n firstName?: string;\n /** The last name of the email recipient. */\n lastName?: string;\n /** An optional property to provide contextual notes or a description for an address. */\n notes?: string;\n /** The date the address was last updated in a suppression list. */\n readonly lastModified?: Date;\n /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */\n readonly dataLocation?: string;\n}\n\nexport function suppressionListAddressPropertiesSerializer(\n item: SuppressionListAddressProperties,\n): any {\n return {\n email: item[\"email\"],\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n notes: item[\"notes\"],\n };\n}\n\nexport function suppressionListAddressPropertiesDeserializer(\n item: any,\n): SuppressionListAddressProperties {\n return {\n email: item[\"email\"],\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n notes: item[\"notes\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n dataLocation: item[\"dataLocation\"],\n };\n}\n\n/** Collection of addresses in a suppression list. Response will include a nextLink if response contains more pages. */\nexport interface _SuppressionListAddressResourceCollection {\n /** The SuppressionListAddressResource items on this page */\n value: SuppressionListAddressResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _suppressionListAddressResourceCollectionDeserializer(\n item: any,\n): _SuppressionListAddressResourceCollection {\n return {\n value: suppressionListAddressResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function suppressionListAddressResourceArraySerializer(\n result: Array<SuppressionListAddressResource>,\n): any[] {\n return result.map((item) => {\n return suppressionListAddressResourceSerializer(item);\n });\n}\n\nexport function suppressionListAddressResourceArrayDeserializer(\n result: Array<SuppressionListAddressResource>,\n): any[] {\n return result.map((item) => {\n return suppressionListAddressResourceDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-09-01 API version. */\n V20250901 = \"2025-09-01\",\n /** The 2026-03-18 API version. */\n V20260318 = \"2026-03-18\",\n}\n\nexport function _communicationServiceResourcePropertiesSerializer(\n item: CommunicationServiceResource,\n): any {\n return {\n dataLocation: item[\"dataLocation\"],\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function _communicationServiceResourcePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n hostName: item[\"hostName\"],\n dataLocation: item[\"dataLocation\"],\n notificationHubId: item[\"notificationHubId\"],\n version: item[\"version\"],\n immutableResourceId: item[\"immutableResourceId\"],\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function _communicationServiceResourceUpdatePropertiesSerializer(\n item: CommunicationServiceResourceUpdate,\n): any {\n return {\n linkedDomains: !item[\"linkedDomains\"]\n ? item[\"linkedDomains\"]\n : item[\"linkedDomains\"].map((p: any) => {\n return p;\n }),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function _domainResourcePropertiesSerializer(item: DomainResource): any {\n return {\n domainManagement: item[\"domainManagement\"],\n userEngagementTracking: item[\"userEngagementTracking\"],\n };\n}\n\nexport function _domainResourcePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n dataLocation: item[\"dataLocation\"],\n fromSenderDomain: item[\"fromSenderDomain\"],\n mailFromSenderDomain: item[\"mailFromSenderDomain\"],\n domainManagement: item[\"domainManagement\"],\n verificationStates: !item[\"verificationStates\"]\n ? item[\"verificationStates\"]\n : domainPropertiesVerificationStatesDeserializer(item[\"verificationStates\"]),\n verificationRecords: !item[\"verificationRecords\"]\n ? item[\"verificationRecords\"]\n : domainPropertiesVerificationRecordsDeserializer(item[\"verificationRecords\"]),\n userEngagementTracking: item[\"userEngagementTracking\"],\n };\n}\n\nexport function _updateDomainRequestParametersPropertiesSerializer(\n item: UpdateDomainRequestParameters,\n): any {\n return { userEngagementTracking: item[\"userEngagementTracking\"] };\n}\n\nexport function _emailServiceResourcePropertiesSerializer(item: EmailServiceResource): any {\n return { dataLocation: item[\"dataLocation\"] };\n}\n\nexport function _emailServiceResourcePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n dataLocation: item[\"dataLocation\"],\n };\n}\n\nexport function _senderUsernameResourcePropertiesSerializer(item: SenderUsernameResource): any {\n return { username: item[\"username\"], displayName: item[\"displayName\"] };\n}\n\nexport function _senderUsernameResourcePropertiesDeserializer(item: any) {\n return {\n dataLocation: item[\"dataLocation\"],\n username: item[\"username\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _smtpUsernameResourcePropertiesSerializer(item: SmtpUsernameResource): any {\n return {\n username: item[\"username\"],\n entraApplicationId: item[\"entraApplicationId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function _smtpUsernameResourcePropertiesDeserializer(item: any) {\n return {\n username: item[\"username\"],\n entraApplicationId: item[\"entraApplicationId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function _suppressionListResourcePropertiesSerializer(item: SuppressionListResource): any {\n return { listName: item[\"listName\"] };\n}\n\nexport function _suppressionListResourcePropertiesDeserializer(item: any) {\n return {\n listName: item[\"listName\"],\n lastUpdatedTimeStamp: item[\"lastUpdatedTimeStamp\"],\n createdTimeStamp: item[\"createdTimeStamp\"],\n dataLocation: item[\"dataLocation\"],\n };\n}\n\nexport function _suppressionListAddressResourcePropertiesSerializer(\n item: SuppressionListAddressResource,\n): any {\n return {\n email: item[\"email\"],\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n notes: item[\"notes\"],\n };\n}\n\nexport function _suppressionListAddressResourcePropertiesDeserializer(item: any) {\n return {\n email: item[\"email\"],\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n notes: item[\"notes\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n dataLocation: item[\"dataLocation\"],\n };\n}\n\nexport type EmailServicesListVerifiedExchangeOnlineDomainsResponse = { body: string[] };\n"]}
@@ -0,0 +1,21 @@
1
+ import type { CommunicationServiceManagementClient } from "./communicationServiceManagementClient.js";
2
+ import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import type { AbortSignalLike } from "@azure/abort-controller";
4
+ import type { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: CommunicationServiceManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,111 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { _$deleteDeserialize, _updateDeserialize, _createOrUpdateDeserialize, } from "./api/emailServices/operations.js";
4
+ import { _cancelVerificationDeserialize, _initiateVerificationDeserialize, _$deleteDeserialize as _$deleteDeserializeDomains, _updateDeserialize as _updateDeserializeDomains, _createOrUpdateDeserialize as _createOrUpdateDeserializeDomains, } from "./api/domains/operations.js";
5
+ import { _$deleteDeserialize as _$deleteDeserializeCommunicationServices, _createOrUpdateDeserialize as _createOrUpdateDeserializeCommunicationServices, } from "./api/communicationServices/operations.js";
6
+ import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
7
+ import { deserializeState } from "@azure/core-lro";
8
+ /**
9
+ * Creates a poller from the serialized state of another poller. This can be
10
+ * useful when you want to create pollers on a different host or a poller
11
+ * needs to be constructed after the original one is not in scope.
12
+ */
13
+ export function restorePoller(client, serializedState, sourceOperation, options) {
14
+ const pollerConfig = deserializeState(serializedState).config;
15
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
16
+ if (!initialRequestUrl || !requestMethod) {
17
+ throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
18
+ }
19
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
20
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
21
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
22
+ if (!deserializeHelper) {
23
+ throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
24
+ }
25
+ const apiVersion = getApiVersionFromUrl(initialRequestUrl);
26
+ return getLongRunningPoller(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
27
+ updateIntervalInMs: options?.updateIntervalInMs,
28
+ abortSignal: options?.abortSignal,
29
+ resourceLocationConfig,
30
+ restoreFrom: serializedState,
31
+ initialRequestUrl,
32
+ apiVersion,
33
+ });
34
+ }
35
+ const deserializeMap = {
36
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}": { deserializer: _$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
37
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}": { deserializer: _updateDeserialize, expectedStatuses: ["200", "201", "202"] },
38
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}": { deserializer: _createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
39
+ "POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/cancelVerification": { deserializer: _cancelVerificationDeserialize, expectedStatuses: ["202", "200", "201"] },
40
+ "POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/initiateVerification": { deserializer: _initiateVerificationDeserialize, expectedStatuses: ["202", "200", "201"] },
41
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}": { deserializer: _$deleteDeserializeDomains, expectedStatuses: ["200", "202", "204"] },
42
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}": { deserializer: _updateDeserializeDomains, expectedStatuses: ["200", "201", "202"] },
43
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}": { deserializer: _createOrUpdateDeserializeDomains, expectedStatuses: ["200", "201", "202"] },
44
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}": {
45
+ deserializer: _$deleteDeserializeCommunicationServices,
46
+ expectedStatuses: ["200", "202", "204"],
47
+ },
48
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}": {
49
+ deserializer: _createOrUpdateDeserializeCommunicationServices,
50
+ expectedStatuses: ["200", "201", "202"],
51
+ },
52
+ };
53
+ function getDeserializationHelper(urlStr, method) {
54
+ const path = new URL(urlStr).pathname;
55
+ const pathParts = path.split("/");
56
+ // Traverse list to match the longest candidate
57
+ // matchedLen: the length of candidate path
58
+ // matchedValue: the matched status code array
59
+ let matchedLen = -1, matchedValue;
60
+ // Iterate the responseMap to find a match
61
+ for (const [key, value] of Object.entries(deserializeMap)) {
62
+ // Extracting the path from the map key which is in format
63
+ // GET /path/foo
64
+ if (!key.startsWith(method)) {
65
+ continue;
66
+ }
67
+ const candidatePath = getPathFromMapKey(key);
68
+ // Get each part of the url path
69
+ const candidateParts = candidatePath.split("/");
70
+ // track if we have found a match to return the values found.
71
+ let found = true;
72
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
73
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
74
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
75
+ // If the current part of the candidate is a "template" part
76
+ // Try to use the suffix of pattern to match the path
77
+ // {guid} ==> $
78
+ // {guid}:export ==> :export$
79
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
80
+ if (!isMatched) {
81
+ found = false;
82
+ break;
83
+ }
84
+ continue;
85
+ }
86
+ // If the candidate part is not a template and
87
+ // the parts don't match mark the candidate as not found
88
+ // to move on with the next candidate path.
89
+ if (candidateParts[i] !== pathParts[j]) {
90
+ found = false;
91
+ break;
92
+ }
93
+ }
94
+ // We finished evaluating the current candidate parts
95
+ // Update the matched value if and only if we found the longer pattern
96
+ if (found && candidatePath.length > matchedLen) {
97
+ matchedLen = candidatePath.length;
98
+ matchedValue = value;
99
+ }
100
+ }
101
+ return matchedValue;
102
+ }
103
+ function getPathFromMapKey(mapKey) {
104
+ const pathStart = mapKey.indexOf("/");
105
+ return mapKey.slice(pathStart);
106
+ }
107
+ function getApiVersionFromUrl(urlStr) {
108
+ const url = new URL(urlStr);
109
+ return url.searchParams.get("api-version") ?? undefined;
110
+ }
111
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,GAC3B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,8BAA8B,EAC9B,gCAAgC,EAChC,mBAAmB,IAAI,0BAA0B,EACjD,kBAAkB,IAAI,yBAAyB,EAC/C,0BAA0B,IAAI,iCAAiC,GAChE,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,mBAAmB,IAAI,wCAAwC,EAC/D,0BAA0B,IAAI,+CAA+C,GAC9E,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAI1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAgBnD;;;;GAIG;AACH,MAAM,UAAU,aAAa,CAC3B,MAA4C,EAC5C,eAAuB,EACvB,eAAiF,EACjF,OAAuC;IAEvC,MAAM,YAAY,GAAG,gBAAgB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC;IAC9D,MAAM,EAAE,iBAAiB,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,YAAY,CAAC;IACpE,IAAI,CAAC,iBAAiB,IAAI,CAAC,aAAa,EAAE,CAAC;QACzC,MAAM,IAAI,KAAK,CACb,6BAA6B,eAAe,wBAAwB,eAAe,EAAE,IAAI,EAAE,CAC5F,CAAC;IACJ,CAAC;IACD,MAAM,sBAAsB,GAAG,QAAQ,EAAE,CAAC,wBAAwB,CAErD,CAAC;IACd,MAAM,EAAE,YAAY,EAAE,gBAAgB,GAAG,EAAE,EAAE,GAC3C,wBAAwB,CAAC,iBAAiB,EAAE,aAAa,CAAC,IAAI,EAAE,CAAC;IACnE,MAAM,iBAAiB,GAAG,OAAO,EAAE,mBAAmB,IAAI,YAAY,CAAC;IACvE,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CACb,0FAA0F,eAAe,EAAE,IAAI,GAAG,CACnH,CAAC;IACJ,CAAC;IACD,MAAM,UAAU,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC3D,OAAO,oBAAoB,CACxB,MAAc,CAAC,SAAS,CAAC,IAAI,MAAM,EACpC,iBAA4D,EAC5D,gBAAgB,EAChB;QACE,kBAAkB,EAAE,OAAO,EAAE,kBAAkB;QAC/C,WAAW,EAAE,OAAO,EAAE,WAAW;QACjC,sBAAsB;QACtB,WAAW,EAAE,eAAe;QAC5B,iBAAiB;QACjB,UAAU;KACX,CACF,CAAC;AACJ,CAAC;AAOD,MAAM,cAAc,GAA0C;IAC5D,8IAA8I,EAC5I,EAAE,YAAY,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IAChF,6IAA6I,EAC3I,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IAC/E,2IAA2I,EACzI,EAAE,YAAY,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IACvF,oLAAoL,EAClL,EAAE,YAAY,EAAE,8BAA8B,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IAC3F,sLAAsL,EACpL,EAAE,YAAY,EAAE,gCAAgC,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IAC7F,mKAAmK,EACjK,EAAE,YAAY,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IACvF,kKAAkK,EAChK,EAAE,YAAY,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IACtF,gKAAgK,EAC9J,EAAE,YAAY,EAAE,iCAAiC,EAAE,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;IAC9F,8JAA8J,EAC5J;QACE,YAAY,EAAE,wCAAwC;QACtD,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;KACxC;IACH,2JAA2J,EACzJ;QACE,YAAY,EAAE,+CAA+C;QAC7D,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;KACxC;CACJ,CAAC;AAEF,SAAS,wBAAwB,CAC/B,MAAc,EACd,MAAc;IAEd,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC;IACtC,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAElC,+CAA+C;IAC/C,2CAA2C;IAC3C,8CAA8C;IAC9C,IAAI,UAAU,GAAG,CAAC,CAAC,EACjB,YAA+C,CAAC;IAElD,0CAA0C;IAC1C,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC;QAC1D,0DAA0D;QAC1D,gBAAgB;QAChB,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC;YAC5B,SAAS;QACX,CAAC;QACD,MAAM,aAAa,GAAG,iBAAiB,CAAC,GAAG,CAAC,CAAC;QAC7C,gCAAgC;QAChC,MAAM,cAAc,GAAG,aAAa,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEhD,6DAA6D;QAC7D,IAAI,KAAK,GAAG,IAAI,CAAC;QACjB,KAAK,IAAI,CAAC,GAAG,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7F,IAAI,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,IAAI,cAAc,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC;gBACjF,MAAM,KAAK,GAAG,cAAc,CAAC,CAAC,CAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAC/C,GAAG,GAAG,cAAc,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC;gBAClC,4DAA4D;gBAC5D,qDAAqD;gBACrD,eAAe;gBACf,6BAA6B;gBAC7B,MAAM,SAAS,GAAG,IAAI,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,IAAI,CAC1E,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,CACnB,CAAC;gBAEF,IAAI,CAAC,SAAS,EAAE,CAAC;oBACf,KAAK,GAAG,KAAK,CAAC;oBACd,MAAM;gBACR,CAAC;gBACD,SAAS;YACX,CAAC;YAED,8CAA8C;YAC9C,wDAAwD;YACxD,2CAA2C;YAC3C,IAAI,cAAc,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;gBACvC,KAAK,GAAG,KAAK,CAAC;gBACd,MAAM;YACR,CAAC;QACH,CAAC;QAED,qDAAqD;QACrD,sEAAsE;QACtE,IAAI,KAAK,IAAI,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE,CAAC;YAC/C,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC;YAClC,YAAY,GAAG,KAAK,CAAC;QACvB,CAAC;IACH,CAAC;IAED,OAAO,YAAY,CAAC;AACtB,CAAC;AAED,SAAS,iBAAiB,CAAC,MAAc;IACvC,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACtC,OAAO,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;AACjC,CAAC;AAED,SAAS,oBAAoB,CAAC,MAAc;IAC1C,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,OAAO,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,SAAS,CAAC;AAC1D,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationServiceManagementClient } from \"./communicationServiceManagementClient.js\";\nimport {\n _$deleteDeserialize,\n _updateDeserialize,\n _createOrUpdateDeserialize,\n} from \"./api/emailServices/operations.js\";\nimport {\n _cancelVerificationDeserialize,\n _initiateVerificationDeserialize,\n _$deleteDeserialize as _$deleteDeserializeDomains,\n _updateDeserialize as _updateDeserializeDomains,\n _createOrUpdateDeserialize as _createOrUpdateDeserializeDomains,\n} from \"./api/domains/operations.js\";\nimport {\n _$deleteDeserialize as _$deleteDeserializeCommunicationServices,\n _createOrUpdateDeserialize as _createOrUpdateDeserializeCommunicationServices,\n} from \"./api/communicationServices/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport type { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { PollerLike, OperationState, ResourceLocationConfig } from \"@azure/core-lro\";\nimport { deserializeState } from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: CommunicationServiceManagementClient,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\":\n { deserializer: _$deleteDeserialize, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\":\n { deserializer: _updateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\":\n { deserializer: _createOrUpdateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/cancelVerification\":\n { deserializer: _cancelVerificationDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/initiateVerification\":\n { deserializer: _initiateVerificationDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}\":\n { deserializer: _$deleteDeserializeDomains, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}\":\n { deserializer: _updateDeserializeDomains, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}\":\n { deserializer: _createOrUpdateDeserializeDomains, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}\":\n {\n deserializer: _$deleteDeserializeCommunicationServices,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}\":\n {\n deserializer: _createOrUpdateDeserializeCommunicationServices,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,38 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ /**
4
+ * An enum to describe Azure Cloud environments.
5
+ * @enum {string}
6
+ */
7
+ export var AzureClouds;
8
+ (function (AzureClouds) {
9
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
10
+ AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
11
+ /** Azure China cloud */
12
+ AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
13
+ /** Azure US government cloud */
14
+ AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
15
+ })(AzureClouds || (AzureClouds = {}));
16
+ /**
17
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
18
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
19
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
20
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
21
+ */
22
+ export function getArmEndpoint(cloudSetting) {
23
+ if (cloudSetting === undefined) {
24
+ return undefined;
25
+ }
26
+ const cloudEndpoints = {
27
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
28
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
29
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
30
+ };
31
+ if (cloudSetting in cloudEndpoints) {
32
+ return cloudEndpoints[cloudSetting];
33
+ }
34
+ else {
35
+ throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
36
+ }
37
+ }
38
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;GAGG;AACH,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
@@ -0,0 +1,74 @@
1
+ import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ apiVersion?: string;
69
+ }
70
+ /**
71
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
72
+ */
73
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
74
+ //# sourceMappingURL=pagingHelpers.d.ts.map