@webex/event-dictionary-ts 1.0.2213 → 1.0.2214

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.
@@ -8490,11 +8490,12 @@
8490
8490
  },
8491
8491
  "privacyAndSecurityPermission": {
8492
8492
  "type": "object",
8493
- "description": "Map of device types to their permission status and reason when permission is not granted",
8493
+ "description": "Resource types and their permission status and reason when permission is not granted",
8494
8494
  "additionalProperties": true,
8495
8495
  "properties": {
8496
8496
  "camera": {
8497
8497
  "type": "object",
8498
+ "description": "Permission status and reason for a resource",
8498
8499
  "additionalProperties": true,
8499
8500
  "properties": {
8500
8501
  "status": {
@@ -8523,6 +8524,7 @@
8523
8524
  },
8524
8525
  "microphone": {
8525
8526
  "type": "object",
8527
+ "description": "Permission status and reason for a resource",
8526
8528
  "additionalProperties": true,
8527
8529
  "properties": {
8528
8530
  "status": {
@@ -8551,6 +8553,7 @@
8551
8553
  },
8552
8554
  "contentShare": {
8553
8555
  "type": "object",
8556
+ "description": "Permission status and reason for a resource",
8554
8557
  "additionalProperties": true,
8555
8558
  "properties": {
8556
8559
  "status": {
@@ -9130,11 +9130,12 @@
9130
9130
  },
9131
9131
  "privacyAndSecurityPermission": {
9132
9132
  "type": "object",
9133
- "description": "Map of device types to their permission status and reason when permission is not granted",
9133
+ "description": "Resource types and their permission status and reason when permission is not granted",
9134
9134
  "additionalProperties": true,
9135
9135
  "properties": {
9136
9136
  "camera": {
9137
9137
  "type": "object",
9138
+ "description": "Permission status and reason for a resource",
9138
9139
  "additionalProperties": true,
9139
9140
  "properties": {
9140
9141
  "status": {
@@ -9163,6 +9164,7 @@
9163
9164
  },
9164
9165
  "microphone": {
9165
9166
  "type": "object",
9167
+ "description": "Permission status and reason for a resource",
9166
9168
  "additionalProperties": true,
9167
9169
  "properties": {
9168
9170
  "status": {
@@ -9191,6 +9193,7 @@
9191
9193
  },
9192
9194
  "contentShare": {
9193
9195
  "type": "object",
9196
+ "description": "Permission status and reason for a resource",
9194
9197
  "additionalProperties": true,
9195
9198
  "properties": {
9196
9199
  "status": {
@@ -4412,9 +4412,12 @@ export interface Event {
4412
4412
  additionalProperties?: never;
4413
4413
  };
4414
4414
  /**
4415
- * Map of device types to their permission status and reason when permission is not granted
4415
+ * Resource types and their permission status and reason when permission is not granted
4416
4416
  */
4417
4417
  privacyAndSecurityPermission?: {
4418
+ /**
4419
+ * Permission status and reason for a resource
4420
+ */
4418
4421
  camera?: {
4419
4422
  /**
4420
4423
  * status of device permission given to client application
@@ -4426,6 +4429,9 @@ export interface Event {
4426
4429
  reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
4427
4430
  additionalProperties?: never;
4428
4431
  };
4432
+ /**
4433
+ * Permission status and reason for a resource
4434
+ */
4429
4435
  microphone?: {
4430
4436
  /**
4431
4437
  * status of device permission given to client application
@@ -4437,6 +4443,9 @@ export interface Event {
4437
4443
  reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
4438
4444
  additionalProperties?: never;
4439
4445
  };
4446
+ /**
4447
+ * Permission status and reason for a resource
4448
+ */
4440
4449
  contentShare?: {
4441
4450
  /**
4442
4451
  * status of device permission given to client application
@@ -21048,9 +21057,12 @@ export interface ClientEvent {
21048
21057
  additionalProperties?: never;
21049
21058
  };
21050
21059
  /**
21051
- * Map of device types to their permission status and reason when permission is not granted
21060
+ * Resource types and their permission status and reason when permission is not granted
21052
21061
  */
21053
21062
  privacyAndSecurityPermission?: {
21063
+ /**
21064
+ * Permission status and reason for a resource
21065
+ */
21054
21066
  camera?: {
21055
21067
  /**
21056
21068
  * status of device permission given to client application
@@ -21062,6 +21074,9 @@ export interface ClientEvent {
21062
21074
  reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
21063
21075
  additionalProperties?: never;
21064
21076
  };
21077
+ /**
21078
+ * Permission status and reason for a resource
21079
+ */
21065
21080
  microphone?: {
21066
21081
  /**
21067
21082
  * status of device permission given to client application
@@ -21073,6 +21088,9 @@ export interface ClientEvent {
21073
21088
  reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
21074
21089
  additionalProperties?: never;
21075
21090
  };
21091
+ /**
21092
+ * Permission status and reason for a resource
21093
+ */
21076
21094
  contentShare?: {
21077
21095
  /**
21078
21096
  * status of device permission given to client application
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.2213"
35
+ "version": "1.0.2214"
36
36
  }