@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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:
|
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:
|
2558
|
+
refundLevel: "none" | "partial" | "full";
|
2559
2559
|
};
|
2560
2560
|
namespace Retrieve {
|
2561
2561
|
type Params = {
|