@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240801 → 0.0.20240805

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://androidmanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240801
12
+ // Revision: 20240805
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -34,7 +34,7 @@ declare namespace gapi.client {
34
34
  }
35
35
  interface AdbShellInteractiveEvent {}
36
36
  interface AdvancedSecurityOverrides {
37
- /** Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required. */
37
+ /** Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required. */
38
38
  commonCriteriaMode?: string;
39
39
  /** Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated). */
40
40
  developerSettings?: string;
@@ -388,7 +388,7 @@ declare namespace gapi.client {
388
388
  appliedPolicyVersion?: string;
389
389
  /** The state currently applied to the device. */
390
390
  appliedState?: string;
391
- /** Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy. */
391
+ /** Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy the device is company-owned. */
392
392
  commonCriteriaModeInfo?: CommonCriteriaModeInfo;
393
393
  /** Device settings information. This information is only available if deviceSettingsEnabled is true in the device's policy. */
394
394
  deviceSettings?: DeviceSettings;
@@ -1364,7 +1364,7 @@ declare namespace gapi.client {
1364
1364
  applicationReportingSettings?: ApplicationReportingSettings;
1365
1365
  /** Whether app reports are enabled. */
1366
1366
  applicationReportsEnabled?: boolean;
1367
- /** Whether Common Criteria Mode reporting is enabled. */
1367
+ /** Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned devices. */
1368
1368
  commonCriteriaModeEnabled?: boolean;
1369
1369
  /** Whether device settings reporting is enabled. */
1370
1370
  deviceSettingsEnabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.androidmanagement-v1",
3
- "version": "0.0.20240801",
3
+ "version": "0.0.20240805",
4
4
  "description": "TypeScript typings for Android Management API v1",
5
5
  "repository": {
6
6
  "type": "git",