@vixoniccom/modules 2.22.0-dev.2 → 2.23.0-dev.0

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,25 @@
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.23.0-dev.0](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.2...v2.23.0-dev.0) (2025-09-03)
6
+
7
+
8
+ ### Features
9
+
10
+ * google sheets service type ([94485fa](https://github.com/Vixonic/store-modules/commit/94485fa472e4391afb2dc26d8d402e29df7ca00c))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * new version ([833ce7b](https://github.com/Vixonic/store-modules/commit/833ce7b87569e707b3e2a1de330921b7ba907df3))
16
+
17
+ ## [2.22.0-dev.3](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.2...v2.22.0-dev.3) (2025-09-03)
18
+
19
+
20
+ ### Features
21
+
22
+ * google sheets service type ([94485fa](https://github.com/Vixonic/store-modules/commit/94485fa472e4391afb2dc26d8d402e29df7ca00c))
23
+
5
24
  ## [2.22.0-dev.2](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.1...v2.22.0-dev.2) (2025-08-26)
6
25
 
7
26
  ## [2.22.0-dev.1](https://github.com/Vixonic/store-modules/compare/v2.21.1-dev.0...v2.22.0-dev.1) (2025-08-26)
@@ -20,6 +39,13 @@ All notable changes to this project will be documented in this file. See [standa
20
39
 
21
40
  ### [2.21.1-dev.0](https://github.com/Vixonic/store-modules/compare/v2.21.0...v2.21.1-dev.0) (2025-08-26)
22
41
 
42
+ ## [2.22.0-dev.0](https://github.com/Vixonic/store-modules/compare/v2.21.0...v2.22.0-dev.0) (2025-08-26)
43
+
44
+
45
+ ### Features
46
+
47
+ * google sheets service type ([f9b3530](https://github.com/Vixonic/store-modules/commit/f9b3530dbcea0a5bfea3f63c5a675dc69ad56f1c))
48
+
23
49
  ## [2.21.0](https://github.com/Vixonic/store-modules/compare/v2.20.5-dev.1...v2.21.0) (2025-08-26)
24
50
 
25
51
 
@@ -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' | 'ColabraService' | 'RexmasBirthdayService' | 'RexmasAnniversarieService' | 'RexmasNewEmployeesService' | 'TikTokService' | 'BukBirthdayService' | 'BirthdayAppService' | 'AnniversaryAppService' | 'CurrencyAppService' | 'AgendaAppService';
3
+ export type ServiceType = 'RSSService' | 'InstagramMediaService' | 'LinkedInCompanyMediaService' | 'FacebookPageService' | 'WeatherService' | 'VixonicStoriesService' | 'TwitterService' | 'TimezoneService' | 'ColabraService' | 'RexmasBirthdayService' | 'RexmasAnniversarieService' | 'RexmasNewEmployeesService' | 'TikTokService' | 'BukBirthdayService' | 'BirthdayAppService' | 'AnniversaryAppService' | 'CurrencyAppService' | 'AgendaAppService' | 'GoogleSheetsService';
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.22.0-dev.2",
3
+ "version": "2.23.0-dev.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",