@ecogood/e-calculator-schemas 2.7.24 → 2.7.25

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.
@@ -9,7 +9,8 @@ export declare enum BalanceSheetVersion {
9
9
  v5_0_6 = "5.06",
10
10
  v5_0_8 = "5.08",
11
11
  v5_0_9 = "5.09",
12
- v5_1_0 = "5.10"
12
+ v5_1_0 = "5.10",
13
+ v5_2_0 = "5.20"
13
14
  }
14
15
  export declare const WEIGHT_VALUES: number[];
15
16
  export declare const isWeight: z.ZodEffects<z.ZodNumber, number, number>;
@@ -15,6 +15,7 @@ var BalanceSheetVersion;
15
15
  BalanceSheetVersion["v5_0_8"] = "5.08";
16
16
  BalanceSheetVersion["v5_0_9"] = "5.09";
17
17
  BalanceSheetVersion["v5_1_0"] = "5.10";
18
+ BalanceSheetVersion["v5_2_0"] = "5.20";
18
19
  })(BalanceSheetVersion || (exports.BalanceSheetVersion = BalanceSheetVersion = {}));
19
20
  const isNumberCustomError = zod_1.z.number({
20
21
  invalid_type_error: 'Number expected',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecogood/e-calculator-schemas",
3
- "version": "2.7.24",
3
+ "version": "2.7.25",
4
4
  "description": "A package providing the schemas for the e-calculator application.",
5
5
  "main": "dist/e-calculator-schemas",
6
6
  "types": "dist/e-calculator-schemas",