@zerocarbon/erp-config-sdk 1.0.26 → 1.0.27
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.esm.js +147 -32
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +147 -32
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3376,7 +3376,7 @@ const ALLSCOPES_ALUMINUM = [
|
|
|
3376
3376
|
];
|
|
3377
3377
|
|
|
3378
3378
|
// Mobile Combustion Products
|
|
3379
|
-
const MOBILE_COMBUSTION_PRODUCTS$
|
|
3379
|
+
const MOBILE_COMBUSTION_PRODUCTS$2 = [
|
|
3380
3380
|
{
|
|
3381
3381
|
name: "HSD/Diesel-Company Owned Vehicle",
|
|
3382
3382
|
unit: "kl",
|
|
@@ -3414,7 +3414,7 @@ const MOBILE_COMBUSTION_PRODUCTS$1 = [
|
|
|
3414
3414
|
},
|
|
3415
3415
|
];
|
|
3416
3416
|
// Stationary Combustion Products
|
|
3417
|
-
const STATIONARY_COMBUSTION_PRODUCTS$
|
|
3417
|
+
const STATIONARY_COMBUSTION_PRODUCTS$2 = [
|
|
3418
3418
|
{
|
|
3419
3419
|
name: "Grease",
|
|
3420
3420
|
unit: "tonnes",
|
|
@@ -3526,7 +3526,7 @@ const SCOPE1_AUTOMOBILE = [
|
|
|
3526
3526
|
icon: IoCarOutline,
|
|
3527
3527
|
scope: "scope1",
|
|
3528
3528
|
unit: "various",
|
|
3529
|
-
subProducts: MOBILE_COMBUSTION_PRODUCTS$
|
|
3529
|
+
subProducts: MOBILE_COMBUSTION_PRODUCTS$2,
|
|
3530
3530
|
desc: "Mobile Combustion Emissions from Vehicles and Equipment",
|
|
3531
3531
|
},
|
|
3532
3532
|
{
|
|
@@ -3534,7 +3534,7 @@ const SCOPE1_AUTOMOBILE = [
|
|
|
3534
3534
|
icon: FaFire,
|
|
3535
3535
|
scope: "scope1",
|
|
3536
3536
|
unit: "various",
|
|
3537
|
-
subProducts: STATIONARY_COMBUSTION_PRODUCTS$
|
|
3537
|
+
subProducts: STATIONARY_COMBUSTION_PRODUCTS$2,
|
|
3538
3538
|
desc: "Stationary Combustion Emissions from Plant Operations",
|
|
3539
3539
|
},
|
|
3540
3540
|
{
|
|
@@ -8133,7 +8133,7 @@ const PURCHASED_GOODS_AND_SERVICES$e = [
|
|
|
8133
8133
|
],
|
|
8134
8134
|
},
|
|
8135
8135
|
];
|
|
8136
|
-
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$
|
|
8136
|
+
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$4 = [
|
|
8137
8137
|
{
|
|
8138
8138
|
category: "Upstream emissions of purchased fuels",
|
|
8139
8139
|
items: [
|
|
@@ -8503,7 +8503,7 @@ const ALL_SCOPES_3_CEMENT = [
|
|
|
8503
8503
|
icon: RiDeleteBin5Line,
|
|
8504
8504
|
scope: "scope3",
|
|
8505
8505
|
unit: "kWh",
|
|
8506
|
-
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$
|
|
8506
|
+
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$4,
|
|
8507
8507
|
desc: "Total Fuel Energy Emission",
|
|
8508
8508
|
},
|
|
8509
8509
|
{
|
|
@@ -10324,6 +10324,35 @@ const OPERATIONS_PRODUCTS = [
|
|
|
10324
10324
|
emissionFactor: 2.75,
|
|
10325
10325
|
},
|
|
10326
10326
|
];
|
|
10327
|
+
const STATIONARY_COMBUSTION_PRODUCTS$1 = [
|
|
10328
|
+
{ name: "Indian Coal", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.45 },
|
|
10329
|
+
{ name: "Imported Coal", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.3 },
|
|
10330
|
+
{ name: "Petcoke", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 3.1 },
|
|
10331
|
+
{ name: "LPG Usage", unit: "Tonne", type: "gas", calorificValue: 1, emissionFactor: 2.984 },
|
|
10332
|
+
{ name: "Diesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.6923 },
|
|
10333
|
+
{ name: "Furnace Oil", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 3.1 },
|
|
10334
|
+
{ name: "Natural gas", unit: "Nm3", type: "gas", calorificValue: 1, emissionFactor: 0.002 },
|
|
10335
|
+
{ name: "Biomass (Wood Chips, Agricultural Residue)", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 0 },
|
|
10336
|
+
{ name: "RDF (Refuse Derived Fuel)", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 0 },
|
|
10337
|
+
{ name: "Tires", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.72 },
|
|
10338
|
+
{ name: "Biogas", unit: "m3", type: "gas", calorificValue: 1, emissionFactor: 0.00202 },
|
|
10339
|
+
{ name: "Fossil-based ethanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.51 },
|
|
10340
|
+
{ name: "Bio-based ethanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.5 },
|
|
10341
|
+
{ name: "Fossil-based methanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.56 },
|
|
10342
|
+
{ name: "Bio-based methanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.5 },
|
|
10343
|
+
{ name: "Biodiesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.8 },
|
|
10344
|
+
{ name: "Synthetic Fuel [Gas-to-Liquid (GTL)]", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 3.53 },
|
|
10345
|
+
{ name: "Synthetic Fuel [Coal-to-Liquid (CTL)]", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 5.53 },
|
|
10346
|
+
{ name: "Naphtha", unit: "tonne", type: "liquid", calorificValue: 1, emissionFactor: 3.1 },
|
|
10347
|
+
];
|
|
10348
|
+
const MOBILE_COMBUSTION_PRODUCTS$1 = [
|
|
10349
|
+
{ name: "Diesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.6923 },
|
|
10350
|
+
{ name: "HSD/Diesel-Company Owned Vehicle", unit: "Kl", type: "liquid", calorificValue: 1, emissionFactor: 2.7 },
|
|
10351
|
+
{ name: "Grease", unit: "Tonnes", type: "solid", calorificValue: 1, emissionFactor: 3.1 },
|
|
10352
|
+
{ name: "Lubrication Oil", unit: "Kl", type: "liquid", calorificValue: 1, emissionFactor: 2.9 },
|
|
10353
|
+
{ name: "LPG Usage", unit: "Tonne", type: "gas", calorificValue: 1, emissionFactor: 2.984 },
|
|
10354
|
+
{ name: "CNG", unit: "Tonne", type: "gas", calorificValue: 1, emissionFactor: 2.75 },
|
|
10355
|
+
];
|
|
10327
10356
|
const FIRE_EXTINGUISHER_PRODUCTS$e = [
|
|
10328
10357
|
{
|
|
10329
10358
|
name: "CO2 Fire Extinguisher Refilling",
|
|
@@ -10359,6 +10388,48 @@ const SF6_USAGE_PRODUCTS$b = [
|
|
|
10359
10388
|
},
|
|
10360
10389
|
];
|
|
10361
10390
|
const CHEMICAL_PROCESS_PRODUCTS = [
|
|
10391
|
+
{
|
|
10392
|
+
name: "Calcined Petroleum Coke (CPC) production / calcination",
|
|
10393
|
+
unit: "t",
|
|
10394
|
+
type: "process",
|
|
10395
|
+
calorificValue: 1,
|
|
10396
|
+
emissionFactor: 0.52,
|
|
10397
|
+
},
|
|
10398
|
+
{
|
|
10399
|
+
name: "Coal Tar Pitch (CTP) production",
|
|
10400
|
+
unit: "t",
|
|
10401
|
+
type: "process",
|
|
10402
|
+
calorificValue: 1,
|
|
10403
|
+
emissionFactor: 0.18,
|
|
10404
|
+
},
|
|
10405
|
+
{
|
|
10406
|
+
name: "Benzene production",
|
|
10407
|
+
unit: "t",
|
|
10408
|
+
type: "process",
|
|
10409
|
+
calorificValue: 1,
|
|
10410
|
+
emissionFactor: 1.06,
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
name: "Phthalic Anhydride production",
|
|
10414
|
+
unit: "t",
|
|
10415
|
+
type: "process",
|
|
10416
|
+
calorificValue: 1,
|
|
10417
|
+
emissionFactor: 1.2,
|
|
10418
|
+
},
|
|
10419
|
+
{
|
|
10420
|
+
name: "Carbon Black Oil processing",
|
|
10421
|
+
unit: "t",
|
|
10422
|
+
type: "process",
|
|
10423
|
+
calorificValue: 1,
|
|
10424
|
+
emissionFactor: 0.22,
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
name: "Petroleum Pitch production",
|
|
10428
|
+
unit: "t",
|
|
10429
|
+
type: "process",
|
|
10430
|
+
calorificValue: 1,
|
|
10431
|
+
emissionFactor: 0.3,
|
|
10432
|
+
},
|
|
10362
10433
|
{
|
|
10363
10434
|
name: "Tetrafluoroethylene (TFE)",
|
|
10364
10435
|
unit: "tonne",
|
|
@@ -10417,6 +10488,22 @@ const CHEMICAL_PROCESS_PRODUCTS = [
|
|
|
10417
10488
|
},
|
|
10418
10489
|
];
|
|
10419
10490
|
const SCOPE1_CHEMICAL = [
|
|
10491
|
+
{
|
|
10492
|
+
name: "Stationary combustion",
|
|
10493
|
+
icon: GiElectric,
|
|
10494
|
+
scope: "scope1",
|
|
10495
|
+
unit: "various",
|
|
10496
|
+
subProducts: STATIONARY_COMBUSTION_PRODUCTS$1,
|
|
10497
|
+
desc: "Stationary combustion emissions",
|
|
10498
|
+
},
|
|
10499
|
+
{
|
|
10500
|
+
name: "Mobile combustion",
|
|
10501
|
+
icon: IoCarOutline,
|
|
10502
|
+
scope: "scope1",
|
|
10503
|
+
unit: "various",
|
|
10504
|
+
subProducts: MOBILE_COMBUSTION_PRODUCTS$1,
|
|
10505
|
+
desc: "Mobile combustion emissions",
|
|
10506
|
+
},
|
|
10420
10507
|
{
|
|
10421
10508
|
name: "Operations",
|
|
10422
10509
|
icon: GiElectric,
|
|
@@ -10457,6 +10544,14 @@ const SCOPE1_CHEMICAL = [
|
|
|
10457
10544
|
subProducts: SF6_USAGE_PRODUCTS$b,
|
|
10458
10545
|
desc: "SF6 Usage Emissions",
|
|
10459
10546
|
},
|
|
10547
|
+
{
|
|
10548
|
+
name: "Process Emissions",
|
|
10549
|
+
icon: RiDeleteBin5Line,
|
|
10550
|
+
scope: "scope1",
|
|
10551
|
+
unit: "tonne",
|
|
10552
|
+
subProducts: CHEMICAL_PROCESS_PRODUCTS,
|
|
10553
|
+
desc: "Direct process emissions from chemical production",
|
|
10554
|
+
},
|
|
10460
10555
|
];
|
|
10461
10556
|
const LOCATION_BASED_ELECTRICITY$e = [
|
|
10462
10557
|
{
|
|
@@ -10538,7 +10633,22 @@ const SCOPE2_CHEMICAL = [
|
|
|
10538
10633
|
},
|
|
10539
10634
|
];
|
|
10540
10635
|
const ALLSCOPES_CHEMICAL = [...SCOPE1_CHEMICAL, ...SCOPE2_CHEMICAL];
|
|
10636
|
+
const CHEMICAL_PURCHASED_GOODS_CHANGES = {
|
|
10637
|
+
category: "Purchased Good / Raw Material",
|
|
10638
|
+
items: [
|
|
10639
|
+
{ item: "Green Petroleum Coke (GPC)", emissionFactor: 0.86, unit: "tCO2e/tonne" },
|
|
10640
|
+
{ item: "Coal Tar", emissionFactor: 0.34, unit: "tCO2e/tonne" },
|
|
10641
|
+
{ item: "Naphthalene", emissionFactor: 2.4, unit: "tCO2e/tonne" },
|
|
10642
|
+
{ item: "o-Xylene", emissionFactor: 2.7, unit: "tCO2e/tonne" },
|
|
10643
|
+
{ item: "Nitrogen Gas", emissionFactor: 0.31, unit: "tCO2e/tonne" },
|
|
10644
|
+
{ item: "Oxygen Gas", emissionFactor: 0.62, unit: "tCO2e/tonne" },
|
|
10645
|
+
{ item: "Refractory Materials", emissionFactor: 1.8, unit: "tCO2e/tonne" },
|
|
10646
|
+
{ item: "HDPE Drums", emissionFactor: 2.3, unit: "tCO2e/tonne" },
|
|
10647
|
+
{ item: "Steel Drums", emissionFactor: 1.9, unit: "tCO2e/tonne steel" },
|
|
10648
|
+
],
|
|
10649
|
+
};
|
|
10541
10650
|
const PURCHASED_GOODS_AND_SERVICES$d = [
|
|
10651
|
+
CHEMICAL_PURCHASED_GOODS_CHANGES,
|
|
10542
10652
|
{
|
|
10543
10653
|
category: "Raw Materials",
|
|
10544
10654
|
items: [
|
|
@@ -10842,21 +10952,6 @@ const UPSTREAM_TRANSPORTATION_EMISSIONS$2 = [
|
|
|
10842
10952
|
],
|
|
10843
10953
|
},
|
|
10844
10954
|
];
|
|
10845
|
-
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$4 = [
|
|
10846
|
-
{
|
|
10847
|
-
category: "Upstream emissions of purchased fuels",
|
|
10848
|
-
items: [
|
|
10849
|
-
{ item: "Coal", emissionFactor: 2.46, unit: "tonnes" },
|
|
10850
|
-
{ item: "Coke", emissionFactor: 34, unit: "tonnes" },
|
|
10851
|
-
{ item: "Diesel", emissionFactor: 2.6923, unit: "kl" },
|
|
10852
|
-
{ item: "LPG", emissionFactor: 3, unit: "tonnes" },
|
|
10853
|
-
{ item: "Natural Gas", emissionFactor: 0.0019, unit: "m3" },
|
|
10854
|
-
{ item: "Petrol", emissionFactor: 2.35, unit: "kl" },
|
|
10855
|
-
{ item: "Propane", emissionFactor: 3, unit: "tonnes" },
|
|
10856
|
-
{ item: "CNG", emissionFactor: 2.75, unit: "tonnes" },
|
|
10857
|
-
],
|
|
10858
|
-
},
|
|
10859
|
-
];
|
|
10860
10955
|
// 7. Employee Commuting
|
|
10861
10956
|
const EMPLOYEE_COMMUTING$e = [
|
|
10862
10957
|
{
|
|
@@ -11399,6 +11494,26 @@ const BUSINESS_TRAVEL$e = [
|
|
|
11399
11494
|
},
|
|
11400
11495
|
];
|
|
11401
11496
|
const WASTE_DISPOSAL_EMISSIONS$3 = [
|
|
11497
|
+
{
|
|
11498
|
+
category: "Waste from Operations",
|
|
11499
|
+
items: [
|
|
11500
|
+
{ item: "Hazardous Chemical Waste Incineration", emissionFactor: 1.2, unit: "tCO2e/tonne waste" },
|
|
11501
|
+
{ item: "Waste Oil Disposal / Incineration", emissionFactor: 3.1, unit: "tCO2e/tonne waste oil" },
|
|
11502
|
+
{ item: "Spent Refractory Disposal", emissionFactor: 0.12, unit: "tCO2e/tonne waste" },
|
|
11503
|
+
{ item: "Sludge from Effluent Treatment Plant (ETP)", emissionFactor: 0.45, unit: "tCO2e/tonne sludge" },
|
|
11504
|
+
{ item: "Tar Sludge Disposal", emissionFactor: 0.8, unit: "tCO2e/tonne waste" },
|
|
11505
|
+
{ item: "Contaminated Packaging Waste", emissionFactor: 2.5, unit: "tCO2e/tonne waste" },
|
|
11506
|
+
{ item: "Scrap Metal Recycling", emissionFactor: 0.07, unit: "tCO2e/tonne scrap recycled" },
|
|
11507
|
+
{ item: "General Industrial Landfill Waste", emissionFactor: 0.46, unit: "tCO2e/tonne waste" },
|
|
11508
|
+
{ item: "Wastewater Treatment", emissionFactor: 0.34, unit: "tCO2e/m3 wastewater" },
|
|
11509
|
+
{ item: "Activated Carbon / Filter Media Disposal", emissionFactor: 1.1, unit: "tCO2e/tonne waste" },
|
|
11510
|
+
{ item: "Fly Ash Disposal", emissionFactor: 0.02, unit: "tCO2e/tonne ash" },
|
|
11511
|
+
{ item: "Spent Catalyst Disposal", emissionFactor: 2.8, unit: "tCO2e/tonne waste" },
|
|
11512
|
+
{ item: "Plastic Waste Incineration", emissionFactor: 2.7, unit: "tCO2e/tonne plastic waste" },
|
|
11513
|
+
{ item: "Organic Chemical Wastewater", emissionFactor: 0.6, unit: "tCO2e/m3 wastewater" },
|
|
11514
|
+
{ item: "Industrial Solid Waste Recycling", emissionFactor: 0.05, unit: "tCO2e/tonne waste recycled" },
|
|
11515
|
+
],
|
|
11516
|
+
},
|
|
11402
11517
|
{
|
|
11403
11518
|
category: "Chemical Waste",
|
|
11404
11519
|
items: [
|
|
@@ -11565,15 +11680,6 @@ const ALL_SCOPES_3_CHEMICAL = [
|
|
|
11565
11680
|
subProducts: PURCHASED_GOODS_AND_SERVICES$d,
|
|
11566
11681
|
desc: "Total Purchase Goods and Services Used",
|
|
11567
11682
|
},
|
|
11568
|
-
{
|
|
11569
|
-
name: "Fuel Energy Related",
|
|
11570
|
-
displayName: "Fuel and Energy Related Activities",
|
|
11571
|
-
icon: RiDeleteBin5Line,
|
|
11572
|
-
scope: "scope3",
|
|
11573
|
-
unit: "kWh",
|
|
11574
|
-
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$4,
|
|
11575
|
-
desc: "Total Fuel Energy Emission",
|
|
11576
|
-
},
|
|
11577
11683
|
{
|
|
11578
11684
|
name: "Waste Generated by Operation",
|
|
11579
11685
|
displayName: "Waste Generated by Operation",
|
|
@@ -11608,6 +11714,15 @@ const ALL_SCOPES_3_CHEMICAL = [
|
|
|
11608
11714
|
subProducts: UPSTREAM_TRANSPORTATION_EMISSIONS$2,
|
|
11609
11715
|
desc: "Total Upstream Transportation and Distribution",
|
|
11610
11716
|
},
|
|
11717
|
+
{
|
|
11718
|
+
name: "Downstream Transportation",
|
|
11719
|
+
displayName: "Downstream Transportation and Distribution",
|
|
11720
|
+
icon: RiDeleteBin5Line,
|
|
11721
|
+
scope: "scope3",
|
|
11722
|
+
unit: "tonne-km",
|
|
11723
|
+
subProducts: UPSTREAM_TRANSPORTATION_EMISSIONS$2,
|
|
11724
|
+
desc: "Total Downstream Transportation and Distribution",
|
|
11725
|
+
},
|
|
11611
11726
|
];
|
|
11612
11727
|
|
|
11613
11728
|
// --------------------------------- Scope 1 Products ---------------------------------
|
|
@@ -40326,7 +40441,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40326
40441
|
MARKET_BASED_ELECTRICITY_GAS_LAB: MARKET_BASED_ELECTRICITY_GAS_LAB,
|
|
40327
40442
|
MINING_OPERATIONS: MINING_OPERATIONS,
|
|
40328
40443
|
MINING_OPERATIONS_PRODUCTS: MINING_OPERATIONS_PRODUCTS,
|
|
40329
|
-
MOBILE_COMBUSTION_PRODUCTS: MOBILE_COMBUSTION_PRODUCTS$
|
|
40444
|
+
MOBILE_COMBUSTION_PRODUCTS: MOBILE_COMBUSTION_PRODUCTS$2,
|
|
40330
40445
|
ONSITE_POWER_GENERATION: ONSITE_POWER_GENERATION,
|
|
40331
40446
|
ON_SITE_POWER_PRODUCTS: ON_SITE_POWER_PRODUCTS,
|
|
40332
40447
|
OPERATIONS_PRODUCTS: OPERATIONS_PRODUCTS,
|
|
@@ -40390,7 +40505,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40390
40505
|
SCOPE3_GAS_LAB: SCOPE3_GAS_LAB,
|
|
40391
40506
|
SCOPE3_HOSPITALITY: SCOPE3_HOSPITALITY,
|
|
40392
40507
|
SF6_USAGE_PRODUCTS_POLYMER: SF6_USAGE_PRODUCTS_POLYMER,
|
|
40393
|
-
STATIONARY_COMBUSTION_PRODUCTS: STATIONARY_COMBUSTION_PRODUCTS$
|
|
40508
|
+
STATIONARY_COMBUSTION_PRODUCTS: STATIONARY_COMBUSTION_PRODUCTS$2,
|
|
40394
40509
|
TD_LOSSES_ELECTRICITY_PRODUCTS: TD_LOSSES_ELECTRICITY_PRODUCTS,
|
|
40395
40510
|
TRAVEL_EMISSIONS: TRAVEL_EMISSIONS,
|
|
40396
40511
|
UPSTREAM_FUEL_EMISSIONS_PRODUCTS: UPSTREAM_FUEL_EMISSIONS_PRODUCTS,
|