@dexteel/mesf-core 4.10.4 → 4.10.5

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.
@@ -7,7 +7,7 @@ export declare const saveTagDefaults: (TagId: number, Alias: string, Color: stri
7
7
  export declare const getViews: (Search: string | null) => Promise<import("../../../../../services").ResponseMESF>;
8
8
  export declare const upsertView: (ViewId: number | null, ViewName: string, isPublic: boolean) => Promise<import("../../../../../services").ResponseMESF>;
9
9
  export declare const deleteView: (ViewId: number) => Promise<import("../../../../../services").ResponseMESF>;
10
- export declare const getViewTags: (ViewId: number | null) => Promise<import("../../../../../services").ResponseMESF>;
10
+ export declare const getViewTags: (ViewId: number) => Promise<import("../../../../../services").ResponseMESF>;
11
11
  export declare const upsertViewTag: (ViewId: number, TagId: number, Color: string, MinScale: number, MaxScale: number, IsVisible: boolean, IsAutoScale: boolean, Unit: string) => Promise<import("../../../../../services").ResponseMESF>;
12
12
  export declare const deleteViewTag: (ViewId: number, TagId: number) => Promise<import("../../../../../services").ResponseMESF>;
13
13
  export declare const deleteAllViewTagsFromView: (ViewId: number) => Promise<import("../../../../../services").ResponseMESF>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "4.10.4",
3
+ "version": "4.10.5",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",