@energycap/components 0.39.21-ECAP-25650-file-upload-validation-support.20240807-1717 → 0.39.22-ECAP-26034-manage-channel.20240827-1215

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.
@@ -6,6 +6,8 @@ export declare class DateTimeHelper {
6
6
  static beginningOfTime: Date;
7
7
  /** 3000-01-01 */
8
8
  static endOfTime: Date;
9
+ /** 3000-01-01 UTC */
10
+ static endOfTimeUTC: Date;
9
11
  /** Default effective date for new AccountMeter relationships: 2010-01-01 */
10
12
  static defaultAccountMeterEffectiveDate: Date;
11
13
  /** The default date that a newly created account becomes effective: 2010-01-01 */
@@ -42,7 +44,7 @@ export declare class DateTimeHelper {
42
44
  /**
43
45
  * Return true if @see date is equal to the @see endOfTime
44
46
  */
45
- static isEndOfTime(date: Date | moment.Moment | string): boolean;
47
+ static isEndOfTime(date: Date | moment.Moment | string, timeZoneOffset?: boolean): boolean;
46
48
  /**
47
49
  * Compare two dates and return true if they represent the same year, month, and day (time is ignored).
48
50
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.39.21-ECAP-25650-file-upload-validation-support.20240807-1717",
3
+ "version": "0.39.22-ECAP-26034-manage-channel.20240827-1215",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },