@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.js CHANGED
@@ -108,12 +108,20 @@ function resolveComWixpressPortfolioPortfolioappMediaServiceUrl(opts) {
108
108
  {
109
109
  srcPath: "/portfolio/portfolio-app/api/v1/portfolio/settings",
110
110
  destPath: "/api/v1/portfolio/settings"
111
+ },
112
+ {
113
+ srcPath: "/portfolio/project-items/api/v1/portfolio/project/items/media",
114
+ destPath: "/api/v1/portfolio/project/items/media"
111
115
  }
112
116
  ],
113
117
  "*.dev.wix-code.com": [
114
118
  {
115
119
  srcPath: "/portfolio/portfolio-app/api/v1/portfolio/settings",
116
120
  destPath: "/api/v1/portfolio/settings"
121
+ },
122
+ {
123
+ srcPath: "/portfolio/project-items/api/v1/portfolio/project/items/media",
124
+ destPath: "/api/v1/portfolio/project/items/media"
117
125
  }
118
126
  ]
119
127
  };
@@ -219,6 +227,10 @@ function resolveComWixpressPortfolioProjectitemsProjectItemsServiceUrl(opts) {
219
227
  {
220
228
  srcPath: "/portfolio/project-items/api/v1/bulk/portfolio/items/update",
221
229
  destPath: "/api/v1/bulk/portfolio/items/update"
230
+ },
231
+ {
232
+ srcPath: "/portfolio/project-items/api/v1/portfolio/items",
233
+ destPath: "/api/v1/portfolio/items"
222
234
  }
223
235
  ],
224
236
  "api._api_base_domain_": [