@cakemail-org/ui-components-v2 2.1.72 → 2.1.73
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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -10540,7 +10540,7 @@ function getBeeTokenService(_a) {
|
|
|
10540
10540
|
function listList(_a) {
|
|
10541
10541
|
var options = __rest(_a, []);
|
|
10542
10542
|
return callApi({
|
|
10543
|
-
url: uiKitConfig.GATEWAY_PROXY + "/lists
|
|
10543
|
+
url: uiKitConfig.GATEWAY_PROXY + "/lists",
|
|
10544
10544
|
query: camelCase(options),
|
|
10545
10545
|
fetchOptions: {
|
|
10546
10546
|
method: exports.EMethods.get
|
package/dist/esm/index.js
CHANGED
|
@@ -10520,7 +10520,7 @@ function getBeeTokenService(_a) {
|
|
|
10520
10520
|
function listList(_a) {
|
|
10521
10521
|
var options = __rest(_a, []);
|
|
10522
10522
|
return callApi({
|
|
10523
|
-
url: uiKitConfig.GATEWAY_PROXY + "/lists
|
|
10523
|
+
url: uiKitConfig.GATEWAY_PROXY + "/lists",
|
|
10524
10524
|
query: camelCase(options),
|
|
10525
10525
|
fetchOptions: {
|
|
10526
10526
|
method: EMethods.get
|