@vixoniccom/modules 2.25.0-dev.24 → 2.25.0-dev.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [2.25.0-dev.26](https://github.com/Vixonic/store-modules/compare/v2.25.0-dev.19...v2.25.0-dev.26) (2026-07-27)
6
+
7
+
8
+ ### Features
9
+
10
+ * **inputs:** add FootballService to ServiceType union ([#32](https://github.com/Vixonic/store-modules/issues/32)) ([04a7320](https://github.com/Vixonic/store-modules/commit/04a732039c5ac106281aeb1d35fb84373ab740e5))
11
+ * **inputs:** add GoogleCalendarService and OutlookCalendarService to ServiceType union ([#34](https://github.com/Vixonic/store-modules/issues/34)) ([3ef0c03](https://github.com/Vixonic/store-modules/commit/3ef0c039781bc4a1dd4968cef0ef3011338fe8db))
12
+ * **inputs:** add PowerBIService to ServiceType union ([#35](https://github.com/Vixonic/store-modules/issues/35)) ([df287cf](https://github.com/Vixonic/store-modules/commit/df287cf0ca5a6df49494c18c691349e4f5ab270e))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * durationFormula ([#31](https://github.com/Vixonic/store-modules/issues/31)) ([2ae0d30](https://github.com/Vixonic/store-modules/commit/2ae0d306dcc8d910390d8b7405c62826a1fe2df6))
18
+
19
+ ## [2.25.0-dev.25](https://github.com/Vixonic/store-modules/compare/v2.25.0-dev.19...v2.25.0-dev.25) (2026-07-20)
20
+
21
+
22
+ ### Features
23
+
24
+ * **inputs:** add FootballService to ServiceType union ([#32](https://github.com/Vixonic/store-modules/issues/32)) ([04a7320](https://github.com/Vixonic/store-modules/commit/04a732039c5ac106281aeb1d35fb84373ab740e5))
25
+ * **inputs:** add GoogleCalendarService and OutlookCalendarService to ServiceType union ([#34](https://github.com/Vixonic/store-modules/issues/34)) ([3ef0c03](https://github.com/Vixonic/store-modules/commit/3ef0c039781bc4a1dd4968cef0ef3011338fe8db))
26
+ * **inputs:** add PowerBIService to ServiceType union ([89e802b](https://github.com/Vixonic/store-modules/commit/89e802bde7ebcbe6a60e935ed0df6f102d5f7753))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * durationFormula ([#31](https://github.com/Vixonic/store-modules/issues/31)) ([2ae0d30](https://github.com/Vixonic/store-modules/commit/2ae0d306dcc8d910390d8b7405c62826a1fe2df6))
32
+
5
33
  ## [2.25.0-dev.24](https://github.com/Vixonic/store-modules/compare/v2.25.0-dev.19...v2.25.0-dev.24) (2026-07-01)
6
34
 
7
35
 
@@ -1,6 +1,6 @@
1
1
  import { Input, IInput } from '../base';
2
2
  import { ValueError } from '../errors';
3
- export type ServiceType = 'RSSService' | 'InstagramMediaService' | 'LinkedInCompanyMediaService' | 'FacebookPageService' | 'WeatherService' | 'VixonicStoriesService' | 'TwitterService' | 'TimezoneService' | 'NewTimezoneService' | 'ColabraService' | 'RexmasBirthdayService' | 'RexmasAnniversarieService' | 'RexmasNewEmployeesService' | 'TikTokService' | 'BukBirthdayService' | 'BukAnniversariesService' | 'BukNewEmployeesService' | 'AgendaAppService' | 'AnniversaryAppService' | 'BirthdayAppService' | 'NewEmployeesAppService' | 'CurrencyAppService' | 'SheetsReaderService' | 'TalanaAnniversariesService' | 'TalanaBirthdayService' | 'TalanaNewEmployeesService' | 'YoutubeService' | 'LocalAppSheetsService' | 'MetalAppService' | 'FootballService' | 'MenuAppService' | 'GoogleCalendarService' | 'OutlookCalendarService';
3
+ export type ServiceType = 'RSSService' | 'InstagramMediaService' | 'LinkedInCompanyMediaService' | 'FacebookPageService' | 'WeatherService' | 'VixonicStoriesService' | 'TwitterService' | 'TimezoneService' | 'NewTimezoneService' | 'ColabraService' | 'RexmasBirthdayService' | 'RexmasAnniversarieService' | 'RexmasNewEmployeesService' | 'TikTokService' | 'BukBirthdayService' | 'BukAnniversariesService' | 'BukNewEmployeesService' | 'AgendaAppService' | 'AnniversaryAppService' | 'BirthdayAppService' | 'NewEmployeesAppService' | 'CurrencyAppService' | 'SheetsReaderService' | 'TalanaAnniversariesService' | 'TalanaBirthdayService' | 'TalanaNewEmployeesService' | 'YoutubeService' | 'LocalAppSheetsService' | 'MetalAppService' | 'FootballService' | 'MenuAppService' | 'GoogleCalendarService' | 'OutlookCalendarService' | 'PowerBIService' | 'HoroscopeService';
4
4
  export interface IServiceInput extends IInput {
5
5
  serviceType: ServiceType;
6
6
  required?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vixoniccom/modules",
3
- "version": "2.25.0-dev.24",
3
+ "version": "2.25.0-dev.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",