@webex/event-dictionary-ts 1.0.1726 → 1.0.1728
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.
|
@@ -3702,6 +3702,7 @@ export interface Event {
|
|
|
3702
3702
|
additionalProperties?: false;
|
|
3703
3703
|
};
|
|
3704
3704
|
webClientPreload?: boolean;
|
|
3705
|
+
forceLogin?: boolean;
|
|
3705
3706
|
additionalProperties?: false;
|
|
3706
3707
|
}
|
|
3707
3708
|
| {
|
|
@@ -17265,6 +17266,7 @@ export interface ClientEvent {
|
|
|
17265
17266
|
additionalProperties?: false;
|
|
17266
17267
|
};
|
|
17267
17268
|
webClientPreload?: boolean;
|
|
17269
|
+
forceLogin?: boolean;
|
|
17268
17270
|
additionalProperties?: false;
|
|
17269
17271
|
}
|
|
17270
17272
|
|
package/package.json
CHANGED