Skip to content

Commit cf27f6a

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent a7e7825 commit cf27f6a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ final class AttributionReportingIssueTypeEnum
1919
public const INVALID_ELIGIBLE_HEADER = 'InvalidEligibleHeader';
2020
public const TOO_MANY_CONCURRENT_REQUESTS = 'TooManyConcurrentRequests';
2121
public const SOURCE_AND_TRIGGER_HEADERS = 'SourceAndTriggerHeaders';
22+
public const SOURCE_IGNORED = 'SourceIgnored';
23+
public const TRIGGER_IGNORED = 'TriggerIgnored';
2224
}

protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,9 @@
14541454
"InvalidRegisterTriggerHeader",
14551455
"InvalidEligibleHeader",
14561456
"TooManyConcurrentRequests",
1457-
"SourceAndTriggerHeaders"
1457+
"SourceAndTriggerHeaders",
1458+
"SourceIgnored",
1459+
"TriggerIgnored"
14581460
]
14591461
},
14601462
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ceab9b81c864d09a6f030a39d2956633 protocol.json
1+
68d825d9d5147c31aff814ebf598da5a protocol.json

0 commit comments

Comments
 (0)