@digital-ai/devops-page-object-release 0.0.116 → 0.0.117

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/module.js CHANGED
@@ -10122,7 +10122,7 @@ class $80c3ae34677b4324$var$Fixtures {
10122
10122
  return json.key;
10123
10123
  }
10124
10124
  async addBlackout(name, from, to) {
10125
- return this.doPost('calendar/blackouts', {
10125
+ return this.doPost('api/v1/blackouts', {
10126
10126
  label: name,
10127
10127
  startDate: from,
10128
10128
  endDate: to,