pi-kiosk-shared 1.0.26 → 1.0.27
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.
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export interface StartMonitoringRequest {
|
|
|
173
173
|
export interface StartMonitoringResponse {
|
|
174
174
|
paymentId: string;
|
|
175
175
|
status: string;
|
|
176
|
-
monitoringStartTime
|
|
176
|
+
monitoringStartTime?: number;
|
|
177
177
|
}
|
|
178
178
|
export interface ThePayCreateRequest {
|
|
179
179
|
items: Array<{
|