@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230914 → 0.0.20230929
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 +1 -4
- package/package.json +1 -1
- package/tests.ts +1 -3
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://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230929
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1430,9 +1430,6 @@ declare namespace gapi.client {
|
|
|
1430
1430
|
string;
|
|
1431
1431
|
}
|
|
1432
1432
|
interface Scope {
|
|
1433
|
-
/** If true, all Memberships in the Fleet bind to this Scope. */
|
|
1434
|
-
allMemberships?:
|
|
1435
|
-
boolean;
|
|
1436
1433
|
/** Output only. When the scope was created. */
|
|
1437
1434
|
createTime?:
|
|
1438
1435
|
string;
|
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: 20230929
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -1432,7 +1432,6 @@ gapi.load('client', async () => {
|
|
|
1432
1432
|
parent: "Test string",
|
|
1433
1433
|
scopeId: "Test string",
|
|
1434
1434
|
}, {
|
|
1435
|
-
allMemberships: true,
|
|
1436
1435
|
createTime: "Test string",
|
|
1437
1436
|
deleteTime: "Test string",
|
|
1438
1437
|
labels: {
|
|
@@ -1472,7 +1471,6 @@ gapi.load('client', async () => {
|
|
|
1472
1471
|
name: "Test string",
|
|
1473
1472
|
updateMask: "Test string",
|
|
1474
1473
|
}, {
|
|
1475
|
-
allMemberships: true,
|
|
1476
1474
|
createTime: "Test string",
|
|
1477
1475
|
deleteTime: "Test string",
|
|
1478
1476
|
labels: {
|