@azure/communication-email 1.0.1-alpha.20241122.8 → 1.0.1-alpha.20241205.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (253) hide show
  1. package/dist/browser/emailClient.d.ts +31 -0
  2. package/dist/browser/emailClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/emailClient.js +2 -2
  4. package/dist/browser/emailClient.js.map +1 -0
  5. package/dist/browser/generated/src/emailRestApiClient.d.ts +17 -0
  6. package/dist/browser/generated/src/emailRestApiClient.d.ts.map +1 -0
  7. package/{dist-esm/src → dist/browser}/generated/src/emailRestApiClient.js +1 -1
  8. package/dist/browser/generated/src/emailRestApiClient.js.map +1 -0
  9. package/dist/browser/generated/src/index.d.ts +4 -0
  10. package/dist/browser/generated/src/index.d.ts.map +1 -0
  11. package/dist/browser/generated/src/index.js +11 -0
  12. package/dist/browser/generated/src/index.js.map +1 -0
  13. package/dist/browser/generated/src/lroImpl.d.ts +16 -0
  14. package/dist/browser/generated/src/lroImpl.d.ts.map +1 -0
  15. package/{types/communication-email.d.ts → dist/browser/generated/src/models/index.d.ts} +184 -215
  16. package/dist/browser/generated/src/models/index.d.ts.map +1 -0
  17. package/dist/browser/generated/src/models/mappers.d.ts +15 -0
  18. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
  19. package/dist/browser/generated/src/models/parameters.d.ts +10 -0
  20. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
  22. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js.map +1 -1
  23. package/dist/browser/generated/src/operations/email.d.ts +33 -0
  24. package/dist/browser/generated/src/operations/email.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/generated/src/operations/email.js +3 -3
  26. package/dist/browser/generated/src/operations/email.js.map +1 -0
  27. package/dist/browser/generated/src/operations/index.d.ts +2 -0
  28. package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
  29. package/{dist-esm/src/generated/src → dist/browser/generated/src/operations}/index.js +1 -3
  30. package/{dist-esm/src → dist/browser}/generated/src/operations/index.js.map +1 -1
  31. package/dist/browser/generated/src/operationsInterfaces/email.d.ts +25 -0
  32. package/dist/browser/generated/src/operationsInterfaces/email.d.ts.map +1 -0
  33. package/dist/browser/generated/src/operationsInterfaces/email.js.map +1 -0
  34. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +2 -0
  35. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  36. package/dist/browser/generated/src/operationsInterfaces/index.js +9 -0
  37. package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js.map +1 -1
  38. package/dist/browser/index.d.ts +3 -0
  39. package/dist/browser/index.d.ts.map +1 -0
  40. package/dist/browser/index.js +5 -0
  41. package/dist/browser/index.js.map +1 -0
  42. package/dist/browser/logger.d.ts +5 -0
  43. package/dist/browser/logger.d.ts.map +1 -0
  44. package/dist/browser/models.d.ts +57 -0
  45. package/dist/browser/models.d.ts.map +1 -0
  46. package/dist/browser/models.js +4 -0
  47. package/dist/browser/models.js.map +1 -0
  48. package/dist/browser/package.json +3 -0
  49. package/dist/commonjs/emailClient.d.ts +31 -0
  50. package/dist/commonjs/emailClient.d.ts.map +1 -0
  51. package/dist/commonjs/emailClient.js +42 -0
  52. package/dist/commonjs/emailClient.js.map +1 -0
  53. package/dist/commonjs/generated/src/emailRestApiClient.d.ts +17 -0
  54. package/dist/commonjs/generated/src/emailRestApiClient.d.ts.map +1 -0
  55. package/dist/commonjs/generated/src/emailRestApiClient.js +74 -0
  56. package/dist/commonjs/generated/src/emailRestApiClient.js.map +1 -0
  57. package/dist/commonjs/generated/src/index.d.ts +4 -0
  58. package/dist/commonjs/generated/src/index.d.ts.map +1 -0
  59. package/dist/commonjs/generated/src/index.js +16 -0
  60. package/dist/commonjs/generated/src/index.js.map +1 -0
  61. package/dist/commonjs/generated/src/lroImpl.d.ts +16 -0
  62. package/dist/commonjs/generated/src/lroImpl.d.ts.map +1 -0
  63. package/dist/commonjs/generated/src/lroImpl.js +29 -0
  64. package/dist/commonjs/generated/src/lroImpl.js.map +1 -0
  65. package/dist/commonjs/generated/src/models/index.d.ts +184 -0
  66. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
  67. package/dist/commonjs/generated/src/models/index.js +25 -0
  68. package/dist/commonjs/generated/src/models/index.js.map +1 -0
  69. package/dist/commonjs/generated/src/models/mappers.d.ts +15 -0
  70. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
  71. package/dist/commonjs/generated/src/models/mappers.js +388 -0
  72. package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
  73. package/dist/commonjs/generated/src/models/parameters.d.ts +10 -0
  74. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
  75. package/dist/commonjs/generated/src/models/parameters.js +88 -0
  76. package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
  77. package/dist/commonjs/generated/src/operations/email.d.ts +33 -0
  78. package/dist/commonjs/generated/src/operations/email.d.ts.map +1 -0
  79. package/dist/commonjs/generated/src/operations/email.js +140 -0
  80. package/dist/commonjs/generated/src/operations/email.js.map +1 -0
  81. package/dist/commonjs/generated/src/operations/index.d.ts +2 -0
  82. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
  83. package/dist/commonjs/generated/src/operations/index.js +12 -0
  84. package/dist/commonjs/generated/src/operations/index.js.map +1 -0
  85. package/dist/commonjs/generated/src/operationsInterfaces/email.d.ts +25 -0
  86. package/dist/commonjs/generated/src/operationsInterfaces/email.d.ts.map +1 -0
  87. package/dist/commonjs/generated/src/operationsInterfaces/email.js +10 -0
  88. package/dist/commonjs/generated/src/operationsInterfaces/email.js.map +1 -0
  89. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +2 -0
  90. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  91. package/dist/commonjs/generated/src/operationsInterfaces/index.js +12 -0
  92. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
  93. package/dist/commonjs/index.d.ts +3 -0
  94. package/dist/commonjs/index.d.ts.map +1 -0
  95. package/dist/commonjs/index.js +8 -0
  96. package/dist/commonjs/index.js.map +1 -0
  97. package/dist/commonjs/logger.d.ts +5 -0
  98. package/dist/commonjs/logger.d.ts.map +1 -0
  99. package/dist/commonjs/logger.js +11 -0
  100. package/dist/commonjs/logger.js.map +1 -0
  101. package/dist/commonjs/models.d.ts +57 -0
  102. package/dist/commonjs/models.d.ts.map +1 -0
  103. package/dist/commonjs/models.js +8 -0
  104. package/dist/commonjs/models.js.map +1 -0
  105. package/dist/commonjs/package.json +3 -0
  106. package/dist/commonjs/tsdoc-metadata.json +11 -0
  107. package/dist/esm/emailClient.d.ts +31 -0
  108. package/dist/esm/emailClient.d.ts.map +1 -0
  109. package/dist/esm/emailClient.js +38 -0
  110. package/dist/esm/emailClient.js.map +1 -0
  111. package/dist/esm/generated/src/emailRestApiClient.d.ts +17 -0
  112. package/dist/esm/generated/src/emailRestApiClient.d.ts.map +1 -0
  113. package/dist/esm/generated/src/emailRestApiClient.js +69 -0
  114. package/dist/esm/generated/src/emailRestApiClient.js.map +1 -0
  115. package/dist/esm/generated/src/index.d.ts +4 -0
  116. package/dist/esm/generated/src/index.d.ts.map +1 -0
  117. package/dist/esm/generated/src/index.js +11 -0
  118. package/dist/esm/generated/src/index.js.map +1 -0
  119. package/dist/esm/generated/src/lroImpl.d.ts +16 -0
  120. package/dist/esm/generated/src/lroImpl.d.ts.map +1 -0
  121. package/dist/esm/generated/src/lroImpl.js +25 -0
  122. package/dist/esm/generated/src/lroImpl.js.map +1 -0
  123. package/dist/esm/generated/src/models/index.d.ts +184 -0
  124. package/dist/esm/generated/src/models/index.d.ts.map +1 -0
  125. package/dist/esm/generated/src/models/index.js +22 -0
  126. package/dist/esm/generated/src/models/index.js.map +1 -0
  127. package/dist/esm/generated/src/models/mappers.d.ts +15 -0
  128. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
  129. package/dist/esm/generated/src/models/mappers.js +385 -0
  130. package/dist/esm/generated/src/models/mappers.js.map +1 -0
  131. package/dist/esm/generated/src/models/parameters.d.ts +10 -0
  132. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
  133. package/dist/esm/generated/src/models/parameters.js +85 -0
  134. package/dist/esm/generated/src/models/parameters.js.map +1 -0
  135. package/dist/esm/generated/src/operations/email.d.ts +33 -0
  136. package/dist/esm/generated/src/operations/email.d.ts.map +1 -0
  137. package/dist/esm/generated/src/operations/email.js +135 -0
  138. package/dist/esm/generated/src/operations/email.js.map +1 -0
  139. package/dist/esm/generated/src/operations/index.d.ts +2 -0
  140. package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
  141. package/dist/esm/generated/src/operations/index.js +9 -0
  142. package/dist/esm/generated/src/operations/index.js.map +1 -0
  143. package/dist/esm/generated/src/operationsInterfaces/email.d.ts +25 -0
  144. package/dist/esm/generated/src/operationsInterfaces/email.d.ts.map +1 -0
  145. package/{dist-esm/src/generated/src/operationsInterfaces/index.js → dist/esm/generated/src/operationsInterfaces/email.js} +2 -2
  146. package/dist/esm/generated/src/operationsInterfaces/email.js.map +1 -0
  147. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +2 -0
  148. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  149. package/dist/esm/generated/src/operationsInterfaces/index.js +9 -0
  150. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
  151. package/dist/esm/index.d.ts +3 -0
  152. package/dist/esm/index.d.ts.map +1 -0
  153. package/dist/esm/index.js +5 -0
  154. package/dist/esm/index.js.map +1 -0
  155. package/dist/esm/logger.d.ts +5 -0
  156. package/dist/esm/logger.d.ts.map +1 -0
  157. package/dist/esm/logger.js +8 -0
  158. package/dist/esm/logger.js.map +1 -0
  159. package/dist/esm/models.d.ts +57 -0
  160. package/dist/esm/models.d.ts.map +1 -0
  161. package/dist/esm/models.js +4 -0
  162. package/dist/esm/models.js.map +1 -0
  163. package/dist/esm/package.json +3 -0
  164. package/dist/react-native/emailClient.d.ts +31 -0
  165. package/dist/react-native/emailClient.d.ts.map +1 -0
  166. package/dist/react-native/emailClient.js +38 -0
  167. package/dist/react-native/emailClient.js.map +1 -0
  168. package/dist/react-native/generated/src/emailRestApiClient.d.ts +17 -0
  169. package/dist/react-native/generated/src/emailRestApiClient.d.ts.map +1 -0
  170. package/dist/react-native/generated/src/emailRestApiClient.js +69 -0
  171. package/dist/react-native/generated/src/emailRestApiClient.js.map +1 -0
  172. package/dist/react-native/generated/src/index.d.ts +4 -0
  173. package/dist/react-native/generated/src/index.d.ts.map +1 -0
  174. package/dist/react-native/generated/src/index.js +11 -0
  175. package/dist/react-native/generated/src/index.js.map +1 -0
  176. package/dist/react-native/generated/src/lroImpl.d.ts +16 -0
  177. package/dist/react-native/generated/src/lroImpl.d.ts.map +1 -0
  178. package/dist/react-native/generated/src/lroImpl.js +25 -0
  179. package/dist/react-native/generated/src/lroImpl.js.map +1 -0
  180. package/dist/react-native/generated/src/models/index.d.ts +184 -0
  181. package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
  182. package/dist/react-native/generated/src/models/index.js +22 -0
  183. package/dist/react-native/generated/src/models/index.js.map +1 -0
  184. package/dist/react-native/generated/src/models/mappers.d.ts +15 -0
  185. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
  186. package/dist/react-native/generated/src/models/mappers.js +385 -0
  187. package/dist/react-native/generated/src/models/mappers.js.map +1 -0
  188. package/dist/react-native/generated/src/models/parameters.d.ts +10 -0
  189. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
  190. package/dist/react-native/generated/src/models/parameters.js +85 -0
  191. package/dist/react-native/generated/src/models/parameters.js.map +1 -0
  192. package/dist/react-native/generated/src/operations/email.d.ts +33 -0
  193. package/dist/react-native/generated/src/operations/email.d.ts.map +1 -0
  194. package/dist/react-native/generated/src/operations/email.js +135 -0
  195. package/dist/react-native/generated/src/operations/email.js.map +1 -0
  196. package/dist/react-native/generated/src/operations/index.d.ts +2 -0
  197. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
  198. package/dist/react-native/generated/src/operations/index.js +9 -0
  199. package/dist/react-native/generated/src/operations/index.js.map +1 -0
  200. package/dist/react-native/generated/src/operationsInterfaces/email.d.ts +25 -0
  201. package/dist/react-native/generated/src/operationsInterfaces/email.d.ts.map +1 -0
  202. package/{dist-esm/src/generated/src/operations/index.js → dist/react-native/generated/src/operationsInterfaces/email.js} +2 -2
  203. package/dist/react-native/generated/src/operationsInterfaces/email.js.map +1 -0
  204. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +2 -0
  205. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  206. package/dist/react-native/generated/src/operationsInterfaces/index.js +9 -0
  207. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
  208. package/dist/react-native/index.d.ts +3 -0
  209. package/dist/react-native/index.d.ts.map +1 -0
  210. package/dist/react-native/index.js +5 -0
  211. package/dist/react-native/index.js.map +1 -0
  212. package/dist/react-native/logger.d.ts +5 -0
  213. package/dist/react-native/logger.d.ts.map +1 -0
  214. package/dist/react-native/logger.js +8 -0
  215. package/dist/react-native/logger.js.map +1 -0
  216. package/dist/react-native/models.d.ts +57 -0
  217. package/dist/react-native/models.d.ts.map +1 -0
  218. package/dist/react-native/models.js +4 -0
  219. package/dist/react-native/models.js.map +1 -0
  220. package/dist/react-native/package.json +3 -0
  221. package/package.json +64 -41
  222. package/dist/index.js +0 -802
  223. package/dist/index.js.map +0 -1
  224. package/dist-esm/samples-dev/sendEmailMultipleRecipients.js +0 -46
  225. package/dist-esm/samples-dev/sendEmailMultipleRecipients.js.map +0 -1
  226. package/dist-esm/samples-dev/sendEmailSingleRecipient.js +0 -40
  227. package/dist-esm/samples-dev/sendEmailSingleRecipient.js.map +0 -1
  228. package/dist-esm/samples-dev/sendEmailWithAttachments.js +0 -47
  229. package/dist-esm/samples-dev/sendEmailWithAttachments.js.map +0 -1
  230. package/dist-esm/samples-dev/sendEmailWithInlineAttachments.js +0 -48
  231. package/dist-esm/samples-dev/sendEmailWithInlineAttachments.js.map +0 -1
  232. package/dist-esm/src/emailClient.js.map +0 -1
  233. package/dist-esm/src/generated/src/emailRestApiClient.js.map +0 -1
  234. package/dist-esm/src/generated/src/index.js.map +0 -1
  235. package/dist-esm/src/generated/src/operations/email.js.map +0 -1
  236. package/dist-esm/src/generated/src/operationsInterfaces/email.js.map +0 -1
  237. package/dist-esm/src/index.js +0 -5
  238. package/dist-esm/src/index.js.map +0 -1
  239. package/dist-esm/src/models.js +0 -4
  240. package/dist-esm/src/models.js.map +0 -1
  241. package/dist-esm/test/public/emailClient.spec.js +0 -138
  242. package/dist-esm/test/public/emailClient.spec.js.map +0 -1
  243. package/dist-esm/test/public/utils/recordedClient.js +0 -59
  244. package/dist-esm/test/public/utils/recordedClient.js.map +0 -1
  245. /package/{dist-esm/src → dist/browser}/generated/src/lroImpl.js +0 -0
  246. /package/{dist-esm/src → dist/browser}/generated/src/lroImpl.js.map +0 -0
  247. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
  248. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js.map +0 -0
  249. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +0 -0
  250. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js.map +0 -0
  251. /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/email.js +0 -0
  252. /package/{dist-esm/src → dist/browser}/logger.js +0 -0
  253. /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { EmailMessage as EmailMessageMapper } from "../models/mappers";
8
+ import { EmailMessage as EmailMessageMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEvE,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,kBAAkB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAuB;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAuB;IACjD,aAAa,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;IAC7C,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport { EmailMessage as EmailMessageMapper } from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const message: OperationParameter = {\n parameterPath: \"message\",\n mapper: EmailMessageMapper\n};\n\nexport const operationId1: OperationParameter = {\n parameterPath: [\"options\", \"operationId\"],\n mapper: {\n serializedName: \"Operation-Id\",\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"clientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"Uuid\"\n }\n }\n};\n"]}
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1E,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,kBAAkB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAuB;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAuB;IACjD,aAAa,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;IAC7C,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport { EmailMessage as EmailMessageMapper } from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const message: OperationParameter = {\n parameterPath: \"message\",\n mapper: EmailMessageMapper\n};\n\nexport const operationId1: OperationParameter = {\n parameterPath: [\"options\", \"operationId\"],\n mapper: {\n serializedName: \"Operation-Id\",\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"clientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"Uuid\"\n }\n }\n};\n"]}
@@ -0,0 +1,33 @@
1
+ import { Email } from "../operationsInterfaces/index.js";
2
+ import { EmailRestApiClient } from "../emailRestApiClient.js";
3
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import { EmailGetSendResultOptionalParams, EmailGetSendResultResponse, EmailMessage, EmailSendOptionalParams, EmailSendResponse } from "../models/index.js";
5
+ /** Class containing Email operations. */
6
+ export declare class EmailImpl implements Email {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Email class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: EmailRestApiClient);
13
+ /**
14
+ * Gets the status of the email send operation.
15
+ * @param operationId ID of the long running operation (GUID) returned from a previous call to send
16
+ * email
17
+ * @param options The options parameters.
18
+ */
19
+ getSendResult(operationId: string, options?: EmailGetSendResultOptionalParams): Promise<EmailGetSendResultResponse>;
20
+ /**
21
+ * Queues an email message to be sent to one or more recipients
22
+ * @param message Message payload for sending an email
23
+ * @param options The options parameters.
24
+ */
25
+ beginSend(message: EmailMessage, options?: EmailSendOptionalParams): Promise<PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>>;
26
+ /**
27
+ * Queues an email message to be sent to one or more recipients
28
+ * @param message Message payload for sending an email
29
+ * @param options The options parameters.
30
+ */
31
+ beginSendAndWait(message: EmailMessage, options?: EmailSendOptionalParams): Promise<EmailSendResponse>;
32
+ }
33
+ //# sourceMappingURL=email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/email.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,YAAY,EACZ,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;;OAKG;IACH,aAAa,CACX,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;OAIG;IACG,SAAS,CACb,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CACR,UAAU,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CACrE;IAsDD;;;;OAIG;IACG,gBAAgB,CACpB,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;CAI9B"}
@@ -6,10 +6,10 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  import { LroEngine } from "@azure/core-lro";
12
- import { LroImpl } from "../lroImpl";
12
+ import { LroImpl } from "../lroImpl.js";
13
13
  /** Class containing Email operations. */
14
14
  export class EmailImpl {
15
15
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/email.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 { Email } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { EmailRestApiClient } from \"../emailRestApiClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n EmailGetSendResultOptionalParams,\n EmailGetSendResultResponse,\n EmailMessage,\n EmailSendOptionalParams,\n EmailSendResponse\n} from \"../models/index.js\";\n\n/** Class containing Email operations. */\nexport class EmailImpl implements Email {\n private readonly client: EmailRestApiClient;\n\n /**\n * Initialize a new instance of the class Email class.\n * @param client Reference to the service client\n */\n constructor(client: EmailRestApiClient) {\n this.client = client;\n }\n\n /**\n * Gets the status of the email send operation.\n * @param operationId ID of the long running operation (GUID) returned from a previous call to send\n * email\n * @param options The options parameters.\n */\n getSendResult(\n operationId: string,\n options?: EmailGetSendResultOptionalParams\n ): Promise<EmailGetSendResultResponse> {\n return this.client.sendOperationRequest(\n { operationId, options },\n getSendResultOperationSpec\n );\n }\n\n /**\n * Queues an email message to be sent to one or more recipients\n * @param message Message payload for sending an email\n * @param options The options parameters.\n */\n async beginSend(\n message: EmailMessage,\n options?: EmailSendOptionalParams\n ): Promise<\n PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<EmailSendResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { message, options },\n sendOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Queues an email message to be sent to one or more recipients\n * @param message Message payload for sending an email\n * @param options The options parameters.\n */\n async beginSendAndWait(\n message: EmailMessage,\n options?: EmailSendOptionalParams\n ): Promise<EmailSendResponse> {\n const poller = await this.beginSend(message, options);\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getSendResultOperationSpec: coreClient.OperationSpec = {\n path: \"/emails/operations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailSendResult,\n headersMapper: Mappers.EmailGetSendResultHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.EmailGetSendResultExceptionHeaders\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.operationId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst sendOperationSpec: coreClient.OperationSpec = {\n path: \"/emails:send\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailSendResult,\n headersMapper: Mappers.EmailSendHeaders\n },\n 201: {\n bodyMapper: Mappers.EmailSendResult,\n headersMapper: Mappers.EmailSendHeaders\n },\n 202: {\n bodyMapper: Mappers.EmailSendResult,\n headersMapper: Mappers.EmailSendHeaders\n },\n 204: {\n bodyMapper: Mappers.EmailSendResult,\n headersMapper: Mappers.EmailSendHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.EmailSendExceptionHeaders\n }\n },\n requestBody: Parameters.message,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.operationId1,\n Parameters.clientRequestId\n ],\n mediaType: \"json\",\n serializer\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export * from "./email.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,YAAY,CAAC"}
@@ -5,7 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./models";
9
- export { EmailRestApiClient } from "./emailRestApiClient";
10
- export * from "./operationsInterfaces";
8
+ export * from "./email.js";
11
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,SAAS,CAAC","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\nexport * from \"./email\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC","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\nexport * from \"./email.js\";\n"]}
@@ -0,0 +1,25 @@
1
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
2
+ import { EmailGetSendResultOptionalParams, EmailGetSendResultResponse, EmailMessage, EmailSendOptionalParams, EmailSendResponse } from "../models/index.js";
3
+ /** Interface representing a Email. */
4
+ export interface Email {
5
+ /**
6
+ * Gets the status of the email send operation.
7
+ * @param operationId ID of the long running operation (GUID) returned from a previous call to send
8
+ * email
9
+ * @param options The options parameters.
10
+ */
11
+ getSendResult(operationId: string, options?: EmailGetSendResultOptionalParams): Promise<EmailGetSendResultResponse>;
12
+ /**
13
+ * Queues an email message to be sent to one or more recipients
14
+ * @param message Message payload for sending an email
15
+ * @param options The options parameters.
16
+ */
17
+ beginSend(message: EmailMessage, options?: EmailSendOptionalParams): Promise<PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>>;
18
+ /**
19
+ * Queues an email message to be sent to one or more recipients
20
+ * @param message Message payload for sending an email
21
+ * @param options The options parameters.
22
+ */
23
+ beginSendAndWait(message: EmailMessage, options?: EmailSendOptionalParams): Promise<EmailSendResponse>;
24
+ }
25
+ //# sourceMappingURL=email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/email.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,YAAY,EACZ,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAE5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;OAKG;IACH,aAAa,CACX,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;OAIG;IACH,SAAS,CACP,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CACR,UAAU,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CACrE,CAAC;IACF;;;;OAIG;IACH,gBAAgB,CACd,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC/B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/email.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n EmailGetSendResultOptionalParams,\n EmailGetSendResultResponse,\n EmailMessage,\n EmailSendOptionalParams,\n EmailSendResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Email. */\nexport interface Email {\n /**\n * Gets the status of the email send operation.\n * @param operationId ID of the long running operation (GUID) returned from a previous call to send\n * email\n * @param options The options parameters.\n */\n getSendResult(\n operationId: string,\n options?: EmailGetSendResultOptionalParams\n ): Promise<EmailGetSendResultResponse>;\n /**\n * Queues an email message to be sent to one or more recipients\n * @param message Message payload for sending an email\n * @param options The options parameters.\n */\n beginSend(\n message: EmailMessage,\n options?: EmailSendOptionalParams\n ): Promise<\n PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>\n >;\n /**\n * Queues an email message to be sent to one or more recipients\n * @param message Message payload for sending an email\n * @param options The options parameters.\n */\n beginSendAndWait(\n message: EmailMessage,\n options?: EmailSendOptionalParams\n ): Promise<EmailSendResponse>;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export * from "./email.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,9 @@
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
+ */
8
+ export * from "./email.js";
9
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,SAAS,CAAC","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\nexport * from \"./email\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC","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\nexport * from \"./email.js\";\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./emailClient.js";
2
+ export * from "./models.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export * from "./emailClient.js";
4
+ export * from "./models.js";
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from \"./emailClient.js\";\nexport * from \"./models.js\";\n"]}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The \@azure/logger configuration for this package.
3
+ */
4
+ export declare const logger: import("@azure/logger").AzureLogger;
5
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,MAAM,qCAA4C,CAAC"}
@@ -0,0 +1,57 @@
1
+ import type { CommonClientOptions, OperationOptions } from "@azure/core-client";
2
+ import type { EmailRecipients, EmailAttachment, EmailAddress } from "./models.js";
3
+ /**
4
+ * Client options used to configure Email Client API requests.
5
+ */
6
+ export interface EmailClientOptions extends CommonClientOptions {
7
+ }
8
+ /** Content of the email. */
9
+ export type EmailContent = HtmlEmailContent | PlainTextEmailContent;
10
+ /** Content of the email with a required html property. */
11
+ export interface HtmlEmailContent {
12
+ /** Subject of the email message */
13
+ subject: string;
14
+ /** Plain text version of the email message. */
15
+ plainText?: string;
16
+ /** Html version of the email message. */
17
+ html: string;
18
+ }
19
+ /** Content of the email with a required plainText property. */
20
+ export interface PlainTextEmailContent {
21
+ /** Subject of the email message */
22
+ subject: string;
23
+ /** Plain text version of the email message. */
24
+ plainText: string;
25
+ /** Html version of the email message. */
26
+ html?: string;
27
+ }
28
+ /** Message payload for sending an email */
29
+ export interface EmailMessage {
30
+ /** Custom email headers to be passed. */
31
+ headers?: {
32
+ [propertyName: string]: string;
33
+ };
34
+ /** Sender email address from a verified domain. */
35
+ senderAddress: string;
36
+ /** Email content to be sent. */
37
+ content: EmailContent;
38
+ /** Recipients for the email. */
39
+ recipients: EmailRecipients;
40
+ /** List of attachments. Please note that we limit the total size of an email request (which includes attachments) to 10MB. */
41
+ attachments?: EmailAttachment[];
42
+ /** Email addresses where recipients' replies will be sent to. */
43
+ replyTo?: EmailAddress[];
44
+ /** Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane. */
45
+ disableUserEngagementTracking?: boolean;
46
+ }
47
+ /** Optional parameters for the beginSend method. */
48
+ export interface EmailSendOptionalParams extends OperationOptions {
49
+ /** This is the ID used by the status monitor for this long running operation. */
50
+ operationId?: string;
51
+ /** Delay to wait until next poll, in milliseconds. */
52
+ updateIntervalInMs?: number;
53
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
54
+ resumeFrom?: string;
55
+ }
56
+ export { EmailRecipients, EmailAddress, EmailAttachment, EmailSendResponse, EmailSendHeaders, EmailSendResult, EmailSendStatus, ErrorDetail, ErrorAdditionalInfo, KnownEmailSendStatus, } from "./generated/src/models/index.js";
57
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAChF,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAElF;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;CAAG;AAElE,4BAA4B;AAC5B,MAAM,MAAM,YAAY,GAAG,gBAAgB,GAAG,qBAAqB,CAAC;AAEpE,0DAA0D;AAC1D,MAAM,WAAW,gBAAgB;IAC/B,mCAAmC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,+DAA+D;AAC/D,MAAM,WAAW,qBAAqB;IACpC,mCAAmC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,+CAA+C;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,yCAAyC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,2CAA2C;AAC3C,MAAM,WAAW,YAAY;IAC3B,yCAAyC;IACzC,OAAO,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC7C,mDAAmD;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,OAAO,EAAE,YAAY,CAAC;IACtB,gCAAgC;IAChC,UAAU,EAAE,eAAe,CAAC;IAC5B,8HAA8H;IAC9H,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC,iEAAiE;IACjE,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,sLAAsL;IACtL,6BAA6B,CAAC,EAAE,OAAO,CAAC;CACzC;AAED,oDAAoD;AACpD,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;IAC/D,iFAAiF;IACjF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EACL,eAAe,EACf,YAAY,EACZ,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,WAAW,EACX,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,iCAAiC,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownEmailSendStatus, } from "./generated/src/models/index.js";
4
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA6DlC,OAAO,EAUL,oBAAoB,GACrB,MAAM,iCAAiC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommonClientOptions, OperationOptions } from \"@azure/core-client\";\nimport type { EmailRecipients, EmailAttachment, EmailAddress } from \"./models.js\";\n\n/**\n * Client options used to configure Email Client API requests.\n */\nexport interface EmailClientOptions extends CommonClientOptions {}\n\n/** Content of the email. */\nexport type EmailContent = HtmlEmailContent | PlainTextEmailContent;\n\n/** Content of the email with a required html property. */\nexport interface HtmlEmailContent {\n /** Subject of the email message */\n subject: string;\n /** Plain text version of the email message. */\n plainText?: string;\n /** Html version of the email message. */\n html: string;\n}\n\n/** Content of the email with a required plainText property. */\nexport interface PlainTextEmailContent {\n /** Subject of the email message */\n subject: string;\n /** Plain text version of the email message. */\n plainText: string;\n /** Html version of the email message. */\n html?: string;\n}\n\n/** Message payload for sending an email */\nexport interface EmailMessage {\n /** Custom email headers to be passed. */\n headers?: { [propertyName: string]: string };\n /** Sender email address from a verified domain. */\n senderAddress: string;\n /** Email content to be sent. */\n content: EmailContent;\n /** Recipients for the email. */\n recipients: EmailRecipients;\n /** List of attachments. Please note that we limit the total size of an email request (which includes attachments) to 10MB. */\n attachments?: EmailAttachment[];\n /** Email addresses where recipients' replies will be sent to. */\n replyTo?: EmailAddress[];\n /** Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane. */\n disableUserEngagementTracking?: boolean;\n}\n\n/** Optional parameters for the beginSend method. */\nexport interface EmailSendOptionalParams extends OperationOptions {\n /** This is the ID used by the status monitor for this long running operation. */\n operationId?: string;\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\nexport {\n EmailRecipients,\n EmailAddress,\n EmailAttachment,\n EmailSendResponse,\n EmailSendHeaders,\n EmailSendResult,\n EmailSendStatus,\n ErrorDetail,\n ErrorAdditionalInfo,\n KnownEmailSendStatus,\n} from \"./generated/src/models/index.js\";\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,31 @@
1
+ import type { EmailClientOptions, EmailMessage, EmailSendOptionalParams } from "./models.js";
2
+ import type { KeyCredential, TokenCredential } from "@azure/core-auth";
3
+ import type { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import type { EmailSendResponse } from "./generated/src/index.js";
5
+ /**
6
+ * The Email service client.
7
+ */
8
+ export declare class EmailClient {
9
+ private readonly generatedClient;
10
+ /**
11
+ * Initializes a new instance of the EmailClient class.
12
+ * @param connectionString - Connection string to connect to an Azure Communication Service resource.
13
+ * Example: "endpoint=https://contoso.eastus.communications.azure.net/;accesskey=secret";
14
+ * @param options - Optional. Options to configure the HTTP pipeline.
15
+ */
16
+ constructor(connectionString: string, options?: EmailClientOptions);
17
+ /**
18
+ * Initializes a new instance of the EmailClient class using an Azure KeyCredential.
19
+ * @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net).
20
+ * @param credential - An object that is used to authenticate requests to the service. Use the Azure KeyCredential or `@azure/identity` to create a credential.
21
+ * @param options - Optional. Options to configure the HTTP pipeline.
22
+ */
23
+ constructor(endpoint: string, credential: KeyCredential | TokenCredential, options?: EmailClientOptions);
24
+ /**
25
+ * Queues an email message to be sent to one or more recipients
26
+ * @param message - Message payload for sending an email
27
+ * @param options - The options parameters.
28
+ */
29
+ beginSend(message: EmailMessage, options?: EmailSendOptionalParams): Promise<PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>>;
30
+ }
31
+ //# sourceMappingURL=emailClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emailClient.d.ts","sourceRoot":"","sources":["../../src/emailClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAC7F,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEvE,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAStE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAUlE;;GAEG;AACH,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAqB;IAErD;;;;;OAKG;gBACS,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAElE;;;;;OAKG;gBAED,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,aAAa,GAAG,eAAe,EAC3C,OAAO,CAAC,EAAE,kBAAkB;IAyB9B;;;;OAIG;IACH,SAAS,CACP,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CAAC;CAGjF"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.EmailClient = void 0;
6
+ const core_auth_1 = require("@azure/core-auth");
7
+ const communication_common_1 = require("@azure/communication-common");
8
+ const emailRestApiClient_js_1 = require("./generated/src/emailRestApiClient.js");
9
+ const logger_js_1 = require("./logger.js");
10
+ /**
11
+ * Checks whether the type of a value is EmailClientOptions or not.
12
+ *
13
+ * @param options - The value being checked.
14
+ */
15
+ const isEmailClientOptions = (options) => !!options && !(0, core_auth_1.isTokenCredential)(options) && !(0, communication_common_1.isKeyCredential)(options);
16
+ /**
17
+ * The Email service client.
18
+ */
19
+ class EmailClient {
20
+ constructor(connectionStringOrUrl, credentialOrOptions, maybeOptions = {}) {
21
+ const { url, credential } = (0, communication_common_1.parseClientArguments)(connectionStringOrUrl, credentialOrOptions);
22
+ const options = isEmailClientOptions(credentialOrOptions) ? credentialOrOptions : maybeOptions;
23
+ const internalPipelineOptions = Object.assign(Object.assign({}, options), {
24
+ loggingOptions: {
25
+ logger: logger_js_1.logger.info,
26
+ },
27
+ });
28
+ const authPolicy = (0, communication_common_1.createCommunicationAuthPolicy)(credential);
29
+ this.generatedClient = new emailRestApiClient_js_1.EmailRestApiClient(url, internalPipelineOptions);
30
+ this.generatedClient.pipeline.addPolicy(authPolicy);
31
+ }
32
+ /**
33
+ * Queues an email message to be sent to one or more recipients
34
+ * @param message - Message payload for sending an email
35
+ * @param options - The options parameters.
36
+ */
37
+ beginSend(message, options) {
38
+ return this.generatedClient.email.beginSend(message, options);
39
+ }
40
+ }
41
+ exports.EmailClient = EmailClient;
42
+ //# sourceMappingURL=emailClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emailClient.js","sourceRoot":"","sources":["../../src/emailClient.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIlC,gDAAqD;AAErD,sEAIqC;AACrC,iFAA2E;AAE3E,2CAAqC;AAGrC;;;;GAIG;AACH,MAAM,oBAAoB,GAAG,CAAC,OAAY,EAAiC,EAAE,CAC3E,CAAC,CAAC,OAAO,IAAI,CAAC,IAAA,6BAAiB,EAAC,OAAO,CAAC,IAAI,CAAC,IAAA,sCAAe,EAAC,OAAO,CAAC,CAAC;AAExE;;GAEG;AACH,MAAa,WAAW;IAuBtB,YACE,qBAA6B,EAC7B,mBAA0E,EAC1E,eAAmC,EAAE;QAErC,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,IAAA,2CAAoB,EAAC,qBAAqB,EAAE,mBAAmB,CAAC,CAAC;QAC7F,MAAM,OAAO,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,YAAY,CAAC;QAE/F,MAAM,uBAAuB,mCACxB,OAAO,GACP;YACD,cAAc,EAAE;gBACd,MAAM,EAAE,kBAAM,CAAC,IAAI;aACpB;SACF,CACF,CAAC;QAEF,MAAM,UAAU,GAAG,IAAA,oDAA6B,EAAC,UAAU,CAAC,CAAC;QAC7D,IAAI,CAAC,eAAe,GAAG,IAAI,0CAAkB,CAAC,GAAG,EAAE,uBAAuB,CAAC,CAAC;QAC5E,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IACtD,CAAC;IAED;;;;OAIG;IACH,SAAS,CACP,OAAqB,EACrB,OAAiC;QAEjC,OAAO,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;CACF;AAxDD,kCAwDC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { EmailClientOptions, EmailMessage, EmailSendOptionalParams } from \"./models.js\";\nimport type { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport { isTokenCredential } from \"@azure/core-auth\";\nimport type { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n createCommunicationAuthPolicy,\n isKeyCredential,\n parseClientArguments,\n} from \"@azure/communication-common\";\nimport { EmailRestApiClient } from \"./generated/src/emailRestApiClient.js\";\nimport type { InternalPipelineOptions } from \"@azure/core-rest-pipeline\";\nimport { logger } from \"./logger.js\";\nimport type { EmailSendResponse } from \"./generated/src/index.js\";\n\n/**\n * Checks whether the type of a value is EmailClientOptions or not.\n *\n * @param options - The value being checked.\n */\nconst isEmailClientOptions = (options: any): options is EmailClientOptions =>\n !!options && !isTokenCredential(options) && !isKeyCredential(options);\n\n/**\n * The Email service client.\n */\nexport class EmailClient {\n private readonly generatedClient: EmailRestApiClient;\n\n /**\n * Initializes a new instance of the EmailClient class.\n * @param connectionString - Connection string to connect to an Azure Communication Service resource.\n * Example: \"endpoint=https://contoso.eastus.communications.azure.net/;accesskey=secret\";\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n constructor(connectionString: string, options?: EmailClientOptions);\n\n /**\n * Initializes a new instance of the EmailClient class using an Azure KeyCredential.\n * @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net).\n * @param credential - An object that is used to authenticate requests to the service. Use the Azure KeyCredential or `@azure/identity` to create a credential.\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n constructor(\n endpoint: string,\n credential: KeyCredential | TokenCredential,\n options?: EmailClientOptions,\n );\n\n constructor(\n connectionStringOrUrl: string,\n credentialOrOptions?: EmailClientOptions | TokenCredential | KeyCredential,\n maybeOptions: EmailClientOptions = {},\n ) {\n const { url, credential } = parseClientArguments(connectionStringOrUrl, credentialOrOptions);\n const options = isEmailClientOptions(credentialOrOptions) ? credentialOrOptions : maybeOptions;\n\n const internalPipelineOptions: InternalPipelineOptions = {\n ...options,\n ...{\n loggingOptions: {\n logger: logger.info,\n },\n },\n };\n\n const authPolicy = createCommunicationAuthPolicy(credential);\n this.generatedClient = new EmailRestApiClient(url, internalPipelineOptions);\n this.generatedClient.pipeline.addPolicy(authPolicy);\n }\n\n /**\n * Queues an email message to be sent to one or more recipients\n * @param message - Message payload for sending an email\n * @param options - The options parameters.\n */\n beginSend(\n message: EmailMessage,\n options?: EmailSendOptionalParams,\n ): Promise<PollerLike<PollOperationState<EmailSendResponse>, EmailSendResponse>> {\n return this.generatedClient.email.beginSend(message, options);\n }\n}\n"]}
@@ -0,0 +1,17 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import { Email } from "./operationsInterfaces/index.js";
3
+ import { EmailRestApiClientOptionalParams } from "./models/index.js";
4
+ export declare class EmailRestApiClient extends coreClient.ServiceClient {
5
+ endpoint: string;
6
+ apiVersion: string;
7
+ /**
8
+ * Initializes a new instance of the EmailRestApiClient class.
9
+ * @param endpoint The communication resource, for example https://my-resource.communication.azure.com
10
+ * @param options The parameter options
11
+ */
12
+ constructor(endpoint: string, options?: EmailRestApiClientOptionalParams);
13
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
14
+ private addCustomApiVersionPolicy;
15
+ email: Email;
16
+ }
17
+ //# sourceMappingURL=emailRestApiClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emailRestApiClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/emailRestApiClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,gCAAgC,EAAE,MAAM,mBAAmB,CAAC;AAErE,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,aAAa;IAC9D,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;gBACS,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,gCAAgC;IAqCxE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,KAAK,EAAE,KAAK,CAAC;CACd"}
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.EmailRestApiClient = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const index_js_1 = require("./operations/index.js");
14
+ class EmailRestApiClient extends coreClient.ServiceClient {
15
+ /**
16
+ * Initializes a new instance of the EmailRestApiClient class.
17
+ * @param endpoint The communication resource, for example https://my-resource.communication.azure.com
18
+ * @param options The parameter options
19
+ */
20
+ constructor(endpoint, options) {
21
+ var _a, _b;
22
+ if (endpoint === undefined) {
23
+ throw new Error("'endpoint' cannot be null");
24
+ }
25
+ // Initializing default values for options
26
+ if (!options) {
27
+ options = {};
28
+ }
29
+ const defaults = {
30
+ requestContentType: "application/json; charset=utf-8"
31
+ };
32
+ const packageDetails = `azsdk-js-communication-email/1.0.0`;
33
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
34
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
35
+ : `${packageDetails}`;
36
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
37
+ userAgentPrefix
38
+ }, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "{endpoint}" });
39
+ super(optionsWithDefaults);
40
+ // Parameter assignments
41
+ this.endpoint = endpoint;
42
+ // Assigning values to Constant parameters
43
+ this.apiVersion = options.apiVersion || "2024-07-01-preview";
44
+ this.email = new index_js_1.EmailImpl(this);
45
+ this.addCustomApiVersionPolicy(options.apiVersion);
46
+ }
47
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
48
+ addCustomApiVersionPolicy(apiVersion) {
49
+ if (!apiVersion) {
50
+ return;
51
+ }
52
+ const apiVersionPolicy = {
53
+ name: "CustomApiVersionPolicy",
54
+ async sendRequest(request, next) {
55
+ const param = request.url.split("?");
56
+ if (param.length > 1) {
57
+ const newParams = param[1].split("&").map((item) => {
58
+ if (item.indexOf("api-version") > -1) {
59
+ return "api-version=" + apiVersion;
60
+ }
61
+ else {
62
+ return item;
63
+ }
64
+ });
65
+ request.url = param[0] + "?" + newParams.join("&");
66
+ }
67
+ return next(request);
68
+ }
69
+ };
70
+ this.pipeline.addPolicy(apiVersionPolicy);
71
+ }
72
+ }
73
+ exports.EmailRestApiClient = EmailRestApiClient;
74
+ //# sourceMappingURL=emailRestApiClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emailRestApiClient.js","sourceRoot":"","sources":["../../../../src/generated/src/emailRestApiClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,uEAAiD;AAMjD,oDAAkD;AAIlD,MAAa,kBAAmB,SAAQ,UAAU,CAAC,aAAa;IAI9D;;;;OAIG;IACH,YAAY,QAAgB,EAAE,OAA0C;;QACtE,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAqC;YACjD,kBAAkB,EAAE,iCAAiC;SACtD,CAAC;QAEF,MAAM,cAAc,GAAG,oCAAoC,CAAC;QAC5D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,OAAO,EAAE,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,YAAY,GAC7D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAEzB,0CAA0C;QAC1C,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,KAAK,GAAG,IAAI,oBAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAGF;AA3ED,gDA2EC","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\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport { EmailImpl } from \"./operations/index.js\";\nimport { Email } from \"./operationsInterfaces/index.js\";\nimport { EmailRestApiClientOptionalParams } from \"./models/index.js\";\n\nexport class EmailRestApiClient extends coreClient.ServiceClient {\n endpoint: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the EmailRestApiClient class.\n * @param endpoint The communication resource, for example https://my-resource.communication.azure.com\n * @param options The parameter options\n */\n constructor(endpoint: string, options?: EmailRestApiClientOptionalParams) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: EmailRestApiClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\"\n };\n\n const packageDetails = `azsdk-js-communication-email/1.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint ?? options.baseUri ?? \"{endpoint}\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n\n // Assigning values to Constant parameters\n this.apiVersion = options.apiVersion || \"2024-07-01-preview\";\n this.email = new EmailImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n email: Email;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./models/index.js";
2
+ export { EmailRestApiClient } from "./emailRestApiClient.js";
3
+ export * from "./operationsInterfaces/index.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.EmailRestApiClient = void 0;
11
+ const tslib_1 = require("tslib");
12
+ tslib_1.__exportStar(require("./models/index.js"), exports);
13
+ var emailRestApiClient_js_1 = require("./emailRestApiClient.js");
14
+ Object.defineProperty(exports, "EmailRestApiClient", { enumerable: true, get: function () { return emailRestApiClient_js_1.EmailRestApiClient; } });
15
+ tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4DAAkC;AAClC,iEAA6D;AAApD,2HAAA,kBAAkB,OAAA;AAC3B,0EAAgD","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\nexport * from \"./models/index.js\";\nexport { EmailRestApiClient } from \"./emailRestApiClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,16 @@
1
+ import { LongRunningOperation, LroResponse } from "@azure/core-lro";
2
+ export declare class LroImpl<T> implements LongRunningOperation<T> {
3
+ private sendOperationFn;
4
+ private args;
5
+ private spec;
6
+ requestPath: string;
7
+ requestMethod: string;
8
+ constructor(sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>, args: Record<string, unknown>, spec: {
9
+ readonly requestBody?: unknown;
10
+ readonly path?: string;
11
+ readonly httpMethod: string;
12
+ } & Record<string, any>, requestPath?: string, requestMethod?: string);
13
+ sendInitialRequest(): Promise<LroResponse<T>>;
14
+ sendPollRequest(path: string): Promise<LroResponse<T>>;
15
+ }
16
+ //# sourceMappingURL=lroImpl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,qBAAa,OAAO,CAAC,CAAC,CAAE,YAAW,oBAAoB,CAAC,CAAC,CAAC;IAEtD,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,IAAI;IAKL,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,MAAM;gBARpB,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,EAClE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,IAAI,EAAE;QACZ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAChB,WAAW,GAAE,MAAmB,EAChC,aAAa,GAAE,MAAwB;IAEnC,kBAAkB,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IAG7C,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;CAQpE"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.LroImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ class LroImpl {
13
+ constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
14
+ this.sendOperationFn = sendOperationFn;
15
+ this.args = args;
16
+ this.spec = spec;
17
+ this.requestPath = requestPath;
18
+ this.requestMethod = requestMethod;
19
+ }
20
+ async sendInitialRequest() {
21
+ return this.sendOperationFn(this.args, this.spec);
22
+ }
23
+ async sendPollRequest(path) {
24
+ const _a = this.spec, { requestBody } = _a, restSpec = tslib_1.__rest(_a, ["requestBody"]);
25
+ return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
26
+ }
27
+ }
28
+ exports.LroImpl = LroImpl;
29
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../../../src/generated/src/lroImpl.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAIH,MAAa,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,sBAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF;AAvBD,0BAuBC","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}