@maxim_mazurok/gapi.client.analyticsadmin-v1beta 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 +14 -14
  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=v1beta
12
- // Revision: 20240716
12
+ // Revision: 20240721
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -564,7 +564,7 @@ declare namespace gapi.client {
564
564
  pageSize?: number;
565
565
  /** 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. */
566
566
  pageToken?: string;
567
- /** 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" */
567
+ /** 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` */
568
568
  property?: string;
569
569
  /** Optional. If set, only return changes if they are for a resource that matches at least one of these types. */
570
570
  resourceType?: string[];
@@ -645,7 +645,7 @@ declare namespace gapi.client {
645
645
  fields?: string;
646
646
  /** 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. */
647
647
  key?: string;
648
- /** Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
648
+ /** Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: `accounts/1000/dataSharingSettings` */
649
649
  name: string;
650
650
  /** OAuth 2.0 token for the current user. */
651
651
  oauth_token?: string;
@@ -869,7 +869,7 @@ declare namespace gapi.client {
869
869
  '$.xgafv'?: string;
870
870
  /** OAuth access token. */
871
871
  access_token?: string;
872
- /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
872
+ /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
873
873
  account: string;
874
874
  /** Data format for response. */
875
875
  alt?: string;
@@ -898,7 +898,7 @@ declare namespace gapi.client {
898
898
  '$.xgafv'?: string;
899
899
  /** OAuth access token. */
900
900
  access_token?: string;
901
- /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100" */
901
+ /** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
902
902
  account: string;
903
903
  /** Data format for response. */
904
904
  alt?: string;
@@ -954,7 +954,7 @@ declare namespace gapi.client {
954
954
  }): Request<GoogleAnalyticsAdminV1betaListAccountSummariesResponse>;
955
955
  }
956
956
  interface ConversionEventsResource {
957
- /** Creates a conversion event with the specified attributes. */
957
+ /** Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes. */
958
958
  create(request: {
959
959
  /** V1 error format. */
960
960
  '$.xgafv'?: string;
@@ -1012,7 +1012,7 @@ declare namespace gapi.client {
1012
1012
  },
1013
1013
  body: GoogleAnalyticsAdminV1betaConversionEvent
1014
1014
  ): Request<GoogleAnalyticsAdminV1betaConversionEvent>;
1015
- /** Deletes a conversion event in a property. */
1015
+ /** Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property. */
1016
1016
  delete(request?: {
1017
1017
  /** V1 error format. */
1018
1018
  '$.xgafv'?: string;
@@ -1039,7 +1039,7 @@ declare namespace gapi.client {
1039
1039
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1040
1040
  uploadType?: string;
1041
1041
  }): Request<{}>;
1042
- /** Retrieve a single conversion event. */
1042
+ /** Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event. */
1043
1043
  get(request?: {
1044
1044
  /** V1 error format. */
1045
1045
  '$.xgafv'?: string;
@@ -1066,7 +1066,7 @@ declare namespace gapi.client {
1066
1066
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1067
1067
  uploadType?: string;
1068
1068
  }): Request<GoogleAnalyticsAdminV1betaConversionEvent>;
1069
- /** Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. */
1069
+ /** 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. */
1070
1070
  list(request?: {
1071
1071
  /** V1 error format. */
1072
1072
  '$.xgafv'?: string;
@@ -1097,7 +1097,7 @@ declare namespace gapi.client {
1097
1097
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1098
1098
  uploadType?: string;
1099
1099
  }): Request<GoogleAnalyticsAdminV1betaListConversionEventsResponse>;
1100
- /** Updates a conversion event with the specified attributes. */
1100
+ /** Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes. */
1101
1101
  patch(request: {
1102
1102
  /** V1 error format. */
1103
1103
  '$.xgafv'?: string;
@@ -2068,7 +2068,7 @@ declare namespace gapi.client {
2068
2068
  key?: string;
2069
2069
  /** OAuth 2.0 token for the current user. */
2070
2070
  oauth_token?: string;
2071
- /** Required. Format: properties/{property_id} Example: properties/1234 */
2071
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
2072
2072
  parent: string;
2073
2073
  /** Returns response with indentations and line breaks. */
2074
2074
  prettyPrint?: boolean;
@@ -2097,7 +2097,7 @@ declare namespace gapi.client {
2097
2097
  key?: string;
2098
2098
  /** OAuth 2.0 token for the current user. */
2099
2099
  oauth_token?: string;
2100
- /** Required. Format: properties/{property_id} Example: properties/1234 */
2100
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
2101
2101
  parent: string;
2102
2102
  /** Returns response with indentations and line breaks. */
2103
2103
  prettyPrint?: boolean;
@@ -2124,7 +2124,7 @@ declare namespace gapi.client {
2124
2124
  fields?: string;
2125
2125
  /** 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. */
2126
2126
  key?: string;
2127
- /** Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: properties/1234/firebaseLinks/5678 */
2127
+ /** Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678` */
2128
2128
  name: string;
2129
2129
  /** OAuth 2.0 token for the current user. */
2130
2130
  oauth_token?: string;
@@ -2157,7 +2157,7 @@ declare namespace gapi.client {
2157
2157
  pageSize?: number;
2158
2158
  /** 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. */
2159
2159
  pageToken?: string;
2160
- /** Required. Format: properties/{property_id} Example: properties/1234 */
2160
+ /** Required. Format: properties/{property_id} Example: `properties/1234` */
2161
2161
  parent: string;
2162
2162
  /** Returns response with indentations and line breaks. */
2163
2163
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1beta",
3
- "version": "0.0.20240716",
3
+ "version": "0.0.20240721",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",