@seidor-cloud-produtos/tax-core 1.0.12 → 1.0.13

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.
package/dist/index.d.mts CHANGED
@@ -2192,6 +2192,9 @@ interface ITaxMongo {
2192
2192
  interstate_icms_tax_rate: number;
2193
2193
  icms_value_origin_uf: number;
2194
2194
  difal_icms_category: DifalIcmsCategoryEnum;
2195
+ donation_indicator: DonationIndicatorEnum;
2196
+ tax_classification_code: string;
2197
+ zfm_presumed_credit_type: ZfmPresumedCreditTypeEnum;
2195
2198
  }
2196
2199
  interface IImportDeclaration {
2197
2200
  number: string;
@@ -2760,6 +2763,7 @@ declare class CalculationBasisNatureSetting {
2760
2763
  username: string;
2761
2764
  useremail: string;
2762
2765
  }[];
2766
+ getNatureCode(cst: string, cfop: string): string;
2763
2767
  }
2764
2768
  declare class EfdContribSpecializedProfile {
2765
2769
  protected _id: string;
package/dist/index.d.ts CHANGED
@@ -2192,6 +2192,9 @@ interface ITaxMongo {
2192
2192
  interstate_icms_tax_rate: number;
2193
2193
  icms_value_origin_uf: number;
2194
2194
  difal_icms_category: DifalIcmsCategoryEnum;
2195
+ donation_indicator: DonationIndicatorEnum;
2196
+ tax_classification_code: string;
2197
+ zfm_presumed_credit_type: ZfmPresumedCreditTypeEnum;
2195
2198
  }
2196
2199
  interface IImportDeclaration {
2197
2200
  number: string;
@@ -2760,6 +2763,7 @@ declare class CalculationBasisNatureSetting {
2760
2763
  username: string;
2761
2764
  useremail: string;
2762
2765
  }[];
2766
+ getNatureCode(cst: string, cfop: string): string;
2763
2767
  }
2764
2768
  declare class EfdContribSpecializedProfile {
2765
2769
  protected _id: string;