@maxim_mazurok/gapi.client.cloudidentity-v1beta1 0.0.20250121 → 0.0.20250128

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 +24 -24
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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://cloudidentity.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20250121
12
+ // Revision: 20250128
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Cloud Identity API v1beta1 */
18
18
  function load(
19
- urlOrObject: 'https://cloudidentity.googleapis.com/$discovery/rest?version=v1beta1'
19
+ urlOrObject: 'https://cloudidentity.googleapis.com/$discovery/rest?version=v1beta1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'cloudidentity', version: 'v1beta1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'cloudidentity',
26
26
  version: 'v1beta1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace cloudidentity {
@@ -1076,7 +1076,7 @@ declare namespace gapi.client {
1076
1076
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1077
1077
  uploadType?: string;
1078
1078
  },
1079
- body: CancelUserInvitationRequest
1079
+ body: CancelUserInvitationRequest,
1080
1080
  ): Request<Operation>;
1081
1081
  /** Retrieves a UserInvitation resource. **Note:** New consumer accounts with the customer's verified domain created within the previous 48 hours will not appear in the result. This delay also applies to newly-verified domains. */
1082
1082
  get(request?: {
@@ -1223,7 +1223,7 @@ declare namespace gapi.client {
1223
1223
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1224
1224
  uploadType?: string;
1225
1225
  },
1226
- body: SendUserInvitationRequest
1226
+ body: SendUserInvitationRequest,
1227
1227
  ): Request<Operation>;
1228
1228
  }
1229
1229
  interface CustomersResource {
@@ -1323,7 +1323,7 @@ declare namespace gapi.client {
1323
1323
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1324
1324
  uploadType?: string;
1325
1325
  },
1326
- body: ClientState
1326
+ body: ClientState,
1327
1327
  ): Request<Operation>;
1328
1328
  }
1329
1329
  interface DeviceUsersResource {
@@ -1383,7 +1383,7 @@ declare namespace gapi.client {
1383
1383
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1384
1384
  uploadType?: string;
1385
1385
  },
1386
- body: ApproveDeviceUserRequest
1386
+ body: ApproveDeviceUserRequest,
1387
1387
  ): Request<Operation>;
1388
1388
  /** Blocks device from accessing user data */
1389
1389
  block(request: {
@@ -1441,7 +1441,7 @@ declare namespace gapi.client {
1441
1441
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1442
1442
  uploadType?: string;
1443
1443
  },
1444
- body: BlockDeviceUserRequest
1444
+ body: BlockDeviceUserRequest,
1445
1445
  ): Request<Operation>;
1446
1446
  /** Cancels an unfinished user account wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped. */
1447
1447
  cancelWipe(request: {
@@ -1499,7 +1499,7 @@ declare namespace gapi.client {
1499
1499
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1500
1500
  uploadType?: string;
1501
1501
  },
1502
- body: CancelWipeDeviceUserRequest
1502
+ body: CancelWipeDeviceUserRequest,
1503
1503
  ): Request<Operation>;
1504
1504
  /** Deletes the specified DeviceUser. This also revokes the user's access to device data. */
1505
1505
  delete(request?: {
@@ -1689,7 +1689,7 @@ declare namespace gapi.client {
1689
1689
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1690
1690
  uploadType?: string;
1691
1691
  },
1692
- body: WipeDeviceUserRequest
1692
+ body: WipeDeviceUserRequest,
1693
1693
  ): Request<Operation>;
1694
1694
  clientStates: ClientStatesResource;
1695
1695
  }
@@ -1750,7 +1750,7 @@ declare namespace gapi.client {
1750
1750
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1751
1751
  uploadType?: string;
1752
1752
  },
1753
- body: CancelWipeDeviceRequest
1753
+ body: CancelWipeDeviceRequest,
1754
1754
  ): Request<Operation>;
1755
1755
  /** Creates a device. Only company-owned device may be created. **Note**: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium */
1756
1756
  create(request: {
@@ -1804,7 +1804,7 @@ declare namespace gapi.client {
1804
1804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1805
1805
  uploadType?: string;
1806
1806
  },
1807
- body: CreateDeviceRequest
1807
+ body: CreateDeviceRequest,
1808
1808
  ): Request<Operation>;
1809
1809
  /** Deletes the specified device. */
1810
1810
  delete(request?: {
@@ -1957,7 +1957,7 @@ declare namespace gapi.client {
1957
1957
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1958
1958
  uploadType?: string;
1959
1959
  },
1960
- body: WipeDeviceRequest
1960
+ body: WipeDeviceRequest,
1961
1961
  ): Request<Operation>;
1962
1962
  deviceUsers: DeviceUsersResource;
1963
1963
  }
@@ -2047,7 +2047,7 @@ declare namespace gapi.client {
2047
2047
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2048
2048
  uploadType?: string;
2049
2049
  },
2050
- body: Membership
2050
+ body: Membership,
2051
2051
  ): Request<Operation>;
2052
2052
  /** Deletes a `Membership`. */
2053
2053
  delete(request?: {
@@ -2252,7 +2252,7 @@ declare namespace gapi.client {
2252
2252
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2253
2253
  uploadType?: string;
2254
2254
  },
2255
- body: ModifyMembershipRolesRequest
2255
+ body: ModifyMembershipRolesRequest,
2256
2256
  ): Request<ModifyMembershipRolesResponse>;
2257
2257
  /** Searches direct groups of a member. */
2258
2258
  searchDirectGroups(request?: {
@@ -2411,7 +2411,7 @@ declare namespace gapi.client {
2411
2411
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2412
2412
  uploadType?: string;
2413
2413
  },
2414
- body: Group
2414
+ body: Group,
2415
2415
  ): Request<Operation>;
2416
2416
  /** Deletes a `Group`. */
2417
2417
  delete(request?: {
@@ -2618,7 +2618,7 @@ declare namespace gapi.client {
2618
2618
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2619
2619
  uploadType?: string;
2620
2620
  },
2621
- body: Group
2621
+ body: Group,
2622
2622
  ): Request<Operation>;
2623
2623
  /** Searches for `Group` resources matching a specified query. */
2624
2624
  search(request?: {
@@ -2715,7 +2715,7 @@ declare namespace gapi.client {
2715
2715
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2716
2716
  uploadType?: string;
2717
2717
  },
2718
- body: SecuritySettings
2718
+ body: SecuritySettings,
2719
2719
  ): Request<Operation>;
2720
2720
  memberships: MembershipsResource;
2721
2721
  }
@@ -2776,7 +2776,7 @@ declare namespace gapi.client {
2776
2776
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2777
2777
  uploadType?: string;
2778
2778
  },
2779
- body: AddIdpCredentialRequest
2779
+ body: AddIdpCredentialRequest,
2780
2780
  ): Request<Operation>;
2781
2781
  /** Deletes an IdpCredential. */
2782
2782
  delete(request?: {
@@ -2917,7 +2917,7 @@ declare namespace gapi.client {
2917
2917
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2918
2918
  uploadType?: string;
2919
2919
  },
2920
- body: InboundSamlSsoProfile
2920
+ body: InboundSamlSsoProfile,
2921
2921
  ): Request<Operation>;
2922
2922
  /** Deletes an InboundSamlSsoProfile. */
2923
2923
  delete(request?: {
@@ -3064,7 +3064,7 @@ declare namespace gapi.client {
3064
3064
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3065
3065
  uploadType?: string;
3066
3066
  },
3067
- body: InboundSamlSsoProfile
3067
+ body: InboundSamlSsoProfile,
3068
3068
  ): Request<Operation>;
3069
3069
  idpCredentials: IdpCredentialsResource;
3070
3070
  }
@@ -3121,7 +3121,7 @@ declare namespace gapi.client {
3121
3121
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3122
3122
  uploadType?: string;
3123
3123
  },
3124
- body: InboundSsoAssignment
3124
+ body: InboundSsoAssignment,
3125
3125
  ): Request<Operation>;
3126
3126
  /** Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has `sso_mode` == `SSO_OFF`. */
3127
3127
  delete(request?: {
@@ -3268,7 +3268,7 @@ declare namespace gapi.client {
3268
3268
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3269
3269
  uploadType?: string;
3270
3270
  },
3271
- body: InboundSsoAssignment
3271
+ body: InboundSsoAssignment,
3272
3272
  ): Request<Operation>;
3273
3273
  }
3274
3274
  interface MembershipsResource {
@@ -3363,7 +3363,7 @@ declare namespace gapi.client {
3363
3363
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3364
3364
  uploadType?: string;
3365
3365
  },
3366
- body: MoveOrgMembershipRequest
3366
+ body: MoveOrgMembershipRequest,
3367
3367
  ): Request<Operation>;
3368
3368
  }
3369
3369
  interface OrgUnitsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudidentity-v1beta1",
3
- "version": "0.0.20250121",
3
+ "version": "0.0.20250128",
4
4
  "description": "TypeScript typings for Cloud Identity API v1beta1",
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.cloudidentity
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -95,7 +95,7 @@ gapi.auth.authorize(
95
95
  } else {
96
96
  /* handle authorization error */
97
97
  }
98
- }
98
+ },
99
99
  );
100
100
  ```
101
101