@wix/auto_sdk_portfolio_project-items 1.0.12 → 1.0.14

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/build/index.mjs CHANGED
@@ -69,12 +69,20 @@ function resolveComWixpressPortfolioPortfolioappMediaServiceUrl(opts) {
69
69
  {
70
70
  srcPath: "/portfolio/portfolio-app/api/v1/portfolio/settings",
71
71
  destPath: "/api/v1/portfolio/settings"
72
+ },
73
+ {
74
+ srcPath: "/portfolio/project-items/api/v1/portfolio/project/items/media",
75
+ destPath: "/api/v1/portfolio/project/items/media"
72
76
  }
73
77
  ],
74
78
  "*.dev.wix-code.com": [
75
79
  {
76
80
  srcPath: "/portfolio/portfolio-app/api/v1/portfolio/settings",
77
81
  destPath: "/api/v1/portfolio/settings"
82
+ },
83
+ {
84
+ srcPath: "/portfolio/project-items/api/v1/portfolio/project/items/media",
85
+ destPath: "/api/v1/portfolio/project/items/media"
78
86
  }
79
87
  ]
80
88
  };
@@ -180,6 +188,10 @@ function resolveComWixpressPortfolioProjectitemsProjectItemsServiceUrl(opts) {
180
188
  {
181
189
  srcPath: "/portfolio/project-items/api/v1/bulk/portfolio/items/update",
182
190
  destPath: "/api/v1/bulk/portfolio/items/update"
191
+ },
192
+ {
193
+ srcPath: "/portfolio/project-items/api/v1/portfolio/items",
194
+ destPath: "/api/v1/portfolio/items"
183
195
  }
184
196
  ],
185
197
  "api._api_base_domain_": [