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