@nomalism-com/types 0.27.63 → 0.27.64
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.
|
@@ -10,7 +10,7 @@ export declare const LowerName: string;
|
|
|
10
10
|
export type IDocumentLineVirtuals = DocumentLineVirtuals;
|
|
11
11
|
export type IDocumentLineBaseVirtuals = DocumentLineBaseVirtuals;
|
|
12
12
|
export type IPromotions = Pick<ProductPromotionVirtuals, "exclusive_to_location_id" | "exclusive_to_client_id" | "discount">;
|
|
13
|
-
export type IDataKeys = "AvisoCliente" | "
|
|
13
|
+
export type IDataKeys = "AvisoCliente" | "Quantidade Encomendada Originalmente" | "Linha criada na EM" | "Entrada de Material" | "Opcao EM" | "Levantar DF" | "Enviar Email NCF" | "DF Rejeitada" | "Fechar DF" | "Documento pago" | "Devolucao Cliente" | "Recibo do documento" | "Cancelar" | "OriginalProductId" | "imported_from_sheets" | "sheets_line_position" | "Emitir" | "Backup PDF" | "Conferir" | "Conferir Encomenda" | "Continuar" | "Saldos Migrados" | "Estado PHC" | "Pagamento" | "PHC origin_id" | "PHC ef_stamp";
|
|
14
14
|
export interface IDataPayload {
|
|
15
15
|
value: unknown;
|
|
16
16
|
updated_at: Date;
|
|
@@ -759,7 +759,6 @@ export type DocumentLineBaseVirtuals = {
|
|
|
759
759
|
invoice_document_header_external_id: string | null;
|
|
760
760
|
invoice_external_id: string | null;
|
|
761
761
|
credit_note_id: string | null;
|
|
762
|
-
encomendar: boolean;
|
|
763
762
|
df_rejeitada: boolean;
|
|
764
763
|
levantar_df: boolean;
|
|
765
764
|
df_fechada: boolean;
|