@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 +6 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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('
|
|
11733
|
+
return this.doPost('api/v1/blackouts', {
|
|
11734
11734
|
label: name,
|
|
11735
11735
|
startDate: from,
|
|
11736
11736
|
endDate: to,
|