@webex/event-dictionary-ts 1.0.1864 → 1.0.1865
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.
|
@@ -2142,6 +2142,29 @@
|
|
|
2142
2142
|
}
|
|
2143
2143
|
}
|
|
2144
2144
|
},
|
|
2145
|
+
"settingInfo": {
|
|
2146
|
+
"type": "object",
|
|
2147
|
+
"description": "details of setting information",
|
|
2148
|
+
"additionalProperties": true,
|
|
2149
|
+
"required": [
|
|
2150
|
+
"settingType"
|
|
2151
|
+
],
|
|
2152
|
+
"properties": {
|
|
2153
|
+
"settingType": {
|
|
2154
|
+
"type": "string",
|
|
2155
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2156
|
+
"enum": [
|
|
2157
|
+
"AUDIO_VIDEO",
|
|
2158
|
+
"EMAIL_TEMPLATE",
|
|
2159
|
+
"GENERAL",
|
|
2160
|
+
"PMR",
|
|
2161
|
+
"RECORDING",
|
|
2162
|
+
"SCHEDULING",
|
|
2163
|
+
"WEBEX_SITE"
|
|
2164
|
+
]
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2145
2168
|
"sessionJoinCount": {
|
|
2146
2169
|
"type": "integer"
|
|
2147
2170
|
},
|
|
@@ -2666,6 +2666,29 @@
|
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
},
|
|
2669
|
+
"settingInfo": {
|
|
2670
|
+
"type": "object",
|
|
2671
|
+
"description": "details of setting information",
|
|
2672
|
+
"additionalProperties": true,
|
|
2673
|
+
"required": [
|
|
2674
|
+
"settingType"
|
|
2675
|
+
],
|
|
2676
|
+
"properties": {
|
|
2677
|
+
"settingType": {
|
|
2678
|
+
"type": "string",
|
|
2679
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2680
|
+
"enum": [
|
|
2681
|
+
"AUDIO_VIDEO",
|
|
2682
|
+
"EMAIL_TEMPLATE",
|
|
2683
|
+
"GENERAL",
|
|
2684
|
+
"PMR",
|
|
2685
|
+
"RECORDING",
|
|
2686
|
+
"SCHEDULING",
|
|
2687
|
+
"WEBEX_SITE"
|
|
2688
|
+
]
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2669
2692
|
"sessionJoinCount": {
|
|
2670
2693
|
"type": "integer"
|
|
2671
2694
|
},
|
|
@@ -10601,6 +10624,29 @@
|
|
|
10601
10624
|
}
|
|
10602
10625
|
}
|
|
10603
10626
|
},
|
|
10627
|
+
"settingInfo": {
|
|
10628
|
+
"type": "object",
|
|
10629
|
+
"description": "details of setting information",
|
|
10630
|
+
"additionalProperties": true,
|
|
10631
|
+
"required": [
|
|
10632
|
+
"settingType"
|
|
10633
|
+
],
|
|
10634
|
+
"properties": {
|
|
10635
|
+
"settingType": {
|
|
10636
|
+
"type": "string",
|
|
10637
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
10638
|
+
"enum": [
|
|
10639
|
+
"AUDIO_VIDEO",
|
|
10640
|
+
"EMAIL_TEMPLATE",
|
|
10641
|
+
"GENERAL",
|
|
10642
|
+
"PMR",
|
|
10643
|
+
"RECORDING",
|
|
10644
|
+
"SCHEDULING",
|
|
10645
|
+
"WEBEX_SITE"
|
|
10646
|
+
]
|
|
10647
|
+
}
|
|
10648
|
+
}
|
|
10649
|
+
},
|
|
10604
10650
|
"sessionJoinCount": {
|
|
10605
10651
|
"type": "integer"
|
|
10606
10652
|
},
|
|
@@ -10813,6 +10859,8 @@
|
|
|
10813
10859
|
"mbs.scheduling.response",
|
|
10814
10860
|
"mbs.emailtemplate-setting.request\t#mbs gets request to update email templates settings",
|
|
10815
10861
|
"mbs.emailtemplate-setting.response\t#mbs completes updating email templates settings",
|
|
10862
|
+
"mbs.setting.request",
|
|
10863
|
+
"mbs.setting.response",
|
|
10816
10864
|
"mcs.cascade.join",
|
|
10817
10865
|
"mcs.cascade.leave",
|
|
10818
10866
|
"mcs.media.session.started",
|
|
@@ -10841,6 +10889,8 @@
|
|
|
10841
10889
|
"ngpage.scheduling-setting.end",
|
|
10842
10890
|
"ngpage.webexsite-setting.start\t\t#ng page sends request to ngservice to update default site",
|
|
10843
10891
|
"ngpage.webexsite-setting.end",
|
|
10892
|
+
"ngpage.setting.start",
|
|
10893
|
+
"ngpage.setting.end",
|
|
10844
10894
|
"ngservice.mrs.get-site-url.request",
|
|
10845
10895
|
"ngservice.mrs.get-site-url.response",
|
|
10846
10896
|
"ngservice.idbroker.authorize.request",
|
|
@@ -10863,6 +10913,8 @@
|
|
|
10863
10913
|
"ngservice.scheduling-setting.response\t#ngservice completes updating scheduling settings",
|
|
10864
10914
|
"ngservice.webexsite-setting.request\t\t#ngservice gets request to update default site",
|
|
10865
10915
|
"ngservice.webexsite-setting.response\t\t#ngservice completes updating default site",
|
|
10916
|
+
"ngservice.setting.request",
|
|
10917
|
+
"ngservice.setting.response\t#ngservice completes updating a setting",
|
|
10866
10918
|
"oauth.get-ci-login-url.request",
|
|
10867
10919
|
"oauth.get-ci-login-url.response",
|
|
10868
10920
|
"oauth.get-session-ticket.request",
|
|
@@ -10893,6 +10945,8 @@
|
|
|
10893
10945
|
"sbs.recording-setting.response\t#sbs completes updating recording settings",
|
|
10894
10946
|
"sbs.scheduling-setting.request\t#sbs gets request to update scheduling settings",
|
|
10895
10947
|
"sbs.scheduling-setting.response\t#sbs completes updating scheduling settings",
|
|
10948
|
+
"sbs.setting.request\t#sbs gets request to update a setting",
|
|
10949
|
+
"sbs.setting.response\t#sbs completes updating a setting",
|
|
10896
10950
|
"server.breakout-session.join.response",
|
|
10897
10951
|
"server.breakout-session.move.request",
|
|
10898
10952
|
"server.breakout-session.move.response",
|
|
@@ -15201,6 +15255,29 @@
|
|
|
15201
15255
|
}
|
|
15202
15256
|
}
|
|
15203
15257
|
},
|
|
15258
|
+
"settingInfo": {
|
|
15259
|
+
"type": "object",
|
|
15260
|
+
"description": "details of setting information",
|
|
15261
|
+
"additionalProperties": true,
|
|
15262
|
+
"required": [
|
|
15263
|
+
"settingType"
|
|
15264
|
+
],
|
|
15265
|
+
"properties": {
|
|
15266
|
+
"settingType": {
|
|
15267
|
+
"type": "string",
|
|
15268
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
15269
|
+
"enum": [
|
|
15270
|
+
"AUDIO_VIDEO",
|
|
15271
|
+
"EMAIL_TEMPLATE",
|
|
15272
|
+
"GENERAL",
|
|
15273
|
+
"PMR",
|
|
15274
|
+
"RECORDING",
|
|
15275
|
+
"SCHEDULING",
|
|
15276
|
+
"WEBEX_SITE"
|
|
15277
|
+
]
|
|
15278
|
+
}
|
|
15279
|
+
}
|
|
15280
|
+
},
|
|
15204
15281
|
"sessionJoinCount": {
|
|
15205
15282
|
"type": "integer"
|
|
15206
15283
|
},
|
|
@@ -25255,6 +25332,29 @@
|
|
|
25255
25332
|
}
|
|
25256
25333
|
}
|
|
25257
25334
|
},
|
|
25335
|
+
"settingInfo": {
|
|
25336
|
+
"type": "object",
|
|
25337
|
+
"description": "details of setting information",
|
|
25338
|
+
"additionalProperties": true,
|
|
25339
|
+
"required": [
|
|
25340
|
+
"settingType"
|
|
25341
|
+
],
|
|
25342
|
+
"properties": {
|
|
25343
|
+
"settingType": {
|
|
25344
|
+
"type": "string",
|
|
25345
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
25346
|
+
"enum": [
|
|
25347
|
+
"AUDIO_VIDEO",
|
|
25348
|
+
"EMAIL_TEMPLATE",
|
|
25349
|
+
"GENERAL",
|
|
25350
|
+
"PMR",
|
|
25351
|
+
"RECORDING",
|
|
25352
|
+
"SCHEDULING",
|
|
25353
|
+
"WEBEX_SITE"
|
|
25354
|
+
]
|
|
25355
|
+
}
|
|
25356
|
+
}
|
|
25357
|
+
},
|
|
25258
25358
|
"sessionJoinCount": {
|
|
25259
25359
|
"type": "integer"
|
|
25260
25360
|
},
|
|
@@ -29282,6 +29382,29 @@
|
|
|
29282
29382
|
}
|
|
29283
29383
|
}
|
|
29284
29384
|
},
|
|
29385
|
+
"settingInfo": {
|
|
29386
|
+
"type": "object",
|
|
29387
|
+
"description": "details of setting information",
|
|
29388
|
+
"additionalProperties": true,
|
|
29389
|
+
"required": [
|
|
29390
|
+
"settingType"
|
|
29391
|
+
],
|
|
29392
|
+
"properties": {
|
|
29393
|
+
"settingType": {
|
|
29394
|
+
"type": "string",
|
|
29395
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
29396
|
+
"enum": [
|
|
29397
|
+
"AUDIO_VIDEO",
|
|
29398
|
+
"EMAIL_TEMPLATE",
|
|
29399
|
+
"GENERAL",
|
|
29400
|
+
"PMR",
|
|
29401
|
+
"RECORDING",
|
|
29402
|
+
"SCHEDULING",
|
|
29403
|
+
"WEBEX_SITE"
|
|
29404
|
+
]
|
|
29405
|
+
}
|
|
29406
|
+
}
|
|
29407
|
+
},
|
|
29285
29408
|
"sessionJoinCount": {
|
|
29286
29409
|
"type": "integer"
|
|
29287
29410
|
},
|
|
@@ -34637,6 +34760,29 @@
|
|
|
34637
34760
|
}
|
|
34638
34761
|
}
|
|
34639
34762
|
},
|
|
34763
|
+
"settingInfo": {
|
|
34764
|
+
"type": "object",
|
|
34765
|
+
"description": "details of setting information",
|
|
34766
|
+
"additionalProperties": true,
|
|
34767
|
+
"required": [
|
|
34768
|
+
"settingType"
|
|
34769
|
+
],
|
|
34770
|
+
"properties": {
|
|
34771
|
+
"settingType": {
|
|
34772
|
+
"type": "string",
|
|
34773
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
34774
|
+
"enum": [
|
|
34775
|
+
"AUDIO_VIDEO",
|
|
34776
|
+
"EMAIL_TEMPLATE",
|
|
34777
|
+
"GENERAL",
|
|
34778
|
+
"PMR",
|
|
34779
|
+
"RECORDING",
|
|
34780
|
+
"SCHEDULING",
|
|
34781
|
+
"WEBEX_SITE"
|
|
34782
|
+
]
|
|
34783
|
+
}
|
|
34784
|
+
}
|
|
34785
|
+
},
|
|
34640
34786
|
"sessionJoinCount": {
|
|
34641
34787
|
"type": "integer"
|
|
34642
34788
|
},
|
|
@@ -2188,6 +2188,29 @@
|
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
2190
2190
|
},
|
|
2191
|
+
"settingInfo": {
|
|
2192
|
+
"type": "object",
|
|
2193
|
+
"description": "details of setting information",
|
|
2194
|
+
"additionalProperties": true,
|
|
2195
|
+
"required": [
|
|
2196
|
+
"settingType"
|
|
2197
|
+
],
|
|
2198
|
+
"properties": {
|
|
2199
|
+
"settingType": {
|
|
2200
|
+
"type": "string",
|
|
2201
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2202
|
+
"enum": [
|
|
2203
|
+
"AUDIO_VIDEO",
|
|
2204
|
+
"EMAIL_TEMPLATE",
|
|
2205
|
+
"GENERAL",
|
|
2206
|
+
"PMR",
|
|
2207
|
+
"RECORDING",
|
|
2208
|
+
"SCHEDULING",
|
|
2209
|
+
"WEBEX_SITE"
|
|
2210
|
+
]
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2191
2214
|
"sessionJoinCount": {
|
|
2192
2215
|
"type": "integer"
|
|
2193
2216
|
},
|
|
@@ -2189,6 +2189,29 @@
|
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
},
|
|
2192
|
+
"settingInfo": {
|
|
2193
|
+
"type": "object",
|
|
2194
|
+
"description": "details of setting information",
|
|
2195
|
+
"additionalProperties": true,
|
|
2196
|
+
"required": [
|
|
2197
|
+
"settingType"
|
|
2198
|
+
],
|
|
2199
|
+
"properties": {
|
|
2200
|
+
"settingType": {
|
|
2201
|
+
"type": "string",
|
|
2202
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2203
|
+
"enum": [
|
|
2204
|
+
"AUDIO_VIDEO",
|
|
2205
|
+
"EMAIL_TEMPLATE",
|
|
2206
|
+
"GENERAL",
|
|
2207
|
+
"PMR",
|
|
2208
|
+
"RECORDING",
|
|
2209
|
+
"SCHEDULING",
|
|
2210
|
+
"WEBEX_SITE"
|
|
2211
|
+
]
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2192
2215
|
"sessionJoinCount": {
|
|
2193
2216
|
"type": "integer"
|
|
2194
2217
|
},
|
|
@@ -1045,6 +1045,16 @@ export interface Event {
|
|
|
1045
1045
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
1046
1046
|
additionalProperties?: false;
|
|
1047
1047
|
};
|
|
1048
|
+
/**
|
|
1049
|
+
* details of setting information
|
|
1050
|
+
*/
|
|
1051
|
+
settingInfo?: {
|
|
1052
|
+
/**
|
|
1053
|
+
* this defines where the type of Setting being modified/updated
|
|
1054
|
+
*/
|
|
1055
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
1056
|
+
additionalProperties?: false;
|
|
1057
|
+
};
|
|
1048
1058
|
sessionJoinCount?: number;
|
|
1049
1059
|
/**
|
|
1050
1060
|
* indicates transport type used
|
|
@@ -4785,6 +4795,16 @@ export interface Event {
|
|
|
4785
4795
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
4786
4796
|
additionalProperties?: false;
|
|
4787
4797
|
};
|
|
4798
|
+
/**
|
|
4799
|
+
* details of setting information
|
|
4800
|
+
*/
|
|
4801
|
+
settingInfo?: {
|
|
4802
|
+
/**
|
|
4803
|
+
* this defines where the type of Setting being modified/updated
|
|
4804
|
+
*/
|
|
4805
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
4806
|
+
additionalProperties?: false;
|
|
4807
|
+
};
|
|
4788
4808
|
sessionJoinCount?: number;
|
|
4789
4809
|
/**
|
|
4790
4810
|
* indicates transport type used
|
|
@@ -4949,6 +4969,8 @@ export interface Event {
|
|
|
4949
4969
|
| "mbs.scheduling.response"
|
|
4950
4970
|
| "mbs.emailtemplate-setting.request\t#mbs gets request to update email templates settings"
|
|
4951
4971
|
| "mbs.emailtemplate-setting.response\t#mbs completes updating email templates settings"
|
|
4972
|
+
| "mbs.setting.request"
|
|
4973
|
+
| "mbs.setting.response"
|
|
4952
4974
|
| "mcs.cascade.join"
|
|
4953
4975
|
| "mcs.cascade.leave"
|
|
4954
4976
|
| "mcs.media.session.started"
|
|
@@ -4977,6 +4999,8 @@ export interface Event {
|
|
|
4977
4999
|
| "ngpage.scheduling-setting.end"
|
|
4978
5000
|
| "ngpage.webexsite-setting.start\t\t#ng page sends request to ngservice to update default site"
|
|
4979
5001
|
| "ngpage.webexsite-setting.end"
|
|
5002
|
+
| "ngpage.setting.start"
|
|
5003
|
+
| "ngpage.setting.end"
|
|
4980
5004
|
| "ngservice.mrs.get-site-url.request"
|
|
4981
5005
|
| "ngservice.mrs.get-site-url.response"
|
|
4982
5006
|
| "ngservice.idbroker.authorize.request"
|
|
@@ -4999,6 +5023,8 @@ export interface Event {
|
|
|
4999
5023
|
| "ngservice.scheduling-setting.response\t#ngservice completes updating scheduling settings"
|
|
5000
5024
|
| "ngservice.webexsite-setting.request\t\t#ngservice gets request to update default site"
|
|
5001
5025
|
| "ngservice.webexsite-setting.response\t\t#ngservice completes updating default site"
|
|
5026
|
+
| "ngservice.setting.request"
|
|
5027
|
+
| "ngservice.setting.response\t#ngservice completes updating a setting"
|
|
5002
5028
|
| "oauth.get-ci-login-url.request"
|
|
5003
5029
|
| "oauth.get-ci-login-url.response"
|
|
5004
5030
|
| "oauth.get-session-ticket.request"
|
|
@@ -5029,6 +5055,8 @@ export interface Event {
|
|
|
5029
5055
|
| "sbs.recording-setting.response\t#sbs completes updating recording settings"
|
|
5030
5056
|
| "sbs.scheduling-setting.request\t#sbs gets request to update scheduling settings"
|
|
5031
5057
|
| "sbs.scheduling-setting.response\t#sbs completes updating scheduling settings"
|
|
5058
|
+
| "sbs.setting.request\t#sbs gets request to update a setting"
|
|
5059
|
+
| "sbs.setting.response\t#sbs completes updating a setting"
|
|
5032
5060
|
| "server.breakout-session.join.response"
|
|
5033
5061
|
| "server.breakout-session.move.request"
|
|
5034
5062
|
| "server.breakout-session.move.response"
|
|
@@ -6797,6 +6825,16 @@ export interface Event {
|
|
|
6797
6825
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
6798
6826
|
additionalProperties?: false;
|
|
6799
6827
|
};
|
|
6828
|
+
/**
|
|
6829
|
+
* details of setting information
|
|
6830
|
+
*/
|
|
6831
|
+
settingInfo?: {
|
|
6832
|
+
/**
|
|
6833
|
+
* this defines where the type of Setting being modified/updated
|
|
6834
|
+
*/
|
|
6835
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
6836
|
+
additionalProperties?: false;
|
|
6837
|
+
};
|
|
6800
6838
|
sessionJoinCount?: number;
|
|
6801
6839
|
/**
|
|
6802
6840
|
* indicates transport type used
|
|
@@ -10728,6 +10766,16 @@ export interface Event {
|
|
|
10728
10766
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
10729
10767
|
additionalProperties?: false;
|
|
10730
10768
|
};
|
|
10769
|
+
/**
|
|
10770
|
+
* details of setting information
|
|
10771
|
+
*/
|
|
10772
|
+
settingInfo?: {
|
|
10773
|
+
/**
|
|
10774
|
+
* this defines where the type of Setting being modified/updated
|
|
10775
|
+
*/
|
|
10776
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
10777
|
+
additionalProperties?: false;
|
|
10778
|
+
};
|
|
10731
10779
|
sessionJoinCount?: number;
|
|
10732
10780
|
/**
|
|
10733
10781
|
* indicates transport type used
|
|
@@ -12482,6 +12530,16 @@ export interface Event {
|
|
|
12482
12530
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
12483
12531
|
additionalProperties?: false;
|
|
12484
12532
|
};
|
|
12533
|
+
/**
|
|
12534
|
+
* details of setting information
|
|
12535
|
+
*/
|
|
12536
|
+
settingInfo?: {
|
|
12537
|
+
/**
|
|
12538
|
+
* this defines where the type of Setting being modified/updated
|
|
12539
|
+
*/
|
|
12540
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
12541
|
+
additionalProperties?: false;
|
|
12542
|
+
};
|
|
12485
12543
|
sessionJoinCount?: number;
|
|
12486
12544
|
/**
|
|
12487
12545
|
* indicates transport type used
|
|
@@ -14313,6 +14371,16 @@ export interface Event {
|
|
|
14313
14371
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
14314
14372
|
additionalProperties?: false;
|
|
14315
14373
|
};
|
|
14374
|
+
/**
|
|
14375
|
+
* details of setting information
|
|
14376
|
+
*/
|
|
14377
|
+
settingInfo?: {
|
|
14378
|
+
/**
|
|
14379
|
+
* this defines where the type of Setting being modified/updated
|
|
14380
|
+
*/
|
|
14381
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
14382
|
+
additionalProperties?: false;
|
|
14383
|
+
};
|
|
14316
14384
|
sessionJoinCount?: number;
|
|
14317
14385
|
/**
|
|
14318
14386
|
* indicates transport type used
|
|
@@ -15327,6 +15395,16 @@ export interface ClientEvent {
|
|
|
15327
15395
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
15328
15396
|
additionalProperties?: false;
|
|
15329
15397
|
};
|
|
15398
|
+
/**
|
|
15399
|
+
* details of setting information
|
|
15400
|
+
*/
|
|
15401
|
+
settingInfo?: {
|
|
15402
|
+
/**
|
|
15403
|
+
* this defines where the type of Setting being modified/updated
|
|
15404
|
+
*/
|
|
15405
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
15406
|
+
additionalProperties?: false;
|
|
15407
|
+
};
|
|
15330
15408
|
sessionJoinCount?: number;
|
|
15331
15409
|
/**
|
|
15332
15410
|
* indicates transport type used
|
|
@@ -18974,6 +19052,16 @@ export interface FeatureEvent {
|
|
|
18974
19052
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
18975
19053
|
additionalProperties?: false;
|
|
18976
19054
|
};
|
|
19055
|
+
/**
|
|
19056
|
+
* details of setting information
|
|
19057
|
+
*/
|
|
19058
|
+
settingInfo?: {
|
|
19059
|
+
/**
|
|
19060
|
+
* this defines where the type of Setting being modified/updated
|
|
19061
|
+
*/
|
|
19062
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
19063
|
+
additionalProperties?: false;
|
|
19064
|
+
};
|
|
18977
19065
|
sessionJoinCount?: number;
|
|
18978
19066
|
/**
|
|
18979
19067
|
* indicates transport type used
|
|
@@ -20733,6 +20821,16 @@ export interface MediaQualityEvent {
|
|
|
20733
20821
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
20734
20822
|
additionalProperties?: false;
|
|
20735
20823
|
};
|
|
20824
|
+
/**
|
|
20825
|
+
* details of setting information
|
|
20826
|
+
*/
|
|
20827
|
+
settingInfo?: {
|
|
20828
|
+
/**
|
|
20829
|
+
* this defines where the type of Setting being modified/updated
|
|
20830
|
+
*/
|
|
20831
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
20832
|
+
additionalProperties?: false;
|
|
20833
|
+
};
|
|
20736
20834
|
sessionJoinCount?: number;
|
|
20737
20835
|
/**
|
|
20738
20836
|
* indicates transport type used
|
package/package.json
CHANGED