mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
chore: release version v1.51.3
This commit is contained in:
@@ -37,7 +37,7 @@ const INITIAL_DATA: MapData = {
|
|||||||
userPermissions: {},
|
userPermissions: {},
|
||||||
systemSignatures: {} as Record<string, SystemSignature[]>,
|
systemSignatures: {} as Record<string, SystemSignature[]>,
|
||||||
options: {} as Record<string, string | boolean>,
|
options: {} as Record<string, string | boolean>,
|
||||||
is_subscription_active: false,
|
isSubscriptionActive: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface MapContextProps {
|
export interface MapContextProps {
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ export type CommandInit = {
|
|||||||
routes: RoutesList;
|
routes: RoutesList;
|
||||||
options: Record<string, string | boolean>;
|
options: Record<string, string | boolean>;
|
||||||
reset?: boolean;
|
reset?: boolean;
|
||||||
|
is_subscription_active?: boolean;
|
||||||
};
|
};
|
||||||
export type CommandAddSystems = SolarSystemRawType[];
|
export type CommandAddSystems = SolarSystemRawType[];
|
||||||
export type CommandUpdateSystems = SolarSystemRawType[];
|
export type CommandUpdateSystems = SolarSystemRawType[];
|
||||||
|
|||||||
Reference in New Issue
Block a user