@juhuu/sdk-ts 1.2.295 → 1.2.296

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
@@ -5640,7 +5640,7 @@ declare namespace JUHUU {
5640
5640
  }
5641
5641
  namespace List {
5642
5642
  type Params = {
5643
- propertyId: string;
5643
+ propertyId?: string;
5644
5644
  userId?: string;
5645
5645
  };
5646
5646
  type Options = {
package/dist/index.d.ts CHANGED
@@ -5640,7 +5640,7 @@ declare namespace JUHUU {
5640
5640
  }
5641
5641
  namespace List {
5642
5642
  type Params = {
5643
- propertyId: string;
5643
+ propertyId?: string;
5644
5644
  userId?: string;
5645
5645
  };
5646
5646
  type Options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.295",
3
+ "version": "1.2.296",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",