@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 CHANGED
@@ -1868,7 +1868,7 @@ declare namespace JUHUU {
1868
1868
  name: string;
1869
1869
  propertyId: string;
1870
1870
  parameterArray: Parameter[];
1871
- nodeArray: Node[];
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: Node[];
1871
+ nodeArray: GraphNode[];
1872
1872
  userLayoutBlockArray: LayoutBlock[];
1873
1873
  userLayoutBlockActionButton: Layout.Button.General | null;
1874
1874
  maintenanceLayoutBlockArray: LayoutBlock[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",