Skip to content

Commit 36a3ed2

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent c95e446 commit 36a3ed2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/AttributionReportingIssueTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ final class AttributionReportingIssueTypeEnum
1717
const ATTRIBUTION_SOURCE_UNTRUSTWORTHY_ORIGIN = 'AttributionSourceUntrustworthyOrigin';
1818
const ATTRIBUTION_UNTRUSTWORTHY_ORIGIN = 'AttributionUntrustworthyOrigin';
1919
const ATTRIBUTION_TRIGGER_DATA_TOO_LARGE = 'AttributionTriggerDataTooLarge';
20+
const ATTRIBUTION_EVENT_SOURCE_TRIGGER_DATA_TOO_LARGE = 'AttributionEventSourceTriggerDataTooLarge';
2021
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,8 @@
15291529
"InvalidAttributionData",
15301530
"AttributionSourceUntrustworthyOrigin",
15311531
"AttributionUntrustworthyOrigin",
1532-
"AttributionTriggerDataTooLarge"
1532+
"AttributionTriggerDataTooLarge",
1533+
"AttributionEventSourceTriggerDataTooLarge"
15331534
]
15341535
},
15351536
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c4cd265315f09c4b9701671dbd5977cf protocol.json
1+
7bf8910dabf5201080addc4d070ab937 protocol.json

0 commit comments

Comments
 (0)