@webex/event-dictionary-ts 1.0.1383 → 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
- "timeShot": {
11218
- "type": "string",
11219
- "format": "date-time"
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
- timeShot?: string;
4882
+ timeShotAgeSeconds?: number;
4883
4883
  additionalProperties?: false;
4884
4884
  };
4885
4885
  isMeetingStartedByCCPUser?: boolean;
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.1383"
31
+ "version": "1.0.1384"
32
32
  }