devtools-protocol 0.0.1581282 → 0.0.1583009
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.
|
@@ -1914,10 +1914,6 @@
|
|
|
1914
1914
|
"ConfigNoResponse",
|
|
1915
1915
|
"ConfigInvalidResponse",
|
|
1916
1916
|
"ConfigInvalidContentType",
|
|
1917
|
-
"ClientMetadataHttpNotFound",
|
|
1918
|
-
"ClientMetadataNoResponse",
|
|
1919
|
-
"ClientMetadataInvalidResponse",
|
|
1920
|
-
"ClientMetadataInvalidContentType",
|
|
1921
1917
|
"IdpNotPotentiallyTrustworthy",
|
|
1922
1918
|
"DisabledInSettings",
|
|
1923
1919
|
"DisabledInFlags",
|
|
@@ -1939,11 +1935,9 @@
|
|
|
1939
1935
|
"Canceled",
|
|
1940
1936
|
"RpPageNotVisible",
|
|
1941
1937
|
"SilentMediationFailure",
|
|
1942
|
-
"ThirdPartyCookiesBlocked",
|
|
1943
1938
|
"NotSignedInWithIdp",
|
|
1944
1939
|
"MissingTransientUserActivation",
|
|
1945
1940
|
"ReplacedByActiveMode",
|
|
1946
|
-
"InvalidFieldsSpecified",
|
|
1947
1941
|
"RelyingPartyOriginIsOpaque",
|
|
1948
1942
|
"TypeNotMatching",
|
|
1949
1943
|
"UiDismissedNoEmbargo",
|
package/package.json
CHANGED
package/pdl/domains/Audits.pdl
CHANGED
|
@@ -500,10 +500,6 @@ experimental domain Audits
|
|
|
500
500
|
ConfigNoResponse
|
|
501
501
|
ConfigInvalidResponse
|
|
502
502
|
ConfigInvalidContentType
|
|
503
|
-
ClientMetadataHttpNotFound
|
|
504
|
-
ClientMetadataNoResponse
|
|
505
|
-
ClientMetadataInvalidResponse
|
|
506
|
-
ClientMetadataInvalidContentType
|
|
507
503
|
IdpNotPotentiallyTrustworthy
|
|
508
504
|
DisabledInSettings
|
|
509
505
|
DisabledInFlags
|
|
@@ -525,11 +521,9 @@ experimental domain Audits
|
|
|
525
521
|
Canceled
|
|
526
522
|
RpPageNotVisible
|
|
527
523
|
SilentMediationFailure
|
|
528
|
-
ThirdPartyCookiesBlocked
|
|
529
524
|
NotSignedInWithIdp
|
|
530
525
|
MissingTransientUserActivation
|
|
531
526
|
ReplacedByActiveMode
|
|
532
|
-
InvalidFieldsSpecified
|
|
533
527
|
RelyingPartyOriginIsOpaque
|
|
534
528
|
TypeNotMatching
|
|
535
529
|
UiDismissedNoEmbargo
|
package/types/protocol.d.ts
CHANGED
|
@@ -3771,7 +3771,7 @@ export namespace Protocol {
|
|
|
3771
3771
|
* third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
|
|
3772
3772
|
* all cases except for success.
|
|
3773
3773
|
*/
|
|
3774
|
-
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | '
|
|
3774
|
+
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | 'IdpNotPotentiallyTrustworthy' | 'DisabledInSettings' | 'DisabledInFlags' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByActiveMode' | 'RelyingPartyOriginIsOpaque' | 'TypeNotMatching' | 'UiDismissedNoEmbargo' | 'CorsError' | 'SuppressedBySegmentationPlatform');
|
|
3775
3775
|
|
|
3776
3776
|
export interface FederatedAuthUserInfoRequestIssueDetails {
|
|
3777
3777
|
federatedAuthUserInfoRequestIssueReason: FederatedAuthUserInfoRequestIssueReason;
|