@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.
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/api-version.json.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/package.json +1 -1
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js
CHANGED
|
@@ -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
|
});
|
package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
CHANGED
|
@@ -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.
|
|
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
|