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.
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -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
|
package/types/protocol.d.ts
CHANGED
@@ -3409,7 +3409,7 @@ export namespace Protocol {
|
|
3409
3409
|
clientSecurityState?: Network.ClientSecurityState;
|
3410
3410
|
}
|
3411
3411
|
|
3412
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | '
|
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.
|