devtools-protocol 0.0.975963 → 0.0.977469

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.
@@ -1609,6 +1609,7 @@
1609
1609
  "ClientMetadataHttpNotFound",
1610
1610
  "ClientMetadataNoResponse",
1611
1611
  "ClientMetadataInvalidResponse",
1612
+ "ClientMetadataMissingPrivacyPolicyUrl",
1612
1613
  "ErrorFetchingSignin",
1613
1614
  "InvalidSigninResponse",
1614
1615
  "AccountsHttpNotFound",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.975963",
3
+ "version": "0.0.977469",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -791,6 +791,7 @@ experimental domain Audits
791
791
  ClientMetadataHttpNotFound
792
792
  ClientMetadataNoResponse
793
793
  ClientMetadataInvalidResponse
794
+ ClientMetadataMissingPrivacyPolicyUrl
794
795
  ErrorFetchingSignin
795
796
  InvalidSigninResponse
796
797
  AccountsHttpNotFound
@@ -3338,7 +3338,7 @@ export namespace Protocol {
3338
3338
  * third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
3339
3339
  * all cases except for success.
3340
3340
  */
3341
- export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | 'ManifestHttpNotFound' | 'ManifestNoResponse' | 'ManifestInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled');
3341
+ export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | 'ManifestHttpNotFound' | 'ManifestNoResponse' | 'ManifestInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ClientMetadataMissingPrivacyPolicyUrl' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled');
3342
3342
 
3343
3343
  /**
3344
3344
  * This issue tracks client hints related issues. It's used to deprecate old