@seidor-cloud-produtos/tax-core 0.0.48 → 0.0.49

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.
@@ -48731,6 +48731,9 @@ var NfseRollback = class {
48731
48731
  this.instance.status = validationValue(
48732
48732
  StatusDocumentEnum.fromNewValue(document?.erp_integration_status)
48733
48733
  );
48734
+ this.instance.tipoOperacao = validationValue(
48735
+ OperationTypeEnum.fromNewValue(document?.operation_type)
48736
+ );
48734
48737
  this.instance.period = periodDate ? periodDate.replace(/-/g, "/") : null;
48735
48738
  this.instance.active = document?.isDBActive;
48736
48739
  this.instance.inactivated_at = !document?.isDBActive ? document?.inactivated_at : null;