@nomalism-com/types 0.39.57 → 0.39.58

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.
@@ -949,6 +949,7 @@ export type DocumentLineVirtuals = {
949
949
  invoice_document_header_external_id: string | null;
950
950
  invoice_id: string | null;
951
951
  credit_note_id: string | null;
952
+ df_pdf: boolean;
952
953
  client_start_id: string | null;
953
954
  provider_start_id: string | null;
954
955
  state: string;
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.39.57",
4
+ "version": "0.39.58",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",