@juhuu/sdk-ts 1.2.165 → 1.2.167
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 +2 -2
- package/dist/index.mjs +2 -2
- 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
@@ -3040,7 +3040,7 @@ var IncidentTemplatesService = class extends Service {
|
|
3040
3040
|
body: {
|
3041
3041
|
propertyId: IncidentTemplateCreateParams.propertyId
|
3042
3042
|
},
|
3043
|
-
authenticationNotOptional:
|
3043
|
+
authenticationNotOptional: false
|
3044
3044
|
},
|
3045
3045
|
IncidentTemplateCreateOptions
|
3046
3046
|
);
|
@@ -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
@@ -2996,7 +2996,7 @@ var IncidentTemplatesService = class extends Service {
|
|
2996
2996
|
body: {
|
2997
2997
|
propertyId: IncidentTemplateCreateParams.propertyId
|
2998
2998
|
},
|
2999
|
-
authenticationNotOptional:
|
2999
|
+
authenticationNotOptional: false
|
3000
3000
|
},
|
3001
3001
|
IncidentTemplateCreateOptions
|
3002
3002
|
);
|
@@ -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
|