@obb871001/api-integration-sdk 1.0.101 → 1.0.102
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.cjs +2 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27493,7 +27493,8 @@ const kl = ({ otherQueryKey: e = [], options: n = {} } = {}) => {
|
|
|
27493
27493
|
trigger: n = [],
|
|
27494
27494
|
enabled: d = !0
|
|
27495
27495
|
} = {}) => {
|
|
27496
|
-
const { getToken: o } = se(), { userInfoApi: s } = ce()
|
|
27496
|
+
const { getToken: o } = se(), { userInfoApi: s } = ce();
|
|
27497
|
+
return Ia({
|
|
27497
27498
|
queries: [
|
|
27498
27499
|
{
|
|
27499
27500
|
queryKey: ["getMemberInfo", ...n],
|
|
@@ -27502,8 +27503,7 @@ const kl = ({ otherQueryKey: e = [], options: n = {} } = {}) => {
|
|
|
27502
27503
|
enabled: !!o && d
|
|
27503
27504
|
}
|
|
27504
27505
|
]
|
|
27505
|
-
})
|
|
27506
|
-
return { data: f, isFetching: _, error: r };
|
|
27506
|
+
});
|
|
27507
27507
|
}, Nl = ({ enabled: e = !0 } = {}) => {
|
|
27508
27508
|
const {
|
|
27509
27509
|
userInfoApi: n,
|