@tesouro/embedded-components-react 0.2.243 → 0.2.245

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.
@@ -2935,8 +2935,14 @@ var Go = e.object({
2935
2935
  }), Xo = e.enum([
2936
2936
  "id",
2937
2937
  "created_at",
2938
+ "updated_at",
2938
2939
  "issued_at",
2939
- "due_date"
2940
+ "due_date",
2941
+ "amount",
2942
+ "status",
2943
+ "document_id",
2944
+ "currency",
2945
+ "counterpart_name"
2940
2946
  ]), Zo = e.enum([
2941
2947
  "created_at",
2942
2948
  "status",
@@ -3981,7 +3987,16 @@ e.object({ data: e.array(fl) }), e.object({ file: e.string() }), e.object({
3981
3987
  total_amount: e.int().gte(0).optional(),
3982
3988
  transaction_id: e.uuid().optional()
3983
3989
  });
3984
- var pl = e.enum(["id", "created_at"]), ml = e.enum([
3990
+ var pl = e.enum([
3991
+ "id",
3992
+ "created_at",
3993
+ "updated_at",
3994
+ "issued_at",
3995
+ "total_amount",
3996
+ "merchant_name",
3997
+ "document_id",
3998
+ "currency"
3999
+ ]), ml = e.enum([
3985
4000
  "created_at",
3986
4001
  "currency",
3987
4002
  "issued_at"
@@ -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.2.243", n = "a172f6478592b8e1f08304d4ea526c313f4fb753", r = Object.freeze({
2
+ var e = "@tesouro/embedded-components-react", t = "0.2.245", n = "3cf37e4e1e071a9c783cc7296c14a2ff03f6676f", 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.2.243",
3
+ "version": "0.2.245",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "packageDepSync": {