@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20230606 → 0.0.20230609

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 +13 -1
  2. package/package.json +1 -1
  3. package/tests.ts +15 -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://gkehub.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20230606
12
+ // Revision: 20230609
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -636,8 +636,14 @@ declare namespace gapi.client {
636
636
  /** Installs the default template library along with Policy Controller. */
637
637
  templateLibraryInstalled?:
638
638
  boolean;
639
+ /** Output only. Last time this membership spec was updated. */
640
+ updateTime?:
641
+ string;
639
642
  }
640
643
  interface ConfigManagementPolicyControllerMigration {
644
+ /** Last time this membership spec was copied to PoCo feature. */
645
+ copyTime?:
646
+ string;
641
647
  /** Stage of the migration. */
642
648
  stage?:
643
649
  string;
@@ -1633,6 +1639,12 @@ declare namespace gapi.client {
1633
1639
  /** The state of the any bundles included in the chosen version of the manifest */
1634
1640
  bundleStates?:
1635
1641
  { [P in string]: PolicyControllerOnClusterState };
1642
+ /**
1643
+ * The state of the referential data sync configuration. This could represent the state of either the syncSet object(s) or the config object, depending on the version of PoCo
1644
+ * configured by the user.
1645
+ */
1646
+ referentialSyncConfigState?:
1647
+ PolicyControllerOnClusterState;
1636
1648
  /** The state of the template library */
1637
1649
  templateLibraryState?:
1638
1650
  PolicyControllerOnClusterState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20230606",
3
+ "version": "0.0.20230609",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
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: 20230606
6
+ // Revision: 20230609
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -157,6 +157,7 @@ gapi.load('client', async () => {
157
157
  mutationEnabled: true,
158
158
  referentialRulesEnabled: true,
159
159
  templateLibraryInstalled: true,
160
+ updateTime: "Test string",
160
161
  },
161
162
  version: "Test string",
162
163
  },
@@ -420,6 +421,7 @@ gapi.load('client', async () => {
420
421
  mutationEnabled: true,
421
422
  referentialRulesEnabled: true,
422
423
  templateLibraryInstalled: true,
424
+ updateTime: "Test string",
423
425
  },
424
426
  version: "Test string",
425
427
  },
@@ -439,6 +441,7 @@ gapi.load('client', async () => {
439
441
  gatekeeperMutation: "Test string",
440
442
  },
441
443
  migration: {
444
+ copyTime: "Test string",
442
445
  stage: "Test string",
443
446
  },
444
447
  version: {
@@ -511,6 +514,10 @@ gapi.load('client', async () => {
511
514
  state: "Test string",
512
515
  }
513
516
  },
517
+ referentialSyncConfigState: {
518
+ details: "Test string",
519
+ state: "Test string",
520
+ },
514
521
  templateLibraryState: {
515
522
  details: "Test string",
516
523
  state: "Test string",
@@ -846,6 +853,7 @@ gapi.load('client', async () => {
846
853
  mutationEnabled: true,
847
854
  referentialRulesEnabled: true,
848
855
  templateLibraryInstalled: true,
856
+ updateTime: "Test string",
849
857
  },
850
858
  version: "Test string",
851
859
  },
@@ -1109,6 +1117,7 @@ gapi.load('client', async () => {
1109
1117
  mutationEnabled: true,
1110
1118
  referentialRulesEnabled: true,
1111
1119
  templateLibraryInstalled: true,
1120
+ updateTime: "Test string",
1112
1121
  },
1113
1122
  version: "Test string",
1114
1123
  },
@@ -1128,6 +1137,7 @@ gapi.load('client', async () => {
1128
1137
  gatekeeperMutation: "Test string",
1129
1138
  },
1130
1139
  migration: {
1140
+ copyTime: "Test string",
1131
1141
  stage: "Test string",
1132
1142
  },
1133
1143
  version: {
@@ -1200,6 +1210,10 @@ gapi.load('client', async () => {
1200
1210
  state: "Test string",
1201
1211
  }
1202
1212
  },
1213
+ referentialSyncConfigState: {
1214
+ details: "Test string",
1215
+ state: "Test string",
1216
+ },
1203
1217
  templateLibraryState: {
1204
1218
  details: "Test string",
1205
1219
  state: "Test string",