@webex/event-dictionary-ts 1.0.1698 → 1.0.1699

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.
@@ -3264,7 +3264,8 @@
3264
3264
  "notification",
3265
3265
  "manual",
3266
3266
  "teams-cross-launch",
3267
- "mc-cross-launch"
3267
+ "mc-cross-launch",
3268
+ "cws"
3268
3269
  ],
3269
3270
  "type": "string"
3270
3271
  },
@@ -182,7 +182,8 @@
182
182
  "notification",
183
183
  "manual",
184
184
  "teams-cross-launch",
185
- "mc-cross-launch"
185
+ "mc-cross-launch",
186
+ "cws"
186
187
  ],
187
188
  "type": "string"
188
189
  },
@@ -3772,7 +3773,8 @@
3772
3773
  "notification",
3773
3774
  "manual",
3774
3775
  "teams-cross-launch",
3775
- "mc-cross-launch"
3776
+ "mc-cross-launch",
3777
+ "cws"
3776
3778
  ],
3777
3779
  "type": "string"
3778
3780
  },
@@ -111,7 +111,8 @@ export interface Event {
111
111
  | "notification"
112
112
  | "manual"
113
113
  | "teams-cross-launch"
114
- | "mc-cross-launch";
114
+ | "mc-cross-launch"
115
+ | "cws";
115
116
  browser?: string;
116
117
  browserVersion?: string;
117
118
  /**
@@ -1649,7 +1650,8 @@ export interface Event {
1649
1650
  | "notification"
1650
1651
  | "manual"
1651
1652
  | "teams-cross-launch"
1652
- | "mc-cross-launch";
1653
+ | "mc-cross-launch"
1654
+ | "cws";
1653
1655
  browser?: string;
1654
1656
  browserVersion?: string;
1655
1657
  /**
@@ -15068,7 +15070,8 @@ export interface ClientEvent {
15068
15070
  | "notification"
15069
15071
  | "manual"
15070
15072
  | "teams-cross-launch"
15071
- | "mc-cross-launch";
15073
+ | "mc-cross-launch"
15074
+ | "cws";
15072
15075
  browser?: string;
15073
15076
  browserVersion?: string;
15074
15077
  /**
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.1698"
31
+ "version": "1.0.1699"
32
32
  }