@senior-gestao-empresarial/erpx-components 3.35.0-develop-b37ce58c → 4.0.0-develop-a313cf68

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.
@@ -163,7 +163,7 @@ export declare class ErpTributosComponent implements OnInit, OnChanges, OnDestro
163
163
  private montaIBSMunicipal;
164
164
  private montaIBSCreditoPresumido;
165
165
  private montaIS;
166
- private montaCBS_IBS_ESTORNO_CREDITO;
166
+ private montaCBSIBSEstornoCredito;
167
167
  private montaPis;
168
168
  private montaCofins;
169
169
  private montaIpi;
@@ -2,3 +2,9 @@ export * from './erp-tributos.module';
2
2
  export * from './erp-tributos.component';
3
3
  export * from './erp-tributos.types';
4
4
  export { Context } from './types/context';
5
+ export { OutgoingInvoiceType } from './types/outgoing-invoice-type';
6
+ export { DebitInvoiceType } from './types/debit-invoice-type';
7
+ export { IncomingInvoiceType } from './types/incoming-invoice-type';
8
+ export { SaleOrderType } from './types/sale-order-type';
9
+ export { PurchaseOrderType } from './types/purchase-order-type';
10
+ export { ItemType } from './types/item-type';