@webex/event-dictionary-ts 1.0.2203 → 1.0.2205

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.
@@ -8438,6 +8438,97 @@
8438
8438
  "automatic",
8439
8439
  "manual"
8440
8440
  ]
8441
+ },
8442
+ "privacyAndSecurityPermission": {
8443
+ "type": "object",
8444
+ "description": "Map of device types to their permission status and reason when permission is not granted",
8445
+ "additionalProperties": true,
8446
+ "properties": {
8447
+ "camera": {
8448
+ "type": "object",
8449
+ "additionalProperties": true,
8450
+ "properties": {
8451
+ "status": {
8452
+ "type": "string",
8453
+ "description": "status of device permission given to client application",
8454
+ "enum": [
8455
+ "DENIED",
8456
+ "FAILED",
8457
+ "GRANTED",
8458
+ "REQUESTING",
8459
+ "UNKNOWN"
8460
+ ]
8461
+ },
8462
+ "reason": {
8463
+ "type": "string",
8464
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
8465
+ "enum": [
8466
+ "ALREADY_IN_USE",
8467
+ "DENIED_BY_USER",
8468
+ "DENIED_BY_SYSTEM",
8469
+ "NO_DEVICE_FOUND",
8470
+ "UNKNOWN"
8471
+ ]
8472
+ }
8473
+ }
8474
+ },
8475
+ "microphone": {
8476
+ "type": "object",
8477
+ "additionalProperties": true,
8478
+ "properties": {
8479
+ "status": {
8480
+ "type": "string",
8481
+ "description": "status of device permission given to client application",
8482
+ "enum": [
8483
+ "DENIED",
8484
+ "FAILED",
8485
+ "GRANTED",
8486
+ "REQUESTING",
8487
+ "UNKNOWN"
8488
+ ]
8489
+ },
8490
+ "reason": {
8491
+ "type": "string",
8492
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
8493
+ "enum": [
8494
+ "ALREADY_IN_USE",
8495
+ "DENIED_BY_USER",
8496
+ "DENIED_BY_SYSTEM",
8497
+ "NO_DEVICE_FOUND",
8498
+ "UNKNOWN"
8499
+ ]
8500
+ }
8501
+ }
8502
+ },
8503
+ "contentShare": {
8504
+ "type": "object",
8505
+ "additionalProperties": true,
8506
+ "properties": {
8507
+ "status": {
8508
+ "type": "string",
8509
+ "description": "status of device permission given to client application",
8510
+ "enum": [
8511
+ "DENIED",
8512
+ "FAILED",
8513
+ "GRANTED",
8514
+ "REQUESTING",
8515
+ "UNKNOWN"
8516
+ ]
8517
+ },
8518
+ "reason": {
8519
+ "type": "string",
8520
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
8521
+ "enum": [
8522
+ "ALREADY_IN_USE",
8523
+ "DENIED_BY_USER",
8524
+ "DENIED_BY_SYSTEM",
8525
+ "NO_DEVICE_FOUND",
8526
+ "UNKNOWN"
8527
+ ]
8528
+ }
8529
+ }
8530
+ }
8531
+ }
8441
8532
  }
8442
8533
  }
8443
8534
  }
@@ -9054,6 +9054,97 @@
9054
9054
  "automatic",
9055
9055
  "manual"
9056
9056
  ]
9057
+ },
9058
+ "privacyAndSecurityPermission": {
9059
+ "type": "object",
9060
+ "description": "Map of device types to their permission status and reason when permission is not granted",
9061
+ "additionalProperties": true,
9062
+ "properties": {
9063
+ "camera": {
9064
+ "type": "object",
9065
+ "additionalProperties": true,
9066
+ "properties": {
9067
+ "status": {
9068
+ "type": "string",
9069
+ "description": "status of device permission given to client application",
9070
+ "enum": [
9071
+ "DENIED",
9072
+ "FAILED",
9073
+ "GRANTED",
9074
+ "REQUESTING",
9075
+ "UNKNOWN"
9076
+ ]
9077
+ },
9078
+ "reason": {
9079
+ "type": "string",
9080
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
9081
+ "enum": [
9082
+ "ALREADY_IN_USE",
9083
+ "DENIED_BY_USER",
9084
+ "DENIED_BY_SYSTEM",
9085
+ "NO_DEVICE_FOUND",
9086
+ "UNKNOWN"
9087
+ ]
9088
+ }
9089
+ }
9090
+ },
9091
+ "microphone": {
9092
+ "type": "object",
9093
+ "additionalProperties": true,
9094
+ "properties": {
9095
+ "status": {
9096
+ "type": "string",
9097
+ "description": "status of device permission given to client application",
9098
+ "enum": [
9099
+ "DENIED",
9100
+ "FAILED",
9101
+ "GRANTED",
9102
+ "REQUESTING",
9103
+ "UNKNOWN"
9104
+ ]
9105
+ },
9106
+ "reason": {
9107
+ "type": "string",
9108
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
9109
+ "enum": [
9110
+ "ALREADY_IN_USE",
9111
+ "DENIED_BY_USER",
9112
+ "DENIED_BY_SYSTEM",
9113
+ "NO_DEVICE_FOUND",
9114
+ "UNKNOWN"
9115
+ ]
9116
+ }
9117
+ }
9118
+ },
9119
+ "contentShare": {
9120
+ "type": "object",
9121
+ "additionalProperties": true,
9122
+ "properties": {
9123
+ "status": {
9124
+ "type": "string",
9125
+ "description": "status of device permission given to client application",
9126
+ "enum": [
9127
+ "DENIED",
9128
+ "FAILED",
9129
+ "GRANTED",
9130
+ "REQUESTING",
9131
+ "UNKNOWN"
9132
+ ]
9133
+ },
9134
+ "reason": {
9135
+ "type": "string",
9136
+ "description": "reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library",
9137
+ "enum": [
9138
+ "ALREADY_IN_USE",
9139
+ "DENIED_BY_USER",
9140
+ "DENIED_BY_SYSTEM",
9141
+ "NO_DEVICE_FOUND",
9142
+ "UNKNOWN"
9143
+ ]
9144
+ }
9145
+ }
9146
+ }
9147
+ }
9057
9148
  }
9058
9149
  }
9059
9150
  },
@@ -4378,6 +4378,45 @@ export interface Event {
4378
4378
  dialogType?: DialogType;
4379
4379
  isAutomatedUser?: boolean;
4380
4380
  telemetryOptOut?: "automatic" | "manual";
4381
+ /**
4382
+ * Map of device types to their permission status and reason when permission is not granted
4383
+ */
4384
+ privacyAndSecurityPermission?: {
4385
+ camera?: {
4386
+ /**
4387
+ * status of device permission given to client application
4388
+ */
4389
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
4390
+ /**
4391
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
4392
+ */
4393
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
4394
+ additionalProperties?: never;
4395
+ };
4396
+ microphone?: {
4397
+ /**
4398
+ * status of device permission given to client application
4399
+ */
4400
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
4401
+ /**
4402
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
4403
+ */
4404
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
4405
+ additionalProperties?: never;
4406
+ };
4407
+ contentShare?: {
4408
+ /**
4409
+ * status of device permission given to client application
4410
+ */
4411
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
4412
+ /**
4413
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
4414
+ */
4415
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
4416
+ additionalProperties?: never;
4417
+ };
4418
+ additionalProperties?: never;
4419
+ };
4381
4420
  additionalProperties?: never;
4382
4421
  }
4383
4422
  | {
@@ -20935,6 +20974,45 @@ export interface ClientEvent {
20935
20974
  dialogType?: DialogType;
20936
20975
  isAutomatedUser?: boolean;
20937
20976
  telemetryOptOut?: "automatic" | "manual";
20977
+ /**
20978
+ * Map of device types to their permission status and reason when permission is not granted
20979
+ */
20980
+ privacyAndSecurityPermission?: {
20981
+ camera?: {
20982
+ /**
20983
+ * status of device permission given to client application
20984
+ */
20985
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
20986
+ /**
20987
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
20988
+ */
20989
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
20990
+ additionalProperties?: never;
20991
+ };
20992
+ microphone?: {
20993
+ /**
20994
+ * status of device permission given to client application
20995
+ */
20996
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
20997
+ /**
20998
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
20999
+ */
21000
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
21001
+ additionalProperties?: never;
21002
+ };
21003
+ contentShare?: {
21004
+ /**
21005
+ * status of device permission given to client application
21006
+ */
21007
+ status?: "DENIED" | "FAILED" | "GRANTED" | "REQUESTING" | "UNKNOWN";
21008
+ /**
21009
+ * reason for permission change in privacy and security permission object as given to client application. This is used in PrivacyAndSecurityPermission library
21010
+ */
21011
+ reason?: "ALREADY_IN_USE" | "DENIED_BY_USER" | "DENIED_BY_SYSTEM" | "NO_DEVICE_FOUND" | "UNKNOWN";
21012
+ additionalProperties?: never;
21013
+ };
21014
+ additionalProperties?: never;
21015
+ };
20938
21016
  additionalProperties?: never;
20939
21017
  }
20940
21018
 
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.2203"
35
+ "version": "1.0.2205"
36
36
  }