@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
};
|