pi-kiosk-shared 1.0.27 → 1.0.28

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/api.d.ts CHANGED
@@ -8,6 +8,7 @@ export declare const API_ENDPOINTS: {
8
8
  readonly PAYMENT_COMPLETE_MULTI: "/api/payments/complete-multi";
9
9
  readonly PAYMENT_CANCEL: "/api/payments/cancel";
10
10
  readonly PAYMENT_START_MONITORING: "/api/payments/start-monitoring";
11
+ readonly PAYMENT_STOP_MONITORING: "/api/payments/stop-monitoring";
11
12
  readonly PAYMENT_THEPAY_CREATE: "/api/payments/create-thepay";
12
13
  readonly PAYMENT_THEPAY_STATUS: "/api/payments/thepay-status/:paymentId";
13
14
  readonly PAYMENT_THEPAY_CANCEL: "/api/payments/thepay-cancel";
package/dist/api.js CHANGED
@@ -11,6 +11,7 @@ export const API_ENDPOINTS = {
11
11
  PAYMENT_COMPLETE_MULTI: '/api/payments/complete-multi',
12
12
  PAYMENT_CANCEL: '/api/payments/cancel',
13
13
  PAYMENT_START_MONITORING: '/api/payments/start-monitoring',
14
+ PAYMENT_STOP_MONITORING: '/api/payments/stop-monitoring',
14
15
  // ThePay.eu payment endpoints
15
16
  PAYMENT_THEPAY_CREATE: '/api/payments/create-thepay',
16
17
  PAYMENT_THEPAY_STATUS: '/api/payments/thepay-status/:paymentId',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-kiosk-shared",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "private": false,
5
5
  "description": "Shared components and utilities for Pi Kiosk system",
6
6
  "keywords": [