@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20221018 → 0.0.20221020
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 +1 -5
- package/package.json +1 -1
- package/tests.ts +1 -4
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: 20221020
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1446,8 +1446,6 @@ declare namespace gapi.client {
|
|
|
1446
1446
|
status?: boolean;
|
|
1447
1447
|
}
|
|
1448
1448
|
interface UserName {
|
|
1449
|
-
/** The user's display name. Limit: 256 characters. */
|
|
1450
|
-
displayName?: string;
|
|
1451
1449
|
/** The user's last name. Required when creating a user account. */
|
|
1452
1450
|
familyName?: string;
|
|
1453
1451
|
/** The user's full name formed by concatenating the first and last name values. */
|
|
@@ -3901,8 +3899,6 @@ declare namespace gapi.client {
|
|
|
3901
3899
|
status?: boolean;
|
|
3902
3900
|
}
|
|
3903
3901
|
interface UserName {
|
|
3904
|
-
/** The user's display name. Limit: 256 characters. */
|
|
3905
|
-
displayName?: string;
|
|
3906
3902
|
/** The user's last name. Required when creating a user account. */
|
|
3907
3903
|
familyName?: string;
|
|
3908
3904
|
/** The user's full name formed by concatenating the first and last name values. */
|
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: 20221020
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -1498,7 +1498,6 @@ gapi.load('client', async () => {
|
|
|
1498
1498
|
lastLoginTime: "Test string",
|
|
1499
1499
|
locations: 42,
|
|
1500
1500
|
name: {
|
|
1501
|
-
displayName: "Test string",
|
|
1502
1501
|
familyName: "Test string",
|
|
1503
1502
|
fullName: "Test string",
|
|
1504
1503
|
givenName: "Test string",
|
|
@@ -1586,7 +1585,6 @@ gapi.load('client', async () => {
|
|
|
1586
1585
|
lastLoginTime: "Test string",
|
|
1587
1586
|
locations: 42,
|
|
1588
1587
|
name: {
|
|
1589
|
-
displayName: "Test string",
|
|
1590
1588
|
familyName: "Test string",
|
|
1591
1589
|
fullName: "Test string",
|
|
1592
1590
|
givenName: "Test string",
|
|
@@ -1663,7 +1661,6 @@ gapi.load('client', async () => {
|
|
|
1663
1661
|
lastLoginTime: "Test string",
|
|
1664
1662
|
locations: 42,
|
|
1665
1663
|
name: {
|
|
1666
|
-
displayName: "Test string",
|
|
1667
1664
|
familyName: "Test string",
|
|
1668
1665
|
fullName: "Test string",
|
|
1669
1666
|
givenName: "Test string",
|