@dexteel/mesf-core 4.11.2 → 4.12.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.
@@ -4,7 +4,6 @@ export interface Asset {
4
4
  CanBeDefaultAsset: boolean;
5
5
  ParentAssetId: number | null;
6
6
  IsAsset: boolean;
7
- IsLeaf: boolean | null;
8
7
  ParentAssetName?: string | null;
9
8
  IsBranch: boolean;
10
9
  }
@@ -6,6 +6,8 @@ export declare class TimeService {
6
6
  setTimeZone(timeZone: string): void;
7
7
  toUTC(datetime: Date | string, format: string): string;
8
8
  toLocalServerTime(datetime: Date | string | null | undefined, format: string): string;
9
+ getServerTimeZone(): string;
9
10
  }
11
+ export declare const dxtServerTimeZone: () => () => string;
10
12
  export declare const dxtToUTC: (datetime: Date | string, format: string) => string;
11
13
  export declare const dxtToLocalServerTime: (datetime: Date | string | null | undefined, format: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "4.11.2",
3
+ "version": "4.12.0",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",