@maxim_mazurok/gapi.client.analyticsadmin-v1beta 0.0.20230713 → 0.0.20230718
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/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://analyticsadmin.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230718
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2535,7 +2535,7 @@ declare namespace gapi.client {
|
|
|
2535
2535
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2536
2536
|
quotaUser?:
|
|
2537
2537
|
string;
|
|
2538
|
-
/** The list of fields to be updated. Omitted fields will not be updated. */
|
|
2538
|
+
/** Required. The list of fields to be updated. Omitted fields will not be updated. */
|
|
2539
2539
|
updateMask?:
|
|
2540
2540
|
string;
|
|
2541
2541
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -2582,7 +2582,7 @@ declare namespace gapi.client {
|
|
|
2582
2582
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2583
2583
|
quotaUser?:
|
|
2584
2584
|
string;
|
|
2585
|
-
/** The list of fields to be updated. Omitted fields will not be updated. */
|
|
2585
|
+
/** Required. The list of fields to be updated. Omitted fields will not be updated. */
|
|
2586
2586
|
updateMask?:
|
|
2587
2587
|
string;
|
|
2588
2588
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
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: 20230718
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|