@digital-ai/devops-page-object-release 0.0.45 → 0.0.46
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/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1695,6 +1695,7 @@ interface Tile extends BaseConfigurationItem {
|
|
|
1695
1695
|
}
|
|
1696
1696
|
interface PythonScript extends BaseConfigurationItem {
|
|
1697
1697
|
customScriptTask: string;
|
|
1698
|
+
password?: string;
|
|
1698
1699
|
result: string;
|
|
1699
1700
|
stringList: Array<string>;
|
|
1700
1701
|
stringMap: Map<string, string>;
|