devtools-protocol 0.0.1001033 → 0.0.1001754
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.
@@ -1440,11 +1440,8 @@
|
|
1440
1440
|
"type": "string",
|
1441
1441
|
"enum": [
|
1442
1442
|
"PermissionPolicyDisabled",
|
1443
|
-
"InvalidAttributionSourceEventId",
|
1444
1443
|
"AttributionSourceUntrustworthyOrigin",
|
1445
|
-
"AttributionUntrustworthyOrigin"
|
1446
|
-
"InvalidAttributionSourceExpiry",
|
1447
|
-
"InvalidAttributionSourcePriority"
|
1444
|
+
"AttributionUntrustworthyOrigin"
|
1448
1445
|
]
|
1449
1446
|
},
|
1450
1447
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -697,11 +697,8 @@ experimental domain Audits
|
|
697
697
|
type AttributionReportingIssueType extends string
|
698
698
|
enum
|
699
699
|
PermissionPolicyDisabled
|
700
|
-
InvalidAttributionSourceEventId
|
701
700
|
AttributionSourceUntrustworthyOrigin
|
702
701
|
AttributionUntrustworthyOrigin
|
703
|
-
InvalidAttributionSourceExpiry
|
704
|
-
InvalidAttributionSourcePriority
|
705
702
|
|
706
703
|
# Details for issues around "Attribution Reporting API" usage.
|
707
704
|
# Explainer: https://github.com/WICG/conversion-measurement-api
|
package/types/protocol.d.ts
CHANGED
@@ -3330,7 +3330,7 @@ export namespace Protocol {
|
|
3330
3330
|
clientSecurityState?: Network.ClientSecurityState;
|
3331
3331
|
}
|
3332
3332
|
|
3333
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | '
|
3333
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'AttributionSourceUntrustworthyOrigin' | 'AttributionUntrustworthyOrigin');
|
3334
3334
|
|
3335
3335
|
/**
|
3336
3336
|
* Details for issues around "Attribution Reporting API" usage.
|