devtools-protocol 0.0.1658499 → 0.0.1660672

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.
@@ -18228,7 +18228,6 @@
18228
18228
  "InitializedService",
18229
18229
  "Unreachable",
18230
18230
  "ServerError",
18231
- "RefreshQuotaExceeded",
18232
18231
  "FatalError",
18233
18232
  "SigningQuotaExceeded",
18234
18233
  "RefreshedAsWaiter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1658499",
3
+ "version": "0.0.1660672",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2263,7 +2263,6 @@ domain Network
2263
2263
  InitializedService
2264
2264
  Unreachable
2265
2265
  ServerError
2266
- RefreshQuotaExceeded
2267
2266
  FatalError
2268
2267
  SigningQuotaExceeded
2269
2268
  RefreshedAsWaiter
@@ -14230,7 +14230,6 @@ export namespace Protocol {
14230
14230
  InitializedService = 'InitializedService',
14231
14231
  Unreachable = 'Unreachable',
14232
14232
  ServerError = 'ServerError',
14233
- RefreshQuotaExceeded = 'RefreshQuotaExceeded',
14234
14233
  FatalError = 'FatalError',
14235
14234
  SigningQuotaExceeded = 'SigningQuotaExceeded',
14236
14235
  RefreshedAsWaiter = 'RefreshedAsWaiter',
@@ -14245,7 +14244,7 @@ export namespace Protocol {
14245
14244
  /**
14246
14245
  * The result of a refresh.
14247
14246
  */
14248
- refreshResult: ('Refreshed' | 'InitializedService' | 'Unreachable' | 'ServerError' | 'RefreshQuotaExceeded' | 'FatalError' | 'SigningQuotaExceeded' | 'RefreshedAsWaiter' | 'TransientSigningError');
14247
+ refreshResult: ('Refreshed' | 'InitializedService' | 'Unreachable' | 'ServerError' | 'FatalError' | 'SigningQuotaExceeded' | 'RefreshedAsWaiter' | 'TransientSigningError');
14249
14248
  /**
14250
14249
  * If there was a fetch attempt, the result of that.
14251
14250
  */