devtools-protocol 0.0.1657692 → 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.
|
@@ -18151,7 +18151,10 @@
|
|
|
18151
18151
|
"InvalidFederatedSessionProviderFailedToRestoreKey",
|
|
18152
18152
|
"FailedToUnwrapKey",
|
|
18153
18153
|
"SessionDeletedDuringRefresh",
|
|
18154
|
-
"CrossOriginRegistrationSiteNotIncluded"
|
|
18154
|
+
"CrossOriginRegistrationSiteNotIncluded",
|
|
18155
|
+
"InvalidPreProvisionedKeyInitiatorMissing",
|
|
18156
|
+
"PreProvisionedKeyAccessNotGranted",
|
|
18157
|
+
"PreProvisionedKeyNotFound"
|
|
18155
18158
|
]
|
|
18156
18159
|
},
|
|
18157
18160
|
{
|
|
@@ -18225,7 +18228,6 @@
|
|
|
18225
18228
|
"InitializedService",
|
|
18226
18229
|
"Unreachable",
|
|
18227
18230
|
"ServerError",
|
|
18228
|
-
"RefreshQuotaExceeded",
|
|
18229
18231
|
"FatalError",
|
|
18230
18232
|
"SigningQuotaExceeded",
|
|
18231
18233
|
"RefreshedAsWaiter",
|
package/package.json
CHANGED
package/pdl/domains/Network.pdl
CHANGED
|
@@ -2223,6 +2223,9 @@ domain Network
|
|
|
2223
2223
|
FailedToUnwrapKey
|
|
2224
2224
|
SessionDeletedDuringRefresh
|
|
2225
2225
|
CrossOriginRegistrationSiteNotIncluded
|
|
2226
|
+
InvalidPreProvisionedKeyInitiatorMissing
|
|
2227
|
+
PreProvisionedKeyAccessNotGranted
|
|
2228
|
+
PreProvisionedKeyNotFound
|
|
2226
2229
|
# LINT.ThenChange(//content/browser/devtools/protocol/network_handler.cc:DeviceBoundSessionFetchResult)
|
|
2227
2230
|
|
|
2228
2231
|
# Details about a failed device bound session network request.
|
|
@@ -2260,7 +2263,6 @@ domain Network
|
|
|
2260
2263
|
InitializedService
|
|
2261
2264
|
Unreachable
|
|
2262
2265
|
ServerError
|
|
2263
|
-
RefreshQuotaExceeded
|
|
2264
2266
|
FatalError
|
|
2265
2267
|
SigningQuotaExceeded
|
|
2266
2268
|
RefreshedAsWaiter
|
package/types/protocol.d.ts
CHANGED
|
@@ -14177,7 +14177,7 @@ export namespace Protocol {
|
|
|
14177
14177
|
* A fetch result for a device bound session creation or refresh.
|
|
14178
14178
|
* @experimental
|
|
14179
14179
|
*/
|
|
14180
|
-
export type DeviceBoundSessionFetchResult = ('Success' | 'SigningKeyGenerationError' | 'AttestationKeyGenerationError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh' | 'CrossOriginRegistrationSiteNotIncluded');
|
|
14180
|
+
export type DeviceBoundSessionFetchResult = ('Success' | 'SigningKeyGenerationError' | 'AttestationKeyGenerationError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh' | 'CrossOriginRegistrationSiteNotIncluded' | 'InvalidPreProvisionedKeyInitiatorMissing' | 'PreProvisionedKeyAccessNotGranted' | 'PreProvisionedKeyNotFound');
|
|
14181
14181
|
|
|
14182
14182
|
/**
|
|
14183
14183
|
* Details about a failed device bound session network request.
|
|
@@ -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' | '
|
|
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
|
*/
|