@maxim_mazurok/gapi.client.chromemanagement-v1 0.0.20250310 → 0.0.20250311

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 +5 -9
  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://chromemanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250310
12
+ // Revision: 20250311
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1042,13 +1042,11 @@ declare namespace gapi.client {
1042
1042
  publicKey?: string;
1043
1043
  }
1044
1044
  interface GoogleChromeManagementVersionsV1CertificateProvisioningProcess {
1045
- /** Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given. */
1046
- caConnectionAdapterConfigReference?: string;
1047
1045
  /** Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device. */
1048
1046
  chromeOsDevice?: GoogleChromeManagementVersionsV1ChromeOsDevice;
1049
- /** Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session. */
1047
+ /** Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session. */
1050
1048
  chromeOsUserSession?: GoogleChromeManagementVersionsV1ChromeOsUserSession;
1051
- /** Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed. */
1049
+ /** Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed. */
1052
1050
  failureMessage?: string;
1053
1051
  /** Output only. The CA connection is a generic CA connection. */
1054
1052
  genericCaConnection?: GoogleChromeManagementVersionsV1GenericCaConnection;
@@ -1058,11 +1056,9 @@ declare namespace gapi.client {
1058
1056
  issuedCertificate?: string;
1059
1057
  /** Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id. */
1060
1058
  name?: string;
1061
- /** Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given. */
1062
- profileAdapterConfigReference?: string;
1063
1059
  /** Output only. The ID of the certificate provisioning profile. */
1064
1060
  provisioningProfileId?: string;
1065
- /** Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished. */
1061
+ /** Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the `SignData` operation has finished. */
1066
1062
  signature?: string;
1067
1063
  /** Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated. */
1068
1064
  signatureAlgorithm?: string;
@@ -1134,7 +1130,7 @@ declare namespace gapi.client {
1134
1130
  serialNumber?: string;
1135
1131
  }
1136
1132
  interface GoogleChromeManagementVersionsV1ChromeOsUserSession {
1137
- /** Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device. */
1133
+ /** Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device. */
1138
1134
  chromeOsDevice?: GoogleChromeManagementVersionsV1ChromeOsDevice;
1139
1135
  /** Output only. The unique Directory API ID of the user. */
1140
1136
  userDirectoryApiId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.chromemanagement-v1",
3
- "version": "0.0.20250310",
3
+ "version": "0.0.20250311",
4
4
  "description": "TypeScript typings for Chrome Management API v1",
5
5
  "repository": {
6
6
  "type": "git",