@juhuu/sdk-ts 1.2.262 → 1.2.263

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
@@ -6221,6 +6221,7 @@ declare namespace JUHUU {
6221
6221
  layoutBlockArray?: LayoutBlock[];
6222
6222
  highlightLayoutBlockArray?: LayoutBlock[];
6223
6223
  localParameterArray?: LocalParameter[];
6224
+ display?: PanelDisplay;
6224
6225
  };
6225
6226
  type Options = JUHUU.RequestOptions;
6226
6227
  type Response = {
@@ -6255,6 +6256,7 @@ declare namespace JUHUU {
6255
6256
  layoutBlockArray?: LayoutBlock[];
6256
6257
  highlightLayoutBlockArray?: LayoutBlock[];
6257
6258
  localParameterArray?: LocalParameter[];
6259
+ display?: PanelDisplay;
6258
6260
  };
6259
6261
  type Options = JUHUU.RequestOptions;
6260
6262
  type Response = {
package/dist/index.d.ts CHANGED
@@ -6221,6 +6221,7 @@ declare namespace JUHUU {
6221
6221
  layoutBlockArray?: LayoutBlock[];
6222
6222
  highlightLayoutBlockArray?: LayoutBlock[];
6223
6223
  localParameterArray?: LocalParameter[];
6224
+ display?: PanelDisplay;
6224
6225
  };
6225
6226
  type Options = JUHUU.RequestOptions;
6226
6227
  type Response = {
@@ -6255,6 +6256,7 @@ declare namespace JUHUU {
6255
6256
  layoutBlockArray?: LayoutBlock[];
6256
6257
  highlightLayoutBlockArray?: LayoutBlock[];
6257
6258
  localParameterArray?: LocalParameter[];
6259
+ display?: PanelDisplay;
6258
6260
  };
6259
6261
  type Options = JUHUU.RequestOptions;
6260
6262
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.262",
3
+ "version": "1.2.263",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",