@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20230222 → 0.0.20230223

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 +26 -7
  2. package/package.json +1 -1
  3. 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=v1alpha
12
- // Revision: 20230222
12
+ // Revision: 20230223
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1109,7 +1109,10 @@ declare namespace gapi.client {
1109
1109
  offset?: string;
1110
1110
  /** Specifies how rows are ordered in the response. */
1111
1111
  orderBys?: GoogleAnalyticsAdminV1alphaAccessOrderBy[];
1112
- /** Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [AccessQuota](#AccessQuota). */
1112
+ /**
1113
+ * Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [AccessQuota](#AccessQuota). For account-level requests, this field must be
1114
+ * false.
1115
+ */
1113
1116
  returnEntityQuota?: boolean;
1114
1117
  /**
1115
1118
  * This request's time zone if specified. If unspecified, the property's time zone is used. The request's time zone is used to interpret the start & end dates of the report. Formatted
@@ -1125,7 +1128,7 @@ declare namespace gapi.client {
1125
1128
  dimensionHeaders?: GoogleAnalyticsAdminV1alphaAccessDimensionHeader[];
1126
1129
  /** The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. */
1127
1130
  metricHeaders?: GoogleAnalyticsAdminV1alphaAccessMetricHeader[];
1128
- /** The quota state for this Analytics property including this request. */
1131
+ /** The quota state for this Analytics property including this request. This field doesn't work with account-level requests. */
1129
1132
  quota?: GoogleAnalyticsAdminV1alphaAccessQuota;
1130
1133
  /**
1131
1134
  * The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request
@@ -2408,7 +2411,11 @@ declare namespace gapi.client {
2408
2411
  alt?: string;
2409
2412
  /** JSONP */
2410
2413
  callback?: string;
2411
- /** The Data Access Report is requested for this property. For example if "123" is your GA4 property ID, then entity should be "properties/123". */
2414
+ /**
2415
+ * The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties
2416
+ * under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your GA4 property ID. To request at the account level, entity
2417
+ * should be for example 'accounts/1234' if "1234" is your GA4 Account ID.
2418
+ */
2412
2419
  entity: string;
2413
2420
  /** Selector specifying which fields to include in a partial response. */
2414
2421
  fields?: string;
@@ -2436,7 +2443,11 @@ declare namespace gapi.client {
2436
2443
  alt?: string;
2437
2444
  /** JSONP */
2438
2445
  callback?: string;
2439
- /** The Data Access Report is requested for this property. For example if "123" is your GA4 property ID, then entity should be "properties/123". */
2446
+ /**
2447
+ * The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties
2448
+ * under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your GA4 property ID. To request at the account level, entity
2449
+ * should be for example 'accounts/1234' if "1234" is your GA4 Account ID.
2450
+ */
2440
2451
  entity: string;
2441
2452
  /** Selector specifying which fields to include in a partial response. */
2442
2453
  fields?: string;
@@ -6487,7 +6498,11 @@ declare namespace gapi.client {
6487
6498
  alt?: string;
6488
6499
  /** JSONP */
6489
6500
  callback?: string;
6490
- /** The Data Access Report is requested for this property. For example if "123" is your GA4 property ID, then entity should be "properties/123". */
6501
+ /**
6502
+ * The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties
6503
+ * under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your GA4 property ID. To request at the account level, entity
6504
+ * should be for example 'accounts/1234' if "1234" is your GA4 Account ID.
6505
+ */
6491
6506
  entity: string;
6492
6507
  /** Selector specifying which fields to include in a partial response. */
6493
6508
  fields?: string;
@@ -6515,7 +6530,11 @@ declare namespace gapi.client {
6515
6530
  alt?: string;
6516
6531
  /** JSONP */
6517
6532
  callback?: string;
6518
- /** The Data Access Report is requested for this property. For example if "123" is your GA4 property ID, then entity should be "properties/123". */
6533
+ /**
6534
+ * The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties
6535
+ * under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your GA4 property ID. To request at the account level, entity
6536
+ * should be for example 'accounts/1234' if "1234" is your GA4 Account ID.
6537
+ */
6519
6538
  entity: string;
6520
6539
  /** Selector specifying which fields to include in a partial response. */
6521
6540
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20230222",
3
+ "version": "0.0.20230223",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230222
6
+ // Revision: 20230223
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */