@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20250610 → 0.0.20250616

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 (2) hide show
  1. package/index.d.ts +7 -7
  2. package/package.json +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: 20250610
12
+ // Revision: 20250616
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1116,7 +1116,7 @@ declare namespace gapi.client {
1116
1116
  interface GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse {
1117
1117
  /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
1118
1118
  nextPageToken?: string;
1119
- /** List of Subproperty Sync Configs. */
1119
+ /** List of `SubpropertySyncConfig` resources. */
1120
1120
  subpropertySyncConfigs?: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig[];
1121
1121
  }
1122
1122
  interface GoogleAnalyticsAdminV1alphaMatchingCondition {
@@ -1389,9 +1389,9 @@ declare namespace gapi.client {
1389
1389
  filterExpressions?: GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression[];
1390
1390
  }
1391
1391
  interface GoogleAnalyticsAdminV1alphaSubpropertySyncConfig {
1392
- /** Output only. Immutable. Resource name of the Subproperty that these settings apply to. */
1392
+ /** Output only. Immutable. Resource name of the subproperty that these settings apply to. */
1393
1393
  applyToProperty?: string;
1394
- /** Required. Specifies the Custom Dimension / Metric synchronization mode for the Subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the Subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. */
1394
+ /** Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. */
1395
1395
  customDimensionAndMetricSyncMode?: string;
1396
1396
  /** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
1397
1397
  name?: string;
@@ -7541,7 +7541,7 @@ declare namespace gapi.client {
7541
7541
  ): Request<GoogleAnalyticsAdminV1alphaSubpropertyEventFilter>;
7542
7542
  }
7543
7543
  interface SubpropertySyncConfigsResource {
7544
- /** Lookup for a single Subproperty Sync Config. */
7544
+ /** Lookup for a single `SubpropertySyncConfig`. */
7545
7545
  get(request?: {
7546
7546
  /** V1 error format. */
7547
7547
  '$.xgafv'?: string;
@@ -7568,7 +7568,7 @@ declare namespace gapi.client {
7568
7568
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7569
7569
  uploadType?: string;
7570
7570
  }): Request<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>;
7571
- /** List all Subproperty Sync Configs on a property. */
7571
+ /** List all `SubpropertySyncConfig` resources for a property. */
7572
7572
  list(request?: {
7573
7573
  /** V1 error format. */
7574
7574
  '$.xgafv'?: string;
@@ -7599,7 +7599,7 @@ declare namespace gapi.client {
7599
7599
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7600
7600
  uploadType?: string;
7601
7601
  }): Request<GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse>;
7602
- /** Updates a Subproperty Sync Config. */
7602
+ /** Updates a `SubpropertySyncConfig`. */
7603
7603
  patch(request: {
7604
7604
  /** V1 error format. */
7605
7605
  '$.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.20250610",
3
+ "version": "0.0.20250616",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",