@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.3.20260622 → 0.3.20260629
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: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2119,7 +2119,7 @@ declare namespace gapi.client {
|
|
|
2119
2119
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2120
2120
|
uploadType?: string;
|
|
2121
2121
|
}): Request<GoogleAnalyticsAdminV1alphaDataSharingSettings>;
|
|
2122
|
-
/** Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. */
|
|
2122
|
+
/** Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. Note: The easiest way to retrieve a list of all properties you have access to is by using `ListAccountSummaries`. */
|
|
2123
2123
|
list(request?: {
|
|
2124
2124
|
/** V1 error format. */
|
|
2125
2125
|
'$.xgafv'?: '1' | '2';
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -113,7 +113,7 @@ await gapi.client.analyticsadmin.accounts.getDataSharingSettings({
|
|
|
113
113
|
});
|
|
114
114
|
|
|
115
115
|
/*
|
|
116
|
-
Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found.
|
|
116
|
+
Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. Note: The easiest way to retrieve a list of all properties you have access to is by using `ListAccountSummaries`.
|
|
117
117
|
*/
|
|
118
118
|
await gapi.client.analyticsadmin.accounts.list({});
|
|
119
119
|
|