sm-click-library-ui 0.0.299 → 0.0.301
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.
|
@@ -14280,10 +14280,10 @@ async function tw(e, n, t, a = [], r = [], o = []) {
|
|
|
14280
14280
|
try {
|
|
14281
14281
|
const s = await Os(e);
|
|
14282
14282
|
n && await s.setToken(n), t && (Jt.defaults.baseURL = t);
|
|
14283
|
-
const l =
|
|
14283
|
+
const l = eo(e);
|
|
14284
14284
|
r.length > 0 && (l.departments = r, l.count = r.length);
|
|
14285
|
-
const i =
|
|
14286
|
-
a.length > 0 && (i.attendants = a, i.count = a.length), await
|
|
14285
|
+
const i = Ia(e);
|
|
14286
|
+
a.length > 0 && (i.attendants = a, i.count = a.length), await Rr(e).fetchInstances();
|
|
14287
14287
|
} catch (s) {
|
|
14288
14288
|
console.error("Erro no setupLibrary:", s);
|
|
14289
14289
|
}
|