@tesouro/embedded-components-react 0.4.6 → 0.4.8

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,4 +1,4 @@
1
1
  //#region ../../libs/tesouro-embedded-components-react/shared/data-access/dist/lib/api-version.json.js
2
- var e = "2025-06-23", t = { version: e };
2
+ var e = "2026-09-24", t = { version: e };
3
3
  //#endregion
4
4
  export { t as default, e as version };
@@ -1829,6 +1829,7 @@ var ji = e.object({
1829
1829
  quantity: e.number().gte(0).nullish(),
1830
1830
  subtotal: e.int().nullish(),
1831
1831
  tax: e.int().gte(0).lte(1e4).nullish(),
1832
+ tax_amount: e.int().nullish(),
1832
1833
  total: e.int().nullish(),
1833
1834
  unit: e.string().nullish(),
1834
1835
  unit_price: e.int().nullish()
@@ -1847,7 +1848,10 @@ e.object({
1847
1848
  ledger_account_id: e.uuid().nullish(),
1848
1849
  name: e.string().nullish(),
1849
1850
  quantity: e.number().gte(0).nullish(),
1851
+ subtotal: e.int().nullish(),
1850
1852
  tax: e.int().gte(0).lte(1e4).nullish(),
1853
+ tax_amount: e.int().nullish(),
1854
+ total: e.int().nullish(),
1851
1855
  unit: e.string().nullish(),
1852
1856
  unit_price: e.int().nullish()
1853
1857
  });
@@ -1,5 +1,5 @@
1
1
  //#region ../../libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
2
- var e = "@tesouro/embedded-components-react", t = "0.4.6", n = "1b466c8e06929fd3447344fe3c85c6c7b11affd5", r = Object.freeze({
2
+ var e = "@tesouro/embedded-components-react", t = "0.4.8", n = "7b3b2592adf2132ec8909b2dee8530e448fd1935", r = Object.freeze({
3
3
  library_name: e,
4
4
  library_version: t,
5
5
  library_sha: n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tesouro/embedded-components-react",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "packageDepSync": {