@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20230510 → 0.0.20230511
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 +4 -4
- package/package.json +1 -1
- package/tests.ts +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:
|
|
12
|
+
// Revision: 20230511
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1160,7 +1160,7 @@ declare namespace gapi.client {
|
|
|
1160
1160
|
/** Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied. */
|
|
1161
1161
|
eventConditions?:
|
|
1162
1162
|
GoogleAnalyticsAdminV1alphaMatchingCondition[];
|
|
1163
|
-
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules */
|
|
1163
|
+
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule} */
|
|
1164
1164
|
name?:
|
|
1165
1165
|
string;
|
|
1166
1166
|
/** Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied. */
|
|
@@ -6418,7 +6418,7 @@ declare namespace gapi.client {
|
|
|
6418
6418
|
/** 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. */
|
|
6419
6419
|
key?:
|
|
6420
6420
|
string;
|
|
6421
|
-
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules */
|
|
6421
|
+
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule} */
|
|
6422
6422
|
name:
|
|
6423
6423
|
string;
|
|
6424
6424
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -6465,7 +6465,7 @@ declare namespace gapi.client {
|
|
|
6465
6465
|
/** 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. */
|
|
6466
6466
|
key?:
|
|
6467
6467
|
string;
|
|
6468
|
-
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules */
|
|
6468
|
+
/** Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule} */
|
|
6469
6469
|
name:
|
|
6470
6470
|
string;
|
|
6471
6471
|
/** OAuth 2.0 token for the current user. */
|
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: 20230511
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|