@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/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('
|
|
10125
|
+
return this.doPost('api/v1/blackouts', {
|
|
10126
10126
|
label: name,
|
|
10127
10127
|
startDate: from,
|
|
10128
10128
|
endDate: to,
|