@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - f93778a: Missed to add password type in pythonScript
8
+
3
9
  ## 0.0.45
4
10
 
5
11
  ### Patch Changes
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>;