@webex/event-dictionary-ts 1.0.1265 → 1.0.1267
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.
|
@@ -2659,6 +2659,7 @@ export interface Event {
|
|
|
2659
2659
|
| "reuse-site-token"
|
|
2660
2660
|
| "login-ci"
|
|
2661
2661
|
| "login-site"
|
|
2662
|
+
| "login-social"
|
|
2662
2663
|
| "unverified-guest";
|
|
2663
2664
|
loginCrossSite?: boolean;
|
|
2664
2665
|
crossBrowserLogin?: boolean;
|
|
@@ -3011,6 +3012,7 @@ export interface Event {
|
|
|
3011
3012
|
wxcCallId?: string;
|
|
3012
3013
|
additionalProperties?: false;
|
|
3013
3014
|
};
|
|
3015
|
+
oauthProvider?: string;
|
|
3014
3016
|
additionalProperties?: false;
|
|
3015
3017
|
}
|
|
3016
3018
|
| {
|
|
@@ -11490,6 +11492,7 @@ export interface ClientEvent {
|
|
|
11490
11492
|
| "reuse-site-token"
|
|
11491
11493
|
| "login-ci"
|
|
11492
11494
|
| "login-site"
|
|
11495
|
+
| "login-social"
|
|
11493
11496
|
| "unverified-guest";
|
|
11494
11497
|
loginCrossSite?: boolean;
|
|
11495
11498
|
crossBrowserLogin?: boolean;
|
|
@@ -11842,6 +11845,7 @@ export interface ClientEvent {
|
|
|
11842
11845
|
wxcCallId?: string;
|
|
11843
11846
|
additionalProperties?: false;
|
|
11844
11847
|
};
|
|
11848
|
+
oauthProvider?: string;
|
|
11845
11849
|
additionalProperties?: false;
|
|
11846
11850
|
}
|
|
11847
11851
|
|
package/package.json
CHANGED