@juhuu/sdk-ts 1.2.165 → 1.2.166
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3149,7 +3149,7 @@ declare namespace JUHUU {
|
|
3149
3149
|
severity?: JUHUU.Incident.Object["severity"];
|
3150
3150
|
deviceId?: string;
|
3151
3151
|
locationId?: string;
|
3152
|
-
|
3152
|
+
incidentTemplateId?: string;
|
3153
3153
|
title?: JUHUU.Incident.Object["title"];
|
3154
3154
|
type: JUHUU.Incident.Object["type"];
|
3155
3155
|
};
|
package/dist/index.d.ts
CHANGED
@@ -3149,7 +3149,7 @@ declare namespace JUHUU {
|
|
3149
3149
|
severity?: JUHUU.Incident.Object["severity"];
|
3150
3150
|
deviceId?: string;
|
3151
3151
|
locationId?: string;
|
3152
|
-
|
3152
|
+
incidentTemplateId?: string;
|
3153
3153
|
title?: JUHUU.Incident.Object["title"];
|
3154
3154
|
type: JUHUU.Incident.Object["type"];
|
3155
3155
|
};
|
package/dist/index.js
CHANGED
@@ -3128,7 +3128,7 @@ var IncidentsService = class extends Service {
|
|
3128
3128
|
type: IncidentCreateParams.type,
|
3129
3129
|
deviceId: IncidentCreateParams.deviceId,
|
3130
3130
|
locationId: IncidentCreateParams.locationId,
|
3131
|
-
|
3131
|
+
incidentTemplateId: IncidentCreateParams.incidentTemplateId,
|
3132
3132
|
severity: IncidentCreateParams.severity
|
3133
3133
|
},
|
3134
3134
|
authenticationNotOptional: true
|
package/dist/index.mjs
CHANGED
@@ -3084,7 +3084,7 @@ var IncidentsService = class extends Service {
|
|
3084
3084
|
type: IncidentCreateParams.type,
|
3085
3085
|
deviceId: IncidentCreateParams.deviceId,
|
3086
3086
|
locationId: IncidentCreateParams.locationId,
|
3087
|
-
|
3087
|
+
incidentTemplateId: IncidentCreateParams.incidentTemplateId,
|
3088
3088
|
severity: IncidentCreateParams.severity
|
3089
3089
|
},
|
3090
3090
|
authenticationNotOptional: true
|