@webex/event-dictionary-ts 1.0.1370 → 1.0.1373

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.
@@ -3867,6 +3867,26 @@
3867
3867
  "exchangeOnetimeTokenJMT": {
3868
3868
  "type": "integer",
3869
3869
  "minimum": 0
3870
+ },
3871
+ "otherAppApiReqResp": {
3872
+ "type": "integer",
3873
+ "minimum": 0
3874
+ },
3875
+ "getReachabilityClustersReqResp": {
3876
+ "type": "integer",
3877
+ "minimum": 0
3878
+ },
3879
+ "authIntelligenceGenerationReqResp": {
3880
+ "type": "integer",
3881
+ "minimum": 0
3882
+ },
3883
+ "downloadIntelligenceModelsReqResp": {
3884
+ "type": "integer",
3885
+ "minimum": 0
3886
+ },
3887
+ "refreshCaptchaServiceReqResp": {
3888
+ "type": "integer",
3889
+ "minimum": 0
3870
3890
  }
3871
3891
  }
3872
3892
  },
@@ -4342,6 +4342,26 @@
4342
4342
  "exchangeOnetimeTokenJMT": {
4343
4343
  "type": "integer",
4344
4344
  "minimum": 0
4345
+ },
4346
+ "otherAppApiReqResp": {
4347
+ "type": "integer",
4348
+ "minimum": 0
4349
+ },
4350
+ "getReachabilityClustersReqResp": {
4351
+ "type": "integer",
4352
+ "minimum": 0
4353
+ },
4354
+ "authIntelligenceGenerationReqResp": {
4355
+ "type": "integer",
4356
+ "minimum": 0
4357
+ },
4358
+ "downloadIntelligenceModelsReqResp": {
4359
+ "type": "integer",
4360
+ "minimum": 0
4361
+ },
4362
+ "refreshCaptchaServiceReqResp": {
4363
+ "type": "integer",
4364
+ "minimum": 0
4345
4365
  }
4346
4366
  }
4347
4367
  },
@@ -10557,17 +10577,20 @@
10557
10577
  }
10558
10578
  },
10559
10579
  "geoHintClusterInformation": {
10560
- "type": "object",
10561
- "description": "Mapping information for a given GeoHint",
10562
- "additionalProperties": true,
10563
- "properties": {
10564
- "geoHintClusters": {
10565
- "type": "array",
10566
- "items": {
10567
- "type": "string"
10568
- }
10569
- },
10570
- "source": {}
10580
+ "type": "array",
10581
+ "items": {
10582
+ "type": "object",
10583
+ "description": "Mapping information for a given GeoHint",
10584
+ "additionalProperties": true,
10585
+ "properties": {
10586
+ "geoHintClusters": {
10587
+ "type": "array",
10588
+ "items": {
10589
+ "type": "string"
10590
+ }
10591
+ },
10592
+ "source": {}
10593
+ }
10571
10594
  }
10572
10595
  },
10573
10596
  "isCall": {
@@ -1704,6 +1704,11 @@ export interface Event {
1704
1704
  roapOfferReqToOkTime?: number;
1705
1705
  guestSessionCreationTime?: number;
1706
1706
  exchangeOnetimeTokenJMT?: number;
1707
+ otherAppApiReqResp?: number;
1708
+ getReachabilityClustersReqResp?: number;
1709
+ authIntelligenceGenerationReqResp?: number;
1710
+ downloadIntelligenceModelsReqResp?: number;
1711
+ refreshCaptchaServiceReqResp?: number;
1707
1712
  additionalProperties?: false;
1708
1713
  };
1709
1714
  /**
@@ -4554,14 +4559,11 @@ export interface Event {
4554
4559
  source?: {};
4555
4560
  additionalProperties?: false;
4556
4561
  }[];
4557
- /**
4558
- * Mapping information for a given GeoHint
4559
- */
4560
4562
  geoHintClusterInformation?: {
4561
4563
  geoHintClusters?: string[];
4562
4564
  source?: {};
4563
4565
  additionalProperties?: false;
4564
- };
4566
+ }[];
4565
4567
  isCall?: boolean;
4566
4568
  isTIP: boolean;
4567
4569
  /**
@@ -11017,6 +11019,11 @@ export interface ClientEvent {
11017
11019
  roapOfferReqToOkTime?: number;
11018
11020
  guestSessionCreationTime?: number;
11019
11021
  exchangeOnetimeTokenJMT?: number;
11022
+ otherAppApiReqResp?: number;
11023
+ getReachabilityClustersReqResp?: number;
11024
+ authIntelligenceGenerationReqResp?: number;
11025
+ downloadIntelligenceModelsReqResp?: number;
11026
+ refreshCaptchaServiceReqResp?: number;
11020
11027
  additionalProperties?: false;
11021
11028
  };
11022
11029
  /**
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.1370"
31
+ "version": "1.0.1373"
32
32
  }