@juhuu/sdk-ts 1.2.263 → 1.2.264

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.js CHANGED
@@ -4806,7 +4806,8 @@ var PanelsService = class extends Service {
4806
4806
  name: params.name,
4807
4807
  layoutBlockArray: params.layoutBlockArray,
4808
4808
  highlightLayoutBlockArray: params.highlightLayoutBlockArray,
4809
- localParameterArray: params.localParameterArray
4809
+ localParameterArray: params.localParameterArray,
4810
+ display: params.display
4810
4811
  },
4811
4812
  authenticationNotOptional: true
4812
4813
  },
package/dist/index.mjs CHANGED
@@ -4762,7 +4762,8 @@ var PanelsService = class extends Service {
4762
4762
  name: params.name,
4763
4763
  layoutBlockArray: params.layoutBlockArray,
4764
4764
  highlightLayoutBlockArray: params.highlightLayoutBlockArray,
4765
- localParameterArray: params.localParameterArray
4765
+ localParameterArray: params.localParameterArray,
4766
+ display: params.display
4766
4767
  },
4767
4768
  authenticationNotOptional: true
4768
4769
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.263",
3
+ "version": "1.2.264",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",