@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20230321 → 0.0.20230406
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.
- package/index.d.ts +5 -5
- package/package.json +1 -1
- package/tests.ts +1 -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://admin.googleapis.com/$discovery/rest?version=directory_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230406
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1067,8 +1067,8 @@ declare namespace gapi.client {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
interface RoleAssignment {
|
|
1069
1069
|
/**
|
|
1070
|
-
* The unique ID of the entity this role is assigned to—either the `user_id` of a user or the `uniqueId` of a service account
|
|
1071
|
-
* (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
|
1070
|
+
* The unique ID of the entity this role is assigned to—either the `user_id` of a user, the `group_id` of a group, or the `uniqueId` of a service account as defined in [Identity and
|
|
1071
|
+
* Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
|
1072
1072
|
*/
|
|
1073
1073
|
assignedTo?: string;
|
|
1074
1074
|
/** Output only. The type of the assignee (`USER` or `GROUP`). */
|
|
@@ -3535,8 +3535,8 @@ declare namespace gapi.client {
|
|
|
3535
3535
|
}
|
|
3536
3536
|
interface RoleAssignment {
|
|
3537
3537
|
/**
|
|
3538
|
-
* The unique ID of the entity this role is assigned to—either the `user_id` of a user or the `uniqueId` of a service account
|
|
3539
|
-
* (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
|
3538
|
+
* The unique ID of the entity this role is assigned to—either the `user_id` of a user, the `group_id` of a group, or the `uniqueId` of a service account as defined in [Identity and
|
|
3539
|
+
* Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
|
3540
3540
|
*/
|
|
3541
3541
|
assignedTo?: string;
|
|
3542
3542
|
/** Output only. The type of the assignee (`USER` or `GROUP`). */
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230406
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|