@juhuu/sdk-ts 1.3.26 → 1.3.27

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
@@ -4438,7 +4438,7 @@ declare namespace JUHUU {
4438
4438
  userId: string;
4439
4439
  postingRowArray: PostingRow[];
4440
4440
  secondsToPay: number;
4441
- defaultPaymentMethodConfigurationId: string;
4441
+ defaultPaymentMethodConfigurationId?: string;
4442
4442
  };
4443
4443
  type Options = JUHUU.RequestOptions;
4444
4444
  type Response = {
package/dist/index.d.ts CHANGED
@@ -4438,7 +4438,7 @@ declare namespace JUHUU {
4438
4438
  userId: string;
4439
4439
  postingRowArray: PostingRow[];
4440
4440
  secondsToPay: number;
4441
- defaultPaymentMethodConfigurationId: string;
4441
+ defaultPaymentMethodConfigurationId?: string;
4442
4442
  };
4443
4443
  type Options = JUHUU.RequestOptions;
4444
4444
  type Response = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.26",
6
+ "version": "1.3.27",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",