@vixoniccom/modules 2.22.0-dev.7 → 2.23.0-dev.1

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,15 +2,26 @@
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.22.0-dev.7](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.6...v2.22.0-dev.7) (2025-09-04)
5
+ ## [2.23.0-dev.1](https://github.com/Vixonic/store-modules/compare/v2.23.0-dev.0...v2.23.0-dev.1) (2025-09-05)
6
6
 
7
- ## [2.22.0-dev.6](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.5...v2.22.0-dev.6) (2025-09-04)
7
+ ## [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)
8
8
 
9
- ## [2.22.0-dev.5](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.4...v2.22.0-dev.5) (2025-09-04)
10
9
 
11
- ## [2.22.0-dev.4](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.2...v2.22.0-dev.4) (2025-09-04)
10
+ ### Features
11
+
12
+ * google sheets service type ([94485fa](https://github.com/Vixonic/store-modules/commit/94485fa472e4391afb2dc26d8d402e29df7ca00c))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * new version ([833ce7b](https://github.com/Vixonic/store-modules/commit/833ce7b87569e707b3e2a1de330921b7ba907df3))
12
18
 
13
- ## [2.22.0-dev.3](https://github.com/Vixonic/store-modules/compare/v2.22.0-dev.2...v2.22.0-dev.3) (2025-09-04)
19
+ ## [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * google sheets service type ([94485fa](https://github.com/Vixonic/store-modules/commit/94485fa472e4391afb2dc26d8d402e29df7ca00c))
14
25
 
15
26
  ## [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)
16
27
 
@@ -30,6 +41,13 @@ All notable changes to this project will be documented in this file. See [standa
30
41
 
31
42
  ### [2.21.1-dev.0](https://github.com/Vixonic/store-modules/compare/v2.21.0...v2.21.1-dev.0) (2025-08-26)
32
43
 
44
+ ## [2.22.0-dev.0](https://github.com/Vixonic/store-modules/compare/v2.21.0...v2.22.0-dev.0) (2025-08-26)
45
+
46
+
47
+ ### Features
48
+
49
+ * google sheets service type ([f9b3530](https://github.com/Vixonic/store-modules/commit/f9b3530dbcea0a5bfea3f63c5a675dc69ad56f1c))
50
+
33
51
  ## [2.21.0](https://github.com/Vixonic/store-modules/compare/v2.20.5-dev.1...v2.21.0) (2025-08-26)
34
52
 
35
53
 
@@ -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' | 'BukAnniversariesService' | '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.7",
3
+ "version": "2.23.0-dev.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",