sinfactura-types 1.7.2 → 1.7.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.
Files changed (2) hide show
  1. package/dist/store.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/store.d.ts CHANGED
@@ -103,7 +103,7 @@ declare global {
103
103
  createdAt: number;
104
104
  type?: 'production' | 'demo';
105
105
  name: string;
106
- address: {
106
+ address?: {
107
107
  street: string;
108
108
  postalCode: string;
109
109
  city: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",