@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 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.
- package/index.d.ts +6 -6
- 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:
|
|
12
|
+
// Revision: 20250307
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -652,15 +652,15 @@ declare namespace gapi.client {
|
|
|
652
652
|
interface GoogleAnalyticsAdminV1alphaDataSharingSettings {
|
|
653
653
|
/** Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
|
|
654
654
|
name?: string;
|
|
655
|
-
/**
|
|
655
|
+
/** Deprecated. This field is no longer used and always returns false. */
|
|
656
656
|
sharingWithGoogleAnySalesEnabled?: boolean;
|
|
657
|
-
/** Allows Google
|
|
657
|
+
/** 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. */
|
|
658
658
|
sharingWithGoogleAssignedSalesEnabled?: boolean;
|
|
659
|
-
/** Allows Google to use the data to improve other Google products or services. */
|
|
659
|
+
/** 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. */
|
|
660
660
|
sharingWithGoogleProductsEnabled?: boolean;
|
|
661
|
-
/** Allows Google support
|
|
661
|
+
/** 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. */
|
|
662
662
|
sharingWithGoogleSupportEnabled?: boolean;
|
|
663
|
-
/**
|
|
663
|
+
/** 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. */
|
|
664
664
|
sharingWithOthersEnabled?: boolean;
|
|
665
665
|
}
|
|
666
666
|
interface GoogleAnalyticsAdminV1alphaDataStream {
|