@wix/auto_sdk_portfolio_projects 1.0.26 → 1.0.27

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.
@@ -247,6 +247,8 @@ interface Watermark {
247
247
  * @maxLength 300
248
248
  */
249
249
  imageUrl?: string;
250
+ /** Whether the watermark is to be displayed on Items & Cover Photos. */
251
+ enabled?: boolean;
250
252
  }
251
253
  declare enum Position {
252
254
  NORTH_WEST = "NORTH_WEST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_portfolio_projects",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.portfolio.projects.v1.project"
51
51
  }
52
52
  },
53
- "falconPackageHash": "e1f2f807c7f2a2827f0a2ece8e8e85390e8354cd88a9f47af7b231a4"
53
+ "falconPackageHash": "57cb3b5c157d98f9e03421f89099ad77f64eaa64017fc55c21d00960"
54
54
  }