@juhuu/sdk-ts 1.2.277 → 1.2.279
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 +4 -4
- package/dist/index.d.ts +4 -4
- 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
|
};
|
|
@@ -4059,7 +4059,7 @@ declare namespace JUHUU {
|
|
|
4059
4059
|
fiveLetterQr?: string;
|
|
4060
4060
|
type: JUHUU.Link.Object["type"];
|
|
4061
4061
|
referenceObject?: JUHUU.Link.Object["referenceObject"];
|
|
4062
|
-
referenceObjectId?: string;
|
|
4062
|
+
referenceObjectId?: string | null;
|
|
4063
4063
|
};
|
|
4064
4064
|
type Options = JUHUU.RequestOptions;
|
|
4065
4065
|
type Response = {
|
|
@@ -4093,7 +4093,7 @@ declare namespace JUHUU {
|
|
|
4093
4093
|
type Params = {
|
|
4094
4094
|
fiveLetterQr?: string;
|
|
4095
4095
|
propertyId?: string;
|
|
4096
|
-
referenceObjectId?: string;
|
|
4096
|
+
referenceObjectId?: string | null;
|
|
4097
4097
|
};
|
|
4098
4098
|
type Options = {};
|
|
4099
4099
|
type Response = JUHUU.Link.Object[];
|
|
@@ -4103,7 +4103,7 @@ declare namespace JUHUU {
|
|
|
4103
4103
|
linkId: string;
|
|
4104
4104
|
name?: string;
|
|
4105
4105
|
referenceObject?: JUHUU.Link.Object["referenceObject"];
|
|
4106
|
-
referenceObjectId?: string;
|
|
4106
|
+
referenceObjectId?: string | null;
|
|
4107
4107
|
};
|
|
4108
4108
|
type Options = JUHUU.RequestOptions;
|
|
4109
4109
|
type Response = {
|
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
|
};
|
|
@@ -4059,7 +4059,7 @@ declare namespace JUHUU {
|
|
|
4059
4059
|
fiveLetterQr?: string;
|
|
4060
4060
|
type: JUHUU.Link.Object["type"];
|
|
4061
4061
|
referenceObject?: JUHUU.Link.Object["referenceObject"];
|
|
4062
|
-
referenceObjectId?: string;
|
|
4062
|
+
referenceObjectId?: string | null;
|
|
4063
4063
|
};
|
|
4064
4064
|
type Options = JUHUU.RequestOptions;
|
|
4065
4065
|
type Response = {
|
|
@@ -4093,7 +4093,7 @@ declare namespace JUHUU {
|
|
|
4093
4093
|
type Params = {
|
|
4094
4094
|
fiveLetterQr?: string;
|
|
4095
4095
|
propertyId?: string;
|
|
4096
|
-
referenceObjectId?: string;
|
|
4096
|
+
referenceObjectId?: string | null;
|
|
4097
4097
|
};
|
|
4098
4098
|
type Options = {};
|
|
4099
4099
|
type Response = JUHUU.Link.Object[];
|
|
@@ -4103,7 +4103,7 @@ declare namespace JUHUU {
|
|
|
4103
4103
|
linkId: string;
|
|
4104
4104
|
name?: string;
|
|
4105
4105
|
referenceObject?: JUHUU.Link.Object["referenceObject"];
|
|
4106
|
-
referenceObjectId?: string;
|
|
4106
|
+
referenceObjectId?: string | null;
|
|
4107
4107
|
};
|
|
4108
4108
|
type Options = JUHUU.RequestOptions;
|
|
4109
4109
|
type Response = {
|