@webex/event-dictionary-ts 1.0.1382 → 1.0.1384
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.
|
@@ -11214,9 +11214,9 @@
|
|
|
11214
11214
|
"clientPublicNetworkPrefix": {
|
|
11215
11215
|
"type": "string"
|
|
11216
11216
|
},
|
|
11217
|
-
"
|
|
11218
|
-
"type": "
|
|
11219
|
-
"
|
|
11217
|
+
"timeShotAgeSeconds": {
|
|
11218
|
+
"type": "number",
|
|
11219
|
+
"multipleOf": 0.1
|
|
11220
11220
|
}
|
|
11221
11221
|
}
|
|
11222
11222
|
},
|
|
@@ -4879,7 +4879,7 @@ export interface Event {
|
|
|
4879
4879
|
discoveryInfo?: {
|
|
4880
4880
|
anycastEntryPoint?: string;
|
|
4881
4881
|
clientPublicNetworkPrefix?: string;
|
|
4882
|
-
|
|
4882
|
+
timeShotAgeSeconds?: number;
|
|
4883
4883
|
additionalProperties?: false;
|
|
4884
4884
|
};
|
|
4885
4885
|
isMeetingStartedByCCPUser?: boolean;
|
package/package.json
CHANGED