Skip to content

Commit ca75fef

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent f3e9bc4 commit ca75fef

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
public const INVALID_HEADER = 'InvalidHeader';
1818
public const INVALID_REGISTER_TRIGGER_HEADER = 'InvalidRegisterTriggerHeader';
1919
public const INVALID_ELIGIBLE_HEADER = 'InvalidEligibleHeader';
20+
public const TOO_MANY_CONCURRENT_REQUESTS = 'TooManyConcurrentRequests';
2021
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,8 @@
14501450
"InsecureContext",
14511451
"InvalidHeader",
14521452
"InvalidRegisterTriggerHeader",
1453-
"InvalidEligibleHeader"
1453+
"InvalidEligibleHeader",
1454+
"TooManyConcurrentRequests"
14541455
]
14551456
},
14561457
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ff909489b146383f9b9b4621e1cd3906 protocol.json
1+
cdedb1dfe6f3c4df0c3de63eb4a96665 protocol.json

0 commit comments

Comments
 (0)