@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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.117
4
+
5
+ ### Patch Changes
6
+
7
+ - 1701f75: S-131069 Update addBlackout url
8
+
3
9
  ## 0.0.116
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -11730,7 +11730,7 @@ class $6998c6a53a9eb4fa$var$Fixtures {
11730
11730
  return json.key;
11731
11731
  }
11732
11732
  async addBlackout(name, from, to) {
11733
- return this.doPost('calendar/blackouts', {
11733
+ return this.doPost('api/v1/blackouts', {
11734
11734
  label: name,
11735
11735
  startDate: from,
11736
11736
  endDate: to,