@nomalism-com/types 1.0.40 → 1.0.41

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.
@@ -517,8 +517,6 @@ export type DocumentLineBaseVirtuals = {
517
517
  client_start_id: string | null;
518
518
  provider_start_id: string | null;
519
519
  invoice_id: string | null;
520
- invoice_document_header_external_id: string | null;
521
- invoice_external_id: string | null;
522
520
  credit_note_id: string | null;
523
521
  df_rejeitada: boolean;
524
522
  levantar_df: boolean;
@@ -577,8 +575,6 @@ export type DocumentLineVirtuals = {
577
575
  awaiting_production: boolean;
578
576
  ordered: boolean;
579
577
  provider_invoice: boolean;
580
- invoice_external_id: string | null;
581
- invoice_document_header_external_id: string | null;
582
578
  invoice_id: string | null;
583
579
  credit_note_id: string | null;
584
580
  client_start_id: string | null;
@@ -621,7 +617,6 @@ export type DocumentHeaderBaseVirtuals = {
621
617
  id: string;
622
618
  p_id: string;
623
619
  name: string;
624
- alias: string;
625
620
  external_name: string | null;
626
621
  document_number: string;
627
622
  };
@@ -629,7 +624,6 @@ export type DocumentHeaderVirtuals = {
629
624
  id: string;
630
625
  p_id: string;
631
626
  name: string;
632
- alias: string;
633
627
  external_name: string | null;
634
628
  document_number: string;
635
629
  client_total_without_tax: number;
@@ -645,7 +639,6 @@ export type DocumentHeaderClientVirtuals = {
645
639
  id: string;
646
640
  p_id: string;
647
641
  name: string;
648
- alias: string;
649
642
  external_name: string | null;
650
643
  document_number: string;
651
644
  client_total_without_tax: number;
@@ -657,7 +650,6 @@ export type DocumentHeaderProviderVirtuals = {
657
650
  id: string;
658
651
  p_id: string;
659
652
  name: string;
660
- alias: string;
661
653
  external_name: string | null;
662
654
  document_number: string;
663
655
  provider_total_discount: number;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.40",
12
+ "version": "1.0.41",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [