@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20241202 → 0.0.20250107

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.
Files changed (3) hide show
  1. package/index.d.ts +4 -4
  2. package/package.json +1 -1
  3. 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: 20241202
12
+ // Revision: 20250107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -638,7 +638,7 @@ declare namespace gapi.client {
638
638
  queryParameterRedactionEnabled?: boolean;
639
639
  }
640
640
  interface GoogleAnalyticsAdminV1alphaDataRetentionSettings {
641
- /** The length of time that event-level data is retained. */
641
+ /** Required. The length of time that event-level data is retained. */
642
642
  eventDataRetention?: string;
643
643
  /** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
644
644
  name?: string;
@@ -1268,7 +1268,7 @@ declare namespace gapi.client {
1268
1268
  earliestChangeTime?: string;
1269
1269
  /** Optional. If set, only return changes made before this time (inclusive). */
1270
1270
  latestChangeTime?: string;
1271
- /** Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). */
1271
+ /** 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. */
1272
1272
  pageSize?: number;
1273
1273
  /** 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. */
1274
1274
  pageToken?: string;
@@ -2042,7 +2042,7 @@ declare namespace gapi.client {
2042
2042
  },
2043
2043
  body: GoogleAnalyticsAdminV1alphaRunAccessReportRequest
2044
2044
  ): Request<GoogleAnalyticsAdminV1alphaRunAccessReportResponse>;
2045
- /** Searches through all changes to an account or its children given the specified set of filters. */
2045
+ /** 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. */
2046
2046
  searchChangeHistoryEvents(request: {
2047
2047
  /** V1 error format. */
2048
2048
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20241202",
3
+ "version": "0.0.20250107",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -116,7 +116,7 @@ Returns a customized report of data access records. The report provides records
116
116
  await gapi.client.analyticsadmin.accounts.runAccessReport({entity: 'entity'});
117
117
 
118
118
  /*
119
- Searches through all changes to an account or its children given the specified set of filters.
119
+ 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.
120
120
  */
121
121
  await gapi.client.analyticsadmin.accounts.searchChangeHistoryEvents({
122
122
  account: 'account',