@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,829 +0,0 @@
1
- ## API Report File for "@azure/arm-communication"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as coreAuth from '@azure/core-auth';
8
- import * as coreClient from '@azure/core-client';
9
- import { OperationState } from '@azure/core-lro';
10
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export type ActionType = string;
15
-
16
- // @public
17
- export type CheckNameAvailabilityReason = string;
18
-
19
- // @public
20
- export interface CheckNameAvailabilityRequest {
21
- name?: string;
22
- type?: string;
23
- }
24
-
25
- // @public
26
- export interface CheckNameAvailabilityResponse {
27
- message?: string;
28
- nameAvailable?: boolean;
29
- reason?: CheckNameAvailabilityReason;
30
- }
31
-
32
- // @public
33
- export interface CommunicationServiceKeys {
34
- primaryConnectionString?: string;
35
- primaryKey?: string;
36
- secondaryConnectionString?: string;
37
- secondaryKey?: string;
38
- }
39
-
40
- // @public (undocumented)
41
- export class CommunicationServiceManagementClient extends coreClient.ServiceClient {
42
- // (undocumented)
43
- $host: string;
44
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CommunicationServiceManagementClientOptionalParams);
45
- // (undocumented)
46
- apiVersion: string;
47
- // (undocumented)
48
- communicationServices: CommunicationServices;
49
- // (undocumented)
50
- domains: Domains;
51
- // (undocumented)
52
- emailServices: EmailServices;
53
- // (undocumented)
54
- operations: Operations;
55
- // (undocumented)
56
- senderUsernames: SenderUsernames;
57
- // (undocumented)
58
- subscriptionId: string;
59
- }
60
-
61
- // @public
62
- export interface CommunicationServiceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
63
- $host?: string;
64
- apiVersion?: string;
65
- endpoint?: string;
66
- }
67
-
68
- // @public
69
- export interface CommunicationServiceResource extends TrackedResource {
70
- dataLocation?: string;
71
- readonly hostName?: string;
72
- identity?: ManagedServiceIdentity;
73
- readonly immutableResourceId?: string;
74
- linkedDomains?: string[];
75
- readonly notificationHubId?: string;
76
- readonly provisioningState?: CommunicationServicesProvisioningState;
77
- readonly version?: string;
78
- }
79
-
80
- // @public
81
- export interface CommunicationServiceResourceList {
82
- nextLink?: string;
83
- value?: CommunicationServiceResource[];
84
- }
85
-
86
- // @public
87
- export interface CommunicationServiceResourceUpdate extends TaggedResource {
88
- identity?: ManagedServiceIdentity;
89
- linkedDomains?: string[];
90
- }
91
-
92
- // @public
93
- export interface CommunicationServices {
94
- beginCreateOrUpdate(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationServicesCreateOrUpdateResponse>, CommunicationServicesCreateOrUpdateResponse>>;
95
- beginCreateOrUpdateAndWait(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResource, options?: CommunicationServicesCreateOrUpdateOptionalParams): Promise<CommunicationServicesCreateOrUpdateResponse>;
96
- beginDelete(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
97
- beginDeleteAndWait(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesDeleteOptionalParams): Promise<void>;
98
- checkNameAvailability(nameAvailabilityParameters: NameAvailabilityParameters, options?: CommunicationServicesCheckNameAvailabilityOptionalParams): Promise<CommunicationServicesCheckNameAvailabilityResponse>;
99
- get(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesGetOptionalParams): Promise<CommunicationServicesGetResponse>;
100
- linkNotificationHub(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesLinkNotificationHubOptionalParams): Promise<CommunicationServicesLinkNotificationHubResponse>;
101
- listByResourceGroup(resourceGroupName: string, options?: CommunicationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationServiceResource>;
102
- listBySubscription(options?: CommunicationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationServiceResource>;
103
- listKeys(resourceGroupName: string, communicationServiceName: string, options?: CommunicationServicesListKeysOptionalParams): Promise<CommunicationServicesListKeysResponse>;
104
- regenerateKey(resourceGroupName: string, communicationServiceName: string, parameters: RegenerateKeyParameters, options?: CommunicationServicesRegenerateKeyOptionalParams): Promise<CommunicationServicesRegenerateKeyResponse>;
105
- update(resourceGroupName: string, communicationServiceName: string, parameters: CommunicationServiceResourceUpdate, options?: CommunicationServicesUpdateOptionalParams): Promise<CommunicationServicesUpdateResponse>;
106
- }
107
-
108
- // @public
109
- export interface CommunicationServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
110
- }
111
-
112
- // @public
113
- export type CommunicationServicesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
114
-
115
- // @public
116
- export interface CommunicationServicesCreateOrUpdateHeaders {
117
- azureAsyncOperation?: string;
118
- }
119
-
120
- // @public
121
- export interface CommunicationServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
122
- resumeFrom?: string;
123
- updateIntervalInMs?: number;
124
- }
125
-
126
- // @public
127
- export type CommunicationServicesCreateOrUpdateResponse = CommunicationServiceResource;
128
-
129
- // @public
130
- export interface CommunicationServicesDeleteHeaders {
131
- location?: string;
132
- }
133
-
134
- // @public
135
- export interface CommunicationServicesDeleteOptionalParams extends coreClient.OperationOptions {
136
- resumeFrom?: string;
137
- updateIntervalInMs?: number;
138
- }
139
-
140
- // @public
141
- export interface CommunicationServicesGetOptionalParams extends coreClient.OperationOptions {
142
- }
143
-
144
- // @public
145
- export type CommunicationServicesGetResponse = CommunicationServiceResource;
146
-
147
- // @public
148
- export interface CommunicationServicesLinkNotificationHubOptionalParams extends coreClient.OperationOptions {
149
- linkNotificationHubParameters?: LinkNotificationHubParameters;
150
- }
151
-
152
- // @public
153
- export type CommunicationServicesLinkNotificationHubResponse = LinkedNotificationHub;
154
-
155
- // @public
156
- export interface CommunicationServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
157
- }
158
-
159
- // @public
160
- export type CommunicationServicesListByResourceGroupNextResponse = CommunicationServiceResourceList;
161
-
162
- // @public
163
- export interface CommunicationServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
164
- }
165
-
166
- // @public
167
- export type CommunicationServicesListByResourceGroupResponse = CommunicationServiceResourceList;
168
-
169
- // @public
170
- export interface CommunicationServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
171
- }
172
-
173
- // @public
174
- export type CommunicationServicesListBySubscriptionNextResponse = CommunicationServiceResourceList;
175
-
176
- // @public
177
- export interface CommunicationServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
178
- }
179
-
180
- // @public
181
- export type CommunicationServicesListBySubscriptionResponse = CommunicationServiceResourceList;
182
-
183
- // @public
184
- export interface CommunicationServicesListKeysOptionalParams extends coreClient.OperationOptions {
185
- }
186
-
187
- // @public
188
- export type CommunicationServicesListKeysResponse = CommunicationServiceKeys;
189
-
190
- // @public
191
- export type CommunicationServicesProvisioningState = string;
192
-
193
- // @public
194
- export interface CommunicationServicesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
195
- }
196
-
197
- // @public
198
- export type CommunicationServicesRegenerateKeyResponse = CommunicationServiceKeys;
199
-
200
- // @public
201
- export interface CommunicationServicesUpdateOptionalParams extends coreClient.OperationOptions {
202
- }
203
-
204
- // @public
205
- export type CommunicationServicesUpdateResponse = CommunicationServiceResource;
206
-
207
- // @public
208
- export type CreatedByType = string;
209
-
210
- // @public
211
- export interface DnsRecord {
212
- readonly name?: string;
213
- readonly ttl?: number;
214
- readonly type?: string;
215
- readonly value?: string;
216
- }
217
-
218
- // @public
219
- export type DomainManagement = string;
220
-
221
- // @public
222
- export interface DomainPropertiesVerificationRecords {
223
- dkim?: DnsRecord;
224
- dkim2?: DnsRecord;
225
- dmarc?: DnsRecord;
226
- domain?: DnsRecord;
227
- spf?: DnsRecord;
228
- }
229
-
230
- // @public
231
- export interface DomainPropertiesVerificationStates {
232
- dkim?: VerificationStatusRecord;
233
- dkim2?: VerificationStatusRecord;
234
- dmarc?: VerificationStatusRecord;
235
- domain?: VerificationStatusRecord;
236
- spf?: VerificationStatusRecord;
237
- }
238
-
239
- // @public
240
- export interface DomainResource extends TrackedResource {
241
- readonly dataLocation?: string;
242
- domainManagement?: DomainManagement;
243
- readonly fromSenderDomain?: string;
244
- readonly mailFromSenderDomain?: string;
245
- readonly provisioningState?: DomainsProvisioningState;
246
- userEngagementTracking?: UserEngagementTracking;
247
- readonly verificationRecords?: DomainPropertiesVerificationRecords;
248
- readonly verificationStates?: DomainPropertiesVerificationStates;
249
- }
250
-
251
- // @public
252
- export interface DomainResourceList {
253
- nextLink?: string;
254
- value?: DomainResource[];
255
- }
256
-
257
- // @public
258
- export interface Domains {
259
- beginCancelVerification(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: VerificationParameter, options?: DomainsCancelVerificationOptionalParams): Promise<SimplePollerLike<OperationState<DomainsCancelVerificationResponse>, DomainsCancelVerificationResponse>>;
260
- beginCancelVerificationAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: VerificationParameter, options?: DomainsCancelVerificationOptionalParams): Promise<DomainsCancelVerificationResponse>;
261
- beginCreateOrUpdate(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: DomainResource, options?: DomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
262
- beginCreateOrUpdateAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: DomainResource, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
263
- beginDelete(resourceGroupName: string, emailServiceName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
264
- beginDeleteAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
265
- beginInitiateVerification(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: VerificationParameter, options?: DomainsInitiateVerificationOptionalParams): Promise<SimplePollerLike<OperationState<DomainsInitiateVerificationResponse>, DomainsInitiateVerificationResponse>>;
266
- beginInitiateVerificationAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: VerificationParameter, options?: DomainsInitiateVerificationOptionalParams): Promise<DomainsInitiateVerificationResponse>;
267
- beginUpdate(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: UpdateDomainRequestParameters, options?: DomainsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainsUpdateResponse>, DomainsUpdateResponse>>;
268
- beginUpdateAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, parameters: UpdateDomainRequestParameters, options?: DomainsUpdateOptionalParams): Promise<DomainsUpdateResponse>;
269
- get(resourceGroupName: string, emailServiceName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
270
- listByEmailServiceResource(resourceGroupName: string, emailServiceName: string, options?: DomainsListByEmailServiceResourceOptionalParams): PagedAsyncIterableIterator<DomainResource>;
271
- }
272
-
273
- // @public
274
- export interface DomainsCancelVerificationHeaders {
275
- location?: string;
276
- }
277
-
278
- // @public
279
- export interface DomainsCancelVerificationOptionalParams extends coreClient.OperationOptions {
280
- resumeFrom?: string;
281
- updateIntervalInMs?: number;
282
- }
283
-
284
- // @public
285
- export type DomainsCancelVerificationResponse = DomainsCancelVerificationHeaders;
286
-
287
- // @public
288
- export interface DomainsCreateOrUpdateHeaders {
289
- azureAsyncOperation?: string;
290
- }
291
-
292
- // @public
293
- export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
294
- resumeFrom?: string;
295
- updateIntervalInMs?: number;
296
- }
297
-
298
- // @public
299
- export type DomainsCreateOrUpdateResponse = DomainResource;
300
-
301
- // @public
302
- export interface DomainsDeleteHeaders {
303
- location?: string;
304
- }
305
-
306
- // @public
307
- export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
308
- resumeFrom?: string;
309
- updateIntervalInMs?: number;
310
- }
311
-
312
- // @public
313
- export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
314
- }
315
-
316
- // @public
317
- export type DomainsGetResponse = DomainResource;
318
-
319
- // @public
320
- export interface DomainsInitiateVerificationHeaders {
321
- location?: string;
322
- }
323
-
324
- // @public
325
- export interface DomainsInitiateVerificationOptionalParams extends coreClient.OperationOptions {
326
- resumeFrom?: string;
327
- updateIntervalInMs?: number;
328
- }
329
-
330
- // @public
331
- export type DomainsInitiateVerificationResponse = DomainsInitiateVerificationHeaders;
332
-
333
- // @public
334
- export interface DomainsListByEmailServiceResourceNextOptionalParams extends coreClient.OperationOptions {
335
- }
336
-
337
- // @public
338
- export type DomainsListByEmailServiceResourceNextResponse = DomainResourceList;
339
-
340
- // @public
341
- export interface DomainsListByEmailServiceResourceOptionalParams extends coreClient.OperationOptions {
342
- }
343
-
344
- // @public
345
- export type DomainsListByEmailServiceResourceResponse = DomainResourceList;
346
-
347
- // @public
348
- export type DomainsProvisioningState = string;
349
-
350
- // @public
351
- export interface DomainsUpdateHeaders {
352
- azureAsyncOperation?: string;
353
- }
354
-
355
- // @public
356
- export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
357
- resumeFrom?: string;
358
- updateIntervalInMs?: number;
359
- }
360
-
361
- // @public
362
- export type DomainsUpdateResponse = DomainResource;
363
-
364
- // @public
365
- export interface EmailServiceResource extends TrackedResource {
366
- dataLocation?: string;
367
- readonly provisioningState?: EmailServicesProvisioningState;
368
- }
369
-
370
- // @public
371
- export interface EmailServiceResourceList {
372
- nextLink?: string;
373
- value?: EmailServiceResource[];
374
- }
375
-
376
- // @public
377
- export interface EmailServiceResourceUpdate extends TaggedResource {
378
- }
379
-
380
- // @public
381
- export interface EmailServices {
382
- beginCreateOrUpdate(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EmailServicesCreateOrUpdateResponse>, EmailServicesCreateOrUpdateResponse>>;
383
- beginCreateOrUpdateAndWait(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResource, options?: EmailServicesCreateOrUpdateOptionalParams): Promise<EmailServicesCreateOrUpdateResponse>;
384
- beginDelete(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
385
- beginDeleteAndWait(resourceGroupName: string, emailServiceName: string, options?: EmailServicesDeleteOptionalParams): Promise<void>;
386
- beginUpdate(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EmailServicesUpdateResponse>, EmailServicesUpdateResponse>>;
387
- beginUpdateAndWait(resourceGroupName: string, emailServiceName: string, parameters: EmailServiceResourceUpdate, options?: EmailServicesUpdateOptionalParams): Promise<EmailServicesUpdateResponse>;
388
- get(resourceGroupName: string, emailServiceName: string, options?: EmailServicesGetOptionalParams): Promise<EmailServicesGetResponse>;
389
- listByResourceGroup(resourceGroupName: string, options?: EmailServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<EmailServiceResource>;
390
- listBySubscription(options?: EmailServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<EmailServiceResource>;
391
- listVerifiedExchangeOnlineDomains(options?: EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams): Promise<EmailServicesListVerifiedExchangeOnlineDomainsResponse>;
392
- }
393
-
394
- // @public
395
- export interface EmailServicesCreateOrUpdateHeaders {
396
- azureAsyncOperation?: string;
397
- }
398
-
399
- // @public
400
- export interface EmailServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
401
- resumeFrom?: string;
402
- updateIntervalInMs?: number;
403
- }
404
-
405
- // @public
406
- export type EmailServicesCreateOrUpdateResponse = EmailServiceResource;
407
-
408
- // @public
409
- export interface EmailServicesDeleteHeaders {
410
- location?: string;
411
- }
412
-
413
- // @public
414
- export interface EmailServicesDeleteOptionalParams extends coreClient.OperationOptions {
415
- resumeFrom?: string;
416
- updateIntervalInMs?: number;
417
- }
418
-
419
- // @public
420
- export interface EmailServicesGetOptionalParams extends coreClient.OperationOptions {
421
- }
422
-
423
- // @public
424
- export type EmailServicesGetResponse = EmailServiceResource;
425
-
426
- // @public
427
- export interface EmailServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
428
- }
429
-
430
- // @public
431
- export type EmailServicesListByResourceGroupNextResponse = EmailServiceResourceList;
432
-
433
- // @public
434
- export interface EmailServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
435
- }
436
-
437
- // @public
438
- export type EmailServicesListByResourceGroupResponse = EmailServiceResourceList;
439
-
440
- // @public
441
- export interface EmailServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
442
- }
443
-
444
- // @public
445
- export type EmailServicesListBySubscriptionNextResponse = EmailServiceResourceList;
446
-
447
- // @public
448
- export interface EmailServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
449
- }
450
-
451
- // @public
452
- export type EmailServicesListBySubscriptionResponse = EmailServiceResourceList;
453
-
454
- // @public
455
- export interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams extends coreClient.OperationOptions {
456
- }
457
-
458
- // @public
459
- export type EmailServicesListVerifiedExchangeOnlineDomainsResponse = {
460
- body: string[];
461
- };
462
-
463
- // @public
464
- export type EmailServicesProvisioningState = string;
465
-
466
- // @public
467
- export interface EmailServicesUpdateHeaders {
468
- azureAsyncOperation?: string;
469
- }
470
-
471
- // @public
472
- export interface EmailServicesUpdateOptionalParams extends coreClient.OperationOptions {
473
- resumeFrom?: string;
474
- updateIntervalInMs?: number;
475
- }
476
-
477
- // @public
478
- export type EmailServicesUpdateResponse = EmailServiceResource;
479
-
480
- // @public
481
- export interface ErrorAdditionalInfo {
482
- readonly info?: Record<string, unknown>;
483
- readonly type?: string;
484
- }
485
-
486
- // @public
487
- export interface ErrorDetail {
488
- readonly additionalInfo?: ErrorAdditionalInfo[];
489
- readonly code?: string;
490
- readonly details?: ErrorDetail[];
491
- readonly message?: string;
492
- readonly target?: string;
493
- }
494
-
495
- // @public
496
- export interface ErrorResponse {
497
- error?: ErrorDetail;
498
- }
499
-
500
- // @public
501
- export function getContinuationToken(page: unknown): string | undefined;
502
-
503
- // @public
504
- export type KeyType = "Primary" | "Secondary";
505
-
506
- // @public
507
- export enum KnownActionType {
508
- Internal = "Internal"
509
- }
510
-
511
- // @public
512
- export enum KnownCheckNameAvailabilityReason {
513
- AlreadyExists = "AlreadyExists",
514
- Invalid = "Invalid"
515
- }
516
-
517
- // @public
518
- export enum KnownCommunicationServicesProvisioningState {
519
- Canceled = "Canceled",
520
- Creating = "Creating",
521
- Deleting = "Deleting",
522
- Failed = "Failed",
523
- Moving = "Moving",
524
- Running = "Running",
525
- Succeeded = "Succeeded",
526
- Unknown = "Unknown",
527
- Updating = "Updating"
528
- }
529
-
530
- // @public
531
- export enum KnownCreatedByType {
532
- Application = "Application",
533
- Key = "Key",
534
- ManagedIdentity = "ManagedIdentity",
535
- User = "User"
536
- }
537
-
538
- // @public
539
- export enum KnownDomainManagement {
540
- AzureManaged = "AzureManaged",
541
- CustomerManaged = "CustomerManaged",
542
- CustomerManagedInExchangeOnline = "CustomerManagedInExchangeOnline"
543
- }
544
-
545
- // @public
546
- export enum KnownDomainsProvisioningState {
547
- Canceled = "Canceled",
548
- Creating = "Creating",
549
- Deleting = "Deleting",
550
- Failed = "Failed",
551
- Moving = "Moving",
552
- Running = "Running",
553
- Succeeded = "Succeeded",
554
- Unknown = "Unknown",
555
- Updating = "Updating"
556
- }
557
-
558
- // @public
559
- export enum KnownEmailServicesProvisioningState {
560
- Canceled = "Canceled",
561
- Creating = "Creating",
562
- Deleting = "Deleting",
563
- Failed = "Failed",
564
- Moving = "Moving",
565
- Running = "Running",
566
- Succeeded = "Succeeded",
567
- Unknown = "Unknown",
568
- Updating = "Updating"
569
- }
570
-
571
- // @public
572
- export enum KnownManagedServiceIdentityType {
573
- None = "None",
574
- SystemAssigned = "SystemAssigned",
575
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
576
- UserAssigned = "UserAssigned"
577
- }
578
-
579
- // @public
580
- export enum KnownOrigin {
581
- System = "system",
582
- User = "user",
583
- UserSystem = "user,system"
584
- }
585
-
586
- // @public
587
- export enum KnownProvisioningState {
588
- Canceled = "Canceled",
589
- Creating = "Creating",
590
- Deleting = "Deleting",
591
- Failed = "Failed",
592
- Moving = "Moving",
593
- Running = "Running",
594
- Succeeded = "Succeeded",
595
- Unknown = "Unknown",
596
- Updating = "Updating"
597
- }
598
-
599
- // @public
600
- export enum KnownUserEngagementTracking {
601
- Disabled = "Disabled",
602
- Enabled = "Enabled"
603
- }
604
-
605
- // @public
606
- export enum KnownVerificationStatus {
607
- CancellationRequested = "CancellationRequested",
608
- NotStarted = "NotStarted",
609
- VerificationFailed = "VerificationFailed",
610
- VerificationInProgress = "VerificationInProgress",
611
- VerificationRequested = "VerificationRequested",
612
- Verified = "Verified"
613
- }
614
-
615
- // @public
616
- export enum KnownVerificationType {
617
- Dkim = "DKIM",
618
- Dkim2 = "DKIM2",
619
- Dmarc = "DMARC",
620
- Domain = "Domain",
621
- SPF = "SPF"
622
- }
623
-
624
- // @public
625
- export interface LinkedNotificationHub {
626
- resourceId?: string;
627
- }
628
-
629
- // @public
630
- export interface LinkNotificationHubParameters {
631
- connectionString: string;
632
- resourceId: string;
633
- }
634
-
635
- // @public
636
- export interface ManagedServiceIdentity {
637
- readonly principalId?: string;
638
- readonly tenantId?: string;
639
- type: ManagedServiceIdentityType;
640
- userAssignedIdentities?: {
641
- [propertyName: string]: UserAssignedIdentity | null;
642
- };
643
- }
644
-
645
- // @public
646
- export type ManagedServiceIdentityType = string;
647
-
648
- // @public
649
- export interface NameAvailabilityParameters extends CheckNameAvailabilityRequest {
650
- }
651
-
652
- // @public
653
- export interface Operation {
654
- readonly actionType?: ActionType;
655
- display?: OperationDisplay;
656
- readonly isDataAction?: boolean;
657
- readonly name?: string;
658
- readonly origin?: Origin;
659
- }
660
-
661
- // @public
662
- export interface OperationDisplay {
663
- readonly description?: string;
664
- readonly operation?: string;
665
- readonly provider?: string;
666
- readonly resource?: string;
667
- }
668
-
669
- // @public
670
- export interface OperationListResult {
671
- readonly nextLink?: string;
672
- readonly value?: Operation[];
673
- }
674
-
675
- // @public
676
- export interface Operations {
677
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
678
- }
679
-
680
- // @public
681
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
682
- }
683
-
684
- // @public
685
- export type OperationsListNextResponse = OperationListResult;
686
-
687
- // @public
688
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
689
- }
690
-
691
- // @public
692
- export type OperationsListResponse = OperationListResult;
693
-
694
- // @public
695
- export type Origin = string;
696
-
697
- // @public
698
- export type ProvisioningState = string;
699
-
700
- // @public
701
- export interface ProxyResource extends Resource {
702
- }
703
-
704
- // @public
705
- export interface RegenerateKeyParameters {
706
- keyType?: KeyType;
707
- }
708
-
709
- // @public
710
- export interface Resource {
711
- readonly id?: string;
712
- readonly name?: string;
713
- readonly systemData?: SystemData;
714
- readonly type?: string;
715
- }
716
-
717
- // @public
718
- export interface SenderUsernameResource extends ProxyResource {
719
- readonly dataLocation?: string;
720
- displayName?: string;
721
- readonly provisioningState?: ProvisioningState;
722
- username?: string;
723
- }
724
-
725
- // @public
726
- export interface SenderUsernameResourceCollection {
727
- nextLink?: string;
728
- value?: SenderUsernameResource[];
729
- }
730
-
731
- // @public
732
- export interface SenderUsernames {
733
- createOrUpdate(resourceGroupName: string, emailServiceName: string, domainName: string, senderUsername: string, parameters: SenderUsernameResource, options?: SenderUsernamesCreateOrUpdateOptionalParams): Promise<SenderUsernamesCreateOrUpdateResponse>;
734
- delete(resourceGroupName: string, emailServiceName: string, domainName: string, senderUsername: string, options?: SenderUsernamesDeleteOptionalParams): Promise<void>;
735
- get(resourceGroupName: string, emailServiceName: string, domainName: string, senderUsername: string, options?: SenderUsernamesGetOptionalParams): Promise<SenderUsernamesGetResponse>;
736
- listByDomains(resourceGroupName: string, emailServiceName: string, domainName: string, options?: SenderUsernamesListByDomainsOptionalParams): PagedAsyncIterableIterator<SenderUsernameResource>;
737
- }
738
-
739
- // @public
740
- export interface SenderUsernamesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
741
- }
742
-
743
- // @public
744
- export type SenderUsernamesCreateOrUpdateResponse = SenderUsernameResource;
745
-
746
- // @public
747
- export interface SenderUsernamesDeleteOptionalParams extends coreClient.OperationOptions {
748
- }
749
-
750
- // @public
751
- export interface SenderUsernamesGetOptionalParams extends coreClient.OperationOptions {
752
- }
753
-
754
- // @public
755
- export type SenderUsernamesGetResponse = SenderUsernameResource;
756
-
757
- // @public
758
- export interface SenderUsernamesListByDomainsNextOptionalParams extends coreClient.OperationOptions {
759
- }
760
-
761
- // @public
762
- export type SenderUsernamesListByDomainsNextResponse = SenderUsernameResourceCollection;
763
-
764
- // @public
765
- export interface SenderUsernamesListByDomainsOptionalParams extends coreClient.OperationOptions {
766
- }
767
-
768
- // @public
769
- export type SenderUsernamesListByDomainsResponse = SenderUsernameResourceCollection;
770
-
771
- // @public
772
- export interface SystemData {
773
- createdAt?: Date;
774
- createdBy?: string;
775
- createdByType?: CreatedByType;
776
- lastModifiedAt?: Date;
777
- lastModifiedBy?: string;
778
- lastModifiedByType?: CreatedByType;
779
- }
780
-
781
- // @public
782
- export interface TaggedResource {
783
- tags?: {
784
- [propertyName: string]: string;
785
- };
786
- }
787
-
788
- // @public
789
- export interface TrackedResource extends Resource {
790
- location: string;
791
- tags?: {
792
- [propertyName: string]: string;
793
- };
794
- }
795
-
796
- // @public
797
- export interface UpdateDomainRequestParameters extends TaggedResource {
798
- userEngagementTracking?: UserEngagementTracking;
799
- }
800
-
801
- // @public
802
- export interface UserAssignedIdentity {
803
- readonly clientId?: string;
804
- readonly principalId?: string;
805
- }
806
-
807
- // @public
808
- export type UserEngagementTracking = string;
809
-
810
- // @public
811
- export interface VerificationParameter {
812
- verificationType: VerificationType;
813
- }
814
-
815
- // @public
816
- export type VerificationStatus = string;
817
-
818
- // @public
819
- export interface VerificationStatusRecord {
820
- readonly errorCode?: string;
821
- readonly status?: VerificationStatus;
822
- }
823
-
824
- // @public
825
- export type VerificationType = string;
826
-
827
- // (No @packageDocumentation comment for this package)
828
-
829
- ```