@juhuu/sdk-ts 1.2.23 → 1.2.24
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
@@ -1868,7 +1868,7 @@ declare namespace JUHUU {
|
|
1868
1868
|
name: string;
|
1869
1869
|
propertyId: string;
|
1870
1870
|
parameterArray: Parameter[];
|
1871
|
-
nodeArray:
|
1871
|
+
nodeArray: GraphNode[];
|
1872
1872
|
userLayoutBlockArray: LayoutBlock[];
|
1873
1873
|
userLayoutBlockActionButton: Layout.Button.General | null;
|
1874
1874
|
maintenanceLayoutBlockArray: LayoutBlock[];
|
package/dist/index.d.ts
CHANGED
@@ -1868,7 +1868,7 @@ declare namespace JUHUU {
|
|
1868
1868
|
name: string;
|
1869
1869
|
propertyId: string;
|
1870
1870
|
parameterArray: Parameter[];
|
1871
|
-
nodeArray:
|
1871
|
+
nodeArray: GraphNode[];
|
1872
1872
|
userLayoutBlockArray: LayoutBlock[];
|
1873
1873
|
userLayoutBlockActionButton: Layout.Button.General | null;
|
1874
1874
|
maintenanceLayoutBlockArray: LayoutBlock[];
|