@maxim_mazurok/gapi.client.chromemanagement-v1 0.1.20250819 → 0.1.20250821

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 +35 -1
  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: 20250819
12
+ // Revision: 20250821
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1078,6 +1078,10 @@ declare namespace gapi.client {
1078
1078
  name?: string;
1079
1079
  /** Output only. The ID of the certificate provisioning profile. */
1080
1080
  provisioningProfileId?: string;
1081
+ /** Output only. The CA connection is a SCEP CA connection. */
1082
+ scepCaConnection?: GoogleChromeManagementVersionsV1ScepCaConnection;
1083
+ /** Output only. The profile is a SCEP certificate provisioning profile. */
1084
+ scepProfile?: GoogleChromeManagementVersionsV1ScepProfile;
1081
1085
  /** 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. */
1082
1086
  signature?: string;
1083
1087
  /** 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. */
@@ -1285,6 +1289,30 @@ declare namespace gapi.client {
1285
1289
  /** Output only. Value of the policy. */
1286
1290
  value?: string;
1287
1291
  }
1292
+ interface GoogleChromeManagementVersionsV1ScepCaConnection {
1293
+ /** Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given. */
1294
+ caConnectionAdapterConfigReference?: string;
1295
+ }
1296
+ interface GoogleChromeManagementVersionsV1ScepProfile {
1297
+ /** Output only. The certificate template name as defined by the admin on their on-prem infrastructure. This is identifiable by the customer's CA. */
1298
+ certificateTemplateName?: string;
1299
+ /** Output only. The country of the subject. */
1300
+ country?: string;
1301
+ /** Output only. The allowed key usages for certificate's key. */
1302
+ keyUsages?: string[];
1303
+ /** Output only. The locality of the subject. */
1304
+ locality?: string;
1305
+ /** Output only. The name of the organization the subject belongs to. */
1306
+ organization?: string;
1307
+ /** Output only. The organizational units of the subject. */
1308
+ organizationalUnits?: string[];
1309
+ /** Output only. The state of the subject. */
1310
+ state?: string;
1311
+ /** Output only. The subject alternative names. */
1312
+ subjectAltNames?: GoogleChromeManagementVersionsV1SubjectAltName[];
1313
+ /** Output only. The common name of the subject. */
1314
+ subjectCommonName?: string;
1315
+ }
1288
1316
  interface GoogleChromeManagementVersionsV1SignDataMetadata {
1289
1317
  /** Output only. Start time of the SignData operation. */
1290
1318
  startTime?: string;
@@ -1293,6 +1321,12 @@ declare namespace gapi.client {
1293
1321
  /** Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`. */
1294
1322
  certificateProvisioningProcess?: GoogleChromeManagementVersionsV1CertificateProvisioningProcess;
1295
1323
  }
1324
+ interface GoogleChromeManagementVersionsV1SubjectAltName {
1325
+ /** Output only. The type of the SubjectAltName extension. */
1326
+ type?: string;
1327
+ /** Output only. The value of the subject alternative name with respoect to the `type`. */
1328
+ value?: string;
1329
+ }
1296
1330
  interface GoogleChromeManagementVersionsV1ThirdPartyProfileUser {
1297
1331
  /** Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id} */
1298
1332
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.chromemanagement-v1",
3
- "version": "0.1.20250819",
3
+ "version": "0.1.20250821",
4
4
  "description": "TypeScript typings for Chrome Management API v1",
5
5
  "repository": {
6
6
  "type": "git",