@webex/event-dictionary-ts 1.0.1641 → 1.0.1643
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.
|
@@ -3642,6 +3642,7 @@ export interface Event {
|
|
|
3642
3642
|
};
|
|
3643
3643
|
additionalProperties?: false;
|
|
3644
3644
|
};
|
|
3645
|
+
webClientPreload?: boolean;
|
|
3645
3646
|
additionalProperties?: false;
|
|
3646
3647
|
}
|
|
3647
3648
|
| {
|
|
@@ -16849,6 +16850,7 @@ export interface ClientEvent {
|
|
|
16849
16850
|
};
|
|
16850
16851
|
additionalProperties?: false;
|
|
16851
16852
|
};
|
|
16853
|
+
webClientPreload?: boolean;
|
|
16852
16854
|
additionalProperties?: false;
|
|
16853
16855
|
}
|
|
16854
16856
|
|
package/package.json
CHANGED