@webex/event-dictionary-ts 1.0.1369 → 1.0.1371

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.
@@ -2827,7 +2827,8 @@
2827
2827
  "user-interaction",
2828
2828
  "web-ucf-crosslaunch",
2829
2829
  "wireless-share",
2830
- "deep-link"
2830
+ "deep-link",
2831
+ "protocol-generated-link"
2831
2832
  ],
2832
2833
  "type": "string"
2833
2834
  },
@@ -3302,7 +3302,8 @@
3302
3302
  "user-interaction",
3303
3303
  "web-ucf-crosslaunch",
3304
3304
  "wireless-share",
3305
- "deep-link"
3305
+ "deep-link",
3306
+ "protocol-generated-link"
3306
3307
  ],
3307
3308
  "type": "string"
3308
3309
  },
@@ -10556,17 +10557,20 @@
10556
10557
  }
10557
10558
  },
10558
10559
  "geoHintClusterInformation": {
10559
- "type": "object",
10560
- "description": "Mapping information for a given GeoHint",
10561
- "additionalProperties": true,
10562
- "properties": {
10563
- "geoHintClusters": {
10564
- "type": "array",
10565
- "items": {
10566
- "type": "string"
10567
- }
10568
- },
10569
- "source": {}
10560
+ "type": "array",
10561
+ "items": {
10562
+ "type": "object",
10563
+ "description": "Mapping information for a given GeoHint",
10564
+ "additionalProperties": true,
10565
+ "properties": {
10566
+ "geoHintClusters": {
10567
+ "type": "array",
10568
+ "items": {
10569
+ "type": "string"
10570
+ }
10571
+ },
10572
+ "source": {}
10573
+ }
10570
10574
  }
10571
10575
  },
10572
10576
  "isCall": {
@@ -1302,7 +1302,8 @@ export interface Event {
1302
1302
  | "user-interaction"
1303
1303
  | "web-ucf-crosslaunch"
1304
1304
  | "wireless-share"
1305
- | "deep-link";
1305
+ | "deep-link"
1306
+ | "protocol-generated-link";
1306
1307
  leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
1307
1308
  displayLocation?:
1308
1309
  | "toast"
@@ -4553,14 +4554,11 @@ export interface Event {
4553
4554
  source?: {};
4554
4555
  additionalProperties?: false;
4555
4556
  }[];
4556
- /**
4557
- * Mapping information for a given GeoHint
4558
- */
4559
4557
  geoHintClusterInformation?: {
4560
4558
  geoHintClusters?: string[];
4561
4559
  source?: {};
4562
4560
  additionalProperties?: false;
4563
- };
4561
+ }[];
4564
4562
  isCall?: boolean;
4565
4563
  isTIP: boolean;
4566
4564
  /**
@@ -10614,7 +10612,8 @@ export interface ClientEvent {
10614
10612
  | "user-interaction"
10615
10613
  | "web-ucf-crosslaunch"
10616
10614
  | "wireless-share"
10617
- | "deep-link";
10615
+ | "deep-link"
10616
+ | "protocol-generated-link";
10618
10617
  leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
10619
10618
  displayLocation?:
10620
10619
  | "toast"
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.1369"
31
+ "version": "1.0.1371"
32
32
  }