fix: match legacy flood command boundaries
This commit is contained in:
@@ -6,6 +6,7 @@ export interface TurnSnapshotSelector {
|
||||
nationIds: number[];
|
||||
logAfterId?: number;
|
||||
messageAfterId?: number;
|
||||
includeNationHistoryLogs?: boolean;
|
||||
}
|
||||
|
||||
export interface CanonicalTurnSnapshot {
|
||||
|
||||
@@ -67,6 +67,7 @@ export interface TurnCommandFixtureRequest {
|
||||
nationIds?: number[];
|
||||
logAfterId?: number;
|
||||
messageAfterId?: number;
|
||||
includeNationHistoryLogs?: boolean;
|
||||
generalCooldowns?: GeneralCooldownSelector[];
|
||||
nationCooldowns?: NationCooldownSelector[];
|
||||
diplomacyPairs?: Array<{ fromNationId: number; toNationId: number }>;
|
||||
|
||||
Reference in New Issue
Block a user