@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20240716 → 0.0.20240721

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 +15 -15
  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=v1alpha
12
- // Revision: 20240716
12
+ // Revision: 20240721
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1250,7 +1250,7 @@ declare namespace gapi.client {
1250
1250
  pageSize?: number;
1251
1251
  /** 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. */
1252
1252
  pageToken?: string;
1253
- /** 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" */
1253
+ /** 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` */
1254
1254
  property?: string;
1255
1255
  /** Optional. If set, only return changes if they are for a resource that matches at least one of these types. */
1256
1256
  resourceType?: string[];
@@ -1802,7 +1802,7 @@ declare namespace gapi.client {
1802
1802
  fields?: string;
1803
1803
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1804
1804
  key?: string;
1805
- /** Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
1805
+ /** Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: `accounts/1000/dataSharingSettings` */
1806
1806
  name: string;
1807
1807
  /** OAuth 2.0 token for the current user. */
1808
1808
  oauth_token?: string;
@@ -2026,7 +2026,7 @@ declare namespace gapi.client {
2026
2026
  '$.xgafv'?: string;
2027
2027
  /** OAuth access token. */
2028
2028
  access_token?: string;
2029
- /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
2029
+ /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
2030
2030
  account: string;
2031
2031
  /** Data format for response. */
2032
2032
  alt?: string;
@@ -2055,7 +2055,7 @@ declare namespace gapi.client {
2055
2055
  '$.xgafv'?: string;
2056
2056
  /** OAuth access token. */
2057
2057
  access_token?: string;
2058
- /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
2058
+ /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
2059
2059
  account: string;
2060
2060
  /** Data format for response. */
2061
2061
  alt?: string;
@@ -3526,7 +3526,7 @@ declare namespace gapi.client {
3526
3526
  ): Request<GoogleAnalyticsAdminV1alphaChannelGroup>;
3527
3527
  }
3528
3528
  interface ConversionEventsResource {
3529
- /** Creates a conversion event with the specified attributes. */
3529
+ /** Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes. */
3530
3530
  create(request: {
3531
3531
  /** V1 error format. */
3532
3532
  '$.xgafv'?: string;
@@ -3584,7 +3584,7 @@ declare namespace gapi.client {
3584
3584
  },
3585
3585
  body: GoogleAnalyticsAdminV1alphaConversionEvent
3586
3586
  ): Request<GoogleAnalyticsAdminV1alphaConversionEvent>;
3587
- /** Deletes a conversion event in a property. */
3587
+ /** Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property. */
3588
3588
  delete(request?: {
3589
3589
  /** V1 error format. */
3590
3590
  '$.xgafv'?: string;
@@ -3611,7 +3611,7 @@ declare namespace gapi.client {
3611
3611
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3612
3612
  uploadType?: string;
3613
3613
  }): Request<{}>;
3614
- /** Retrieve a single conversion event. */
3614
+ /** Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event. */
3615
3615
  get(request?: {
3616
3616
  /** V1 error format. */
3617
3617
  '$.xgafv'?: string;
@@ -3638,7 +3638,7 @@ declare namespace gapi.client {
3638
3638
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3639
3639
  uploadType?: string;
3640
3640
  }): Request<GoogleAnalyticsAdminV1alphaConversionEvent>;
3641
- /** Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. */
3641
+ /** Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. */
3642
3642
  list(request?: {
3643
3643
  /** V1 error format. */
3644
3644
  '$.xgafv'?: string;
@@ -3669,7 +3669,7 @@ declare namespace gapi.client {
3669
3669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3670
3670
  uploadType?: string;
3671
3671
  }): Request<GoogleAnalyticsAdminV1alphaListConversionEventsResponse>;
3672
- /** Updates a conversion event with the specified attributes. */
3672
+ /** Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes. */
3673
3673
  patch(request: {
3674
3674
  /** V1 error format. */
3675
3675
  '$.xgafv'?: string;
@@ -5010,7 +5010,7 @@ declare namespace gapi.client {
5010
5010
  fields?: string;
5011
5011
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5012
5012
  key?: string;
5013
- /** Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag" */
5013
+ /** Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: `properties/123/dataStreams/456/globalSiteTag` */
5014
5014
  name: string;
5015
5015
  /** OAuth 2.0 token for the current user. */
5016
5016
  oauth_token?: string;
@@ -5936,7 +5936,7 @@ declare namespace gapi.client {
5936
5936
  key?: string;
5937
5937
  /** OAuth 2.0 token for the current user. */
5938
5938
  oauth_token?: string;
5939
- /** Required. Format: properties/{property_id} Example: properties/1234 */
5939
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
5940
5940
  parent: string;
5941
5941
  /** Returns response with indentations and line breaks. */
5942
5942
  prettyPrint?: boolean;
@@ -5965,7 +5965,7 @@ declare namespace gapi.client {
5965
5965
  key?: string;
5966
5966
  /** OAuth 2.0 token for the current user. */
5967
5967
  oauth_token?: string;
5968
- /** Required. Format: properties/{property_id} Example: properties/1234 */
5968
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
5969
5969
  parent: string;
5970
5970
  /** Returns response with indentations and line breaks. */
5971
5971
  prettyPrint?: boolean;
@@ -5992,7 +5992,7 @@ declare namespace gapi.client {
5992
5992
  fields?: string;
5993
5993
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5994
5994
  key?: string;
5995
- /** Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: properties/1234/firebaseLinks/5678 */
5995
+ /** Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678` */
5996
5996
  name: string;
5997
5997
  /** OAuth 2.0 token for the current user. */
5998
5998
  oauth_token?: string;
@@ -6025,7 +6025,7 @@ declare namespace gapi.client {
6025
6025
  pageSize?: number;
6026
6026
  /** A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token. */
6027
6027
  pageToken?: string;
6028
- /** Required. Format: properties/{property_id} Example: properties/1234 */
6028
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
6029
6029
  parent: string;
6030
6030
  /** Returns response with indentations and line breaks. */
6031
6031
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20240716",
3
+ "version": "0.0.20240721",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",