@nomalism-com/types 0.27.65 → 0.27.66
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.
|
@@ -761,6 +761,7 @@ export type DocumentLineBaseVirtuals = {
|
|
|
761
761
|
credit_note_id: string | null;
|
|
762
762
|
df_rejeitada: boolean;
|
|
763
763
|
levantar_df: boolean;
|
|
764
|
+
df_enviada: boolean;
|
|
764
765
|
df_fechada: boolean;
|
|
765
766
|
conferir_encomenda: string | null;
|
|
766
767
|
documento_pago: IDataDocumentoPago | null;
|
|
@@ -826,6 +827,8 @@ export type DocumentLineVirtuals = {
|
|
|
826
827
|
phc_state: string | null;
|
|
827
828
|
awaits_client_notification: boolean;
|
|
828
829
|
upfront_total: number;
|
|
830
|
+
levantar_df: boolean;
|
|
831
|
+
df_enviada: boolean;
|
|
829
832
|
};
|
|
830
833
|
export type StartDocumentHeaderLastUpdateVirtuals = {
|
|
831
834
|
p_id: string;
|