@hublo/mstaff-client-sdk 0.2.192 → 0.2.194
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/core.cjs +1 -1
- package/dist/core.js +217 -216
- package/package.json +1 -1
package/dist/core.js
CHANGED
|
@@ -24,13 +24,13 @@ function Xt() {
|
|
|
24
24
|
const M = V(s, $, P);
|
|
25
25
|
if (M === -1)
|
|
26
26
|
break;
|
|
27
|
-
const
|
|
28
|
-
if (M >
|
|
27
|
+
const B = R(s, $, P);
|
|
28
|
+
if (M > B) {
|
|
29
29
|
$ = s.lastIndexOf(";", M - 1) + 1;
|
|
30
30
|
continue;
|
|
31
31
|
}
|
|
32
32
|
const j = C(s, $, M);
|
|
33
|
-
I[j] === void 0 && (I[j] = T(C(s, M + 1,
|
|
33
|
+
I[j] === void 0 && (I[j] = T(C(s, M + 1, B))), $ = B + 1;
|
|
34
34
|
} while ($ < P);
|
|
35
35
|
return I;
|
|
36
36
|
}
|
|
@@ -56,37 +56,37 @@ function Xt() {
|
|
|
56
56
|
const M = P.value ? $(P.value) : "";
|
|
57
57
|
if (!t.test(M))
|
|
58
58
|
throw new TypeError(`argument val is invalid: ${P.value}`);
|
|
59
|
-
let
|
|
59
|
+
let B = P.name + "=" + M;
|
|
60
60
|
if (P.maxAge !== void 0) {
|
|
61
61
|
if (!Number.isInteger(P.maxAge))
|
|
62
62
|
throw new TypeError(`option maxAge is invalid: ${P.maxAge}`);
|
|
63
|
-
|
|
63
|
+
B += "; Max-Age=" + P.maxAge;
|
|
64
64
|
}
|
|
65
65
|
if (P.domain) {
|
|
66
66
|
if (!i.test(P.domain))
|
|
67
67
|
throw new TypeError(`option domain is invalid: ${P.domain}`);
|
|
68
|
-
|
|
68
|
+
B += "; Domain=" + P.domain;
|
|
69
69
|
}
|
|
70
70
|
if (P.path) {
|
|
71
71
|
if (!r.test(P.path))
|
|
72
72
|
throw new TypeError(`option path is invalid: ${P.path}`);
|
|
73
|
-
|
|
73
|
+
B += "; Path=" + P.path;
|
|
74
74
|
}
|
|
75
75
|
if (P.expires) {
|
|
76
76
|
if (!A(P.expires) || !Number.isFinite(P.expires.valueOf()))
|
|
77
77
|
throw new TypeError(`option expires is invalid: ${P.expires}`);
|
|
78
|
-
|
|
78
|
+
B += "; Expires=" + P.expires.toUTCString();
|
|
79
79
|
}
|
|
80
|
-
if (P.httpOnly && (
|
|
80
|
+
if (P.httpOnly && (B += "; HttpOnly"), P.secure && (B += "; Secure"), P.partitioned && (B += "; Partitioned"), P.priority)
|
|
81
81
|
switch (typeof P.priority == "string" ? P.priority.toLowerCase() : void 0) {
|
|
82
82
|
case "low":
|
|
83
|
-
|
|
83
|
+
B += "; Priority=Low";
|
|
84
84
|
break;
|
|
85
85
|
case "medium":
|
|
86
|
-
|
|
86
|
+
B += "; Priority=Medium";
|
|
87
87
|
break;
|
|
88
88
|
case "high":
|
|
89
|
-
|
|
89
|
+
B += "; Priority=High";
|
|
90
90
|
break;
|
|
91
91
|
default:
|
|
92
92
|
throw new TypeError(`option priority is invalid: ${P.priority}`);
|
|
@@ -95,27 +95,27 @@ function Xt() {
|
|
|
95
95
|
switch (typeof P.sameSite == "string" ? P.sameSite.toLowerCase() : P.sameSite) {
|
|
96
96
|
case !0:
|
|
97
97
|
case "strict":
|
|
98
|
-
|
|
98
|
+
B += "; SameSite=Strict";
|
|
99
99
|
break;
|
|
100
100
|
case "lax":
|
|
101
|
-
|
|
101
|
+
B += "; SameSite=Lax";
|
|
102
102
|
break;
|
|
103
103
|
case "none":
|
|
104
|
-
|
|
104
|
+
B += "; SameSite=None";
|
|
105
105
|
break;
|
|
106
106
|
default:
|
|
107
107
|
throw new TypeError(`option sameSite is invalid: ${P.sameSite}`);
|
|
108
108
|
}
|
|
109
|
-
return
|
|
109
|
+
return B;
|
|
110
110
|
}
|
|
111
111
|
function _(s, n) {
|
|
112
112
|
const I = n?.decode || v, P = s.length, T = R(s, 0, P), $ = V(s, 0, T), M = $ === -1 ? { name: "", value: I(C(s, 0, T)) } : {
|
|
113
113
|
name: C(s, 0, $),
|
|
114
114
|
value: I(C(s, $ + 1, T))
|
|
115
115
|
};
|
|
116
|
-
let
|
|
117
|
-
for (;
|
|
118
|
-
const j = R(s,
|
|
116
|
+
let B = T + 1;
|
|
117
|
+
for (; B < P; ) {
|
|
118
|
+
const j = R(s, B, P), W = V(s, B, j), fe = W === -1 ? C(s, B, j) : C(s, B, W), U = W === -1 ? void 0 : C(s, W + 1, j);
|
|
119
119
|
switch (fe.toLowerCase()) {
|
|
120
120
|
case "httponly":
|
|
121
121
|
M.httpOnly = !0;
|
|
@@ -154,7 +154,7 @@ function Xt() {
|
|
|
154
154
|
(Q === "lax" || Q === "strict" || Q === "none") && (M.sameSite = Q);
|
|
155
155
|
break;
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
B = j + 1;
|
|
158
158
|
}
|
|
159
159
|
return M;
|
|
160
160
|
}
|
|
@@ -307,7 +307,7 @@ function on(e, t, i) {
|
|
|
307
307
|
return !0;
|
|
308
308
|
return !1;
|
|
309
309
|
}
|
|
310
|
-
const
|
|
310
|
+
const jo = () => {
|
|
311
311
|
let e = !1;
|
|
312
312
|
return (function(t) {
|
|
313
313
|
(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(t) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0, 4))) && (e = !0);
|
|
@@ -317,10 +317,10 @@ const xo = () => {
|
|
|
317
317
|
return st(t).forEach((r) => i[r] = je(e?.[r], t[r])), "$item" in t && e?.forEach((r, o) => i[o] = je(r, t.$item)), i.$valid = (!t.$asserts || t.$asserts.every((r) => r(e))) && st(i).every((r) => i[r].$valid), i;
|
|
318
318
|
}, cn = (e) => fn(
|
|
319
319
|
Object.entries(e).reduce((t, [i, r]) => (t[`${i.replaceAll(".[]", ".$item")}${i.length ? "." : ""}$asserts`] = Array.isArray(r) ? r : [r], t), {})
|
|
320
|
-
),
|
|
320
|
+
), Fo = (e, t, i) => (e = JSON.parse(JSON.stringify(e)), wt(e).forEach((o) => {
|
|
321
321
|
const c = o.replace(/\.[0-9]+/g, ".[]");
|
|
322
322
|
ne(t, `${o}.$valid`) === !1 && i[c] !== void 0 && _e(e, o, i[c]);
|
|
323
|
-
}), e), st = (e) => Object.keys(e).filter((t) => !t.startsWith("$")),
|
|
323
|
+
}), e), st = (e) => Object.keys(e).filter((t) => !t.startsWith("$")), Ho = (e) => typeof e == "boolean", G = (e) => typeof e == "number", a = (e) => typeof e == "string", ue = (e) => Array.isArray(e), Z = (e) => typeof e == "object" && !ue(e) && e !== null, ht = (e) => Z(e) && e.constructor === Object, Go = (e) => e instanceof Date, Jo = (e) => typeof e == "function", dn = (e) => e === null, ln = (e) => e === void 0, un = (e) => dn(e) || ln(e), zo = (e) => !un(e), Wo = (e) => !!e, qo = (e) => !e, b = (e, t) => ue(e) && e.every((i) => t(i)), Qo = (e, t) => Z(e) && Object.values(e).every((i) => t(i)), m = (e, t) => sn(e, t).$valid, Ko = (e, t, i = !1) => {
|
|
324
324
|
ue(t) || (t = [t]);
|
|
325
325
|
let r = e;
|
|
326
326
|
for (; r; ) {
|
|
@@ -328,7 +328,7 @@ const xo = () => {
|
|
|
328
328
|
r = r.parentElement;
|
|
329
329
|
}
|
|
330
330
|
return !1;
|
|
331
|
-
},
|
|
331
|
+
}, Yo = () => typeof window < "u" && typeof window.document < "u", ce = () => typeof process < "u" && process.versions != null && process.versions.node != null, ne = (e, t, i) => {
|
|
332
332
|
const r = typeof t == "string" ? t.split(".") : [t];
|
|
333
333
|
let o = e;
|
|
334
334
|
const c = (y) => y != null, f = (y) => typeof y == "object";
|
|
@@ -358,7 +358,7 @@ const xo = () => {
|
|
|
358
358
|
for (const [r, o] of i)
|
|
359
359
|
_e(t, r, o);
|
|
360
360
|
return t;
|
|
361
|
-
},
|
|
361
|
+
}, Zo = (e, t = {}) => {
|
|
362
362
|
const i = Z(e) ? Object.entries(e) : e;
|
|
363
363
|
for (const [r, o] of i)
|
|
364
364
|
_e(t, r, o(t, r));
|
|
@@ -370,13 +370,13 @@ const xo = () => {
|
|
|
370
370
|
t(o, f, c) && (r.push(f), (Z(c) || ue(c)) && r.push(...wt(c, t, f)));
|
|
371
371
|
}
|
|
372
372
|
return r;
|
|
373
|
-
},
|
|
373
|
+
}, Xo = (e) => Z(e) ? Object.values(e) : e, es = (e) => [...new Set(e)], ts = (e, t) => {
|
|
374
374
|
const i = /* @__PURE__ */ new Set();
|
|
375
375
|
return e.filter((r) => {
|
|
376
376
|
const o = r[t];
|
|
377
377
|
return i.has(o) ? !1 : (i.add(o), !0);
|
|
378
378
|
});
|
|
379
|
-
},
|
|
379
|
+
}, ns = (e) => e.startsWith("http:") ? e.replace("http:", "https:") : e, It = (e, t = !1) => e.startsWith("http:") || e.startsWith("https:") ? e : t ? `https://${e}` : `http://${e}`, bt = () => typeof window < "u" && window?.location ? new URL(window.location).hostname : void 0, lt = () => {
|
|
380
380
|
const e = bt();
|
|
381
381
|
return !e || e === "localhost" ? e : `.${e}`;
|
|
382
382
|
}, mn = () => ({ path: "/" }), pn = (e) => ({
|
|
@@ -923,24 +923,24 @@ function S(e, t = "get", i = null) {
|
|
|
923
923
|
}
|
|
924
924
|
}, r.onRefreshFail = async () => (o.clear(), o.redirect()), r;
|
|
925
925
|
}
|
|
926
|
-
const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }),
|
|
926
|
+
const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }), is = () => ({
|
|
927
927
|
listByCandidateAndEstablishment: Hn
|
|
928
928
|
}), Gn = (e, t) => N("/user/login").setMethod("post").setPayload({ email: e, password: t }), Jn = (e) => N("/token/refresh").setMethod("post").setPayload({ refresh_token: e }), zn = (e) => N("/user/password/reset/ask").setMethod("post").setPayload({ email: e }), Wn = (e, t) => N("/user/password/reset").setMethod("post").setPayload({ token: e, password: t }), qn = () => ({
|
|
929
929
|
login: Gn,
|
|
930
930
|
refreshToken: Jn,
|
|
931
931
|
resetAsk: zn,
|
|
932
932
|
reset: Wn
|
|
933
|
-
}), Qn = (e) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates").isList().setRouteParams({ institutionUuid: e }), Kn = (e, t) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid").setRouteParams({ institutionUuid: e, candidateUuid: t }), Yn = (e, t) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid/mark-as-seen").setMethod("post").setRouteParams({ institutionUuid: e, candidateUuid: t }), Zn = (e, t, i) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid/scope").setMethod("patch").setRouteParams({ institutionUuid: e, candidateUuid: t }).setPayload({ scope: i }),
|
|
933
|
+
}), Qn = (e) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates").isList().setRouteParams({ institutionUuid: e }), Kn = (e, t) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid").setRouteParams({ institutionUuid: e, candidateUuid: t }), Yn = (e, t) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid/mark-as-seen").setMethod("post").setRouteParams({ institutionUuid: e, candidateUuid: t }), Zn = (e, t, i) => S("/v2/recruiter-area/candidate-bank/institutions/:institutionUuid/candidates/:candidateUuid/scope").setMethod("patch").setRouteParams({ institutionUuid: e, candidateUuid: t }).setPayload({ scope: i }), as = () => ({
|
|
934
934
|
listCandidate: Qn,
|
|
935
935
|
getCandidate: Kn,
|
|
936
936
|
markCandidateAsSeen: Yn,
|
|
937
937
|
updateCandidateScope: Zn
|
|
938
|
-
}), Xn = (e, t) => S("/v2/recruiter-area/candidate-notes").setQueryParams({ institution_uuid: e, candidate_uuid: t }), ei = (e, t, i) => S("/v2/recruiter-area/candidate-notes").setMethod("post").setPayload({ institution_uuid: e, candidate_uuid: t, ...i }), ti = (e, t) => S("/v2/recruiter-area/candidate-notes/:note_uuid").setRouteParams({ note_uuid: e }).setMethod("put").setPayload(t), ni = (e) => S("/v2/recruiter-area/candidate-notes/:note_uuid").setRouteParams({ note_uuid: e }).setMethod("delete"),
|
|
938
|
+
}), Xn = (e, t) => S("/v2/recruiter-area/candidate-notes").setQueryParams({ institution_uuid: e, candidate_uuid: t }), ei = (e, t, i) => S("/v2/recruiter-area/candidate-notes").setMethod("post").setPayload({ institution_uuid: e, candidate_uuid: t, ...i }), ti = (e, t) => S("/v2/recruiter-area/candidate-notes/:note_uuid").setRouteParams({ note_uuid: e }).setMethod("put").setPayload(t), ni = (e) => S("/v2/recruiter-area/candidate-notes/:note_uuid").setRouteParams({ note_uuid: e }).setMethod("delete"), rs = () => ({
|
|
939
939
|
listByEstablishmentAndCandidate: Xn,
|
|
940
940
|
createForEstablishmentAndCandidate: ei,
|
|
941
941
|
update: ti,
|
|
942
942
|
remove: ni
|
|
943
|
-
}), ii = (e, t, i) => S("/candidate/:candidateId/share/establishment/:establishmentId").setMethod("post").setRouteParams({ candidateId: e, establishmentId: t }).setPayload(i), ai = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }), ri = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setMethod("post").setRouteParams({ candidateId: e, establishmentId: t }), oi = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setMethod("delete").setRouteParams({ candidateId: e, establishmentId: t }), si = (e, t) => S("/v2/recruiter-area/candidates/lookup").setQueryParam("institution_uuid", e).setQueryParam("email", t), ci = (e, t) => S("v2/recruiter-area/candidates/invite").setMethod("post").setQueryParam("institution_uuid", e).setPayload(t), di = (e, t, i) => S("/v2/recruiter-area/candidates/:candidateUuid").setMethod("put").setRouteParams({ candidateUuid: e }).setQueryParam("institution_uuid", t).setPayload(i), li = (e, t, i) => S("/v2/recruiter-area/candidates/:candidateUuid/jobs").setMethod("put").setRouteParams({ candidateUuid: e }).setPayload({ institution_uuid: t, jobs: i }), ui = (e) => S("/candidate/register/close/:registrationToken").setMethod("post").setRouteParams({ registrationToken: e }), fi = (e) => S("/candidate/register/open").setMethod("post").setQueryParam("groups", "register:token").setPayload(e), mi = (e, t) => S("/establishment/:establishmentId:/candidate/invitation").setRouteParams({ establishmentId: e }).setMethod("post").setPayload(t),
|
|
943
|
+
}), ii = (e, t, i) => S("/candidate/:candidateId/share/establishment/:establishmentId").setMethod("post").setRouteParams({ candidateId: e, establishmentId: t }).setPayload(i), ai = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }), ri = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setMethod("post").setRouteParams({ candidateId: e, establishmentId: t }), oi = (e, t) => S("/candidate/:candidateId/archive/establishment/:establishmentId").setMethod("delete").setRouteParams({ candidateId: e, establishmentId: t }), si = (e, t) => S("/v2/recruiter-area/candidates/lookup").setQueryParam("institution_uuid", e).setQueryParam("email", t), ci = (e, t) => S("v2/recruiter-area/candidates/invite").setMethod("post").setQueryParam("institution_uuid", e).setPayload(t), di = (e, t, i) => S("/v2/recruiter-area/candidates/:candidateUuid").setMethod("put").setRouteParams({ candidateUuid: e }).setQueryParam("institution_uuid", t).setPayload(i), li = (e, t, i) => S("/v2/recruiter-area/candidates/:candidateUuid/jobs").setMethod("put").setRouteParams({ candidateUuid: e }).setPayload({ institution_uuid: t, jobs: i }), ui = (e) => S("/candidate/register/close/:registrationToken").setMethod("post").setRouteParams({ registrationToken: e }), fi = (e) => S("/candidate/register/open").setMethod("post").setQueryParam("groups", "register:token").setPayload(e), mi = (e, t) => S("/establishment/:establishmentId:/candidate/invitation").setRouteParams({ establishmentId: e }).setMethod("post").setPayload(t), os = () => ({
|
|
944
944
|
share: ii,
|
|
945
945
|
isArchived: ai,
|
|
946
946
|
archive: ri,
|
|
@@ -952,18 +952,18 @@ const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:estab
|
|
|
952
952
|
closeIncompleteRegistration: ui,
|
|
953
953
|
openNewRegistration: fi,
|
|
954
954
|
updateInvitation: mi
|
|
955
|
-
}), pi = () => N("contractType").isList().addGroup("Term:id").addGroup("Term:name"), yi = (e, t = !0) => S("contractType/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), gi = (e) => S("contractType/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
955
|
+
}), pi = () => N("contractType").isList().addGroup("Term:id").addGroup("Term:name"), yi = (e, t = !0) => S("contractType/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), gi = (e) => S("contractType/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), ss = () => ({
|
|
956
956
|
list: pi,
|
|
957
957
|
listByEstablishment: yi,
|
|
958
958
|
listMineByEstablishment: gi
|
|
959
|
-
}), hi = (e) => S("/v2/talents").isList().setQueryParam("establishment-id", e), _i = (e) => S("/v2/talent/mark-as-seen/:talentId").setRouteParams({ talentId: e }).setMethod("post"),
|
|
959
|
+
}), hi = (e) => S("/v2/talents").isList().setQueryParam("establishment-id", e), _i = (e) => S("/v2/talent/mark-as-seen/:talentId").setRouteParams({ talentId: e }).setMethod("post"), cs = () => ({
|
|
960
960
|
list: hi,
|
|
961
961
|
markAsSeen: _i
|
|
962
|
-
}), wi = (e, t, i) => S("/cvtheque/establishment/:establishmentId/candidate/:candidateId/label/synchronize").setRouteParams({ establishmentId: e, candidateId: t }).setMethod("post").setPayload(i),
|
|
962
|
+
}), wi = (e, t, i) => S("/cvtheque/establishment/:establishmentId/candidate/:candidateId/label/synchronize").setRouteParams({ establishmentId: e, candidateId: t }).setMethod("post").setPayload(i), ds = () => ({
|
|
963
963
|
syncCandidateLabels: wi
|
|
964
|
-
}), Ii = () => N("diploma").isList().addGroup("Term:id").addGroup("Term:name"),
|
|
964
|
+
}), Ii = () => N("diploma").isList().addGroup("Term:id").addGroup("Term:name"), ls = () => ({
|
|
965
965
|
list: Ii
|
|
966
|
-
}), bi = (e) => S("document/candidate/:candidateId").setRouteParams({ candidateId: e }).isList().disablePagination(), ki = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), vi = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId/recruiter").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), Si = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId/candidate").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), Ri = (e) => S("document/recruiter").setMethod("post").setPayload(e), Ci = (e) => S("document/:documentId").setRouteParams({ documentId: e }).setMethod("delete"), Vi = (e, t) => S("document/:documentId").setRouteParams({ documentId: e }).setMethod("put").setPayload({ documentType: t }),
|
|
966
|
+
}), bi = (e) => S("document/candidate/:candidateId").setRouteParams({ candidateId: e }).isList().disablePagination(), ki = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), vi = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId/recruiter").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), Si = (e, t) => S("document/candidate/:candidateId/establishment/:establishmentId/candidate").setRouteParams({ candidateId: e, establishmentId: t }).isList().disablePagination(), Ri = (e) => S("document/recruiter").setMethod("post").setPayload(e), Ci = (e) => S("document/:documentId").setRouteParams({ documentId: e }).setMethod("delete"), Vi = (e, t) => S("document/:documentId").setRouteParams({ documentId: e }).setMethod("put").setPayload({ documentType: t }), us = () => ({
|
|
967
967
|
listByCandidate: bi,
|
|
968
968
|
listByCandidateAndEstablishment: ki,
|
|
969
969
|
listByCandidateAndEstablishmentFromRecruiter: vi,
|
|
@@ -971,21 +971,21 @@ const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:estab
|
|
|
971
971
|
addFromRecruiter: Ri,
|
|
972
972
|
remove: Ci,
|
|
973
973
|
edit: Vi
|
|
974
|
-
}), Ai = (e, t) => S("/v2/establishments/:establishmentId/email-history").setRouteParams({ establishmentId: t }).setQueryParam("receiverId", e).isList().disablePagination(),
|
|
974
|
+
}), Ai = (e, t) => S("/v2/establishments/:establishmentId/email-history").setRouteParams({ establishmentId: t }).setQueryParam("receiverId", e).isList().disablePagination(), fs = () => ({
|
|
975
975
|
listByCandidateAndEstablishment: Ai
|
|
976
|
-
}), Pi = (e, t) => S("/email/candidate/:candidateId").setMethod("post").setRouteParams({ candidateId: e }).setPayload(t), Ei = (e, t) => S("/v2/emails/send").setMethod("post").setPayload({ recipientIds: e, ...t }),
|
|
976
|
+
}), Pi = (e, t) => S("/email/candidate/:candidateId").setMethod("post").setRouteParams({ candidateId: e }).setPayload(t), Ei = (e, t) => S("/v2/emails/send").setMethod("post").setPayload({ recipientIds: e, ...t }), ms = () => ({
|
|
977
977
|
sendToCandidate: Pi,
|
|
978
978
|
sendToRecipients: Ei
|
|
979
979
|
}), Oi = (e, t = !0) => {
|
|
980
980
|
const i = S("/v2/establishments/:establishmentId/email-templates").setRouteParams({ establishmentId: e }).isList().disablePagination();
|
|
981
981
|
return t && i.setQueryParam("global", !0), i;
|
|
982
|
-
}, Li = () => S("/v2/self/email-templates").isList().disablePagination(),
|
|
982
|
+
}, Li = () => S("/v2/self/email-templates").isList().disablePagination(), ps = () => ({
|
|
983
983
|
listByEstablishment: Oi,
|
|
984
984
|
listSelf: Li
|
|
985
985
|
}), Bi = (e, t) => S("establishment-career/:establishmentId/:versionId").setRouteParams({ establishmentId: e, versionId: t }), Di = (e, t = "published") => S("establishment-career/:establishmentId/state/:state").setRouteParams({ establishmentId: e, state: t }), Ti = (e, t, i = null) => {
|
|
986
986
|
const r = i !== null ? S("establishment-career/:establishmentId/:versionId").setRouteParams({ establishmentId: e, versionId: i }) : S("establishment-career/:establishmentId").setRouteParams({ establishmentId: e });
|
|
987
987
|
return r.setMethod("post").setPayload(t), r;
|
|
988
|
-
}, $i = (e, t) => S("establishment-career/:establishmentId/logo-banner").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), Mi = (e, t, i) => S("establishment-career/:establishmentId/publish/:versionId").setMethod("post").setRouteParams({ establishmentId: e, versionId: t }).setPayload(i),
|
|
988
|
+
}, $i = (e, t) => S("establishment-career/:establishmentId/logo-banner").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), Mi = (e, t, i) => S("establishment-career/:establishmentId/publish/:versionId").setMethod("post").setRouteParams({ establishmentId: e, versionId: t }).setPayload(i), ys = () => ({
|
|
989
989
|
readById: Bi,
|
|
990
990
|
readByState: Di,
|
|
991
991
|
upsert: Ti,
|
|
@@ -994,48 +994,48 @@ const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:estab
|
|
|
994
994
|
}), Ni = (e) => N("establishment/:establishmentId").setRouteParams({ establishmentId: e }), Ui = (e) => S("establishment/:establishmentId/authorizations").setRouteParams({ establishmentId: e }), Vt = () => ({
|
|
995
995
|
read: Ni,
|
|
996
996
|
authorizations: Ui
|
|
997
|
-
}), xi = (e) => N("feature-flag/maintenance").setMethod("post").setPayload(e), ji = (e, t) => N("feature-flag/establishment").setMethod("post").setPayload({ establishment: e, flagName: t }),
|
|
997
|
+
}), xi = (e) => N("feature-flag/maintenance").setMethod("post").setPayload(e), ji = (e, t) => N("feature-flag/establishment").setMethod("post").setPayload({ establishment: e, flagName: t }), gs = () => ({
|
|
998
998
|
maintenanceModeEnabled: xi,
|
|
999
999
|
forEstablishment: ji
|
|
1000
|
-
}), Fi = () => N("functionalUnit").isList().addGroup("Term:id").addGroup("Term:name"), Hi = (e, t = !0) => S("functionalUnit/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Gi = (e) => S("functionalUnit/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1000
|
+
}), Fi = () => N("functionalUnit").isList().addGroup("Term:id").addGroup("Term:name"), Hi = (e, t = !0) => S("functionalUnit/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Gi = (e) => S("functionalUnit/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), hs = () => ({
|
|
1001
1001
|
list: Fi,
|
|
1002
1002
|
listByEstablishment: Hi,
|
|
1003
1003
|
listMineByEstablishment: Gi
|
|
1004
|
-
}), Ji = () => N("job").isList().addGroup("Term:id").addGroup("Term:name"), zi = (e, t = !0) => S("job/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Wi = (e) => S("job/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1004
|
+
}), Ji = () => N("job").isList().addGroup("Term:id").addGroup("Term:name"), zi = (e, t = !0) => S("job/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Wi = (e) => S("job/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), _s = () => ({
|
|
1005
1005
|
list: Ji,
|
|
1006
1006
|
listByEstablishment: zi,
|
|
1007
1007
|
listMineByEstablishment: Wi
|
|
1008
|
-
}), qi = (e) => S("jobStatus/establishment/:establishmentId/mine").isList().addGroup("term:formTermSelect").setRouteParams({ establishmentId: e }), Qi = (e) => S("jobStatus/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1008
|
+
}), qi = (e) => S("jobStatus/establishment/:establishmentId/mine").isList().addGroup("term:formTermSelect").setRouteParams({ establishmentId: e }), Qi = (e) => S("jobStatus/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), ws = () => ({
|
|
1009
1009
|
listByEstablishment: qi,
|
|
1010
1010
|
listMineByEstablishment: Qi
|
|
1011
|
-
}), Ki = (e, t) => S("/kanbanColumnsTemplate/user/:userId/establishment/:establishmentId").isList().setRouteParams({ userId: e, establishmentId: t }),
|
|
1011
|
+
}), Ki = (e, t) => S("/kanbanColumnsTemplate/user/:userId/establishment/:establishmentId").isList().setRouteParams({ userId: e, establishmentId: t }), Is = () => ({
|
|
1012
1012
|
listByUserAndEstablishment: Ki
|
|
1013
|
-
}), Yi = (e) => S("/label/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), Zi = (e, t) => S("/v2/candidate-labels").isList().setQueryParam("establishment-id", e).setQueryParam("candidate-id", t), Xi = (e, t) => S("/label/establishment/:establishmentId").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), ea = (e, t) => S("/label/:labelId").setMethod("put").setRouteParams({ labelId: e }).setPayload(t), ta = (e) => S("/label/:labelId").setMethod("delete").setRouteParams({ labelId: e }), na = (e, t, i) => S("/label/establishment/:establishmentId/candidate/:candidateId/synchronize").setMethod("post").setPayload(i).setRouteParams({ establishmentId: e, candidateId: t }),
|
|
1013
|
+
}), Yi = (e) => S("/label/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), Zi = (e, t) => S("/v2/candidate-labels").isList().setQueryParam("establishment-id", e).setQueryParam("candidate-id", t), Xi = (e, t) => S("/label/establishment/:establishmentId").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), ea = (e, t) => S("/label/:labelId").setMethod("put").setRouteParams({ labelId: e }).setPayload(t), ta = (e) => S("/label/:labelId").setMethod("delete").setRouteParams({ labelId: e }), na = (e, t, i) => S("/label/establishment/:establishmentId/candidate/:candidateId/synchronize").setMethod("post").setPayload(i).setRouteParams({ establishmentId: e, candidateId: t }), bs = () => ({
|
|
1014
1014
|
listByEstablishment: Yi,
|
|
1015
1015
|
listByEstablishmentAndCandidate: Zi,
|
|
1016
1016
|
addToEstablishment: Xi,
|
|
1017
1017
|
update: ea,
|
|
1018
1018
|
remove: ta,
|
|
1019
1019
|
syncForCandidate: na
|
|
1020
|
-
}), ia = (e) => N("offer/:offerId").setRouteParams({ offerId: e }), aa = (e, t) => S("offer/:offerId").setMethod("PUT").setRouteParams({ offerId: e }).setPayload(t).setQueryParam("collection", "complete").addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"), ra = (e) => S("offer/:offerId/undraft").setMethod("PUT").setRouteParams({ offerId: e }).addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"), oa = (e, t) => S("offer/recruitment/:recruitmentId").setMethod("POST").setRouteParams({ recruitmentId: e }).setPayload(t).setQueryParam("draft", 1).setQueryParam("collection", "complete").setQueryParam("forcePublish", "false").addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"),
|
|
1020
|
+
}), ia = (e) => N("offer/:offerId").setRouteParams({ offerId: e }), aa = (e, t) => S("offer/:offerId").setMethod("PUT").setRouteParams({ offerId: e }).setPayload(t).setQueryParam("collection", "complete").addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"), ra = (e) => S("offer/:offerId/undraft").setMethod("PUT").setRouteParams({ offerId: e }).addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"), oa = (e, t) => S("offer/recruitment/:recruitmentId").setMethod("POST").setRouteParams({ recruitmentId: e }).setPayload(t).setQueryParam("draft", 1).setQueryParam("collection", "complete").setQueryParam("forcePublish", "false").addGroup("offer:form-save").addGroup("Offer:jobBoardErrors"), ks = () => ({
|
|
1021
1021
|
read: ia,
|
|
1022
1022
|
save: aa,
|
|
1023
1023
|
undraft: ra,
|
|
1024
1024
|
create: oa
|
|
1025
|
-
}), sa = () => N("pole").isList().addGroup("Term:id").addGroup("Term:name"), ca = (e, t = !0) => S("pole/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), da = (e) => S("pole/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1025
|
+
}), sa = () => N("pole").isList().addGroup("Term:id").addGroup("Term:name"), ca = (e, t = !0) => S("pole/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), da = (e) => S("pole/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), vs = () => ({
|
|
1026
1026
|
list: sa,
|
|
1027
1027
|
listByEstablishment: ca,
|
|
1028
1028
|
listMineByEstablishment: da
|
|
1029
|
-
}), la = () => N("rank").isList().addGroup("Term:id").addGroup("Term:name"), ua = (e, t = !0) => S("rank/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), fa = (e) => S("rank/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1029
|
+
}), la = () => N("rank").isList().addGroup("Term:id").addGroup("Term:name"), ua = (e, t = !0) => S("rank/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), fa = (e) => S("rank/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), Ss = () => ({
|
|
1030
1030
|
list: la,
|
|
1031
1031
|
listByEstablishment: ua,
|
|
1032
1032
|
listMineByEstablishment: fa
|
|
1033
1033
|
}), ma = (e, t = !1) => {
|
|
1034
1034
|
const i = S("/recruiter/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e });
|
|
1035
1035
|
return t && i.setQueryParam("exclude-me", 1), i;
|
|
1036
|
-
},
|
|
1036
|
+
}, Rs = () => ({
|
|
1037
1037
|
listByEstablishment: ma
|
|
1038
|
-
}), pa = (e) => S("/recruitment/:recruitmentId").setRouteParams({ recruitmentId: e }), ya = (e) => S("recruitment/:recruitmentId/authorizations").setRouteParams({ recruitmentId: e }), ga = (e) => S("/recruitment/mine/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), ha = (e, t) => S("/recruitment/mine/establishment/:establishmentId/has-not/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), _a = (e, t) => S("/recruitment/mine/establishment/:establishmentId/has/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), wa = (e, t) => S("/recruitment/establishment/:establishmentId/has/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), Ia = (e, t) => S("/recruitment/:recruitmentId/candidate").setMethod("put").setRouteParams({ recruitmentId: e }).setPayload(t), ba = (e, t) => S("/recruitment/:recruitmentId/candidate/:candidateId").setMethod("delete").setRouteParams({ recruitmentId: e, candidateId: t }), ka = (e, t) => S("/recruitment/establishment/:establishmentId").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), va = (e, t) => S("/recruitment/:recruitmentId").setMethod("put").setRouteParams({ recruitmentId: e }).setPayload(t), Sa = (e) => S("/recruitment/:recruitmentId/undraft").setMethod("put").setRouteParams({ recruitmentId: e }), Ra = (e) => S("/recruitment/:recruitmentId/archive").setMethod("put").setRouteParams({ recruitmentId: e }), Ca = (e) => S("/recruitment/:recruitmentId/unarchive").setMethod("put").setRouteParams({ recruitmentId: e }), Va = (e) => S("/recruitment/:recruitmentId/unclose").setMethod("put").setRouteParams({ recruitmentId: e }), Aa = (e) => S("/recruitment/:recruitmentId").setMethod("delete").setRouteParams({ recruitmentId: e }),
|
|
1038
|
+
}), pa = (e) => S("/recruitment/:recruitmentId").setRouteParams({ recruitmentId: e }), ya = (e) => S("recruitment/:recruitmentId/authorizations").setRouteParams({ recruitmentId: e }), ga = (e) => S("/recruitment/mine/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), ha = (e, t) => S("/recruitment/mine/establishment/:establishmentId/has-not/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), _a = (e, t) => S("/recruitment/mine/establishment/:establishmentId/has/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), wa = (e, t) => S("/recruitment/establishment/:establishmentId/has/candidate/:candidateId").isList().setRouteParams({ establishmentId: e, candidateId: t }), Ia = (e, t) => S("/recruitment/:recruitmentId/candidate").setMethod("put").setRouteParams({ recruitmentId: e }).setPayload(t), ba = (e, t) => S("/recruitment/:recruitmentId/candidate/:candidateId").setMethod("delete").setRouteParams({ recruitmentId: e, candidateId: t }), ka = (e, t) => S("/recruitment/establishment/:establishmentId").setMethod("post").setRouteParams({ establishmentId: e }).setPayload(t), va = (e, t) => S("/recruitment/:recruitmentId").setMethod("put").setRouteParams({ recruitmentId: e }).setPayload(t), Sa = (e) => S("/recruitment/:recruitmentId/undraft").setMethod("put").setRouteParams({ recruitmentId: e }), Ra = (e) => S("/recruitment/:recruitmentId/archive").setMethod("put").setRouteParams({ recruitmentId: e }), Ca = (e) => S("/recruitment/:recruitmentId/unarchive").setMethod("put").setRouteParams({ recruitmentId: e }), Va = (e) => S("/recruitment/:recruitmentId/unclose").setMethod("put").setRouteParams({ recruitmentId: e }), Aa = (e) => S("/recruitment/:recruitmentId").setMethod("delete").setRouteParams({ recruitmentId: e }), Cs = () => ({
|
|
1039
1039
|
read: pa,
|
|
1040
1040
|
authorizations: ya,
|
|
1041
1041
|
mineByEstablishment: ga,
|
|
@@ -1054,39 +1054,39 @@ const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:estab
|
|
|
1054
1054
|
}), Pa = (e, t, i, r = null, o = null) => {
|
|
1055
1055
|
const c = N("candidate/register/open").setMethod("post"), f = { email: e };
|
|
1056
1056
|
return t === "establishment" && (f.establishmentId = i), t === "offer" && (f.offerId = i), r && (f.referer = r), o && (f.jwt = o), c.setPayload(f), c;
|
|
1057
|
-
}, Ea = (e, t) => N("candidate/register/update/:token").setMethod("post").setRouteParams({ token: e }).setPayload(t), Oa = (e) => N("candidate/register/read/:token").setRouteParams({ token: e }), La = (e) => N("candidate/register/close/:token").setMethod("post").setRouteParams({ token: e }),
|
|
1057
|
+
}, Ea = (e, t) => N("candidate/register/update/:token").setMethod("post").setRouteParams({ token: e }).setPayload(t), Oa = (e) => N("candidate/register/read/:token").setRouteParams({ token: e }), La = (e) => N("candidate/register/close/:token").setMethod("post").setRouteParams({ token: e }), Vs = () => ({
|
|
1058
1058
|
open: Pa,
|
|
1059
1059
|
update: Ea,
|
|
1060
1060
|
read: Oa,
|
|
1061
1061
|
close: La
|
|
1062
|
-
}), Ba = (e, t) => S("/v2/registrations/lookup").setQueryParam("candidate-id", e).setQueryParam("establishment-id", t),
|
|
1062
|
+
}), Ba = (e, t) => S("/v2/registrations/lookup").setQueryParam("candidate-id", e).setQueryParam("establishment-id", t), As = () => ({
|
|
1063
1063
|
lookupEstablishment: Ba
|
|
1064
|
-
}), Da = () => N("requestReason").isList().addGroup("Term:id").addGroup("Term:name"), Ta = (e, t = !0) => S("requestReason/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), $a = (e) => S("requestReason/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1064
|
+
}), Da = () => N("requestReason").isList().addGroup("Term:id").addGroup("Term:name"), Ta = (e, t = !0) => S("requestReason/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), $a = (e) => S("requestReason/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), Ps = () => ({
|
|
1065
1065
|
list: Da,
|
|
1066
1066
|
listByEstablishment: Ta,
|
|
1067
1067
|
listMineByEstablishment: $a
|
|
1068
|
-
}), Ma = (e) => S("/v2/recruiter-area/saved-filters").isList().setQueryParam("institution_uuid", e), Na = (e) => S("/v2/recruiter-area/saved-filters").setMethod("post").setPayload(e), Ua = (e, t) => S("/v2/recruiter-area/saved-filters/:uuid").setRouteParams({ uuid: e }).setMethod("put").setPayload(t), xa = (e) => S("/v2/recruiter-area/saved-filters/:uuid").setRouteParams({ uuid: e }).setMethod("delete"),
|
|
1068
|
+
}), Ma = (e) => S("/v2/recruiter-area/saved-filters").isList().setQueryParam("institution_uuid", e), Na = (e) => S("/v2/recruiter-area/saved-filters").setMethod("post").setPayload(e), Ua = (e, t) => S("/v2/recruiter-area/saved-filters/:uuid").setRouteParams({ uuid: e }).setMethod("put").setPayload(t), xa = (e) => S("/v2/recruiter-area/saved-filters/:uuid").setRouteParams({ uuid: e }).setMethod("delete"), Es = () => ({
|
|
1069
1069
|
listMineByEstablishment: Ma,
|
|
1070
1070
|
create: Na,
|
|
1071
1071
|
update: Ua,
|
|
1072
1072
|
remove: xa
|
|
1073
|
-
}), ja = () => N("service").isList().addGroup("Term:id").addGroup("Term:name"), Fa = (e, t = !0) => S("service/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Ha = (e) => S("service/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1073
|
+
}), ja = () => N("service").isList().addGroup("Term:id").addGroup("Term:name"), Fa = (e, t = !0) => S("service/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Ha = (e) => S("service/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), Os = () => ({
|
|
1074
1074
|
list: ja,
|
|
1075
1075
|
listByEstablishment: Fa,
|
|
1076
1076
|
listMineByEstablishment: Ha
|
|
1077
|
-
}), Ga = () => N("skill").isList().addGroup("term:formTermSelect"),
|
|
1077
|
+
}), Ga = () => N("skill").isList().addGroup("term:formTermSelect"), Ls = () => ({
|
|
1078
1078
|
list: Ga
|
|
1079
|
-
}), Ja = () => N("speciality").isList().addGroup("Term:id").addGroup("Term:name"), za = (e, t = !0) => S("speciality/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Wa = (e) => S("speciality/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"),
|
|
1079
|
+
}), Ja = () => N("speciality").isList().addGroup("Term:id").addGroup("Term:name"), za = (e, t = !0) => S("speciality/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }).setQueryParam("all", t).addGroup("Term:id").addGroup("Term:name"), Wa = (e) => S("speciality/establishment/:establishmentId/mine").isList().setRouteParams({ establishmentId: e }).addGroup("Term:id").addGroup("Term:name"), Bs = () => ({
|
|
1080
1080
|
list: Ja,
|
|
1081
1081
|
listByEstablishment: za,
|
|
1082
1082
|
listMineByEstablishment: Wa
|
|
1083
|
-
}), qa = (e) => S("/tag/public/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }),
|
|
1083
|
+
}), qa = (e) => S("/tag/public/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), Ds = () => ({
|
|
1084
1084
|
listByEstablishment: qa
|
|
1085
|
-
}), Qa = (e, t) => S("/v2/talent").setQueryParam("establishment-id", e).setQueryParam("candidate-id", t), Ka = (e, t) => S("/v2/talents/lookup").setQueryParam("candidate-id", e).setQueryParam("establishment-id", t), Ya = (e) => S("/v2/talents/index").setMethod("post").setPayload(e),
|
|
1085
|
+
}), Qa = (e, t) => S("/v2/talent").setQueryParam("establishment-id", e).setQueryParam("candidate-id", t), Ka = (e, t) => S("/v2/talents/lookup").setQueryParam("candidate-id", e).setQueryParam("establishment-id", t), Ya = (e) => S("/v2/talents/index").setMethod("post").setPayload(e), Ts = () => ({
|
|
1086
1086
|
read: Qa,
|
|
1087
1087
|
lookupTalent: Ka,
|
|
1088
1088
|
addCandidateToTalentPool: Ya
|
|
1089
|
-
}), Za = (e) => S("/v2/recruiter-area/user-lists/institution/:establishmentUuid").setRouteParams({ establishmentUuid: e }),
|
|
1089
|
+
}), Za = (e) => S("/v2/recruiter-area/user-lists/institution/:establishmentUuid").setRouteParams({ establishmentUuid: e }), $s = () => ({
|
|
1090
1090
|
listByEstablishment: Za
|
|
1091
1091
|
}), Xa = (e) => N("user/email/isset/:email").setRouteParams({ email: e }), er = () => S("user/self").addGroup("user:self").addGroup("User:phoneNumber"), tr = (e) => S("/user/:uuid").setRouteParams({ uuid: e }), nr = (e) => N("/user/:uuid").setRouteParams({ uuid: e }), ir = (e) => S("/user/:id/uuid").setRouteParams({ id: e }), ar = (e) => S("/user/collaborator/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), rr = (e) => S("/user/creator/establishment/:establishmentId").isList().setRouteParams({ establishmentId: e }), or = (e) => S("/recruitment/establishment/:establishmentId/validators").isList().setRouteParams({ establishmentId: e }), sr = () => ({
|
|
1092
1092
|
emailExists: Xa,
|
|
@@ -1097,7 +1097,7 @@ const Hn = (e, t) => S("/v2/activity/candidate/:candidateId/establishment/:estab
|
|
|
1097
1097
|
listCollaboratorByEstablishment: ar,
|
|
1098
1098
|
listCreatorByEstablishment: rr,
|
|
1099
1099
|
listValidatorByEstablishment: or
|
|
1100
|
-
}), cr = (e) => S("validationFlow/establishment/:establishmentId").setRouteParams({ establishmentId: e }).isList(), dr = (e, t) => S("validationFlow/user/:userId/establishment/:establishmentId").setRouteParams({ userId: e, establishmentId: t }).isList(),
|
|
1100
|
+
}), cr = (e) => S("validationFlow/establishment/:establishmentId").setRouteParams({ establishmentId: e }).isList(), dr = (e, t) => S("validationFlow/user/:userId/establishment/:establishmentId").setRouteParams({ userId: e, establishmentId: t }).isList(), Ms = () => ({
|
|
1101
1101
|
listByEstablishment: cr,
|
|
1102
1102
|
listByUserAndEstablishment: dr
|
|
1103
1103
|
}), lr = (e = {
|
|
@@ -1295,11 +1295,11 @@ function Y(e, t, i, r, o, c) {
|
|
|
1295
1295
|
tt();
|
|
1296
1296
|
}
|
|
1297
1297
|
function re(e) {
|
|
1298
|
-
const t = /* @__PURE__ */
|
|
1298
|
+
const t = /* @__PURE__ */ D(e);
|
|
1299
1299
|
return t === e ? t : (x(t, "iterate", be), /* @__PURE__ */ ee(e) ? t : t.map(z));
|
|
1300
1300
|
}
|
|
1301
1301
|
function nt(e) {
|
|
1302
|
-
return x(e = /* @__PURE__ */
|
|
1302
|
+
return x(e = /* @__PURE__ */ D(e), "iterate", be), e;
|
|
1303
1303
|
}
|
|
1304
1304
|
function K(e, t) {
|
|
1305
1305
|
return /* @__PURE__ */ X(e) ? ke(/* @__PURE__ */ xt(e) ? z(t) : t) : z(t);
|
|
@@ -1447,14 +1447,14 @@ function ut(e, t, i, r) {
|
|
|
1447
1447
|
}), o[t](c, ...r);
|
|
1448
1448
|
}
|
|
1449
1449
|
function Ue(e, t, i) {
|
|
1450
|
-
const r = /* @__PURE__ */
|
|
1450
|
+
const r = /* @__PURE__ */ D(e);
|
|
1451
1451
|
x(r, "iterate", be);
|
|
1452
1452
|
const o = r[t](...i);
|
|
1453
|
-
return (o === -1 || o === !1) && /* @__PURE__ */ $r(i[0]) ? (i[0] = /* @__PURE__ */
|
|
1453
|
+
return (o === -1 || o === !1) && /* @__PURE__ */ $r(i[0]) ? (i[0] = /* @__PURE__ */ D(i[0]), r[t](...i)) : o;
|
|
1454
1454
|
}
|
|
1455
1455
|
function me(e, t, i = []) {
|
|
1456
1456
|
_r(), et();
|
|
1457
|
-
const r = (/* @__PURE__ */
|
|
1457
|
+
const r = (/* @__PURE__ */ D(e))[t].apply(e, i);
|
|
1458
1458
|
return tt(), wr(), r;
|
|
1459
1459
|
}
|
|
1460
1460
|
const kr = /* @__PURE__ */ ur("__proto__,__v_isRef,__isVue"), Bt = new Set(
|
|
@@ -1462,7 +1462,7 @@ const kr = /* @__PURE__ */ ur("__proto__,__v_isRef,__isVue"), Bt = new Set(
|
|
|
1462
1462
|
);
|
|
1463
1463
|
function vr(e) {
|
|
1464
1464
|
ve(e) || (e = String(e));
|
|
1465
|
-
const t = /* @__PURE__ */
|
|
1465
|
+
const t = /* @__PURE__ */ D(this);
|
|
1466
1466
|
return x(t, "has", e), t.hasOwnProperty(e);
|
|
1467
1467
|
}
|
|
1468
1468
|
class Dt {
|
|
@@ -1516,7 +1516,7 @@ class Sr extends Dt {
|
|
|
1516
1516
|
const f = we(t) && Xe(i);
|
|
1517
1517
|
if (!this._isShallow) {
|
|
1518
1518
|
const w = /* @__PURE__ */ X(c);
|
|
1519
|
-
if (!/* @__PURE__ */ ee(r) && !/* @__PURE__ */ X(r) && (c = /* @__PURE__ */
|
|
1519
|
+
if (!/* @__PURE__ */ ee(r) && !/* @__PURE__ */ X(r) && (c = /* @__PURE__ */ D(c), r = /* @__PURE__ */ D(r)), !f && /* @__PURE__ */ de(c) && !/* @__PURE__ */ de(r))
|
|
1520
1520
|
return w ? (process.env.NODE_ENV !== "production" && le(
|
|
1521
1521
|
`Set operation on key "${String(i)}" failed: target is readonly.`,
|
|
1522
1522
|
t[i]
|
|
@@ -1528,7 +1528,7 @@ class Sr extends Dt {
|
|
|
1528
1528
|
r,
|
|
1529
1529
|
/* @__PURE__ */ de(t) ? t : o
|
|
1530
1530
|
);
|
|
1531
|
-
return t === /* @__PURE__ */
|
|
1531
|
+
return t === /* @__PURE__ */ D(o) && (y ? ge(r, c) && Y(t, "set", i, r, c) : Y(t, "add", i, r)), p;
|
|
1532
1532
|
}
|
|
1533
1533
|
deleteProperty(t, i) {
|
|
1534
1534
|
const r = Ge(t, i), o = t[i], c = Reflect.deleteProperty(t, i);
|
|
@@ -1566,7 +1566,7 @@ class Rr extends Dt {
|
|
|
1566
1566
|
const Cr = /* @__PURE__ */ new Sr(), Vr = /* @__PURE__ */ new Rr(), We = (e) => e, Ce = (e) => Reflect.getPrototypeOf(e);
|
|
1567
1567
|
function Ar(e, t, i) {
|
|
1568
1568
|
return function(...r) {
|
|
1569
|
-
const o = this.__v_raw, c = /* @__PURE__ */
|
|
1569
|
+
const o = this.__v_raw, c = /* @__PURE__ */ D(o), f = ye(c), y = e === "entries" || e === Symbol.iterator && f, p = e === "keys" && f, w = o[e](...r), _ = i ? We : t ? ke : z;
|
|
1570
1570
|
return !t && x(
|
|
1571
1571
|
c,
|
|
1572
1572
|
"iterate",
|
|
@@ -1593,7 +1593,7 @@ function Ve(e) {
|
|
|
1593
1593
|
const i = t[0] ? `on key "${t[0]}" ` : "";
|
|
1594
1594
|
le(
|
|
1595
1595
|
`${gr(e)} operation ${i}failed: target is readonly.`,
|
|
1596
|
-
/* @__PURE__ */
|
|
1596
|
+
/* @__PURE__ */ D(this)
|
|
1597
1597
|
);
|
|
1598
1598
|
}
|
|
1599
1599
|
return e === "delete" ? !1 : e === "clear" ? void 0 : this;
|
|
@@ -1602,7 +1602,7 @@ function Ve(e) {
|
|
|
1602
1602
|
function Pr(e, t) {
|
|
1603
1603
|
const i = {
|
|
1604
1604
|
get(o) {
|
|
1605
|
-
const c = this.__v_raw, f = /* @__PURE__ */
|
|
1605
|
+
const c = this.__v_raw, f = /* @__PURE__ */ D(c), y = /* @__PURE__ */ D(o);
|
|
1606
1606
|
e || (ge(o, y) && x(f, "get", o), x(f, "get", y));
|
|
1607
1607
|
const { has: p } = Ce(f), w = t ? We : e ? ke : z;
|
|
1608
1608
|
if (p.call(f, o))
|
|
@@ -1613,14 +1613,14 @@ function Pr(e, t) {
|
|
|
1613
1613
|
},
|
|
1614
1614
|
get size() {
|
|
1615
1615
|
const o = this.__v_raw;
|
|
1616
|
-
return !e && x(/* @__PURE__ */
|
|
1616
|
+
return !e && x(/* @__PURE__ */ D(o), "iterate", te), o.size;
|
|
1617
1617
|
},
|
|
1618
1618
|
has(o) {
|
|
1619
|
-
const c = this.__v_raw, f = /* @__PURE__ */
|
|
1619
|
+
const c = this.__v_raw, f = /* @__PURE__ */ D(c), y = /* @__PURE__ */ D(o);
|
|
1620
1620
|
return e || (ge(o, y) && x(f, "has", o), x(f, "has", y)), o === y ? c.has(o) : c.has(o) || c.has(y);
|
|
1621
1621
|
},
|
|
1622
1622
|
forEach(o, c) {
|
|
1623
|
-
const f = this, y = f.__v_raw, p = /* @__PURE__ */
|
|
1623
|
+
const f = this, y = f.__v_raw, p = /* @__PURE__ */ D(y), w = t ? We : e ? ke : z;
|
|
1624
1624
|
return !e && x(p, "iterate", te), y.forEach((_, R) => o.call(c, w(_), w(R), f));
|
|
1625
1625
|
}
|
|
1626
1626
|
};
|
|
@@ -1633,27 +1633,27 @@ function Pr(e, t) {
|
|
|
1633
1633
|
clear: Ve("clear")
|
|
1634
1634
|
} : {
|
|
1635
1635
|
add(o) {
|
|
1636
|
-
!t && !/* @__PURE__ */ ee(o) && !/* @__PURE__ */ X(o) && (o = /* @__PURE__ */
|
|
1637
|
-
const c = /* @__PURE__ */
|
|
1636
|
+
!t && !/* @__PURE__ */ ee(o) && !/* @__PURE__ */ X(o) && (o = /* @__PURE__ */ D(o));
|
|
1637
|
+
const c = /* @__PURE__ */ D(this);
|
|
1638
1638
|
return Ce(c).has.call(c, o) || (c.add(o), Y(c, "add", o, o)), this;
|
|
1639
1639
|
},
|
|
1640
1640
|
set(o, c) {
|
|
1641
|
-
!t && !/* @__PURE__ */ ee(c) && !/* @__PURE__ */ X(c) && (c = /* @__PURE__ */
|
|
1642
|
-
const f = /* @__PURE__ */
|
|
1641
|
+
!t && !/* @__PURE__ */ ee(c) && !/* @__PURE__ */ X(c) && (c = /* @__PURE__ */ D(c));
|
|
1642
|
+
const f = /* @__PURE__ */ D(this), { has: y, get: p } = Ce(f);
|
|
1643
1643
|
let w = y.call(f, o);
|
|
1644
|
-
w ? process.env.NODE_ENV !== "production" && ft(f, y, o) : (o = /* @__PURE__ */
|
|
1644
|
+
w ? process.env.NODE_ENV !== "production" && ft(f, y, o) : (o = /* @__PURE__ */ D(o), w = y.call(f, o));
|
|
1645
1645
|
const _ = p.call(f, o);
|
|
1646
1646
|
return f.set(o, c), w ? ge(c, _) && Y(f, "set", o, c, _) : Y(f, "add", o, c), this;
|
|
1647
1647
|
},
|
|
1648
1648
|
delete(o) {
|
|
1649
|
-
const c = /* @__PURE__ */
|
|
1649
|
+
const c = /* @__PURE__ */ D(this), { has: f, get: y } = Ce(c);
|
|
1650
1650
|
let p = f.call(c, o);
|
|
1651
|
-
p ? process.env.NODE_ENV !== "production" && ft(c, f, o) : (o = /* @__PURE__ */
|
|
1651
|
+
p ? process.env.NODE_ENV !== "production" && ft(c, f, o) : (o = /* @__PURE__ */ D(o), p = f.call(c, o));
|
|
1652
1652
|
const w = y ? y.call(c, o) : void 0, _ = c.delete(o);
|
|
1653
1653
|
return p && Y(c, "delete", o, void 0, w), _;
|
|
1654
1654
|
},
|
|
1655
1655
|
clear() {
|
|
1656
|
-
const o = /* @__PURE__ */
|
|
1656
|
+
const o = /* @__PURE__ */ D(this), c = o.size !== 0, f = process.env.NODE_ENV !== "production" ? ye(o) ? new Map(o) : new Set(o) : void 0, y = o.clear();
|
|
1657
1657
|
return c && Y(
|
|
1658
1658
|
o,
|
|
1659
1659
|
"clear",
|
|
@@ -1686,7 +1686,7 @@ const Er = {
|
|
|
1686
1686
|
get: /* @__PURE__ */ Tt(!0, !1)
|
|
1687
1687
|
};
|
|
1688
1688
|
function ft(e, t, i) {
|
|
1689
|
-
const r = /* @__PURE__ */
|
|
1689
|
+
const r = /* @__PURE__ */ D(i);
|
|
1690
1690
|
if (r !== i && t.call(e, r)) {
|
|
1691
1691
|
const o = Pt(e);
|
|
1692
1692
|
le(
|
|
@@ -1770,9 +1770,9 @@ function $r(e) {
|
|
|
1770
1770
|
return e ? !!e.__v_raw : !1;
|
|
1771
1771
|
}
|
|
1772
1772
|
// @__NO_SIDE_EFFECTS__
|
|
1773
|
-
function
|
|
1773
|
+
function D(e) {
|
|
1774
1774
|
const t = e && e.__v_raw;
|
|
1775
|
-
return t ? /* @__PURE__ */
|
|
1775
|
+
return t ? /* @__PURE__ */ D(t) : e;
|
|
1776
1776
|
}
|
|
1777
1777
|
const z = (e) => Ie(e) ? /* @__PURE__ */ Nt(e) : e, ke = (e) => Ie(e) ? /* @__PURE__ */ qe(e) : e;
|
|
1778
1778
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -1788,7 +1788,7 @@ function Mr(e, t) {
|
|
|
1788
1788
|
}
|
|
1789
1789
|
class Nr {
|
|
1790
1790
|
constructor(t, i) {
|
|
1791
|
-
this.dep = new Lt(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = i ? t : /* @__PURE__ */
|
|
1791
|
+
this.dep = new Lt(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = i ? t : /* @__PURE__ */ D(t), this._value = i ? t : z(t), this.__v_isShallow = i;
|
|
1792
1792
|
}
|
|
1793
1793
|
get value() {
|
|
1794
1794
|
return process.env.NODE_ENV !== "production" ? this.dep.track({
|
|
@@ -1799,7 +1799,7 @@ class Nr {
|
|
|
1799
1799
|
}
|
|
1800
1800
|
set value(t) {
|
|
1801
1801
|
const i = this._rawValue, r = this.__v_isShallow || /* @__PURE__ */ ee(t) || /* @__PURE__ */ X(t);
|
|
1802
|
-
t = r ? t : /* @__PURE__ */
|
|
1802
|
+
t = r ? t : /* @__PURE__ */ D(t), ge(t, i) && (this._rawValue = t, this._value = r ? t : z(t), process.env.NODE_ENV !== "production" ? this.dep.trigger({
|
|
1803
1803
|
target: this,
|
|
1804
1804
|
type: "set",
|
|
1805
1805
|
key: "value",
|
|
@@ -1808,7 +1808,7 @@ class Nr {
|
|
|
1808
1808
|
}) : this.dep.trigger());
|
|
1809
1809
|
}
|
|
1810
1810
|
}
|
|
1811
|
-
const
|
|
1811
|
+
const Ns = () => {
|
|
1812
1812
|
const e = /* @__PURE__ */ it({});
|
|
1813
1813
|
return {
|
|
1814
1814
|
establishments: e,
|
|
@@ -1817,7 +1817,7 @@ const Ms = () => {
|
|
|
1817
1817
|
return Vt().authorizations(i).send().then((o) => e.value = { ...e.value, [i]: o.getData() });
|
|
1818
1818
|
}
|
|
1819
1819
|
};
|
|
1820
|
-
},
|
|
1820
|
+
}, Us = () => {
|
|
1821
1821
|
const e = /* @__PURE__ */ it(void 0), t = Se(() => e.value?.roles ?? []), i = Se(() => t.value.includes("ROLE_RH")), r = Se(() => t.value.includes("ROLE_CANDIDATE")), o = Se(() => t.value.includes("ROLE_ADMIN"));
|
|
1822
1822
|
return {
|
|
1823
1823
|
user: e,
|
|
@@ -1835,7 +1835,7 @@ const Ms = () => {
|
|
|
1835
1835
|
}), e.value;
|
|
1836
1836
|
}
|
|
1837
1837
|
};
|
|
1838
|
-
},
|
|
1838
|
+
}, xs = (e) => {
|
|
1839
1839
|
const t = /* @__PURE__ */ it(void 0);
|
|
1840
1840
|
return {
|
|
1841
1841
|
establishment: t,
|
|
@@ -1849,7 +1849,7 @@ const Ms = () => {
|
|
|
1849
1849
|
t.value = void 0, localStorage.removeItem("establishment");
|
|
1850
1850
|
}
|
|
1851
1851
|
};
|
|
1852
|
-
},
|
|
1852
|
+
}, js = () => ({
|
|
1853
1853
|
page__CandidateLoginViewed: async (s = {}) => l.page("Candidate Login Viewed", s.category ?? "Authentication"),
|
|
1854
1854
|
page__InstitutionListViewed: async (s) => (m(s, {
|
|
1855
1855
|
companyId: (n) => a(n),
|
|
@@ -1887,12 +1887,12 @@ const Ms = () => {
|
|
|
1887
1887
|
email: (n) => a(n),
|
|
1888
1888
|
error: (n) => b(n, a)
|
|
1889
1889
|
}) || u.warn('Invalid properties for analytics call "User Sign In Failed".'), l.track("User Sign In Failed", s.category ?? "Authentication", s))
|
|
1890
|
-
}),
|
|
1890
|
+
}), Fs = () => ({
|
|
1891
1891
|
page__AboutConfigurationViewed: async (t) => (m(t, {
|
|
1892
1892
|
companyId: (i) => a(i),
|
|
1893
1893
|
institutionId: (i) => b(i, a)
|
|
1894
1894
|
}) || u.warn('Invalid properties for analytics call "About Configuration Viewed".'), l.page("About Configuration Viewed", t.category ?? "Career Private", t))
|
|
1895
|
-
}),
|
|
1895
|
+
}), Hs = () => ({
|
|
1896
1896
|
page__AboutViewed: async (s) => (m(s, {
|
|
1897
1897
|
companyId: (n) => a(n),
|
|
1898
1898
|
institutionId: (n) => b(n, a)
|
|
@@ -1980,7 +1980,7 @@ const Ms = () => {
|
|
|
1980
1980
|
jobOfferId: (n) => a(n),
|
|
1981
1981
|
recruitmentId: (n) => a(n)
|
|
1982
1982
|
}) || u.warn('Invalid properties for analytics call "Spontaneous Application Sent".'), l.track("Spontaneous Application Sent", s.category ?? "Career Public", s))
|
|
1983
|
-
}),
|
|
1983
|
+
}), Gs = () => ({
|
|
1984
1984
|
page__AddCandidateDocumentViewed: async (s) => (m(s, {
|
|
1985
1985
|
companyId: (n) => a(n),
|
|
1986
1986
|
institutionId: (n) => b(n, a)
|
|
@@ -2052,7 +2052,7 @@ const Ms = () => {
|
|
|
2052
2052
|
institutionId: (n) => b(n, a),
|
|
2053
2053
|
selections: (n) => b(n, a)
|
|
2054
2054
|
}) || u.warn('Invalid properties for analytics call "Document Upload Failed".'), l.track("Document Upload Failed", s.category ?? "CV Bank", s))
|
|
2055
|
-
}),
|
|
2055
|
+
}), Js = () => ({
|
|
2056
2056
|
campaign__EmailContinueApplication: async (v = {}) => l.campaign("Email: Continue Application", v.category ?? "Hubler Application"),
|
|
2057
2057
|
campaign__EmailFinalizeYourApplication: async (v = {}) => l.campaign("Email: Finalize Your Application", v.category ?? "Hubler Application"),
|
|
2058
2058
|
campaign__EmailFollowUpApplication: async (v = {}) => l.campaign("Email: Follow Up Application", v.category ?? "Hubler Application"),
|
|
@@ -2096,7 +2096,7 @@ const Ms = () => {
|
|
|
2096
2096
|
jobOfferId: (A) => a(A),
|
|
2097
2097
|
recruitmentId: (A) => a(A)
|
|
2098
2098
|
}) || u.warn('Invalid properties for analytics call "Application Form Failed".'), l.track("Application Form Failed", v.category ?? "Hubler Application", v))
|
|
2099
|
-
}),
|
|
2099
|
+
}), zs = () => ({
|
|
2100
2100
|
track__UserSignedIn: async (o) => (m(o, {
|
|
2101
2101
|
companyId: (c) => a(c),
|
|
2102
2102
|
email: (c) => a(c),
|
|
@@ -2115,13 +2115,13 @@ const Ms = () => {
|
|
|
2115
2115
|
email: (c) => a(c),
|
|
2116
2116
|
error: (c) => b(c, a)
|
|
2117
2117
|
}) || u.warn('Invalid properties for analytics call "User Signed Up Failed".'), l.track("User Signed Up Failed", o.category ?? "Hubler Authentication", o))
|
|
2118
|
-
}),
|
|
2118
|
+
}), Ws = () => ({
|
|
2119
2119
|
page__CalendarViewed: async (t) => (m(t, {
|
|
2120
2120
|
companyId: (i) => a(i),
|
|
2121
2121
|
institutionId: (i) => b(i, a),
|
|
2122
2122
|
recruitmentId: (i) => a(i)
|
|
2123
2123
|
}) || u.warn('Invalid properties for analytics call "Calendar Viewed".'), l.page("Calendar Viewed", t.category ?? "Hubler Calendar", t))
|
|
2124
|
-
}),
|
|
2124
|
+
}), qs = () => ({
|
|
2125
2125
|
page__DocumentListViewed: async (o = {}) => l.page("Document List Viewed", o.category ?? "Hubler Document"),
|
|
2126
2126
|
track__DocumentAdded: async (o) => (m(o, {
|
|
2127
2127
|
format: (c) => b(c, a),
|
|
@@ -2137,7 +2137,7 @@ const Ms = () => {
|
|
|
2137
2137
|
hublerId: (c) => a(c),
|
|
2138
2138
|
hublerType: (c) => a(c)
|
|
2139
2139
|
}) || u.warn('Invalid properties for analytics call "Document Downloaded".'), l.track("Document Downloaded", o.category ?? "Hubler Document", o))
|
|
2140
|
-
}),
|
|
2140
|
+
}), Qs = () => ({
|
|
2141
2141
|
page__AddExperienceViewed: async (p = {}) => l.page("Add Experience Viewed", p.category ?? "Hubler Resume"),
|
|
2142
2142
|
page__ResumeViewed: async (p = {}) => l.page("Resume Viewed", p.category ?? "Hubler Resume"),
|
|
2143
2143
|
track__ResumeDiplomaAdded: async (p = {}) => l.track("Resume Diploma Added", p.category ?? "Hubler Resume"),
|
|
@@ -2146,12 +2146,12 @@ const Ms = () => {
|
|
|
2146
2146
|
track__ResumePictureUploaded: async (p = {}) => l.track("Resume Picture Uploaded", p.category ?? "Hubler Resume"),
|
|
2147
2147
|
track__ResumeSaved: async (p = {}) => l.track("Resume Saved", p.category ?? "Hubler Resume"),
|
|
2148
2148
|
track__ResumeSkillAdded: async (p = {}) => l.track("Resume Skill Added", p.category ?? "Hubler Resume")
|
|
2149
|
-
}),
|
|
2149
|
+
}), Ks = () => ({
|
|
2150
2150
|
page__SettingAdministrativeViewed: async (o = {}) => l.page("Setting Administrative Viewed", o.category ?? "Hubler Settings"),
|
|
2151
2151
|
page__SettingGeneralViewed: async (o = {}) => l.page("Setting General Viewed", o.category ?? "Hubler Settings"),
|
|
2152
2152
|
page__SettingNotificationViewed: async (o = {}) => l.page("Setting Notification Viewed", o.category ?? "Hubler Settings"),
|
|
2153
2153
|
page__SettingSecurityViewed: async (o = {}) => l.page("Setting Security Viewed", o.category ?? "Hubler Settings")
|
|
2154
|
-
}),
|
|
2154
|
+
}), Ys = () => ({
|
|
2155
2155
|
page__JobOfferListViewed: async (s) => (m(s, {
|
|
2156
2156
|
companyId: (n) => a(n),
|
|
2157
2157
|
institutionId: (n) => b(n, a),
|
|
@@ -2237,10 +2237,10 @@ const Ms = () => {
|
|
|
2237
2237
|
jobOfferId: (n) => a(n),
|
|
2238
2238
|
recruitmentId: (n) => a(n)
|
|
2239
2239
|
}) || u.warn('Invalid properties for analytics call "Offer - Published".'), l.track("Offer - Published", s.category ?? "Job Offer", s))
|
|
2240
|
-
}),
|
|
2240
|
+
}), Zs = () => ({
|
|
2241
2241
|
page__MessagingDiscussionViewed: async (i = {}) => l.page("Messaging Discussion Viewed", i.category ?? "Messaging"),
|
|
2242
2242
|
page__MessengingViewed: async (i = {}) => l.page("Messenging Viewed", i.category ?? "Messaging")
|
|
2243
|
-
}),
|
|
2243
|
+
}), Xs = () => ({
|
|
2244
2244
|
page__ProfileViewed: async (n) => (m(n, {
|
|
2245
2245
|
companyId: (I) => a(I),
|
|
2246
2246
|
hublerId: (I) => a(I),
|
|
@@ -2316,7 +2316,7 @@ const Ms = () => {
|
|
|
2316
2316
|
companyId: (I) => a(I),
|
|
2317
2317
|
hublerId: (I) => a(I)
|
|
2318
2318
|
}) || u.warn('Invalid properties for analytics call "Profile Tab Selected".'), l.track("Profile Tab Selected", n.category ?? "Profile", n))
|
|
2319
|
-
}),
|
|
2319
|
+
}), ec = () => ({
|
|
2320
2320
|
page__ApplicationListViewed: async (g) => (m(g, {
|
|
2321
2321
|
companyId: (d) => a(d),
|
|
2322
2322
|
institutionId: (d) => b(d, a),
|
|
@@ -2495,7 +2495,7 @@ const Ms = () => {
|
|
|
2495
2495
|
institutionId: (d) => b(d, a),
|
|
2496
2496
|
recruitmentId: (d) => a(d)
|
|
2497
2497
|
}) || u.warn('Invalid properties for analytics call "Update Recruitment Clicked".'), l.track("Update Recruitment Clicked", g.category ?? "Recruitment", g))
|
|
2498
|
-
}),
|
|
2498
|
+
}), tc = () => ({
|
|
2499
2499
|
page__EmailTemplateCreateViewed: async (f = {}) => l.page("Email Template Create Viewed", f.category ?? "Settings"),
|
|
2500
2500
|
page__EmailTemplateEditViewed: async (f = {}) => l.page("Email Template Edit Viewed", f.category ?? "Settings"),
|
|
2501
2501
|
page__EmailTemplateViewed: async (f = {}) => l.page("Email Template Viewed", f.category ?? "Settings"),
|
|
@@ -2505,17 +2505,17 @@ const Ms = () => {
|
|
|
2505
2505
|
}) || u.warn('Invalid properties for analytics call "Settings General Viewed".'), l.page("Settings General Viewed", f.category ?? "Settings", f)),
|
|
2506
2506
|
page__SettingsNotificationViewed: async (f = {}) => l.page("Settings Notification Viewed", f.category ?? "Settings"),
|
|
2507
2507
|
page__SettingsSecurityViewed: async (f = {}) => l.page("Settings Security Viewed", f.category ?? "Settings")
|
|
2508
|
-
}),
|
|
2508
|
+
}), nc = () => ({
|
|
2509
2509
|
page__SourcingViewed: async (t) => (m(t, {
|
|
2510
2510
|
companyId: (i) => a(i),
|
|
2511
2511
|
institutionId: (i) => b(i, a)
|
|
2512
2512
|
}) || u.warn('Invalid properties for analytics call "Sourcing Viewed".'), l.page("Sourcing Viewed", t.category ?? "Sourcing", t))
|
|
2513
|
-
}),
|
|
2513
|
+
}), ic = () => ({
|
|
2514
2514
|
page__StatisticsViewed: async (t) => (m(t, {
|
|
2515
2515
|
companyId: (i) => a(i),
|
|
2516
2516
|
institutionId: (i) => b(i, a)
|
|
2517
2517
|
}) || u.warn('Invalid properties for analytics call "Statistics Viewed".'), l.page("Statistics Viewed", t.category ?? "Statistics", t))
|
|
2518
|
-
}),
|
|
2518
|
+
}), ac = () => ({
|
|
2519
2519
|
page__CareerSitePreviewViewed: async (h) => (m(h, {
|
|
2520
2520
|
companyId: (E) => a(E)
|
|
2521
2521
|
}) || u.warn('Invalid properties for analytics call "Career Site Preview Viewed".'), l.page("Career Site Preview Viewed", h.category ?? "Visual Builder", h)),
|
|
@@ -2918,7 +2918,7 @@ function Fr() {
|
|
|
2918
2918
|
async function M(k) {
|
|
2919
2919
|
return O().track(k.name, e, t(k.properties, !0));
|
|
2920
2920
|
}
|
|
2921
|
-
async function
|
|
2921
|
+
async function B(k) {
|
|
2922
2922
|
return O().track(k.name, e, t(k.properties, !0));
|
|
2923
2923
|
}
|
|
2924
2924
|
async function j(k) {
|
|
@@ -2976,7 +2976,7 @@ function Fr() {
|
|
|
2976
2976
|
visualBuilderViewed: T,
|
|
2977
2977
|
setupImageUploadFailed: $,
|
|
2978
2978
|
fastCopyLinkClicked: M,
|
|
2979
|
-
setupBenefitCustomDeleted:
|
|
2979
|
+
setupBenefitCustomDeleted: B,
|
|
2980
2980
|
setupBenefitCustomEdited: j,
|
|
2981
2981
|
setupContactDeleted: W,
|
|
2982
2982
|
setupContactEdited: fe,
|
|
@@ -2997,7 +2997,7 @@ const mt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2997
2997
|
useAnalyticsRecruitment: jr,
|
|
2998
2998
|
useAnalyticsVisualBuilder: Fr
|
|
2999
2999
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3000
|
-
function
|
|
3000
|
+
function rc() {
|
|
3001
3001
|
function e(i) {
|
|
3002
3002
|
return O().identify(i.id, {
|
|
3003
3003
|
email: i.email,
|
|
@@ -3109,7 +3109,7 @@ const Ht = () => new Promise((e) => {
|
|
|
3109
3109
|
};
|
|
3110
3110
|
const e = document.createElement("script");
|
|
3111
3111
|
e.src = "https://maps.googleapis.com/maps/api/js?key=" + zr + "&libraries=places&callback=onGmapScriptReady", e.async = !0, e.defer = !0, e.onload = () => window.dispatchEvent(new Event("gmap-ready")), document.body.appendChild(e), Ft = !0;
|
|
3112
|
-
},
|
|
3112
|
+
}, oc = {
|
|
3113
3113
|
scriptReady: Ht,
|
|
3114
3114
|
autocompleteInput: Wr
|
|
3115
3115
|
}, Kr = "952da2cb-81ea-11ea-ad85-06f7e2c08348", Yr = (e = 0) => {
|
|
@@ -3122,14 +3122,14 @@ const Ht = () => new Promise((e) => {
|
|
|
3122
3122
|
}, _.send());
|
|
3123
3123
|
})(window, document, "script", "https://stonly.com/js/widget/v2/");
|
|
3124
3124
|
}, e);
|
|
3125
|
-
},
|
|
3125
|
+
}, sc = {
|
|
3126
3126
|
load: Yr
|
|
3127
3127
|
}, Zr = (e = 0) => {
|
|
3128
3128
|
setTimeout(() => {
|
|
3129
3129
|
const t = document.createElement("script");
|
|
3130
3130
|
t.id = "ze-snippet", t.src = "https://static.zdassets.com/ekr/snippet.js?key=aa09b07e-b446-459a-9f0b-191509a6aba3", t.async = !0, document.head.appendChild(t);
|
|
3131
3131
|
}, e);
|
|
3132
|
-
},
|
|
3132
|
+
}, cc = {
|
|
3133
3133
|
load: Zr
|
|
3134
3134
|
}, Xr = {
|
|
3135
3135
|
common: {
|
|
@@ -3179,7 +3179,7 @@ const Ht = () => new Promise((e) => {
|
|
|
3179
3179
|
text: (e) => De("span", { class: "node node--text" }, e)
|
|
3180
3180
|
};
|
|
3181
3181
|
let Ke = null;
|
|
3182
|
-
const no = () => Ke,
|
|
3182
|
+
const no = () => Ke, dc = (e = {}) => {
|
|
3183
3183
|
let t = e.locale || "fr";
|
|
3184
3184
|
const i = (p) => t = p, r = () => t, o = _t(eo, e?.messages || {}), c = (p, w) => {
|
|
3185
3185
|
const _ = ne(o, `${t}.${p}`);
|
|
@@ -3198,7 +3198,7 @@ const no = () => Ke, cc = (e = {}) => {
|
|
|
3198
3198
|
}
|
|
3199
3199
|
}, Ke;
|
|
3200
3200
|
}, io = (e, t) => e ? e.replace(/{{ ?([a-zA-Z_.]+) ?}}/g, (i, r) => ne(t, r)) : null;
|
|
3201
|
-
function
|
|
3201
|
+
function lc(e) {
|
|
3202
3202
|
const { t } = no(), i = {
|
|
3203
3203
|
justNow: t("timeAgo.just-now"),
|
|
3204
3204
|
past: (r) => r.match(/\d/) ? t("timeAgo.ago", [r]) : r,
|
|
@@ -3292,7 +3292,7 @@ function oo(e) {
|
|
|
3292
3292
|
dispatch: t
|
|
3293
3293
|
};
|
|
3294
3294
|
}
|
|
3295
|
-
function
|
|
3295
|
+
function uc() {
|
|
3296
3296
|
let e = !1;
|
|
3297
3297
|
function t(o, c, f) {
|
|
3298
3298
|
r(), f();
|
|
@@ -3318,24 +3318,24 @@ const Gt = async (e, t, i) => {
|
|
|
3318
3318
|
for (const c of e)
|
|
3319
3319
|
t.query[c] !== void 0 && (delete o.query[c], r.push(c));
|
|
3320
3320
|
if (r.length) return i.replace(o);
|
|
3321
|
-
},
|
|
3321
|
+
}, fc = async (e, t, i) => Gt([e], t, i), so = async (e, t, i) => {
|
|
3322
3322
|
const r = {};
|
|
3323
3323
|
for (const o of e)
|
|
3324
3324
|
t.query[o] !== void 0 && (r[o] = t.query[o]);
|
|
3325
3325
|
return await Gt(Object.keys(r), t, i), r;
|
|
3326
|
-
},
|
|
3327
|
-
let r = `${
|
|
3326
|
+
}, mc = async (e, t, i) => so([e], t, i)[e], pc = () => ({ getAssetUrl: (t) => `${H.getBaseAssetsUrl()}${t}` }), Jt = (e) => typeof e != "string" ? "" : e.replace(/[^a-zA-Z0-9-]/g, ""), L = () => H.getMainAppHost(), co = () => `${L()}/login/candidate`, lo = () => `${L()}/rh/establishments`, uo = (e) => `${L()}/rh/establishment/${e}`, fo = (e) => typeof e == "string" ? e : typeof e == "object" && e?.urls?.display ? e.urls.display : null, mo = () => `${L()}/rh/dashboard`, po = () => `${L()}/candidate/profile`, yo = (e) => `${L()}/candidate-invite/establishment/${e}`, go = (e) => `${L()}/cvbank/${e}`, ho = (e) => `${L()}/rh/establishment/${e}/sourcing`, _o = (e, t) => `${L()}/user-profile/establishment/${e}/user/${t}`, wo = (e) => `${L()}/recruitment-list/establishment/${e}`, Io = (e, t) => `${L()}/rh/establishment/${e}/recruitment/${t}`, bo = (e, t = null, i = !1) => {
|
|
3327
|
+
let r = `${L()}/recruitment/establishment/${e}`;
|
|
3328
3328
|
return t && (r += `?recruitmentId=${t}`, i && (r += "&duplicate=1")), r;
|
|
3329
|
-
}, ko = (e, t) => `${
|
|
3330
|
-
const i =
|
|
3329
|
+
}, ko = (e, t) => `${L()}/rh/establishment/${e}/recruitment/${t}/kanban`, vo = (e, t) => `${L()}/rh/establishment/${e}/recruitment/${t}/offer`, So = (e) => `${L()}/rh/establishment/${e}/offer`, Ro = (e, t) => `${L()}/offer/establishment/${e}/recruitment/${t}`, Co = (e, t, i, r = "") => `${L()}/offer/establishment/${e}/recruitment/${t}/${r}?offerId=${i}`, Vo = (e, t, i) => `${L()}/offer-preview/establishment/${e}/recruitment/${t}/offer/${i}`, Ao = (e) => `${L()}/rh/establishment/${e}/career-configuration`, Po = (e, t = null) => t ? `${L()}/career-website/${e}/${t}` : `${L()}/career-website/${e}`, Eo = (e, t) => `${L()}/career-website-preview/${e}/${t}`, Oo = (e, t = null) => {
|
|
3330
|
+
const i = L().replace("://", `://${Jt(e)}.`);
|
|
3331
3331
|
return t ? `${i}?_version=${encodeURIComponent(t)}` : `${i}`;
|
|
3332
3332
|
}, Lo = (e, t, i = null) => {
|
|
3333
|
-
const r = `${
|
|
3333
|
+
const r = `${L().replace("://", `://${Jt(e)}.`)}/v2/offer/${encodeURIComponent(t)}`;
|
|
3334
3334
|
return i ? `${r}?token=${encodeURIComponent(i)}` : `${r}`;
|
|
3335
|
-
}, Bo = (e) => `${
|
|
3335
|
+
}, Bo = (e) => `${L()}/rh/establishment/${e}/stats`, Do = (e) => `${L()}/ai-dashboard/establishment/${e}`, To = (e) => `${L()}/rh/establishment/${e}/backoffice`, $o = () => `${L()}/rh/settings/general`, Mo = () => `${L()}/backoffice/establishment`;
|
|
3336
3336
|
function oe() {
|
|
3337
3337
|
return {
|
|
3338
|
-
root:
|
|
3338
|
+
root: L,
|
|
3339
3339
|
candidateSignIn: co,
|
|
3340
3340
|
establishments: lo,
|
|
3341
3341
|
establishment: uo,
|
|
@@ -3361,9 +3361,10 @@ function oe() {
|
|
|
3361
3361
|
careerWebsite: Oo,
|
|
3362
3362
|
careerOffer: Lo,
|
|
3363
3363
|
statistics: Bo,
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3364
|
+
aiDashboard: Do,
|
|
3365
|
+
administration: To,
|
|
3366
|
+
userSettings: $o,
|
|
3367
|
+
backoffice: Mo
|
|
3367
3368
|
};
|
|
3368
3369
|
}
|
|
3369
3370
|
const gt = /* @__PURE__ */ new Set();
|
|
@@ -3385,7 +3386,7 @@ const xe = (e) => {
|
|
|
3385
3386
|
if (i)
|
|
3386
3387
|
for (const r of i) he.add(r.substr(1));
|
|
3387
3388
|
}
|
|
3388
|
-
},
|
|
3389
|
+
}, yc = (e = {}) => {
|
|
3389
3390
|
if (he) return he;
|
|
3390
3391
|
he = /* @__PURE__ */ new Set(), Ye = { ...Ye, ...e }, zt(document.styleSheets), new MutationObserver((i) => {
|
|
3391
3392
|
for (const r of i)
|
|
@@ -3402,132 +3403,132 @@ const xe = (e) => {
|
|
|
3402
3403
|
childList: !0,
|
|
3403
3404
|
subtree: !0
|
|
3404
3405
|
});
|
|
3405
|
-
},
|
|
3406
|
+
}, gc = "0.2.193";
|
|
3406
3407
|
export {
|
|
3407
3408
|
l as Analytics,
|
|
3408
3409
|
se as BaseLogger,
|
|
3409
|
-
|
|
3410
|
+
oc as Gmap,
|
|
3410
3411
|
H as SDKConfig,
|
|
3411
3412
|
u as SDKLogger,
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3413
|
+
sc as Stonly,
|
|
3414
|
+
gc as VERSION,
|
|
3415
|
+
cc as Zendesk,
|
|
3415
3416
|
ct as _clone,
|
|
3416
3417
|
dt as _cloneDeep,
|
|
3417
3418
|
ne as _get,
|
|
3418
|
-
|
|
3419
|
+
Zo as _map,
|
|
3419
3420
|
_t as _merge,
|
|
3420
3421
|
wt as _pathList,
|
|
3421
3422
|
_e as _set,
|
|
3422
3423
|
fn as _setMany,
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3424
|
+
Xo as _toArr,
|
|
3425
|
+
es as _uniqueArray,
|
|
3426
|
+
ts as _uniqueArrayOfObject,
|
|
3427
|
+
js as analyticsAuthentication,
|
|
3428
|
+
Gs as analyticsCVBank,
|
|
3429
|
+
Fs as analyticsCareerPrivate,
|
|
3430
|
+
Hs as analyticsCareerPublic,
|
|
3431
|
+
Js as analyticsHublerApplication,
|
|
3432
|
+
zs as analyticsHublerAuthentication,
|
|
3433
|
+
Ws as analyticsHublerCalendar,
|
|
3434
|
+
qs as analyticsHublerDocument,
|
|
3435
|
+
Qs as analyticsHublerResume,
|
|
3436
|
+
Ks as analyticsHublerSettings,
|
|
3437
|
+
Ys as analyticsJobOffer,
|
|
3438
|
+
Zs as analyticsMessaging,
|
|
3439
|
+
Xs as analyticsProfile,
|
|
3440
|
+
ec as analyticsRecruitment,
|
|
3441
|
+
tc as analyticsSettings,
|
|
3442
|
+
nc as analyticsSourcing,
|
|
3443
|
+
ic as analyticsStatistics,
|
|
3444
|
+
ac as analyticsVisualBuilder,
|
|
3444
3445
|
je as buildObjectValidation,
|
|
3445
|
-
|
|
3446
|
+
mc as consumeQueryParam,
|
|
3446
3447
|
so as consumeQueryParams,
|
|
3447
|
-
|
|
3448
|
+
dc as createI18n,
|
|
3448
3449
|
It as ensureScheme,
|
|
3449
|
-
|
|
3450
|
-
|
|
3450
|
+
Ko as hasOrIsInClass,
|
|
3451
|
+
Yo as inBrowser,
|
|
3451
3452
|
ce as inNode,
|
|
3452
3453
|
ue as isArray,
|
|
3453
3454
|
b as isArrayOf,
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3455
|
+
Ho as isBoolean,
|
|
3456
|
+
Go as isDate,
|
|
3457
|
+
qo as isFalsy,
|
|
3458
|
+
Jo as isFunction,
|
|
3459
|
+
jo as isMobile,
|
|
3460
|
+
zo as isNotNullOrUndefined,
|
|
3460
3461
|
dn as isNull,
|
|
3461
3462
|
un as isNullOrUndefined,
|
|
3462
3463
|
G as isNumber,
|
|
3463
3464
|
Z as isObject,
|
|
3464
|
-
|
|
3465
|
+
Qo as isObjectOf,
|
|
3465
3466
|
m as isObjectValid,
|
|
3466
3467
|
ht as isPrimitiveObject,
|
|
3467
3468
|
a as isString,
|
|
3468
|
-
|
|
3469
|
+
Wo as isTruthy,
|
|
3469
3470
|
ln as isUndefined,
|
|
3470
|
-
|
|
3471
|
+
fc as removeQueryParam,
|
|
3471
3472
|
Gt as removeQueryParams,
|
|
3472
3473
|
to as renderNode,
|
|
3473
|
-
|
|
3474
|
-
|
|
3474
|
+
Fo as sanitizeObject,
|
|
3475
|
+
ns as secureScheme,
|
|
3475
3476
|
cn as transpileAsserts,
|
|
3476
|
-
|
|
3477
|
+
is as useActivityRepository,
|
|
3477
3478
|
Ur as useAnalyticsHublerApplication,
|
|
3478
|
-
|
|
3479
|
+
rc as useAnalyticsIdentify,
|
|
3479
3480
|
xr as useAnalyticsProfile,
|
|
3480
3481
|
jr as useAnalyticsRecruitment,
|
|
3481
3482
|
Fr as useAnalyticsVisualBuilder,
|
|
3482
|
-
|
|
3483
|
+
pc as useAssetUrls,
|
|
3483
3484
|
qn as useAuthRepository,
|
|
3484
3485
|
lr as useAuthentication,
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3486
|
+
Ns as useAuthorization,
|
|
3487
|
+
as as useCandidateBankRepository,
|
|
3488
|
+
rs as useCandidateNoteRepository,
|
|
3489
|
+
os as useCandidateRepository,
|
|
3490
|
+
ss as useContractTypeRepository,
|
|
3490
3491
|
yn as useCookieStorage,
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3492
|
+
cs as useCvbankRepository,
|
|
3493
|
+
ds as useCvthequeRepository,
|
|
3494
|
+
ls as useDiplomaRepository,
|
|
3495
|
+
us as useDocumentRepository,
|
|
3495
3496
|
oe as useDomainUrls,
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3497
|
+
fs as useEmailHistoryRepository,
|
|
3498
|
+
ms as useEmailRepository,
|
|
3499
|
+
ps as useEmailTemplateRepository,
|
|
3500
|
+
ys as useEstablishmentCareerRepository,
|
|
3501
|
+
xs as useEstablishmentContext,
|
|
3501
3502
|
Vt as useEstablishmentRepository,
|
|
3502
|
-
|
|
3503
|
-
|
|
3503
|
+
gs as useFeatureFlagRepository,
|
|
3504
|
+
hs as useFunctionalUnitRepository,
|
|
3504
3505
|
no as useI18n,
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3506
|
+
_s as useJobRepository,
|
|
3507
|
+
ws as useJobStatusRepository,
|
|
3508
|
+
Is as useKanbanTemplateRepository,
|
|
3509
|
+
bs as useLabelRepository,
|
|
3510
|
+
lc as useLocaleTimeAgo,
|
|
3510
3511
|
sn as useObjectValidation,
|
|
3511
|
-
|
|
3512
|
-
|
|
3512
|
+
ks as useOfferRepository,
|
|
3513
|
+
vs as usePoleRepository,
|
|
3513
3514
|
S as usePrivateRequest,
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3515
|
+
uc as useQSAction,
|
|
3516
|
+
Ss as useRankRepository,
|
|
3517
|
+
Rs as useRecruiterRepository,
|
|
3518
|
+
Cs as useRecruitmentRepository,
|
|
3519
|
+
Vs as useRegisterRepository,
|
|
3520
|
+
As as useRegistrationRepository,
|
|
3520
3521
|
N as useRequest,
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3522
|
+
Ps as useRequestReasonRepository,
|
|
3523
|
+
Es as useSavedFiltersRepository,
|
|
3524
|
+
Us as useSelf,
|
|
3525
|
+
Os as useServiceRepository,
|
|
3526
|
+
Ls as useSkillRepository,
|
|
3527
|
+
Bs as useSpecialityRepository,
|
|
3528
|
+
Ds as useTagRepository,
|
|
3529
|
+
Ts as useTalentRepository,
|
|
3530
|
+
yc as useUndefinedCssClasses,
|
|
3531
|
+
$s as useUserListRepository,
|
|
3531
3532
|
sr as useUserRepository,
|
|
3532
|
-
|
|
3533
|
+
Ms as useValidationFlowRepository
|
|
3533
3534
|
};
|