@webex/event-dictionary-ts 1.0.1355 → 1.0.1356
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.
|
@@ -792,6 +792,9 @@
|
|
|
792
792
|
"type": "string"
|
|
793
793
|
}
|
|
794
794
|
},
|
|
795
|
+
"labelsStr": {
|
|
796
|
+
"type": "string"
|
|
797
|
+
},
|
|
795
798
|
"webexServiceType": {
|
|
796
799
|
"enum": [
|
|
797
800
|
"MC",
|
|
@@ -7508,6 +7511,9 @@
|
|
|
7508
7511
|
"type": "string"
|
|
7509
7512
|
}
|
|
7510
7513
|
},
|
|
7514
|
+
"labelsStr": {
|
|
7515
|
+
"type": "string"
|
|
7516
|
+
},
|
|
7511
7517
|
"webexServiceType": {
|
|
7512
7518
|
"enum": [
|
|
7513
7519
|
"MC",
|
|
@@ -11557,6 +11563,9 @@
|
|
|
11557
11563
|
"type": "string"
|
|
11558
11564
|
}
|
|
11559
11565
|
},
|
|
11566
|
+
"labelsStr": {
|
|
11567
|
+
"type": "string"
|
|
11568
|
+
},
|
|
11560
11569
|
"webexServiceType": {
|
|
11561
11570
|
"enum": [
|
|
11562
11571
|
"MC",
|
|
@@ -19842,6 +19851,9 @@
|
|
|
19842
19851
|
"type": "string"
|
|
19843
19852
|
}
|
|
19844
19853
|
},
|
|
19854
|
+
"labelsStr": {
|
|
19855
|
+
"type": "string"
|
|
19856
|
+
},
|
|
19845
19857
|
"webexServiceType": {
|
|
19846
19858
|
"enum": [
|
|
19847
19859
|
"MC",
|
|
@@ -342,6 +342,7 @@ export interface Event {
|
|
|
342
342
|
*/
|
|
343
343
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
344
344
|
labels?: string[];
|
|
345
|
+
labelsStr?: string;
|
|
345
346
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
346
347
|
/**
|
|
347
348
|
* this defines the sub service type
|
|
@@ -3333,6 +3334,7 @@ export interface Event {
|
|
|
3333
3334
|
*/
|
|
3334
3335
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
3335
3336
|
labels?: string[];
|
|
3337
|
+
labelsStr?: string;
|
|
3336
3338
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
3337
3339
|
/**
|
|
3338
3340
|
* this defines the sub service type
|
|
@@ -4984,6 +4986,7 @@ export interface Event {
|
|
|
4984
4986
|
*/
|
|
4985
4987
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
4986
4988
|
labels?: string[];
|
|
4989
|
+
labelsStr?: string;
|
|
4987
4990
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
4988
4991
|
/**
|
|
4989
4992
|
* this defines the sub service type
|
|
@@ -7981,6 +7984,7 @@ export interface Event {
|
|
|
7981
7984
|
*/
|
|
7982
7985
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
7983
7986
|
labels?: string[];
|
|
7987
|
+
labelsStr?: string;
|
|
7984
7988
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
7985
7989
|
/**
|
|
7986
7990
|
* this defines the sub service type
|
|
@@ -9623,6 +9627,7 @@ export interface ClientEvent {
|
|
|
9623
9627
|
*/
|
|
9624
9628
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
9625
9629
|
labels?: string[];
|
|
9630
|
+
labelsStr?: string;
|
|
9626
9631
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
9627
9632
|
/**
|
|
9628
9633
|
* this defines the sub service type
|
|
@@ -12521,6 +12526,7 @@ export interface FeatureEvent {
|
|
|
12521
12526
|
*/
|
|
12522
12527
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
12523
12528
|
labels?: string[];
|
|
12529
|
+
labelsStr?: string;
|
|
12524
12530
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
12525
12531
|
/**
|
|
12526
12532
|
* this defines the sub service type
|
|
@@ -14114,6 +14120,7 @@ export interface MediaQualityEvent {
|
|
|
14114
14120
|
*/
|
|
14115
14121
|
meetingPlatform?: "MsTeams" | "GoogleMeet" | "Zoom" | "Webex";
|
|
14116
14122
|
labels?: string[];
|
|
14123
|
+
labelsStr?: string;
|
|
14117
14124
|
webexServiceType?: "MC" | "EC" | "SC" | "TC" | "AA" | "RA" | "NBR" | "WRF" | "HOL";
|
|
14118
14125
|
/**
|
|
14119
14126
|
* this defines the sub service type
|
package/package.json
CHANGED