@webex/event-dictionary-ts 1.0.2161 → 1.0.2162
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.
|
@@ -8218,6 +8218,9 @@
|
|
|
8218
8218
|
},
|
|
8219
8219
|
"isCarbonAwareModeOn": {
|
|
8220
8220
|
"type": "boolean"
|
|
8221
|
+
},
|
|
8222
|
+
"isCarbonAwareModeConfigured": {
|
|
8223
|
+
"type": "boolean"
|
|
8221
8224
|
}
|
|
8222
8225
|
}
|
|
8223
8226
|
},
|
|
@@ -18254,6 +18257,9 @@
|
|
|
18254
18257
|
},
|
|
18255
18258
|
"isCarbonAwareModeOn": {
|
|
18256
18259
|
"type": "boolean"
|
|
18260
|
+
},
|
|
18261
|
+
"isCarbonAwareModeConfigured": {
|
|
18262
|
+
"type": "boolean"
|
|
18257
18263
|
}
|
|
18258
18264
|
}
|
|
18259
18265
|
},
|
|
@@ -34639,6 +34645,9 @@
|
|
|
34639
34645
|
},
|
|
34640
34646
|
"isCarbonAwareModeOn": {
|
|
34641
34647
|
"type": "boolean"
|
|
34648
|
+
},
|
|
34649
|
+
"isCarbonAwareModeConfigured": {
|
|
34650
|
+
"type": "boolean"
|
|
34642
34651
|
}
|
|
34643
34652
|
}
|
|
34644
34653
|
},
|
|
@@ -3892,6 +3892,7 @@ export interface Event {
|
|
|
3892
3892
|
additionalProperties?: never;
|
|
3893
3893
|
};
|
|
3894
3894
|
isCarbonAwareModeOn?: boolean;
|
|
3895
|
+
isCarbonAwareModeConfigured?: boolean;
|
|
3895
3896
|
additionalProperties?: never;
|
|
3896
3897
|
};
|
|
3897
3898
|
sessionType?:
|
|
@@ -8123,6 +8124,7 @@ export interface Event {
|
|
|
8123
8124
|
additionalProperties?: never;
|
|
8124
8125
|
};
|
|
8125
8126
|
isCarbonAwareModeOn?: boolean;
|
|
8127
|
+
isCarbonAwareModeConfigured?: boolean;
|
|
8126
8128
|
additionalProperties?: never;
|
|
8127
8129
|
};
|
|
8128
8130
|
audioTransmit: {
|
|
@@ -15053,6 +15055,7 @@ export interface Event {
|
|
|
15053
15055
|
additionalProperties?: never;
|
|
15054
15056
|
};
|
|
15055
15057
|
isCarbonAwareModeOn?: boolean;
|
|
15058
|
+
isCarbonAwareModeConfigured?: boolean;
|
|
15056
15059
|
additionalProperties?: never;
|
|
15057
15060
|
};
|
|
15058
15061
|
mediaLines?: {
|
|
@@ -20321,6 +20324,7 @@ export interface ClientEvent {
|
|
|
20321
20324
|
additionalProperties?: never;
|
|
20322
20325
|
};
|
|
20323
20326
|
isCarbonAwareModeOn?: boolean;
|
|
20327
|
+
isCarbonAwareModeConfigured?: boolean;
|
|
20324
20328
|
additionalProperties?: never;
|
|
20325
20329
|
};
|
|
20326
20330
|
sessionType?:
|
|
@@ -24235,6 +24239,7 @@ export interface MediaQualityEvent {
|
|
|
24235
24239
|
additionalProperties?: never;
|
|
24236
24240
|
};
|
|
24237
24241
|
isCarbonAwareModeOn?: boolean;
|
|
24242
|
+
isCarbonAwareModeConfigured?: boolean;
|
|
24238
24243
|
additionalProperties?: never;
|
|
24239
24244
|
};
|
|
24240
24245
|
audioTransmit: {
|
package/package.json
CHANGED