@zerocarbon/erp-config-sdk 1.0.18 → 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 = {
package/dist/index.esm.js CHANGED
@@ -29495,90 +29495,59 @@ const REFRIGERANTS$1 = [
29495
29495
  emissionFactor: 1774,
29496
29496
  },
29497
29497
  ];
29498
- const PROCESS_EMISSION_PRODUCTS = [
29498
+ const PROCESS_EMISSIONS_IRONMAKING_PRODUCTS = [
29499
29499
  {
29500
- name: "Iron ore mining",
29501
- unit: "iron ore",
29502
- type: "process",
29503
- calorificValue: 1,
29504
- emissionFactor: 0.013,
29505
- },
29506
- {
29507
- name: "Coal mining",
29508
- unit: "coal",
29509
- type: "process",
29510
- calorificValue: 1,
29511
- emissionFactor: 0.04,
29512
- },
29513
- {
29514
- name: "Coke production",
29515
- unit: "coke",
29516
- type: "process",
29517
- calorificValue: 1,
29518
- emissionFactor: 0.3,
29519
- },
29520
- {
29521
- name: "Sintering",
29522
- unit: "sinter",
29523
- type: "process",
29524
- calorificValue: 1,
29525
- emissionFactor: 0.21,
29526
- },
29527
- {
29528
- name: "Pelletization",
29529
- unit: "pellet",
29530
- type: "process",
29531
- calorificValue: 1,
29532
- emissionFactor: 0.19,
29533
- },
29534
- {
29535
- name: "Pig iron production",
29536
- unit: "hot metal",
29500
+ name: "Blast Furnace (BF)",
29501
+ unit: "tonnes",
29537
29502
  type: "process",
29538
29503
  calorificValue: 1,
29539
- emissionFactor: 1.43,
29504
+ emissionFactor: 1.5,
29540
29505
  },
29541
29506
  {
29542
- name: "DRI (natural gas) production",
29543
- unit: "DRI",
29507
+ name: "DRI (coal based)",
29508
+ unit: "tonnes",
29544
29509
  type: "process",
29545
29510
  calorificValue: 1,
29546
- emissionFactor: 0.7,
29511
+ emissionFactor: 2,
29547
29512
  },
29548
29513
  {
29549
- name: "Burnt lime production",
29550
- unit: "lime",
29514
+ name: "DRI (gas based)",
29515
+ unit: "tonnes",
29551
29516
  type: "process",
29552
29517
  calorificValue: 1,
29553
- emissionFactor: 0.75,
29518
+ emissionFactor: 1.6,
29554
29519
  },
29520
+ ];
29521
+ const PROCESS_EMISSIONS_STEELMAKING_PRODUCTS = [
29555
29522
  {
29556
- name: "Burnt dolomite production",
29557
- unit: "dolomite",
29523
+ name: "BOF (converter)",
29524
+ unit: "tonnes",
29558
29525
  type: "process",
29559
29526
  calorificValue: 1,
29560
- emissionFactor: 0.86,
29527
+ emissionFactor: 0.2,
29561
29528
  },
29562
29529
  {
29563
- name: "Oxygen production",
29564
- unit: "oxygen",
29530
+ name: "EAF",
29531
+ unit: "tonnes",
29565
29532
  type: "process",
29566
29533
  calorificValue: 1,
29567
- emissionFactor: 0.09,
29534
+ emissionFactor: 0.3,
29568
29535
  },
29536
+ ];
29537
+ const FLUX_CALCINATION_PRODUCTS = [
29569
29538
  {
29570
- name: "Casting and rolling",
29571
- unit: "HRC",
29539
+ name: "Limestone",
29540
+ unit: "tonnes",
29572
29541
  type: "process",
29573
29542
  calorificValue: 1,
29574
- emissionFactor: 0.084,
29543
+ emissionFactor: 0.44,
29575
29544
  },
29576
29545
  {
29577
- name: "Natural gas production",
29578
- unit: "methane",
29546
+ name: "Dolomite",
29547
+ unit: "tonnes",
29579
29548
  type: "process",
29580
29549
  calorificValue: 1,
29581
- emissionFactor: 0.6,
29550
+ emissionFactor: 0.44,
29582
29551
  },
29583
29552
  ];
29584
29553
  const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.type === "direct" &&
@@ -29598,12 +29567,28 @@ const SCOPE1_STEEL = [
29598
29567
  desc: "Operational fuel consumption and direct combustion emissions",
29599
29568
  },
29600
29569
  {
29601
- name: "Process Emissions",
29570
+ name: "Process Emissions- Ironmaking",
29602
29571
  icon: GiElectric,
29603
29572
  scope: "scope1",
29604
- unit: "various",
29605
- subProducts: PROCESS_EMISSION_PRODUCTS,
29606
- desc: "Process emission factors from the steel source workbook",
29573
+ unit: "tonnes",
29574
+ subProducts: PROCESS_EMISSIONS_IRONMAKING_PRODUCTS,
29575
+ desc: "Ironmaking process emissions from the steel source workbook",
29576
+ },
29577
+ {
29578
+ name: "Process Emissions- Steelmaking",
29579
+ icon: GiElectric,
29580
+ scope: "scope1",
29581
+ unit: "tonnes",
29582
+ subProducts: PROCESS_EMISSIONS_STEELMAKING_PRODUCTS,
29583
+ desc: "Steelmaking process emissions from the steel source workbook",
29584
+ },
29585
+ {
29586
+ name: "Flux calcination",
29587
+ icon: GiElectric,
29588
+ scope: "scope1",
29589
+ unit: "tonnes",
29590
+ subProducts: FLUX_CALCINATION_PRODUCTS,
29591
+ desc: "Flux calcination process emissions from the steel source workbook",
29607
29592
  },
29608
29593
  {
29609
29594
  name: "Refrigerants",