@maxim_mazurok/gapi.client.admin-directory_v1 0.4.20260413 → 0.4.20260421
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 +3 -3
- package/package.json +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: 20260421
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1472,7 +1472,7 @@ declare namespace gapi.client {
|
|
|
1472
1472
|
preference?: string;
|
|
1473
1473
|
}
|
|
1474
1474
|
interface UserLocation {
|
|
1475
|
-
/** Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.'' */
|
|
1475
|
+
/** Required. Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.'' */
|
|
1476
1476
|
area?: string;
|
|
1477
1477
|
/** Building Identifier. */
|
|
1478
1478
|
buildingId?: string;
|
|
@@ -4042,7 +4042,7 @@ declare namespace gapi.client {
|
|
|
4042
4042
|
preference?: string;
|
|
4043
4043
|
}
|
|
4044
4044
|
interface UserLocation {
|
|
4045
|
-
/** Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.'' */
|
|
4045
|
+
/** Required. Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.'' */
|
|
4046
4046
|
area?: string;
|
|
4047
4047
|
/** Building Identifier. */
|
|
4048
4048
|
buildingId?: string;
|