@webex/event-dictionary-ts 1.0.1740 → 1.0.1742
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.
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
},
|
|
2175
2175
|
"method": {
|
|
2176
2176
|
"enum": [
|
|
2177
|
-
"
|
|
2177
|
+
"idbroker",
|
|
2178
2178
|
"enterprise",
|
|
2179
2179
|
"social"
|
|
2180
2180
|
],
|
|
@@ -2214,14 +2214,8 @@
|
|
|
2214
2214
|
"client.call.remote-ended",
|
|
2215
2215
|
"client.call.remote-started",
|
|
2216
2216
|
"client.call.skip-locus-join",
|
|
2217
|
-
"client.ci.authorize.request",
|
|
2218
|
-
"client.ci.authorize.response",
|
|
2219
|
-
"client.ci.client-credential.request",
|
|
2220
|
-
"client.ci.client-credential.response",
|
|
2221
2217
|
"client.ci.exchange-token.request",
|
|
2222
2218
|
"client.ci.exchange-token.response",
|
|
2223
|
-
"client.ci.reduced-scope.request",
|
|
2224
|
-
"client.ci.reduced-scope.response",
|
|
2225
2219
|
"client.conversation.request",
|
|
2226
2220
|
"client.conversation.response",
|
|
2227
2221
|
"client.click.pre-join",
|
|
@@ -2246,6 +2240,14 @@
|
|
|
2246
2240
|
"client.hologram.remote.stopped",
|
|
2247
2241
|
"client.ice.end",
|
|
2248
2242
|
"client.ice.start",
|
|
2243
|
+
"client.idbroker.authorize.request",
|
|
2244
|
+
"client.idbroker.authorize.response",
|
|
2245
|
+
"client.idbroker.client-credential.request",
|
|
2246
|
+
"client.idbroker.client-credential.response",
|
|
2247
|
+
"client.idbroker.exchange-token.request",
|
|
2248
|
+
"client.idbroker.exchange-token.response",
|
|
2249
|
+
"client.idbroker.reduced-scope.request",
|
|
2250
|
+
"client.idbroker.reduced-scope.response",
|
|
2249
2251
|
"client.installer.start",
|
|
2250
2252
|
"client.installer.end",
|
|
2251
2253
|
"client.installer.download-app",
|
|
@@ -3188,6 +3190,7 @@
|
|
|
3188
3190
|
"hedge",
|
|
3189
3191
|
"hesiod",
|
|
3190
3192
|
"homer",
|
|
3193
|
+
"idbroker",
|
|
3191
3194
|
"superhomer",
|
|
3192
3195
|
"l2sip",
|
|
3193
3196
|
"linus",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"hedge",
|
|
49
49
|
"hesiod",
|
|
50
50
|
"homer",
|
|
51
|
+
"idbroker",
|
|
51
52
|
"superhomer",
|
|
52
53
|
"l2sip",
|
|
53
54
|
"linus",
|
|
@@ -2685,7 +2686,7 @@
|
|
|
2685
2686
|
},
|
|
2686
2687
|
"method": {
|
|
2687
2688
|
"enum": [
|
|
2688
|
-
"
|
|
2689
|
+
"idbroker",
|
|
2689
2690
|
"enterprise",
|
|
2690
2691
|
"social"
|
|
2691
2692
|
],
|
|
@@ -2725,14 +2726,8 @@
|
|
|
2725
2726
|
"client.call.remote-ended",
|
|
2726
2727
|
"client.call.remote-started",
|
|
2727
2728
|
"client.call.skip-locus-join",
|
|
2728
|
-
"client.ci.authorize.request",
|
|
2729
|
-
"client.ci.authorize.response",
|
|
2730
|
-
"client.ci.client-credential.request",
|
|
2731
|
-
"client.ci.client-credential.response",
|
|
2732
2729
|
"client.ci.exchange-token.request",
|
|
2733
2730
|
"client.ci.exchange-token.response",
|
|
2734
|
-
"client.ci.reduced-scope.request",
|
|
2735
|
-
"client.ci.reduced-scope.response",
|
|
2736
2731
|
"client.conversation.request",
|
|
2737
2732
|
"client.conversation.response",
|
|
2738
2733
|
"client.click.pre-join",
|
|
@@ -2757,6 +2752,14 @@
|
|
|
2757
2752
|
"client.hologram.remote.stopped",
|
|
2758
2753
|
"client.ice.end",
|
|
2759
2754
|
"client.ice.start",
|
|
2755
|
+
"client.idbroker.authorize.request",
|
|
2756
|
+
"client.idbroker.authorize.response",
|
|
2757
|
+
"client.idbroker.client-credential.request",
|
|
2758
|
+
"client.idbroker.client-credential.response",
|
|
2759
|
+
"client.idbroker.exchange-token.request",
|
|
2760
|
+
"client.idbroker.exchange-token.response",
|
|
2761
|
+
"client.idbroker.reduced-scope.request",
|
|
2762
|
+
"client.idbroker.reduced-scope.response",
|
|
2760
2763
|
"client.installer.start",
|
|
2761
2764
|
"client.installer.end",
|
|
2762
2765
|
"client.installer.download-app",
|
|
@@ -3699,6 +3702,7 @@
|
|
|
3699
3702
|
"hedge",
|
|
3700
3703
|
"hesiod",
|
|
3701
3704
|
"homer",
|
|
3705
|
+
"idbroker",
|
|
3702
3706
|
"superhomer",
|
|
3703
3707
|
"l2sip",
|
|
3704
3708
|
"linus",
|
|
@@ -10348,7 +10352,7 @@
|
|
|
10348
10352
|
},
|
|
10349
10353
|
"method": {
|
|
10350
10354
|
"enum": [
|
|
10351
|
-
"
|
|
10355
|
+
"idbroker",
|
|
10352
10356
|
"enterprise",
|
|
10353
10357
|
"social"
|
|
10354
10358
|
],
|
|
@@ -10392,18 +10396,18 @@
|
|
|
10392
10396
|
"cca.scheduling.response",
|
|
10393
10397
|
"ccc.scheduling.request",
|
|
10394
10398
|
"ccc.scheduling.response",
|
|
10395
|
-
"ci.authorize.request",
|
|
10396
|
-
"ci.authorize.response",
|
|
10397
|
-
"ci.client-credential.request",
|
|
10398
|
-
"ci.client-credential.response",
|
|
10399
|
-
"ci.exchange-token.request",
|
|
10400
|
-
"ci.exchange-token.response",
|
|
10401
|
-
"ci.reduced-scope.request",
|
|
10402
|
-
"ci.reduced-scope.response",
|
|
10403
10399
|
"givr.poros.connect",
|
|
10404
10400
|
"givr.poros.verification",
|
|
10405
10401
|
"givr.sip.refer.request",
|
|
10406
10402
|
"givr.sip.refer.response",
|
|
10403
|
+
"idbroker.authorize.request",
|
|
10404
|
+
"idbroker.authorize.response",
|
|
10405
|
+
"idbroker.client-credential.request",
|
|
10406
|
+
"idbroker.client-credential.response",
|
|
10407
|
+
"idbroker.exchange-token.request",
|
|
10408
|
+
"idbroker.exchange-token.response",
|
|
10409
|
+
"idbroker.reduced-scope.request",
|
|
10410
|
+
"idbroker.reduced-scope.response",
|
|
10407
10411
|
"ivr.antifraud.query",
|
|
10408
10412
|
"ivr.calliope.confluence.creation.request",
|
|
10409
10413
|
"ivr.calliope.confluence.creation.response",
|
|
@@ -14848,7 +14852,7 @@
|
|
|
14848
14852
|
},
|
|
14849
14853
|
"method": {
|
|
14850
14854
|
"enum": [
|
|
14851
|
-
"
|
|
14855
|
+
"idbroker",
|
|
14852
14856
|
"enterprise",
|
|
14853
14857
|
"social"
|
|
14854
14858
|
],
|
|
@@ -24455,7 +24459,7 @@
|
|
|
24455
24459
|
},
|
|
24456
24460
|
"method": {
|
|
24457
24461
|
"enum": [
|
|
24458
|
-
"
|
|
24462
|
+
"idbroker",
|
|
24459
24463
|
"enterprise",
|
|
24460
24464
|
"social"
|
|
24461
24465
|
],
|
|
@@ -28439,7 +28443,7 @@
|
|
|
28439
28443
|
},
|
|
28440
28444
|
"method": {
|
|
28441
28445
|
"enum": [
|
|
28442
|
-
"
|
|
28446
|
+
"idbroker",
|
|
28443
28447
|
"enterprise",
|
|
28444
28448
|
"social"
|
|
28445
28449
|
],
|
|
@@ -33617,7 +33621,7 @@
|
|
|
33617
33621
|
},
|
|
33618
33622
|
"method": {
|
|
33619
33623
|
"enum": [
|
|
33620
|
-
"
|
|
33624
|
+
"idbroker",
|
|
33621
33625
|
"enterprise",
|
|
33622
33626
|
"social"
|
|
33623
33627
|
],
|
|
@@ -34088,6 +34092,7 @@
|
|
|
34088
34092
|
"hedge",
|
|
34089
34093
|
"hesiod",
|
|
34090
34094
|
"homer",
|
|
34095
|
+
"idbroker",
|
|
34091
34096
|
"superhomer",
|
|
34092
34097
|
"l2sip",
|
|
34093
34098
|
"linus",
|
|
@@ -31,6 +31,7 @@ export interface Event {
|
|
|
31
31
|
| "hedge"
|
|
32
32
|
| "hesiod"
|
|
33
33
|
| "homer"
|
|
34
|
+
| "idbroker"
|
|
34
35
|
| "superhomer"
|
|
35
36
|
| "l2sip"
|
|
36
37
|
| "linus"
|
|
@@ -1041,7 +1042,7 @@ export interface Event {
|
|
|
1041
1042
|
*/
|
|
1042
1043
|
loginInfo?: {
|
|
1043
1044
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
1044
|
-
method?: "
|
|
1045
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
1045
1046
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
1046
1047
|
additionalProperties?: false;
|
|
1047
1048
|
};
|
|
@@ -1068,14 +1069,8 @@ export interface Event {
|
|
|
1068
1069
|
| "client.call.remote-ended"
|
|
1069
1070
|
| "client.call.remote-started"
|
|
1070
1071
|
| "client.call.skip-locus-join"
|
|
1071
|
-
| "client.ci.authorize.request"
|
|
1072
|
-
| "client.ci.authorize.response"
|
|
1073
|
-
| "client.ci.client-credential.request"
|
|
1074
|
-
| "client.ci.client-credential.response"
|
|
1075
1072
|
| "client.ci.exchange-token.request"
|
|
1076
1073
|
| "client.ci.exchange-token.response"
|
|
1077
|
-
| "client.ci.reduced-scope.request"
|
|
1078
|
-
| "client.ci.reduced-scope.response"
|
|
1079
1074
|
| "client.conversation.request"
|
|
1080
1075
|
| "client.conversation.response"
|
|
1081
1076
|
| "client.click.pre-join"
|
|
@@ -1100,6 +1095,14 @@ export interface Event {
|
|
|
1100
1095
|
| "client.hologram.remote.stopped"
|
|
1101
1096
|
| "client.ice.end"
|
|
1102
1097
|
| "client.ice.start"
|
|
1098
|
+
| "client.idbroker.authorize.request"
|
|
1099
|
+
| "client.idbroker.authorize.response"
|
|
1100
|
+
| "client.idbroker.client-credential.request"
|
|
1101
|
+
| "client.idbroker.client-credential.response"
|
|
1102
|
+
| "client.idbroker.exchange-token.request"
|
|
1103
|
+
| "client.idbroker.exchange-token.response"
|
|
1104
|
+
| "client.idbroker.reduced-scope.request"
|
|
1105
|
+
| "client.idbroker.reduced-scope.response"
|
|
1103
1106
|
| "client.installer.start"
|
|
1104
1107
|
| "client.installer.end"
|
|
1105
1108
|
| "client.installer.download-app"
|
|
@@ -1597,6 +1600,7 @@ export interface Event {
|
|
|
1597
1600
|
| "hedge"
|
|
1598
1601
|
| "hesiod"
|
|
1599
1602
|
| "homer"
|
|
1603
|
+
| "idbroker"
|
|
1600
1604
|
| "superhomer"
|
|
1601
1605
|
| "l2sip"
|
|
1602
1606
|
| "linus"
|
|
@@ -4609,7 +4613,7 @@ export interface Event {
|
|
|
4609
4613
|
*/
|
|
4610
4614
|
loginInfo?: {
|
|
4611
4615
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
4612
|
-
method?: "
|
|
4616
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
4613
4617
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
4614
4618
|
additionalProperties?: false;
|
|
4615
4619
|
};
|
|
@@ -4638,18 +4642,18 @@ export interface Event {
|
|
|
4638
4642
|
| "cca.scheduling.response"
|
|
4639
4643
|
| "ccc.scheduling.request"
|
|
4640
4644
|
| "ccc.scheduling.response"
|
|
4641
|
-
| "ci.authorize.request"
|
|
4642
|
-
| "ci.authorize.response"
|
|
4643
|
-
| "ci.client-credential.request"
|
|
4644
|
-
| "ci.client-credential.response"
|
|
4645
|
-
| "ci.exchange-token.request"
|
|
4646
|
-
| "ci.exchange-token.response"
|
|
4647
|
-
| "ci.reduced-scope.request"
|
|
4648
|
-
| "ci.reduced-scope.response"
|
|
4649
4645
|
| "givr.poros.connect"
|
|
4650
4646
|
| "givr.poros.verification"
|
|
4651
4647
|
| "givr.sip.refer.request"
|
|
4652
4648
|
| "givr.sip.refer.response"
|
|
4649
|
+
| "idbroker.authorize.request"
|
|
4650
|
+
| "idbroker.authorize.response"
|
|
4651
|
+
| "idbroker.client-credential.request"
|
|
4652
|
+
| "idbroker.client-credential.response"
|
|
4653
|
+
| "idbroker.exchange-token.request"
|
|
4654
|
+
| "idbroker.exchange-token.response"
|
|
4655
|
+
| "idbroker.reduced-scope.request"
|
|
4656
|
+
| "idbroker.reduced-scope.response"
|
|
4653
4657
|
| "ivr.antifraud.query"
|
|
4654
4658
|
| "ivr.calliope.confluence.creation.request"
|
|
4655
4659
|
| "ivr.calliope.confluence.creation.response"
|
|
@@ -6535,7 +6539,7 @@ export interface Event {
|
|
|
6535
6539
|
*/
|
|
6536
6540
|
loginInfo?: {
|
|
6537
6541
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
6538
|
-
method?: "
|
|
6542
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
6539
6543
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
6540
6544
|
additionalProperties?: false;
|
|
6541
6545
|
};
|
|
@@ -10244,7 +10248,7 @@ export interface Event {
|
|
|
10244
10248
|
*/
|
|
10245
10249
|
loginInfo?: {
|
|
10246
10250
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
10247
|
-
method?: "
|
|
10251
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
10248
10252
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
10249
10253
|
additionalProperties?: false;
|
|
10250
10254
|
};
|
|
@@ -11971,7 +11975,7 @@ export interface Event {
|
|
|
11971
11975
|
*/
|
|
11972
11976
|
loginInfo?: {
|
|
11973
11977
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
11974
|
-
method?: "
|
|
11978
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
11975
11979
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
11976
11980
|
additionalProperties?: false;
|
|
11977
11981
|
};
|
|
@@ -13708,7 +13712,7 @@ export interface Event {
|
|
|
13708
13712
|
*/
|
|
13709
13713
|
loginInfo?: {
|
|
13710
13714
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
13711
|
-
method?: "
|
|
13715
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
13712
13716
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
13713
13717
|
additionalProperties?: false;
|
|
13714
13718
|
};
|
|
@@ -13893,6 +13897,7 @@ export interface Event {
|
|
|
13893
13897
|
| "hedge"
|
|
13894
13898
|
| "hesiod"
|
|
13895
13899
|
| "homer"
|
|
13900
|
+
| "idbroker"
|
|
13896
13901
|
| "superhomer"
|
|
13897
13902
|
| "l2sip"
|
|
13898
13903
|
| "linus"
|
|
@@ -14692,7 +14697,7 @@ export interface ClientEvent {
|
|
|
14692
14697
|
*/
|
|
14693
14698
|
loginInfo?: {
|
|
14694
14699
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
14695
|
-
method?: "
|
|
14700
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
14696
14701
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
14697
14702
|
additionalProperties?: false;
|
|
14698
14703
|
};
|
|
@@ -14719,14 +14724,8 @@ export interface ClientEvent {
|
|
|
14719
14724
|
| "client.call.remote-ended"
|
|
14720
14725
|
| "client.call.remote-started"
|
|
14721
14726
|
| "client.call.skip-locus-join"
|
|
14722
|
-
| "client.ci.authorize.request"
|
|
14723
|
-
| "client.ci.authorize.response"
|
|
14724
|
-
| "client.ci.client-credential.request"
|
|
14725
|
-
| "client.ci.client-credential.response"
|
|
14726
14727
|
| "client.ci.exchange-token.request"
|
|
14727
14728
|
| "client.ci.exchange-token.response"
|
|
14728
|
-
| "client.ci.reduced-scope.request"
|
|
14729
|
-
| "client.ci.reduced-scope.response"
|
|
14730
14729
|
| "client.conversation.request"
|
|
14731
14730
|
| "client.conversation.response"
|
|
14732
14731
|
| "client.click.pre-join"
|
|
@@ -14751,6 +14750,14 @@ export interface ClientEvent {
|
|
|
14751
14750
|
| "client.hologram.remote.stopped"
|
|
14752
14751
|
| "client.ice.end"
|
|
14753
14752
|
| "client.ice.start"
|
|
14753
|
+
| "client.idbroker.authorize.request"
|
|
14754
|
+
| "client.idbroker.authorize.response"
|
|
14755
|
+
| "client.idbroker.client-credential.request"
|
|
14756
|
+
| "client.idbroker.client-credential.response"
|
|
14757
|
+
| "client.idbroker.exchange-token.request"
|
|
14758
|
+
| "client.idbroker.exchange-token.response"
|
|
14759
|
+
| "client.idbroker.reduced-scope.request"
|
|
14760
|
+
| "client.idbroker.reduced-scope.response"
|
|
14754
14761
|
| "client.installer.start"
|
|
14755
14762
|
| "client.installer.end"
|
|
14756
14763
|
| "client.installer.download-app"
|
|
@@ -15248,6 +15255,7 @@ export interface ClientEvent {
|
|
|
15248
15255
|
| "hedge"
|
|
15249
15256
|
| "hesiod"
|
|
15250
15257
|
| "homer"
|
|
15258
|
+
| "idbroker"
|
|
15251
15259
|
| "superhomer"
|
|
15252
15260
|
| "l2sip"
|
|
15253
15261
|
| "linus"
|
|
@@ -18176,7 +18184,7 @@ export interface FeatureEvent {
|
|
|
18176
18184
|
*/
|
|
18177
18185
|
loginInfo?: {
|
|
18178
18186
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
18179
|
-
method?: "
|
|
18187
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
18180
18188
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
18181
18189
|
additionalProperties?: false;
|
|
18182
18190
|
};
|
|
@@ -19914,7 +19922,7 @@ export interface MediaQualityEvent {
|
|
|
19914
19922
|
*/
|
|
19915
19923
|
loginInfo?: {
|
|
19916
19924
|
type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
|
|
19917
|
-
method?: "
|
|
19925
|
+
method?: "idbroker" | "enterprise" | "social";
|
|
19918
19926
|
grantType?: "client-credential" | "authorization-code" | "scope-reduction";
|
|
19919
19927
|
additionalProperties?: false;
|
|
19920
19928
|
};
|
package/package.json
CHANGED