@maxim_mazurok/gapi.client.run-v1 0.0.20231029 → 0.0.20231112

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
  3. package/tests.ts +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://run.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20231029
12
+ // Revision: 20231112
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1078,7 +1078,7 @@ declare namespace gapi.client {
1078
1078
  conditions?:
1079
1079
  GoogleCloudRunV1Condition[];
1080
1080
  /**
1081
- * Output only. The desired number of instances running this revision. For Cloud Run, this only includes instances provisioned using the minScale annotation. It does not include
1081
+ * Output only. The configured number of instances running this revision. For Cloud Run, this only includes instances provisioned using the minScale annotation. It does not include
1082
1082
  * instances created by autoscaling.
1083
1083
  */
1084
1084
  desiredReplicas?:
@@ -1546,7 +1546,7 @@ declare namespace gapi.client {
1546
1546
  /** Required. The name of the volume. There must be a corresponding Volume with the same name. */
1547
1547
  name?:
1548
1548
  string;
1549
- /** Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes. */
1549
+ /** Sets the mount to be read-only or read-write. Not used by Cloud Run. */
1550
1550
  readOnly?:
1551
1551
  boolean;
1552
1552
  /** Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.0.20231029",
3
+ "version": "0.0.20231112",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20231029
6
+ // Revision: 20231112
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */