@juhuu/sdk-ts 1.2.166 → 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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|
);
|
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
|
);
|