devtools-protocol 0.0.1580600 → 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",
@@ -15654,8 +15648,8 @@
15654
15648
  "MethodDisallowedByPreflightResponse",
15655
15649
  "HeaderDisallowedByPreflightResponse",
15656
15650
  "RedirectContainsCredentials",
15657
- "InsecurePrivateNetwork",
15658
- "InvalidPrivateNetworkAccess",
15651
+ "InsecureLocalNetwork",
15652
+ "InvalidLocalNetworkAccess",
15659
15653
  "NoCorsRedirectModeNotFollow",
15660
15654
  "LocalNetworkAccessPermissionDenied"
15661
15655
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1580600",
3
+ "version": "0.0.1583009",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -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
@@ -339,10 +339,10 @@ domain Network
339
339
  HeaderDisallowedByPreflightResponse
340
340
  RedirectContainsCredentials
341
341
  # Request was a private network request initiated by a non-secure context.
342
- InsecurePrivateNetwork
342
+ InsecureLocalNetwork
343
343
  # Request carried a target IP address space property that did not match
344
344
  # the target resource's address space.
345
- InvalidPrivateNetworkAccess
345
+ InvalidLocalNetworkAccess
346
346
  NoCorsRedirectModeNotFollow
347
347
  # Request was a local network request and is denied by user permission.
348
348
  # https://wicg.github.io/local-network-access/
@@ -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' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ClientMetadataInvalidContentType' | 'IdpNotPotentiallyTrustworthy' | 'DisabledInSettings' | 'DisabledInFlags' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'ThirdPartyCookiesBlocked' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByActiveMode' | 'InvalidFieldsSpecified' | 'RelyingPartyOriginIsOpaque' | 'TypeNotMatching' | 'UiDismissedNoEmbargo' | 'CorsError' | 'SuppressedBySegmentationPlatform');
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;
@@ -12505,7 +12505,7 @@ export namespace Protocol {
12505
12505
  /**
12506
12506
  * The reason why request was blocked.
12507
12507
  */
12508
- export type CorsError = ('DisallowedByMode' | 'InvalidResponse' | 'WildcardOriginNotAllowed' | 'MissingAllowOriginHeader' | 'MultipleAllowOriginValues' | 'InvalidAllowOriginValue' | 'AllowOriginMismatch' | 'InvalidAllowCredentials' | 'CorsDisabledScheme' | 'PreflightInvalidStatus' | 'PreflightDisallowedRedirect' | 'PreflightWildcardOriginNotAllowed' | 'PreflightMissingAllowOriginHeader' | 'PreflightMultipleAllowOriginValues' | 'PreflightInvalidAllowOriginValue' | 'PreflightAllowOriginMismatch' | 'PreflightInvalidAllowCredentials' | 'PreflightMissingAllowExternal' | 'PreflightInvalidAllowExternal' | 'InvalidAllowMethodsPreflightResponse' | 'InvalidAllowHeadersPreflightResponse' | 'MethodDisallowedByPreflightResponse' | 'HeaderDisallowedByPreflightResponse' | 'RedirectContainsCredentials' | 'InsecurePrivateNetwork' | 'InvalidPrivateNetworkAccess' | 'NoCorsRedirectModeNotFollow' | 'LocalNetworkAccessPermissionDenied');
12508
+ export type CorsError = ('DisallowedByMode' | 'InvalidResponse' | 'WildcardOriginNotAllowed' | 'MissingAllowOriginHeader' | 'MultipleAllowOriginValues' | 'InvalidAllowOriginValue' | 'AllowOriginMismatch' | 'InvalidAllowCredentials' | 'CorsDisabledScheme' | 'PreflightInvalidStatus' | 'PreflightDisallowedRedirect' | 'PreflightWildcardOriginNotAllowed' | 'PreflightMissingAllowOriginHeader' | 'PreflightMultipleAllowOriginValues' | 'PreflightInvalidAllowOriginValue' | 'PreflightAllowOriginMismatch' | 'PreflightInvalidAllowCredentials' | 'PreflightMissingAllowExternal' | 'PreflightInvalidAllowExternal' | 'InvalidAllowMethodsPreflightResponse' | 'InvalidAllowHeadersPreflightResponse' | 'MethodDisallowedByPreflightResponse' | 'HeaderDisallowedByPreflightResponse' | 'RedirectContainsCredentials' | 'InsecureLocalNetwork' | 'InvalidLocalNetworkAccess' | 'NoCorsRedirectModeNotFollow' | 'LocalNetworkAccessPermissionDenied');
12509
12509
 
12510
12510
  export interface CorsErrorStatus {
12511
12511
  corsError: CorsError;