@zerocarbon/erp-config-sdk 1.0.16 → 1.0.17
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 +95 -16
- package/dist/index.esm.js +479 -845
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +479 -845
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1352,19 +1352,28 @@ declare const CCTS_SF6_PRODUCTS: {
|
|
|
1352
1352
|
emissionFactorUnit: string;
|
|
1353
1353
|
type: string;
|
|
1354
1354
|
}[];
|
|
1355
|
-
declare const CCTS_ELECTRICITY_PRODUCTS: {
|
|
1355
|
+
declare const CCTS_ELECTRICITY_PRODUCTS: ({
|
|
1356
1356
|
name: string;
|
|
1357
1357
|
unit: string;
|
|
1358
1358
|
emissionFactor: number;
|
|
1359
1359
|
emissionFactorUnit: string;
|
|
1360
1360
|
type: string;
|
|
1361
|
-
|
|
1361
|
+
source: string;
|
|
1362
|
+
} | {
|
|
1363
|
+
name: string;
|
|
1364
|
+
unit: string;
|
|
1365
|
+
emissionFactor: number;
|
|
1366
|
+
emissionFactorUnit: string;
|
|
1367
|
+
type: string;
|
|
1368
|
+
source?: undefined;
|
|
1369
|
+
})[];
|
|
1362
1370
|
declare const CCTS_PURCHASED_ELECTRICITY: {
|
|
1363
1371
|
name: string;
|
|
1364
1372
|
unit: string;
|
|
1365
1373
|
emissionFactor: number;
|
|
1366
1374
|
emissionFactorUnit: string;
|
|
1367
1375
|
type: string;
|
|
1376
|
+
source: string;
|
|
1368
1377
|
}[];
|
|
1369
1378
|
declare const CCTS_SCOPE1_CEMENT: ({
|
|
1370
1379
|
name: string;
|
|
@@ -1438,13 +1447,21 @@ declare const CCTS_SCOPE2_CEMENT: {
|
|
|
1438
1447
|
icon: react_icons_lib.IconType;
|
|
1439
1448
|
scope: string;
|
|
1440
1449
|
unit: string;
|
|
1441
|
-
subProducts: {
|
|
1450
|
+
subProducts: ({
|
|
1442
1451
|
name: string;
|
|
1443
1452
|
unit: string;
|
|
1444
1453
|
emissionFactor: number;
|
|
1445
1454
|
emissionFactorUnit: string;
|
|
1446
1455
|
type: string;
|
|
1447
|
-
|
|
1456
|
+
source: string;
|
|
1457
|
+
} | {
|
|
1458
|
+
name: string;
|
|
1459
|
+
unit: string;
|
|
1460
|
+
emissionFactor: number;
|
|
1461
|
+
emissionFactorUnit: string;
|
|
1462
|
+
type: string;
|
|
1463
|
+
source?: undefined;
|
|
1464
|
+
})[];
|
|
1448
1465
|
desc: string;
|
|
1449
1466
|
group: string;
|
|
1450
1467
|
}[];
|
|
@@ -2353,16 +2370,29 @@ declare const ALLSCOPES_BATTERY_EV: ({
|
|
|
2353
2370
|
desc: string;
|
|
2354
2371
|
})[];
|
|
2355
2372
|
|
|
2356
|
-
declare const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS: {
|
|
2373
|
+
declare const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS: ({
|
|
2357
2374
|
name: string;
|
|
2358
2375
|
unit: string;
|
|
2359
2376
|
emissionFactor: number;
|
|
2360
2377
|
calorificValue: number;
|
|
2361
2378
|
type: string;
|
|
2379
|
+
ncv: number;
|
|
2380
|
+
ncvUnit: string;
|
|
2362
2381
|
energyConversionFactor: number;
|
|
2363
2382
|
ch4EmissionFactor: number;
|
|
2364
2383
|
n2oEmissionFactor: number;
|
|
2365
|
-
}
|
|
2384
|
+
} | {
|
|
2385
|
+
name: string;
|
|
2386
|
+
unit: string;
|
|
2387
|
+
emissionFactor: number;
|
|
2388
|
+
calorificValue: number;
|
|
2389
|
+
type: string;
|
|
2390
|
+
ch4EmissionFactor: number;
|
|
2391
|
+
n2oEmissionFactor: number;
|
|
2392
|
+
ncv?: undefined;
|
|
2393
|
+
ncvUnit?: undefined;
|
|
2394
|
+
energyConversionFactor?: undefined;
|
|
2395
|
+
})[];
|
|
2366
2396
|
declare const CALCINATION_PROCESS_PRODUCTS: {
|
|
2367
2397
|
name: string;
|
|
2368
2398
|
unit: string;
|
|
@@ -2370,30 +2400,61 @@ declare const CALCINATION_PROCESS_PRODUCTS: {
|
|
|
2370
2400
|
calorificValue: number;
|
|
2371
2401
|
type: string;
|
|
2372
2402
|
}[];
|
|
2373
|
-
declare const MINING_OPERATIONS_PRODUCTS: {
|
|
2403
|
+
declare const MINING_OPERATIONS_PRODUCTS: ({
|
|
2374
2404
|
name: string;
|
|
2375
2405
|
unit: string;
|
|
2376
2406
|
emissionFactor: number;
|
|
2377
2407
|
calorificValue: number;
|
|
2378
2408
|
type: string;
|
|
2409
|
+
ncv: number;
|
|
2410
|
+
ncvUnit: string;
|
|
2379
2411
|
energyConversionFactor: number;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2412
|
+
} | {
|
|
2413
|
+
name: string;
|
|
2414
|
+
unit: string;
|
|
2415
|
+
emissionFactor: number;
|
|
2416
|
+
calorificValue: number;
|
|
2417
|
+
type: string;
|
|
2418
|
+
ncv?: undefined;
|
|
2419
|
+
ncvUnit?: undefined;
|
|
2420
|
+
energyConversionFactor?: undefined;
|
|
2421
|
+
})[];
|
|
2422
|
+
declare const ON_SITE_POWER_PRODUCTS: ({
|
|
2382
2423
|
name: string;
|
|
2383
2424
|
unit: string;
|
|
2384
2425
|
emissionFactor: number;
|
|
2385
2426
|
calorificValue: number;
|
|
2386
2427
|
type: string;
|
|
2428
|
+
ncv: number;
|
|
2429
|
+
ncvUnit: string;
|
|
2387
2430
|
energyConversionFactor: number;
|
|
2388
|
-
}
|
|
2389
|
-
declare const ELECTRICITY_CONSUMED_PRODUCTS: {
|
|
2431
|
+
} | {
|
|
2390
2432
|
name: string;
|
|
2391
2433
|
unit: string;
|
|
2392
2434
|
emissionFactor: number;
|
|
2393
2435
|
calorificValue: number;
|
|
2394
2436
|
type: string;
|
|
2395
2437
|
energyConversionFactor: number;
|
|
2396
|
-
|
|
2438
|
+
ncv?: undefined;
|
|
2439
|
+
ncvUnit?: undefined;
|
|
2440
|
+
})[];
|
|
2441
|
+
declare const ELECTRICITY_CONSUMED_PRODUCTS: ({
|
|
2442
|
+
name: string;
|
|
2443
|
+
unit: string;
|
|
2444
|
+
emissionFactor: number;
|
|
2445
|
+
calorificValue: number;
|
|
2446
|
+
type: string;
|
|
2447
|
+
energyConversionFactor: number;
|
|
2448
|
+
source: string;
|
|
2449
|
+
} | {
|
|
2450
|
+
name: string;
|
|
2451
|
+
unit: string;
|
|
2452
|
+
emissionFactor: number;
|
|
2453
|
+
calorificValue: number;
|
|
2454
|
+
type: string;
|
|
2455
|
+
energyConversionFactor: number;
|
|
2456
|
+
source?: undefined;
|
|
2457
|
+
})[];
|
|
2397
2458
|
declare const LPG_PRODUCTS: {
|
|
2398
2459
|
name: string;
|
|
2399
2460
|
unit: string;
|
|
@@ -2438,14 +2499,23 @@ declare const SCOPE2_CEMENT: {
|
|
|
2438
2499
|
icon: react_icons_lib.IconType;
|
|
2439
2500
|
scope: string;
|
|
2440
2501
|
unit: string;
|
|
2441
|
-
subProducts: {
|
|
2502
|
+
subProducts: ({
|
|
2442
2503
|
name: string;
|
|
2443
2504
|
unit: string;
|
|
2444
2505
|
type: string;
|
|
2445
2506
|
renewable: boolean;
|
|
2446
2507
|
calorificValue: number;
|
|
2447
2508
|
emissionFactor: number;
|
|
2448
|
-
|
|
2509
|
+
source: string;
|
|
2510
|
+
} | {
|
|
2511
|
+
name: string;
|
|
2512
|
+
unit: string;
|
|
2513
|
+
type: string;
|
|
2514
|
+
renewable: boolean;
|
|
2515
|
+
calorificValue: number;
|
|
2516
|
+
emissionFactor: number;
|
|
2517
|
+
source?: undefined;
|
|
2518
|
+
})[];
|
|
2449
2519
|
desc: string;
|
|
2450
2520
|
}[];
|
|
2451
2521
|
declare const ALLSCOPES_CEMENT: ({
|
|
@@ -2481,14 +2551,23 @@ declare const ALLSCOPES_CEMENT: ({
|
|
|
2481
2551
|
icon: react_icons_lib.IconType;
|
|
2482
2552
|
scope: string;
|
|
2483
2553
|
unit: string;
|
|
2484
|
-
subProducts: {
|
|
2554
|
+
subProducts: ({
|
|
2485
2555
|
name: string;
|
|
2486
2556
|
unit: string;
|
|
2487
2557
|
type: string;
|
|
2488
2558
|
renewable: boolean;
|
|
2489
2559
|
calorificValue: number;
|
|
2490
2560
|
emissionFactor: number;
|
|
2491
|
-
|
|
2561
|
+
source: string;
|
|
2562
|
+
} | {
|
|
2563
|
+
name: string;
|
|
2564
|
+
unit: string;
|
|
2565
|
+
type: string;
|
|
2566
|
+
renewable: boolean;
|
|
2567
|
+
calorificValue: number;
|
|
2568
|
+
emissionFactor: number;
|
|
2569
|
+
source?: undefined;
|
|
2570
|
+
})[];
|
|
2492
2571
|
desc: string;
|
|
2493
2572
|
})[];
|
|
2494
2573
|
type EmissionItem$g = {
|