@juhuu/sdk-ts 1.2.100 → 1.2.101

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
@@ -2255,6 +2255,7 @@ declare namespace JUHUU {
2255
2255
  };
2256
2256
  limit?: number;
2257
2257
  skip?: number;
2258
+ paymentId?: string;
2258
2259
  };
2259
2260
  type Options = JUHUU.RequestOptions;
2260
2261
  type Response = JUHUU.PaymentRefund.Object[];
package/dist/index.d.ts CHANGED
@@ -2255,6 +2255,7 @@ declare namespace JUHUU {
2255
2255
  };
2256
2256
  limit?: number;
2257
2257
  skip?: number;
2258
+ paymentId?: string;
2258
2259
  };
2259
2260
  type Options = JUHUU.RequestOptions;
2260
2261
  type Response = JUHUU.PaymentRefund.Object[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.100",
3
+ "version": "1.2.101",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",