@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20220812 → 0.0.20220817
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 +3 -3
- package/package.json +1 -1
- 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:
|
|
13
|
+
// Revision: 20220817
|
|
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
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:
|
|
6
|
+
// Revision: 20220817
|
|
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",
|