@final-commerce/common 2.0.7 → 2.0.8

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.
@@ -1656,6 +1656,8 @@ interface PrinterDetails {
1656
1656
  ipAddress: string | null;
1657
1657
  macAddress: string | null;
1658
1658
  isAirPrint: boolean;
1659
+ printerId?: string;
1660
+ brand?: string | null;
1659
1661
  }
1660
1662
  interface PaymentResponse {
1661
1663
  status: PaymentStatus;
@@ -1656,6 +1656,8 @@ interface PrinterDetails {
1656
1656
  ipAddress: string | null;
1657
1657
  macAddress: string | null;
1658
1658
  isAirPrint: boolean;
1659
+ printerId?: string;
1660
+ brand?: string | null;
1659
1661
  }
1660
1662
  interface PaymentResponse {
1661
1663
  status: PaymentStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/common",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Shared utilities, types, constants, and engineering governance configs for the Final Commerce platform.",
5
5
  "homepage": "https://github.com/Final-Commerce/common#readme",
6
6
  "bugs": {