@cakemail-org/ui-components-v2 2.1.44 → 2.1.45

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/cjs/index.js CHANGED
@@ -10355,7 +10355,7 @@ function saveList(_a) {
10355
10355
  return callApi({
10356
10356
  url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(id),
10357
10357
  fetchOptions: {
10358
- method: exports.EMethods.put,
10358
+ method: exports.EMethods.patch,
10359
10359
  body: list
10360
10360
  },
10361
10361
  });
package/dist/esm/index.js CHANGED
@@ -10335,7 +10335,7 @@ function saveList(_a) {
10335
10335
  return callApi({
10336
10336
  url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(id),
10337
10337
  fetchOptions: {
10338
- method: EMethods.put,
10338
+ method: EMethods.patch,
10339
10339
  body: list
10340
10340
  },
10341
10341
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.44",
3
+ "version": "2.1.45",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",