@google-analytics/data 2.6.0 → 3.0.0

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2021 Google LLC
2
+ // Copyright 2022 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ class BetaAnalyticsDataClient {
39
39
  *
40
40
  * @param {object} [options] - The configuration object.
41
41
  * The options accepted by the constructor are described in detail
42
- * in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
42
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
43
43
  * The common options are:
44
44
  * @param {object} [options.credentials] - Credentials object.
45
45
  * @param {string} [options.credentials.client_email]
@@ -62,11 +62,10 @@ class BetaAnalyticsDataClient {
62
62
  * API remote host.
63
63
  * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
64
64
  * Follows the structure of {@link gapicConfig}.
65
- * @param {boolean} [options.fallback] - Use HTTP fallback mode.
66
- * In fallback mode, a special browser-compatible transport implementation is used
67
- * instead of gRPC transport. In browser context (if the `window` object is defined)
68
- * the fallback mode is enabled automatically; set `options.fallback` to `false`
69
- * if you need to override this behavior.
65
+ * @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
66
+ * Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
67
+ * For more information, please check the
68
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
70
69
  */
71
70
  constructor(opts) {
72
71
  var _a, _b;
@@ -170,6 +169,7 @@ class BetaAnalyticsDataClient {
170
169
  'batchRunPivotReports',
171
170
  'getMetadata',
172
171
  'runRealtimeReport',
172
+ 'checkCompatibility',
173
173
  ];
174
174
  for (const methodName of betaAnalyticsDataStubMethods) {
175
175
  const callPromise = this.betaAnalyticsDataStub.then(stub => (...args) => {
@@ -231,94 +231,6 @@ class BetaAnalyticsDataClient {
231
231
  }
232
232
  return this.auth.getProjectId();
233
233
  }
234
- /**
235
- * Returns a customized report of your Google Analytics event data. Reports
236
- * contain statistics derived from data collected by the Google Analytics
237
- * tracking code. The data returned from the API is as a table with columns
238
- * for the requested dimensions and metrics. Metrics are individual
239
- * measurements of user activity on your property, such as active users or
240
- * event count. Dimensions break down metrics across some common criteria,
241
- * such as country or event name.
242
- *
243
- * @param {Object} request
244
- * The request object that will be sent.
245
- * @param {string} request.property
246
- * A Google Analytics GA4 property identifier whose events are tracked.
247
- * Specified in the URL path and not the body. To learn more, see [where to
248
- * find your Property
249
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
250
- * Within a batch request, this property should either be unspecified or
251
- * consistent with the batch-level property.
252
- *
253
- * Example: properties/1234
254
- * @param {number[]} request.dimensions
255
- * The dimensions requested and displayed.
256
- * @param {number[]} request.metrics
257
- * The metrics requested and displayed.
258
- * @param {number[]} request.dateRanges
259
- * Date ranges of data to read. If multiple date ranges are requested, each
260
- * response row will contain a zero based date range index. If two date
261
- * ranges overlap, the event data for the overlapping days is included in the
262
- * response rows for both date ranges. In a cohort request, this `dateRanges`
263
- * must be unspecified.
264
- * @param {google.analytics.data.v1beta.FilterExpression} request.dimensionFilter
265
- * The filter clause of dimensions. Dimensions must be requested to be used in
266
- * this filter. Metrics cannot be used in this filter.
267
- * @param {google.analytics.data.v1beta.FilterExpression} request.metricFilter
268
- * The filter clause of metrics. Applied at post aggregation phase, similar to
269
- * SQL having-clause. Metrics must be requested to be used in this filter.
270
- * Dimensions cannot be used in this filter.
271
- * @param {number} request.offset
272
- * The row count of the start row. The first row is counted as row 0.
273
- *
274
- * When paging, the first request does not specify offset; or equivalently,
275
- * sets offset to 0; the first request returns the first `limit` of rows. The
276
- * second request sets offset to the `limit` of the first request; the second
277
- * request returns the second `limit` of rows.
278
- *
279
- * To learn more about this pagination parameter, see
280
- * [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
281
- * @param {number} request.limit
282
- * The number of rows to return. If unspecified, 10,000 rows are returned. The
283
- * API returns a maximum of 100,000 rows per request, no matter how many you
284
- * ask for. `limit` must be positive.
285
- *
286
- * The API can also return fewer rows than the requested `limit`, if there
287
- * aren't as many dimension values as the `limit`. For instance, there are
288
- * fewer than 300 possible values for the dimension `country`, so when
289
- * reporting on only `country`, you can't get more than 300 rows, even if you
290
- * set `limit` to a higher value.
291
- *
292
- * To learn more about this pagination parameter, see
293
- * [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
294
- * @param {number[]} request.metricAggregations
295
- * Aggregation of metrics. Aggregated metric values will be shown in rows
296
- * where the dimension_values are set to "RESERVED_(MetricAggregation)".
297
- * @param {number[]} request.orderBys
298
- * Specifies how rows are ordered in the response.
299
- * @param {string} request.currencyCode
300
- * A currency code in ISO4217 format, such as "AED", "USD", "JPY".
301
- * If the field is empty, the report uses the property's default currency.
302
- * @param {google.analytics.data.v1beta.CohortSpec} request.cohortSpec
303
- * Cohort group associated with this request. If there is a cohort group
304
- * in the request the 'cohort' dimension must be present.
305
- * @param {boolean} request.keepEmptyRows
306
- * If false or unspecified, each row with all metrics equal to 0 will not be
307
- * returned. If true, these rows will be returned if they are not separately
308
- * removed by a filter.
309
- * @param {boolean} request.returnPropertyQuota
310
- * Toggles whether to return the current state of this Analytics Property's
311
- * quota. Quota is returned in [PropertyQuota](#PropertyQuota).
312
- * @param {object} [options]
313
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
314
- * @returns {Promise} - The promise which resolves to an array.
315
- * The first element of the array is an object representing [RunReportResponse]{@link google.analytics.data.v1beta.RunReportResponse}.
316
- * Please see the
317
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
318
- * for more details and examples.
319
- * @example
320
- * const [response] = await client.runReport(request);
321
- */
322
234
  runReport(request, optionsOrCallback, callback) {
323
235
  request = request || {};
324
236
  let options;
@@ -339,72 +251,6 @@ class BetaAnalyticsDataClient {
339
251
  this.initialize();
340
252
  return this.innerApiCalls.runReport(request, options, callback);
341
253
  }
342
- /**
343
- * Returns a customized pivot report of your Google Analytics event data.
344
- * Pivot reports are more advanced and expressive formats than regular
345
- * reports. In a pivot report, dimensions are only visible if they are
346
- * included in a pivot. Multiple pivots can be specified to further dissect
347
- * your data.
348
- *
349
- * @param {Object} request
350
- * The request object that will be sent.
351
- * @param {string} request.property
352
- * A Google Analytics GA4 property identifier whose events are tracked.
353
- * Specified in the URL path and not the body. To learn more, see [where to
354
- * find your Property
355
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
356
- * Within a batch request, this property should either be unspecified or
357
- * consistent with the batch-level property.
358
- *
359
- * Example: properties/1234
360
- * @param {number[]} request.dimensions
361
- * The dimensions requested. All defined dimensions must be used by one of the
362
- * following: dimension_expression, dimension_filter, pivots, order_bys.
363
- * @param {number[]} request.metrics
364
- * The metrics requested, at least one metric needs to be specified. All
365
- * defined metrics must be used by one of the following: metric_expression,
366
- * metric_filter, order_bys.
367
- * @param {number[]} request.dateRanges
368
- * The date range to retrieve event data for the report. If multiple date
369
- * ranges are specified, event data from each date range is used in the
370
- * report. A special dimension with field name "dateRange" can be included in
371
- * a Pivot's field names; if included, the report compares between date
372
- * ranges. In a cohort request, this `dateRanges` must be unspecified.
373
- * @param {number[]} request.pivots
374
- * Describes the visual format of the report's dimensions in columns or rows.
375
- * The union of the fieldNames (dimension names) in all pivots must be a
376
- * subset of dimension names defined in Dimensions. No two pivots can share a
377
- * dimension. A dimension is only visible if it appears in a pivot.
378
- * @param {google.analytics.data.v1beta.FilterExpression} request.dimensionFilter
379
- * The filter clause of dimensions. Dimensions must be requested to be used in
380
- * this filter. Metrics cannot be used in this filter.
381
- * @param {google.analytics.data.v1beta.FilterExpression} request.metricFilter
382
- * The filter clause of metrics. Applied at post aggregation phase, similar to
383
- * SQL having-clause. Metrics must be requested to be used in this filter.
384
- * Dimensions cannot be used in this filter.
385
- * @param {string} request.currencyCode
386
- * A currency code in ISO4217 format, such as "AED", "USD", "JPY".
387
- * If the field is empty, the report uses the property's default currency.
388
- * @param {google.analytics.data.v1beta.CohortSpec} request.cohortSpec
389
- * Cohort group associated with this request. If there is a cohort group
390
- * in the request the 'cohort' dimension must be present.
391
- * @param {boolean} request.keepEmptyRows
392
- * If false or unspecified, each row with all metrics equal to 0 will not be
393
- * returned. If true, these rows will be returned if they are not separately
394
- * removed by a filter.
395
- * @param {boolean} request.returnPropertyQuota
396
- * Toggles whether to return the current state of this Analytics Property's
397
- * quota. Quota is returned in [PropertyQuota](#PropertyQuota).
398
- * @param {object} [options]
399
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
400
- * @returns {Promise} - The promise which resolves to an array.
401
- * The first element of the array is an object representing [RunPivotReportResponse]{@link google.analytics.data.v1beta.RunPivotReportResponse}.
402
- * Please see the
403
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
404
- * for more details and examples.
405
- * @example
406
- * const [response] = await client.runPivotReport(request);
407
- */
408
254
  runPivotReport(request, optionsOrCallback, callback) {
409
255
  request = request || {};
410
256
  let options;
@@ -425,35 +271,6 @@ class BetaAnalyticsDataClient {
425
271
  this.initialize();
426
272
  return this.innerApiCalls.runPivotReport(request, options, callback);
427
273
  }
428
- /**
429
- * Returns multiple reports in a batch. All reports must be for the same
430
- * GA4 Property.
431
- *
432
- * @param {Object} request
433
- * The request object that will be sent.
434
- * @param {string} request.property
435
- * A Google Analytics GA4 property identifier whose events are tracked.
436
- * Specified in the URL path and not the body. To learn more, see [where to
437
- * find your Property
438
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
439
- * This property must be specified for the batch. The property within
440
- * RunReportRequest may either be unspecified or consistent with this
441
- * property.
442
- *
443
- * Example: properties/1234
444
- * @param {number[]} request.requests
445
- * Individual requests. Each request has a separate report response. Each
446
- * batch request is allowed up to 5 requests.
447
- * @param {object} [options]
448
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
449
- * @returns {Promise} - The promise which resolves to an array.
450
- * The first element of the array is an object representing [BatchRunReportsResponse]{@link google.analytics.data.v1beta.BatchRunReportsResponse}.
451
- * Please see the
452
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
453
- * for more details and examples.
454
- * @example
455
- * const [response] = await client.batchRunReports(request);
456
- */
457
274
  batchRunReports(request, optionsOrCallback, callback) {
458
275
  request = request || {};
459
276
  let options;
@@ -474,35 +291,6 @@ class BetaAnalyticsDataClient {
474
291
  this.initialize();
475
292
  return this.innerApiCalls.batchRunReports(request, options, callback);
476
293
  }
477
- /**
478
- * Returns multiple pivot reports in a batch. All reports must be for the same
479
- * GA4 Property.
480
- *
481
- * @param {Object} request
482
- * The request object that will be sent.
483
- * @param {string} request.property
484
- * A Google Analytics GA4 property identifier whose events are tracked.
485
- * Specified in the URL path and not the body. To learn more, see [where to
486
- * find your Property
487
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
488
- * This property must be specified for the batch. The property within
489
- * RunPivotReportRequest may either be unspecified or consistent with this
490
- * property.
491
- *
492
- * Example: properties/1234
493
- * @param {number[]} request.requests
494
- * Individual requests. Each request has a separate pivot report response.
495
- * Each batch request is allowed up to 5 requests.
496
- * @param {object} [options]
497
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
498
- * @returns {Promise} - The promise which resolves to an array.
499
- * The first element of the array is an object representing [BatchRunPivotReportsResponse]{@link google.analytics.data.v1beta.BatchRunPivotReportsResponse}.
500
- * Please see the
501
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
502
- * for more details and examples.
503
- * @example
504
- * const [response] = await client.batchRunPivotReports(request);
505
- */
506
294
  batchRunPivotReports(request, optionsOrCallback, callback) {
507
295
  request = request || {};
508
296
  let options;
@@ -523,42 +311,6 @@ class BetaAnalyticsDataClient {
523
311
  this.initialize();
524
312
  return this.innerApiCalls.batchRunPivotReports(request, options, callback);
525
313
  }
526
- /**
527
- * Returns metadata for dimensions and metrics available in reporting methods.
528
- * Used to explore the dimensions and metrics. In this method, a Google
529
- * Analytics GA4 Property Identifier is specified in the request, and
530
- * the metadata response includes Custom dimensions and metrics as well as
531
- * Universal metadata.
532
- *
533
- * For example if a custom metric with parameter name `levels_unlocked` is
534
- * registered to a property, the Metadata response will contain
535
- * `customEvent:levels_unlocked`. Universal metadata are dimensions and
536
- * metrics applicable to any property such as `country` and `totalUsers`.
537
- *
538
- * @param {Object} request
539
- * The request object that will be sent.
540
- * @param {string} request.name
541
- * Required. The resource name of the metadata to retrieve. This name field is
542
- * specified in the URL path and not URL parameters. Property is a numeric
543
- * Google Analytics GA4 Property identifier. To learn more, see [where to find
544
- * your Property
545
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
546
- *
547
- * Example: properties/1234/metadata
548
- *
549
- * Set the Property ID to 0 for dimensions and metrics common to all
550
- * properties. In this special mode, this method will not return custom
551
- * dimensions and metrics.
552
- * @param {object} [options]
553
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
554
- * @returns {Promise} - The promise which resolves to an array.
555
- * The first element of the array is an object representing [Metadata]{@link google.analytics.data.v1beta.Metadata}.
556
- * Please see the
557
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
558
- * for more details and examples.
559
- * @example
560
- * const [response] = await client.getMetadata(request);
561
- */
562
314
  getMetadata(request, optionsOrCallback, callback) {
563
315
  request = request || {};
564
316
  let options;
@@ -579,65 +331,6 @@ class BetaAnalyticsDataClient {
579
331
  this.initialize();
580
332
  return this.innerApiCalls.getMetadata(request, options, callback);
581
333
  }
582
- /**
583
- * The Google Analytics Realtime API returns a customized report of realtime
584
- * event data for your property. These reports show events and usage from the
585
- * last 30 minutes.
586
- *
587
- * @param {Object} request
588
- * The request object that will be sent.
589
- * @param {string} request.property
590
- * A Google Analytics GA4 property identifier whose events are tracked.
591
- * Specified in the URL path and not the body. To learn more, see [where to
592
- * find your Property
593
- * ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
594
- *
595
- * Example: properties/1234
596
- * @param {number[]} request.dimensions
597
- * The dimensions requested and displayed.
598
- * @param {number[]} request.metrics
599
- * The metrics requested and displayed.
600
- * @param {google.analytics.data.v1beta.FilterExpression} request.dimensionFilter
601
- * The filter clause of dimensions. Dimensions must be requested to be used in
602
- * this filter. Metrics cannot be used in this filter.
603
- * @param {google.analytics.data.v1beta.FilterExpression} request.metricFilter
604
- * The filter clause of metrics. Applied at post aggregation phase, similar to
605
- * SQL having-clause. Metrics must be requested to be used in this filter.
606
- * Dimensions cannot be used in this filter.
607
- * @param {number} request.limit
608
- * The number of rows to return. If unspecified, 10,000 rows are returned. The
609
- * API returns a maximum of 100,000 rows per request, no matter how many you
610
- * ask for. `limit` must be positive.
611
- *
612
- * The API can also return fewer rows than the requested `limit`, if there
613
- * aren't as many dimension values as the `limit`. For instance, there are
614
- * fewer than 300 possible values for the dimension `country`, so when
615
- * reporting on only `country`, you can't get more than 300 rows, even if you
616
- * set `limit` to a higher value.
617
- * @param {number[]} request.metricAggregations
618
- * Aggregation of metrics. Aggregated metric values will be shown in rows
619
- * where the dimension_values are set to "RESERVED_(MetricAggregation)".
620
- * @param {number[]} request.orderBys
621
- * Specifies how rows are ordered in the response.
622
- * @param {boolean} request.returnPropertyQuota
623
- * Toggles whether to return the current state of this Analytics Property's
624
- * Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
625
- * @param {number[]} request.minuteRanges
626
- * The minute ranges of event data to read. If unspecified, one minute range
627
- * for the last 30 minutes will be used. If multiple minute ranges are
628
- * requested, each response row will contain a zero based minute range index.
629
- * If two minute ranges overlap, the event data for the overlapping minutes is
630
- * included in the response rows for both minute ranges.
631
- * @param {object} [options]
632
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
633
- * @returns {Promise} - The promise which resolves to an array.
634
- * The first element of the array is an object representing [RunRealtimeReportResponse]{@link google.analytics.data.v1beta.RunRealtimeReportResponse}.
635
- * Please see the
636
- * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
637
- * for more details and examples.
638
- * @example
639
- * const [response] = await client.runRealtimeReport(request);
640
- */
641
334
  runRealtimeReport(request, optionsOrCallback, callback) {
642
335
  request = request || {};
643
336
  let options;
@@ -658,6 +351,26 @@ class BetaAnalyticsDataClient {
658
351
  this.initialize();
659
352
  return this.innerApiCalls.runRealtimeReport(request, options, callback);
660
353
  }
354
+ checkCompatibility(request, optionsOrCallback, callback) {
355
+ request = request || {};
356
+ let options;
357
+ if (typeof optionsOrCallback === 'function' && callback === undefined) {
358
+ callback = optionsOrCallback;
359
+ options = {};
360
+ }
361
+ else {
362
+ options = optionsOrCallback;
363
+ }
364
+ options = options || {};
365
+ options.otherArgs = options.otherArgs || {};
366
+ options.otherArgs.headers = options.otherArgs.headers || {};
367
+ options.otherArgs.headers['x-goog-request-params'] =
368
+ gax.routingHeader.fromParams({
369
+ property: request.property || '',
370
+ });
371
+ this.initialize();
372
+ return this.innerApiCalls.checkCompatibility(request, options, callback);
373
+ }
661
374
  // --------------------
662
375
  // -- Path templates --
663
376
  // --------------------
@@ -689,8 +402,7 @@ class BetaAnalyticsDataClient {
689
402
  * @returns {Promise} A promise that resolves when the client is closed.
690
403
  */
691
404
  close() {
692
- this.initialize();
693
- if (!this._terminated) {
405
+ if (this.betaAnalyticsDataStub && !this._terminated) {
694
406
  return this.betaAnalyticsDataStub.then(stub => {
695
407
  this._terminated = true;
696
408
  stub.close();
@@ -1 +1 @@
1
- {"version":3,"file":"beta_analytics_data_client.js","sourceRoot":"","sources":["../../../src/v1beta/beta_analytics_data_client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"beta_analytics_data_client.js","sourceRoot":"","sources":["../../../src/v1beta/beta_analytics_data_client.ts"],"names":[],"mappings":"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"}
@@ -61,6 +61,11 @@
61
61
  "timeout_millis": 60000,
62
62
  "retry_codes_name": "non_idempotent",
63
63
  "retry_params_name": "default"
64
+ },
65
+ "CheckCompatibility": {
66
+ "timeout_millis": 60000,
67
+ "retry_codes_name": "unknown",
68
+ "retry_params_name": "01d6d956b4dadd7e38ee9dec12ed8720e6e6f90c"
64
69
  }
65
70
  }
66
71
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2021 Google LLC
2
+ // Copyright 2022 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
17
17
  // ** https://github.com/googleapis/gapic-generator-typescript **
18
18
  // ** All changes to this file may be overwritten. **
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
+ exports.BetaAnalyticsDataClient = void 0;
20
21
  var beta_analytics_data_client_1 = require("./beta_analytics_data_client");
21
22
  Object.defineProperty(exports, "BetaAnalyticsDataClient", { enumerable: true, get: function () { return beta_analytics_data_client_1.BetaAnalyticsDataClient; } });
22
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1beta/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,4EAA4E;AAC5E,iEAAiE;AACjE,qDAAqD;;AAErD,2EAAqE;AAA7D,qIAAA,uBAAuB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1beta/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,4EAA4E;AAC5E,iEAAiE;AACjE,qDAAqD;;;AAErD,2EAAqE;AAA7D,qIAAA,uBAAuB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-analytics/data",
3
- "version": "2.6.0",
3
+ "version": "3.0.0",
4
4
  "description": "Data client for Node.js",
5
5
  "repository": "googleapis/nodejs-analytics-data",
6
6
  "license": "Apache-2.0",
@@ -39,28 +39,28 @@
39
39
  "test": "c8 mocha build/test"
40
40
  },
41
41
  "dependencies": {
42
- "google-gax": "^2.24.1"
42
+ "google-gax": "^3.0.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/mocha": "^8.0.0",
46
- "@types/node": "^14.0.22",
45
+ "@types/mocha": "^9.0.0",
46
+ "@types/node": "^16.0.0",
47
47
  "@types/sinon": "^10.0.0",
48
48
  "c8": "^7.2.0",
49
- "gts": "^2.0.2",
49
+ "gts": "^3.1.0",
50
50
  "jsdoc": "^3.6.4",
51
- "jsdoc-fresh": "^1.0.2",
52
- "jsdoc-region-tag": "^1.0.4",
51
+ "jsdoc-fresh": "^2.0.0",
52
+ "jsdoc-region-tag": "^2.0.0",
53
53
  "linkinator": "^2.1.1",
54
- "mocha": "^8.0.1",
54
+ "mocha": "^9.2.2",
55
55
  "null-loader": "^4.0.0",
56
56
  "pack-n-play": "^1.0.0-2",
57
- "sinon": "^11.0.0",
57
+ "sinon": "^14.0.0",
58
58
  "ts-loader": "^9.0.0",
59
- "typescript": "^3.9.6",
59
+ "typescript": "^4.6.4",
60
60
  "webpack": "^5.0.0",
61
61
  "webpack-cli": "^4.0.0"
62
62
  },
63
63
  "engines": {
64
- "node": ">=10.0.0"
64
+ "node": ">=12.0.0"
65
65
  }
66
66
  }