sinfactura-types 1.6.39 → 1.6.40

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.
Files changed (2) hide show
  1. package/dist/store.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/store.d.ts CHANGED
@@ -178,7 +178,6 @@ declare global {
178
178
  ivaTypes: Method[];
179
179
  minWithDni: number;
180
180
  maintenance?: MaintenanceInfo;
181
- legacyCurrencyIds?: Record<number, string>;
182
181
  afipCertAlert?: {
183
182
  expiry: number;
184
183
  band: 'expired' | '14' | '30' | '60';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.6.39",
3
+ "version": "1.6.40",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",