@nomalism-com/types 1.2.3 → 1.2.4

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.
@@ -870,8 +870,6 @@ export type DocumentLineBaseVirtuals = {
870
870
  client_start_id: string | null;
871
871
  provider_start_id: string | null;
872
872
  invoice_id: string | null;
873
- invoice_document_header_external_id: string | null;
874
- invoice_external_id: string | null;
875
873
  credit_note_id: string | null;
876
874
  levantar_df: boolean;
877
875
  df_enviada: boolean;
@@ -931,8 +929,6 @@ export type DocumentLineVirtuals = {
931
929
  awaiting_production: boolean;
932
930
  ordered: boolean;
933
931
  provider_invoice: boolean;
934
- invoice_external_id: string | null;
935
- invoice_document_header_external_id: string | null;
936
932
  invoice_id: string | null;
937
933
  credit_note_id: string | null;
938
934
  client_start_id: string | null;
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": "1.2.3",
4
+ "version": "1.2.4",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",