@maxim_mazurok/gapi.client.analyticsdata-v1beta 0.0.20220822 → 0.0.20220831
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 +8 -2
- package/package.json +1 -1
- package/tests.ts +1 -1
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://analyticsdata.googleapis.com/$discovery/rest?version=v1beta
|
|
13
|
-
// Revision:
|
|
13
|
+
// Revision: 20220831
|
|
14
14
|
|
|
15
15
|
/// <reference types="gapi.client" />
|
|
16
16
|
|
|
@@ -425,9 +425,15 @@ declare namespace gapi.client {
|
|
|
425
425
|
tokensPerDay?: QuotaStatus;
|
|
426
426
|
/**
|
|
427
427
|
* Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and
|
|
428
|
-
* that number is deducted from
|
|
428
|
+
* that number is deducted from all of the hourly, daily, and per project hourly quotas.
|
|
429
429
|
*/
|
|
430
430
|
tokensPerHour?: QuotaStatus;
|
|
431
|
+
/**
|
|
432
|
+
* Analytics Properties can use up to 25% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 1,250 tokens per project per hour, and
|
|
433
|
+
* Analytics 360 Properties can use 12,500 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,
|
|
434
|
+
* and per project hourly quotas.
|
|
435
|
+
*/
|
|
436
|
+
tokensPerProjectPerHour?: QuotaStatus;
|
|
431
437
|
}
|
|
432
438
|
interface QuotaStatus {
|
|
433
439
|
/** Quota consumed by this request. */
|
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: 20220831
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|