@juhuu/sdk-ts 1.2.196 → 1.2.197

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
@@ -1124,7 +1124,7 @@ declare namespace JUHUU {
1124
1124
  statusArray?: JUHUU.Session.Object["status"][];
1125
1125
  locationId?: string;
1126
1126
  locationGroupId?: string;
1127
- paymentId: string;
1127
+ paymentId?: string;
1128
1128
  };
1129
1129
  type Options = {
1130
1130
  limit?: number;
package/dist/index.d.ts CHANGED
@@ -1124,7 +1124,7 @@ declare namespace JUHUU {
1124
1124
  statusArray?: JUHUU.Session.Object["status"][];
1125
1125
  locationId?: string;
1126
1126
  locationGroupId?: string;
1127
- paymentId: string;
1127
+ paymentId?: string;
1128
1128
  };
1129
1129
  type Options = {
1130
1130
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.196",
3
+ "version": "1.2.197",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",