@nomalism-com/types 0.34.27 → 0.34.28

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.
@@ -774,7 +774,6 @@ export type DocumentLineBaseVirtuals = {
774
774
  already_client_order: boolean;
775
775
  already_material_entrance: boolean;
776
776
  to_order: boolean;
777
- rejected_return_to_provider: boolean;
778
777
  inventory_loss: boolean;
779
778
  return_to_provider_without_credit_note: boolean;
780
779
  returned_to_provider: boolean;
@@ -793,7 +792,6 @@ export type DocumentLineBaseVirtuals = {
793
792
  invoice_document_header_external_id: string | null;
794
793
  invoice_external_id: string | null;
795
794
  credit_note_id: string | null;
796
- df_rejeitada: boolean;
797
795
  levantar_df: boolean;
798
796
  df_enviada: boolean;
799
797
  df_fechada: boolean;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.34.27",
12
+ "version": "0.34.28",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -827,7 +827,6 @@ export type DocumentLineBaseVirtuals = {
827
827
  already_client_order: boolean;
828
828
  already_material_entrance: boolean;
829
829
  to_order: boolean;
830
- rejected_return_to_provider: boolean;
831
830
  inventory_loss: boolean;
832
831
  return_to_provider_without_credit_note: boolean;
833
832
  returned_to_provider: boolean;
@@ -849,7 +848,6 @@ export type DocumentLineBaseVirtuals = {
849
848
  invoice_external_id: string | null;
850
849
  credit_note_id: string | null;
851
850
  // data values
852
- df_rejeitada: boolean;
853
851
  levantar_df: boolean;
854
852
  df_enviada: boolean;
855
853
  df_fechada: boolean;