@nomalism-com/types 0.40.127 → 0.40.128

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.
@@ -1061,7 +1061,7 @@ export type ConferirEncomenda = {
1061
1061
  id: string;
1062
1062
  document_line_id: string;
1063
1063
  data: IMotivosDeEsperaData;
1064
- estado: IEstadoEncomenda;
1064
+ value: IEstadoEncomenda;
1065
1065
  created_at: Date;
1066
1066
  created_by: string;
1067
1067
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.40.127",
4
+ "version": "0.40.128",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",