@stackone/core 1.73.1 → 1.74.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.
package/dist/index.d.mts CHANGED
@@ -623,8 +623,8 @@ type DebugParams = {
623
623
  };
624
624
  type Credentials = Record<string, unknown>;
625
625
  type BlockStatistics = {
626
- startTime?: string;
627
- endTime?: string;
626
+ startTime?: Date;
627
+ endTime?: Date;
628
628
  };
629
629
  //#endregion
630
630
  //#region src/stepFunctions/types.d.ts
@@ -684,8 +684,8 @@ type Step = {
684
684
  condition?: string;
685
685
  };
686
686
  type StepStatistics = {
687
- startTime?: string;
688
- endTime?: string;
687
+ startTime?: Date;
688
+ endTime?: Date;
689
689
  };
690
690
  //#endregion
691
691
  //#region src/connector/types.d.ts
package/dist/index.d.ts CHANGED
@@ -623,8 +623,8 @@ type DebugParams = {
623
623
  };
624
624
  type Credentials = Record<string, unknown>;
625
625
  type BlockStatistics = {
626
- startTime?: string;
627
- endTime?: string;
626
+ startTime?: Date;
627
+ endTime?: Date;
628
628
  };
629
629
  //#endregion
630
630
  //#region src/stepFunctions/types.d.ts
@@ -684,8 +684,8 @@ type Step = {
684
684
  condition?: string;
685
685
  };
686
686
  type StepStatistics = {
687
- startTime?: string;
688
- endTime?: string;
687
+ startTime?: Date;
688
+ endTime?: Date;
689
689
  };
690
690
  //#endregion
691
691
  //#region src/connector/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "1.73.1",
3
+ "version": "1.74.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",