@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20220824 → 0.0.20220829

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.
Files changed (3) hide show
  1. package/index.d.ts +10 -2
  2. package/package.json +1 -1
  3. 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://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
13
- // Revision: 20220824
13
+ // Revision: 20220829
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -134,8 +134,16 @@ declare namespace gapi.client {
134
134
  serverErrorsPerProjectPerHour?: GoogleAnalyticsAdminV1alphaAccessQuotaStatus;
135
135
  /** Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens. */
136
136
  tokensPerDay?: GoogleAnalyticsAdminV1alphaAccessQuotaStatus;
137
- /** Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas. */
137
+ /**
138
+ * Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly
139
+ * quotas.
140
+ */
138
141
  tokensPerHour?: GoogleAnalyticsAdminV1alphaAccessQuotaStatus;
142
+ /**
143
+ * Properties can use up to 25% of their tokens per project per hour. This amounts to Analytics 360 Properties can use 12,500 tokens per project per hour. An API request consumes a
144
+ * single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas.
145
+ */
146
+ tokensPerProjectPerHour?: GoogleAnalyticsAdminV1alphaAccessQuotaStatus;
139
147
  }
140
148
  interface GoogleAnalyticsAdminV1alphaAccessQuotaStatus {
141
149
  /** Quota consumed by this request. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20220824",
3
+ "version": "0.0.20220829",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20220824
6
+ // Revision: 20220829
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */