chore: release version v1.51.3

This commit is contained in:
Dmitry Popov
2025-02-19 17:48:13 +01:00
parent 1839834771
commit 6098d32bce
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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[];