@webex/event-dictionary-ts 1.0.2244 → 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",
@@ -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",
@@ -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"
@@ -18068,6 +18070,7 @@ export interface ClientEvent {
18068
18070
  additionalProperties?: never;
18069
18071
  };
18070
18072
  name:
18073
+ | "client.system.about-to-sleep"
18071
18074
  | "client.abort.join"
18072
18075
  | "client.alert.displayed"
18073
18076
  | "client.alert.removed"
@@ -18270,6 +18273,7 @@ export interface ClientEvent {
18270
18273
  | "client.pstnaudio.attempt.start"
18271
18274
  | "client.roap-message.received"
18272
18275
  | "client.roap-message.sent"
18276
+ | "client.system.resumed-from-sleep"
18273
18277
  | "client.scheduling.initiate"
18274
18278
  | "client.scheduling.notification"
18275
18279
  | "client.share.floor-accept.notification"
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2244"
35
+ "version": "1.0.2245"
36
36
  }