@webex/event-dictionary-ts 1.0.1418 → 1.0.1419

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.
@@ -3760,6 +3760,10 @@
3760
3760
  "type": "integer",
3761
3761
  "minimum": 0
3762
3762
  },
3763
+ "pstnIvrSvcSipInviteToCancel": {
3764
+ "type": "integer",
3765
+ "minimum": 0
3766
+ },
3763
3767
  "pstnIvrSvcDialOutAudioLatency": {
3764
3768
  "type": "integer",
3765
3769
  "minimum": 0
@@ -4236,6 +4236,10 @@
4236
4236
  "type": "integer",
4237
4237
  "minimum": 0
4238
4238
  },
4239
+ "pstnIvrSvcSipInviteToCancel": {
4240
+ "type": "integer",
4241
+ "minimum": 0
4242
+ },
4239
4243
  "pstnIvrSvcDialOutAudioLatency": {
4240
4244
  "type": "integer",
4241
4245
  "minimum": 0
@@ -1691,6 +1691,7 @@ export interface Event {
1691
1691
  pstnIvrSvcCallSetup?: number;
1692
1692
  pstnIvrSvcOfferToSipInvite?: number;
1693
1693
  pstnIvrSvcSipInviteToRinging?: number;
1694
+ pstnIvrSvcSipInviteToCancel?: number;
1694
1695
  pstnIvrSvcDialOutAudioLatency?: number;
1695
1696
  pstnIvrSvcEarlyOfferDelay?: number;
1696
1697
  pstnIvrSvcMrsMeetingInfo?: number;
@@ -10999,6 +11000,7 @@ export interface ClientEvent {
10999
11000
  pstnIvrSvcCallSetup?: number;
11000
11001
  pstnIvrSvcOfferToSipInvite?: number;
11001
11002
  pstnIvrSvcSipInviteToRinging?: number;
11003
+ pstnIvrSvcSipInviteToCancel?: number;
11002
11004
  pstnIvrSvcDialOutAudioLatency?: number;
11003
11005
  pstnIvrSvcEarlyOfferDelay?: number;
11004
11006
  pstnIvrSvcMrsMeetingInfo?: number;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1418"
31
+ "version": "1.0.1419"
32
32
  }