Skip to content

Commit

Permalink
ClientVersion: 68, AppVersion: 1.34.1, Build: 111300
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazyriqx committed Dec 23, 2024
1 parent cfe8434 commit fce984b
Show file tree
Hide file tree
Showing 152 changed files with 4,994 additions and 7,776 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4467,6 +4467,7 @@
| overall_status | [UserVerificationAnalysis.Status](#ei-UserVerificationAnalysis-Status) | optional | |
| start_time | [double](#double) | optional | |
| completion_time | [double](#double) | optional | |
| verification_count | [int32](#int32) | optional | |
| num_prestiges | [double](#double) | optional | |
| soul_eggs | [double](#double) | optional | |
| eggs_of_prophecy | [uint32](#uint32) | optional | |
Expand Down
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14206,6 +14206,13 @@ <h3 id="ei.UserVerificationAnalysis">UserVerificationAnalysis</h3>
<td><p> </p></td>
</tr>

<tr>
<td>verification_count</td>
<td><a href="#int32">int32</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>num_prestiges</td>
<td><a href="#double">double</a></td>
Expand Down
1 change: 1 addition & 0 deletions ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,7 @@ message UserVerificationAnalysis {

optional double start_time = 2;
optional double completion_time = 3;
optional int32 verification_count = 37;
optional double num_prestiges = 14;
optional double soul_eggs = 15;
optional uint32 eggs_of_prophecy = 27;
Expand Down
254 changes: 138 additions & 116 deletions ei/cpp/ei.pb.cc

Large diffs are not rendered by default.

43 changes: 42 additions & 1 deletion ei/cpp/ei.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

223 changes: 138 additions & 85 deletions ei/csharp/Ei.cs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ei/ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,7 @@ message UserVerificationAnalysis {

optional double start_time = 2;
optional double completion_time = 3;
optional int32 verification_count = 37;
optional double num_prestiges = 14;
optional double soul_eggs = 15;
optional uint32 eggs_of_prophecy = 27;
Expand Down
Loading

0 comments on commit fce984b

Please sign in to comment.