sinfactura-types 1.6.37 → 1.6.38

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/invoice.d.ts CHANGED
@@ -127,6 +127,7 @@ declare global {
127
127
  status: 'active' | 'used' | 'informed' | 'expired';
128
128
  invoiceCount: number;
129
129
  informedAt?: string;
130
+ fchTopeInf?: string;
130
131
  }
131
132
  /** Result of requesting a new CAEA code for an upcoming period. */
132
133
  interface CAEARequestResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.6.37",
3
+ "version": "1.6.38",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",