@maxim_mazurok/gapi.client.analyticsadmin-v1beta 0.0.20250304 → 0.0.20250307

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 +6 -6
  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=v1beta
12
- // Revision: 20250304
12
+ // Revision: 20250307
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -292,15 +292,15 @@ declare namespace gapi.client {
292
292
  interface GoogleAnalyticsAdminV1betaDataSharingSettings {
293
293
  /** Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
294
294
  name?: string;
295
- /** Allows any of Google sales to access the data in order to suggest configuration changes to improve results. */
295
+ /** Deprecated. This field is no longer used and always returns false. */
296
296
  sharingWithGoogleAnySalesEnabled?: boolean;
297
- /** Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled. */
297
+ /** Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the "Recommendations for your business" field in the Google Analytics Admin UI. */
298
298
  sharingWithGoogleAssignedSalesEnabled?: boolean;
299
- /** Allows Google to use the data to improve other Google products or services. */
299
+ /** Allows Google to use the data to improve other Google products or services. This fields maps to the "Google products & services" field in the Google Analytics Admin UI. */
300
300
  sharingWithGoogleProductsEnabled?: boolean;
301
- /** Allows Google support to access the data in order to help troubleshoot issues. */
301
+ /** Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the "Technical support" field in the Google Analytics Admin UI. */
302
302
  sharingWithGoogleSupportEnabled?: boolean;
303
- /** Allows Google to share the data anonymously in aggregate form with others. */
303
+ /** Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the "Modeling contributions & business insights" field in the Google Analytics Admin UI. */
304
304
  sharingWithOthersEnabled?: boolean;
305
305
  }
306
306
  interface GoogleAnalyticsAdminV1betaDataStream {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1beta",
3
- "version": "0.0.20250304",
3
+ "version": "0.0.20250307",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",