@webex/event-dictionary-ts 1.0.1735 → 1.0.1737

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.
@@ -2156,6 +2156,40 @@
2156
2156
  "isVVipMeeting": {
2157
2157
  "type": "boolean"
2158
2158
  },
2159
+ "loginInfo": {
2160
+ "type": "object",
2161
+ "description": "Login-related information.",
2162
+ "additionalProperties": true,
2163
+ "properties": {
2164
+ "type": {
2165
+ "enum": [
2166
+ "user-hub",
2167
+ "control-hub",
2168
+ "meeting-site",
2169
+ "global-sign-in-page",
2170
+ "web-client",
2171
+ "native-client"
2172
+ ],
2173
+ "type": "string"
2174
+ },
2175
+ "method": {
2176
+ "enum": [
2177
+ "ci",
2178
+ "enterprise",
2179
+ "social"
2180
+ ],
2181
+ "type": "string"
2182
+ },
2183
+ "grantType": {
2184
+ "enum": [
2185
+ "client-credential",
2186
+ "authorization-code",
2187
+ "scope-reduction"
2188
+ ],
2189
+ "type": "string"
2190
+ }
2191
+ }
2192
+ },
2159
2193
  "name": {
2160
2194
  "enum": [
2161
2195
  "client.abort.join",
@@ -2667,6 +2667,40 @@
2667
2667
  "isVVipMeeting": {
2668
2668
  "type": "boolean"
2669
2669
  },
2670
+ "loginInfo": {
2671
+ "type": "object",
2672
+ "description": "Login-related information.",
2673
+ "additionalProperties": true,
2674
+ "properties": {
2675
+ "type": {
2676
+ "enum": [
2677
+ "user-hub",
2678
+ "control-hub",
2679
+ "meeting-site",
2680
+ "global-sign-in-page",
2681
+ "web-client",
2682
+ "native-client"
2683
+ ],
2684
+ "type": "string"
2685
+ },
2686
+ "method": {
2687
+ "enum": [
2688
+ "ci",
2689
+ "enterprise",
2690
+ "social"
2691
+ ],
2692
+ "type": "string"
2693
+ },
2694
+ "grantType": {
2695
+ "enum": [
2696
+ "client-credential",
2697
+ "authorization-code",
2698
+ "scope-reduction"
2699
+ ],
2700
+ "type": "string"
2701
+ }
2702
+ }
2703
+ },
2670
2704
  "name": {
2671
2705
  "enum": [
2672
2706
  "client.abort.join",
@@ -10286,6 +10320,40 @@
10286
10320
  "isVVipMeeting": {
10287
10321
  "type": "boolean"
10288
10322
  },
10323
+ "loginInfo": {
10324
+ "type": "object",
10325
+ "description": "Login-related information.",
10326
+ "additionalProperties": true,
10327
+ "properties": {
10328
+ "type": {
10329
+ "enum": [
10330
+ "user-hub",
10331
+ "control-hub",
10332
+ "meeting-site",
10333
+ "global-sign-in-page",
10334
+ "web-client",
10335
+ "native-client"
10336
+ ],
10337
+ "type": "string"
10338
+ },
10339
+ "method": {
10340
+ "enum": [
10341
+ "ci",
10342
+ "enterprise",
10343
+ "social"
10344
+ ],
10345
+ "type": "string"
10346
+ },
10347
+ "grantType": {
10348
+ "enum": [
10349
+ "client-credential",
10350
+ "authorization-code",
10351
+ "scope-reduction"
10352
+ ],
10353
+ "type": "string"
10354
+ }
10355
+ }
10356
+ },
10289
10357
  "remoteAgent": {
10290
10358
  "type": "string"
10291
10359
  },
@@ -14744,6 +14812,40 @@
14744
14812
  "isVVipMeeting": {
14745
14813
  "type": "boolean"
14746
14814
  },
14815
+ "loginInfo": {
14816
+ "type": "object",
14817
+ "description": "Login-related information.",
14818
+ "additionalProperties": true,
14819
+ "properties": {
14820
+ "type": {
14821
+ "enum": [
14822
+ "user-hub",
14823
+ "control-hub",
14824
+ "meeting-site",
14825
+ "global-sign-in-page",
14826
+ "web-client",
14827
+ "native-client"
14828
+ ],
14829
+ "type": "string"
14830
+ },
14831
+ "method": {
14832
+ "enum": [
14833
+ "ci",
14834
+ "enterprise",
14835
+ "social"
14836
+ ],
14837
+ "type": "string"
14838
+ },
14839
+ "grantType": {
14840
+ "enum": [
14841
+ "client-credential",
14842
+ "authorization-code",
14843
+ "scope-reduction"
14844
+ ],
14845
+ "type": "string"
14846
+ }
14847
+ }
14848
+ },
14747
14849
  "trigger": {
14748
14850
  "enum": [
14749
14851
  "dummyTrigger1",
@@ -24317,6 +24419,40 @@
24317
24419
  "isVVipMeeting": {
24318
24420
  "type": "boolean"
24319
24421
  },
24422
+ "loginInfo": {
24423
+ "type": "object",
24424
+ "description": "Login-related information.",
24425
+ "additionalProperties": true,
24426
+ "properties": {
24427
+ "type": {
24428
+ "enum": [
24429
+ "user-hub",
24430
+ "control-hub",
24431
+ "meeting-site",
24432
+ "global-sign-in-page",
24433
+ "web-client",
24434
+ "native-client"
24435
+ ],
24436
+ "type": "string"
24437
+ },
24438
+ "method": {
24439
+ "enum": [
24440
+ "ci",
24441
+ "enterprise",
24442
+ "social"
24443
+ ],
24444
+ "type": "string"
24445
+ },
24446
+ "grantType": {
24447
+ "enum": [
24448
+ "client-credential",
24449
+ "authorization-code",
24450
+ "scope-reduction"
24451
+ ],
24452
+ "type": "string"
24453
+ }
24454
+ }
24455
+ },
24320
24456
  "name": {
24321
24457
  "enum": [
24322
24458
  "client.feature.audio.noise.removal",
@@ -28267,6 +28403,40 @@
28267
28403
  "isVVipMeeting": {
28268
28404
  "type": "boolean"
28269
28405
  },
28406
+ "loginInfo": {
28407
+ "type": "object",
28408
+ "description": "Login-related information.",
28409
+ "additionalProperties": true,
28410
+ "properties": {
28411
+ "type": {
28412
+ "enum": [
28413
+ "user-hub",
28414
+ "control-hub",
28415
+ "meeting-site",
28416
+ "global-sign-in-page",
28417
+ "web-client",
28418
+ "native-client"
28419
+ ],
28420
+ "type": "string"
28421
+ },
28422
+ "method": {
28423
+ "enum": [
28424
+ "ci",
28425
+ "enterprise",
28426
+ "social"
28427
+ ],
28428
+ "type": "string"
28429
+ },
28430
+ "grantType": {
28431
+ "enum": [
28432
+ "client-credential",
28433
+ "authorization-code",
28434
+ "scope-reduction"
28435
+ ],
28436
+ "type": "string"
28437
+ }
28438
+ }
28439
+ },
28270
28440
  "trigger": {
28271
28441
  "enum": [
28272
28442
  "dummyTrigger1",
@@ -33411,6 +33581,40 @@
33411
33581
  "isVVipMeeting": {
33412
33582
  "type": "boolean"
33413
33583
  },
33584
+ "loginInfo": {
33585
+ "type": "object",
33586
+ "description": "Login-related information.",
33587
+ "additionalProperties": true,
33588
+ "properties": {
33589
+ "type": {
33590
+ "enum": [
33591
+ "user-hub",
33592
+ "control-hub",
33593
+ "meeting-site",
33594
+ "global-sign-in-page",
33595
+ "web-client",
33596
+ "native-client"
33597
+ ],
33598
+ "type": "string"
33599
+ },
33600
+ "method": {
33601
+ "enum": [
33602
+ "ci",
33603
+ "enterprise",
33604
+ "social"
33605
+ ],
33606
+ "type": "string"
33607
+ },
33608
+ "grantType": {
33609
+ "enum": [
33610
+ "client-credential",
33611
+ "authorization-code",
33612
+ "scope-reduction"
33613
+ ],
33614
+ "type": "string"
33615
+ }
33616
+ }
33617
+ },
33414
33618
  "trigger": {
33415
33619
  "enum": [
33416
33620
  "dummyTrigger1",
@@ -2202,6 +2202,40 @@
2202
2202
  "isVVipMeeting": {
2203
2203
  "type": "boolean"
2204
2204
  },
2205
+ "loginInfo": {
2206
+ "type": "object",
2207
+ "description": "Login-related information.",
2208
+ "additionalProperties": true,
2209
+ "properties": {
2210
+ "type": {
2211
+ "enum": [
2212
+ "user-hub",
2213
+ "control-hub",
2214
+ "meeting-site",
2215
+ "global-sign-in-page",
2216
+ "web-client",
2217
+ "native-client"
2218
+ ],
2219
+ "type": "string"
2220
+ },
2221
+ "method": {
2222
+ "enum": [
2223
+ "ci",
2224
+ "enterprise",
2225
+ "social"
2226
+ ],
2227
+ "type": "string"
2228
+ },
2229
+ "grantType": {
2230
+ "enum": [
2231
+ "client-credential",
2232
+ "authorization-code",
2233
+ "scope-reduction"
2234
+ ],
2235
+ "type": "string"
2236
+ }
2237
+ }
2238
+ },
2205
2239
  "name": {
2206
2240
  "enum": [
2207
2241
  "client.feature.audio.noise.removal",
@@ -2203,6 +2203,40 @@
2203
2203
  "isVVipMeeting": {
2204
2204
  "type": "boolean"
2205
2205
  },
2206
+ "loginInfo": {
2207
+ "type": "object",
2208
+ "description": "Login-related information.",
2209
+ "additionalProperties": true,
2210
+ "properties": {
2211
+ "type": {
2212
+ "enum": [
2213
+ "user-hub",
2214
+ "control-hub",
2215
+ "meeting-site",
2216
+ "global-sign-in-page",
2217
+ "web-client",
2218
+ "native-client"
2219
+ ],
2220
+ "type": "string"
2221
+ },
2222
+ "method": {
2223
+ "enum": [
2224
+ "ci",
2225
+ "enterprise",
2226
+ "social"
2227
+ ],
2228
+ "type": "string"
2229
+ },
2230
+ "grantType": {
2231
+ "enum": [
2232
+ "client-credential",
2233
+ "authorization-code",
2234
+ "scope-reduction"
2235
+ ],
2236
+ "type": "string"
2237
+ }
2238
+ }
2239
+ },
2206
2240
  "trigger": {
2207
2241
  "enum": [
2208
2242
  "dummyTrigger1",
@@ -1036,6 +1036,15 @@ export interface Event {
1036
1036
  locale?: string;
1037
1037
  accessNumber?: string;
1038
1038
  isVVipMeeting?: boolean;
1039
+ /**
1040
+ * Login-related information.
1041
+ */
1042
+ loginInfo?: {
1043
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
1044
+ method?: "ci" | "enterprise" | "social";
1045
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
1046
+ additionalProperties?: false;
1047
+ };
1039
1048
  name:
1040
1049
  | "client.abort.join"
1041
1050
  | "client.alert.displayed"
@@ -4585,6 +4594,15 @@ export interface Event {
4585
4594
  locale?: string;
4586
4595
  accessNumber?: string;
4587
4596
  isVVipMeeting?: boolean;
4597
+ /**
4598
+ * Login-related information.
4599
+ */
4600
+ loginInfo?: {
4601
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
4602
+ method?: "ci" | "enterprise" | "social";
4603
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
4604
+ additionalProperties?: false;
4605
+ };
4588
4606
  remoteAgent?: string;
4589
4607
  name:
4590
4608
  | "addin.scheduling.request"
@@ -6494,6 +6512,15 @@ export interface Event {
6494
6512
  locale?: string;
6495
6513
  accessNumber?: string;
6496
6514
  isVVipMeeting?: boolean;
6515
+ /**
6516
+ * Login-related information.
6517
+ */
6518
+ loginInfo?: {
6519
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
6520
+ method?: "ci" | "enterprise" | "social";
6521
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
6522
+ additionalProperties?: false;
6523
+ };
6497
6524
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
6498
6525
  name: "server.mediaquality.event" | "client.mediaquality.event";
6499
6526
  /**
@@ -10194,6 +10221,15 @@ export interface Event {
10194
10221
  locale?: string;
10195
10222
  accessNumber?: string;
10196
10223
  isVVipMeeting?: boolean;
10224
+ /**
10225
+ * Login-related information.
10226
+ */
10227
+ loginInfo?: {
10228
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
10229
+ method?: "ci" | "enterprise" | "social";
10230
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
10231
+ additionalProperties?: false;
10232
+ };
10197
10233
  name:
10198
10234
  | "client.feature.audio.noise.removal"
10199
10235
  | "client.feature.embedded-object-info"
@@ -11912,6 +11948,15 @@ export interface Event {
11912
11948
  locale?: string;
11913
11949
  accessNumber?: string;
11914
11950
  isVVipMeeting?: boolean;
11951
+ /**
11952
+ * Login-related information.
11953
+ */
11954
+ loginInfo?: {
11955
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
11956
+ method?: "ci" | "enterprise" | "social";
11957
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
11958
+ additionalProperties?: false;
11959
+ };
11915
11960
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
11916
11961
  name: "edge.mediaquality.event";
11917
11962
  /**
@@ -13640,6 +13685,15 @@ export interface Event {
13640
13685
  locale?: string;
13641
13686
  accessNumber?: string;
13642
13687
  isVVipMeeting?: boolean;
13688
+ /**
13689
+ * Login-related information.
13690
+ */
13691
+ loginInfo?: {
13692
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
13693
+ method?: "ci" | "enterprise" | "social";
13694
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
13695
+ additionalProperties?: false;
13696
+ };
13643
13697
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "recording-event";
13644
13698
  name:
13645
13699
  | "crc.recording.create.request"
@@ -14615,6 +14669,15 @@ export interface ClientEvent {
14615
14669
  locale?: string;
14616
14670
  accessNumber?: string;
14617
14671
  isVVipMeeting?: boolean;
14672
+ /**
14673
+ * Login-related information.
14674
+ */
14675
+ loginInfo?: {
14676
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
14677
+ method?: "ci" | "enterprise" | "social";
14678
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
14679
+ additionalProperties?: false;
14680
+ };
14618
14681
  name:
14619
14682
  | "client.abort.join"
14620
14683
  | "client.alert.displayed"
@@ -18080,6 +18143,15 @@ export interface FeatureEvent {
18080
18143
  locale?: string;
18081
18144
  accessNumber?: string;
18082
18145
  isVVipMeeting?: boolean;
18146
+ /**
18147
+ * Login-related information.
18148
+ */
18149
+ loginInfo?: {
18150
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
18151
+ method?: "ci" | "enterprise" | "social";
18152
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
18153
+ additionalProperties?: false;
18154
+ };
18083
18155
  name:
18084
18156
  | "client.feature.audio.noise.removal"
18085
18157
  | "client.feature.embedded-object-info"
@@ -19809,6 +19881,15 @@ export interface MediaQualityEvent {
19809
19881
  locale?: string;
19810
19882
  accessNumber?: string;
19811
19883
  isVVipMeeting?: boolean;
19884
+ /**
19885
+ * Login-related information.
19886
+ */
19887
+ loginInfo?: {
19888
+ type?: "user-hub" | "control-hub" | "meeting-site" | "global-sign-in-page" | "web-client" | "native-client";
19889
+ method?: "ci" | "enterprise" | "social";
19890
+ grantType?: "client-credential" | "authorization-code" | "scope-reduction";
19891
+ additionalProperties?: false;
19892
+ };
19812
19893
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
19813
19894
  name: "server.mediaquality.event" | "client.mediaquality.event";
19814
19895
  /**
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.1735"
31
+ "version": "1.0.1737"
32
32
  }