sinfactura-types 1.6.39 → 1.6.41

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 +1 -1
  2. package/package.json +2 -2
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';
@@ -290,6 +289,7 @@ declare global {
290
289
  hasKey?: boolean;
291
290
  facturaMLegend?: 'retencion' | 'cbu_informada';
292
291
  cbu?: string;
292
+ caeaPointOfSale?: number;
293
293
  certExpiry?: number;
294
294
  }
295
295
  type StoreAttributeNames = keyof Store;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.6.39",
3
+ "version": "1.6.41",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "build": "tsc",
15
15
  "prepublishOnly": "tsc",
16
16
  "login": "npm login",
17
- "release": "npm version patch --no-git-tag-version && npm publish"
17
+ "release": "npm version patch --no-git-tag-version"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public",