@maxim_mazurok/gapi.client.analyticsdata-v1beta 0.0.20230503 → 0.0.20230509
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 +5 -5
- 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://analyticsdata.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230509
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -529,18 +529,18 @@ declare namespace gapi.client {
|
|
|
529
529
|
*/
|
|
530
530
|
serverErrorsPerProjectPerHour?:
|
|
531
531
|
QuotaStatus;
|
|
532
|
-
/** Standard Analytics Properties can use up to
|
|
532
|
+
/** Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens. */
|
|
533
533
|
tokensPerDay?:
|
|
534
534
|
QuotaStatus;
|
|
535
535
|
/**
|
|
536
|
-
* Standard Analytics Properties can use up to
|
|
536
|
+
* Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,000 tokens per hour. An API request consumes a single number of tokens, and
|
|
537
537
|
* that number is deducted from all of the hourly, daily, and per project hourly quotas.
|
|
538
538
|
*/
|
|
539
539
|
tokensPerHour?:
|
|
540
540
|
QuotaStatus;
|
|
541
541
|
/**
|
|
542
|
-
* Analytics Properties can use up to
|
|
543
|
-
* Analytics 360 Properties can use
|
|
542
|
+
* Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and
|
|
543
|
+
* Analytics 360 Properties can use 140,000 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily,
|
|
544
544
|
* and per project hourly quotas.
|
|
545
545
|
*/
|
|
546
546
|
tokensPerProjectPerHour?:
|
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: 20230509
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|