@webex/event-dictionary-ts 1.0.1257 → 1.0.1259

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.
@@ -3754,6 +3754,10 @@ export interface Event {
3754
3754
  | "givr.sip.refer.request"
3755
3755
  | "givr.sip.refer.response"
3756
3756
  | "ivr.antifraud.query"
3757
+ | "ivr.calliope.confluence.creation.request"
3758
+ | "ivr.calliope.confluence.creation.response"
3759
+ | "ivr.calliope.confluence.script-interruption.request"
3760
+ | "ivr.calliope.confluence.script-interruption.response"
3757
3761
  | "ivr.dialog.begin"
3758
3762
  | "ivr.dialog.end"
3759
3763
  | "ivr.join.request"
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "access": "public",
30
30
  "registry": "https://registry.npmjs.org"
31
31
  },
32
- "version": "1.0.1257"
32
+ "version": "1.0.1259"
33
33
  }