@cm-sigoo-temp/ui 0.2.23 → 0.2.24
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.
|
@@ -8,7 +8,7 @@ import co from "@emotion/styled";
|
|
|
8
8
|
import "@emotion/react";
|
|
9
9
|
const lo = async (e) => {
|
|
10
10
|
const r = new URL(
|
|
11
|
-
""
|
|
11
|
+
"https://cm-autorizaciones-backend-55480048671.us-central1.run.app/api/v1/permisosUsuario/generarPermisosUsuario"
|
|
12
12
|
);
|
|
13
13
|
return (await fetch(r, {
|
|
14
14
|
method: "post",
|
|
@@ -23,7 +23,7 @@ const lo = async (e) => {
|
|
|
23
23
|
}
|
|
24
24
|
})).json();
|
|
25
25
|
}, uo = async () => {
|
|
26
|
-
const e = new URL("");
|
|
26
|
+
const e = new URL("https://api.coordinadora.com/cm-model-testing/api/v1/terminales");
|
|
27
27
|
return (await fetch(e)).json();
|
|
28
28
|
}, fo = (e) => {
|
|
29
29
|
var r;
|
|
@@ -986,10 +986,10 @@ function vr(e) {
|
|
|
986
986
|
return o;
|
|
987
987
|
}
|
|
988
988
|
const ht = "access_token", gn = "access_token", Eo = () => {
|
|
989
|
-
const e = new URL("");
|
|
989
|
+
const e = new URL("https://apiv2-test.coordinadora.com/autenticacion/cm-autenticacion-google-openid-ms/auth/google");
|
|
990
990
|
return e.searchParams.set("redirect_url", window.location.href), e;
|
|
991
991
|
}, ko = (e) => {
|
|
992
|
-
const r = new URL("");
|
|
992
|
+
const r = new URL("https://apiv2-test.coordinadora.com/autenticacion/cm-autenticacion-google-openid-ms/auth/logout");
|
|
993
993
|
return r.searchParams.set("redirect_url", window.location.href), r.searchParams.set(gn, e), r;
|
|
994
994
|
}, yn = () => {
|
|
995
995
|
const e = pn(ht);
|