@webex/event-dictionary-ts 1.0.1891 → 1.0.1893
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.
|
@@ -2243,9 +2243,6 @@
|
|
|
2243
2243
|
"sign-up"
|
|
2244
2244
|
],
|
|
2245
2245
|
"type": "string"
|
|
2246
|
-
},
|
|
2247
|
-
"onboardingState": {
|
|
2248
|
-
"type": "string"
|
|
2249
2246
|
}
|
|
2250
2247
|
}
|
|
2251
2248
|
},
|
|
@@ -7627,6 +7624,9 @@
|
|
|
7627
7624
|
"description": "Indicates whether the user is a DI (Dedicated Instance) user."
|
|
7628
7625
|
}
|
|
7629
7626
|
}
|
|
7627
|
+
},
|
|
7628
|
+
"onboardingState": {
|
|
7629
|
+
"type": "string"
|
|
7630
7630
|
}
|
|
7631
7631
|
}
|
|
7632
7632
|
}
|
|
@@ -2767,9 +2767,6 @@
|
|
|
2767
2767
|
"sign-up"
|
|
2768
2768
|
],
|
|
2769
2769
|
"type": "string"
|
|
2770
|
-
},
|
|
2771
|
-
"onboardingState": {
|
|
2772
|
-
"type": "string"
|
|
2773
2770
|
}
|
|
2774
2771
|
}
|
|
2775
2772
|
},
|
|
@@ -8151,6 +8148,9 @@
|
|
|
8151
8148
|
"description": "Indicates whether the user is a DI (Dedicated Instance) user."
|
|
8152
8149
|
}
|
|
8153
8150
|
}
|
|
8151
|
+
},
|
|
8152
|
+
"onboardingState": {
|
|
8153
|
+
"type": "string"
|
|
8154
8154
|
}
|
|
8155
8155
|
}
|
|
8156
8156
|
},
|
|
@@ -10744,9 +10744,6 @@
|
|
|
10744
10744
|
"sign-up"
|
|
10745
10745
|
],
|
|
10746
10746
|
"type": "string"
|
|
10747
|
-
},
|
|
10748
|
-
"onboardingState": {
|
|
10749
|
-
"type": "string"
|
|
10750
10747
|
}
|
|
10751
10748
|
}
|
|
10752
10749
|
},
|
|
@@ -15351,9 +15348,6 @@
|
|
|
15351
15348
|
"sign-up"
|
|
15352
15349
|
],
|
|
15353
15350
|
"type": "string"
|
|
15354
|
-
},
|
|
15355
|
-
"onboardingState": {
|
|
15356
|
-
"type": "string"
|
|
15357
15351
|
}
|
|
15358
15352
|
}
|
|
15359
15353
|
},
|
|
@@ -25507,9 +25501,6 @@
|
|
|
25507
25501
|
"sign-up"
|
|
25508
25502
|
],
|
|
25509
25503
|
"type": "string"
|
|
25510
|
-
},
|
|
25511
|
-
"onboardingState": {
|
|
25512
|
-
"type": "string"
|
|
25513
25504
|
}
|
|
25514
25505
|
}
|
|
25515
25506
|
},
|
|
@@ -29567,9 +29558,6 @@
|
|
|
29567
29558
|
"sign-up"
|
|
29568
29559
|
],
|
|
29569
29560
|
"type": "string"
|
|
29570
|
-
},
|
|
29571
|
-
"onboardingState": {
|
|
29572
|
-
"type": "string"
|
|
29573
29561
|
}
|
|
29574
29562
|
}
|
|
29575
29563
|
},
|
|
@@ -34975,9 +34963,6 @@
|
|
|
34975
34963
|
"sign-up"
|
|
34976
34964
|
],
|
|
34977
34965
|
"type": "string"
|
|
34978
|
-
},
|
|
34979
|
-
"onboardingState": {
|
|
34980
|
-
"type": "string"
|
|
34981
34966
|
}
|
|
34982
34967
|
}
|
|
34983
34968
|
},
|
|
@@ -1085,7 +1085,6 @@ export interface Event {
|
|
|
1085
1085
|
additionalProperties?: false;
|
|
1086
1086
|
};
|
|
1087
1087
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
1088
|
-
onboardingState?: string;
|
|
1089
1088
|
additionalProperties?: false;
|
|
1090
1089
|
};
|
|
1091
1090
|
isPrivateMeeting?: boolean;
|
|
@@ -3926,6 +3925,7 @@ export interface Event {
|
|
|
3926
3925
|
isDIUser: boolean;
|
|
3927
3926
|
additionalProperties?: false;
|
|
3928
3927
|
};
|
|
3928
|
+
onboardingState?: string;
|
|
3929
3929
|
additionalProperties?: false;
|
|
3930
3930
|
}
|
|
3931
3931
|
| {
|
|
@@ -4846,7 +4846,6 @@ export interface Event {
|
|
|
4846
4846
|
additionalProperties?: false;
|
|
4847
4847
|
};
|
|
4848
4848
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
4849
|
-
onboardingState?: string;
|
|
4850
4849
|
additionalProperties?: false;
|
|
4851
4850
|
};
|
|
4852
4851
|
isPrivateMeeting?: boolean;
|
|
@@ -6840,7 +6839,6 @@ export interface Event {
|
|
|
6840
6839
|
additionalProperties?: false;
|
|
6841
6840
|
};
|
|
6842
6841
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
6843
|
-
onboardingState?: string;
|
|
6844
6842
|
additionalProperties?: false;
|
|
6845
6843
|
};
|
|
6846
6844
|
isPrivateMeeting?: boolean;
|
|
@@ -10817,7 +10815,6 @@ export interface Event {
|
|
|
10817
10815
|
additionalProperties?: false;
|
|
10818
10816
|
};
|
|
10819
10817
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
10820
|
-
onboardingState?: string;
|
|
10821
10818
|
additionalProperties?: false;
|
|
10822
10819
|
};
|
|
10823
10820
|
isPrivateMeeting?: boolean;
|
|
@@ -12583,7 +12580,6 @@ export interface Event {
|
|
|
12583
12580
|
additionalProperties?: false;
|
|
12584
12581
|
};
|
|
12585
12582
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
12586
|
-
onboardingState?: string;
|
|
12587
12583
|
additionalProperties?: false;
|
|
12588
12584
|
};
|
|
12589
12585
|
isPrivateMeeting?: boolean;
|
|
@@ -14430,7 +14426,6 @@ export interface Event {
|
|
|
14430
14426
|
additionalProperties?: false;
|
|
14431
14427
|
};
|
|
14432
14428
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
14433
|
-
onboardingState?: string;
|
|
14434
14429
|
additionalProperties?: false;
|
|
14435
14430
|
};
|
|
14436
14431
|
isPrivateMeeting?: boolean;
|
|
@@ -15450,7 +15445,6 @@ export interface ClientEvent {
|
|
|
15450
15445
|
additionalProperties?: false;
|
|
15451
15446
|
};
|
|
15452
15447
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
15453
|
-
onboardingState?: string;
|
|
15454
15448
|
additionalProperties?: false;
|
|
15455
15449
|
};
|
|
15456
15450
|
isPrivateMeeting?: boolean;
|
|
@@ -18291,6 +18285,7 @@ export interface ClientEvent {
|
|
|
18291
18285
|
isDIUser: boolean;
|
|
18292
18286
|
additionalProperties?: false;
|
|
18293
18287
|
};
|
|
18288
|
+
onboardingState?: string;
|
|
18294
18289
|
additionalProperties?: false;
|
|
18295
18290
|
}
|
|
18296
18291
|
|
|
@@ -19118,7 +19113,6 @@ export interface FeatureEvent {
|
|
|
19118
19113
|
additionalProperties?: false;
|
|
19119
19114
|
};
|
|
19120
19115
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
19121
|
-
onboardingState?: string;
|
|
19122
19116
|
additionalProperties?: false;
|
|
19123
19117
|
};
|
|
19124
19118
|
isPrivateMeeting?: boolean;
|
|
@@ -20889,7 +20883,6 @@ export interface MediaQualityEvent {
|
|
|
20889
20883
|
additionalProperties?: false;
|
|
20890
20884
|
};
|
|
20891
20885
|
signInSignUpType?: "sign-in" | "sign-up";
|
|
20892
|
-
onboardingState?: string;
|
|
20893
20886
|
additionalProperties?: false;
|
|
20894
20887
|
};
|
|
20895
20888
|
isPrivateMeeting?: boolean;
|
package/package.json
CHANGED