@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20240710 → 0.0.20240712
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 +1 -66
- 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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240712
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1177,10 +1177,6 @@ declare namespace gapi.client {
|
|
|
1177
1177
|
/** The param to be passed in the ToS link. */
|
|
1178
1178
|
accountTicketId?: string;
|
|
1179
1179
|
}
|
|
1180
|
-
interface GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest {
|
|
1181
|
-
/** Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list. */
|
|
1182
|
-
eventEditRules?: string[];
|
|
1183
|
-
}
|
|
1184
1180
|
interface GoogleAnalyticsAdminV1alphaRollupPropertySourceLink {
|
|
1185
1181
|
/** Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456' */
|
|
1186
1182
|
name?: string;
|
|
@@ -4419,66 +4415,6 @@ declare namespace gapi.client {
|
|
|
4419
4415
|
body: GoogleAnalyticsAdminV1alphaEventCreateRule
|
|
4420
4416
|
): Request<GoogleAnalyticsAdminV1alphaEventCreateRule>;
|
|
4421
4417
|
}
|
|
4422
|
-
interface EventEditRulesResource {
|
|
4423
|
-
/** Changes the processing order of event edit rules on the specified stream. */
|
|
4424
|
-
reorder(request: {
|
|
4425
|
-
/** V1 error format. */
|
|
4426
|
-
'$.xgafv'?: string;
|
|
4427
|
-
/** OAuth access token. */
|
|
4428
|
-
access_token?: string;
|
|
4429
|
-
/** Data format for response. */
|
|
4430
|
-
alt?: string;
|
|
4431
|
-
/** JSONP */
|
|
4432
|
-
callback?: string;
|
|
4433
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
4434
|
-
fields?: string;
|
|
4435
|
-
/** 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. */
|
|
4436
|
-
key?: string;
|
|
4437
|
-
/** OAuth 2.0 token for the current user. */
|
|
4438
|
-
oauth_token?: string;
|
|
4439
|
-
/** Required. Example format: properties/123/dataStreams/456 */
|
|
4440
|
-
parent: string;
|
|
4441
|
-
/** Returns response with indentations and line breaks. */
|
|
4442
|
-
prettyPrint?: boolean;
|
|
4443
|
-
/** 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. */
|
|
4444
|
-
quotaUser?: string;
|
|
4445
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4446
|
-
upload_protocol?: string;
|
|
4447
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4448
|
-
uploadType?: string;
|
|
4449
|
-
/** Request body */
|
|
4450
|
-
resource: GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest;
|
|
4451
|
-
}): Request<{}>;
|
|
4452
|
-
reorder(
|
|
4453
|
-
request: {
|
|
4454
|
-
/** V1 error format. */
|
|
4455
|
-
'$.xgafv'?: string;
|
|
4456
|
-
/** OAuth access token. */
|
|
4457
|
-
access_token?: string;
|
|
4458
|
-
/** Data format for response. */
|
|
4459
|
-
alt?: string;
|
|
4460
|
-
/** JSONP */
|
|
4461
|
-
callback?: string;
|
|
4462
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
4463
|
-
fields?: string;
|
|
4464
|
-
/** 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. */
|
|
4465
|
-
key?: string;
|
|
4466
|
-
/** OAuth 2.0 token for the current user. */
|
|
4467
|
-
oauth_token?: string;
|
|
4468
|
-
/** Required. Example format: properties/123/dataStreams/456 */
|
|
4469
|
-
parent: string;
|
|
4470
|
-
/** Returns response with indentations and line breaks. */
|
|
4471
|
-
prettyPrint?: boolean;
|
|
4472
|
-
/** 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. */
|
|
4473
|
-
quotaUser?: string;
|
|
4474
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4475
|
-
upload_protocol?: string;
|
|
4476
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4477
|
-
uploadType?: string;
|
|
4478
|
-
},
|
|
4479
|
-
body: GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
|
|
4480
|
-
): Request<{}>;
|
|
4481
|
-
}
|
|
4482
4418
|
interface MeasurementProtocolSecretsResource {
|
|
4483
4419
|
/** Creates a measurement protocol secret. */
|
|
4484
4420
|
create(request: {
|
|
@@ -5305,7 +5241,6 @@ declare namespace gapi.client {
|
|
|
5305
5241
|
body: GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
|
5306
5242
|
): Request<GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings>;
|
|
5307
5243
|
eventCreateRules: EventCreateRulesResource;
|
|
5308
|
-
eventEditRules: EventEditRulesResource;
|
|
5309
5244
|
measurementProtocolSecrets: MeasurementProtocolSecretsResource;
|
|
5310
5245
|
sKAdNetworkConversionValueSchema: SKAdNetworkConversionValueSchemaResource;
|
|
5311
5246
|
}
|