@maxim_mazurok/gapi.client.servicedirectory 1.0.20211021 → 1.0.20211202

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: 20211021
6
+ // Revision: 20211202
7
7
 
8
8
  gapi.load('client', () => {
9
9
  /** now we can use gapi.client */
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
11
11
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
12
12
  // Generated from: https://servicedirectory.googleapis.com/$discovery/rest?version=v1
13
- // Revision: 20211021
13
+ // Revision: 20211202
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -80,9 +80,11 @@ declare namespace gapi.client {
80
80
  }
81
81
  interface GetPolicyOptions {
82
82
  /**
83
- * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional
84
- * bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their
85
- * IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
83
+ * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
84
+ * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in
85
+ * the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role
86
+ * bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
87
+ * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
86
88
  */
87
89
  requestedPolicyVersion?: number;
88
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20211021",
3
+ "version": "1.0.20211202",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {