@seidor-cloud-produtos/tax-core 1.0.2 → 1.0.3

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
@@ -1944,6 +1944,7 @@ interface FiltersDocument {
1944
1944
  issuance_date?: Date;
1945
1945
  period_start?: Date;
1946
1946
  period_end?: Date;
1947
+ period_param?: string;
1947
1948
  branch_ids?: string[];
1948
1949
  type?: DocumentTypeEnum;
1949
1950
  types?: DocumentTypeEnum[];
package/dist/index.d.ts CHANGED
@@ -1944,6 +1944,7 @@ interface FiltersDocument {
1944
1944
  issuance_date?: Date;
1945
1945
  period_start?: Date;
1946
1946
  period_end?: Date;
1947
+ period_param?: string;
1947
1948
  branch_ids?: string[];
1948
1949
  type?: DocumentTypeEnum;
1949
1950
  types?: DocumentTypeEnum[];