sinfactura-types 1.5.2 → 1.5.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 +5 -0
  2. package/package.json +1 -1
package/dist/store.d.ts CHANGED
@@ -177,6 +177,11 @@ declare global {
177
177
  defaultDeviceId?: string;
178
178
  defaultStoreMpId?: string;
179
179
  };
180
+ staticQr?: {
181
+ posId: string;
182
+ externalPosId: string;
183
+ createdAt: number;
184
+ };
180
185
  features?: {
181
186
  checkoutPro?: boolean;
182
187
  pointOfSale?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinfactura-types",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",