@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.
- 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=v1beta
|
|
12
|
-
// Revision:
|
|
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
|
-
/**
|
|
295
|
+
/** Deprecated. This field is no longer used and always returns false. */
|
|
296
296
|
sharingWithGoogleAnySalesEnabled?: boolean;
|
|
297
|
-
/** Allows Google
|
|
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
|
|
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
|
-
/**
|
|
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 {
|