devtools-protocol 0.0.1306150 → 0.0.1308459
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.
@@ -15350,7 +15350,7 @@
|
|
15350
15350
|
"FailedPrecondition",
|
15351
15351
|
"ResourceExhausted",
|
15352
15352
|
"AlreadyExists",
|
15353
|
-
"
|
15353
|
+
"ResourceLimited",
|
15354
15354
|
"Unauthorized",
|
15355
15355
|
"BadResponse",
|
15356
15356
|
"InternalError",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -12308,7 +12308,7 @@ export namespace Protocol {
|
|
12308
12308
|
FailedPrecondition = 'FailedPrecondition',
|
12309
12309
|
ResourceExhausted = 'ResourceExhausted',
|
12310
12310
|
AlreadyExists = 'AlreadyExists',
|
12311
|
-
|
12311
|
+
ResourceLimited = 'ResourceLimited',
|
12312
12312
|
Unauthorized = 'Unauthorized',
|
12313
12313
|
BadResponse = 'BadResponse',
|
12314
12314
|
InternalError = 'InternalError',
|
@@ -12329,7 +12329,7 @@ export namespace Protocol {
|
|
12329
12329
|
* of the operation already exists und thus, the operation was abort
|
12330
12330
|
* preemptively (e.g. a cache hit). (TrustTokenOperationDoneEventStatus enum)
|
12331
12331
|
*/
|
12332
|
-
status: ('Ok' | 'InvalidArgument' | 'MissingIssuerKeys' | 'FailedPrecondition' | 'ResourceExhausted' | 'AlreadyExists' | '
|
12332
|
+
status: ('Ok' | 'InvalidArgument' | 'MissingIssuerKeys' | 'FailedPrecondition' | 'ResourceExhausted' | 'AlreadyExists' | 'ResourceLimited' | 'Unauthorized' | 'BadResponse' | 'InternalError' | 'UnknownError' | 'FulfilledLocally');
|
12333
12333
|
type: TrustTokenOperationType;
|
12334
12334
|
requestId: RequestId;
|
12335
12335
|
/**
|