@maxim_mazurok/gapi.client.managedidentities-v1 0.0.20230227 → 0.0.20230413

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 +1962 -937
  2. package/package.json +1 -1
  3. package/tests.ts +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.managedidentities-v1",
3
- "version": "0.0.20230227",
3
+ "version": "0.0.20230413",
4
4
  "description": "TypeScript typings for Managed Service for Microsoft Active Directory 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: 20230227
6
+ // Revision: 20230413
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -125,6 +125,14 @@ gapi.load('client', async () => {
125
125
  updateTime: "Test string",
126
126
  },
127
127
  });
128
+ /** DomainJoinMachine API joins a Compute Engine VM to the domain */
129
+ await gapi.client.managedidentities.projects.locations.global.domains.domainJoinMachine({
130
+ domain: "Test string",
131
+ }, {
132
+ force: true,
133
+ ouName: "Test string",
134
+ vmIdToken: "Test string",
135
+ });
128
136
  /** Extend Schema for Domain */
129
137
  await gapi.client.managedidentities.projects.locations.global.domains.extendSchema({
130
138
  domain: "Test string",
@@ -407,12 +415,7 @@ gapi.load('client', async () => {
407
415
  await gapi.client.managedidentities.projects.locations.global.operations.get({
408
416
  name: "Test string",
409
417
  });
410
- /**
411
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to
412
- * override the binding to use different resource name schemes, such as `users/*‍/operations`. To override the binding, API services can add a binding such as
413
- * `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
414
- * ensure the name binding is the parent resource, without the operations collection id.
415
- */
418
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
416
419
  await gapi.client.managedidentities.projects.locations.global.operations.list({
417
420
  filter: "Test string",
418
421
  name: "Test string",