@genesislcap/pbc-reconciliation-ui 0.0.20 → 0.0.21

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.
@@ -1,2 +1,2 @@
1
- #Mon Jul 08 17:57:28 UTC 2024
1
+ #Tue Jul 09 09:34:54 UTC 2024
2
2
  gradle.version=8.3
Binary file
@@ -178,7 +178,7 @@ const reconciliationConfigurationAndResult = html `
178
178
  only-template-col-defs
179
179
  >
180
180
  <grid-pro-genesis-datasource
181
- resource-name="ALL_RECONCILIATION_RESULTS"
181
+ resource-name="ALL_RECONCILIATION_RULE_RESULTS"
182
182
  criteria=${(x) => x.criteria}
183
183
  max-rows=${(_) => MAX_ROWS_RECONCILIATION_RESULT}
184
184
  max-view=${(_) => MAX_ROWS_RECONCILIATION_RESULT}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reconciliation-ui",
3
3
  "description": "Genesis PBC reconciliation UI",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/reconciliation.d.ts",
@@ -213,7 +213,7 @@ const reconciliationConfigurationAndResult = html<ReconciliationsPanel>`
213
213
  only-template-col-defs
214
214
  >
215
215
  <grid-pro-genesis-datasource
216
- resource-name="ALL_RECONCILIATION_RESULTS"
216
+ resource-name="ALL_RECONCILIATION_RULE_RESULTS"
217
217
  criteria=${(x) => x.criteria}
218
218
  max-rows=${(_) => MAX_ROWS_RECONCILIATION_RESULT}
219
219
  max-view=${(_) => MAX_ROWS_RECONCILIATION_RESULT}