@webex/event-dictionary-ts 1.0.2011 → 1.0.2012
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.
|
@@ -2809,6 +2809,9 @@
|
|
|
2809
2809
|
"sign-up"
|
|
2810
2810
|
],
|
|
2811
2811
|
"type": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"userFound": {
|
|
2814
|
+
"type": "boolean"
|
|
2812
2815
|
}
|
|
2813
2816
|
}
|
|
2814
2817
|
},
|
|
@@ -10895,6 +10898,9 @@
|
|
|
10895
10898
|
"sign-up"
|
|
10896
10899
|
],
|
|
10897
10900
|
"type": "string"
|
|
10901
|
+
},
|
|
10902
|
+
"userFound": {
|
|
10903
|
+
"type": "boolean"
|
|
10898
10904
|
}
|
|
10899
10905
|
}
|
|
10900
10906
|
},
|
|
@@ -15520,6 +15526,9 @@
|
|
|
15520
15526
|
"sign-up"
|
|
15521
15527
|
],
|
|
15522
15528
|
"type": "string"
|
|
15529
|
+
},
|
|
15530
|
+
"userFound": {
|
|
15531
|
+
"type": "boolean"
|
|
15523
15532
|
}
|
|
15524
15533
|
}
|
|
15525
15534
|
},
|
|
@@ -26880,6 +26889,9 @@
|
|
|
26880
26889
|
"sign-up"
|
|
26881
26890
|
],
|
|
26882
26891
|
"type": "string"
|
|
26892
|
+
},
|
|
26893
|
+
"userFound": {
|
|
26894
|
+
"type": "boolean"
|
|
26883
26895
|
}
|
|
26884
26896
|
}
|
|
26885
26897
|
},
|
|
@@ -30952,6 +30964,9 @@
|
|
|
30952
30964
|
"sign-up"
|
|
30953
30965
|
],
|
|
30954
30966
|
"type": "string"
|
|
30967
|
+
},
|
|
30968
|
+
"userFound": {
|
|
30969
|
+
"type": "boolean"
|
|
30955
30970
|
}
|
|
30956
30971
|
}
|
|
30957
30972
|
},
|
|
@@ -36744,6 +36759,9 @@
|
|
|
36744
36759
|
"sign-up"
|
|
36745
36760
|
],
|
|
36746
36761
|
"type": "string"
|
|
36762
|
+
},
|
|
36763
|
+
"userFound": {
|
|
36764
|
+
"type": "boolean"
|
|
36747
36765
|
}
|
|
36748
36766
|
}
|
|
36749
36767
|
},
|
|
@@ -1101,6 +1101,7 @@ export interface Event {
|
|
|
1101
1101
|
additionalProperties?: false;
|
|
1102
1102
|
};
|
|
1103
1103
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
1104
|
+
userFound?: boolean;
|
|
1104
1105
|
additionalProperties?: false;
|
|
1105
1106
|
};
|
|
1106
1107
|
isPrivateMeeting?: boolean;
|
|
@@ -4907,6 +4908,7 @@ export interface Event {
|
|
|
4907
4908
|
additionalProperties?: false;
|
|
4908
4909
|
};
|
|
4909
4910
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
4911
|
+
userFound?: boolean;
|
|
4910
4912
|
additionalProperties?: false;
|
|
4911
4913
|
};
|
|
4912
4914
|
isPrivateMeeting?: boolean;
|
|
@@ -6913,6 +6915,7 @@ export interface Event {
|
|
|
6913
6915
|
additionalProperties?: false;
|
|
6914
6916
|
};
|
|
6915
6917
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
6918
|
+
userFound?: boolean;
|
|
6916
6919
|
additionalProperties?: false;
|
|
6917
6920
|
};
|
|
6918
6921
|
isPrivateMeeting?: boolean;
|
|
@@ -11550,6 +11553,7 @@ export interface Event {
|
|
|
11550
11553
|
additionalProperties?: false;
|
|
11551
11554
|
};
|
|
11552
11555
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
11556
|
+
userFound?: boolean;
|
|
11553
11557
|
additionalProperties?: false;
|
|
11554
11558
|
};
|
|
11555
11559
|
isPrivateMeeting?: boolean;
|
|
@@ -13326,6 +13330,7 @@ export interface Event {
|
|
|
13326
13330
|
additionalProperties?: false;
|
|
13327
13331
|
};
|
|
13328
13332
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
13333
|
+
userFound?: boolean;
|
|
13329
13334
|
additionalProperties?: false;
|
|
13330
13335
|
};
|
|
13331
13336
|
isPrivateMeeting?: boolean;
|
|
@@ -15283,6 +15288,7 @@ export interface Event {
|
|
|
15283
15288
|
additionalProperties?: false;
|
|
15284
15289
|
};
|
|
15285
15290
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
15291
|
+
userFound?: boolean;
|
|
15286
15292
|
additionalProperties?: false;
|
|
15287
15293
|
};
|
|
15288
15294
|
isPrivateMeeting?: boolean;
|
|
@@ -16310,6 +16316,7 @@ export interface ClientEvent {
|
|
|
16310
16316
|
additionalProperties?: false;
|
|
16311
16317
|
};
|
|
16312
16318
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
16319
|
+
userFound?: boolean;
|
|
16313
16320
|
additionalProperties?: false;
|
|
16314
16321
|
};
|
|
16315
16322
|
isPrivateMeeting?: boolean;
|
|
@@ -20023,6 +20030,7 @@ export interface FeatureEvent {
|
|
|
20023
20030
|
additionalProperties?: false;
|
|
20024
20031
|
};
|
|
20025
20032
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
20033
|
+
userFound?: boolean;
|
|
20026
20034
|
additionalProperties?: false;
|
|
20027
20035
|
};
|
|
20028
20036
|
isPrivateMeeting?: boolean;
|
|
@@ -21804,6 +21812,7 @@ export interface MediaQualityEvent {
|
|
|
21804
21812
|
additionalProperties?: false;
|
|
21805
21813
|
};
|
|
21806
21814
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
21815
|
+
userFound?: boolean;
|
|
21807
21816
|
additionalProperties?: false;
|
|
21808
21817
|
};
|
|
21809
21818
|
isPrivateMeeting?: boolean;
|
package/package.json
CHANGED