@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20230905 → 0.0.20230907
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.
- package/index.d.ts +6 -6
- package/package.json +1 -1
- 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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -318,8 +318,8 @@ declare namespace gapi.client {
|
|
|
318
318
|
etag?:
|
|
319
319
|
string;
|
|
320
320
|
/**
|
|
321
|
-
* Output only. The resource name of the policy.
|
|
322
|
-
* `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
321
|
+
* Output only. The resource name of the policy. We only allow consumer policy name as `default` for now: `projects/12345/consumerPolicies/default`,
|
|
322
|
+
* `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
323
323
|
*/
|
|
324
324
|
name?:
|
|
325
325
|
string;
|
|
@@ -562,15 +562,15 @@ declare namespace gapi.client {
|
|
|
562
562
|
enableType?:
|
|
563
563
|
string;
|
|
564
564
|
/**
|
|
565
|
-
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented).
|
|
566
|
-
*
|
|
565
|
+
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented). Example:
|
|
566
|
+
* `groups/googleServices`.
|
|
567
567
|
*/
|
|
568
568
|
groups?:
|
|
569
569
|
string[];
|
|
570
570
|
/** DEPRECATED: Please use field `values`. Service should have prefix `services/`. The names of the services that are enabled. Example: `storage.googleapis.com`. */
|
|
571
571
|
services?:
|
|
572
572
|
string[];
|
|
573
|
-
/** The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, groups/googleServices`, groups/allServices`. */
|
|
573
|
+
/** The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`. */
|
|
574
574
|
values?:
|
|
575
575
|
string[];
|
|
576
576
|
}
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230907
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|