@azure/arm-communication 4.1.2-alpha.20260122.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (397) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +0 -3
  3. package/dist/browser/communicationServiceManagementClient.d.ts +6 -3
  4. package/dist/browser/communicationServiceManagementClient.d.ts.map +1 -1
  5. package/dist/browser/communicationServiceManagementClient.js +15 -14
  6. package/dist/browser/communicationServiceManagementClient.js.map +1 -1
  7. package/dist/browser/index.d.ts.map +1 -1
  8. package/dist/browser/index.js +4 -7
  9. package/dist/browser/index.js.map +1 -1
  10. package/dist/browser/lroImpl.d.ts +1 -1
  11. package/dist/browser/lroImpl.d.ts.map +1 -1
  12. package/dist/browser/lroImpl.js +2 -0
  13. package/dist/browser/lroImpl.js.map +1 -1
  14. package/dist/browser/models/index.d.ts +201 -1
  15. package/dist/browser/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js +12 -7
  17. package/dist/browser/models/index.js.map +1 -1
  18. package/dist/browser/models/mappers.d.ts +9 -1
  19. package/dist/browser/models/mappers.d.ts.map +1 -1
  20. package/dist/browser/models/mappers.js +284 -7
  21. package/dist/browser/models/mappers.js.map +1 -1
  22. package/dist/browser/models/parameters.d.ts +8 -1
  23. package/dist/browser/models/parameters.d.ts.map +1 -1
  24. package/dist/browser/models/parameters.js +76 -9
  25. package/dist/browser/models/parameters.js.map +1 -1
  26. package/dist/browser/operations/communicationServices.d.ts +5 -5
  27. package/dist/browser/operations/communicationServices.d.ts.map +1 -1
  28. package/dist/browser/operations/communicationServices.js +9 -22
  29. package/dist/browser/operations/communicationServices.js.map +1 -1
  30. package/dist/browser/operations/domains.d.ts +5 -5
  31. package/dist/browser/operations/domains.d.ts.map +1 -1
  32. package/dist/browser/operations/domains.js +5 -10
  33. package/dist/browser/operations/domains.js.map +1 -1
  34. package/dist/browser/operations/emailServices.d.ts +5 -5
  35. package/dist/browser/operations/emailServices.d.ts.map +1 -1
  36. package/dist/browser/operations/emailServices.js +9 -22
  37. package/dist/browser/operations/emailServices.js.map +1 -1
  38. package/dist/browser/operations/index.d.ts +3 -0
  39. package/dist/browser/operations/index.d.ts.map +1 -1
  40. package/dist/browser/operations/index.js +7 -7
  41. package/dist/browser/operations/index.js.map +1 -1
  42. package/dist/browser/operations/operations.d.ts +4 -4
  43. package/dist/browser/operations/operations.d.ts.map +1 -1
  44. package/dist/browser/operations/operations.js +4 -9
  45. package/dist/browser/operations/operations.js.map +1 -1
  46. package/dist/browser/operations/senderUsernames.d.ts +4 -4
  47. package/dist/browser/operations/senderUsernames.d.ts.map +1 -1
  48. package/dist/browser/operations/senderUsernames.js +4 -9
  49. package/dist/browser/operations/senderUsernames.js.map +1 -1
  50. package/dist/browser/operations/smtpUsernames.d.ts +63 -0
  51. package/dist/browser/operations/smtpUsernames.d.ts.map +1 -0
  52. package/dist/browser/operations/smtpUsernames.js +235 -0
  53. package/dist/browser/operations/smtpUsernames.js.map +1 -0
  54. package/dist/browser/operations/suppressionListAddresses.d.ts +75 -0
  55. package/dist/browser/operations/suppressionListAddresses.d.ts.map +1 -0
  56. package/dist/browser/operations/suppressionListAddresses.js +286 -0
  57. package/dist/browser/operations/suppressionListAddresses.js.map +1 -0
  58. package/dist/browser/operations/suppressionLists.d.ts +70 -0
  59. package/dist/browser/operations/suppressionLists.d.ts.map +1 -0
  60. package/dist/browser/operations/suppressionLists.js +260 -0
  61. package/dist/browser/operations/suppressionLists.js.map +1 -0
  62. package/dist/browser/operationsInterfaces/communicationServices.d.ts +3 -3
  63. package/dist/browser/operationsInterfaces/communicationServices.d.ts.map +1 -1
  64. package/dist/browser/operationsInterfaces/communicationServices.js +2 -7
  65. package/dist/browser/operationsInterfaces/communicationServices.js.map +1 -1
  66. package/dist/browser/operationsInterfaces/domains.d.ts +3 -3
  67. package/dist/browser/operationsInterfaces/domains.d.ts.map +1 -1
  68. package/dist/browser/operationsInterfaces/domains.js +2 -7
  69. package/dist/browser/operationsInterfaces/domains.js.map +1 -1
  70. package/dist/browser/operationsInterfaces/emailServices.d.ts +3 -3
  71. package/dist/browser/operationsInterfaces/emailServices.d.ts.map +1 -1
  72. package/dist/browser/operationsInterfaces/emailServices.js +2 -7
  73. package/dist/browser/operationsInterfaces/emailServices.js.map +1 -1
  74. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  75. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  76. package/dist/browser/operationsInterfaces/index.js +7 -7
  77. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  78. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  79. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  80. package/dist/browser/operationsInterfaces/operations.js +2 -7
  81. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  82. package/dist/browser/operationsInterfaces/senderUsernames.d.ts +2 -2
  83. package/dist/browser/operationsInterfaces/senderUsernames.d.ts.map +1 -1
  84. package/dist/browser/operationsInterfaces/senderUsernames.js +2 -7
  85. package/dist/browser/operationsInterfaces/senderUsernames.js.map +1 -1
  86. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts +38 -0
  87. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/smtpUsernames.js +4 -0
  89. package/dist/browser/operationsInterfaces/smtpUsernames.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts +46 -0
  91. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/suppressionListAddresses.js +4 -0
  93. package/dist/browser/operationsInterfaces/suppressionListAddresses.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/suppressionLists.d.ts +43 -0
  95. package/dist/browser/operationsInterfaces/suppressionLists.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/suppressionLists.js +4 -0
  97. package/dist/browser/operationsInterfaces/suppressionLists.js.map +1 -0
  98. package/dist/browser/pagingHelper.d.ts.map +1 -1
  99. package/dist/browser/pagingHelper.js +2 -7
  100. package/dist/browser/pagingHelper.js.map +1 -1
  101. package/dist/commonjs/communicationServiceManagementClient.d.ts +6 -3
  102. package/dist/commonjs/communicationServiceManagementClient.d.ts.map +1 -1
  103. package/dist/commonjs/communicationServiceManagementClient.js +14 -13
  104. package/dist/commonjs/communicationServiceManagementClient.js.map +1 -1
  105. package/dist/commonjs/index.d.ts.map +1 -1
  106. package/dist/commonjs/index.js +4 -7
  107. package/dist/commonjs/index.js.map +1 -1
  108. package/dist/commonjs/lroImpl.d.ts +1 -1
  109. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  110. package/dist/commonjs/lroImpl.js +2 -0
  111. package/dist/commonjs/lroImpl.js.map +1 -1
  112. package/dist/commonjs/models/index.d.ts +201 -1
  113. package/dist/commonjs/models/index.d.ts.map +1 -1
  114. package/dist/commonjs/models/index.js +13 -8
  115. package/dist/commonjs/models/index.js.map +1 -1
  116. package/dist/commonjs/models/mappers.d.ts +9 -1
  117. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  118. package/dist/commonjs/models/mappers.js +286 -8
  119. package/dist/commonjs/models/mappers.js.map +1 -1
  120. package/dist/commonjs/models/parameters.d.ts +8 -1
  121. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  122. package/dist/commonjs/models/parameters.js +76 -9
  123. package/dist/commonjs/models/parameters.js.map +1 -1
  124. package/dist/commonjs/operations/communicationServices.d.ts +5 -5
  125. package/dist/commonjs/operations/communicationServices.d.ts.map +1 -1
  126. package/dist/commonjs/operations/communicationServices.js +8 -21
  127. package/dist/commonjs/operations/communicationServices.js.map +1 -1
  128. package/dist/commonjs/operations/domains.d.ts +5 -5
  129. package/dist/commonjs/operations/domains.d.ts.map +1 -1
  130. package/dist/commonjs/operations/domains.js +4 -9
  131. package/dist/commonjs/operations/domains.js.map +1 -1
  132. package/dist/commonjs/operations/emailServices.d.ts +5 -5
  133. package/dist/commonjs/operations/emailServices.d.ts.map +1 -1
  134. package/dist/commonjs/operations/emailServices.js +8 -21
  135. package/dist/commonjs/operations/emailServices.js.map +1 -1
  136. package/dist/commonjs/operations/index.d.ts +3 -0
  137. package/dist/commonjs/operations/index.d.ts.map +1 -1
  138. package/dist/commonjs/operations/index.js +7 -7
  139. package/dist/commonjs/operations/index.js.map +1 -1
  140. package/dist/commonjs/operations/operations.d.ts +4 -4
  141. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  142. package/dist/commonjs/operations/operations.js +4 -9
  143. package/dist/commonjs/operations/operations.js.map +1 -1
  144. package/dist/commonjs/operations/senderUsernames.d.ts +4 -4
  145. package/dist/commonjs/operations/senderUsernames.d.ts.map +1 -1
  146. package/dist/commonjs/operations/senderUsernames.js +4 -9
  147. package/dist/commonjs/operations/senderUsernames.js.map +1 -1
  148. package/dist/commonjs/operations/smtpUsernames.d.ts +63 -0
  149. package/dist/commonjs/operations/smtpUsernames.d.ts.map +1 -0
  150. package/dist/commonjs/operations/smtpUsernames.js +240 -0
  151. package/dist/commonjs/operations/smtpUsernames.js.map +1 -0
  152. package/dist/commonjs/operations/suppressionListAddresses.d.ts +75 -0
  153. package/dist/commonjs/operations/suppressionListAddresses.d.ts.map +1 -0
  154. package/dist/commonjs/operations/suppressionListAddresses.js +291 -0
  155. package/dist/commonjs/operations/suppressionListAddresses.js.map +1 -0
  156. package/dist/commonjs/operations/suppressionLists.d.ts +70 -0
  157. package/dist/commonjs/operations/suppressionLists.d.ts.map +1 -0
  158. package/dist/commonjs/operations/suppressionLists.js +265 -0
  159. package/dist/commonjs/operations/suppressionLists.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts +3 -3
  161. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts.map +1 -1
  162. package/dist/commonjs/operationsInterfaces/communicationServices.js +2 -7
  163. package/dist/commonjs/operationsInterfaces/communicationServices.js.map +1 -1
  164. package/dist/commonjs/operationsInterfaces/domains.d.ts +3 -3
  165. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +1 -1
  166. package/dist/commonjs/operationsInterfaces/domains.js +2 -7
  167. package/dist/commonjs/operationsInterfaces/domains.js.map +1 -1
  168. package/dist/commonjs/operationsInterfaces/emailServices.d.ts +3 -3
  169. package/dist/commonjs/operationsInterfaces/emailServices.d.ts.map +1 -1
  170. package/dist/commonjs/operationsInterfaces/emailServices.js +2 -7
  171. package/dist/commonjs/operationsInterfaces/emailServices.js.map +1 -1
  172. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  174. package/dist/commonjs/operationsInterfaces/index.js +7 -7
  175. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  176. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  177. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  178. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  179. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  180. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts +2 -2
  181. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts.map +1 -1
  182. package/dist/commonjs/operationsInterfaces/senderUsernames.js +2 -7
  183. package/dist/commonjs/operationsInterfaces/senderUsernames.js.map +1 -1
  184. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts +38 -0
  185. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/smtpUsernames.js +5 -0
  187. package/dist/commonjs/operationsInterfaces/smtpUsernames.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts +46 -0
  189. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js +5 -0
  191. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts +43 -0
  193. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/suppressionLists.js +5 -0
  195. package/dist/commonjs/operationsInterfaces/suppressionLists.js.map +1 -0
  196. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  197. package/dist/commonjs/pagingHelper.js +2 -7
  198. package/dist/commonjs/pagingHelper.js.map +1 -1
  199. package/dist/esm/communicationServiceManagementClient.d.ts +6 -3
  200. package/dist/esm/communicationServiceManagementClient.d.ts.map +1 -1
  201. package/dist/esm/communicationServiceManagementClient.js +15 -14
  202. package/dist/esm/communicationServiceManagementClient.js.map +1 -1
  203. package/dist/esm/index.d.ts.map +1 -1
  204. package/dist/esm/index.js +4 -7
  205. package/dist/esm/index.js.map +1 -1
  206. package/dist/esm/lroImpl.d.ts +1 -1
  207. package/dist/esm/lroImpl.d.ts.map +1 -1
  208. package/dist/esm/lroImpl.js +2 -0
  209. package/dist/esm/lroImpl.js.map +1 -1
  210. package/dist/esm/models/index.d.ts +201 -1
  211. package/dist/esm/models/index.d.ts.map +1 -1
  212. package/dist/esm/models/index.js +12 -7
  213. package/dist/esm/models/index.js.map +1 -1
  214. package/dist/esm/models/mappers.d.ts +9 -1
  215. package/dist/esm/models/mappers.d.ts.map +1 -1
  216. package/dist/esm/models/mappers.js +284 -7
  217. package/dist/esm/models/mappers.js.map +1 -1
  218. package/dist/esm/models/parameters.d.ts +8 -1
  219. package/dist/esm/models/parameters.d.ts.map +1 -1
  220. package/dist/esm/models/parameters.js +76 -9
  221. package/dist/esm/models/parameters.js.map +1 -1
  222. package/dist/esm/operations/communicationServices.d.ts +5 -5
  223. package/dist/esm/operations/communicationServices.d.ts.map +1 -1
  224. package/dist/esm/operations/communicationServices.js +9 -22
  225. package/dist/esm/operations/communicationServices.js.map +1 -1
  226. package/dist/esm/operations/domains.d.ts +5 -5
  227. package/dist/esm/operations/domains.d.ts.map +1 -1
  228. package/dist/esm/operations/domains.js +5 -10
  229. package/dist/esm/operations/domains.js.map +1 -1
  230. package/dist/esm/operations/emailServices.d.ts +5 -5
  231. package/dist/esm/operations/emailServices.d.ts.map +1 -1
  232. package/dist/esm/operations/emailServices.js +9 -22
  233. package/dist/esm/operations/emailServices.js.map +1 -1
  234. package/dist/esm/operations/index.d.ts +3 -0
  235. package/dist/esm/operations/index.d.ts.map +1 -1
  236. package/dist/esm/operations/index.js +7 -7
  237. package/dist/esm/operations/index.js.map +1 -1
  238. package/dist/esm/operations/operations.d.ts +4 -4
  239. package/dist/esm/operations/operations.d.ts.map +1 -1
  240. package/dist/esm/operations/operations.js +4 -9
  241. package/dist/esm/operations/operations.js.map +1 -1
  242. package/dist/esm/operations/senderUsernames.d.ts +4 -4
  243. package/dist/esm/operations/senderUsernames.d.ts.map +1 -1
  244. package/dist/esm/operations/senderUsernames.js +4 -9
  245. package/dist/esm/operations/senderUsernames.js.map +1 -1
  246. package/dist/esm/operations/smtpUsernames.d.ts +63 -0
  247. package/dist/esm/operations/smtpUsernames.d.ts.map +1 -0
  248. package/dist/esm/operations/smtpUsernames.js +235 -0
  249. package/dist/esm/operations/smtpUsernames.js.map +1 -0
  250. package/dist/esm/operations/suppressionListAddresses.d.ts +75 -0
  251. package/dist/esm/operations/suppressionListAddresses.d.ts.map +1 -0
  252. package/dist/esm/operations/suppressionListAddresses.js +286 -0
  253. package/dist/esm/operations/suppressionListAddresses.js.map +1 -0
  254. package/dist/esm/operations/suppressionLists.d.ts +70 -0
  255. package/dist/esm/operations/suppressionLists.d.ts.map +1 -0
  256. package/dist/esm/operations/suppressionLists.js +260 -0
  257. package/dist/esm/operations/suppressionLists.js.map +1 -0
  258. package/dist/esm/operationsInterfaces/communicationServices.d.ts +3 -3
  259. package/dist/esm/operationsInterfaces/communicationServices.d.ts.map +1 -1
  260. package/dist/esm/operationsInterfaces/communicationServices.js +2 -7
  261. package/dist/esm/operationsInterfaces/communicationServices.js.map +1 -1
  262. package/dist/esm/operationsInterfaces/domains.d.ts +3 -3
  263. package/dist/esm/operationsInterfaces/domains.d.ts.map +1 -1
  264. package/dist/esm/operationsInterfaces/domains.js +2 -7
  265. package/dist/esm/operationsInterfaces/domains.js.map +1 -1
  266. package/dist/esm/operationsInterfaces/emailServices.d.ts +3 -3
  267. package/dist/esm/operationsInterfaces/emailServices.d.ts.map +1 -1
  268. package/dist/esm/operationsInterfaces/emailServices.js +2 -7
  269. package/dist/esm/operationsInterfaces/emailServices.js.map +1 -1
  270. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  271. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  272. package/dist/esm/operationsInterfaces/index.js +7 -7
  273. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  274. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  275. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  276. package/dist/esm/operationsInterfaces/operations.js +2 -7
  277. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  278. package/dist/esm/operationsInterfaces/senderUsernames.d.ts +2 -2
  279. package/dist/esm/operationsInterfaces/senderUsernames.d.ts.map +1 -1
  280. package/dist/esm/operationsInterfaces/senderUsernames.js +2 -7
  281. package/dist/esm/operationsInterfaces/senderUsernames.js.map +1 -1
  282. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts +38 -0
  283. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts.map +1 -0
  284. package/dist/esm/operationsInterfaces/smtpUsernames.js +4 -0
  285. package/dist/esm/operationsInterfaces/smtpUsernames.js.map +1 -0
  286. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts +46 -0
  287. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts.map +1 -0
  288. package/dist/esm/operationsInterfaces/suppressionListAddresses.js +4 -0
  289. package/dist/esm/operationsInterfaces/suppressionListAddresses.js.map +1 -0
  290. package/dist/esm/operationsInterfaces/suppressionLists.d.ts +43 -0
  291. package/dist/esm/operationsInterfaces/suppressionLists.d.ts.map +1 -0
  292. package/dist/esm/operationsInterfaces/suppressionLists.js +4 -0
  293. package/dist/esm/operationsInterfaces/suppressionLists.js.map +1 -0
  294. package/dist/esm/pagingHelper.d.ts.map +1 -1
  295. package/dist/esm/pagingHelper.js +2 -7
  296. package/dist/esm/pagingHelper.js.map +1 -1
  297. package/dist/react-native/communicationServiceManagementClient.d.ts +6 -3
  298. package/dist/react-native/communicationServiceManagementClient.d.ts.map +1 -1
  299. package/dist/react-native/communicationServiceManagementClient.js +15 -14
  300. package/dist/react-native/communicationServiceManagementClient.js.map +1 -1
  301. package/dist/react-native/index.d.ts.map +1 -1
  302. package/dist/react-native/index.js +4 -7
  303. package/dist/react-native/index.js.map +1 -1
  304. package/dist/react-native/lroImpl.d.ts +1 -1
  305. package/dist/react-native/lroImpl.d.ts.map +1 -1
  306. package/dist/react-native/lroImpl.js +2 -0
  307. package/dist/react-native/lroImpl.js.map +1 -1
  308. package/dist/react-native/models/index.d.ts +201 -1
  309. package/dist/react-native/models/index.d.ts.map +1 -1
  310. package/dist/react-native/models/index.js +12 -7
  311. package/dist/react-native/models/index.js.map +1 -1
  312. package/dist/react-native/models/mappers.d.ts +9 -1
  313. package/dist/react-native/models/mappers.d.ts.map +1 -1
  314. package/dist/react-native/models/mappers.js +284 -7
  315. package/dist/react-native/models/mappers.js.map +1 -1
  316. package/dist/react-native/models/parameters.d.ts +8 -1
  317. package/dist/react-native/models/parameters.d.ts.map +1 -1
  318. package/dist/react-native/models/parameters.js +76 -9
  319. package/dist/react-native/models/parameters.js.map +1 -1
  320. package/dist/react-native/operations/communicationServices.d.ts +5 -5
  321. package/dist/react-native/operations/communicationServices.d.ts.map +1 -1
  322. package/dist/react-native/operations/communicationServices.js +9 -22
  323. package/dist/react-native/operations/communicationServices.js.map +1 -1
  324. package/dist/react-native/operations/domains.d.ts +5 -5
  325. package/dist/react-native/operations/domains.d.ts.map +1 -1
  326. package/dist/react-native/operations/domains.js +5 -10
  327. package/dist/react-native/operations/domains.js.map +1 -1
  328. package/dist/react-native/operations/emailServices.d.ts +5 -5
  329. package/dist/react-native/operations/emailServices.d.ts.map +1 -1
  330. package/dist/react-native/operations/emailServices.js +9 -22
  331. package/dist/react-native/operations/emailServices.js.map +1 -1
  332. package/dist/react-native/operations/index.d.ts +3 -0
  333. package/dist/react-native/operations/index.d.ts.map +1 -1
  334. package/dist/react-native/operations/index.js +7 -7
  335. package/dist/react-native/operations/index.js.map +1 -1
  336. package/dist/react-native/operations/operations.d.ts +4 -4
  337. package/dist/react-native/operations/operations.d.ts.map +1 -1
  338. package/dist/react-native/operations/operations.js +4 -9
  339. package/dist/react-native/operations/operations.js.map +1 -1
  340. package/dist/react-native/operations/senderUsernames.d.ts +4 -4
  341. package/dist/react-native/operations/senderUsernames.d.ts.map +1 -1
  342. package/dist/react-native/operations/senderUsernames.js +4 -9
  343. package/dist/react-native/operations/senderUsernames.js.map +1 -1
  344. package/dist/react-native/operations/smtpUsernames.d.ts +63 -0
  345. package/dist/react-native/operations/smtpUsernames.d.ts.map +1 -0
  346. package/dist/react-native/operations/smtpUsernames.js +235 -0
  347. package/dist/react-native/operations/smtpUsernames.js.map +1 -0
  348. package/dist/react-native/operations/suppressionListAddresses.d.ts +75 -0
  349. package/dist/react-native/operations/suppressionListAddresses.d.ts.map +1 -0
  350. package/dist/react-native/operations/suppressionListAddresses.js +286 -0
  351. package/dist/react-native/operations/suppressionListAddresses.js.map +1 -0
  352. package/dist/react-native/operations/suppressionLists.d.ts +70 -0
  353. package/dist/react-native/operations/suppressionLists.d.ts.map +1 -0
  354. package/dist/react-native/operations/suppressionLists.js +260 -0
  355. package/dist/react-native/operations/suppressionLists.js.map +1 -0
  356. package/dist/react-native/operationsInterfaces/communicationServices.d.ts +3 -3
  357. package/dist/react-native/operationsInterfaces/communicationServices.d.ts.map +1 -1
  358. package/dist/react-native/operationsInterfaces/communicationServices.js +2 -7
  359. package/dist/react-native/operationsInterfaces/communicationServices.js.map +1 -1
  360. package/dist/react-native/operationsInterfaces/domains.d.ts +3 -3
  361. package/dist/react-native/operationsInterfaces/domains.d.ts.map +1 -1
  362. package/dist/react-native/operationsInterfaces/domains.js +2 -7
  363. package/dist/react-native/operationsInterfaces/domains.js.map +1 -1
  364. package/dist/react-native/operationsInterfaces/emailServices.d.ts +3 -3
  365. package/dist/react-native/operationsInterfaces/emailServices.d.ts.map +1 -1
  366. package/dist/react-native/operationsInterfaces/emailServices.js +2 -7
  367. package/dist/react-native/operationsInterfaces/emailServices.js.map +1 -1
  368. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  369. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  370. package/dist/react-native/operationsInterfaces/index.js +7 -7
  371. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  372. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  373. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  374. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  375. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  376. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts +2 -2
  377. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts.map +1 -1
  378. package/dist/react-native/operationsInterfaces/senderUsernames.js +2 -7
  379. package/dist/react-native/operationsInterfaces/senderUsernames.js.map +1 -1
  380. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts +38 -0
  381. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts.map +1 -0
  382. package/dist/react-native/operationsInterfaces/smtpUsernames.js +4 -0
  383. package/dist/react-native/operationsInterfaces/smtpUsernames.js.map +1 -0
  384. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts +46 -0
  385. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts.map +1 -0
  386. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js +4 -0
  387. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js.map +1 -0
  388. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts +43 -0
  389. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts.map +1 -0
  390. package/dist/react-native/operationsInterfaces/suppressionLists.js +4 -0
  391. package/dist/react-native/operationsInterfaces/suppressionLists.js.map +1 -0
  392. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  393. package/dist/react-native/pagingHelper.js +2 -7
  394. package/dist/react-native/pagingHelper.js.map +1 -1
  395. package/package.json +39 -38
  396. package/CHANGELOG.md +0 -216
  397. package/review/arm-communication-node.api.md +0 -829
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\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 * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\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\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 available. */\n message?: string;\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\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\n/** Object that includes an array of CommunicationServices and a possible link for next set. */\nexport interface CommunicationServiceResourceList {\n /** List of CommunicationService */\n value?: CommunicationServiceResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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\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?: { [propertyName: string]: string };\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\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\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\n/** A class that represents a VerificationStatus record. */\nexport interface VerificationStatusRecord {\n /**\n * Status of the verification operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: VerificationStatus;\n /**\n * Error code. This property will only be present if the status is UnableToVerify.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n}\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\n/** A class that represents a VerificationStatus record. */\nexport interface DnsRecord {\n /**\n * Type of the DNS record. Example: TXT\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Name of the DNS record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Value of the DNS record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ttl?: number;\n}\n\n/** Object that includes an array of Domains resource and a possible link for next set. */\nexport interface DomainResourceList {\n /** List of Domains resource */\n value?: DomainResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Input parameter for verification APIs */\nexport interface VerificationParameter {\n /** Type of verification. */\n verificationType: VerificationType;\n}\n\n/** Object that includes an array of EmailServices and a possible link for next set. */\nexport interface EmailServiceResourceList {\n /** List of EmailService */\n value?: EmailServiceResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** A class representing a Domains SenderUsernames collection. */\nexport interface SenderUsernameResourceCollection {\n /** List of SenderUsernames */\n value?: SenderUsernameResource[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Data POST-ed to the nameAvailability action */\nexport interface NameAvailabilityParameters\n extends CheckNameAvailabilityRequest {}\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?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\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}\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\n/** A class representing update parameters for EmailService resource. */\nexport interface EmailServiceResourceUpdate extends TaggedResource {}\n\n/** A class representing a CommunicationService resource. */\nexport interface CommunicationServiceResource extends TrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CommunicationServicesProvisioningState;\n /**\n * FQDN of the CommunicationService instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** The location where the communication service stores its data at rest. */\n dataLocation?: string;\n /**\n * Resource ID of an Azure Notification Hub linked to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notificationHubId?: string;\n /**\n * Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The immutable resource Id of the communication service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly immutableResourceId?: string;\n /** List of email Domain resource Ids. */\n linkedDomains?: string[];\n}\n\n/** A class representing a Domains resource. */\nexport interface DomainResource extends TrackedResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainsProvisioningState;\n /**\n * The location where the Domains resource data is stored at rest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLocation?: string;\n /**\n * P2 sender domain that is displayed to the email recipients [RFC 5322].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fromSenderDomain?: string;\n /**\n * P1 sender domain that is present on the email envelope [RFC 5321].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mailFromSenderDomain?: string;\n /** Describes how a Domains resource is being managed. */\n domainManagement?: DomainManagement;\n /**\n * List of VerificationStatusRecord\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verificationStates?: DomainPropertiesVerificationStates;\n /**\n * List of DnsRecord\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verificationRecords?: DomainPropertiesVerificationRecords;\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\n/** A class representing an EmailService resource. */\nexport interface EmailServiceResource extends TrackedResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EmailServicesProvisioningState;\n /** The location where the email service stores its data at rest. */\n dataLocation?: string;\n}\n\n/** A class representing a SenderUsername resource. */\nexport interface SenderUsernameResource extends ProxyResource {\n /**\n * The location where the SenderUsername resource data is stored at rest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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 /**\n * Provisioning state of the resource. Unknown is the default state for Communication Services.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for CommunicationServices_createOrUpdate operation. */\nexport interface CommunicationServicesCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for CommunicationServices_delete operation. */\nexport interface CommunicationServicesDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_createOrUpdate operation. */\nexport interface DomainsCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Domains_delete operation. */\nexport interface DomainsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_update operation. */\nexport interface DomainsUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Domains_initiateVerification operation. */\nexport interface DomainsInitiateVerificationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_cancelVerification operation. */\nexport interface DomainsCancelVerificationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for EmailServices_createOrUpdate operation. */\nexport interface EmailServicesCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for EmailServices_delete operation. */\nexport interface EmailServicesDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for EmailServices_update operation. */\nexport interface EmailServicesUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\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** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\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**\n */\nexport type ActionType = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\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** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link CommunicationServicesProvisioningState} that the service accepts. */\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 * Defines values for CommunicationServicesProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type CommunicationServicesProvisioningState = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\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** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\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** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link DomainsProvisioningState} that the service accepts. */\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 * Defines values for DomainsProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type DomainsProvisioningState = string;\n\n/** Known values of {@link DomainManagement} that the service accepts. */\nexport enum KnownDomainManagement {\n /** AzureManaged */\n AzureManaged = \"AzureManaged\",\n /** CustomerManaged */\n CustomerManaged = \"CustomerManaged\",\n /** CustomerManagedInExchangeOnline */\n CustomerManagedInExchangeOnline = \"CustomerManagedInExchangeOnline\",\n}\n\n/**\n * Defines values for DomainManagement. \\\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** \\\n * **CustomerManaged** \\\n * **CustomerManagedInExchangeOnline**\n */\nexport type DomainManagement = string;\n\n/** Known values of {@link VerificationStatus} that the service accepts. */\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 * Defines values for VerificationStatus. \\\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** \\\n * **VerificationRequested** \\\n * **VerificationInProgress** \\\n * **VerificationFailed** \\\n * **Verified** \\\n * **CancellationRequested**\n */\nexport type VerificationStatus = string;\n\n/** Known values of {@link UserEngagementTracking} that the service accepts. */\nexport enum KnownUserEngagementTracking {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for UserEngagementTracking. \\\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** \\\n * **Enabled**\n */\nexport type UserEngagementTracking = string;\n\n/** Known values of {@link VerificationType} that the service accepts. */\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 * Defines values for VerificationType. \\\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** \\\n * **SPF** \\\n * **DKIM** \\\n * **DKIM2** \\\n * **DMARC**\n */\nexport type VerificationType = string;\n\n/** Known values of {@link EmailServicesProvisioningState} that the service accepts. */\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 * Defines values for EmailServicesProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type EmailServicesProvisioningState = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\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 * Defines values for ProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type ProvisioningState = string;\n/** Defines values for KeyType. */\nexport type KeyType = \"Primary\" | \"Secondary\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface CommunicationServicesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CommunicationServicesCheckNameAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface CommunicationServicesLinkNotificationHubOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to the operation. */\n linkNotificationHubParameters?: LinkNotificationHubParameters;\n}\n\n/** Contains response data for the linkNotificationHub operation. */\nexport type CommunicationServicesLinkNotificationHubResponse =\n LinkedNotificationHub;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CommunicationServicesListBySubscriptionResponse =\n CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CommunicationServicesListByResourceGroupResponse =\n CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CommunicationServicesUpdateResponse = CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommunicationServicesGetResponse = CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CommunicationServicesCreateOrUpdateResponse =\n CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CommunicationServicesListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type CommunicationServicesListKeysResponse = CommunicationServiceKeys;\n\n/** Optional parameters. */\nexport interface CommunicationServicesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type CommunicationServicesRegenerateKeyResponse =\n CommunicationServiceKeys;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CommunicationServicesListBySubscriptionNextResponse =\n CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CommunicationServicesListByResourceGroupNextResponse =\n CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainsUpdateResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsListByEmailServiceResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEmailServiceResource operation. */\nexport type DomainsListByEmailServiceResourceResponse = DomainResourceList;\n\n/** Optional parameters. */\nexport interface DomainsInitiateVerificationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the initiateVerification operation. */\nexport type DomainsInitiateVerificationResponse =\n DomainsInitiateVerificationHeaders;\n\n/** Optional parameters. */\nexport interface DomainsCancelVerificationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the cancelVerification operation. */\nexport type DomainsCancelVerificationResponse =\n DomainsCancelVerificationHeaders;\n\n/** Optional parameters. */\nexport interface DomainsListByEmailServiceResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEmailServiceResourceNext operation. */\nexport type DomainsListByEmailServiceResourceNextResponse = DomainResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EmailServicesGetResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EmailServicesCreateOrUpdateResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EmailServicesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EmailServicesUpdateResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type EmailServicesListBySubscriptionResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type EmailServicesListByResourceGroupResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVerifiedExchangeOnlineDomains operation. */\nexport type EmailServicesListVerifiedExchangeOnlineDomainsResponse = {\n /** The parsed response body. */\n body: string[];\n};\n\n/** Optional parameters. */\nexport interface EmailServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type EmailServicesListBySubscriptionNextResponse =\n EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type EmailServicesListByResourceGroupNextResponse =\n EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface SenderUsernamesListByDomainsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomains operation. */\nexport type SenderUsernamesListByDomainsResponse =\n SenderUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface SenderUsernamesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SenderUsernamesGetResponse = SenderUsernameResource;\n\n/** Optional parameters. */\nexport interface SenderUsernamesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SenderUsernamesCreateOrUpdateResponse = SenderUsernameResource;\n\n/** Optional parameters. */\nexport interface SenderUsernamesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SenderUsernamesListByDomainsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainsNext operation. */\nexport type SenderUsernamesListByDomainsNextResponse =\n SenderUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface CommunicationServiceManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\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 /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\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 * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\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\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 available. */\n message?: string;\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\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\n/** Object that includes an array of CommunicationServices and a possible link for next set. */\nexport interface CommunicationServiceResourceList {\n /** List of CommunicationService */\n value?: CommunicationServiceResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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\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?: { [propertyName: string]: string };\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\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\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\n/** A class that represents a VerificationStatus record. */\nexport interface VerificationStatusRecord {\n /**\n * Status of the verification operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: VerificationStatus;\n /**\n * Error code. This property will only be present if the status is UnableToVerify.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n}\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\n/** A class that represents a VerificationStatus record. */\nexport interface DnsRecord {\n /**\n * Type of the DNS record. Example: TXT\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Name of the DNS record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Value of the DNS record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ttl?: number;\n}\n\n/** Object that includes an array of Domains resource and a possible link for next set. */\nexport interface DomainResourceList {\n /** List of Domains resource */\n value?: DomainResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Input parameter for verification APIs */\nexport interface VerificationParameter {\n /** Type of verification. */\n verificationType: VerificationType;\n}\n\n/** Object that includes an array of EmailServices and a possible link for next set. */\nexport interface EmailServiceResourceList {\n /** List of EmailService */\n value?: EmailServiceResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** A class representing a Domains SenderUsernames collection. */\nexport interface SenderUsernameResourceCollection {\n /** List of SenderUsernames */\n value?: SenderUsernameResource[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Collection of SmtpUsername resources. Response will include a nextLink if response contains more pages. */\nexport interface SmtpUsernameResourceCollection {\n /** List of SmtpUsername resources. */\n value?: SmtpUsernameResource[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** A class representing a Domains SuppressionListResource collection. */\nexport interface SuppressionListResourceCollection {\n /** List of SuppressionListResource */\n value?: SuppressionListResource[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseAutoGenerated {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** The error detail. */\nexport interface ErrorDetailAutoGenerated {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetailAutoGenerated[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** Collection of addresses in a suppression list. Response will include a nextLink if response contains more pages. */\nexport interface SuppressionListAddressResourceCollection {\n /** List of suppressed email addresses. */\n value?: SuppressionListAddressResource[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Data POST-ed to the nameAvailability action */\nexport interface NameAvailabilityParameters extends CheckNameAvailabilityRequest {}\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?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\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\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\n/** A class representing update parameters for EmailService resource. */\nexport interface EmailServiceResourceUpdate extends TaggedResource {}\n\n/** A class representing a CommunicationService resource. */\nexport interface CommunicationServiceResource extends TrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CommunicationServicesProvisioningState;\n /**\n * FQDN of the CommunicationService instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** The location where the communication service stores its data at rest. */\n dataLocation?: string;\n /**\n * Resource ID of an Azure Notification Hub linked to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notificationHubId?: string;\n /**\n * Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The immutable resource Id of the communication service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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\n/** A class representing a Domains resource. */\nexport interface DomainResource extends TrackedResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainsProvisioningState;\n /**\n * The location where the Domains resource data is stored at rest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLocation?: string;\n /**\n * P2 sender domain that is displayed to the email recipients [RFC 5322].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fromSenderDomain?: string;\n /**\n * P1 sender domain that is present on the email envelope [RFC 5321].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mailFromSenderDomain?: string;\n /** Describes how a Domains resource is being managed. */\n domainManagement?: DomainManagement;\n /**\n * List of VerificationStatusRecord\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verificationStates?: DomainPropertiesVerificationStates;\n /**\n * List of DnsRecord\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verificationRecords?: DomainPropertiesVerificationRecords;\n /** Describes whether user engagement tracking is enabled or disabled. */\n userEngagementTracking?: UserEngagementTracking;\n}\n\n/** A class representing an EmailService resource. */\nexport interface EmailServiceResource extends TrackedResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EmailServicesProvisioningState;\n /** The location where the email service stores its data at rest. */\n dataLocation?: string;\n}\n\n/** A class representing a SenderUsername resource. */\nexport interface SenderUsernameResource extends ProxyResource {\n /**\n * The location where the SenderUsername resource data is stored at rest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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 /**\n * Provisioning state of the resource. Unknown is the default state for Communication Services.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\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\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 /**\n * The date the resource was last updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTimeStamp?: string;\n /**\n * The date the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimeStamp?: string;\n /**\n * The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLocation?: string;\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 /**\n * The date the address was last updated in a suppression list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModified?: Date;\n /**\n * The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLocation?: string;\n}\n\n/** Defines headers for CommunicationServices_createOrUpdate operation. */\nexport interface CommunicationServicesCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for CommunicationServices_delete operation. */\nexport interface CommunicationServicesDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_createOrUpdate operation. */\nexport interface DomainsCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Domains_delete operation. */\nexport interface DomainsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_update operation. */\nexport interface DomainsUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Domains_initiateVerification operation. */\nexport interface DomainsInitiateVerificationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Domains_cancelVerification operation. */\nexport interface DomainsCancelVerificationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for EmailServices_createOrUpdate operation. */\nexport interface EmailServicesCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for EmailServices_delete operation. */\nexport interface EmailServicesDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for EmailServices_update operation. */\nexport interface EmailServicesUpdateHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\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** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\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**\n */\nexport type ActionType = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\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** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link CommunicationServicesProvisioningState} that the service accepts. */\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 * Defines values for CommunicationServicesProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type CommunicationServicesProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\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 * Defines values for PublicNetworkAccess. \\\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/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\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** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\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** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link DomainsProvisioningState} that the service accepts. */\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 * Defines values for DomainsProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type DomainsProvisioningState = string;\n\n/** Known values of {@link DomainManagement} that the service accepts. */\nexport enum KnownDomainManagement {\n /** AzureManaged */\n AzureManaged = \"AzureManaged\",\n /** CustomerManaged */\n CustomerManaged = \"CustomerManaged\",\n /** CustomerManagedInExchangeOnline */\n CustomerManagedInExchangeOnline = \"CustomerManagedInExchangeOnline\",\n}\n\n/**\n * Defines values for DomainManagement. \\\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** \\\n * **CustomerManaged** \\\n * **CustomerManagedInExchangeOnline**\n */\nexport type DomainManagement = string;\n\n/** Known values of {@link VerificationStatus} that the service accepts. */\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 * Defines values for VerificationStatus. \\\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** \\\n * **VerificationRequested** \\\n * **VerificationInProgress** \\\n * **VerificationFailed** \\\n * **Verified** \\\n * **CancellationRequested**\n */\nexport type VerificationStatus = string;\n\n/** Known values of {@link UserEngagementTracking} that the service accepts. */\nexport enum KnownUserEngagementTracking {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for UserEngagementTracking. \\\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** \\\n * **Enabled**\n */\nexport type UserEngagementTracking = string;\n\n/** Known values of {@link VerificationType} that the service accepts. */\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 * Defines values for VerificationType. \\\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** \\\n * **SPF** \\\n * **DKIM** \\\n * **DKIM2** \\\n * **DMARC**\n */\nexport type VerificationType = string;\n\n/** Known values of {@link EmailServicesProvisioningState} that the service accepts. */\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 * Defines values for EmailServicesProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type EmailServicesProvisioningState = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\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 * Defines values for ProvisioningState. \\\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** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type ProvisioningState = string;\n/** Defines values for KeyType. */\nexport type KeyType = \"Primary\" | \"Secondary\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface CommunicationServicesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CommunicationServicesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface CommunicationServicesLinkNotificationHubOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to the operation. */\n linkNotificationHubParameters?: LinkNotificationHubParameters;\n}\n\n/** Contains response data for the linkNotificationHub operation. */\nexport type CommunicationServicesLinkNotificationHubResponse = LinkedNotificationHub;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CommunicationServicesListBySubscriptionResponse = CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CommunicationServicesListByResourceGroupResponse = CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CommunicationServicesUpdateResponse = CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommunicationServicesGetResponse = CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CommunicationServicesCreateOrUpdateResponse = CommunicationServiceResource;\n\n/** Optional parameters. */\nexport interface CommunicationServicesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CommunicationServicesListKeysOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type CommunicationServicesListKeysResponse = CommunicationServiceKeys;\n\n/** Optional parameters. */\nexport interface CommunicationServicesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type CommunicationServicesRegenerateKeyResponse = CommunicationServiceKeys;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CommunicationServicesListBySubscriptionNextResponse = CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface CommunicationServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CommunicationServicesListByResourceGroupNextResponse = CommunicationServiceResourceList;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DomainsUpdateResponse = DomainResource;\n\n/** Optional parameters. */\nexport interface DomainsListByEmailServiceResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEmailServiceResource operation. */\nexport type DomainsListByEmailServiceResourceResponse = DomainResourceList;\n\n/** Optional parameters. */\nexport interface DomainsInitiateVerificationOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the initiateVerification operation. */\nexport type DomainsInitiateVerificationResponse = DomainsInitiateVerificationHeaders;\n\n/** Optional parameters. */\nexport interface DomainsCancelVerificationOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the cancelVerification operation. */\nexport type DomainsCancelVerificationResponse = DomainsCancelVerificationHeaders;\n\n/** Optional parameters. */\nexport interface DomainsListByEmailServiceResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEmailServiceResourceNext operation. */\nexport type DomainsListByEmailServiceResourceNextResponse = DomainResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EmailServicesGetResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EmailServicesCreateOrUpdateResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EmailServicesUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EmailServicesUpdateResponse = EmailServiceResource;\n\n/** Optional parameters. */\nexport interface EmailServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type EmailServicesListBySubscriptionResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type EmailServicesListByResourceGroupResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVerifiedExchangeOnlineDomains operation. */\nexport type EmailServicesListVerifiedExchangeOnlineDomainsResponse = {\n /** The parsed response body. */\n body: string[];\n};\n\n/** Optional parameters. */\nexport interface EmailServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type EmailServicesListBySubscriptionNextResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface EmailServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type EmailServicesListByResourceGroupNextResponse = EmailServiceResourceList;\n\n/** Optional parameters. */\nexport interface SenderUsernamesListByDomainsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomains operation. */\nexport type SenderUsernamesListByDomainsResponse = SenderUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface SenderUsernamesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SenderUsernamesGetResponse = SenderUsernameResource;\n\n/** Optional parameters. */\nexport interface SenderUsernamesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SenderUsernamesCreateOrUpdateResponse = SenderUsernameResource;\n\n/** Optional parameters. */\nexport interface SenderUsernamesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SenderUsernamesListByDomainsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainsNext operation. */\nexport type SenderUsernamesListByDomainsNextResponse = SenderUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface SmtpUsernamesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SmtpUsernamesListResponse = SmtpUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface SmtpUsernamesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SmtpUsernamesGetResponse = SmtpUsernameResource;\n\n/** Optional parameters. */\nexport interface SmtpUsernamesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SmtpUsernamesCreateOrUpdateResponse = SmtpUsernameResource;\n\n/** Optional parameters. */\nexport interface SmtpUsernamesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SmtpUsernamesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SmtpUsernamesListNextResponse = SmtpUsernameResourceCollection;\n\n/** Optional parameters. */\nexport interface SuppressionListsListByDomainOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomain operation. */\nexport type SuppressionListsListByDomainResponse = SuppressionListResourceCollection;\n\n/** Optional parameters. */\nexport interface SuppressionListsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SuppressionListsGetResponse = SuppressionListResource;\n\n/** Optional parameters. */\nexport interface SuppressionListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SuppressionListsCreateOrUpdateResponse = SuppressionListResource;\n\n/** Optional parameters. */\nexport interface SuppressionListsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SuppressionListsListByDomainNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDomainNext operation. */\nexport type SuppressionListsListByDomainNextResponse = SuppressionListResourceCollection;\n\n/** Optional parameters. */\nexport interface SuppressionListAddressesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SuppressionListAddressesListResponse = SuppressionListAddressResourceCollection;\n\n/** Optional parameters. */\nexport interface SuppressionListAddressesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SuppressionListAddressesGetResponse = SuppressionListAddressResource;\n\n/** Optional parameters. */\nexport interface SuppressionListAddressesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SuppressionListAddressesCreateOrUpdateResponse = SuppressionListAddressResource;\n\n/** Optional parameters. */\nexport interface SuppressionListAddressesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SuppressionListAddressesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SuppressionListAddressesListNextResponse = SuppressionListAddressResourceCollection;\n\n/** Optional parameters. */\nexport interface CommunicationServiceManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -1,4 +1,4 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
2
  export declare const OperationListResult: coreClient.CompositeMapper;
3
3
  export declare const Operation: coreClient.CompositeMapper;
4
4
  export declare const OperationDisplay: coreClient.CompositeMapper;
@@ -25,6 +25,11 @@ export declare const DomainResourceList: coreClient.CompositeMapper;
25
25
  export declare const VerificationParameter: coreClient.CompositeMapper;
26
26
  export declare const EmailServiceResourceList: coreClient.CompositeMapper;
27
27
  export declare const SenderUsernameResourceCollection: coreClient.CompositeMapper;
28
+ export declare const SmtpUsernameResourceCollection: coreClient.CompositeMapper;
29
+ export declare const SuppressionListResourceCollection: coreClient.CompositeMapper;
30
+ export declare const ErrorResponseAutoGenerated: coreClient.CompositeMapper;
31
+ export declare const ErrorDetailAutoGenerated: coreClient.CompositeMapper;
32
+ export declare const SuppressionListAddressResourceCollection: coreClient.CompositeMapper;
28
33
  export declare const NameAvailabilityParameters: coreClient.CompositeMapper;
29
34
  export declare const TrackedResource: coreClient.CompositeMapper;
30
35
  export declare const ProxyResource: coreClient.CompositeMapper;
@@ -35,6 +40,9 @@ export declare const CommunicationServiceResource: coreClient.CompositeMapper;
35
40
  export declare const DomainResource: coreClient.CompositeMapper;
36
41
  export declare const EmailServiceResource: coreClient.CompositeMapper;
37
42
  export declare const SenderUsernameResource: coreClient.CompositeMapper;
43
+ export declare const SmtpUsernameResource: coreClient.CompositeMapper;
44
+ export declare const SuppressionListResource: coreClient.CompositeMapper;
45
+ export declare const SuppressionListAddressResource: coreClient.CompositeMapper;
38
46
  export declare const CommunicationServicesCreateOrUpdateHeaders: coreClient.CompositeMapper;
39
47
  export declare const CommunicationServicesDeleteHeaders: coreClient.CompositeMapper;
40
48
  export declare const DomainsCreateOrUpdateHeaders: coreClient.CompositeMapper;
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,5 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export const OperationListResult = {
9
4
  type: {
10
5
  name: "Composite",
@@ -752,6 +747,154 @@ export const SenderUsernameResourceCollection = {
752
747
  },
753
748
  },
754
749
  };
750
+ export const SmtpUsernameResourceCollection = {
751
+ type: {
752
+ name: "Composite",
753
+ className: "SmtpUsernameResourceCollection",
754
+ modelProperties: {
755
+ value: {
756
+ serializedName: "value",
757
+ type: {
758
+ name: "Sequence",
759
+ element: {
760
+ type: {
761
+ name: "Composite",
762
+ className: "SmtpUsernameResource",
763
+ },
764
+ },
765
+ },
766
+ },
767
+ nextLink: {
768
+ serializedName: "nextLink",
769
+ type: {
770
+ name: "String",
771
+ },
772
+ },
773
+ },
774
+ },
775
+ };
776
+ export const SuppressionListResourceCollection = {
777
+ type: {
778
+ name: "Composite",
779
+ className: "SuppressionListResourceCollection",
780
+ modelProperties: {
781
+ value: {
782
+ serializedName: "value",
783
+ type: {
784
+ name: "Sequence",
785
+ element: {
786
+ type: {
787
+ name: "Composite",
788
+ className: "SuppressionListResource",
789
+ },
790
+ },
791
+ },
792
+ },
793
+ nextLink: {
794
+ serializedName: "nextLink",
795
+ type: {
796
+ name: "String",
797
+ },
798
+ },
799
+ },
800
+ },
801
+ };
802
+ export const ErrorResponseAutoGenerated = {
803
+ type: {
804
+ name: "Composite",
805
+ className: "ErrorResponseAutoGenerated",
806
+ modelProperties: {
807
+ error: {
808
+ serializedName: "error",
809
+ type: {
810
+ name: "Composite",
811
+ className: "ErrorDetailAutoGenerated",
812
+ },
813
+ },
814
+ },
815
+ },
816
+ };
817
+ export const ErrorDetailAutoGenerated = {
818
+ type: {
819
+ name: "Composite",
820
+ className: "ErrorDetailAutoGenerated",
821
+ modelProperties: {
822
+ code: {
823
+ serializedName: "code",
824
+ readOnly: true,
825
+ type: {
826
+ name: "String",
827
+ },
828
+ },
829
+ message: {
830
+ serializedName: "message",
831
+ readOnly: true,
832
+ type: {
833
+ name: "String",
834
+ },
835
+ },
836
+ target: {
837
+ serializedName: "target",
838
+ readOnly: true,
839
+ type: {
840
+ name: "String",
841
+ },
842
+ },
843
+ details: {
844
+ serializedName: "details",
845
+ readOnly: true,
846
+ type: {
847
+ name: "Sequence",
848
+ element: {
849
+ type: {
850
+ name: "Composite",
851
+ className: "ErrorDetailAutoGenerated",
852
+ },
853
+ },
854
+ },
855
+ },
856
+ additionalInfo: {
857
+ serializedName: "additionalInfo",
858
+ readOnly: true,
859
+ type: {
860
+ name: "Sequence",
861
+ element: {
862
+ type: {
863
+ name: "Composite",
864
+ className: "ErrorAdditionalInfo",
865
+ },
866
+ },
867
+ },
868
+ },
869
+ },
870
+ },
871
+ };
872
+ export const SuppressionListAddressResourceCollection = {
873
+ type: {
874
+ name: "Composite",
875
+ className: "SuppressionListAddressResourceCollection",
876
+ modelProperties: {
877
+ value: {
878
+ serializedName: "value",
879
+ type: {
880
+ name: "Sequence",
881
+ element: {
882
+ type: {
883
+ name: "Composite",
884
+ className: "SuppressionListAddressResource",
885
+ },
886
+ },
887
+ },
888
+ },
889
+ nextLink: {
890
+ serializedName: "nextLink",
891
+ type: {
892
+ name: "String",
893
+ },
894
+ },
895
+ },
896
+ },
897
+ };
755
898
  export const NameAvailabilityParameters = {
756
899
  type: {
757
900
  name: "Composite",
@@ -817,6 +960,18 @@ export const CommunicationServiceResourceUpdate = {
817
960
  },
818
961
  },
819
962
  },
963
+ publicNetworkAccess: {
964
+ serializedName: "properties.publicNetworkAccess",
965
+ type: {
966
+ name: "String",
967
+ },
968
+ },
969
+ disableLocalAuth: {
970
+ serializedName: "properties.disableLocalAuth",
971
+ type: {
972
+ name: "Boolean",
973
+ },
974
+ },
820
975
  },
821
976
  },
822
977
  };
@@ -909,6 +1064,18 @@ export const CommunicationServiceResource = {
909
1064
  },
910
1065
  },
911
1066
  },
1067
+ publicNetworkAccess: {
1068
+ serializedName: "properties.publicNetworkAccess",
1069
+ type: {
1070
+ name: "String",
1071
+ },
1072
+ },
1073
+ disableLocalAuth: {
1074
+ serializedName: "properties.disableLocalAuth",
1075
+ type: {
1076
+ name: "Boolean",
1077
+ },
1078
+ },
912
1079
  },
913
1080
  },
914
1081
  };
@@ -1032,6 +1199,116 @@ export const SenderUsernameResource = {
1032
1199
  },
1033
1200
  },
1034
1201
  };
1202
+ export const SmtpUsernameResource = {
1203
+ type: {
1204
+ name: "Composite",
1205
+ className: "SmtpUsernameResource",
1206
+ modelProperties: {
1207
+ ...ProxyResource.type.modelProperties,
1208
+ username: {
1209
+ serializedName: "properties.username",
1210
+ type: {
1211
+ name: "String",
1212
+ },
1213
+ },
1214
+ entraApplicationId: {
1215
+ serializedName: "properties.entraApplicationId",
1216
+ type: {
1217
+ name: "String",
1218
+ },
1219
+ },
1220
+ tenantId: {
1221
+ serializedName: "properties.tenantId",
1222
+ type: {
1223
+ name: "String",
1224
+ },
1225
+ },
1226
+ },
1227
+ },
1228
+ };
1229
+ export const SuppressionListResource = {
1230
+ type: {
1231
+ name: "Composite",
1232
+ className: "SuppressionListResource",
1233
+ modelProperties: {
1234
+ ...ProxyResource.type.modelProperties,
1235
+ listName: {
1236
+ serializedName: "properties.listName",
1237
+ type: {
1238
+ name: "String",
1239
+ },
1240
+ },
1241
+ lastUpdatedTimeStamp: {
1242
+ serializedName: "properties.lastUpdatedTimeStamp",
1243
+ readOnly: true,
1244
+ type: {
1245
+ name: "String",
1246
+ },
1247
+ },
1248
+ createdTimeStamp: {
1249
+ serializedName: "properties.createdTimeStamp",
1250
+ readOnly: true,
1251
+ type: {
1252
+ name: "String",
1253
+ },
1254
+ },
1255
+ dataLocation: {
1256
+ serializedName: "properties.dataLocation",
1257
+ readOnly: true,
1258
+ type: {
1259
+ name: "String",
1260
+ },
1261
+ },
1262
+ },
1263
+ },
1264
+ };
1265
+ export const SuppressionListAddressResource = {
1266
+ type: {
1267
+ name: "Composite",
1268
+ className: "SuppressionListAddressResource",
1269
+ modelProperties: {
1270
+ ...ProxyResource.type.modelProperties,
1271
+ email: {
1272
+ serializedName: "properties.email",
1273
+ type: {
1274
+ name: "String",
1275
+ },
1276
+ },
1277
+ firstName: {
1278
+ serializedName: "properties.firstName",
1279
+ type: {
1280
+ name: "String",
1281
+ },
1282
+ },
1283
+ lastName: {
1284
+ serializedName: "properties.lastName",
1285
+ type: {
1286
+ name: "String",
1287
+ },
1288
+ },
1289
+ notes: {
1290
+ serializedName: "properties.notes",
1291
+ type: {
1292
+ name: "String",
1293
+ },
1294
+ },
1295
+ lastModified: {
1296
+ serializedName: "properties.lastModified",
1297
+ readOnly: true,
1298
+ type: {
1299
+ name: "DateTime",
1300
+ },
1301
+ },
1302
+ dataLocation: {
1303
+ serializedName: "properties.dataLocation",
1304
+ readOnly: true,
1305
+ type: {
1306
+ name: "String",
1307
+ },
1308
+ },
1309
+ },
1310
+ },
1311
+ };
1035
1312
  export const CommunicationServicesCreateOrUpdateHeaders = {
1036
1313
  type: {
1037
1314
  name: "Composite",