@juhuu/sdk-ts 1.2.163 → 1.2.164

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
@@ -2627,6 +2627,7 @@ declare namespace JUHUU {
2627
2627
  disabled: boolean;
2628
2628
  disabledBy: "propertyAdmin" | "deviceNodeArray" | null;
2629
2629
  visible: boolean;
2630
+ incidentTemplateIdArray: string[];
2630
2631
  };
2631
2632
  export interface RentableDeviceGroup extends Base {
2632
2633
  type: "rentableDeviceGroup";
@@ -2876,6 +2877,7 @@ declare namespace JUHUU {
2876
2877
  connectorParameter: string | null;
2877
2878
  disabled: boolean;
2878
2879
  disabledBy: "propertyAdmin" | "nodeArray" | null;
2880
+ incidentTemplateIdArray: string[];
2879
2881
  };
2880
2882
  namespace Create {
2881
2883
  type Params = {
package/dist/index.d.ts CHANGED
@@ -2627,6 +2627,7 @@ declare namespace JUHUU {
2627
2627
  disabled: boolean;
2628
2628
  disabledBy: "propertyAdmin" | "deviceNodeArray" | null;
2629
2629
  visible: boolean;
2630
+ incidentTemplateIdArray: string[];
2630
2631
  };
2631
2632
  export interface RentableDeviceGroup extends Base {
2632
2633
  type: "rentableDeviceGroup";
@@ -2876,6 +2877,7 @@ declare namespace JUHUU {
2876
2877
  connectorParameter: string | null;
2877
2878
  disabled: boolean;
2878
2879
  disabledBy: "propertyAdmin" | "nodeArray" | null;
2880
+ incidentTemplateIdArray: string[];
2879
2881
  };
2880
2882
  namespace Create {
2881
2883
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.163",
3
+ "version": "1.2.164",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",