@webex/event-dictionary-ts 1.0.1819 → 1.0.1821

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.
@@ -452,7 +452,8 @@
452
452
  "CPAAS_THIRD_PARTY_SDK",
453
453
  "WXC_THIRD_PARTY",
454
454
  "WXCC",
455
- "TEAMS_PHONE"
455
+ "TEAMS_PHONE",
456
+ "WEBEX_RELAY"
456
457
  ]
457
458
  },
458
459
  "derivedSubClientType": {
@@ -2438,6 +2439,7 @@
2438
2439
  "client.webapp-download.in-progress",
2439
2440
  "client.webapp-download.end",
2440
2441
  "client.whiteboard.loaded",
2442
+ "client.call.survey.trigger",
2441
2443
  "meeting.initiated",
2442
2444
  "meeting.converged.initiated",
2443
2445
  "meeting.joined",
@@ -3412,7 +3414,8 @@
3412
3414
  "CPAAS_THIRD_PARTY_SDK",
3413
3415
  "WXC_THIRD_PARTY",
3414
3416
  "WXCC",
3415
- "TEAMS_PHONE"
3417
+ "TEAMS_PHONE",
3418
+ "WEBEX_RELAY"
3416
3419
  ]
3417
3420
  },
3418
3421
  "subClientType": {
@@ -7500,6 +7503,30 @@
7500
7503
  },
7501
7504
  "forceLogin": {
7502
7505
  "type": "boolean"
7506
+ },
7507
+ "callSurveyTriggerData": {
7508
+ "type": "object",
7509
+ "description": "Call survey trigger data for client.call.survey.trigger event. This object only applies when callingServiceType is CUCM.",
7510
+ "additionalProperties": true,
7511
+ "required": [
7512
+ "callId",
7513
+ "callDuration",
7514
+ "isDIUser"
7515
+ ],
7516
+ "properties": {
7517
+ "callId": {
7518
+ "type": "string",
7519
+ "description": "Unique identifier for the call."
7520
+ },
7521
+ "callDuration": {
7522
+ "type": "integer",
7523
+ "description": "Duration of the call in seconds."
7524
+ },
7525
+ "isDIUser": {
7526
+ "type": "boolean",
7527
+ "description": "Indicates whether the user is a DI (Dedicated Instance) user."
7528
+ }
7529
+ }
7503
7530
  }
7504
7531
  }
7505
7532
  }
@@ -224,7 +224,8 @@
224
224
  "CPAAS_THIRD_PARTY_SDK",
225
225
  "WXC_THIRD_PARTY",
226
226
  "WXCC",
227
- "TEAMS_PHONE"
227
+ "TEAMS_PHONE",
228
+ "WEBEX_RELAY"
228
229
  ]
229
230
  },
230
231
  "subClientType": {
@@ -972,7 +973,8 @@
972
973
  "CPAAS_THIRD_PARTY_SDK",
973
974
  "WXC_THIRD_PARTY",
974
975
  "WXCC",
975
- "TEAMS_PHONE"
976
+ "TEAMS_PHONE",
977
+ "WEBEX_RELAY"
976
978
  ]
977
979
  },
978
980
  "derivedSubClientType": {
@@ -2958,6 +2960,7 @@
2958
2960
  "client.webapp-download.in-progress",
2959
2961
  "client.webapp-download.end",
2960
2962
  "client.whiteboard.loaded",
2963
+ "client.call.survey.trigger",
2961
2964
  "meeting.initiated",
2962
2965
  "meeting.converged.initiated",
2963
2966
  "meeting.joined",
@@ -3932,7 +3935,8 @@
3932
3935
  "CPAAS_THIRD_PARTY_SDK",
3933
3936
  "WXC_THIRD_PARTY",
3934
3937
  "WXCC",
3935
- "TEAMS_PHONE"
3938
+ "TEAMS_PHONE",
3939
+ "WEBEX_RELAY"
3936
3940
  ]
3937
3941
  },
3938
3942
  "subClientType": {
@@ -8020,6 +8024,30 @@
8020
8024
  },
8021
8025
  "forceLogin": {
8022
8026
  "type": "boolean"
8027
+ },
8028
+ "callSurveyTriggerData": {
8029
+ "type": "object",
8030
+ "description": "Call survey trigger data for client.call.survey.trigger event. This object only applies when callingServiceType is CUCM.",
8031
+ "additionalProperties": true,
8032
+ "required": [
8033
+ "callId",
8034
+ "callDuration",
8035
+ "isDIUser"
8036
+ ],
8037
+ "properties": {
8038
+ "callId": {
8039
+ "type": "string",
8040
+ "description": "Unique identifier for the call."
8041
+ },
8042
+ "callDuration": {
8043
+ "type": "integer",
8044
+ "description": "Duration of the call in seconds."
8045
+ },
8046
+ "isDIUser": {
8047
+ "type": "boolean",
8048
+ "description": "Indicates whether the user is a DI (Dedicated Instance) user."
8049
+ }
8050
+ }
8023
8051
  }
8024
8052
  }
8025
8053
  },
@@ -8773,7 +8801,8 @@
8773
8801
  "CPAAS_THIRD_PARTY_SDK",
8774
8802
  "WXC_THIRD_PARTY",
8775
8803
  "WXCC",
8776
- "TEAMS_PHONE"
8804
+ "TEAMS_PHONE",
8805
+ "WEBEX_RELAY"
8777
8806
  ]
8778
8807
  },
8779
8808
  "derivedSubClientType": {
@@ -13316,7 +13345,8 @@
13316
13345
  "CPAAS_THIRD_PARTY_SDK",
13317
13346
  "WXC_THIRD_PARTY",
13318
13347
  "WXCC",
13319
- "TEAMS_PHONE"
13348
+ "TEAMS_PHONE",
13349
+ "WEBEX_RELAY"
13320
13350
  ]
13321
13351
  },
13322
13352
  "derivedSubClientType": {
@@ -21011,7 +21041,8 @@
21011
21041
  "CPAAS_THIRD_PARTY_SDK",
21012
21042
  "WXC_THIRD_PARTY",
21013
21043
  "WXCC",
21014
- "TEAMS_PHONE"
21044
+ "TEAMS_PHONE",
21045
+ "WEBEX_RELAY"
21015
21046
  ]
21016
21047
  },
21017
21048
  "remoteOsType": {
@@ -23273,7 +23304,8 @@
23273
23304
  "CPAAS_THIRD_PARTY_SDK",
23274
23305
  "WXC_THIRD_PARTY",
23275
23306
  "WXCC",
23276
- "TEAMS_PHONE"
23307
+ "TEAMS_PHONE",
23308
+ "WEBEX_RELAY"
23277
23309
  ]
23278
23310
  },
23279
23311
  "derivedSubClientType": {
@@ -27286,7 +27318,8 @@
27286
27318
  "CPAAS_THIRD_PARTY_SDK",
27287
27319
  "WXC_THIRD_PARTY",
27288
27320
  "WXCC",
27289
- "TEAMS_PHONE"
27321
+ "TEAMS_PHONE",
27322
+ "WEBEX_RELAY"
27290
27323
  ]
27291
27324
  },
27292
27325
  "derivedSubClientType": {
@@ -32597,7 +32630,8 @@
32597
32630
  "CPAAS_THIRD_PARTY_SDK",
32598
32631
  "WXC_THIRD_PARTY",
32599
32632
  "WXCC",
32600
- "TEAMS_PHONE"
32633
+ "TEAMS_PHONE",
32634
+ "WEBEX_RELAY"
32601
32635
  ]
32602
32636
  },
32603
32637
  "derivedSubClientType": {
@@ -452,7 +452,8 @@
452
452
  "CPAAS_THIRD_PARTY_SDK",
453
453
  "WXC_THIRD_PARTY",
454
454
  "WXCC",
455
- "TEAMS_PHONE"
455
+ "TEAMS_PHONE",
456
+ "WEBEX_RELAY"
456
457
  ]
457
458
  },
458
459
  "derivedSubClientType": {
@@ -453,7 +453,8 @@
453
453
  "CPAAS_THIRD_PARTY_SDK",
454
454
  "WXC_THIRD_PARTY",
455
455
  "WXCC",
456
- "TEAMS_PHONE"
456
+ "TEAMS_PHONE",
457
+ "WEBEX_RELAY"
457
458
  ]
458
459
  },
459
460
  "derivedSubClientType": {
@@ -8148,7 +8149,8 @@
8148
8149
  "CPAAS_THIRD_PARTY_SDK",
8149
8150
  "WXC_THIRD_PARTY",
8150
8151
  "WXCC",
8151
- "TEAMS_PHONE"
8152
+ "TEAMS_PHONE",
8153
+ "WEBEX_RELAY"
8152
8154
  ]
8153
8155
  },
8154
8156
  "remoteOsType": {
@@ -146,7 +146,8 @@ export interface Event {
146
146
  | "CPAAS_THIRD_PARTY_SDK"
147
147
  | "WXC_THIRD_PARTY"
148
148
  | "WXCC"
149
- | "TEAMS_PHONE";
149
+ | "TEAMS_PHONE"
150
+ | "WEBEX_RELAY";
150
151
  /**
151
152
  * this defines the sub types of clients
152
153
  */
@@ -478,7 +479,8 @@ export interface Event {
478
479
  | "CPAAS_THIRD_PARTY_SDK"
479
480
  | "WXC_THIRD_PARTY"
480
481
  | "WXCC"
481
- | "TEAMS_PHONE";
482
+ | "TEAMS_PHONE"
483
+ | "WEBEX_RELAY";
482
484
  /**
483
485
  * this defines the sub types of clients
484
486
  */
@@ -1293,6 +1295,7 @@ export interface Event {
1293
1295
  | "client.webapp-download.in-progress"
1294
1296
  | "client.webapp-download.end"
1295
1297
  | "client.whiteboard.loaded"
1298
+ | "client.call.survey.trigger"
1296
1299
  | "meeting.initiated"
1297
1300
  | "meeting.converged.initiated"
1298
1301
  | "meeting.joined"
@@ -1757,7 +1760,8 @@ export interface Event {
1757
1760
  | "CPAAS_THIRD_PARTY_SDK"
1758
1761
  | "WXC_THIRD_PARTY"
1759
1762
  | "WXCC"
1760
- | "TEAMS_PHONE";
1763
+ | "TEAMS_PHONE"
1764
+ | "WEBEX_RELAY";
1761
1765
  /**
1762
1766
  * this defines the sub types of clients
1763
1767
  */
@@ -3850,6 +3854,24 @@ export interface Event {
3850
3854
  };
3851
3855
  webClientPreload?: boolean;
3852
3856
  forceLogin?: boolean;
3857
+ /**
3858
+ * Call survey trigger data for client.call.survey.trigger event. This object only applies when callingServiceType is CUCM.
3859
+ */
3860
+ callSurveyTriggerData?: {
3861
+ /**
3862
+ * Unique identifier for the call.
3863
+ */
3864
+ callId: string;
3865
+ /**
3866
+ * Duration of the call in seconds.
3867
+ */
3868
+ callDuration: number;
3869
+ /**
3870
+ * Indicates whether the user is a DI (Dedicated Instance) user.
3871
+ */
3872
+ isDIUser: boolean;
3873
+ additionalProperties?: false;
3874
+ };
3853
3875
  additionalProperties?: false;
3854
3876
  }
3855
3877
  | {
@@ -4137,7 +4159,8 @@ export interface Event {
4137
4159
  | "CPAAS_THIRD_PARTY_SDK"
4138
4160
  | "WXC_THIRD_PARTY"
4139
4161
  | "WXCC"
4140
- | "TEAMS_PHONE";
4162
+ | "TEAMS_PHONE"
4163
+ | "WEBEX_RELAY";
4141
4164
  /**
4142
4165
  * this defines the sub types of clients
4143
4166
  */
@@ -6096,7 +6119,8 @@ export interface Event {
6096
6119
  | "CPAAS_THIRD_PARTY_SDK"
6097
6120
  | "WXC_THIRD_PARTY"
6098
6121
  | "WXCC"
6099
- | "TEAMS_PHONE";
6122
+ | "TEAMS_PHONE"
6123
+ | "WEBEX_RELAY";
6100
6124
  /**
6101
6125
  * this defines the sub types of clients
6102
6126
  */
@@ -9100,7 +9124,8 @@ export interface Event {
9100
9124
  | "CPAAS_THIRD_PARTY_SDK"
9101
9125
  | "WXC_THIRD_PARTY"
9102
9126
  | "WXCC"
9103
- | "TEAMS_PHONE";
9127
+ | "TEAMS_PHONE"
9128
+ | "WEBEX_RELAY";
9104
9129
  remoteOsType?:
9105
9130
  | "android"
9106
9131
  | "android-x64"
@@ -9981,7 +10006,8 @@ export interface Event {
9981
10006
  | "CPAAS_THIRD_PARTY_SDK"
9982
10007
  | "WXC_THIRD_PARTY"
9983
10008
  | "WXCC"
9984
- | "TEAMS_PHONE";
10009
+ | "TEAMS_PHONE"
10010
+ | "WEBEX_RELAY";
9985
10011
  /**
9986
10012
  * this defines the sub types of clients
9987
10013
  */
@@ -11727,7 +11753,8 @@ export interface Event {
11727
11753
  | "CPAAS_THIRD_PARTY_SDK"
11728
11754
  | "WXC_THIRD_PARTY"
11729
11755
  | "WXCC"
11730
- | "TEAMS_PHONE";
11756
+ | "TEAMS_PHONE"
11757
+ | "WEBEX_RELAY";
11731
11758
  /**
11732
11759
  * this defines the sub types of clients
11733
11760
  */
@@ -13539,7 +13566,8 @@ export interface Event {
13539
13566
  | "CPAAS_THIRD_PARTY_SDK"
13540
13567
  | "WXC_THIRD_PARTY"
13541
13568
  | "WXCC"
13542
- | "TEAMS_PHONE";
13569
+ | "TEAMS_PHONE"
13570
+ | "WEBEX_RELAY";
13543
13571
  /**
13544
13572
  * this defines the sub types of clients
13545
13573
  */
@@ -14575,7 +14603,8 @@ export interface ClientEvent {
14575
14603
  | "CPAAS_THIRD_PARTY_SDK"
14576
14604
  | "WXC_THIRD_PARTY"
14577
14605
  | "WXCC"
14578
- | "TEAMS_PHONE";
14606
+ | "TEAMS_PHONE"
14607
+ | "WEBEX_RELAY";
14579
14608
  /**
14580
14609
  * this defines the sub types of clients
14581
14610
  */
@@ -15384,6 +15413,7 @@ export interface ClientEvent {
15384
15413
  | "client.webapp-download.in-progress"
15385
15414
  | "client.webapp-download.end"
15386
15415
  | "client.whiteboard.loaded"
15416
+ | "client.call.survey.trigger"
15387
15417
  | "meeting.initiated"
15388
15418
  | "meeting.converged.initiated"
15389
15419
  | "meeting.joined"
@@ -15848,7 +15878,8 @@ export interface ClientEvent {
15848
15878
  | "CPAAS_THIRD_PARTY_SDK"
15849
15879
  | "WXC_THIRD_PARTY"
15850
15880
  | "WXCC"
15851
- | "TEAMS_PHONE";
15881
+ | "TEAMS_PHONE"
15882
+ | "WEBEX_RELAY";
15852
15883
  /**
15853
15884
  * this defines the sub types of clients
15854
15885
  */
@@ -17941,6 +17972,24 @@ export interface ClientEvent {
17941
17972
  };
17942
17973
  webClientPreload?: boolean;
17943
17974
  forceLogin?: boolean;
17975
+ /**
17976
+ * Call survey trigger data for client.call.survey.trigger event. This object only applies when callingServiceType is CUCM.
17977
+ */
17978
+ callSurveyTriggerData?: {
17979
+ /**
17980
+ * Unique identifier for the call.
17981
+ */
17982
+ callId: string;
17983
+ /**
17984
+ * Duration of the call in seconds.
17985
+ */
17986
+ callDuration: number;
17987
+ /**
17988
+ * Indicates whether the user is a DI (Dedicated Instance) user.
17989
+ */
17990
+ isDIUser: boolean;
17991
+ additionalProperties?: false;
17992
+ };
17944
17993
  additionalProperties?: false;
17945
17994
  }
17946
17995
 
@@ -18142,7 +18191,8 @@ export interface FeatureEvent {
18142
18191
  | "CPAAS_THIRD_PARTY_SDK"
18143
18192
  | "WXC_THIRD_PARTY"
18144
18193
  | "WXCC"
18145
- | "TEAMS_PHONE";
18194
+ | "TEAMS_PHONE"
18195
+ | "WEBEX_RELAY";
18146
18196
  /**
18147
18197
  * this defines the sub types of clients
18148
18198
  */
@@ -19893,7 +19943,8 @@ export interface MediaQualityEvent {
19893
19943
  | "CPAAS_THIRD_PARTY_SDK"
19894
19944
  | "WXC_THIRD_PARTY"
19895
19945
  | "WXCC"
19896
- | "TEAMS_PHONE";
19946
+ | "TEAMS_PHONE"
19947
+ | "WEBEX_RELAY";
19897
19948
  /**
19898
19949
  * this defines the sub types of clients
19899
19950
  */
@@ -22888,7 +22939,8 @@ export interface MediaQualityEvent {
22888
22939
  | "CPAAS_THIRD_PARTY_SDK"
22889
22940
  | "WXC_THIRD_PARTY"
22890
22941
  | "WXCC"
22891
- | "TEAMS_PHONE";
22942
+ | "TEAMS_PHONE"
22943
+ | "WEBEX_RELAY";
22892
22944
  remoteOsType?:
22893
22945
  | "android"
22894
22946
  | "android-x64"
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.1819"
30
+ "version": "1.0.1821"
31
31
  }