@maxim_mazurok/gapi.client.analyticsadmin-v1beta 0.0.20241119 → 0.0.20250103
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 +4 -4
- 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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250103
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -280,7 +280,7 @@ declare namespace gapi.client {
|
|
|
280
280
|
scope?: string;
|
|
281
281
|
}
|
|
282
282
|
interface GoogleAnalyticsAdminV1betaDataRetentionSettings {
|
|
283
|
-
/** The length of time that event-level data is retained. */
|
|
283
|
+
/** Required. The length of time that event-level data is retained. */
|
|
284
284
|
eventDataRetention?: string;
|
|
285
285
|
/** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
|
|
286
286
|
name?: string;
|
|
@@ -560,7 +560,7 @@ declare namespace gapi.client {
|
|
|
560
560
|
earliestChangeTime?: string;
|
|
561
561
|
/** Optional. If set, only return changes made before this time (inclusive). */
|
|
562
562
|
latestChangeTime?: string;
|
|
563
|
-
/** Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value
|
|
563
|
+
/** Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number. */
|
|
564
564
|
pageSize?: number;
|
|
565
565
|
/** Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token. */
|
|
566
566
|
pageToken?: string;
|
|
@@ -863,7 +863,7 @@ declare namespace gapi.client {
|
|
|
863
863
|
},
|
|
864
864
|
body: GoogleAnalyticsAdminV1betaRunAccessReportRequest
|
|
865
865
|
): Request<GoogleAnalyticsAdminV1betaRunAccessReportResponse>;
|
|
866
|
-
/** Searches through all changes to an account or its children given the specified set of filters. */
|
|
866
|
+
/** Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes. */
|
|
867
867
|
searchChangeHistoryEvents(request: {
|
|
868
868
|
/** V1 error format. */
|
|
869
869
|
'$.xgafv'?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -110,7 +110,7 @@ Returns a customized report of data access records. The report provides records
|
|
|
110
110
|
await gapi.client.analyticsadmin.accounts.runAccessReport({entity: 'entity'});
|
|
111
111
|
|
|
112
112
|
/*
|
|
113
|
-
Searches through all changes to an account or its children given the specified set of filters.
|
|
113
|
+
Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.
|
|
114
114
|
*/
|
|
115
115
|
await gapi.client.analyticsadmin.accounts.searchChangeHistoryEvents({
|
|
116
116
|
account: 'account',
|