@azure/eventgrid 5.8.1-alpha.20241126.1 → 5.8.1-alpha.20241128.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/dist/browser/cloudEventDistrubtedTracingEnricherPolicy.d.ts +23 -0
  2. package/dist/browser/cloudEventDistrubtedTracingEnricherPolicy.d.ts.map +1 -0
  3. package/dist/browser/constants.d.ts +3 -0
  4. package/dist/browser/constants.d.ts.map +1 -0
  5. package/dist/browser/consumer.d.ts +41 -0
  6. package/dist/browser/consumer.d.ts.map +1 -0
  7. package/{dist-esm/src → dist/browser}/consumer.js +3 -3
  8. package/dist/browser/consumer.js.map +1 -0
  9. package/dist/browser/cryptoHelpers-browser.d.mts.map +1 -0
  10. package/dist/browser/cryptoHelpers-browser.mjs.map +1 -0
  11. package/dist/browser/cryptoHelpers.d.ts +5 -0
  12. package/{dist-esm/src/cryptoHelpers.browser.js → dist/browser/cryptoHelpers.js} +3 -3
  13. package/dist/browser/eventGridAuthenticationPolicy.d.ts +12 -0
  14. package/dist/browser/eventGridAuthenticationPolicy.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/eventGridAuthenticationPolicy.js +1 -1
  16. package/dist/browser/eventGridAuthenticationPolicy.js.map +1 -0
  17. package/dist/browser/eventGridClient.d.ts +117 -0
  18. package/dist/browser/eventGridClient.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/eventGridClient.js +9 -9
  20. package/dist/browser/eventGridClient.js.map +1 -0
  21. package/dist/browser/generateSharedAccessSignature.d.ts +19 -0
  22. package/dist/browser/generateSharedAccessSignature.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/generateSharedAccessSignature.js +3 -3
  24. package/dist/browser/generateSharedAccessSignature.js.map +1 -0
  25. package/dist/browser/generated/generatedClient.d.ts +32 -0
  26. package/dist/browser/generated/generatedClient.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/generated/generatedClient.js +3 -3
  28. package/dist/browser/generated/generatedClient.js.map +1 -0
  29. package/dist/browser/generated/generatedClientContext.d.ts +12 -0
  30. package/dist/browser/generated/generatedClientContext.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/generated/generatedClientContext.js.map +1 -1
  32. package/dist/browser/generated/index.d.ts +4 -0
  33. package/dist/browser/generated/index.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/generated/index.js +3 -3
  35. package/dist/browser/generated/index.js.map +1 -0
  36. package/{types/eventgrid.d.ts → dist/browser/generated/models/index.d.ts} +4330 -5282
  37. package/dist/browser/generated/models/index.d.ts.map +1 -0
  38. package/dist/browser/generated/models/mappers.d.ts +302 -0
  39. package/dist/browser/generated/models/mappers.d.ts.map +1 -0
  40. package/dist/browser/generated/models/parameters.d.ts +10 -0
  41. package/dist/browser/generated/models/parameters.d.ts.map +1 -0
  42. package/dist/browser/index.d.ts +8 -0
  43. package/dist/browser/index.d.ts.map +1 -0
  44. package/dist/browser/index.js +8 -0
  45. package/dist/browser/index.js.map +1 -0
  46. package/dist/browser/logger.d.ts +5 -0
  47. package/dist/browser/logger.d.ts.map +1 -0
  48. package/dist/browser/models.d.ts +159 -0
  49. package/dist/browser/models.d.ts.map +1 -0
  50. package/dist/browser/package.json +3 -0
  51. package/dist/browser/predicates.d.ts +451 -0
  52. package/dist/browser/predicates.d.ts.map +1 -0
  53. package/dist/browser/predicates.js.map +1 -0
  54. package/dist/browser/tracing.d.ts +6 -0
  55. package/dist/browser/tracing.d.ts.map +1 -0
  56. package/dist/browser/util.d.ts +26 -0
  57. package/dist/browser/util.d.ts.map +1 -0
  58. package/dist/commonjs/cloudEventDistrubtedTracingEnricherPolicy.d.ts +23 -0
  59. package/dist/commonjs/cloudEventDistrubtedTracingEnricherPolicy.d.ts.map +1 -0
  60. package/dist/commonjs/cloudEventDistrubtedTracingEnricherPolicy.js +57 -0
  61. package/dist/commonjs/cloudEventDistrubtedTracingEnricherPolicy.js.map +1 -0
  62. package/dist/commonjs/constants.d.ts +3 -0
  63. package/dist/commonjs/constants.d.ts.map +1 -0
  64. package/dist/commonjs/constants.js +8 -0
  65. package/dist/commonjs/constants.js.map +1 -0
  66. package/dist/commonjs/consumer.d.ts +41 -0
  67. package/dist/commonjs/consumer.d.ts.map +1 -0
  68. package/dist/commonjs/consumer.js +88 -0
  69. package/dist/commonjs/consumer.js.map +1 -0
  70. package/dist/commonjs/cryptoHelpers.d.ts +5 -0
  71. package/dist/commonjs/cryptoHelpers.d.ts.map +1 -0
  72. package/dist/commonjs/cryptoHelpers.js +14 -0
  73. package/dist/commonjs/cryptoHelpers.js.map +1 -0
  74. package/dist/commonjs/eventGridAuthenticationPolicy.d.ts +12 -0
  75. package/dist/commonjs/eventGridAuthenticationPolicy.d.ts.map +1 -0
  76. package/dist/commonjs/eventGridAuthenticationPolicy.js +38 -0
  77. package/dist/commonjs/eventGridAuthenticationPolicy.js.map +1 -0
  78. package/dist/commonjs/eventGridClient.d.ts +117 -0
  79. package/dist/commonjs/eventGridClient.d.ts.map +1 -0
  80. package/dist/commonjs/eventGridClient.js +131 -0
  81. package/dist/commonjs/eventGridClient.js.map +1 -0
  82. package/dist/commonjs/generateSharedAccessSignature.d.ts +19 -0
  83. package/dist/commonjs/generateSharedAccessSignature.d.ts.map +1 -0
  84. package/dist/commonjs/generateSharedAccessSignature.js +23 -0
  85. package/dist/commonjs/generateSharedAccessSignature.js.map +1 -0
  86. package/dist/commonjs/generated/generatedClient.d.ts +32 -0
  87. package/dist/commonjs/generated/generatedClient.d.ts.map +1 -0
  88. package/dist/commonjs/generated/generatedClient.js +89 -0
  89. package/dist/commonjs/generated/generatedClient.js.map +1 -0
  90. package/dist/commonjs/generated/generatedClientContext.d.ts +12 -0
  91. package/dist/commonjs/generated/generatedClientContext.d.ts.map +1 -0
  92. package/dist/commonjs/generated/generatedClientContext.js +40 -0
  93. package/dist/commonjs/generated/generatedClientContext.js.map +1 -0
  94. package/dist/commonjs/generated/index.d.ts +4 -0
  95. package/dist/commonjs/generated/index.d.ts.map +1 -0
  96. package/dist/commonjs/generated/index.js +17 -0
  97. package/dist/commonjs/generated/index.js.map +1 -0
  98. package/dist/commonjs/generated/models/index.d.ts +4330 -0
  99. package/dist/commonjs/generated/models/index.d.ts.map +1 -0
  100. package/dist/commonjs/generated/models/index.js +10 -0
  101. package/dist/commonjs/generated/models/index.js.map +1 -0
  102. package/dist/commonjs/generated/models/mappers.d.ts +302 -0
  103. package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
  104. package/dist/commonjs/generated/models/mappers.js +9949 -0
  105. package/dist/commonjs/generated/models/mappers.js.map +1 -0
  106. package/dist/commonjs/generated/models/parameters.d.ts +10 -0
  107. package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
  108. package/dist/commonjs/generated/models/parameters.js +111 -0
  109. package/dist/commonjs/generated/models/parameters.js.map +1 -0
  110. package/dist/commonjs/index.d.ts +8 -0
  111. package/dist/commonjs/index.d.ts.map +1 -0
  112. package/dist/commonjs/index.js +17 -0
  113. package/dist/commonjs/index.js.map +1 -0
  114. package/dist/commonjs/logger.d.ts +5 -0
  115. package/dist/commonjs/logger.d.ts.map +1 -0
  116. package/dist/commonjs/logger.js +11 -0
  117. package/dist/commonjs/logger.js.map +1 -0
  118. package/dist/commonjs/models.d.ts +159 -0
  119. package/dist/commonjs/models.d.ts.map +1 -0
  120. package/dist/commonjs/models.js +20 -0
  121. package/dist/commonjs/models.js.map +1 -0
  122. package/dist/commonjs/package.json +3 -0
  123. package/dist/commonjs/predicates.d.ts +451 -0
  124. package/dist/commonjs/predicates.d.ts.map +1 -0
  125. package/dist/commonjs/predicates.js +22 -0
  126. package/dist/commonjs/predicates.js.map +1 -0
  127. package/dist/commonjs/tracing.d.ts +6 -0
  128. package/dist/commonjs/tracing.d.ts.map +1 -0
  129. package/dist/commonjs/tracing.js +16 -0
  130. package/dist/commonjs/tracing.js.map +1 -0
  131. package/dist/commonjs/tsdoc-metadata.json +11 -0
  132. package/dist/commonjs/util.d.ts +26 -0
  133. package/dist/commonjs/util.d.ts.map +1 -0
  134. package/dist/commonjs/util.js +116 -0
  135. package/dist/commonjs/util.js.map +1 -0
  136. package/dist/esm/cloudEventDistrubtedTracingEnricherPolicy.d.ts +23 -0
  137. package/dist/esm/cloudEventDistrubtedTracingEnricherPolicy.d.ts.map +1 -0
  138. package/dist/esm/cloudEventDistrubtedTracingEnricherPolicy.js +53 -0
  139. package/dist/esm/cloudEventDistrubtedTracingEnricherPolicy.js.map +1 -0
  140. package/dist/esm/constants.d.ts +3 -0
  141. package/dist/esm/constants.d.ts.map +1 -0
  142. package/dist/esm/constants.js +5 -0
  143. package/dist/esm/constants.js.map +1 -0
  144. package/dist/esm/consumer.d.ts +41 -0
  145. package/dist/esm/consumer.d.ts.map +1 -0
  146. package/dist/esm/consumer.js +84 -0
  147. package/dist/esm/consumer.js.map +1 -0
  148. package/dist/esm/cryptoHelpers.d.ts +5 -0
  149. package/dist/esm/cryptoHelpers.d.ts.map +1 -0
  150. package/{dist-esm/src → dist/esm}/cryptoHelpers.js +1 -1
  151. package/{dist-esm/src → dist/esm}/cryptoHelpers.js.map +1 -1
  152. package/dist/esm/eventGridAuthenticationPolicy.d.ts +12 -0
  153. package/dist/esm/eventGridAuthenticationPolicy.d.ts.map +1 -0
  154. package/dist/esm/eventGridAuthenticationPolicy.js +34 -0
  155. package/dist/esm/eventGridAuthenticationPolicy.js.map +1 -0
  156. package/dist/esm/eventGridClient.d.ts +117 -0
  157. package/dist/esm/eventGridClient.d.ts.map +1 -0
  158. package/dist/esm/eventGridClient.js +125 -0
  159. package/dist/esm/eventGridClient.js.map +1 -0
  160. package/dist/esm/generateSharedAccessSignature.d.ts +19 -0
  161. package/dist/esm/generateSharedAccessSignature.d.ts.map +1 -0
  162. package/dist/esm/generateSharedAccessSignature.js +20 -0
  163. package/dist/esm/generateSharedAccessSignature.js.map +1 -0
  164. package/dist/esm/generated/generatedClient.d.ts +32 -0
  165. package/dist/esm/generated/generatedClient.d.ts.map +1 -0
  166. package/dist/esm/generated/generatedClient.js +84 -0
  167. package/dist/esm/generated/generatedClient.js.map +1 -0
  168. package/dist/esm/generated/generatedClientContext.d.ts +12 -0
  169. package/dist/esm/generated/generatedClientContext.d.ts.map +1 -0
  170. package/dist/esm/generated/generatedClientContext.js +35 -0
  171. package/dist/esm/generated/generatedClientContext.js.map +1 -0
  172. package/dist/esm/generated/index.d.ts +4 -0
  173. package/dist/esm/generated/index.d.ts.map +1 -0
  174. package/dist/esm/generated/index.js +11 -0
  175. package/dist/esm/generated/index.js.map +1 -0
  176. package/dist/esm/generated/models/index.d.ts +4330 -0
  177. package/dist/esm/generated/models/index.d.ts.map +1 -0
  178. package/dist/esm/generated/models/index.js +9 -0
  179. package/dist/esm/generated/models/index.js.map +1 -0
  180. package/dist/esm/generated/models/mappers.d.ts +302 -0
  181. package/dist/esm/generated/models/mappers.d.ts.map +1 -0
  182. package/dist/{index.js → esm/generated/models/mappers.js} +298 -1335
  183. package/dist/esm/generated/models/mappers.js.map +1 -0
  184. package/dist/esm/generated/models/parameters.d.ts +10 -0
  185. package/dist/esm/generated/models/parameters.d.ts.map +1 -0
  186. package/dist/esm/generated/models/parameters.js +108 -0
  187. package/dist/esm/generated/models/parameters.js.map +1 -0
  188. package/dist/esm/index.d.ts +8 -0
  189. package/dist/esm/index.d.ts.map +1 -0
  190. package/dist/esm/index.js +8 -0
  191. package/dist/esm/index.js.map +1 -0
  192. package/dist/esm/logger.d.ts +5 -0
  193. package/dist/esm/logger.d.ts.map +1 -0
  194. package/dist/esm/logger.js +8 -0
  195. package/dist/esm/logger.js.map +1 -0
  196. package/dist/esm/models.d.ts +159 -0
  197. package/dist/esm/models.d.ts.map +1 -0
  198. package/dist/esm/models.js +17 -0
  199. package/dist/esm/models.js.map +1 -0
  200. package/dist/esm/package.json +3 -0
  201. package/dist/esm/predicates.d.ts +451 -0
  202. package/dist/esm/predicates.d.ts.map +1 -0
  203. package/dist/esm/predicates.js +19 -0
  204. package/dist/esm/predicates.js.map +1 -0
  205. package/dist/esm/tracing.d.ts +6 -0
  206. package/dist/esm/tracing.d.ts.map +1 -0
  207. package/dist/esm/tracing.js +13 -0
  208. package/dist/esm/tracing.js.map +1 -0
  209. package/dist/esm/util.d.ts +26 -0
  210. package/dist/esm/util.d.ts.map +1 -0
  211. package/dist/esm/util.js +109 -0
  212. package/dist/esm/util.js.map +1 -0
  213. package/dist/react-native/cloudEventDistrubtedTracingEnricherPolicy.d.ts +23 -0
  214. package/dist/react-native/cloudEventDistrubtedTracingEnricherPolicy.d.ts.map +1 -0
  215. package/dist/react-native/cloudEventDistrubtedTracingEnricherPolicy.js +53 -0
  216. package/dist/react-native/cloudEventDistrubtedTracingEnricherPolicy.js.map +1 -0
  217. package/dist/react-native/constants.d.ts +3 -0
  218. package/dist/react-native/constants.d.ts.map +1 -0
  219. package/dist/react-native/constants.js +5 -0
  220. package/dist/react-native/constants.js.map +1 -0
  221. package/dist/react-native/consumer.d.ts +41 -0
  222. package/dist/react-native/consumer.d.ts.map +1 -0
  223. package/dist/react-native/consumer.js +84 -0
  224. package/dist/react-native/consumer.js.map +1 -0
  225. package/dist/react-native/cryptoHelpers.d.ts +5 -0
  226. package/dist/react-native/cryptoHelpers.d.ts.map +1 -0
  227. package/dist/react-native/cryptoHelpers.js +11 -0
  228. package/dist/react-native/cryptoHelpers.js.map +1 -0
  229. package/dist/react-native/eventGridAuthenticationPolicy.d.ts +12 -0
  230. package/dist/react-native/eventGridAuthenticationPolicy.d.ts.map +1 -0
  231. package/dist/react-native/eventGridAuthenticationPolicy.js +34 -0
  232. package/dist/react-native/eventGridAuthenticationPolicy.js.map +1 -0
  233. package/dist/react-native/eventGridClient.d.ts +117 -0
  234. package/dist/react-native/eventGridClient.d.ts.map +1 -0
  235. package/dist/react-native/eventGridClient.js +125 -0
  236. package/dist/react-native/eventGridClient.js.map +1 -0
  237. package/dist/react-native/generateSharedAccessSignature.d.ts +19 -0
  238. package/dist/react-native/generateSharedAccessSignature.d.ts.map +1 -0
  239. package/dist/react-native/generateSharedAccessSignature.js +20 -0
  240. package/dist/react-native/generateSharedAccessSignature.js.map +1 -0
  241. package/dist/react-native/generated/generatedClient.d.ts +32 -0
  242. package/dist/react-native/generated/generatedClient.d.ts.map +1 -0
  243. package/dist/react-native/generated/generatedClient.js +84 -0
  244. package/dist/react-native/generated/generatedClient.js.map +1 -0
  245. package/dist/react-native/generated/generatedClientContext.d.ts +12 -0
  246. package/dist/react-native/generated/generatedClientContext.d.ts.map +1 -0
  247. package/dist/react-native/generated/generatedClientContext.js +35 -0
  248. package/dist/react-native/generated/generatedClientContext.js.map +1 -0
  249. package/dist/react-native/generated/index.d.ts +4 -0
  250. package/dist/react-native/generated/index.d.ts.map +1 -0
  251. package/dist/react-native/generated/index.js +11 -0
  252. package/dist/react-native/generated/index.js.map +1 -0
  253. package/dist/react-native/generated/models/index.d.ts +4330 -0
  254. package/dist/react-native/generated/models/index.d.ts.map +1 -0
  255. package/dist/react-native/generated/models/index.js +9 -0
  256. package/dist/react-native/generated/models/index.js.map +1 -0
  257. package/dist/react-native/generated/models/mappers.d.ts +302 -0
  258. package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
  259. package/dist/react-native/generated/models/mappers.js +9941 -0
  260. package/dist/react-native/generated/models/mappers.js.map +1 -0
  261. package/dist/react-native/generated/models/parameters.d.ts +10 -0
  262. package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
  263. package/dist/react-native/generated/models/parameters.js +108 -0
  264. package/dist/react-native/generated/models/parameters.js.map +1 -0
  265. package/dist/react-native/index.d.ts +8 -0
  266. package/dist/react-native/index.d.ts.map +1 -0
  267. package/dist/react-native/index.js +8 -0
  268. package/dist/react-native/index.js.map +1 -0
  269. package/dist/react-native/logger.d.ts +5 -0
  270. package/dist/react-native/logger.d.ts.map +1 -0
  271. package/dist/react-native/logger.js +8 -0
  272. package/dist/react-native/logger.js.map +1 -0
  273. package/dist/react-native/models.d.ts +159 -0
  274. package/dist/react-native/models.d.ts.map +1 -0
  275. package/dist/react-native/models.js +17 -0
  276. package/dist/react-native/models.js.map +1 -0
  277. package/dist/react-native/package.json +3 -0
  278. package/dist/react-native/predicates.d.ts +451 -0
  279. package/dist/react-native/predicates.d.ts.map +1 -0
  280. package/dist/react-native/predicates.js +19 -0
  281. package/dist/react-native/predicates.js.map +1 -0
  282. package/dist/react-native/tracing.d.ts +6 -0
  283. package/dist/react-native/tracing.d.ts.map +1 -0
  284. package/dist/react-native/tracing.js +13 -0
  285. package/dist/react-native/tracing.js.map +1 -0
  286. package/dist/react-native/util.d.ts +26 -0
  287. package/dist/react-native/util.d.ts.map +1 -0
  288. package/dist/react-native/util.js +109 -0
  289. package/dist/react-native/util.js.map +1 -0
  290. package/package.json +65 -52
  291. package/dist/index.js.map +0 -1
  292. package/dist-esm/src/consumer.js.map +0 -1
  293. package/dist-esm/src/cryptoHelpers.browser.js.map +0 -1
  294. package/dist-esm/src/eventGridAuthenticationPolicy.js.map +0 -1
  295. package/dist-esm/src/eventGridClient.js.map +0 -1
  296. package/dist-esm/src/generateSharedAccessSignature.js.map +0 -1
  297. package/dist-esm/src/generated/generatedClient.js.map +0 -1
  298. package/dist-esm/src/generated/index.js.map +0 -1
  299. package/dist-esm/src/index.js +0 -8
  300. package/dist-esm/src/index.js.map +0 -1
  301. package/dist-esm/src/predicates.js.map +0 -1
  302. /package/{dist-esm/src → dist/browser}/cloudEventDistrubtedTracingEnricherPolicy.js +0 -0
  303. /package/{dist-esm/src → dist/browser}/cloudEventDistrubtedTracingEnricherPolicy.js.map +0 -0
  304. /package/{dist-esm/src → dist/browser}/constants.js +0 -0
  305. /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
  306. /package/{dist-esm/src → dist/browser}/generated/generatedClientContext.js +0 -0
  307. /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
  308. /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
  309. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
  310. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
  311. /package/{dist-esm/src → dist/browser}/generated/models/parameters.js +0 -0
  312. /package/{dist-esm/src → dist/browser}/generated/models/parameters.js.map +0 -0
  313. /package/{dist-esm/src → dist/browser}/logger.js +0 -0
  314. /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
  315. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  316. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
  317. /package/{dist-esm/src → dist/browser}/predicates.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/tracing.js +0 -0
  319. /package/{dist-esm/src → dist/browser}/tracing.js.map +0 -0
  320. /package/{dist-esm/src → dist/browser}/util.js +0 -0
  321. /package/{dist-esm/src → dist/browser}/util.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"predicates.js","sourceRoot":"","sources":["../../src/predicates.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAyoBlC;;;;GAIG;AACH,SAAS,gBAAgB,CACvB,CAAgD;IAEhD,OAAQ,CAAS,CAAC,MAAM,KAAK,SAAS,CAAC;AACzC,CAAC;AA4BD,MAAM,UAAU,aAAa,CAC3B,SAAY,EACZ,KAAoD;IAIpD,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE,CAAC;QAC5B,OAAO,KAAK,CAAC,IAAI,KAAK,SAAS,CAAC;IAClC,CAAC;SAAM,CAAC;QACN,OAAO,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC;IACvC,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n AcsChatMessageDeletedEventData,\n AcsChatMessageDeletedInThreadEventData,\n AcsChatMessageEditedEventData,\n AcsChatMessageEditedInThreadEventData,\n AcsChatMessageReceivedEventData,\n AcsChatMessageReceivedInThreadEventData,\n AcsChatParticipantAddedToThreadEventData,\n AcsChatParticipantAddedToThreadWithUserEventData,\n AcsChatParticipantRemovedFromThreadEventData,\n AcsChatParticipantRemovedFromThreadWithUserEventData,\n AcsChatThreadCreatedWithUserEventData,\n AcsChatThreadPropertiesUpdatedPerUserEventData,\n AcsChatThreadWithUserDeletedEventData,\n AcsRecordingFileStatusUpdatedEventData,\n AcsSmsDeliveryReportReceivedEventData,\n AcsSmsReceivedEventData,\n AcsUserDisconnectedEventData,\n ApiManagementApiCreatedEventData,\n ApiManagementApiDeletedEventData,\n ApiManagementApiReleaseCreatedEventData,\n ApiManagementApiReleaseDeletedEventData,\n ApiManagementApiReleaseUpdatedEventData,\n ApiManagementApiUpdatedEventData,\n ApiManagementProductCreatedEventData,\n ApiManagementProductDeletedEventData,\n ApiManagementProductUpdatedEventData,\n ApiManagementSubscriptionCreatedEventData,\n ApiManagementSubscriptionDeletedEventData,\n ApiManagementSubscriptionUpdatedEventData,\n ApiManagementUserCreatedEventData,\n ApiManagementUserDeletedEventData,\n ApiManagementUserUpdatedEventData,\n AppConfigurationKeyValueDeletedEventData,\n AppConfigurationKeyValueModifiedEventData,\n ContainerRegistryChartDeletedEventData,\n ContainerRegistryChartPushedEventData,\n ContainerRegistryImageDeletedEventData,\n ContainerRegistryImagePushedEventData,\n ContainerServiceNewKubernetesVersionAvailableEventData,\n EventHubCaptureFileCreatedEventData,\n HealthcareDicomImageCreatedEventData,\n HealthcareDicomImageDeletedEventData,\n HealthcareFhirResourceCreatedEventData,\n HealthcareFhirResourceDeletedEventData,\n HealthcareFhirResourceUpdatedEventData,\n IotHubDeviceConnectedEventData,\n IotHubDeviceCreatedEventData,\n IotHubDeviceDeletedEventData,\n IotHubDeviceDisconnectedEventData,\n IotHubDeviceTelemetryEventData,\n KeyVaultAccessPolicyChangedEventData,\n KeyVaultCertificateExpiredEventData,\n KeyVaultCertificateNearExpiryEventData,\n KeyVaultCertificateNewVersionCreatedEventData,\n KeyVaultKeyExpiredEventData,\n KeyVaultKeyNearExpiryEventData,\n KeyVaultKeyNewVersionCreatedEventData,\n KeyVaultSecretExpiredEventData,\n KeyVaultSecretNearExpiryEventData,\n KeyVaultSecretNewVersionCreatedEventData,\n MachineLearningServicesDatasetDriftDetectedEventData,\n MachineLearningServicesModelDeployedEventData,\n MachineLearningServicesModelRegisteredEventData,\n MachineLearningServicesRunCompletedEventData,\n MachineLearningServicesRunStatusChangedEventData,\n MapsGeofenceEnteredEventData,\n MapsGeofenceExitedEventData,\n MapsGeofenceResultEventData,\n MediaJobCanceledEventData,\n MediaJobCancelingEventData,\n MediaJobErroredEventData,\n MediaJobFinishedEventData,\n MediaJobOutputCanceledEventData,\n MediaJobOutputCancelingEventData,\n MediaJobOutputErroredEventData,\n MediaJobOutputFinishedEventData,\n MediaJobOutputProcessingEventData,\n MediaJobOutputProgressEventData,\n MediaJobOutputScheduledEventData,\n MediaJobOutputStateChangeEventData,\n MediaJobProcessingEventData,\n MediaJobScheduledEventData,\n MediaJobStateChangeEventData,\n MediaLiveEventChannelArchiveHeartbeatEventData,\n MediaLiveEventConnectionRejectedEventData,\n MediaLiveEventEncoderConnectedEventData,\n MediaLiveEventEncoderDisconnectedEventData,\n MediaLiveEventIncomingDataChunkDroppedEventData,\n MediaLiveEventIncomingStreamReceivedEventData,\n MediaLiveEventIncomingStreamsOutOfSyncEventData,\n MediaLiveEventIncomingVideoStreamsOutOfSyncEventData,\n MediaLiveEventIngestHeartbeatEventData,\n MediaLiveEventTrackDiscontinuityDetectedEventData,\n PolicyInsightsPolicyStateChangedEventData,\n PolicyInsightsPolicyStateCreatedEventData,\n PolicyInsightsPolicyStateDeletedEventData,\n ResourceActionCancelEventData,\n ResourceActionFailureEventData,\n ResourceActionSuccessEventData,\n ResourceDeleteCancelEventData,\n ResourceDeleteFailureEventData,\n ResourceDeleteSuccessEventData,\n ResourceWriteCancelEventData,\n ResourceWriteFailureEventData,\n ResourceWriteSuccessEventData,\n ServiceBusActiveMessagesAvailableWithNoListenersEventData,\n ServiceBusDeadletterMessagesAvailableWithNoListenersEventData,\n StorageAsyncOperationInitiatedEventData,\n StorageBlobCreatedEventData,\n StorageBlobDeletedEventData,\n StorageBlobInventoryPolicyCompletedEventData,\n StorageBlobRenamedEventData,\n StorageBlobTierChangedEventData,\n StorageDirectoryCreatedEventData,\n StorageDirectoryDeletedEventData,\n StorageDirectoryRenamedEventData,\n StorageLifecyclePolicyCompletedEventData,\n SubscriptionDeletedEventData,\n SubscriptionValidationEventData,\n WebAppServicePlanUpdatedEventData,\n WebAppUpdatedEventData,\n WebBackupOperationCompletedEventData,\n WebBackupOperationFailedEventData,\n WebBackupOperationStartedEventData,\n WebRestoreOperationCompletedEventData,\n WebRestoreOperationFailedEventData,\n WebRestoreOperationStartedEventData,\n WebSlotSwapCompletedEventData,\n WebSlotSwapFailedEventData,\n WebSlotSwapStartedEventData,\n WebSlotSwapWithPreviewCancelledEventData,\n WebSlotSwapWithPreviewStartedEventData,\n StorageTaskQueuedEventData,\n StorageTaskCompletedEventData,\n DataBoxCopyStartedEventData,\n DataBoxCopyCompletedEventData,\n DataBoxOrderCompletedEventData,\n AcsIncomingCallEventData,\n AcsEmailDeliveryReportReceivedEventData,\n AcsEmailEngagementTrackingReportReceivedEventData,\n ApiManagementGatewayCreatedEventData,\n ApiManagementGatewayUpdatedEventData,\n ApiManagementGatewayDeletedEventData,\n ApiManagementGatewayHostnameConfigurationCreatedEventData,\n ApiManagementGatewayHostnameConfigurationUpdatedEventData,\n ApiManagementGatewayHostnameConfigurationDeletedEventData,\n ApiManagementGatewayCertificateAuthorityCreatedEventData,\n ApiManagementGatewayCertificateAuthorityUpdatedEventData,\n ApiManagementGatewayCertificateAuthorityDeletedEventData,\n ApiManagementGatewayApiAddedEventData,\n ApiManagementGatewayApiRemovedEventData,\n HealthcareDicomImageUpdatedEventData,\n ContainerServiceClusterSupportEndedEventData,\n ContainerServiceClusterSupportEndingEventData,\n ContainerServiceNodePoolRollingStartedEventData,\n ContainerServiceNodePoolRollingSucceededEventData,\n ContainerServiceNodePoolRollingFailedEventData,\n EventGridMqttClientCreatedOrUpdatedEventData,\n EventGridMqttClientDeletedEventData,\n EventGridMqttClientSessionConnectedEventData,\n EventGridMqttClientSessionDisconnectedEventData,\n AppConfigurationSnapshotCreatedEventData,\n AppConfigurationSnapshotModifiedEventData,\n ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData,\n ResourceNotificationsHealthResourcesAnnotatedEventData,\n AcsRouterWorkerDeregisteredEventData,\n AcsRouterWorkerRegisteredEventData,\n AcsRouterJobCancelledEventData,\n AcsRouterJobClassificationFailedEventData,\n AcsRouterJobClassifiedEventData,\n AcsRouterJobClosedEventData,\n AcsRouterJobCompletedEventData,\n AcsRouterJobDeletedEventData,\n AcsRouterJobExceptionTriggeredEventData,\n AcsRouterJobQueuedEventData,\n AcsRouterJobReceivedEventData,\n AcsRouterJobSchedulingFailedEventData,\n AcsRouterJobUnassignedEventData,\n AcsRouterJobWaitingForActivationEventData,\n AcsRouterJobWorkerSelectorsExpiredEventData,\n AcsRouterWorkerDeletedEventData,\n AcsRouterWorkerOfferAcceptedEventData,\n AcsRouterWorkerOfferDeclinedEventData,\n AcsRouterWorkerOfferExpiredEventData,\n AcsRouterWorkerOfferIssuedEventData,\n AcsRouterWorkerOfferRevokedEventData,\n ResourceNotificationsResourceManagementCreatedOrUpdatedEventData,\n ResourceNotificationsResourceManagementDeletedEventData,\n StorageTaskAssignmentQueuedEventData,\n AvsScriptExecutionStartedEventData,\n AvsScriptExecutionCancelledEventData,\n AvsClusterCreatedEventData,\n AvsPrivateCloudFailedEventData,\n AvsPrivateCloudUpdatingEventData,\n AvsPrivateCloudUpdatedEventData,\n AvsClusterUpdatingEventData,\n AvsClusterDeletedEventData,\n AvsScriptExecutionFailedEventData,\n AvsScriptExecutionFinishedEventData,\n StorageTaskAssignmentCompletedEventData,\n AvsClusterUpdatedEventData,\n AvsClusterFailedEventData,\n ApiCenterApiDefinitionAddedEventData,\n ApiCenterApiDefinitionUpdatedEventData,\n AcsMessageDeliveryStatusUpdatedEventData,\n AcsMessageReceivedEventData,\n AcsRouterWorkerUpdatedEventData,\n AcsChatThreadDeletedEventData,\n AcsChatThreadCreatedEventData,\n AcsChatThreadPropertiesUpdatedEventData,\n} from \"./generated/models/index.js\";\n\nimport type { CloudEvent, EventGridEvent } from \"./models.js\";\n\n/**\n * The Event Types for all System Events. These may be used with `isSystemEvent` to determine if an\n * event is a system event of a given type.\n */\nexport type KnownSystemEventTypes = keyof SystemEventNameToEventData;\n\n/**\n * A mapping of event type names to event data type interfaces.\n */\nexport interface SystemEventNameToEventData {\n /** An interface for the event data of a \"Microsoft.ApiManagement.UserCreated\" event. */\n \"Microsoft.ApiManagement.UserCreated\": ApiManagementUserCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.UserUpdated\" event. */\n \"Microsoft.ApiManagement.UserUpdated\": ApiManagementUserUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.UserDeleted\" event. */\n \"Microsoft.ApiManagement.UserDeleted\": ApiManagementUserDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.SubscriptionCreated\" event. */\n \"Microsoft.ApiManagement.SubscriptionCreated\": ApiManagementSubscriptionCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.SubscriptionUpdated\" event. */\n \"Microsoft.ApiManagement.SubscriptionUpdated\": ApiManagementSubscriptionUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.SubscriptionDeleted\" event. */\n \"Microsoft.ApiManagement.SubscriptionDeleted\": ApiManagementSubscriptionDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.ProductCreated\" event. */\n \"Microsoft.ApiManagement.ProductCreated\": ApiManagementProductCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.ProductUpdated\" event. */\n \"Microsoft.ApiManagement.ProductUpdated\": ApiManagementProductUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.ProductDeleted\" event. */\n \"Microsoft.ApiManagement.ProductDeleted\": ApiManagementProductDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APICreated\" event. */\n \"Microsoft.ApiManagement.APICreated\": ApiManagementApiCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APIUpdated\" event. */\n \"Microsoft.ApiManagement.APIUpdated\": ApiManagementApiUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APIDeleted\" event. */\n \"Microsoft.ApiManagement.APIDeleted\": ApiManagementApiDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APIReleaseCreated\" event. */\n \"Microsoft.ApiManagement.APIReleaseCreated\": ApiManagementApiReleaseCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APIReleaseUpdated\" event. */\n \"Microsoft.ApiManagement.APIReleaseUpdated\": ApiManagementApiReleaseUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.APIReleaseDeleted\" event. */\n \"Microsoft.ApiManagement.APIReleaseDeleted\": ApiManagementApiReleaseDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageReceived\" event. */\n \"Microsoft.Communication.ChatMessageReceived\": AcsChatMessageReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageReceivedInThread\" event. */\n \"Microsoft.Communication.ChatMessageReceivedInThread\": AcsChatMessageReceivedInThreadEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageEdited\" event. */\n \"Microsoft.Communication.ChatMessageEdited\": AcsChatMessageEditedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageEditedInThread\" event. */\n \"Microsoft.Communication.ChatMessageEditedInThread\": AcsChatMessageEditedInThreadEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageDeleted\" event. */\n \"Microsoft.Communication.ChatMessageDeleted\": AcsChatMessageDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatMessageDeletedInThread\" event. */\n \"Microsoft.Communication.ChatMessageDeletedInThread\": AcsChatMessageDeletedInThreadEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadCreatedWithUser\" event. */\n \"Microsoft.Communication.ChatThreadCreatedWithUser\": AcsChatThreadCreatedWithUserEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadWithUserDeleted\" event. */\n \"Microsoft.Communication.ChatThreadWithUserDeleted\": AcsChatThreadWithUserDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser\" event. */\n \"Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser\": AcsChatThreadPropertiesUpdatedPerUserEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadParticipantAdded\" event. */\n \"Microsoft.Communication.ChatThreadParticipantAdded\": AcsChatParticipantAddedToThreadEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatParticipantAddedToThreadWithUser\" event. */\n \"Microsoft.Communication.ChatParticipantAddedToThreadWithUser\": AcsChatParticipantAddedToThreadWithUserEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadParticipantRemoved\" event. */\n \"Microsoft.Communication.ChatThreadParticipantRemoved\": AcsChatParticipantRemovedFromThreadEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser\" event. */\n \"Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser\": AcsChatParticipantRemovedFromThreadWithUserEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RecordingFileStatusUpdated\" event. */\n \"Microsoft.Communication.RecordingFileStatusUpdated\": AcsRecordingFileStatusUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.SMSDeliveryReportReceived\" event. */\n \"Microsoft.Communication.SMSDeliveryReportReceived\": AcsSmsDeliveryReportReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.SMSReceived\" event. */\n \"Microsoft.Communication.SMSReceived\": AcsSmsReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.UserDisconnected\" event. */\n \"Microsoft.Communication.UserDisconnected\": AcsUserDisconnectedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.NewKubernetesVersionAvailable\" event. */\n \"Microsoft.ContainerService.NewKubernetesVersionAvailable\": ContainerServiceNewKubernetesVersionAvailableEventData;\n /** An interface for the event data of a \"Microsoft.AppConfiguration.KeyValueDeleted\" event. */\n \"Microsoft.AppConfiguration.KeyValueDeleted\": AppConfigurationKeyValueDeletedEventData;\n /** An interface for the event data of a \"Microsoft.AppConfiguration.KeyValueModified\" event. */\n \"Microsoft.AppConfiguration.KeyValueModified\": AppConfigurationKeyValueModifiedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerRegistry.ImagePushed\" event. */\n \"Microsoft.ContainerRegistry.ImagePushed\": ContainerRegistryImagePushedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerRegistry.ImageDeleted\" event. */\n \"Microsoft.ContainerRegistry.ImageDeleted\": ContainerRegistryImageDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerRegistry.ChartDeleted\" event. */\n \"Microsoft.ContainerRegistry.ChartDeleted\": ContainerRegistryChartDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerRegistry.ChartPushed\" event. */\n \"Microsoft.ContainerRegistry.ChartPushed\": ContainerRegistryChartPushedEventData;\n /** An interface for the event data of a \"Microsoft.Devices.DeviceCreated\" event. */\n \"Microsoft.Devices.DeviceCreated\": IotHubDeviceCreatedEventData;\n /** An interface for the event data of a \"Microsoft.Devices.DeviceDeleted\" event. */\n \"Microsoft.Devices.DeviceDeleted\": IotHubDeviceDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Devices.DeviceConnected\" event. */\n \"Microsoft.Devices.DeviceConnected\": IotHubDeviceConnectedEventData;\n /** An interface for the event data of a \"Microsoft.Devices.DeviceDisconnected\" event. */\n \"Microsoft.Devices.DeviceDisconnected\": IotHubDeviceDisconnectedEventData;\n /** An interface for the event data of a \"Microsoft.Devices.DeviceTelemetry\" event. */\n \"Microsoft.Devices.DeviceTelemetry\": IotHubDeviceTelemetryEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.SubscriptionValidationEvent\" event. */\n \"Microsoft.EventGrid.SubscriptionValidationEvent\": SubscriptionValidationEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.SubscriptionDeletedEvent\" event. */\n \"Microsoft.EventGrid.SubscriptionDeletedEvent\": SubscriptionDeletedEventData;\n /** An interface for the event data of a \"Microsoft.EventHub.CaptureFileCreated\" event. */\n \"Microsoft.EventHub.CaptureFileCreated\": EventHubCaptureFileCreatedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.DicomImageCreated\" event. */\n \"Microsoft.HealthcareApis.DicomImageCreated\": HealthcareDicomImageCreatedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.DicomImageDeleted\" event. */\n \"Microsoft.HealthcareApis.DicomImageDeleted\": HealthcareDicomImageDeletedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.FhirResourceCreated\" event. */\n \"Microsoft.HealthcareApis.FhirResourceCreated\": HealthcareFhirResourceCreatedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.FhirUpdatedCreated\" event. */\n \"Microsoft.HealthcareApis.FhirUpdatedCreated\": HealthcareFhirResourceUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.FhirDeletedCreated\" event. */\n \"Microsoft.HealthcareApis.FhirDeletedCreated\": HealthcareFhirResourceDeletedEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.CertificateNewVersionCreated\" event. */\n \"Microsoft.KeyVault.CertificateNewVersionCreated\": KeyVaultCertificateNewVersionCreatedEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.CertificateNearExpiry\" event. */\n \"Microsoft.KeyVault.CertificateNearExpiry\": KeyVaultCertificateNearExpiryEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.CertificateExpired\" event. */\n \"Microsoft.KeyVault.CertificateExpired\": KeyVaultCertificateExpiredEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.KeyNewVersionCreated\" event. */\n \"Microsoft.KeyVault.KeyNewVersionCreated\": KeyVaultKeyNewVersionCreatedEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.KeyNearExpiry\" event. */\n \"Microsoft.KeyVault.KeyNearExpiry\": KeyVaultKeyNearExpiryEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.KeyExpired\" event. */\n \"Microsoft.KeyVault.KeyExpired\": KeyVaultKeyExpiredEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.SecretNewVersionCreated\" event. */\n \"Microsoft.KeyVault.SecretNewVersionCreated\": KeyVaultSecretNewVersionCreatedEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.SecretNearExpiry\" event. */\n \"Microsoft.KeyVault.SecretNearExpiry\": KeyVaultSecretNearExpiryEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.SecretExpired\" event. */\n \"Microsoft.KeyVault.SecretExpired\": KeyVaultSecretExpiredEventData;\n /** An interface for the event data of a \"Microsoft.KeyVault.VaultAccessPolicyChanged\" event. */\n \"Microsoft.KeyVault.VaultAccessPolicyChanged\": KeyVaultAccessPolicyChangedEventData;\n /** An interface for the event data of a \"Microsoft.MachineLearningServices.DatasetDriftDetected\" event. */\n \"Microsoft.MachineLearningServices.DatasetDriftDetected\": MachineLearningServicesDatasetDriftDetectedEventData;\n /** An interface for the event data of a \"Microsoft.MachineLearningServices.ModelDeployed\" event. */\n \"Microsoft.MachineLearningServices.ModelDeployed\": MachineLearningServicesModelDeployedEventData;\n /** An interface for the event data of a \"Microsoft.MachineLearningServices.ModelRegistered\" event. */\n \"Microsoft.MachineLearningServices.ModelRegistered\": MachineLearningServicesModelRegisteredEventData;\n /** An interface for the event data of a \"Microsoft.MachineLearningServices.RunCompleted\" event. */\n \"Microsoft.MachineLearningServices.RunCompleted\": MachineLearningServicesRunCompletedEventData;\n /** An interface for the event data of a \"Microsoft.MachineLearningServices.RunStatusChanged\" event. */\n \"Microsoft.MachineLearningServices.RunStatusChanged\": MachineLearningServicesRunStatusChangedEventData;\n /** An interface for the event data of a \"Microsoft.Maps.GeofenceEntered\" event. */\n \"Microsoft.Maps.GeofenceEntered\": MapsGeofenceEnteredEventData;\n /** An interface for the event data of a \"Microsoft.Maps.GeofenceExited\" event. */\n \"Microsoft.Maps.GeofenceExited\": MapsGeofenceExitedEventData;\n /** An interface for the event data of a \"Microsoft.Maps.GeofenceResult\" event. */\n \"Microsoft.Maps.GeofenceResult\": MapsGeofenceResultEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobStateChange\" event. */\n \"Microsoft.Media.JobStateChange\": MediaJobStateChangeEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputStateChange\" event. */\n \"Microsoft.Media.JobOutputStateChange\": MediaJobOutputStateChangeEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobScheduled\" event. */\n \"Microsoft.Media.JobScheduled\": MediaJobScheduledEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobProcessing\" event. */\n \"Microsoft.Media.JobProcessing\": MediaJobProcessingEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobCanceling\" event. */\n \"Microsoft.Media.JobCanceling\": MediaJobCancelingEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobFinished\" event. */\n \"Microsoft.Media.JobFinished\": MediaJobFinishedEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobCanceled\" event. */\n \"Microsoft.Media.JobCanceled\": MediaJobCanceledEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobErrored\" event. */\n \"Microsoft.Media.JobErrored\": MediaJobErroredEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputCanceled\" event. */\n \"Microsoft.Media.JobOutputCanceled\": MediaJobOutputCanceledEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputCanceling\" event. */\n \"Microsoft.Media.JobOutputCanceling\": MediaJobOutputCancelingEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputErrored\" event. */\n \"Microsoft.Media.JobOutputErrored\": MediaJobOutputErroredEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputFinished\" event. */\n \"Microsoft.Media.JobOutputFinished\": MediaJobOutputFinishedEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputProcessing\" event. */\n \"Microsoft.Media.JobOutputProcessing\": MediaJobOutputProcessingEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputScheduled\" event. */\n \"Microsoft.Media.JobOutputScheduled\": MediaJobOutputScheduledEventData;\n /** An interface for the event data of a \"Microsoft.Media.JobOutputProgress\" event. */\n \"Microsoft.Media.JobOutputProgress\": MediaJobOutputProgressEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventEncoderConnected\" event. */\n \"Microsoft.Media.LiveEventEncoderConnected\": MediaLiveEventEncoderConnectedEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventChannelArchiveHeartbeat\" event. */\n \"Microsoft.Media.LiveEventChannelArchiveHeartbeat\": MediaLiveEventChannelArchiveHeartbeatEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventConnectionRejected\" event. */\n \"Microsoft.Media.LiveEventConnectionRejected\": MediaLiveEventConnectionRejectedEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventEncoderDisconnected\" event. */\n \"Microsoft.Media.LiveEventEncoderDisconnected\": MediaLiveEventEncoderDisconnectedEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventIncomingStreamReceived\" event. */\n \"Microsoft.Media.LiveEventIncomingStreamReceived\": MediaLiveEventIncomingStreamReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventIncomingStreamsOutOfSync\" event. */\n \"Microsoft.Media.LiveEventIncomingStreamsOutOfSync\": MediaLiveEventIncomingStreamsOutOfSyncEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync\" event. */\n \"Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync\": MediaLiveEventIncomingVideoStreamsOutOfSyncEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventIncomingDataChunkDropped\" event. */\n \"Microsoft.Media.LiveEventIncomingDataChunkDropped\": MediaLiveEventIncomingDataChunkDroppedEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventIngestHeartbeat\" event. */\n \"Microsoft.Media.LiveEventIngestHeartbeat\": MediaLiveEventIngestHeartbeatEventData;\n /** An interface for the event data of a \"Microsoft.Media.LiveEventTrackDiscontinuityDetected\" event. */\n \"Microsoft.Media.LiveEventTrackDiscontinuityDetected\": MediaLiveEventTrackDiscontinuityDetectedEventData;\n /** An interface for the event data of a \"Microsoft.PolicyInsights.PolicyStateChanged\" event. */\n \"Microsoft.PolicyInsights.PolicyStateChanged \": PolicyInsightsPolicyStateChangedEventData;\n /** An interface for the event data of a \" Microsoft.PolicyInsights.PolicyStateCreated\" event. */\n \"Microsoft.PolicyInsights.PolicyStateCreated\": PolicyInsightsPolicyStateCreatedEventData;\n /** An interface for the event data of a \"Microsoft.PolicyInsights.PolicyStateDeleted\" event. */\n \"Microsoft.PolicyInsights.PolicyStateDeleted\": PolicyInsightsPolicyStateDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceDeleteSuccess\" event. */\n \"Microsoft.Resources.ResourceWriteSuccess\": ResourceWriteSuccessEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceWriteFailure\" event. */\n \"Microsoft.Resources.ResourceWriteFailure\": ResourceWriteFailureEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceWriteCancel\" event. */\n \"Microsoft.Resources.ResourceWriteCancel\": ResourceWriteCancelEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceDeleteSuccess\" event. */\n \"Microsoft.Resources.ResourceDeleteSuccess\": ResourceDeleteSuccessEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceDeleteFailure\" event. */\n \"Microsoft.Resources.ResourceDeleteFailure\": ResourceDeleteFailureEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceDeleteCancel\" event. */\n \"Microsoft.Resources.ResourceDeleteCancel\": ResourceDeleteCancelEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceActionSuccess\" event. */\n \"Microsoft.Resources.ResourceActionSuccess\": ResourceActionSuccessEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceActionFailure\" event. */\n \"Microsoft.Resources.ResourceActionFailure\": ResourceActionFailureEventData;\n /** An interface for the event data of a \"Microsoft.Resources.ResourceActionCancel\" event. */\n \"Microsoft.Resources.ResourceActionCancel\": ResourceActionCancelEventData;\n /** An interface for the event data of a \"Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners\" event. */\n \"Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners\": ServiceBusActiveMessagesAvailableWithNoListenersEventData;\n /** An interface for the event data of a \"Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners\" event. */\n \"Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners\": ServiceBusDeadletterMessagesAvailableWithNoListenersEventData;\n /** An interface for the event data of a \"Microsoft.Storage.AsyncOperationInitiated\" event. */\n \"Microsoft.Storage.AsyncOperationInitiated\": StorageAsyncOperationInitiatedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.BlobCreated\" event. */\n \"Microsoft.Storage.BlobCreated\": StorageBlobCreatedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.BlobDeleted\" event. */\n \"Microsoft.Storage.BlobDeleted\": StorageBlobDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.BlobInventoryPolicyCompleted\" event. */\n \"Microsoft.Storage.BlobInventoryPolicyCompleted\": StorageBlobInventoryPolicyCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.BlobTierChanged\" event. */\n \"Microsoft.Storage.BlobTierChanged\": StorageBlobTierChangedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.BlobRenamed\" event. */\n \"Microsoft.Storage.BlobRenamed\": StorageBlobRenamedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.DirectoryCreated\" event. */\n \"Microsoft.Storage.DirectoryCreated\": StorageDirectoryCreatedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.DirectoryDeleted\" event. */\n \"Microsoft.Storage.DirectoryDeleted\": StorageDirectoryDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.DirectoryRenamed\" event. */\n \"Microsoft.Storage.DirectoryRenamed\": StorageDirectoryRenamedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.LifecyclePolicyCompleted\" event. */\n \"Microsoft.Storage.LifecyclePolicyCompleted\": StorageLifecyclePolicyCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Web.AppUpdated\" event. */\n \"Microsoft.Web.AppUpdated\": WebAppUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Web.BackupOperationStarted\" event. */\n \"Microsoft.Web.BackupOperationStarted\": WebBackupOperationStartedEventData;\n /** An interface for the event data of a \"Microsoft.Web.BackupOperationCompleted\" event. */\n \"Microsoft.Web.BackupOperationCompleted\": WebBackupOperationCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Web.BackupOperationFailed\" event. */\n \"Microsoft.Web.BackupOperationFailed\": WebBackupOperationFailedEventData;\n /** An interface for the event data of a \"Microsoft.Web.RestoreOperationStarted\" event. */\n \"Microsoft.Web.RestoreOperationStarted\": WebRestoreOperationStartedEventData;\n /** An interface for the event data of a \"Microsoft.Web.RestoreOperationCompleted\" event. */\n \"Microsoft.Web.RestoreOperationCompleted\": WebRestoreOperationCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Web.RestoreOperationFailed\" event. */\n \"Microsoft.Web.RestoreOperationFailed\": WebRestoreOperationFailedEventData;\n /** An interface for the event data of a \"Microsoft.Web.SlotSwapStarted\" event. */\n \"Microsoft.Web.SlotSwapStarted\": WebSlotSwapStartedEventData;\n /** An interface for the event data of a \"Microsoft.Web.SlotSwapCompleted\" event. */\n \"Microsoft.Web.SlotSwapCompleted\": WebSlotSwapCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Web.SlotSwapFailed\" event. */\n \"Microsoft.Web.SlotSwapFailed\": WebSlotSwapFailedEventData;\n /** An interface for the event data of a \"Microsoft.Web.SlotSwapWithPreviewStarted\" event. */\n \"Microsoft.Web.SlotSwapWithPreviewStarted\": WebSlotSwapWithPreviewStartedEventData;\n /** An interface for the event data of a \"Microsoft.Web.SlotSwapWithPreviewCancelled\" event. */\n \"Microsoft.Web.SlotSwapWithPreviewCancelled\": WebSlotSwapWithPreviewCancelledEventData;\n /** An interface for the event data of a \"Microsoft.Web.AppServicePlanUpdated\" event. */\n \"Microsoft.Web.AppServicePlanUpdated\": WebAppServicePlanUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.StorageTaskQueued\" event. */\n \"Microsoft.Storage.StorageTaskQueued\": StorageTaskQueuedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.StorageTaskCompleted\" event. */\n \"Microsoft.Storage.StorageTaskCompleted\": StorageTaskCompletedEventData;\n /** An interface for the event data of a \"Microsoft.DataBox.CopyStarted\" event. */\n \"Microsoft.DataBox.CopyStarted\": DataBoxCopyStartedEventData;\n /** An interface for the event data of a \"Microsoft.DataBox.CopyCompleted\" event. */\n \"Microsoft.DataBox.CopyCompleted\": DataBoxCopyCompletedEventData;\n /** An interface for the event data of a \"Microsoft.DataBox.OrderCompleted\" event. */\n \"Microsoft.DataBox.OrderCompleted\": DataBoxOrderCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.IncomingCall\" event. */\n \"Microsoft.Communication.IncomingCall\": AcsIncomingCallEventData;\n /** An interface for the event data of a \"Microsoft.Communication.EmailDeliveryReportReceived\" event. */\n \"Microsoft.Communication.EmailDeliveryReportReceived\": AcsEmailDeliveryReportReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.EmailEngagementTrackingReportReceived\" event. */\n \"Microsoft.Communication.EmailEngagementTrackingReportReceived\": AcsEmailEngagementTrackingReportReceivedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayCreated\" event. */\n \"Microsoft.ApiManagement.GatewayCreated\": ApiManagementGatewayCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayUpdated\" event. */\n \"Microsoft.ApiManagement.GatewayUpdated\": ApiManagementGatewayUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayDeleted\" event. */\n \"Microsoft.ApiManagement.GatewayDeleted\": ApiManagementGatewayDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayHostnameConfigurationCreated\" event. */\n \"Microsoft.ApiManagement.GatewayHostnameConfigurationCreated\": ApiManagementGatewayHostnameConfigurationCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated\" event. */\n \"Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated\": ApiManagementGatewayHostnameConfigurationUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted\" event. */\n \"Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted\": ApiManagementGatewayHostnameConfigurationDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayCertificateAuthorityCreated\" event. */\n \"Microsoft.ApiManagement.GatewayCertificateAuthorityCreated\": ApiManagementGatewayCertificateAuthorityCreatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated\" event. */\n \"Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated\": ApiManagementGatewayCertificateAuthorityUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted\" event. */\n \"Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted\": ApiManagementGatewayCertificateAuthorityDeletedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayAPIAdded\" event. */\n \"Microsoft.ApiManagement.GatewayAPIAdded\": ApiManagementGatewayApiAddedEventData;\n /** An interface for the event data of a \"Microsoft.ApiManagement.GatewayAPIRemoved\" event. */\n \"Microsoft.ApiManagement.GatewayAPIRemoved\": ApiManagementGatewayApiRemovedEventData;\n /** An interface for the event data of a \"Microsoft.HealthcareApis.DicomImageUpdated\" event. */\n \"Microsoft.HealthcareApis.DicomImageUpdated\": HealthcareDicomImageUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.ClusterSupportEnded\" event. */\n \"Microsoft.ContainerService.ClusterSupportEnded\": ContainerServiceClusterSupportEndedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.ClusterSupportEnding\" event. */\n \"Microsoft.ContainerService.ClusterSupportEnding\": ContainerServiceClusterSupportEndingEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.NodePoolRollingStarted\" event. */\n \"Microsoft.ContainerService.NodePoolRollingStarted\": ContainerServiceNodePoolRollingStartedEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.NodePoolRollingSucceeded\" event. */\n \"Microsoft.ContainerService.NodePoolRollingSucceeded\": ContainerServiceNodePoolRollingSucceededEventData;\n /** An interface for the event data of a \"Microsoft.ContainerService.NodePoolRollingFailed\" event. */\n \"Microsoft.ContainerService.NodePoolRollingFailed\": ContainerServiceNodePoolRollingFailedEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.MQTTClientCreatedOrUpdated\" event. */\n \"Microsoft.EventGrid.MQTTClientCreatedOrUpdated\": EventGridMqttClientCreatedOrUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.MQTTClientDeleted\" event. */\n \"Microsoft.EventGrid.MQTTClientDeleted\": EventGridMqttClientDeletedEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.MQTTClientSessionConnected\" event. */\n \"Microsoft.EventGrid.MQTTClientSessionConnected\": EventGridMqttClientSessionConnectedEventData;\n /** An interface for the event data of a \"Microsoft.EventGrid.MQTTClientSessionDisconnected\" event. */\n \"Microsoft.EventGrid.MQTTClientSessionDisconnected\": EventGridMqttClientSessionDisconnectedEventData;\n /** An interface for the event data of a \"Microsoft.AppConfiguration.SnapshotCreated\" event. */\n \"Microsoft.AppConfiguration.SnapshotCreated\": AppConfigurationSnapshotCreatedEventData;\n /** An interface for the event data of a \"Microsoft.AppConfiguration.SnapshotModified\" event. */\n \"Microsoft.AppConfiguration.SnapshotModified\": AppConfigurationSnapshotModifiedEventData;\n /** An interface for the event data of a \"Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged\" event. */\n \"Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged\": ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData;\n /** An interface for the event data of a \"Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated\" event. */\n \"Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated\": ResourceNotificationsHealthResourcesAnnotatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerDeregistered\" event. */\n \"Microsoft.Communication.RouterWorkerDeregistered\": AcsRouterWorkerDeregisteredEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerRegistered\" event. */\n \"Microsoft.Communication.RouterWorkerRegistered\": AcsRouterWorkerRegisteredEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobCancelled\" event. */\n \"Microsoft.Communication.RouterJobCancelled\": AcsRouterJobCancelledEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobClassificationFailed\" event. */\n \"Microsoft.Communication.RouterJobClassificationFailed\": AcsRouterJobClassificationFailedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobClassified\" event. */\n \"Microsoft.Communication.RouterJobClassified\": AcsRouterJobClassifiedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobClosed\" event. */\n \"Microsoft.Communication.RouterJobClosed\": AcsRouterJobClosedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobCompleted\" event. */\n \"Microsoft.Communication.RouterJobCompleted\": AcsRouterJobCompletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobDeleted\" event. */\n \"Microsoft.Communication.RouterJobDeleted\": AcsRouterJobDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobExceptionTriggered\" event. */\n \"Microsoft.Communication.RouterJobExceptionTriggered\": AcsRouterJobExceptionTriggeredEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobQueued\" event. */\n \"Microsoft.Communication.RouterJobQueued\": AcsRouterJobQueuedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobReceived\" event. */\n \"Microsoft.Communication.RouterJobReceived\": AcsRouterJobReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobSchedulingFailed\" event. */\n \"Microsoft.Communication.RouterJobSchedulingFailed\": AcsRouterJobSchedulingFailedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobUnassigned\" event. */\n \"Microsoft.Communication.RouterJobUnassigned\": AcsRouterJobUnassignedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobWaitingForActivation\" event. */\n \"Microsoft.Communication.RouterJobWaitingForActivation\": AcsRouterJobWaitingForActivationEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterJobWorkerSelectorsExpire\" event. */\n \"Microsoft.Communication.RouterJobWorkerSelectorsExpire\": AcsRouterJobWorkerSelectorsExpiredEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerDeleted\" event. */\n \"Microsoft.Communication.RouterWorkerDeleted\": AcsRouterWorkerDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerOfferAccepted\" event. */\n \"Microsoft.Communication.RouterWorkerOfferAccepted\": AcsRouterWorkerOfferAcceptedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerOfferDeclined\" event. */\n \"Microsoft.Communication.RouterWorkerOfferDeclined\": AcsRouterWorkerOfferDeclinedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerOfferExpired\" event. */\n \"Microsoft.Communication.RouterWorkerOfferExpired\": AcsRouterWorkerOfferExpiredEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerOfferIssued\" event. */\n \"Microsoft.Communication.RouterWorkerOfferIssued\": AcsRouterWorkerOfferIssuedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerOfferRevoked\" event. */\n \"Microsoft.Communication.RouterWorkerOfferRevoked\": AcsRouterWorkerOfferRevokedEventData;\n /** An interface for the event data of a \"Microsoft.ResourceNotifications.Resources.CreatedOrUpdated\" event. */\n \"Microsoft.ResourceNotifications.Resources.CreatedOrUpdated\": ResourceNotificationsResourceManagementCreatedOrUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.ResourceNotifications.Resources.Deleted\" event. */\n \"Microsoft.ResourceNotifications.Resources.Deleted\": ResourceNotificationsResourceManagementDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.StorageTaskAssignmentQueued\" event. */\n \"Microsoft.Storage.StorageTaskAssignmentQueued\": StorageTaskAssignmentQueuedEventData;\n /** An interface for the event data of a \"Microsoft.Storage.StorageTaskAssignmentCompleted\" event. */\n \"Microsoft.Storage.StorageTaskAssignmentCompleted\": StorageTaskAssignmentCompletedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ScriptExecutionStarted\" event. */\n \"Microsoft.AVS.ScriptExecutionStarted\": AvsScriptExecutionStartedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ScriptExecutionFinished\" event. */\n \"Microsoft.AVS.ScriptExecutionFinished\": AvsScriptExecutionFinishedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ScriptExecutionCancelled\" event. */\n \"Microsoft.AVS.ScriptExecutionCancelled\": AvsScriptExecutionCancelledEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ScriptExecutionFailed\" event. */\n \"Microsoft.AVS.ScriptExecutionFailed\": AvsScriptExecutionFailedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.PrivateCloudUpdating\" event. */\n \"Microsoft.AVS.PrivateCloudUpdating\": AvsPrivateCloudUpdatingEventData;\n /** An interface for the event data of a \"Microsoft.AVS.PrivateCloudUpdated\" event. */\n \"Microsoft.AVS.PrivateCloudUpdated\": AvsPrivateCloudUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.PrivateCloudFailed\" event. */\n \"Microsoft.AVS.PrivateCloudFailed\": AvsPrivateCloudFailedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ClusterCreated\" event. */\n \"Microsoft.AVS.ClusterCreated\": AvsClusterCreatedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ClusterDeleted\" event. */\n \"Microsoft.AVS.ClusterDeleted\": AvsClusterDeletedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ClusterUpdating\" event. */\n \"Microsoft.AVS.ClusterUpdating\": AvsClusterUpdatingEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ClusterUpdated\" event. */\n \"Microsoft.AVS.ClusterUpdated\": AvsClusterUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.AVS.ClusterFailed\" event. */\n \"Microsoft.AVS.ClusterFailed\": AvsClusterFailedEventData;\n /** An interface for the event data of a \"Microsoft.ApiCenter.ApiDefinitionAdded\" event. */\n \"Microsoft.ApiCenter.ApiDefinitionAdded\": ApiCenterApiDefinitionAddedEventData;\n /** An interface for the event data of a \"Microsoft.ApiCenter.ApiDefinitionUpdated\" event. */\n \"Microsoft.ApiCenter.ApiDefinitionUpdated\": ApiCenterApiDefinitionUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated\" event. */\n \"Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated\": AcsMessageDeliveryStatusUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.AdvancedMessageReceived\" event. */\n \"Microsoft.Communication.AdvancedMessageReceived\": AcsMessageReceivedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.RouterWorkerUpdated\" event. */\n \"Microsoft.Communication.RouterWorkerUpdated\": AcsRouterWorkerUpdatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadCreated\" event. */\n \"Microsoft.Communication.ChatThreadCreated\": AcsChatThreadCreatedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadDeleted\" event. */\n \"Microsoft.Communication.ChatThreadDeleted\": AcsChatThreadDeletedEventData;\n /** An interface for the event data of a \"Microsoft.Communication.ChatThreadPropertiesUpdated\" event. */\n \"Microsoft.Communication.ChatThreadPropertiesUpdated\": AcsChatThreadPropertiesUpdatedEventData;\n}\n\n/**\n * isCloudEventLike returns \"true\" when the event is a CloudEvent\n *\n * @param o - Either an EventGrid our CloudEvent event.\n */\nfunction isCloudEventLike(\n o: EventGridEvent<unknown> | CloudEvent<unknown>,\n): o is CloudEvent<unknown> {\n return (o as any).source !== undefined;\n}\n\n/**\n * iSystemEvent returns \"true\" when a given event is a system event of a given type. When using\n * TypeScript, this function acts as a custom type guard and allows the TypeScript compiler to\n * identify the underlying data\n *\n * @param eventType - The type of system event to check for, e.g., \"Microsoft.AppConfiguration.KeyValueDeleted\"\n * @param event - The event to test.\n */\nexport function isSystemEvent<T extends KnownSystemEventTypes>(\n eventType: T,\n event: EventGridEvent<unknown>,\n): event is EventGridEvent<SystemEventNameToEventData[T]>;\n\n/**\n * iSystemEvent returns \"true\" when a given event is a system event of a given type. When using\n * TypeScript, this function acts as a custom type guard and allows the TypeScript compiler to\n * identify the underlying data\n *\n * @param eventType - The type of system event to check for, e.g., \"Microsoft.AppConfiguration.KeyValueDeleted\"\n * @param event - The event to test.\n */\nexport function isSystemEvent<T extends KnownSystemEventTypes>(\n eventType: T,\n event: CloudEvent<unknown>,\n): event is CloudEvent<SystemEventNameToEventData[T]>;\n\nexport function isSystemEvent<T extends KnownSystemEventTypes>(\n eventType: T,\n event: EventGridEvent<unknown> | CloudEvent<unknown>,\n): event is\n | EventGridEvent<SystemEventNameToEventData[T]>\n | CloudEvent<SystemEventNameToEventData[T]> {\n if (isCloudEventLike(event)) {\n return event.type === eventType;\n } else {\n return event.eventType === eventType;\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * A tracing client to handle spans.
3
+ * @internal
4
+ */
5
+ export declare const tracingClient: import("@azure/core-tracing").TracingClient;
6
+ //# sourceMappingURL=tracing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,eAAO,MAAM,aAAa,6CAIxB,CAAC"}
@@ -0,0 +1,13 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createTracingClient } from "@azure/core-tracing";
4
+ /**
5
+ * A tracing client to handle spans.
6
+ * @internal
7
+ */
8
+ export const tracingClient = createTracingClient({
9
+ namespace: "Microsoft.Messaging.EventGrid",
10
+ packageName: "@azure/event-grid",
11
+ packageVersion: "5.8.1",
12
+ });
13
+ //# sourceMappingURL=tracing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,+BAA+B;IAC1C,WAAW,EAAE,mBAAmB;IAChC,cAAc,EAAE,OAAO;CACxB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\n/**\n * A tracing client to handle spans.\n * @internal\n */\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Messaging.EventGrid\",\n packageName: \"@azure/event-grid\",\n packageVersion: \"5.8.1\",\n});\n"]}
@@ -0,0 +1,26 @@
1
+ import type { KeyCredential } from "@azure/core-auth";
2
+ /**
3
+ * Stringifies a Date object in the format expected by the Event Grid service, for use in a Shared Access Signiture.
4
+ *
5
+ * The service expects this time string to be in the same format as what is returned by the .NET DateTime.ToString
6
+ * method, using the "en-US" culture.
7
+ *
8
+ * This corresponds to the .NET format string: "M/d/yyyy h:mm:ss tt". For example, the date "June 5th, 2020, 12:09:03 PM"
9
+ * is represented as the string "6/5/2020 12:09:03 PM"
10
+ *
11
+ * The service expects a UTC time, so this method returns a string based on the UTC time of the provided Date.
12
+ *
13
+ * @param d - The Date object to convert to a string.
14
+ */
15
+ export declare function dateToServiceTimeString(d: Date): string;
16
+ /**
17
+ * Returns `true` if the credential object is like the KeyCredential interface (i.e. it has a
18
+ * key property).
19
+ *
20
+ * @param credential - The object to test
21
+ */
22
+ export declare function isKeyCredentialLike(o: unknown): o is KeyCredential;
23
+ export declare function parseAndWrap(jsonStringOrObject: string | Record<string, unknown>): any[];
24
+ export declare function validateEventGridEvent(o: unknown): void;
25
+ export declare function validateCloudEventEvent(o: unknown): void;
26
+ //# sourceMappingURL=util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../src/util.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;;;;;;;;;GAYG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,EAAE,IAAI,GAAG,MAAM,CAWvD;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,aAAa,CAKlE;AAED,wBAAgB,YAAY,CAAC,kBAAkB,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,GAAG,EAAE,CAexF;AAID,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,OAAO,GAAG,IAAI,CAuBvD;AAID,wBAAgB,uBAAuB,CAAC,CAAC,EAAE,OAAO,GAAG,IAAI,CAexD"}
@@ -0,0 +1,109 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ /**
4
+ * Stringifies a Date object in the format expected by the Event Grid service, for use in a Shared Access Signiture.
5
+ *
6
+ * The service expects this time string to be in the same format as what is returned by the .NET DateTime.ToString
7
+ * method, using the "en-US" culture.
8
+ *
9
+ * This corresponds to the .NET format string: "M/d/yyyy h:mm:ss tt". For example, the date "June 5th, 2020, 12:09:03 PM"
10
+ * is represented as the string "6/5/2020 12:09:03 PM"
11
+ *
12
+ * The service expects a UTC time, so this method returns a string based on the UTC time of the provided Date.
13
+ *
14
+ * @param d - The Date object to convert to a string.
15
+ */
16
+ export function dateToServiceTimeString(d) {
17
+ const month = d.getUTCMonth() + 1; // getUTCMonth returns 0-11 not 1-12.
18
+ const day = d.getUTCDate();
19
+ const year = d.getUTCFullYear();
20
+ const hour = d.getUTCHours() === 0 || d.getUTCHours() === 12 ? 12 : d.getUTCHours() % 12; // getUTCHours returns 0-23, and we want this in 12 hour format.
21
+ const minute = d.getUTCMinutes().toString().padStart(2, "0");
22
+ const second = d.getUTCSeconds().toString().padStart(2, "0");
23
+ const am = d.getUTCHours() >= 12 ? "PM" : "AM";
24
+ return `${month}/${day}/${year} ${hour}:${minute}:${second} ${am}`;
25
+ }
26
+ /**
27
+ * Returns `true` if the credential object is like the KeyCredential interface (i.e. it has a
28
+ * key property).
29
+ *
30
+ * @param credential - The object to test
31
+ */
32
+ export function isKeyCredentialLike(o) {
33
+ const castO = o;
34
+ return castO.key !== undefined;
35
+ }
36
+ export function parseAndWrap(jsonStringOrObject) {
37
+ if (typeof jsonStringOrObject === "string") {
38
+ const o = JSON.parse(jsonStringOrObject);
39
+ if (Array.isArray(o)) {
40
+ return o;
41
+ }
42
+ else {
43
+ return [o];
44
+ }
45
+ }
46
+ if (Array.isArray(jsonStringOrObject)) {
47
+ return jsonStringOrObject;
48
+ }
49
+ else {
50
+ return [jsonStringOrObject];
51
+ }
52
+ }
53
+ const EVENT_GRID_SCHEMA_METADATA_VERSION = "1";
54
+ export function validateEventGridEvent(o) {
55
+ if (typeof o !== "object") {
56
+ throw new TypeError("event is not an object");
57
+ }
58
+ const castO = o;
59
+ validateRequiredStringProperties(o, [
60
+ "eventType",
61
+ "eventTime",
62
+ "id",
63
+ "subject",
64
+ "topic",
65
+ "dataVersion",
66
+ "metadataVersion",
67
+ ]);
68
+ validateRequiredAnyProperties(o, ["data"]);
69
+ if (castO.metadataVersion !== EVENT_GRID_SCHEMA_METADATA_VERSION) {
70
+ throw new TypeError("event is not in the Event Grid schema");
71
+ }
72
+ }
73
+ const CLOUD_EVENT_1_0_SPEC_VERSION = "1.0";
74
+ export function validateCloudEventEvent(o) {
75
+ validateRequiredStringProperties(o, ["type", "source", "id", "specversion"]);
76
+ validateOptionalStringProperties(o, ["time", "dataschema", "datacontenttype", "subject"]);
77
+ if (typeof o !== "object") {
78
+ throw new TypeError("event is not an object");
79
+ }
80
+ const castO = o;
81
+ if (castO.specversion !== CLOUD_EVENT_1_0_SPEC_VERSION) {
82
+ throw new Error("event is not in the Cloud Event 1.0 schema");
83
+ }
84
+ }
85
+ function validateRequiredStringProperties(o, propertyNames) {
86
+ for (const propertyName of propertyNames) {
87
+ if (typeof o[propertyName] === "undefined") {
88
+ throw new Error(`event is missing required property '${propertyName}'`);
89
+ }
90
+ if (typeof o[propertyName] !== "string") {
91
+ throw new TypeError(`event property '${propertyName} should be a 'string', but is '${typeof o[propertyName]}'`);
92
+ }
93
+ }
94
+ }
95
+ function validateRequiredAnyProperties(o, propertyNames) {
96
+ for (const propertyName of propertyNames) {
97
+ if (typeof o[propertyName] === "undefined") {
98
+ throw new Error(`event is missing required property '${propertyName}'`);
99
+ }
100
+ }
101
+ }
102
+ function validateOptionalStringProperties(o, propertyNames) {
103
+ for (const propertyName of propertyNames) {
104
+ if (typeof o[propertyName] !== "undefined" && typeof o[propertyName] !== "string") {
105
+ throw new TypeError(`event property '${propertyName}' should be a 'string' but it is a '${typeof o[propertyName]}'`);
106
+ }
107
+ }
108
+ }
109
+ //# sourceMappingURL=util.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/util.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,uBAAuB,CAAC,CAAO;IAC7C,MAAM,KAAK,GAAG,CAAC,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC,qCAAqC;IACxE,MAAM,GAAG,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC;IAC3B,MAAM,IAAI,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC;IAEhC,MAAM,IAAI,GAAG,CAAC,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,EAAE,CAAC,CAAC,gEAAgE;IAC1J,MAAM,MAAM,GAAG,CAAC,CAAC,aAAa,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IAC7D,MAAM,MAAM,GAAG,CAAC,CAAC,aAAa,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IAC7D,MAAM,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAE/C,OAAO,GAAG,KAAK,IAAI,GAAG,IAAI,IAAI,IAAI,IAAI,IAAI,MAAM,IAAI,MAAM,IAAI,EAAE,EAAE,CAAC;AACrE,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,CAAU;IAC5C,MAAM,KAAK,GAAG,CAEb,CAAC;IACF,OAAO,KAAK,CAAC,GAAG,KAAK,SAAS,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,kBAAoD;IAC/E,IAAI,OAAO,kBAAkB,KAAK,QAAQ,EAAE,CAAC;QAC3C,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;QACzC,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;YACrB,OAAO,CAAC,CAAC;QACX,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,CAAC,CAAC,CAAC;QACb,CAAC;IACH,CAAC;IAED,IAAI,KAAK,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC;QACtC,OAAO,kBAAkB,CAAC;IAC5B,CAAC;SAAM,CAAC;QACN,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC9B,CAAC;AACH,CAAC;AAED,MAAM,kCAAkC,GAAG,GAAG,CAAC;AAE/C,MAAM,UAAU,sBAAsB,CAAC,CAAU;IAC/C,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE,CAAC;QAC1B,MAAM,IAAI,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAChD,CAAC;IAED,MAAM,KAAK,GAAG,CAEb,CAAC;IACF,gCAAgC,CAAC,CAAC,EAAE;QAClC,WAAW;QACX,WAAW;QACX,IAAI;QACJ,SAAS;QACT,OAAO;QACP,aAAa;QACb,iBAAiB;KAClB,CAAC,CAAC;IAEH,6BAA6B,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAE3C,IAAI,KAAK,CAAC,eAAe,KAAK,kCAAkC,EAAE,CAAC;QACjE,MAAM,IAAI,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC/D,CAAC;AACH,CAAC;AAED,MAAM,4BAA4B,GAAG,KAAK,CAAC;AAE3C,MAAM,UAAU,uBAAuB,CAAC,CAAU;IAChD,gCAAgC,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC;IAC7E,gCAAgC,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,CAAC,CAAC,CAAC;IAE1F,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE,CAAC;QAC1B,MAAM,IAAI,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAChD,CAAC;IAED,MAAM,KAAK,GAAG,CAEb,CAAC;IAEF,IAAI,KAAK,CAAC,WAAW,KAAK,4BAA4B,EAAE,CAAC;QACvD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;IAChE,CAAC;AACH,CAAC;AAED,SAAS,gCAAgC,CAAC,CAAM,EAAE,aAAuB;IACvE,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;QACzC,IAAI,OAAO,CAAC,CAAC,YAAY,CAAC,KAAK,WAAW,EAAE,CAAC;YAC3C,MAAM,IAAI,KAAK,CAAC,uCAAuC,YAAY,GAAG,CAAC,CAAC;QAC1E,CAAC;QAED,IAAI,OAAO,CAAC,CAAC,YAAY,CAAC,KAAK,QAAQ,EAAE,CAAC;YACxC,MAAM,IAAI,SAAS,CACjB,mBAAmB,YAAY,kCAAkC,OAAO,CAAC,CAAC,YAAY,CAAC,GAAG,CAC3F,CAAC;QACJ,CAAC;IACH,CAAC;AACH,CAAC;AAED,SAAS,6BAA6B,CAAC,CAAM,EAAE,aAAuB;IACpE,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;QACzC,IAAI,OAAO,CAAC,CAAC,YAAY,CAAC,KAAK,WAAW,EAAE,CAAC;YAC3C,MAAM,IAAI,KAAK,CAAC,uCAAuC,YAAY,GAAG,CAAC,CAAC;QAC1E,CAAC;IACH,CAAC;AACH,CAAC;AAED,SAAS,gCAAgC,CAAC,CAAM,EAAE,aAAuB;IACvE,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;QACzC,IAAI,OAAO,CAAC,CAAC,YAAY,CAAC,KAAK,WAAW,IAAI,OAAO,CAAC,CAAC,YAAY,CAAC,KAAK,QAAQ,EAAE,CAAC;YAClF,MAAM,IAAI,SAAS,CACjB,mBAAmB,YAAY,uCAAuC,OAAO,CAAC,CAC5E,YAAY,CACb,GAAG,CACL,CAAC;QACJ,CAAC;IACH,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { KeyCredential } from \"@azure/core-auth\";\n\n/**\n * Stringifies a Date object in the format expected by the Event Grid service, for use in a Shared Access Signiture.\n *\n * The service expects this time string to be in the same format as what is returned by the .NET DateTime.ToString\n * method, using the \"en-US\" culture.\n *\n * This corresponds to the .NET format string: \"M/d/yyyy h:mm:ss tt\". For example, the date \"June 5th, 2020, 12:09:03 PM\"\n * is represented as the string \"6/5/2020 12:09:03 PM\"\n *\n * The service expects a UTC time, so this method returns a string based on the UTC time of the provided Date.\n *\n * @param d - The Date object to convert to a string.\n */\nexport function dateToServiceTimeString(d: Date): string {\n const month = d.getUTCMonth() + 1; // getUTCMonth returns 0-11 not 1-12.\n const day = d.getUTCDate();\n const year = d.getUTCFullYear();\n\n const hour = d.getUTCHours() === 0 || d.getUTCHours() === 12 ? 12 : d.getUTCHours() % 12; // getUTCHours returns 0-23, and we want this in 12 hour format.\n const minute = d.getUTCMinutes().toString().padStart(2, \"0\");\n const second = d.getUTCSeconds().toString().padStart(2, \"0\");\n const am = d.getUTCHours() >= 12 ? \"PM\" : \"AM\";\n\n return `${month}/${day}/${year} ${hour}:${minute}:${second} ${am}`;\n}\n\n/**\n * Returns `true` if the credential object is like the KeyCredential interface (i.e. it has a\n * key property).\n *\n * @param credential - The object to test\n */\nexport function isKeyCredentialLike(o: unknown): o is KeyCredential {\n const castO = o as {\n key: unknown;\n };\n return castO.key !== undefined;\n}\n\nexport function parseAndWrap(jsonStringOrObject: string | Record<string, unknown>): any[] {\n if (typeof jsonStringOrObject === \"string\") {\n const o = JSON.parse(jsonStringOrObject);\n if (Array.isArray(o)) {\n return o;\n } else {\n return [o];\n }\n }\n\n if (Array.isArray(jsonStringOrObject)) {\n return jsonStringOrObject;\n } else {\n return [jsonStringOrObject];\n }\n}\n\nconst EVENT_GRID_SCHEMA_METADATA_VERSION = \"1\";\n\nexport function validateEventGridEvent(o: unknown): void {\n if (typeof o !== \"object\") {\n throw new TypeError(\"event is not an object\");\n }\n\n const castO = o as {\n metadataVersion: unknown;\n };\n validateRequiredStringProperties(o, [\n \"eventType\",\n \"eventTime\",\n \"id\",\n \"subject\",\n \"topic\",\n \"dataVersion\",\n \"metadataVersion\",\n ]);\n\n validateRequiredAnyProperties(o, [\"data\"]);\n\n if (castO.metadataVersion !== EVENT_GRID_SCHEMA_METADATA_VERSION) {\n throw new TypeError(\"event is not in the Event Grid schema\");\n }\n}\n\nconst CLOUD_EVENT_1_0_SPEC_VERSION = \"1.0\";\n\nexport function validateCloudEventEvent(o: unknown): void {\n validateRequiredStringProperties(o, [\"type\", \"source\", \"id\", \"specversion\"]);\n validateOptionalStringProperties(o, [\"time\", \"dataschema\", \"datacontenttype\", \"subject\"]);\n\n if (typeof o !== \"object\") {\n throw new TypeError(\"event is not an object\");\n }\n\n const castO = o as {\n specversion: unknown;\n };\n\n if (castO.specversion !== CLOUD_EVENT_1_0_SPEC_VERSION) {\n throw new Error(\"event is not in the Cloud Event 1.0 schema\");\n }\n}\n\nfunction validateRequiredStringProperties(o: any, propertyNames: string[]): void {\n for (const propertyName of propertyNames) {\n if (typeof o[propertyName] === \"undefined\") {\n throw new Error(`event is missing required property '${propertyName}'`);\n }\n\n if (typeof o[propertyName] !== \"string\") {\n throw new TypeError(\n `event property '${propertyName} should be a 'string', but is '${typeof o[propertyName]}'`,\n );\n }\n }\n}\n\nfunction validateRequiredAnyProperties(o: any, propertyNames: string[]): void {\n for (const propertyName of propertyNames) {\n if (typeof o[propertyName] === \"undefined\") {\n throw new Error(`event is missing required property '${propertyName}'`);\n }\n }\n}\n\nfunction validateOptionalStringProperties(o: any, propertyNames: string[]): void {\n for (const propertyName of propertyNames) {\n if (typeof o[propertyName] !== \"undefined\" && typeof o[propertyName] !== \"string\") {\n throw new TypeError(\n `event property '${propertyName}' should be a 'string' but it is a '${typeof o[\n propertyName\n ]}'`,\n );\n }\n }\n}\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Event Grid service.",
6
- "version": "5.8.1-alpha.20241126.1",
6
+ "version": "5.8.1-alpha.20241128.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -13,9 +13,9 @@
13
13
  "cloud"
14
14
  ],
15
15
  "license": "MIT",
16
- "main": "./dist/index.js",
17
- "module": "./dist-esm/src/index.js",
18
- "types": "./types/eventgrid.d.ts",
16
+ "main": "./dist/commonjs/index.js",
17
+ "module": "./dist/esm/index.js",
18
+ "types": "./dist/commonjs/index.d.ts",
19
19
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid/README.md",
20
20
  "repository": "github:Azure/azure-sdk-for-js",
21
21
  "bugs": {
@@ -26,8 +26,6 @@
26
26
  },
27
27
  "files": [
28
28
  "dist/",
29
- "dist-esm/src/",
30
- "types/eventgrid.d.ts",
31
29
  "README.md",
32
30
  "LICENSE"
33
31
  ],
@@ -59,24 +57,20 @@
59
57
  }
60
58
  ]
61
59
  },
62
- "browser": {
63
- "./dist-esm/src/cryptoHelpers.js": "./dist-esm/src/cryptoHelpers.browser.js"
64
- },
60
+ "browser": "./dist/browser/index.js",
65
61
  "scripts": {
66
- "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
67
- "build:browser": "tsc -p . && dev-tool run bundle",
68
- "build:node": "tsc -p . && dev-tool run bundle",
62
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
69
63
  "build:samples": "echo Obsolete",
70
- "build:test": "tsc -p . && dev-tool run bundle",
64
+ "build:test": "echo Obsolete",
71
65
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
72
66
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
73
67
  "execute:samples": "dev-tool samples run samples-dev",
74
- "extract-api": "tsc -p . && dev-tool run extract-api",
68
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
75
69
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
76
70
  "generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
77
71
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
78
- "integration-test:browser": "dev-tool run test:browser",
79
- "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
72
+ "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
73
+ "integration-test:node": "dev-tool run test:vitest",
80
74
  "lint": "eslint package.json api-extractor.json README.md src test",
81
75
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
82
76
  "pack": "npm pack 2>&1",
@@ -84,53 +78,72 @@
84
78
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
85
79
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
86
80
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
87
- "unit-test:browser": "dev-tool run test:browser",
88
- "unit-test:node": "dev-tool run test:node-tsx-ts -- --timeout 1200000 'test/**/*.spec.ts'",
81
+ "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
82
+ "unit-test:node": "dev-tool run test:vitest",
89
83
  "update-snippets": "echo skipped"
90
84
  },
91
85
  "sideEffects": false,
92
86
  "autoPublish": false,
93
87
  "dependencies": {
94
- "@azure/core-auth": "^1.3.0",
95
- "@azure/core-client": "^1.5.0",
96
- "@azure/core-rest-pipeline": "^1.1.0",
97
- "@azure/core-tracing": "^1.0.0",
98
- "@azure/logger": "^1.0.0",
99
- "tslib": "^2.2.0",
100
- "uuid": "^8.3.0"
88
+ "@azure/core-auth": "^1.9.0",
89
+ "@azure/core-client": "^1.9.2",
90
+ "@azure/core-rest-pipeline": "^1.18.0",
91
+ "@azure/core-tracing": "^1.2.0",
92
+ "@azure/core-util": "^1.11.0",
93
+ "@azure/logger": "^1.1.4",
94
+ "tslib": "^2.8.1"
101
95
  },
102
96
  "devDependencies": {
103
- "@azure-tools/test-credential": "^1.0.0",
104
- "@azure-tools/test-recorder": "^3.0.0",
105
- "@azure-tools/test-utils": "^1.0.1",
106
- "@azure/core-util": "^1.9.0",
97
+ "@azure-tools/test-credential": "^2.0.0",
98
+ "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
99
+ "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
107
100
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
108
101
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
109
- "@azure/service-bus": "^7.0.0",
110
- "@types/chai": "^4.1.6",
111
- "@types/chai-as-promised": "^7.1.0",
112
- "@types/mocha": "^10.0.0",
102
+ "@azure/service-bus": "^7.9.5",
113
103
  "@types/node": "^18.0.0",
114
- "@types/sinon": "^17.0.0",
115
- "@types/uuid": "^8.0.0",
116
- "chai": "^4.2.0",
117
- "chai-as-promised": "^7.1.1",
104
+ "@vitest/browser": "^2.1.6",
105
+ "@vitest/coverage-istanbul": "^2.1.6",
118
106
  "dotenv": "^16.0.0",
119
107
  "eslint": "^9.9.0",
120
- "karma": "^6.2.0",
121
- "karma-chrome-launcher": "^3.0.0",
122
- "karma-coverage": "^2.0.0",
123
- "karma-env-preprocessor": "^0.1.1",
124
- "karma-firefox-launcher": "^1.1.0",
125
- "karma-junit-reporter": "^2.0.1",
126
- "karma-mocha": "^2.0.1",
127
- "karma-mocha-reporter": "^2.2.5",
128
- "karma-sourcemap-loader": "^0.3.8",
129
- "mocha": "^10.0.0",
130
- "nyc": "^17.0.0",
131
- "sinon": "^17.0.0",
132
- "source-map-support": "^0.5.9",
133
- "tsx": "^4.7.1",
134
- "typescript": "~5.6.2"
108
+ "playwright": "^1.49.0",
109
+ "typescript": "~5.6.2",
110
+ "vitest": "^2.1.6"
111
+ },
112
+ "type": "module",
113
+ "tshy": {
114
+ "exports": {
115
+ "./package.json": "./package.json",
116
+ ".": "./src/index.ts"
117
+ },
118
+ "dialects": [
119
+ "esm",
120
+ "commonjs"
121
+ ],
122
+ "esmDialects": [
123
+ "browser",
124
+ "react-native"
125
+ ],
126
+ "selfLink": false
127
+ },
128
+ "exports": {
129
+ "./package.json": "./package.json",
130
+ ".": {
131
+ "browser": {
132
+ "types": "./dist/browser/index.d.ts",
133
+ "default": "./dist/browser/index.js"
134
+ },
135
+ "react-native": {
136
+ "types": "./dist/react-native/index.d.ts",
137
+ "default": "./dist/react-native/index.js"
138
+ },
139
+ "import": {
140
+ "types": "./dist/esm/index.d.ts",
141
+ "default": "./dist/esm/index.js"
142
+ },
143
+ "require": {
144
+ "types": "./dist/commonjs/index.d.ts",
145
+ "default": "./dist/commonjs/index.js"
146
+ }
147
+ }
135
148
  }
136
149
  }