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