@webex/event-dictionary-ts 1.0.1881 → 1.0.1883

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.
@@ -3157,7 +3157,7 @@
3157
3157
  "protocol-restart-and-join",
3158
3158
  "protocol-generated-link",
3159
3159
  "protocol-in-meeting-upgrade",
3160
- "protocol-single-interstital-sign-in-join"
3160
+ "protocol-single-interstitial-sign-in-join"
3161
3161
  ],
3162
3162
  "type": "string"
3163
3163
  },
@@ -3681,7 +3681,7 @@
3681
3681
  "protocol-restart-and-join",
3682
3682
  "protocol-generated-link",
3683
3683
  "protocol-in-meeting-upgrade",
3684
- "protocol-single-interstital-sign-in-join"
3684
+ "protocol-single-interstitial-sign-in-join"
3685
3685
  ],
3686
3686
  "type": "string"
3687
3687
  },
@@ -1610,7 +1610,7 @@ export interface Event {
1610
1610
  | "protocol-restart-and-join"
1611
1611
  | "protocol-generated-link"
1612
1612
  | "protocol-in-meeting-upgrade"
1613
- | "protocol-single-interstital-sign-in-join";
1613
+ | "protocol-single-interstitial-sign-in-join";
1614
1614
  leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
1615
1615
  displayLocation?:
1616
1616
  | "toast"
@@ -15994,7 +15994,7 @@ export interface ClientEvent {
15994
15994
  | "protocol-restart-and-join"
15995
15995
  | "protocol-generated-link"
15996
15996
  | "protocol-in-meeting-upgrade"
15997
- | "protocol-single-interstital-sign-in-join";
15997
+ | "protocol-single-interstitial-sign-in-join";
15998
15998
  leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
15999
15999
  displayLocation?:
16000
16000
  | "toast"
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1881"
30
+ "version": "1.0.1883"
31
31
  }