@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.1.20250819 → 0.1.20250820
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 +2 -2
- package/package.json +1 -1
- package/readme.md +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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250820
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -7940,7 +7940,7 @@ declare namespace gapi.client {
|
|
|
7940
7940
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7941
7941
|
uploadType?: string;
|
|
7942
7942
|
}): Request<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>;
|
|
7943
|
-
/** Returns the
|
|
7943
|
+
/** Returns the reporting identity settings for this property. */
|
|
7944
7944
|
getReportingIdentitySettings(request?: {
|
|
7945
7945
|
/** V1 error format. */
|
|
7946
7946
|
'$.xgafv'?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -176,7 +176,7 @@ await gapi.client.analyticsadmin.properties.getGoogleSignalsSettings({
|
|
|
176
176
|
});
|
|
177
177
|
|
|
178
178
|
/*
|
|
179
|
-
Returns the
|
|
179
|
+
Returns the reporting identity settings for this property.
|
|
180
180
|
*/
|
|
181
181
|
await gapi.client.analyticsadmin.properties.getReportingIdentitySettings({
|
|
182
182
|
name: 'name',
|