@maxim_mazurok/gapi.client.analyticsadmin-v1beta 0.0.20230212 → 0.0.20230214

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 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: 20230212
12
+ // Revision: 20230214
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -390,7 +390,7 @@ declare namespace gapi.client {
390
390
  interface GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest {
391
391
  /** The account to create. */
392
392
  account?: GoogleAnalyticsAdminV1betaAccount;
393
- /** Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI */
393
+ /** Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI. */
394
394
  redirectUri?: string;
395
395
  }
396
396
  interface GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse {
@@ -579,8 +579,8 @@ declare namespace gapi.client {
579
579
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
580
580
  quotaUser?: string;
581
581
  /**
582
- * Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use
583
- * one path with the string "*" to match all fields.
582
+ * Required. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity,
583
+ * use one path with the string "*" to match all fields.
584
584
  */
585
585
  updateMask?: string;
586
586
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -612,8 +612,8 @@ declare namespace gapi.client {
612
612
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
613
613
  quotaUser?: string;
614
614
  /**
615
- * Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use
616
- * one path with the string "*" to match all fields.
615
+ * Required. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity,
616
+ * use one path with the string "*" to match all fields.
617
617
  */
618
618
  updateMask?: string;
619
619
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -2112,7 +2112,7 @@ declare namespace gapi.client {
2112
2112
  }
2113
2113
  interface PropertiesResource {
2114
2114
  /**
2115
- * Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or via this API) before
2115
+ * Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before
2116
2116
  * MeasurementProtocolSecret resources may be created.
2117
2117
  */
2118
2118
  acknowledgeUserDataCollection(request: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1beta",
3
- "version": "0.0.20230212",
3
+ "version": "0.0.20230214",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1beta",
5
5
  "license": "MIT",
6
6
  "author": {
package/readme.md CHANGED
@@ -110,7 +110,7 @@ Returns summaries of all accounts accessible by the caller.
110
110
  await gapi.client.analyticsadmin.accountSummaries.list({ });
111
111
 
112
112
  /*
113
- Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or via this API) before MeasurementProtocolSecret resources may be created.
113
+ Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created.
114
114
  */
115
115
  await gapi.client.analyticsadmin.properties.acknowledgeUserDataCollection({ property: "property", });
116
116
 
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230212
6
+ // Revision: 20230214
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -106,7 +106,7 @@ gapi.load('client', async () => {
106
106
  pageToken: "Test string",
107
107
  });
108
108
  /**
109
- * Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or via this API) before
109
+ * Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before
110
110
  * MeasurementProtocolSecret resources may be created.
111
111
  */
112
112
  await gapi.client.analyticsadmin.properties.acknowledgeUserDataCollection({