@final-commerce/common 2.0.8 → 2.0.9
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.
|
@@ -2061,7 +2061,7 @@ interface SyncProgressMessage {
|
|
|
2061
2061
|
pending: string[];
|
|
2062
2062
|
done: boolean;
|
|
2063
2063
|
}
|
|
2064
|
-
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent';
|
|
2064
|
+
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent' | 'refundCardPresent';
|
|
2065
2065
|
interface DeviceOpRequestMessage {
|
|
2066
2066
|
type: 'DEVICE_OP_REQUEST';
|
|
2067
2067
|
id: string;
|
|
@@ -2061,7 +2061,7 @@ interface SyncProgressMessage {
|
|
|
2061
2061
|
pending: string[];
|
|
2062
2062
|
done: boolean;
|
|
2063
2063
|
}
|
|
2064
|
-
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent';
|
|
2064
|
+
type DeviceOpName = 'printImage' | 'printHTML' | 'printReceipt' | 'openCashDrawer' | 'captureCardPresent' | 'cancelCardPresent' | 'refundCardPresent';
|
|
2065
2065
|
interface DeviceOpRequestMessage {
|
|
2066
2066
|
type: 'DEVICE_OP_REQUEST';
|
|
2067
2067
|
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.9",
|
|
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": {
|