@zerocarbon/erp-config-sdk 1.0.19 → 1.0.20

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.ts CHANGED
@@ -949,7 +949,7 @@ type Product = {
949
949
  unit: string;
950
950
  type: string;
951
951
  calorificValue: number;
952
- emissionFactor: number | string;
952
+ emissionFactor: number;
953
953
  energyConversionFactor?: number;
954
954
  };
955
955
  type Scope = {
@@ -964,7 +964,7 @@ type Scope = {
964
964
  };
965
965
  type EmissionItem$k = {
966
966
  item: string;
967
- emissionFactor: number | string;
967
+ emissionFactor: number;
968
968
  unit: string;
969
969
  };
970
970
  type EquipmentCategory$6 = {
@@ -986,12 +986,12 @@ type BackendProduct = {
986
986
  unit: string;
987
987
  type: string;
988
988
  calorificValue: number;
989
- emissionFactor: number | string;
989
+ emissionFactor: number;
990
990
  energyConversionFactor?: number;
991
991
  };
992
992
  type BackendEmissionItem = {
993
993
  item: string;
994
- emissionFactor: number | string;
994
+ emissionFactor: number;
995
995
  unit: string;
996
996
  };
997
997
  type BackendEquipmentCategory = {