devtools-protocol 0.0.1113774 → 0.0.1114386

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.
@@ -1449,7 +1449,6 @@
1449
1449
  "type": "string",
1450
1450
  "enum": [
1451
1451
  "PermissionPolicyDisabled",
1452
- "PermissionPolicyNotDelegated",
1453
1452
  "UntrustworthyReportingOrigin",
1454
1453
  "InsecureContext",
1455
1454
  "InvalidHeader",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1113774",
3
+ "version": "0.0.1114386",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -702,7 +702,6 @@ experimental domain Audits
702
702
  type AttributionReportingIssueType extends string
703
703
  enum
704
704
  PermissionPolicyDisabled
705
- PermissionPolicyNotDelegated
706
705
  UntrustworthyReportingOrigin
707
706
  InsecureContext
708
707
  # TODO(apaseltiner): Rename this to InvalidRegisterSourceHeader
@@ -3409,7 +3409,7 @@ export namespace Protocol {
3409
3409
  clientSecurityState?: Network.ClientSecurityState;
3410
3410
  }
3411
3411
 
3412
- export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'PermissionPolicyNotDelegated' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'TooManyConcurrentRequests' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored');
3412
+ export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'TooManyConcurrentRequests' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored');
3413
3413
 
3414
3414
  /**
3415
3415
  * Details for issues around "Attribution Reporting API" usage.