@webex/event-dictionary-ts 1.0.1613 → 1.0.1615

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.
@@ -6867,6 +6867,7 @@
6867
6867
  "enum": [
6868
6868
  "Sip",
6869
6869
  "Xsi",
6870
+ "HandledElsewhere",
6870
6871
  "Other"
6871
6872
  ],
6872
6873
  "type": "string"
@@ -7371,6 +7371,7 @@
7371
7371
  "enum": [
7372
7372
  "Sip",
7373
7373
  "Xsi",
7374
+ "HandledElsewhere",
7374
7375
  "Other"
7375
7376
  ],
7376
7377
  "type": "string"
@@ -3486,7 +3486,7 @@ export interface Event {
3486
3486
  * Call type indication
3487
3487
  */
3488
3488
  wxcCallMetadata?: {
3489
- bwcCallType?: "Sip" | "Xsi" | "Other";
3489
+ bwcCallType?: "Sip" | "Xsi" | "HandledElsewhere" | "Other";
3490
3490
  callAcceptInBackground?: boolean;
3491
3491
  callNegotiatedAsVideo?: boolean;
3492
3492
  callOrigin?: string;
@@ -15735,7 +15735,7 @@ export interface ClientEvent {
15735
15735
  * Call type indication
15736
15736
  */
15737
15737
  wxcCallMetadata?: {
15738
- bwcCallType?: "Sip" | "Xsi" | "Other";
15738
+ bwcCallType?: "Sip" | "Xsi" | "HandledElsewhere" | "Other";
15739
15739
  callAcceptInBackground?: boolean;
15740
15740
  callNegotiatedAsVideo?: boolean;
15741
15741
  callOrigin?: string;
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.1613"
31
+ "version": "1.0.1615"
32
32
  }