@zerocarbon/erp-config-sdk 1.0.31 → 1.0.32
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/bulk-bill-agent.esm.js +1 -0
- package/dist/bulk-bill-agent.esm.js.map +1 -1
- package/dist/bulk-bill-agent.js +1 -0
- package/dist/bulk-bill-agent.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37671,6 +37671,7 @@ const BULK_BILL_AGENT_PROFILES = {
|
|
|
37671
37671
|
extractionRules: [
|
|
37672
37672
|
'Prefer current-period bill-level or net billed consumption over charges, rates, TOD/slab rows, arrears, or historical meter rows.',
|
|
37673
37673
|
'For grid import or purchased electricity, use current-period import/from-grid consumption.',
|
|
37674
|
+
'When a purchased grid electricity bill does not explicitly distinguish national vs regional grid, default the ERP mapping to Regional Grid; do not send it to review for that ambiguity alone.',
|
|
37674
37675
|
'For solar or renewable electricity, use current-period generation or renewable energy consumption.',
|
|
37675
37676
|
'Treat “units” as kWh only for electricity documents.',
|
|
37676
37677
|
],
|