@seamapi/http 1.55.0 → 1.56.0

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.
@@ -373,11 +373,6 @@ export class SeamHttpThermostats {
373
373
  parameters?: ThermostatsUpdateWeeklyProgramParameters,
374
374
  options: ThermostatsUpdateWeeklyProgramOptions = {},
375
375
  ): ThermostatsUpdateWeeklyProgramRequest {
376
- if (!this.defaults.isUndocumentedApiEnabled) {
377
- throw new Error(
378
- 'Cannot use undocumented API without isUndocumentedApiEnabled',
379
- )
380
- }
381
376
  return new SeamHttpRequest(this, {
382
377
  pathname: '/thermostats/update_weekly_program',
383
378
  method: 'POST',
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '1.55.0'
1
+ const seamapiJavascriptHttpVersion = '1.56.0'
2
2
 
3
3
  export default seamapiJavascriptHttpVersion