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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. 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: number;
176
+ monitoringStartTime?: number;
177
177
  }
178
178
  export interface ThePayCreateRequest {
179
179
  items: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-kiosk-shared",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "private": false,
5
5
  "description": "Shared components and utilities for Pi Kiosk system",
6
6
  "keywords": [