@maxim_mazurok/gapi.client.managedidentities-v1 0.0.20250116 → 0.1.20250116

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 +27 -27
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -16,7 +16,7 @@
16
16
  declare namespace gapi.client {
17
17
  /** Load Managed Service for Microsoft Active Directory API v1 */
18
18
  function load(
19
- urlOrObject: 'https://managedidentities.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://managedidentities.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'managedidentities', version: 'v1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'managedidentities',
26
26
  version: 'v1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace managedidentities {
@@ -630,7 +630,7 @@ declare namespace gapi.client {
630
630
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
631
631
  uploadType?: string;
632
632
  },
633
- body: Backup
633
+ body: Backup,
634
634
  ): Request<Operation>;
635
635
  /** Deletes identified Backup. */
636
636
  delete(request?: {
@@ -810,7 +810,7 @@ declare namespace gapi.client {
810
810
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
811
811
  uploadType?: string;
812
812
  },
813
- body: Backup
813
+ body: Backup,
814
814
  ): Request<Operation>;
815
815
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
816
816
  setIamPolicy(
@@ -840,7 +840,7 @@ declare namespace gapi.client {
840
840
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
841
841
  uploadType?: string;
842
842
  },
843
- body: SetIamPolicyRequest
843
+ body: SetIamPolicyRequest,
844
844
  ): Request<Policy>;
845
845
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
846
846
  testIamPermissions(
@@ -870,7 +870,7 @@ declare namespace gapi.client {
870
870
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
871
871
  uploadType?: string;
872
872
  },
873
- body: TestIamPermissionsRequest
873
+ body: TestIamPermissionsRequest,
874
874
  ): Request<TestIamPermissionsResponse>;
875
875
  }
876
876
  interface SqlIntegrationsResource {
@@ -994,7 +994,7 @@ declare namespace gapi.client {
994
994
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
995
995
  uploadType?: string;
996
996
  },
997
- body: AttachTrustRequest
997
+ body: AttachTrustRequest,
998
998
  ): Request<Operation>;
999
999
  /** CheckMigrationPermission API gets the current state of DomainMigration */
1000
1000
  checkMigrationPermission(request: {
@@ -1052,7 +1052,7 @@ declare namespace gapi.client {
1052
1052
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1053
1053
  uploadType?: string;
1054
1054
  },
1055
- body: CheckMigrationPermissionRequest
1055
+ body: CheckMigrationPermissionRequest,
1056
1056
  ): Request<CheckMigrationPermissionResponse>;
1057
1057
  /** Creates a Microsoft AD domain. */
1058
1058
  create(request: {
@@ -1114,7 +1114,7 @@ declare namespace gapi.client {
1114
1114
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1115
1115
  uploadType?: string;
1116
1116
  },
1117
- body: Domain
1117
+ body: Domain,
1118
1118
  ): Request<Operation>;
1119
1119
  /** Deletes a domain. */
1120
1120
  delete(request?: {
@@ -1199,7 +1199,7 @@ declare namespace gapi.client {
1199
1199
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1200
1200
  uploadType?: string;
1201
1201
  },
1202
- body: DetachTrustRequest
1202
+ body: DetachTrustRequest,
1203
1203
  ): Request<Operation>;
1204
1204
  /** Disable Domain Migration */
1205
1205
  disableMigration(request: {
@@ -1257,7 +1257,7 @@ declare namespace gapi.client {
1257
1257
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1258
1258
  uploadType?: string;
1259
1259
  },
1260
- body: DisableMigrationRequest
1260
+ body: DisableMigrationRequest,
1261
1261
  ): Request<Operation>;
1262
1262
  /** DomainJoinMachine API joins a Compute Engine VM to the domain */
1263
1263
  domainJoinMachine(request: {
@@ -1315,7 +1315,7 @@ declare namespace gapi.client {
1315
1315
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1316
1316
  uploadType?: string;
1317
1317
  },
1318
- body: DomainJoinMachineRequest
1318
+ body: DomainJoinMachineRequest,
1319
1319
  ): Request<DomainJoinMachineResponse>;
1320
1320
  /** Enable Domain Migration */
1321
1321
  enableMigration(request: {
@@ -1373,7 +1373,7 @@ declare namespace gapi.client {
1373
1373
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1374
1374
  uploadType?: string;
1375
1375
  },
1376
- body: EnableMigrationRequest
1376
+ body: EnableMigrationRequest,
1377
1377
  ): Request<Operation>;
1378
1378
  /** Extend Schema for Domain */
1379
1379
  extendSchema(request: {
@@ -1431,7 +1431,7 @@ declare namespace gapi.client {
1431
1431
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1432
1432
  uploadType?: string;
1433
1433
  },
1434
- body: ExtendSchemaRequest
1434
+ body: ExtendSchemaRequest,
1435
1435
  ): Request<Operation>;
1436
1436
  /** Gets information about a domain. */
1437
1437
  get(request?: {
@@ -1611,7 +1611,7 @@ declare namespace gapi.client {
1611
1611
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1612
1612
  uploadType?: string;
1613
1613
  },
1614
- body: Domain
1614
+ body: Domain,
1615
1615
  ): Request<Operation>;
1616
1616
  /** Updates the DNS conditional forwarder. */
1617
1617
  reconfigureTrust(request: {
@@ -1669,7 +1669,7 @@ declare namespace gapi.client {
1669
1669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1670
1670
  uploadType?: string;
1671
1671
  },
1672
- body: ReconfigureTrustRequest
1672
+ body: ReconfigureTrustRequest,
1673
1673
  ): Request<Operation>;
1674
1674
  /** Resets a domain's administrator password. */
1675
1675
  resetAdminPassword(request: {
@@ -1727,7 +1727,7 @@ declare namespace gapi.client {
1727
1727
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1728
1728
  uploadType?: string;
1729
1729
  },
1730
- body: ResetAdminPasswordRequest
1730
+ body: ResetAdminPasswordRequest,
1731
1731
  ): Request<ResetAdminPasswordResponse>;
1732
1732
  /** RestoreDomain restores domain backup mentioned in the RestoreDomainRequest */
1733
1733
  restore(request: {
@@ -1785,7 +1785,7 @@ declare namespace gapi.client {
1785
1785
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1786
1786
  uploadType?: string;
1787
1787
  },
1788
- body: RestoreDomainRequest
1788
+ body: RestoreDomainRequest,
1789
1789
  ): Request<Operation>;
1790
1790
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1791
1791
  setIamPolicy(
@@ -1815,7 +1815,7 @@ declare namespace gapi.client {
1815
1815
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1816
1816
  uploadType?: string;
1817
1817
  },
1818
- body: SetIamPolicyRequest
1818
+ body: SetIamPolicyRequest,
1819
1819
  ): Request<Policy>;
1820
1820
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1821
1821
  testIamPermissions(
@@ -1845,7 +1845,7 @@ declare namespace gapi.client {
1845
1845
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1846
1846
  uploadType?: string;
1847
1847
  },
1848
- body: TestIamPermissionsRequest
1848
+ body: TestIamPermissionsRequest,
1849
1849
  ): Request<TestIamPermissionsResponse>;
1850
1850
  /** Patches a single ldaps settings. */
1851
1851
  updateLdapssettings(request: {
@@ -1907,7 +1907,7 @@ declare namespace gapi.client {
1907
1907
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1908
1908
  uploadType?: string;
1909
1909
  },
1910
- body: LDAPSSettings
1910
+ body: LDAPSSettings,
1911
1911
  ): Request<Operation>;
1912
1912
  /** Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests. */
1913
1913
  validateTrust(request: {
@@ -1965,7 +1965,7 @@ declare namespace gapi.client {
1965
1965
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1966
1966
  uploadType?: string;
1967
1967
  },
1968
- body: ValidateTrustRequest
1968
+ body: ValidateTrustRequest,
1969
1969
  ): Request<Operation>;
1970
1970
  backups: BackupsResource;
1971
1971
  sqlIntegrations: SqlIntegrationsResource;
@@ -2027,7 +2027,7 @@ declare namespace gapi.client {
2027
2027
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2028
2028
  uploadType?: string;
2029
2029
  },
2030
- body: CancelOperationRequest
2030
+ body: CancelOperationRequest,
2031
2031
  ): Request<{}>;
2032
2032
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
2033
2033
  delete(request?: {
@@ -2178,7 +2178,7 @@ declare namespace gapi.client {
2178
2178
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2179
2179
  uploadType?: string;
2180
2180
  },
2181
- body: Peering
2181
+ body: Peering,
2182
2182
  ): Request<Operation>;
2183
2183
  /** Deletes identified Peering. */
2184
2184
  delete(request?: {
@@ -2358,7 +2358,7 @@ declare namespace gapi.client {
2358
2358
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2359
2359
  uploadType?: string;
2360
2360
  },
2361
- body: Peering
2361
+ body: Peering,
2362
2362
  ): Request<Operation>;
2363
2363
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2364
2364
  setIamPolicy(
@@ -2388,7 +2388,7 @@ declare namespace gapi.client {
2388
2388
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2389
2389
  uploadType?: string;
2390
2390
  },
2391
- body: SetIamPolicyRequest
2391
+ body: SetIamPolicyRequest,
2392
2392
  ): Request<Policy>;
2393
2393
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2394
2394
  testIamPermissions(
@@ -2418,7 +2418,7 @@ declare namespace gapi.client {
2418
2418
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2419
2419
  uploadType?: string;
2420
2420
  },
2421
- body: TestIamPermissionsRequest
2421
+ body: TestIamPermissionsRequest,
2422
2422
  ): Request<TestIamPermissionsResponse>;
2423
2423
  }
2424
2424
  interface GlobalResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.managedidentities-v1",
3
- "version": "0.0.20250116",
3
+ "version": "0.1.20250116",
4
4
  "description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.managedidentities
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68