hanbiro-react16-sdk 1.0.26 → 1.0.27
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.
|
@@ -75,7 +75,7 @@ const fetchMailList = (params) => __async(void 0, null, function* () {
|
|
|
75
75
|
viewcont: `${offset},${pageSize}`,
|
|
76
76
|
searchbox: "all"
|
|
77
77
|
});
|
|
78
|
-
if (accountEmail) query.set("
|
|
78
|
+
if (accountEmail) query.set("f", accountEmail);
|
|
79
79
|
const { data, ok } = yield apiGet(`/email/list?${query.toString()}`);
|
|
80
80
|
if (!ok || !data) {
|
|
81
81
|
return { items: [], total: 0 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hanbiro-react16-sdk v1.0.
|
|
2
|
+
* hanbiro-react16-sdk v1.0.27
|
|
3
3
|
* Build Date: 2026-05-21
|
|
4
4
|
*/
|
|
5
5
|
function _readOnlyError(r) { throw new TypeError('"' + r + '" is read-only'); }
|
|
@@ -8016,7 +8016,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
8016
8016
|
viewcont: "".concat(offset, ",").concat(pageSize),
|
|
8017
8017
|
searchbox: "all"
|
|
8018
8018
|
});
|
|
8019
|
-
if (accountEmail) query.set("
|
|
8019
|
+
if (accountEmail) query.set("f", accountEmail);
|
|
8020
8020
|
_context9.n = 1;
|
|
8021
8021
|
return apiGet("/email/list?".concat(query.toString()));
|
|
8022
8022
|
case 1:
|
package/dist/index.js
CHANGED