@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20240103 → 0.0.20240109
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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240109
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -527,7 +527,7 @@ declare namespace gapi.client {
|
|
|
527
527
|
name?: string;
|
|
528
528
|
}
|
|
529
529
|
interface GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue {
|
|
530
|
-
/** 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. */
|
|
530
|
+
/** 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. */
|
|
531
531
|
currencyCode?: string;
|
|
532
532
|
/** This value will be used to populate the value for all conversions of the specified event_name where the event "value" parameter is unset. */
|
|
533
533
|
value?: number;
|
|
@@ -1190,7 +1190,7 @@ declare namespace gapi.client {
|
|
|
1190
1190
|
pageSize?: number;
|
|
1191
1191
|
/** 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. */
|
|
1192
1192
|
pageToken?: string;
|
|
1193
|
-
/** Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. */
|
|
1193
|
+
/** 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" */
|
|
1194
1194
|
property?: string;
|
|
1195
1195
|
/** Optional. If set, only return changes if they are for a resource that matches at least one of these types. */
|
|
1196
1196
|
resourceType?: string[];
|
|
@@ -1966,7 +1966,7 @@ declare namespace gapi.client {
|
|
|
1966
1966
|
'$.xgafv'?: string;
|
|
1967
1967
|
/** OAuth access token. */
|
|
1968
1968
|
access_token?: string;
|
|
1969
|
-
/** Required. The account resource for which to return change history resources. */
|
|
1969
|
+
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
|
|
1970
1970
|
account: string;
|
|
1971
1971
|
/** Data format for response. */
|
|
1972
1972
|
alt?: string;
|
|
@@ -1995,7 +1995,7 @@ declare namespace gapi.client {
|
|
|
1995
1995
|
'$.xgafv'?: string;
|
|
1996
1996
|
/** OAuth access token. */
|
|
1997
1997
|
access_token?: string;
|
|
1998
|
-
/** Required. The account resource for which to return change history resources. */
|
|
1998
|
+
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
|
|
1999
1999
|
account: string;
|
|
2000
2000
|
/** Data format for response. */
|
|
2001
2001
|
alt?: string;
|