zakeke-configurator-react 0.1.269 → 0.1.270

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/dist/index.js CHANGED
@@ -24760,7 +24760,7 @@ var ZakekeEnvironment = /*#__PURE__*/function () {
24760
24760
  file = _this.base64StringToFile(preview, camera + '.png');
24761
24761
  formData.set('file', file);
24762
24762
  _context41.next = 25;
24763
- return _api__WEBPACK_IMPORTED_MODULE_4__.axiosApi.post(Zakeke.config.baseApiUrl + 'designs/upload-client-preview', formData);
24763
+ return _api__WEBPACK_IMPORTED_MODULE_4__.axiosApi.post(Zakeke.config.baseApiUrl + 'compositions/upload-client-preview', formData);
24764
24764
  case 25:
24765
24765
  previewCameraFile = _context41.sent.data;
24766
24766
  compositionClientPreviews.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.1.269",
3
+ "version": "0.1.270",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",