@maxim_mazurok/gapi.client.cloudidentity-v1 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 +23 -23
  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=v1
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 v1 */
18
18
  function load(
19
- urlOrObject: 'https://cloudidentity.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://cloudidentity.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'cloudidentity', version: 'v1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'cloudidentity',
26
26
  version: 'v1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace cloudidentity {
@@ -804,7 +804,7 @@ declare namespace gapi.client {
804
804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
805
805
  uploadType?: string;
806
806
  },
807
- body: CancelUserInvitationRequest
807
+ body: CancelUserInvitationRequest,
808
808
  ): Request<Operation>;
809
809
  /** 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. */
810
810
  get(request?: {
@@ -951,7 +951,7 @@ declare namespace gapi.client {
951
951
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
952
952
  uploadType?: string;
953
953
  },
954
- body: SendUserInvitationRequest
954
+ body: SendUserInvitationRequest,
955
955
  ): Request<Operation>;
956
956
  }
957
957
  interface CustomersResource {
@@ -1086,7 +1086,7 @@ declare namespace gapi.client {
1086
1086
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1087
1087
  uploadType?: string;
1088
1088
  },
1089
- body: GoogleAppsCloudidentityDevicesV1ClientState
1089
+ body: GoogleAppsCloudidentityDevicesV1ClientState,
1090
1090
  ): Request<Operation>;
1091
1091
  }
1092
1092
  interface DeviceUsersResource {
@@ -1146,7 +1146,7 @@ declare namespace gapi.client {
1146
1146
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1147
1147
  uploadType?: string;
1148
1148
  },
1149
- body: GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
1149
+ body: GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest,
1150
1150
  ): Request<Operation>;
1151
1151
  /** Blocks device from accessing user data */
1152
1152
  block(request: {
@@ -1204,7 +1204,7 @@ declare namespace gapi.client {
1204
1204
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1205
1205
  uploadType?: string;
1206
1206
  },
1207
- body: GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
1207
+ body: GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest,
1208
1208
  ): Request<Operation>;
1209
1209
  /** 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. */
1210
1210
  cancelWipe(request: {
@@ -1262,7 +1262,7 @@ declare namespace gapi.client {
1262
1262
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1263
1263
  uploadType?: string;
1264
1264
  },
1265
- body: GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
1265
+ body: GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest,
1266
1266
  ): Request<Operation>;
1267
1267
  /** Deletes the specified DeviceUser. This also revokes the user's access to device data. */
1268
1268
  delete(request?: {
@@ -1452,7 +1452,7 @@ declare namespace gapi.client {
1452
1452
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1453
1453
  uploadType?: string;
1454
1454
  },
1455
- body: GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
1455
+ body: GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest,
1456
1456
  ): Request<Operation>;
1457
1457
  clientStates: ClientStatesResource;
1458
1458
  }
@@ -1513,7 +1513,7 @@ declare namespace gapi.client {
1513
1513
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1514
1514
  uploadType?: string;
1515
1515
  },
1516
- body: GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
1516
+ body: GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest,
1517
1517
  ): Request<Operation>;
1518
1518
  /** 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 */
1519
1519
  create(request: {
@@ -1571,7 +1571,7 @@ declare namespace gapi.client {
1571
1571
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1572
1572
  uploadType?: string;
1573
1573
  },
1574
- body: GoogleAppsCloudidentityDevicesV1Device
1574
+ body: GoogleAppsCloudidentityDevicesV1Device,
1575
1575
  ): Request<Operation>;
1576
1576
  /** Deletes the specified device. */
1577
1577
  delete(request?: {
@@ -1724,7 +1724,7 @@ declare namespace gapi.client {
1724
1724
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1725
1725
  uploadType?: string;
1726
1726
  },
1727
- body: GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
1727
+ body: GoogleAppsCloudidentityDevicesV1WipeDeviceRequest,
1728
1728
  ): Request<Operation>;
1729
1729
  deviceUsers: DeviceUsersResource;
1730
1730
  }
@@ -1814,7 +1814,7 @@ declare namespace gapi.client {
1814
1814
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1815
1815
  uploadType?: string;
1816
1816
  },
1817
- body: Membership
1817
+ body: Membership,
1818
1818
  ): Request<Operation>;
1819
1819
  /** Deletes a `Membership`. */
1820
1820
  delete(request?: {
@@ -2019,7 +2019,7 @@ declare namespace gapi.client {
2019
2019
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2020
2020
  uploadType?: string;
2021
2021
  },
2022
- body: ModifyMembershipRolesRequest
2022
+ body: ModifyMembershipRolesRequest,
2023
2023
  ): Request<ModifyMembershipRolesResponse>;
2024
2024
  /** Searches direct groups of a member. */
2025
2025
  searchDirectGroups(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: Group
2181
+ body: Group,
2182
2182
  ): Request<Operation>;
2183
2183
  /** Deletes a `Group`. */
2184
2184
  delete(request?: {
@@ -2385,7 +2385,7 @@ declare namespace gapi.client {
2385
2385
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2386
2386
  uploadType?: string;
2387
2387
  },
2388
- body: Group
2388
+ body: Group,
2389
2389
  ): Request<Operation>;
2390
2390
  /** Searches for `Group` resources matching a specified query. */
2391
2391
  search(request?: {
@@ -2480,7 +2480,7 @@ declare namespace gapi.client {
2480
2480
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2481
2481
  uploadType?: string;
2482
2482
  },
2483
- body: SecuritySettings
2483
+ body: SecuritySettings,
2484
2484
  ): Request<Operation>;
2485
2485
  memberships: MembershipsResource;
2486
2486
  }
@@ -2541,7 +2541,7 @@ declare namespace gapi.client {
2541
2541
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2542
2542
  uploadType?: string;
2543
2543
  },
2544
- body: AddIdpCredentialRequest
2544
+ body: AddIdpCredentialRequest,
2545
2545
  ): Request<Operation>;
2546
2546
  /** Deletes an IdpCredential. */
2547
2547
  delete(request?: {
@@ -2682,7 +2682,7 @@ declare namespace gapi.client {
2682
2682
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2683
2683
  uploadType?: string;
2684
2684
  },
2685
- body: InboundSamlSsoProfile
2685
+ body: InboundSamlSsoProfile,
2686
2686
  ): Request<Operation>;
2687
2687
  /** Deletes an InboundSamlSsoProfile. */
2688
2688
  delete(request?: {
@@ -2829,7 +2829,7 @@ declare namespace gapi.client {
2829
2829
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2830
2830
  uploadType?: string;
2831
2831
  },
2832
- body: InboundSamlSsoProfile
2832
+ body: InboundSamlSsoProfile,
2833
2833
  ): Request<Operation>;
2834
2834
  idpCredentials: IdpCredentialsResource;
2835
2835
  }
@@ -2886,7 +2886,7 @@ declare namespace gapi.client {
2886
2886
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2887
2887
  uploadType?: string;
2888
2888
  },
2889
- body: InboundSsoAssignment
2889
+ body: InboundSsoAssignment,
2890
2890
  ): Request<Operation>;
2891
2891
  /** Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has `sso_mode` == `SSO_OFF`. */
2892
2892
  delete(request?: {
@@ -3033,7 +3033,7 @@ declare namespace gapi.client {
3033
3033
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3034
3034
  uploadType?: string;
3035
3035
  },
3036
- body: InboundSsoAssignment
3036
+ body: InboundSsoAssignment,
3037
3037
  ): Request<Operation>;
3038
3038
  }
3039
3039
  interface PoliciesResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudidentity-v1",
3
- "version": "0.0.20250121",
3
+ "version": "0.0.20250128",
4
4
  "description": "TypeScript typings for Cloud Identity 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.cloudidentity
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -89,7 +89,7 @@ gapi.auth.authorize(
89
89
  } else {
90
90
  /* handle authorization error */
91
91
  }
92
- }
92
+ },
93
93
  );
94
94
  ```
95
95