@reservation-studio/electron-types 0.0.34 → 0.0.36
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.
|
@@ -186,7 +186,9 @@ export interface FiscalResponse {
|
|
|
186
186
|
*/
|
|
187
187
|
generatedUniqueSaleNumber?: string;
|
|
188
188
|
/**
|
|
189
|
-
* The receipt date and time (if applicable)
|
|
189
|
+
* The receipt date and time (if applicable).
|
|
190
|
+
* Must be returned in device-local ISO format: YYYY-MM-DDTHH:mm:ss
|
|
191
|
+
* (without timezone) to match the printed receipt time.
|
|
190
192
|
*/
|
|
191
193
|
datetime?: string;
|
|
192
194
|
/**
|