@juhuu/sdk-ts 1.2.205 → 1.2.206

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/index.d.mts CHANGED
@@ -2555,7 +2555,7 @@ declare namespace JUHUU {
2555
2555
  capturedAt: Date | null;
2556
2556
  capturedBy: "system" | "propertyAdmin" | null;
2557
2557
  capturedByUserId: string | null;
2558
- refundLevel: boolean;
2558
+ refundLevel: "none" | "partial" | "full";
2559
2559
  };
2560
2560
  namespace Retrieve {
2561
2561
  type Params = {
package/dist/index.d.ts CHANGED
@@ -2555,7 +2555,7 @@ declare namespace JUHUU {
2555
2555
  capturedAt: Date | null;
2556
2556
  capturedBy: "system" | "propertyAdmin" | null;
2557
2557
  capturedByUserId: string | null;
2558
- refundLevel: boolean;
2558
+ refundLevel: "none" | "partial" | "full";
2559
2559
  };
2560
2560
  namespace Retrieve {
2561
2561
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.205",
3
+ "version": "1.2.206",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",