@webex/event-dictionary-ts 1.0.2243 → 1.0.2245
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.
|
@@ -2410,6 +2410,7 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"name": {
|
|
2412
2412
|
"enum": [
|
|
2413
|
+
"client.system.about-to-sleep",
|
|
2413
2414
|
"client.abort.join",
|
|
2414
2415
|
"client.alert.displayed",
|
|
2415
2416
|
"client.alert.removed",
|
|
@@ -2612,6 +2613,7 @@
|
|
|
2612
2613
|
"client.pstnaudio.attempt.start",
|
|
2613
2614
|
"client.roap-message.received",
|
|
2614
2615
|
"client.roap-message.sent",
|
|
2616
|
+
"client.system.resumed-from-sleep",
|
|
2615
2617
|
"client.scheduling.initiate",
|
|
2616
2618
|
"client.scheduling.notification",
|
|
2617
2619
|
"client.share.floor-accept.notification",
|
|
@@ -8666,9 +8668,6 @@
|
|
|
8666
8668
|
"attempt",
|
|
8667
8669
|
"cancel"
|
|
8668
8670
|
]
|
|
8669
|
-
},
|
|
8670
|
-
"isCatalogOverride": {
|
|
8671
|
-
"type": "boolean"
|
|
8672
8671
|
}
|
|
8673
8672
|
}
|
|
8674
8673
|
}
|
|
@@ -3076,6 +3076,7 @@
|
|
|
3076
3076
|
},
|
|
3077
3077
|
"name": {
|
|
3078
3078
|
"enum": [
|
|
3079
|
+
"client.system.about-to-sleep",
|
|
3079
3080
|
"client.abort.join",
|
|
3080
3081
|
"client.alert.displayed",
|
|
3081
3082
|
"client.alert.removed",
|
|
@@ -3278,6 +3279,7 @@
|
|
|
3278
3279
|
"client.pstnaudio.attempt.start",
|
|
3279
3280
|
"client.roap-message.received",
|
|
3280
3281
|
"client.roap-message.sent",
|
|
3282
|
+
"client.system.resumed-from-sleep",
|
|
3281
3283
|
"client.scheduling.initiate",
|
|
3282
3284
|
"client.scheduling.notification",
|
|
3283
3285
|
"client.share.floor-accept.notification",
|
|
@@ -9332,9 +9334,6 @@
|
|
|
9332
9334
|
"attempt",
|
|
9333
9335
|
"cancel"
|
|
9334
9336
|
]
|
|
9335
|
-
},
|
|
9336
|
-
"isCatalogOverride": {
|
|
9337
|
-
"type": "boolean"
|
|
9338
9337
|
}
|
|
9339
9338
|
}
|
|
9340
9339
|
},
|
|
@@ -1244,6 +1244,7 @@ export interface Event {
|
|
|
1244
1244
|
additionalProperties?: never;
|
|
1245
1245
|
};
|
|
1246
1246
|
name:
|
|
1247
|
+
| "client.system.about-to-sleep"
|
|
1247
1248
|
| "client.abort.join"
|
|
1248
1249
|
| "client.alert.displayed"
|
|
1249
1250
|
| "client.alert.removed"
|
|
@@ -1446,6 +1447,7 @@ export interface Event {
|
|
|
1446
1447
|
| "client.pstnaudio.attempt.start"
|
|
1447
1448
|
| "client.roap-message.received"
|
|
1448
1449
|
| "client.roap-message.sent"
|
|
1450
|
+
| "client.system.resumed-from-sleep"
|
|
1449
1451
|
| "client.scheduling.initiate"
|
|
1450
1452
|
| "client.scheduling.notification"
|
|
1451
1453
|
| "client.share.floor-accept.notification"
|
|
@@ -4523,7 +4525,6 @@ export interface Event {
|
|
|
4523
4525
|
* Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
|
|
4524
4526
|
*/
|
|
4525
4527
|
leaveState?: "attempt" | "cancel";
|
|
4526
|
-
isCatalogOverride?: boolean;
|
|
4527
4528
|
additionalProperties?: never;
|
|
4528
4529
|
}
|
|
4529
4530
|
| {
|
|
@@ -18069,6 +18070,7 @@ export interface ClientEvent {
|
|
|
18069
18070
|
additionalProperties?: never;
|
|
18070
18071
|
};
|
|
18071
18072
|
name:
|
|
18073
|
+
| "client.system.about-to-sleep"
|
|
18072
18074
|
| "client.abort.join"
|
|
18073
18075
|
| "client.alert.displayed"
|
|
18074
18076
|
| "client.alert.removed"
|
|
@@ -18271,6 +18273,7 @@ export interface ClientEvent {
|
|
|
18271
18273
|
| "client.pstnaudio.attempt.start"
|
|
18272
18274
|
| "client.roap-message.received"
|
|
18273
18275
|
| "client.roap-message.sent"
|
|
18276
|
+
| "client.system.resumed-from-sleep"
|
|
18274
18277
|
| "client.scheduling.initiate"
|
|
18275
18278
|
| "client.scheduling.notification"
|
|
18276
18279
|
| "client.share.floor-accept.notification"
|
|
@@ -21348,7 +21351,6 @@ export interface ClientEvent {
|
|
|
21348
21351
|
* Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
|
|
21349
21352
|
*/
|
|
21350
21353
|
leaveState?: "attempt" | "cancel";
|
|
21351
|
-
isCatalogOverride?: boolean;
|
|
21352
21354
|
additionalProperties?: never;
|
|
21353
21355
|
}
|
|
21354
21356
|
|
package/package.json
CHANGED