@digital-ai/devops-page-object-release 0.0.42 → 0.0.44
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 +12 -0
- package/dist/main.js +6 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -3
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1809,6 +1809,7 @@ declare class Fixtures {
|
|
|
1809
1809
|
deleteConfiguration(id: string): Promise<APIResponse>;
|
|
1810
1810
|
deleteFolder(folderId: string): Promise<APIResponse>;
|
|
1811
1811
|
deleteGlobalVariables(): Promise<APIResponse>;
|
|
1812
|
+
deleteGlobalVariable(id: string): Promise<APIResponse>;
|
|
1812
1813
|
activityLogs(id: string, logs: Array<FixtureActivityLog>): Promise<APIResponse>;
|
|
1813
1814
|
globalVariable(variable: Variable): Promise<APIResponse>;
|
|
1814
1815
|
addDefaultSmtpServer(): Promise<APIResponse>;
|