@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 CHANGED
@@ -3040,7 +3040,7 @@ var IncidentTemplatesService = class extends Service {
3040
3040
  body: {
3041
3041
  propertyId: IncidentTemplateCreateParams.propertyId
3042
3042
  },
3043
- authenticationNotOptional: true
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: true
2999
+ authenticationNotOptional: false
3000
3000
  },
3001
3001
  IncidentTemplateCreateOptions
3002
3002
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.166",
3
+ "version": "1.2.167",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",