evo360-types 1.3.53 → 1.3.54

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.
@@ -12,7 +12,7 @@ export interface IMedCalendar extends IFireDoc {
12
12
  n8n_wf?: string | null;
13
13
  order?: number;
14
14
  url: string;
15
- params?: Record<string, string | number>;
15
+ params?: Record<string, string | number> | null;
16
16
  hidden?: boolean;
17
17
  external?: boolean;
18
18
  tags?: ITag[] | null;
@@ -15,7 +15,7 @@ export interface IMedCalendar extends IFireDoc {
15
15
  n8n_wf?: string | null;
16
16
  order?: number;
17
17
  url: string;
18
- params?: Record<string, string | number>;
18
+ params?: Record<string, string | number> | null;
19
19
  hidden?: boolean;
20
20
  external?: boolean;
21
21
  tags?: ITag[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.53",
3
+ "version": "1.3.54",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",