@final-commerce/common 2.0.6 → 2.0.7
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.
|
@@ -2059,7 +2059,7 @@ interface SyncProgressMessage {
|
|
|
2059
2059
|
pending: string[];
|
|
2060
2060
|
done: boolean;
|
|
2061
2061
|
}
|
|
2062
|
-
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent';
|
|
2062
|
+
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent';
|
|
2063
2063
|
interface DeviceOpRequestMessage {
|
|
2064
2064
|
type: 'DEVICE_OP_REQUEST';
|
|
2065
2065
|
id: string;
|
|
@@ -2059,7 +2059,7 @@ interface SyncProgressMessage {
|
|
|
2059
2059
|
pending: string[];
|
|
2060
2060
|
done: boolean;
|
|
2061
2061
|
}
|
|
2062
|
-
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent';
|
|
2062
|
+
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent';
|
|
2063
2063
|
interface DeviceOpRequestMessage {
|
|
2064
2064
|
type: 'DEVICE_OP_REQUEST';
|
|
2065
2065
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@final-commerce/common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
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": {
|