@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20220810 → 0.0.20220819

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
  3. package/tests.ts +3 -3
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
11
11
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
12
12
  // Generated from: https://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
13
- // Revision: 20220810
13
+ // Revision: 20220819
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -1948,7 +1948,7 @@ declare namespace gapi.client {
1948
1948
  uploadType?: string;
1949
1949
  },
1950
1950
  body: GoogleAnalyticsAdminV1alphaAudience): Request<GoogleAnalyticsAdminV1alphaAudience>;
1951
- /** Lookup for a single Audience. Audiences created before 2020 may not be supported. */
1951
+ /** Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
1952
1952
  get(request?: {
1953
1953
  /** V1 error format. */
1954
1954
  "$.xgafv"?: string;
@@ -1975,7 +1975,7 @@ declare namespace gapi.client {
1975
1975
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1976
1976
  uploadType?: string;
1977
1977
  }): Request<GoogleAnalyticsAdminV1alphaAudience>;
1978
- /** Lists Audiences on a property. Audiences created before 2020 may not be supported. */
1978
+ /** Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
1979
1979
  list(request?: {
1980
1980
  /** V1 error format. */
1981
1981
  "$.xgafv"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20220810",
3
+ "version": "0.0.20220819",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20220810
6
+ // Revision: 20220819
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -569,11 +569,11 @@ gapi.load('client', async () => {
569
569
  membershipDurationDays: 42,
570
570
  name: "Test string",
571
571
  });
572
- /** Lookup for a single Audience. Audiences created before 2020 may not be supported. */
572
+ /** Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
573
573
  await gapi.client.analyticsadmin.properties.audiences.get({
574
574
  name: "Test string",
575
575
  });
576
- /** Lists Audiences on a property. Audiences created before 2020 may not be supported. */
576
+ /** Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
577
577
  await gapi.client.analyticsadmin.properties.audiences.list({
578
578
  pageSize: 42,
579
579
  pageToken: "Test string",