@juhuu/sdk-ts 1.2.213 → 1.2.214

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
@@ -2733,6 +2733,8 @@ declare namespace JUHUU {
2733
2733
  namespace Capture {
2734
2734
  type Params = {
2735
2735
  paymentId: string;
2736
+ customAmount?: number;
2737
+ mode?: "captureAmountFinal" | "captureCustomAmount";
2736
2738
  };
2737
2739
  type Options = JUHUU.RequestOptions;
2738
2740
  type Response = {
package/dist/index.d.ts CHANGED
@@ -2733,6 +2733,8 @@ declare namespace JUHUU {
2733
2733
  namespace Capture {
2734
2734
  type Params = {
2735
2735
  paymentId: string;
2736
+ customAmount?: number;
2737
+ mode?: "captureAmountFinal" | "captureCustomAmount";
2736
2738
  };
2737
2739
  type Options = JUHUU.RequestOptions;
2738
2740
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.213",
3
+ "version": "1.2.214",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",