@maxim_mazurok/gapi.client.analyticsadmin-v1beta 0.0.20240102 → 0.0.20240105
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 +5 -5
- 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: 20240105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -242,7 +242,7 @@ declare namespace gapi.client {
|
|
|
242
242
|
name?: string;
|
|
243
243
|
}
|
|
244
244
|
interface GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue {
|
|
245
|
-
/** When a conversion event for this event_name has no set currency, this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more. */
|
|
245
|
+
/** When a conversion event for this event_name has no set currency, this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more information. */
|
|
246
246
|
currencyCode?: string;
|
|
247
247
|
/** This value will be used to populate the value for all conversions of the specified event_name where the event "value" parameter is unset. */
|
|
248
248
|
value?: number;
|
|
@@ -534,7 +534,7 @@ declare namespace gapi.client {
|
|
|
534
534
|
pageSize?: number;
|
|
535
535
|
/** Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token. */
|
|
536
536
|
pageToken?: string;
|
|
537
|
-
/** Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. */
|
|
537
|
+
/** Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: "properties/100" */
|
|
538
538
|
property?: string;
|
|
539
539
|
/** Optional. If set, only return changes if they are for a resource that matches at least one of these types. */
|
|
540
540
|
resourceType?: string[];
|
|
@@ -839,7 +839,7 @@ declare namespace gapi.client {
|
|
|
839
839
|
'$.xgafv'?: string;
|
|
840
840
|
/** OAuth access token. */
|
|
841
841
|
access_token?: string;
|
|
842
|
-
/** Required. The account resource for which to return change history resources. */
|
|
842
|
+
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
|
|
843
843
|
account: string;
|
|
844
844
|
/** Data format for response. */
|
|
845
845
|
alt?: string;
|
|
@@ -868,7 +868,7 @@ declare namespace gapi.client {
|
|
|
868
868
|
'$.xgafv'?: string;
|
|
869
869
|
/** OAuth access token. */
|
|
870
870
|
access_token?: string;
|
|
871
|
-
/** Required. The account resource for which to return change history resources. */
|
|
871
|
+
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
|
|
872
872
|
account: string;
|
|
873
873
|
/** Data format for response. */
|
|
874
874
|
alt?: string;
|