Skip to content

Commit

Permalink
ClientVersion: 68, AppVersion: 1.34, Build: 111299
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazyriqx committed Dec 12, 2024
1 parent 7f2b01f commit cfe8434
Show file tree
Hide file tree
Showing 22 changed files with 11,398 additions and 7,757 deletions.
23 changes: 22 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- [CleanAccountRequest](#ei-CleanAccountRequest)
- [ClearAllUserDataRequest](#ei-ClearAllUserDataRequest)
- [CollectContractArtifactRewardsRequest](#ei-CollectContractArtifactRewardsRequest)
- [CollectSeasonArtifactRewardsRequest](#ei-CollectSeasonArtifactRewardsRequest)
- [CompleteArtifact](#ei-CompleteArtifact)
- [CompleteMissionResponse](#ei-CompleteMissionResponse)
- [CompleteMissionResponse.SecureArtifactSpec](#ei-CompleteMissionResponse-SecureArtifactSpec)
Expand Down Expand Up @@ -1273,6 +1274,24 @@



<a name="ei-CollectSeasonArtifactRewardsRequest"></a>

### CollectSeasonArtifactRewardsRequest



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| rinfo | [BasicRequestInfo](#ei-BasicRequestInfo) | optional | |
| season_identifier | [string](#string) | optional | |
| cxp | [double](#double) | optional | |
| best_ship | [MissionInfo.Spaceship](#ei-MissionInfo-Spaceship) | optional | |






<a name="ei-CompleteArtifact"></a>

### CompleteArtifact
Expand Down Expand Up @@ -1838,7 +1857,7 @@
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| season_id | [string](#string) | optional | |
| active | [bool](#bool) | optional | |
| active_DEP | [bool](#bool) | optional | |
| starting_grade | [Contract.PlayerGrade](#ei-Contract-PlayerGrade) | optional | |
| total_cxp | [double](#double) | optional | |
| cxp_last_reward_given | [double](#double) | optional | |
Expand Down Expand Up @@ -1876,6 +1895,7 @@
| ----- | ---- | ----- | ----------- |
| id | [string](#string) | optional | |
| name | [string](#string) | optional | |
| start_time | [double](#double) | optional | |
| grade_goals | [ContractSeasonInfo.GoalSet](#ei-ContractSeasonInfo-GoalSet) | repeated | |


Expand Down Expand Up @@ -3181,6 +3201,7 @@
| new_player_event_duration | [double](#double) | optional | |
| contracts_club_available | [bool](#bool) | optional | |
| contracts_beta | [bool](#bool) | optional | |
| season_rewards_enabled | [bool](#bool) | optional | |



Expand Down
65 changes: 64 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ <h2>Table of Contents</h2>
<a href="#ei.CollectContractArtifactRewardsRequest"><span class="badge">M</span>CollectContractArtifactRewardsRequest</a>
</li>

<li>
<a href="#ei.CollectSeasonArtifactRewardsRequest"><span class="badge">M</span>CollectSeasonArtifactRewardsRequest</a>
</li>

<li>
<a href="#ei.CompleteArtifact"><span class="badge">M</span>CompleteArtifact</a>
</li>
Expand Down Expand Up @@ -4695,6 +4699,51 @@ <h3 id="ei.CollectContractArtifactRewardsRequest">CollectContractArtifactRewards



<h3 id="ei.CollectSeasonArtifactRewardsRequest">CollectSeasonArtifactRewardsRequest</h3>
<p></p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>rinfo</td>
<td><a href="#ei.BasicRequestInfo">BasicRequestInfo</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>season_identifier</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>cxp</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>best_ship</td>
<td><a href="#ei.MissionInfo.Spaceship">MissionInfo.Spaceship</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

</tbody>
</table>





<h3 id="ei.CompleteArtifact">CompleteArtifact</h3>
<p></p>

Expand Down Expand Up @@ -6661,7 +6710,7 @@ <h3 id="ei.ContractPlayerInfo.SeasonProgress">ContractPlayerInfo.SeasonProgress<
</tr>

<tr>
<td>active</td>
<td>active_DEP</td>
<td><a href="#bool">bool</a></td>
<td>optional</td>
<td><p> </p></td>
Expand Down Expand Up @@ -6764,6 +6813,13 @@ <h3 id="ei.ContractSeasonInfo">ContractSeasonInfo</h3>
<td><p> </p></td>
</tr>

<tr>
<td>start_time</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>grade_goals</td>
<td><a href="#ei.ContractSeasonInfo.GoalSet">ContractSeasonInfo.GoalSet</a></td>
Expand Down Expand Up @@ -10472,6 +10528,13 @@ <h3 id="ei.LiveConfig.MiscConfig">LiveConfig.MiscConfig</h3>
<td><p> </p></td>
</tr>

<tr>
<td>season_rewards_enabled</td>
<td><a href="#bool">bool</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down
11 changes: 10 additions & 1 deletion ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ message ContractSeasonRewardConfirmationRequest {
message ContractSeasonInfo {
optional string id = 1;
optional string name = 3;
optional double start_time = 4;

repeated GoalSet grade_goals = 2;
message GoalSet {
Expand Down Expand Up @@ -633,7 +634,7 @@ message ContractPlayerInfo {
repeated SeasonProgress season_progress = 15;
message SeasonProgress {
optional string season_id = 1;
optional bool active = 2;
optional bool active_DEP = 2;
optional Contract.PlayerGrade starting_grade = 3;
optional double total_cxp = 4;
optional double cxp_last_reward_given = 5;
Expand Down Expand Up @@ -1364,6 +1365,7 @@ message LiveConfig {
optional double new_player_event_duration = 11;
optional bool contracts_club_available = 12;
optional bool contracts_beta = 13;
optional bool season_rewards_enabled = 15;
}

optional HelpConfig help_config = 5;
Expand Down Expand Up @@ -1788,6 +1790,13 @@ message CollectContractArtifactRewardsRequest {
optional ei.MissionInfo.Spaceship best_ship = 4;
}

message CollectSeasonArtifactRewardsRequest {
optional BasicRequestInfo rinfo = 1;
optional string season_identifier = 2;
optional double cxp = 3;
optional ei.MissionInfo.Spaceship best_ship = 4;
}

message CraftArtifactRequest {
optional BasicRequestInfo rinfo = 5;
optional string ei_user_id = 1;
Expand Down
Loading

0 comments on commit cfe8434

Please sign in to comment.