@zerocarbon/erp-config-sdk 1.0.17 → 1.0.19

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;
952
+ emissionFactor: number | string;
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;
967
+ emissionFactor: number | string;
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;
989
+ emissionFactor: number | string;
990
990
  energyConversionFactor?: number;
991
991
  };
992
992
  type BackendEmissionItem = {
993
993
  item: string;
994
- emissionFactor: number;
994
+ emissionFactor: number | string;
995
995
  unit: string;
996
996
  };
997
997
  type BackendEquipmentCategory = {
@@ -3683,23 +3683,23 @@ declare const ALLSCOPES_STEEL: {
3683
3683
  }[];
3684
3684
  desc: string;
3685
3685
  }[];
3686
- declare const ALL_SCOPES_3_STEEL: ({
3686
+ declare const WATER_MANAGEMENT_STEEL: {
3687
3687
  name: string;
3688
- displayName: string;
3689
3688
  icon: react_icons_lib.IconType;
3690
3689
  scope: string;
3691
3690
  unit: string;
3692
3691
  subProducts: {
3693
- category: string;
3694
- items: {
3695
- item: string;
3696
- emissionFactor: number;
3697
- unit: string;
3698
- }[];
3692
+ name: string;
3693
+ unit: string;
3694
+ type: string;
3695
+ calorificValue: number;
3696
+ emissionFactor: number;
3699
3697
  }[];
3700
3698
  desc: string;
3701
- } | {
3699
+ };
3700
+ declare const ALL_SCOPES_3_STEEL: {
3702
3701
  name: string;
3702
+ displayName: string;
3703
3703
  icon: react_icons_lib.IconType;
3704
3704
  scope: string;
3705
3705
  unit: string;
@@ -3712,8 +3712,7 @@ declare const ALL_SCOPES_3_STEEL: ({
3712
3712
  }[];
3713
3713
  }[];
3714
3714
  desc: string;
3715
- displayName?: undefined;
3716
- })[];
3715
+ }[];
3717
3716
 
3718
3717
  declare const SCOPE1_TELECOMMUNICATIONS: {
3719
3718
  name: string;
@@ -4032,6 +4031,7 @@ declare const index_WATER_DISCHARGE_PRODUCTS: typeof WATER_DISCHARGE_PRODUCTS;
4032
4031
  declare const index_WATER_MANAGEMENT: typeof WATER_MANAGEMENT;
4033
4032
  declare const index_WATER_MANAGEMENT_GAS_LAB: typeof WATER_MANAGEMENT_GAS_LAB;
4034
4033
  declare const index_WATER_MANAGEMENT_SCOPE: typeof WATER_MANAGEMENT_SCOPE;
4034
+ declare const index_WATER_MANAGEMENT_STEEL: typeof WATER_MANAGEMENT_STEEL;
4035
4035
  declare const index_WATER_PRODUCTS_GAS_LAB: typeof WATER_PRODUCTS_GAS_LAB;
4036
4036
  declare const index_WATER_USAGE_POLYMER: typeof WATER_USAGE_POLYMER;
4037
4037
  declare const index_WATER_USAGE_PRODUCTS: typeof WATER_USAGE_PRODUCTS;
@@ -4197,6 +4197,7 @@ declare namespace index {
4197
4197
  index_WATER_MANAGEMENT as WATER_MANAGEMENT,
4198
4198
  index_WATER_MANAGEMENT_GAS_LAB as WATER_MANAGEMENT_GAS_LAB,
4199
4199
  index_WATER_MANAGEMENT_SCOPE as WATER_MANAGEMENT_SCOPE,
4200
+ index_WATER_MANAGEMENT_STEEL as WATER_MANAGEMENT_STEEL,
4200
4201
  index_WATER_PRODUCTS_GAS_LAB as WATER_PRODUCTS_GAS_LAB,
4201
4202
  index_WATER_USAGE_POLYMER as WATER_USAGE_POLYMER,
4202
4203
  index_WATER_USAGE_PRODUCTS as WATER_USAGE_PRODUCTS,