2026-08-12 14:02:25 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
export interface ErrorResponse {
|
|
|
|
|
"code"?: "early_completion" | "forbidden" | "level_not_reached" | "node_not_active" | "objectives_incomplete" | "run_expired" | "run_not_active" | "scenario_not_active" | "unknown_run";
|
|
|
|
|
"error"?: string;
|
2026-08-28 13:36:09 +03:00
|
|
|
"index"?: number;
|
|
|
|
|
"playerId"?: string;
|
2026-08-12 14:02:25 +03:00
|
|
|
"requestId"?: string;
|
|
|
|
|
}
|
|
|
|
|
|
2026-08-28 13:36:09 +03:00
|
|
|
export interface Reward {
|
|
|
|
|
"amount"?: number;
|
|
|
|
|
"currency"?: string;
|
|
|
|
|
"itemId"?: string;
|
|
|
|
|
}
|
|
|
|
|
|