@juhuu/sdk-ts 1.2.277 → 1.2.278

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
@@ -4043,7 +4043,7 @@ declare namespace JUHUU {
4043
4043
  readonly object: "link";
4044
4044
  propertyId: string | null;
4045
4045
  referenceObject: "location" | "panel";
4046
- referenceObjectId: string;
4046
+ referenceObjectId: string | null;
4047
4047
  name: string;
4048
4048
  image: string | null;
4049
4049
  };
package/dist/index.d.ts CHANGED
@@ -4043,7 +4043,7 @@ declare namespace JUHUU {
4043
4043
  readonly object: "link";
4044
4044
  propertyId: string | null;
4045
4045
  referenceObject: "location" | "panel";
4046
- referenceObjectId: string;
4046
+ referenceObjectId: string | null;
4047
4047
  name: string;
4048
4048
  image: string | null;
4049
4049
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.277",
3
+ "version": "1.2.278",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",