@juhuu/sdk-ts 1.2.166 → 1.2.168

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
  );
@@ -3131,7 +3131,7 @@ var IncidentsService = class extends Service {
3131
3131
  incidentTemplateId: IncidentCreateParams.incidentTemplateId,
3132
3132
  severity: IncidentCreateParams.severity
3133
3133
  },
3134
- authenticationNotOptional: true
3134
+ authenticationNotOptional: false
3135
3135
  },
3136
3136
  IncidentCreateOptions
3137
3137
  );
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
  );
@@ -3087,7 +3087,7 @@ var IncidentsService = class extends Service {
3087
3087
  incidentTemplateId: IncidentCreateParams.incidentTemplateId,
3088
3088
  severity: IncidentCreateParams.severity
3089
3089
  },
3090
- authenticationNotOptional: true
3090
+ authenticationNotOptional: false
3091
3091
  },
3092
3092
  IncidentCreateOptions
3093
3093
  );
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.168",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",