diff --git a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts +++ b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts +++ b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts b/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts +++ b/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts +++ b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts +++ b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts b/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts +++ b/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts +++ b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts b/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts +++ b/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts +++ b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts b/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts +++ b/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts b/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts +++ b/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts b/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts +++ b/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts b/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts +++ b/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts b/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts +++ b/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts +++ b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts +++ b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts +++ b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts index b0a0942..26b74ef 100644 --- a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts +++ b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts @@ -37,14 +37,6 @@ export declare class SeasonalEventService { constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer); protected get christmasEventItems(): string[]; protected get halloweenEventItems(): string[]; - protected getActiveEvents(): ISeasonalEvent[]; - /** - * Sets the currently active events - * @param activeEvents Array of active events - * @param halloweenEventActive Halloween event - * @param christmasEventActive Christmas event - */ - setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void; /** * Get an array of christmas items found in bots inventories as loot * @returns array @@ -122,7 +114,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - protected cacheActiveEvents(): void; + cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value