Skip to content

Commit 26412bb

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 0842d0c commit 26412bb

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ final class FederatedAuthRequestIssueReasonEnum
1616
public const WELL_KNOWN_HTTP_NOT_FOUND = 'WellKnownHttpNotFound';
1717
public const WELL_KNOWN_NO_RESPONSE = 'WellKnownNoResponse';
1818
public const WELL_KNOWN_INVALID_RESPONSE = 'WellKnownInvalidResponse';
19+
public const WELL_KNOWN_LIST_EMPTY = 'WellKnownListEmpty';
1920
public const CONFIG_NOT_IN_WELL_KNOWN = 'ConfigNotInWellKnown';
2021
public const WELL_KNOWN_TOO_BIG = 'WellKnownTooBig';
2122
public const CONFIG_HTTP_NOT_FOUND = 'ConfigHttpNotFound';
@@ -30,6 +31,7 @@ final class FederatedAuthRequestIssueReasonEnum
3031
public const ACCOUNTS_HTTP_NOT_FOUND = 'AccountsHttpNotFound';
3132
public const ACCOUNTS_NO_RESPONSE = 'AccountsNoResponse';
3233
public const ACCOUNTS_INVALID_RESPONSE = 'AccountsInvalidResponse';
34+
public const ACCOUNTS_LIST_EMPTY = 'AccountsListEmpty';
3335
public const ID_TOKEN_HTTP_NOT_FOUND = 'IdTokenHttpNotFound';
3436
public const ID_TOKEN_NO_RESPONSE = 'IdTokenNoResponse';
3537
public const ID_TOKEN_INVALID_RESPONSE = 'IdTokenInvalidResponse';

protocol.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,6 +1669,7 @@
16691669
"WellKnownHttpNotFound",
16701670
"WellKnownNoResponse",
16711671
"WellKnownInvalidResponse",
1672+
"WellKnownListEmpty",
16721673
"ConfigNotInWellKnown",
16731674
"WellKnownTooBig",
16741675
"ConfigHttpNotFound",
@@ -1683,6 +1684,7 @@
16831684
"AccountsHttpNotFound",
16841685
"AccountsNoResponse",
16851686
"AccountsInvalidResponse",
1687+
"AccountsListEmpty",
16861688
"IdTokenHttpNotFound",
16871689
"IdTokenNoResponse",
16881690
"IdTokenInvalidResponse",

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ed1bf1fefaed4996f6907907387bee39 protocol.json
1+
3e68e16e0007b6f85b43ded895e3785a protocol.json

0 commit comments

Comments
 (0)