@juhuu/sdk-ts 1.2.55 → 1.2.56
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1806,7 +1806,7 @@ declare namespace JUHUU {
|
|
1806
1806
|
readonly object: "point";
|
1807
1807
|
location: GeoPoint;
|
1808
1808
|
altitudeRange: [number, number];
|
1809
|
-
invalidAt: Date;
|
1809
|
+
invalidAt: Date | null;
|
1810
1810
|
purposeArray: Purpose[];
|
1811
1811
|
};
|
1812
1812
|
export interface Single extends Base {
|
@@ -2116,6 +2116,7 @@ declare namespace JUHUU {
|
|
2116
2116
|
technologyArray: JUHUU.Technology[];
|
2117
2117
|
invalidAt: Date;
|
2118
2118
|
source: "fluctuo" | null;
|
2119
|
+
articleId: string | null;
|
2119
2120
|
};
|
2120
2121
|
interface PhysicalProduct extends Base {
|
2121
2122
|
type: "physicalProduct";
|
package/dist/index.d.ts
CHANGED
@@ -1806,7 +1806,7 @@ declare namespace JUHUU {
|
|
1806
1806
|
readonly object: "point";
|
1807
1807
|
location: GeoPoint;
|
1808
1808
|
altitudeRange: [number, number];
|
1809
|
-
invalidAt: Date;
|
1809
|
+
invalidAt: Date | null;
|
1810
1810
|
purposeArray: Purpose[];
|
1811
1811
|
};
|
1812
1812
|
export interface Single extends Base {
|
@@ -2116,6 +2116,7 @@ declare namespace JUHUU {
|
|
2116
2116
|
technologyArray: JUHUU.Technology[];
|
2117
2117
|
invalidAt: Date;
|
2118
2118
|
source: "fluctuo" | null;
|
2119
|
+
articleId: string | null;
|
2119
2120
|
};
|
2120
2121
|
interface PhysicalProduct extends Base {
|
2121
2122
|
type: "physicalProduct";
|