authhero 0.32.0 → 0.33.0
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/authhero.cjs +20 -20
- package/dist/authhero.d.ts +7 -13
- package/dist/authhero.mjs +1236 -1203
- package/package.json +1 -1
package/dist/authhero.mjs
CHANGED
|
@@ -1108,7 +1108,7 @@ var Tg = (t) => {
|
|
|
1108
1108
|
return s;
|
|
1109
1109
|
a.req.addValidatedData(t, s), await i();
|
|
1110
1110
|
};
|
|
1111
|
-
const
|
|
1111
|
+
const nr = (t, e, a) => (
|
|
1112
1112
|
// @ts-expect-error not typed well
|
|
1113
1113
|
nv(t, async (i, r) => {
|
|
1114
1114
|
const n = await e.safeParseAsync(i);
|
|
@@ -1248,7 +1248,7 @@ var cv = (t, e, a) => {
|
|
|
1248
1248
|
for (const a of Object.keys(e))
|
|
1249
1249
|
t.set(a, e[a]);
|
|
1250
1250
|
return t;
|
|
1251
|
-
}, xs, js, qt,
|
|
1251
|
+
}, xs, js, qt, Si, St, Ke, Je, dt, At, zs, zr, qr, qs, Ss, va, Ta, jg, Mg = (jg = class {
|
|
1252
1252
|
constructor(t, e) {
|
|
1253
1253
|
Ae(this, va);
|
|
1254
1254
|
Ae(this, xs);
|
|
@@ -1257,7 +1257,7 @@ var cv = (t, e, a) => {
|
|
|
1257
1257
|
Ae(this, qt);
|
|
1258
1258
|
D(this, "finalized", !1);
|
|
1259
1259
|
D(this, "error");
|
|
1260
|
-
Ae(this,
|
|
1260
|
+
Ae(this, Si, 200);
|
|
1261
1261
|
Ae(this, St);
|
|
1262
1262
|
Ae(this, Ke);
|
|
1263
1263
|
Ae(this, Je);
|
|
@@ -1282,7 +1282,7 @@ var cv = (t, e, a) => {
|
|
|
1282
1282
|
a != null && a.append ? (E(this, Ke) || (he(this, At, !1), he(this, Ke, new Headers(E(this, Je))), he(this, Je, {})), E(this, Ke).append(t, e)) : E(this, Ke) ? E(this, Ke).set(t, e) : (E(this, Je) ?? he(this, Je, {}), E(this, Je)[t.toLowerCase()] = e), this.finalized && (a != null && a.append ? this.res.headers.append(t, e) : this.res.headers.set(t, e));
|
|
1283
1283
|
});
|
|
1284
1284
|
D(this, "status", (t) => {
|
|
1285
|
-
he(this, At, !1), he(this,
|
|
1285
|
+
he(this, At, !1), he(this, Si, t);
|
|
1286
1286
|
});
|
|
1287
1287
|
D(this, "set", (t, e) => {
|
|
1288
1288
|
E(this, qt) ?? he(this, qt, /* @__PURE__ */ new Map()), E(this, qt).set(t, e);
|
|
@@ -1350,8 +1350,8 @@ var cv = (t, e, a) => {
|
|
|
1350
1350
|
get var() {
|
|
1351
1351
|
return E(this, qt) ? Object.fromEntries(E(this, qt)) : {};
|
|
1352
1352
|
}
|
|
1353
|
-
}, xs = new WeakMap(), js = new WeakMap(), qt = new WeakMap(),
|
|
1354
|
-
if (E(this, At) && !a && !e && E(this,
|
|
1353
|
+
}, xs = new WeakMap(), js = new WeakMap(), qt = new WeakMap(), Si = new WeakMap(), St = new WeakMap(), Ke = new WeakMap(), Je = new WeakMap(), dt = new WeakMap(), At = new WeakMap(), zs = new WeakMap(), zr = new WeakMap(), qr = new WeakMap(), qs = new WeakMap(), Ss = new WeakMap(), va = new WeakSet(), Ta = function(t, e, a) {
|
|
1354
|
+
if (E(this, At) && !a && !e && E(this, Si) === 200)
|
|
1355
1355
|
return new Response(t, {
|
|
1356
1356
|
headers: E(this, Je)
|
|
1357
1357
|
});
|
|
@@ -1363,10 +1363,10 @@ var cv = (t, e, a) => {
|
|
|
1363
1363
|
const n = vc(r, E(this, Je));
|
|
1364
1364
|
return new Response(t, {
|
|
1365
1365
|
headers: n,
|
|
1366
|
-
status: e.status ?? E(this,
|
|
1366
|
+
status: e.status ?? E(this, Si)
|
|
1367
1367
|
});
|
|
1368
1368
|
}
|
|
1369
|
-
const i = typeof e == "number" ? e : E(this,
|
|
1369
|
+
const i = typeof e == "number" ? e : E(this, Si);
|
|
1370
1370
|
E(this, Je) ?? he(this, Je, {}), E(this, Ke) ?? he(this, Ke, new Headers()), vc(E(this, Ke), E(this, Je)), E(this, dt) && (E(this, dt).headers.forEach((r, n) => {
|
|
1371
1371
|
var s, o;
|
|
1372
1372
|
n === "set-cookie" ? (s = E(this, Ke)) == null || s.append(n, r) : (o = E(this, Ke)) == null || o.set(n, r);
|
|
@@ -1555,19 +1555,19 @@ var cv = (t, e, a) => {
|
|
|
1555
1555
|
function yv(t, e) {
|
|
1556
1556
|
return t.length === 1 ? e.length === 1 ? t < e ? -1 : 1 : -1 : e.length === 1 || t === jn || t === zn ? 1 : e === jn || e === zn ? -1 : t === go ? 1 : e === go ? -1 : t.length === e.length ? t < e ? -1 : 1 : e.length - t.length;
|
|
1557
1557
|
}
|
|
1558
|
-
var
|
|
1558
|
+
var Ai, Ei, Ga, qg, Vc = (qg = class {
|
|
1559
1559
|
constructor() {
|
|
1560
|
-
Ae(this, Si);
|
|
1561
1560
|
Ae(this, Ai);
|
|
1561
|
+
Ae(this, Ei);
|
|
1562
1562
|
Ae(this, Ga, /* @__PURE__ */ Object.create(null));
|
|
1563
1563
|
}
|
|
1564
1564
|
insert(e, a, i, r, n) {
|
|
1565
1565
|
if (e.length === 0) {
|
|
1566
|
-
if (E(this,
|
|
1566
|
+
if (E(this, Ai) !== void 0)
|
|
1567
1567
|
throw pn;
|
|
1568
1568
|
if (n)
|
|
1569
1569
|
return;
|
|
1570
|
-
he(this,
|
|
1570
|
+
he(this, Ai, a);
|
|
1571
1571
|
return;
|
|
1572
1572
|
}
|
|
1573
1573
|
const [s, ...o] = e, l = s === "*" ? o.length === 0 ? ["", "", jn] : ["", "", go] : s === "/*" ? ["", "", zn] : s.match(/^\:([^\{\}]+)(?:\{(.+)\})?$/);
|
|
@@ -1584,9 +1584,9 @@ var Si, Ai, Ga, qg, Vc = (qg = class {
|
|
|
1584
1584
|
throw pn;
|
|
1585
1585
|
if (n)
|
|
1586
1586
|
return;
|
|
1587
|
-
c = E(this, Ga)[m] = new Vc(), d !== "" && he(c,
|
|
1587
|
+
c = E(this, Ga)[m] = new Vc(), d !== "" && he(c, Ei, r.varIndex++);
|
|
1588
1588
|
}
|
|
1589
|
-
!n && d !== "" && i.push([d, E(c,
|
|
1589
|
+
!n && d !== "" && i.push([d, E(c, Ei)]);
|
|
1590
1590
|
} else if (c = E(this, Ga)[s], !c) {
|
|
1591
1591
|
if (Object.keys(E(this, Ga)).some(
|
|
1592
1592
|
(d) => d.length > 1 && d !== jn && d !== zn
|
|
@@ -1601,11 +1601,11 @@ var Si, Ai, Ga, qg, Vc = (qg = class {
|
|
|
1601
1601
|
buildRegExpStr() {
|
|
1602
1602
|
const a = Object.keys(E(this, Ga)).sort(yv).map((i) => {
|
|
1603
1603
|
const r = E(this, Ga)[i];
|
|
1604
|
-
return (typeof E(r,
|
|
1604
|
+
return (typeof E(r, Ei) == "number" ? `(${i})@${E(r, Ei)}` : bv.has(i) ? `\\${i}` : i) + r.buildRegExpStr();
|
|
1605
1605
|
});
|
|
1606
|
-
return typeof E(this,
|
|
1606
|
+
return typeof E(this, Ai) == "number" && a.unshift(`#${E(this, Ai)}`), a.length === 0 ? "" : a.length === 1 ? a[0] : "(?:" + a.join("|") + ")";
|
|
1607
1607
|
}
|
|
1608
|
-
},
|
|
1608
|
+
}, Ai = new WeakMap(), Ei = new WeakMap(), Ga = new WeakMap(), qg), kl, As, Sg, kv = (Sg = class {
|
|
1609
1609
|
constructor() {
|
|
1610
1610
|
Ae(this, kl, { varIndex: 0 });
|
|
1611
1611
|
Ae(this, As, new Vc());
|
|
@@ -1694,7 +1694,7 @@ function _v(t) {
|
|
|
1694
1694
|
l[d] = a[s[d]];
|
|
1695
1695
|
return [n, l, r];
|
|
1696
1696
|
}
|
|
1697
|
-
function
|
|
1697
|
+
function sr(t, e) {
|
|
1698
1698
|
if (t) {
|
|
1699
1699
|
for (const a of Object.keys(t).sort((i, r) => r.length - i.length))
|
|
1700
1700
|
if (Gg(a).test(e))
|
|
@@ -1724,8 +1724,8 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1724
1724
|
const l = Gg(e);
|
|
1725
1725
|
t === ea ? Object.keys(i).forEach((c) => {
|
|
1726
1726
|
var d;
|
|
1727
|
-
(d = i[c])[e] || (d[e] =
|
|
1728
|
-
}) : (o = i[t])[e] || (o[e] =
|
|
1727
|
+
(d = i[c])[e] || (d[e] = sr(i[c], e) || sr(i[ea], e) || []);
|
|
1728
|
+
}) : (o = i[t])[e] || (o[e] = sr(i[t], e) || sr(i[ea], e) || []), Object.keys(i).forEach((c) => {
|
|
1729
1729
|
(t === ea || t === c) && Object.keys(i[c]).forEach((d) => {
|
|
1730
1730
|
l.test(d) && i[c][d].push([a, n]);
|
|
1731
1731
|
});
|
|
@@ -1742,7 +1742,7 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1742
1742
|
Object.keys(r).forEach((m) => {
|
|
1743
1743
|
var y;
|
|
1744
1744
|
(t === ea || t === m) && ((y = r[m])[d] || (y[d] = [
|
|
1745
|
-
...
|
|
1745
|
+
...sr(i[m], d) || sr(i[ea], d) || []
|
|
1746
1746
|
]), r[m][d].push([a, n - c + l + 1]));
|
|
1747
1747
|
});
|
|
1748
1748
|
}
|
|
@@ -1815,19 +1815,19 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1815
1815
|
throw new Error("No active router has been determined yet.");
|
|
1816
1816
|
return E(this, Qt)[0];
|
|
1817
1817
|
}
|
|
1818
|
-
}, Qt = new WeakMap(), It = new WeakMap(), Eg), ei, pa,
|
|
1818
|
+
}, Qt = new WeakMap(), It = new WeakMap(), Eg), ei, pa, Ii, Sr, wa, Ot, wi, Ig, Xg = (Ig = class {
|
|
1819
1819
|
constructor(t, e, a) {
|
|
1820
1820
|
Ae(this, Ot);
|
|
1821
1821
|
Ae(this, ei);
|
|
1822
1822
|
Ae(this, pa);
|
|
1823
|
-
Ae(this,
|
|
1823
|
+
Ae(this, Ii);
|
|
1824
1824
|
Ae(this, Sr, 0);
|
|
1825
1825
|
Ae(this, wa, /* @__PURE__ */ Object.create(null));
|
|
1826
1826
|
if (he(this, pa, a || /* @__PURE__ */ Object.create(null)), he(this, ei, []), t && e) {
|
|
1827
1827
|
const i = /* @__PURE__ */ Object.create(null);
|
|
1828
1828
|
i[t] = { handler: e, possibleKeys: [], score: 0 }, he(this, ei, [i]);
|
|
1829
1829
|
}
|
|
1830
|
-
he(this,
|
|
1830
|
+
he(this, Ii, []);
|
|
1831
1831
|
}
|
|
1832
1832
|
insert(t, e, a) {
|
|
1833
1833
|
he(this, Sr, ++Xh(this, Sr)._);
|
|
@@ -1843,7 +1843,7 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
E(i, pa)[d] = new Xg();
|
|
1845
1845
|
const m = em(d);
|
|
1846
|
-
m && (E(i,
|
|
1846
|
+
m && (E(i, Ii).push(m), n.push(m[1])), i = E(i, pa)[d];
|
|
1847
1847
|
}
|
|
1848
1848
|
const s = /* @__PURE__ */ Object.create(null), o = {
|
|
1849
1849
|
handler: a,
|
|
@@ -1866,8 +1866,8 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1866
1866
|
), a.push(
|
|
1867
1867
|
...Oe(this, Ot, wi).call(this, b, t, E(p, wa), /* @__PURE__ */ Object.create(null))
|
|
1868
1868
|
)) : m.push(b));
|
|
1869
|
-
for (let k = 0, x = E(p,
|
|
1870
|
-
const C = E(p,
|
|
1869
|
+
for (let k = 0, x = E(p, Ii).length; k < x; k++) {
|
|
1870
|
+
const C = E(p, Ii)[k], I = { ...E(p, wa) };
|
|
1871
1871
|
if (C === "*") {
|
|
1872
1872
|
const _e = E(p, pa)["*"];
|
|
1873
1873
|
_e && (a.push(
|
|
@@ -1891,7 +1891,7 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1891
1891
|
}
|
|
1892
1892
|
return [a.sort((o, l) => o.score - l.score).map(({ handler: o, params: l }) => [o, l])];
|
|
1893
1893
|
}
|
|
1894
|
-
}, ei = new WeakMap(), pa = new WeakMap(),
|
|
1894
|
+
}, ei = new WeakMap(), pa = new WeakMap(), Ii = new WeakMap(), Sr = new WeakMap(), wa = new WeakMap(), Ot = new WeakSet(), wi = function(t, e, a, i) {
|
|
1895
1895
|
const r = [];
|
|
1896
1896
|
for (let n = 0, s = E(t, ei).length; n < s; n++) {
|
|
1897
1897
|
const o = E(t, ei)[n], l = o[e] || o[ea], c = {};
|
|
@@ -1905,25 +1905,25 @@ var Yt, Xt, Kr, Jg, Yg, Ag, xv = (Ag = class {
|
|
|
1905
1905
|
}
|
|
1906
1906
|
}
|
|
1907
1907
|
return r;
|
|
1908
|
-
}, Ig),
|
|
1908
|
+
}, Ig), Oi, Og, zv = (Og = class {
|
|
1909
1909
|
constructor() {
|
|
1910
1910
|
D(this, "name", "TrieRouter");
|
|
1911
|
-
Ae(this,
|
|
1912
|
-
he(this,
|
|
1911
|
+
Ae(this, Oi);
|
|
1912
|
+
he(this, Oi, new Xg());
|
|
1913
1913
|
}
|
|
1914
1914
|
add(t, e, a) {
|
|
1915
1915
|
const i = Pg(e);
|
|
1916
1916
|
if (i) {
|
|
1917
1917
|
for (let r = 0, n = i.length; r < n; r++)
|
|
1918
|
-
E(this,
|
|
1918
|
+
E(this, Oi).insert(t, i[r], a);
|
|
1919
1919
|
return;
|
|
1920
1920
|
}
|
|
1921
|
-
E(this,
|
|
1921
|
+
E(this, Oi).insert(t, e, a);
|
|
1922
1922
|
}
|
|
1923
1923
|
match(t, e) {
|
|
1924
|
-
return E(this,
|
|
1924
|
+
return E(this, Oi).search(t, e);
|
|
1925
1925
|
}
|
|
1926
|
-
},
|
|
1926
|
+
}, Oi = new WeakMap(), Og), qv = class extends Kg {
|
|
1927
1927
|
constructor(t = {}) {
|
|
1928
1928
|
super(t), this.router = t.router ?? new jv({
|
|
1929
1929
|
routers: [new xv(), new zv()]
|
|
@@ -2235,7 +2235,7 @@ class ua {
|
|
|
2235
2235
|
}
|
|
2236
2236
|
const ye = Object.freeze({
|
|
2237
2237
|
status: "aborted"
|
|
2238
|
-
}),
|
|
2238
|
+
}), pr = (t) => ({ status: "dirty", value: t }), fa = (t) => ({ status: "valid", value: t }), Hc = (t) => t.status === "aborted", Zc = (t) => t.status === "dirty", Tn = (t) => t.status === "valid", Nn = (t) => typeof Promise < "u" && t instanceof Promise;
|
|
2239
2239
|
function yo(t, e, a, i) {
|
|
2240
2240
|
if (typeof e == "function" ? t !== e || !i : !e.has(t)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
2241
2241
|
return e.get(t);
|
|
@@ -3165,7 +3165,7 @@ Rn.create = (t) => new Rn({
|
|
|
3165
3165
|
coerce: (t == null ? void 0 : t.coerce) || !1,
|
|
3166
3166
|
...je(t)
|
|
3167
3167
|
});
|
|
3168
|
-
class
|
|
3168
|
+
class Pi extends Se {
|
|
3169
3169
|
_parse(e) {
|
|
3170
3170
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== ee.date) {
|
|
3171
3171
|
const n = this._getOrReturnCtx(e);
|
|
@@ -3205,7 +3205,7 @@ class Ri extends Se {
|
|
|
3205
3205
|
};
|
|
3206
3206
|
}
|
|
3207
3207
|
_addCheck(e) {
|
|
3208
|
-
return new
|
|
3208
|
+
return new Pi({
|
|
3209
3209
|
...this._def,
|
|
3210
3210
|
checks: [...this._def.checks, e]
|
|
3211
3211
|
});
|
|
@@ -3237,7 +3237,7 @@ class Ri extends Se {
|
|
|
3237
3237
|
return e != null ? new Date(e) : null;
|
|
3238
3238
|
}
|
|
3239
3239
|
}
|
|
3240
|
-
|
|
3240
|
+
Pi.create = (t) => new Pi({
|
|
3241
3241
|
checks: [],
|
|
3242
3242
|
coerce: (t == null ? void 0 : t.coerce) || !1,
|
|
3243
3243
|
typeName: fe.ZodDate,
|
|
@@ -3306,7 +3306,7 @@ Er.create = (t) => new Er({
|
|
|
3306
3306
|
typeName: fe.ZodAny,
|
|
3307
3307
|
...je(t)
|
|
3308
3308
|
});
|
|
3309
|
-
class
|
|
3309
|
+
class Ci extends Se {
|
|
3310
3310
|
constructor() {
|
|
3311
3311
|
super(...arguments), this._unknown = !0;
|
|
3312
3312
|
}
|
|
@@ -3314,7 +3314,7 @@ class Oi extends Se {
|
|
|
3314
3314
|
return fa(e.data);
|
|
3315
3315
|
}
|
|
3316
3316
|
}
|
|
3317
|
-
|
|
3317
|
+
Ci.create = (t) => new Ci({
|
|
3318
3318
|
typeName: fe.ZodUnknown,
|
|
3319
3319
|
...je(t)
|
|
3320
3320
|
});
|
|
@@ -3422,12 +3422,12 @@ Qa.create = (t, e) => new Qa({
|
|
|
3422
3422
|
typeName: fe.ZodArray,
|
|
3423
3423
|
...je(e)
|
|
3424
3424
|
});
|
|
3425
|
-
function
|
|
3425
|
+
function hr(t) {
|
|
3426
3426
|
if (t instanceof Fe) {
|
|
3427
3427
|
const e = {};
|
|
3428
3428
|
for (const a in t.shape) {
|
|
3429
3429
|
const i = t.shape[a];
|
|
3430
|
-
e[a] = ht.create(
|
|
3430
|
+
e[a] = ht.create(hr(i));
|
|
3431
3431
|
}
|
|
3432
3432
|
return new Fe({
|
|
3433
3433
|
...t._def,
|
|
@@ -3435,8 +3435,8 @@ function ur(t) {
|
|
|
3435
3435
|
});
|
|
3436
3436
|
} else return t instanceof Qa ? new Qa({
|
|
3437
3437
|
...t._def,
|
|
3438
|
-
type:
|
|
3439
|
-
}) : t instanceof ht ? ht.create(
|
|
3438
|
+
type: hr(t.element)
|
|
3439
|
+
}) : t instanceof ht ? ht.create(hr(t.unwrap())) : t instanceof li ? li.create(hr(t.unwrap())) : t instanceof ft ? ft.create(t.items.map((e) => hr(e))) : t;
|
|
3440
3440
|
}
|
|
3441
3441
|
class Fe extends Se {
|
|
3442
3442
|
constructor() {
|
|
@@ -3672,7 +3672,7 @@ class Fe extends Se {
|
|
|
3672
3672
|
* @deprecated
|
|
3673
3673
|
*/
|
|
3674
3674
|
deepPartial() {
|
|
3675
|
-
return
|
|
3675
|
+
return hr(this);
|
|
3676
3676
|
}
|
|
3677
3677
|
partial(e) {
|
|
3678
3678
|
const a = {};
|
|
@@ -4064,7 +4064,7 @@ wo.create = (t, e, a) => new wo({
|
|
|
4064
4064
|
typeName: fe.ZodMap,
|
|
4065
4065
|
...je(a)
|
|
4066
4066
|
});
|
|
4067
|
-
class
|
|
4067
|
+
class Bi extends Se {
|
|
4068
4068
|
_parse(e) {
|
|
4069
4069
|
const { status: a, ctx: i } = this._processInputParams(e);
|
|
4070
4070
|
if (i.parsedType !== ee.set)
|
|
@@ -4103,13 +4103,13 @@ class Pi extends Se {
|
|
|
4103
4103
|
return i.common.async ? Promise.all(o).then((l) => s(l)) : s(o);
|
|
4104
4104
|
}
|
|
4105
4105
|
min(e, a) {
|
|
4106
|
-
return new
|
|
4106
|
+
return new Bi({
|
|
4107
4107
|
...this._def,
|
|
4108
4108
|
minSize: { value: e, message: de.toString(a) }
|
|
4109
4109
|
});
|
|
4110
4110
|
}
|
|
4111
4111
|
max(e, a) {
|
|
4112
|
-
return new
|
|
4112
|
+
return new Bi({
|
|
4113
4113
|
...this._def,
|
|
4114
4114
|
maxSize: { value: e, message: de.toString(a) }
|
|
4115
4115
|
});
|
|
@@ -4121,7 +4121,7 @@ class Pi extends Se {
|
|
|
4121
4121
|
return this.min(1, e);
|
|
4122
4122
|
}
|
|
4123
4123
|
}
|
|
4124
|
-
|
|
4124
|
+
Bi.create = (t, e) => new Bi({
|
|
4125
4125
|
valueType: t,
|
|
4126
4126
|
minSize: null,
|
|
4127
4127
|
maxSize: null,
|
|
@@ -4205,7 +4205,7 @@ class kr extends Se {
|
|
|
4205
4205
|
args(...e) {
|
|
4206
4206
|
return new kr({
|
|
4207
4207
|
...this._def,
|
|
4208
|
-
args: ft.create(e).rest(
|
|
4208
|
+
args: ft.create(e).rest(Ci.create())
|
|
4209
4209
|
});
|
|
4210
4210
|
}
|
|
4211
4211
|
returns(e) {
|
|
@@ -4222,8 +4222,8 @@ class kr extends Se {
|
|
|
4222
4222
|
}
|
|
4223
4223
|
static create(e, a, i) {
|
|
4224
4224
|
return new kr({
|
|
4225
|
-
args: e || ft.create([]).rest(
|
|
4226
|
-
returns: a ||
|
|
4225
|
+
args: e || ft.create([]).rest(Ci.create()),
|
|
4226
|
+
returns: a || Ci.create(),
|
|
4227
4227
|
typeName: fe.ZodFunction,
|
|
4228
4228
|
...je(i)
|
|
4229
4229
|
});
|
|
@@ -4415,7 +4415,7 @@ class tt extends Se {
|
|
|
4415
4415
|
path: i.path,
|
|
4416
4416
|
parent: i
|
|
4417
4417
|
});
|
|
4418
|
-
return l.status === "aborted" ? ye : l.status === "dirty" || a.value === "dirty" ?
|
|
4418
|
+
return l.status === "aborted" ? ye : l.status === "dirty" || a.value === "dirty" ? pr(l.value) : l;
|
|
4419
4419
|
});
|
|
4420
4420
|
{
|
|
4421
4421
|
if (a.value === "aborted")
|
|
@@ -4425,7 +4425,7 @@ class tt extends Se {
|
|
|
4425
4425
|
path: i.path,
|
|
4426
4426
|
parent: i
|
|
4427
4427
|
});
|
|
4428
|
-
return o.status === "aborted" ? ye : o.status === "dirty" || a.value === "dirty" ?
|
|
4428
|
+
return o.status === "aborted" ? ye : o.status === "dirty" || a.value === "dirty" ? pr(o.value) : o;
|
|
4429
4429
|
}
|
|
4430
4430
|
}
|
|
4431
4431
|
if (r.type === "refinement") {
|
|
@@ -4607,7 +4607,7 @@ class Es extends Se {
|
|
|
4607
4607
|
path: i.path,
|
|
4608
4608
|
parent: i
|
|
4609
4609
|
});
|
|
4610
|
-
return n.status === "aborted" ? ye : n.status === "dirty" ? (a.dirty(),
|
|
4610
|
+
return n.status === "aborted" ? ye : n.status === "dirty" ? (a.dirty(), pr(n.value)) : this._def.out._parseAsync({
|
|
4611
4611
|
data: n.value,
|
|
4612
4612
|
path: i.path,
|
|
4613
4613
|
parent: i
|
|
@@ -4669,7 +4669,7 @@ var fe;
|
|
|
4669
4669
|
})(fe || (fe = {}));
|
|
4670
4670
|
const Fv = (t, e = {
|
|
4671
4671
|
message: `Input not instance of ${t.name}`
|
|
4672
|
-
}) => sf((a) => a instanceof t, e), of = Ja.create, lf = ni.create, Wv = _o.create, Gv = si.create, cf = Rn.create, Jv =
|
|
4672
|
+
}) => sf((a) => a instanceof t, e), of = Ja.create, lf = ni.create, Wv = _o.create, Gv = si.create, cf = Rn.create, Jv = Pi.create, Yv = ko.create, Xv = Pn.create, Qv = Bn.create, e1 = Er.create, a1 = Ci.create, t1 = Nt.create, i1 = vo.create, r1 = Qa.create, n1 = Fe.create, s1 = Fe.strictCreate, o1 = Un.create, l1 = wl.create, c1 = Ln.create, d1 = ft.create, u1 = Dn.create, h1 = wo.create, m1 = Bi.create, p1 = kr.create, g1 = Vn.create, f1 = Mn.create, b1 = oi.create, y1 = Hn.create, k1 = Ir.create, nm = tt.create, v1 = ht.create, w1 = li.create, _1 = tt.createWithPreprocess, x1 = Es.create, j1 = () => of().optional(), z1 = () => lf().optional(), q1 = () => cf().optional(), S1 = {
|
|
4673
4673
|
string: (t) => Ja.create({ ...t, coerce: !0 }),
|
|
4674
4674
|
number: (t) => ni.create({ ...t, coerce: !0 }),
|
|
4675
4675
|
boolean: (t) => Rn.create({
|
|
@@ -4677,7 +4677,7 @@ const Fv = (t, e = {
|
|
|
4677
4677
|
coerce: !0
|
|
4678
4678
|
}),
|
|
4679
4679
|
bigint: (t) => si.create({ ...t, coerce: !0 }),
|
|
4680
|
-
date: (t) =>
|
|
4680
|
+
date: (t) => Pi.create({ ...t, coerce: !0 })
|
|
4681
4681
|
}, A1 = ye;
|
|
4682
4682
|
var f = /* @__PURE__ */ Object.freeze({
|
|
4683
4683
|
__proto__: null,
|
|
@@ -4689,7 +4689,7 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4689
4689
|
addIssueToContext: J,
|
|
4690
4690
|
ParseStatus: ua,
|
|
4691
4691
|
INVALID: ye,
|
|
4692
|
-
DIRTY:
|
|
4692
|
+
DIRTY: pr,
|
|
4693
4693
|
OK: fa,
|
|
4694
4694
|
isAborted: Hc,
|
|
4695
4695
|
isDirty: Zc,
|
|
@@ -4709,12 +4709,12 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4709
4709
|
ZodNumber: ni,
|
|
4710
4710
|
ZodBigInt: si,
|
|
4711
4711
|
ZodBoolean: Rn,
|
|
4712
|
-
ZodDate:
|
|
4712
|
+
ZodDate: Pi,
|
|
4713
4713
|
ZodSymbol: ko,
|
|
4714
4714
|
ZodUndefined: Pn,
|
|
4715
4715
|
ZodNull: Bn,
|
|
4716
4716
|
ZodAny: Er,
|
|
4717
|
-
ZodUnknown:
|
|
4717
|
+
ZodUnknown: Ci,
|
|
4718
4718
|
ZodNever: Nt,
|
|
4719
4719
|
ZodVoid: vo,
|
|
4720
4720
|
ZodArray: Qa,
|
|
@@ -4725,7 +4725,7 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4725
4725
|
ZodTuple: ft,
|
|
4726
4726
|
ZodRecord: Dn,
|
|
4727
4727
|
ZodMap: wo,
|
|
4728
|
-
ZodSet:
|
|
4728
|
+
ZodSet: Bi,
|
|
4729
4729
|
ZodFunction: kr,
|
|
4730
4730
|
ZodLazy: Vn,
|
|
4731
4731
|
ZodLiteral: Mn,
|
|
@@ -4835,19 +4835,19 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4835
4835
|
this.openAPIRegistry.registerPath(i);
|
|
4836
4836
|
const s = [];
|
|
4837
4837
|
if ((c = i.request) != null && c.query) {
|
|
4838
|
-
const I =
|
|
4838
|
+
const I = nr("query", i.request.query, n);
|
|
4839
4839
|
s.push(I);
|
|
4840
4840
|
}
|
|
4841
4841
|
if ((d = i.request) != null && d.params) {
|
|
4842
|
-
const I =
|
|
4842
|
+
const I = nr("param", i.request.params, n);
|
|
4843
4843
|
s.push(I);
|
|
4844
4844
|
}
|
|
4845
4845
|
if ((m = i.request) != null && m.headers) {
|
|
4846
|
-
const I =
|
|
4846
|
+
const I = nr("header", i.request.headers, n);
|
|
4847
4847
|
s.push(I);
|
|
4848
4848
|
}
|
|
4849
4849
|
if ((y = i.request) != null && y.cookies) {
|
|
4850
|
-
const I =
|
|
4850
|
+
const I = nr("cookie", i.request.cookies, n);
|
|
4851
4851
|
s.push(I);
|
|
4852
4852
|
}
|
|
4853
4853
|
const o = (p = (v = i.request) == null ? void 0 : v.body) == null ? void 0 : p.content;
|
|
@@ -4858,7 +4858,7 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4858
4858
|
const B = o[I].schema;
|
|
4859
4859
|
if (B instanceof Se) {
|
|
4860
4860
|
if (om(I)) {
|
|
4861
|
-
const ne =
|
|
4861
|
+
const ne = nr("json", B, n);
|
|
4862
4862
|
if ((k = (b = i.request) == null ? void 0 : b.body) != null && k.required)
|
|
4863
4863
|
s.push(ne);
|
|
4864
4864
|
else {
|
|
@@ -4871,7 +4871,7 @@ var f = /* @__PURE__ */ Object.freeze({
|
|
|
4871
4871
|
}
|
|
4872
4872
|
}
|
|
4873
4873
|
if (lm(I)) {
|
|
4874
|
-
const ne =
|
|
4874
|
+
const ne = nr("form", B, n);
|
|
4875
4875
|
if ((C = (x = i.request) == null ? void 0 : x.body) != null && C.required)
|
|
4876
4876
|
s.push(ne);
|
|
4877
4877
|
else {
|
|
@@ -5035,7 +5035,7 @@ const we = (t) => typeof t == "string", cn = () => {
|
|
|
5035
5035
|
for (const i in e)
|
|
5036
5036
|
i !== "__proto__" && i !== "constructor" && (i in t ? we(t[i]) || t[i] instanceof String || we(e[i]) || e[i] instanceof String ? a && (t[i] = e[i]) : df(t[i], e[i], a) : t[i] = e[i]);
|
|
5037
5037
|
return t;
|
|
5038
|
-
},
|
|
5038
|
+
}, or = (t) => t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
5039
5039
|
var $1 = {
|
|
5040
5040
|
"&": "&",
|
|
5041
5041
|
"<": "<",
|
|
@@ -5680,7 +5680,7 @@ class D1 {
|
|
|
5680
5680
|
maxReplaces: x,
|
|
5681
5681
|
alwaysFormat: C
|
|
5682
5682
|
} = e.interpolation;
|
|
5683
|
-
this.escape = a !== void 0 ? a : T1, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = r !== void 0 ? r : !1, this.prefix = n ?
|
|
5683
|
+
this.escape = a !== void 0 ? a : T1, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = r !== void 0 ? r : !1, this.prefix = n ? or(n) : s || "{{", this.suffix = o ? or(o) : l || "}}", this.formatSeparator = c || ",", this.unescapePrefix = d ? "" : m || "-", this.unescapeSuffix = this.unescapePrefix ? "" : d || "", this.nestingPrefix = y ? or(y) : v || or("$t("), this.nestingSuffix = p ? or(p) : b || or(")"), this.nestingOptionsSeparator = k || ",", this.maxReplaces = x || 1e3, this.alwaysFormat = C !== void 0 ? C : !1, this.resetRegExp();
|
|
5684
5684
|
}
|
|
5685
5685
|
reset() {
|
|
5686
5686
|
this.options && this.init(this.options);
|
|
@@ -5794,7 +5794,7 @@ const V1 = (t) => {
|
|
|
5794
5794
|
formatName: e,
|
|
5795
5795
|
formatOptions: a
|
|
5796
5796
|
};
|
|
5797
|
-
},
|
|
5797
|
+
}, lr = (t) => {
|
|
5798
5798
|
const e = {};
|
|
5799
5799
|
return (a, i, r) => {
|
|
5800
5800
|
let n = r;
|
|
@@ -5811,32 +5811,32 @@ class M1 {
|
|
|
5811
5811
|
constructor() {
|
|
5812
5812
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
5813
5813
|
this.logger = ut.create("formatter"), this.options = e, this.formats = {
|
|
5814
|
-
number:
|
|
5814
|
+
number: lr((a, i) => {
|
|
5815
5815
|
const r = new Intl.NumberFormat(a, {
|
|
5816
5816
|
...i
|
|
5817
5817
|
});
|
|
5818
5818
|
return (n) => r.format(n);
|
|
5819
5819
|
}),
|
|
5820
|
-
currency:
|
|
5820
|
+
currency: lr((a, i) => {
|
|
5821
5821
|
const r = new Intl.NumberFormat(a, {
|
|
5822
5822
|
...i,
|
|
5823
5823
|
style: "currency"
|
|
5824
5824
|
});
|
|
5825
5825
|
return (n) => r.format(n);
|
|
5826
5826
|
}),
|
|
5827
|
-
datetime:
|
|
5827
|
+
datetime: lr((a, i) => {
|
|
5828
5828
|
const r = new Intl.DateTimeFormat(a, {
|
|
5829
5829
|
...i
|
|
5830
5830
|
});
|
|
5831
5831
|
return (n) => r.format(n);
|
|
5832
5832
|
}),
|
|
5833
|
-
relativetime:
|
|
5833
|
+
relativetime: lr((a, i) => {
|
|
5834
5834
|
const r = new Intl.RelativeTimeFormat(a, {
|
|
5835
5835
|
...i
|
|
5836
5836
|
});
|
|
5837
5837
|
return (n) => r.format(n, i.range || "day");
|
|
5838
5838
|
}),
|
|
5839
|
-
list:
|
|
5839
|
+
list: lr((a, i) => {
|
|
5840
5840
|
const r = new Intl.ListFormat(a, {
|
|
5841
5841
|
...i
|
|
5842
5842
|
});
|
|
@@ -5854,7 +5854,7 @@ class M1 {
|
|
|
5854
5854
|
this.formats[e.toLowerCase().trim()] = a;
|
|
5855
5855
|
}
|
|
5856
5856
|
addCached(e, a) {
|
|
5857
|
-
this.formats[e.toLowerCase().trim()] =
|
|
5857
|
+
this.formats[e.toLowerCase().trim()] = lr(a);
|
|
5858
5858
|
}
|
|
5859
5859
|
format(e, a, i) {
|
|
5860
5860
|
let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
@@ -7661,7 +7661,7 @@ Yn.create = (t) => new Yn({
|
|
|
7661
7661
|
coerce: (t == null ? void 0 : t.coerce) || !1,
|
|
7662
7662
|
...ze(t)
|
|
7663
7663
|
});
|
|
7664
|
-
class
|
|
7664
|
+
class Ui extends Ee {
|
|
7665
7665
|
_parse(e) {
|
|
7666
7666
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== ae.date) {
|
|
7667
7667
|
const r = this._getOrReturnCtx(e);
|
|
@@ -7701,7 +7701,7 @@ class Bi extends Ee {
|
|
|
7701
7701
|
};
|
|
7702
7702
|
}
|
|
7703
7703
|
_addCheck(e) {
|
|
7704
|
-
return new
|
|
7704
|
+
return new Ui({
|
|
7705
7705
|
...this._def,
|
|
7706
7706
|
checks: [...this._def.checks, e]
|
|
7707
7707
|
});
|
|
@@ -7733,7 +7733,7 @@ class Bi extends Ee {
|
|
|
7733
7733
|
return e != null ? new Date(e) : null;
|
|
7734
7734
|
}
|
|
7735
7735
|
}
|
|
7736
|
-
|
|
7736
|
+
Ui.create = (t) => new Ui({
|
|
7737
7737
|
checks: [],
|
|
7738
7738
|
coerce: (t == null ? void 0 : t.coerce) || !1,
|
|
7739
7739
|
typeName: be.ZodDate,
|
|
@@ -7802,7 +7802,7 @@ Cr.create = (t) => new Cr({
|
|
|
7802
7802
|
typeName: be.ZodAny,
|
|
7803
7803
|
...ze(t)
|
|
7804
7804
|
});
|
|
7805
|
-
class
|
|
7805
|
+
class $i extends Ee {
|
|
7806
7806
|
constructor() {
|
|
7807
7807
|
super(...arguments), this._unknown = !0;
|
|
7808
7808
|
}
|
|
@@ -7810,7 +7810,7 @@ class Ci extends Ee {
|
|
|
7810
7810
|
return ba(e.data);
|
|
7811
7811
|
}
|
|
7812
7812
|
}
|
|
7813
|
-
|
|
7813
|
+
$i.create = (t) => new $i({
|
|
7814
7814
|
typeName: be.ZodUnknown,
|
|
7815
7815
|
...ze(t)
|
|
7816
7816
|
});
|
|
@@ -7918,12 +7918,12 @@ et.create = (t, e) => new et({
|
|
|
7918
7918
|
typeName: be.ZodArray,
|
|
7919
7919
|
...ze(e)
|
|
7920
7920
|
});
|
|
7921
|
-
function
|
|
7921
|
+
function mr(t) {
|
|
7922
7922
|
if (t instanceof Ba) {
|
|
7923
7923
|
const e = {};
|
|
7924
7924
|
for (const a in t.shape) {
|
|
7925
7925
|
const i = t.shape[a];
|
|
7926
|
-
e[a] = mt.create(
|
|
7926
|
+
e[a] = mt.create(mr(i));
|
|
7927
7927
|
}
|
|
7928
7928
|
return new Ba({
|
|
7929
7929
|
...t._def,
|
|
@@ -7931,8 +7931,8 @@ function hr(t) {
|
|
|
7931
7931
|
});
|
|
7932
7932
|
} else return t instanceof et ? new et({
|
|
7933
7933
|
...t._def,
|
|
7934
|
-
type:
|
|
7935
|
-
}) : t instanceof mt ? mt.create(
|
|
7934
|
+
type: mr(t.element)
|
|
7935
|
+
}) : t instanceof mt ? mt.create(mr(t.unwrap())) : t instanceof hi ? hi.create(mr(t.unwrap())) : t instanceof yt ? yt.create(t.items.map((e) => mr(e))) : t;
|
|
7936
7936
|
}
|
|
7937
7937
|
let Ba = class Ha extends Ee {
|
|
7938
7938
|
constructor() {
|
|
@@ -8168,7 +8168,7 @@ let Ba = class Ha extends Ee {
|
|
|
8168
8168
|
* @deprecated
|
|
8169
8169
|
*/
|
|
8170
8170
|
deepPartial() {
|
|
8171
|
-
return
|
|
8171
|
+
return mr(this);
|
|
8172
8172
|
}
|
|
8173
8173
|
partial(e) {
|
|
8174
8174
|
const a = {};
|
|
@@ -8560,7 +8560,7 @@ $o.create = (t, e, a) => new $o({
|
|
|
8560
8560
|
typeName: be.ZodMap,
|
|
8561
8561
|
...ze(a)
|
|
8562
8562
|
});
|
|
8563
|
-
class
|
|
8563
|
+
class Li extends Ee {
|
|
8564
8564
|
_parse(e) {
|
|
8565
8565
|
const { status: a, ctx: i } = this._processInputParams(e);
|
|
8566
8566
|
if (i.parsedType !== ae.set)
|
|
@@ -8599,13 +8599,13 @@ class Ui extends Ee {
|
|
|
8599
8599
|
return i.common.async ? Promise.all(o).then((l) => s(l)) : s(o);
|
|
8600
8600
|
}
|
|
8601
8601
|
min(e, a) {
|
|
8602
|
-
return new
|
|
8602
|
+
return new Li({
|
|
8603
8603
|
...this._def,
|
|
8604
8604
|
minSize: { value: e, message: ue.toString(a) }
|
|
8605
8605
|
});
|
|
8606
8606
|
}
|
|
8607
8607
|
max(e, a) {
|
|
8608
|
-
return new
|
|
8608
|
+
return new Li({
|
|
8609
8609
|
...this._def,
|
|
8610
8610
|
maxSize: { value: e, message: ue.toString(a) }
|
|
8611
8611
|
});
|
|
@@ -8617,7 +8617,7 @@ class Ui extends Ee {
|
|
|
8617
8617
|
return this.min(1, e);
|
|
8618
8618
|
}
|
|
8619
8619
|
}
|
|
8620
|
-
|
|
8620
|
+
Li.create = (t, e) => new Li({
|
|
8621
8621
|
valueType: t,
|
|
8622
8622
|
minSize: null,
|
|
8623
8623
|
maxSize: null,
|
|
@@ -8701,7 +8701,7 @@ class vr extends Ee {
|
|
|
8701
8701
|
args(...e) {
|
|
8702
8702
|
return new vr({
|
|
8703
8703
|
...this._def,
|
|
8704
|
-
args: yt.create(e).rest(
|
|
8704
|
+
args: yt.create(e).rest($i.create())
|
|
8705
8705
|
});
|
|
8706
8706
|
}
|
|
8707
8707
|
returns(e) {
|
|
@@ -8718,8 +8718,8 @@ class vr extends Ee {
|
|
|
8718
8718
|
}
|
|
8719
8719
|
static create(e, a, i) {
|
|
8720
8720
|
return new vr({
|
|
8721
|
-
args: e || yt.create([]).rest(
|
|
8722
|
-
returns: a ||
|
|
8721
|
+
args: e || yt.create([]).rest($i.create()),
|
|
8722
|
+
returns: a || $i.create(),
|
|
8723
8723
|
typeName: be.ZodFunction,
|
|
8724
8724
|
...ze(i)
|
|
8725
8725
|
});
|
|
@@ -9165,7 +9165,7 @@ var be;
|
|
|
9165
9165
|
})(be || (be = {}));
|
|
9166
9166
|
const fw = (t, e = {
|
|
9167
9167
|
message: `Input not instance of ${t.name}`
|
|
9168
|
-
}) => yf((a) => a instanceof t, e), kf = Ya.create, vf = ci.create, bw = To.create, yw = di.create, wf = Yn.create, kw =
|
|
9168
|
+
}) => yf((a) => a instanceof t, e), kf = Ya.create, vf = ci.create, bw = To.create, yw = di.create, wf = Yn.create, kw = Ui.create, vw = Oo.create, ww = Xn.create, _w = Qn.create, xw = Cr.create, jw = $i.create, zw = Rt.create, qw = Co.create, Sw = et.create, Aw = Ba.create, Ew = Ba.strictCreate, Iw = es.create, Ow = xl.create, Cw = as.create, $w = yt.create, Tw = ts.create, Nw = $o.create, Rw = Li.create, Pw = vr.create, Bw = is.create, Uw = rs.create, Lw = ui.create, Dw = ns.create, Vw = $r.create, _m = it.create, Mw = mt.create, Hw = hi.create, Zw = it.createWithPreprocess, Kw = Is.create, Fw = () => kf().optional(), Ww = () => vf().optional(), Gw = () => wf().optional(), Jw = {
|
|
9169
9169
|
string: (t) => Ya.create({ ...t, coerce: !0 }),
|
|
9170
9170
|
number: (t) => ci.create({ ...t, coerce: !0 }),
|
|
9171
9171
|
boolean: (t) => Yn.create({
|
|
@@ -9173,7 +9173,7 @@ const fw = (t, e = {
|
|
|
9173
9173
|
coerce: !0
|
|
9174
9174
|
}),
|
|
9175
9175
|
bigint: (t) => di.create({ ...t, coerce: !0 }),
|
|
9176
|
-
date: (t) =>
|
|
9176
|
+
date: (t) => Ui.create({ ...t, coerce: !0 })
|
|
9177
9177
|
}, Yw = ke;
|
|
9178
9178
|
var h = /* @__PURE__ */ Object.freeze({
|
|
9179
9179
|
__proto__: null,
|
|
@@ -9205,12 +9205,12 @@ var h = /* @__PURE__ */ Object.freeze({
|
|
|
9205
9205
|
ZodNumber: ci,
|
|
9206
9206
|
ZodBigInt: di,
|
|
9207
9207
|
ZodBoolean: Yn,
|
|
9208
|
-
ZodDate:
|
|
9208
|
+
ZodDate: Ui,
|
|
9209
9209
|
ZodSymbol: Oo,
|
|
9210
9210
|
ZodUndefined: Xn,
|
|
9211
9211
|
ZodNull: Qn,
|
|
9212
9212
|
ZodAny: Cr,
|
|
9213
|
-
ZodUnknown:
|
|
9213
|
+
ZodUnknown: $i,
|
|
9214
9214
|
ZodNever: Rt,
|
|
9215
9215
|
ZodVoid: Co,
|
|
9216
9216
|
ZodArray: et,
|
|
@@ -9221,7 +9221,7 @@ var h = /* @__PURE__ */ Object.freeze({
|
|
|
9221
9221
|
ZodTuple: yt,
|
|
9222
9222
|
ZodRecord: ts,
|
|
9223
9223
|
ZodMap: $o,
|
|
9224
|
-
ZodSet:
|
|
9224
|
+
ZodSet: Li,
|
|
9225
9225
|
ZodFunction: vr,
|
|
9226
9226
|
ZodLazy: is,
|
|
9227
9227
|
ZodLiteral: rs,
|
|
@@ -9292,7 +9292,7 @@ var h = /* @__PURE__ */ Object.freeze({
|
|
|
9292
9292
|
ZodError: Oa
|
|
9293
9293
|
});
|
|
9294
9294
|
G1(h);
|
|
9295
|
-
const
|
|
9295
|
+
const ar = h.object({
|
|
9296
9296
|
start: h.number(),
|
|
9297
9297
|
limit: h.number(),
|
|
9298
9298
|
length: h.number()
|
|
@@ -9349,7 +9349,7 @@ const er = h.object({
|
|
|
9349
9349
|
email: h.string(),
|
|
9350
9350
|
login_count: h.number(),
|
|
9351
9351
|
identities: h.array(Qw).optional()
|
|
9352
|
-
}), jt = _f,
|
|
9352
|
+
}), jt = _f, LC = Uu.extend({
|
|
9353
9353
|
email: h.string(),
|
|
9354
9354
|
login_count: h.number(),
|
|
9355
9355
|
multifactor: h.array(h.string()).optional(),
|
|
@@ -9410,17 +9410,17 @@ const t0 = h.object({
|
|
|
9410
9410
|
disable_sign_ups: h.boolean().optional().default(!1).openapi({
|
|
9411
9411
|
description: "Prevents users from signing up using the hosted login page. This is not available in auth0"
|
|
9412
9412
|
})
|
|
9413
|
-
}),
|
|
9413
|
+
}), gr = h.object({
|
|
9414
9414
|
created_at: h.string().transform((t) => t === null ? "" : t),
|
|
9415
9415
|
updated_at: h.string().transform((t) => t === null ? "" : t),
|
|
9416
9416
|
...ed.shape
|
|
9417
9417
|
});
|
|
9418
|
-
var
|
|
9418
|
+
var Di = /* @__PURE__ */ ((t) => (t.TOKEN = "token", t.TOKEN_ID_TOKEN = "token id_token", t.CODE = "code", t))(Di || {}), Os = /* @__PURE__ */ ((t) => (t.QUERY = "query", t.FRAGMENT = "fragment", t.FORM_POST = "form_post", t.WEB_MESSAGE = "web_message", t.SAML_POST = "saml_post", t))(Os || {}), Lu = /* @__PURE__ */ ((t) => (t.S256 = "S256", t.Plain = "plain", t))(Lu || {});
|
|
9419
9419
|
const xf = h.object({
|
|
9420
9420
|
client_id: h.string(),
|
|
9421
9421
|
vendor_id: h.string().optional(),
|
|
9422
9422
|
act_as: h.string().optional(),
|
|
9423
|
-
response_type: h.nativeEnum(
|
|
9423
|
+
response_type: h.nativeEnum(Di).optional(),
|
|
9424
9424
|
response_mode: h.nativeEnum(Os).optional(),
|
|
9425
9425
|
redirect_uri: h.string().optional(),
|
|
9426
9426
|
audience: h.string().optional(),
|
|
@@ -9469,7 +9469,7 @@ const xf = h.object({
|
|
|
9469
9469
|
enabled_clients: h.array(h.string()).default([]).optional(),
|
|
9470
9470
|
response_type: h.custom().optional(),
|
|
9471
9471
|
response_mode: h.custom().optional()
|
|
9472
|
-
}),
|
|
9472
|
+
}), xi = h.object({
|
|
9473
9473
|
id: h.string(),
|
|
9474
9474
|
created_at: h.string().transform((t) => t === null ? "" : t),
|
|
9475
9475
|
updated_at: h.string().transform((t) => t === null ? "" : t)
|
|
@@ -9488,7 +9488,7 @@ const xf = h.object({
|
|
|
9488
9488
|
updated_at: h.string().transform((t) => t === null ? "" : t),
|
|
9489
9489
|
id: h.string(),
|
|
9490
9490
|
...td.shape
|
|
9491
|
-
}),
|
|
9491
|
+
}), DC = h.object({
|
|
9492
9492
|
logoUrl: h.string(),
|
|
9493
9493
|
loginBackgroundImage: h.string().nullish(),
|
|
9494
9494
|
style: h.object({
|
|
@@ -9513,10 +9513,10 @@ const xf = h.object({
|
|
|
9513
9513
|
email_service: h.string().optional()
|
|
9514
9514
|
});
|
|
9515
9515
|
h.object({
|
|
9516
|
-
...
|
|
9516
|
+
...gr.shape,
|
|
9517
9517
|
domains: h.array(i0),
|
|
9518
9518
|
tenant: Sn,
|
|
9519
|
-
connections: h.array(
|
|
9519
|
+
connections: h.array(xi)
|
|
9520
9520
|
});
|
|
9521
9521
|
const r0 = h.enum([
|
|
9522
9522
|
"password_reset",
|
|
@@ -9542,7 +9542,7 @@ const r0 = h.enum([
|
|
|
9542
9542
|
expires_at: h.string(),
|
|
9543
9543
|
used_at: h.string().optional(),
|
|
9544
9544
|
user_id: h.string().optional()
|
|
9545
|
-
}),
|
|
9545
|
+
}), VC = h.object({
|
|
9546
9546
|
...n0.shape,
|
|
9547
9547
|
created_at: h.string()
|
|
9548
9548
|
}), s0 = h.object({
|
|
@@ -9551,7 +9551,7 @@ const r0 = h.enum([
|
|
|
9551
9551
|
dkim_public_key: h.string().optional(),
|
|
9552
9552
|
email_api_key: h.string().optional(),
|
|
9553
9553
|
email_service: h.string().optional()
|
|
9554
|
-
}),
|
|
9554
|
+
}), MC = Bu.extend({
|
|
9555
9555
|
...s0.shape,
|
|
9556
9556
|
id: h.string()
|
|
9557
9557
|
}), id = h.object({
|
|
@@ -9619,7 +9619,7 @@ const r0 = h.enum([
|
|
|
9619
9619
|
useragent: h.string().optional()
|
|
9620
9620
|
}).openapi({
|
|
9621
9621
|
description: "This represents a login sesion"
|
|
9622
|
-
}),
|
|
9622
|
+
}), HC = h.object({
|
|
9623
9623
|
...l0.shape,
|
|
9624
9624
|
login_id: h.string().openapi({
|
|
9625
9625
|
description: "This is is used as the state in the universal login"
|
|
@@ -9675,14 +9675,8 @@ const c0 = h.enum([
|
|
|
9675
9675
|
// SUCCESS_SILENT_AUTH,
|
|
9676
9676
|
"sv",
|
|
9677
9677
|
// SUCCESS_VERIFICATION_EMAIL
|
|
9678
|
-
"svr"
|
|
9678
|
+
"svr"
|
|
9679
9679
|
// SUCCESS_VERIFICATION_EMAIL_REQUEST
|
|
9680
|
-
"limit_wc",
|
|
9681
|
-
// BLOCKED_ACCOUNT_EMAIL
|
|
9682
|
-
"limit_sul",
|
|
9683
|
-
// BLOCKED_ACCOUNT_IP
|
|
9684
|
-
"limit_mu"
|
|
9685
|
-
// BLOCKED_IP_ADDRESS
|
|
9686
9680
|
]), d0 = h.object({
|
|
9687
9681
|
name: h.string(),
|
|
9688
9682
|
version: h.string(),
|
|
@@ -9716,7 +9710,7 @@ const c0 = h.enum([
|
|
|
9716
9710
|
user_id: h.string(),
|
|
9717
9711
|
password: h.string(),
|
|
9718
9712
|
algorithm: h.enum(["bcrypt", "argon2id"]).default("argon2id")
|
|
9719
|
-
}),
|
|
9713
|
+
}), ZC = h.object({
|
|
9720
9714
|
...u0.shape,
|
|
9721
9715
|
created_at: h.string(),
|
|
9722
9716
|
updated_at: h.string()
|
|
@@ -9794,19 +9788,19 @@ const m0 = h.object({
|
|
|
9794
9788
|
success: h.string(),
|
|
9795
9789
|
widget_background: h.string(),
|
|
9796
9790
|
widget_border: h.string()
|
|
9797
|
-
}),
|
|
9791
|
+
}), cr = h.object({
|
|
9798
9792
|
bold: h.boolean(),
|
|
9799
9793
|
size: h.number()
|
|
9800
9794
|
}), g0 = h.object({
|
|
9801
|
-
body_text:
|
|
9802
|
-
buttons_text:
|
|
9795
|
+
body_text: cr,
|
|
9796
|
+
buttons_text: cr,
|
|
9803
9797
|
font_url: h.string(),
|
|
9804
|
-
input_labels:
|
|
9805
|
-
links:
|
|
9798
|
+
input_labels: cr,
|
|
9799
|
+
links: cr,
|
|
9806
9800
|
links_style: h.enum(["normal"]),
|
|
9807
9801
|
reference_text_size: h.number(),
|
|
9808
|
-
subtitle:
|
|
9809
|
-
title:
|
|
9802
|
+
subtitle: cr,
|
|
9803
|
+
title: cr
|
|
9810
9804
|
}), f0 = h.object({
|
|
9811
9805
|
background_color: h.string(),
|
|
9812
9806
|
background_image_url: h.string(),
|
|
@@ -9824,7 +9818,7 @@ const m0 = h.object({
|
|
|
9824
9818
|
fonts: g0,
|
|
9825
9819
|
page_background: f0,
|
|
9826
9820
|
widget: b0
|
|
9827
|
-
}),
|
|
9821
|
+
}), KC = y0.extend({
|
|
9828
9822
|
themeId: h.string()
|
|
9829
9823
|
}), jc = h.object({
|
|
9830
9824
|
universal_login_experience: h.enum(["new", "classic"]).default("new"),
|
|
@@ -9862,7 +9856,7 @@ const m0 = h.object({
|
|
|
9862
9856
|
]),
|
|
9863
9857
|
settings: h.object({}).optional()
|
|
9864
9858
|
});
|
|
9865
|
-
function
|
|
9859
|
+
function FC(t) {
|
|
9866
9860
|
const [e, a] = t.split("|");
|
|
9867
9861
|
if (!e || !a)
|
|
9868
9862
|
throw new Error(`Invalid user_id: ${t}`);
|
|
@@ -11590,7 +11584,7 @@ async function Hu({
|
|
|
11590
11584
|
});
|
|
11591
11585
|
return r ? r.linked_to ? t.get(e, r.linked_to) : r : null;
|
|
11592
11586
|
}
|
|
11593
|
-
const
|
|
11587
|
+
const Vi = f.object({
|
|
11594
11588
|
page: f.string().min(0).optional().default("0").transform((t) => parseInt(t, 10)).openapi({
|
|
11595
11589
|
description: "The page number where 0 is the first page"
|
|
11596
11590
|
}),
|
|
@@ -11662,12 +11656,12 @@ var C0 = {
|
|
|
11662
11656
|
}
|
|
11663
11657
|
return typeof (t == null ? void 0 : t.EdgeRuntime) == "string" ? "edge-light" : (t == null ? void 0 : t.fastly) !== void 0 ? "fastly" : ((i = (a = t == null ? void 0 : t.process) == null ? void 0 : a.release) == null ? void 0 : i.name) === "node" ? "node" : "other";
|
|
11664
11658
|
}, T0 = (t) => navigator.userAgent.startsWith(t);
|
|
11665
|
-
function
|
|
11659
|
+
function ji(t, e) {
|
|
11666
11660
|
$0() === "workerd" && t.executionCtx.waitUntil(e);
|
|
11667
11661
|
}
|
|
11668
|
-
const Sm =
|
|
11662
|
+
const Sm = ar.extend({
|
|
11669
11663
|
users: f.array(jt)
|
|
11670
|
-
}), N0 =
|
|
11664
|
+
}), N0 = ar.extend({
|
|
11671
11665
|
sessions: f.array(zf)
|
|
11672
11666
|
}), R0 = new We().openapi(
|
|
11673
11667
|
me({
|
|
@@ -11675,7 +11669,7 @@ const Sm = er.extend({
|
|
|
11675
11669
|
method: "get",
|
|
11676
11670
|
path: "/",
|
|
11677
11671
|
request: {
|
|
11678
|
-
query:
|
|
11672
|
+
query: Vi,
|
|
11679
11673
|
headers: f.object({
|
|
11680
11674
|
"tenant-id": f.string()
|
|
11681
11675
|
})
|
|
@@ -11868,7 +11862,7 @@ const Sm = er.extend({
|
|
|
11868
11862
|
type: ca.SUCCESS_API_OPERATION,
|
|
11869
11863
|
description: "User created"
|
|
11870
11864
|
});
|
|
11871
|
-
|
|
11865
|
+
ji(t, t.env.data.logs.create(e, o));
|
|
11872
11866
|
const l = {
|
|
11873
11867
|
...s,
|
|
11874
11868
|
identities: [
|
|
@@ -12086,7 +12080,7 @@ const Sm = er.extend({
|
|
|
12086
12080
|
method: "get",
|
|
12087
12081
|
path: "/{user_id}/sessions",
|
|
12088
12082
|
request: {
|
|
12089
|
-
query:
|
|
12083
|
+
query: Vi,
|
|
12090
12084
|
headers: f.object({
|
|
12091
12085
|
"tenant-id": f.string()
|
|
12092
12086
|
}),
|
|
@@ -13238,7 +13232,7 @@ function Tr(t, e) {
|
|
|
13238
13232
|
a += t[t.length - 1 - i] * Math.pow(2, e * i);
|
|
13239
13233
|
return a;
|
|
13240
13234
|
}
|
|
13241
|
-
function
|
|
13235
|
+
function Mi(t, e, a = -1) {
|
|
13242
13236
|
const i = a;
|
|
13243
13237
|
let r = t, n = 0, s = Math.pow(2, e);
|
|
13244
13238
|
for (let o = 1; o < 8; o++) {
|
|
@@ -13292,10 +13286,10 @@ function V0(t) {
|
|
|
13292
13286
|
for (let i = 1; i < 8; i++) {
|
|
13293
13287
|
if (e <= a) {
|
|
13294
13288
|
if (t < 0) {
|
|
13295
|
-
const s = a - e, o =
|
|
13289
|
+
const s = a - e, o = Mi(s, 8, i), l = new Uint8Array(o);
|
|
13296
13290
|
return l[0] |= 128, o;
|
|
13297
13291
|
}
|
|
13298
|
-
let r =
|
|
13292
|
+
let r = Mi(e, 8, i), n = new Uint8Array(r);
|
|
13299
13293
|
if (n[0] & 128) {
|
|
13300
13294
|
const s = r.slice(0), o = new Uint8Array(s);
|
|
13301
13295
|
r = new ArrayBuffer(r.byteLength + 1), n = new Uint8Array(r);
|
|
@@ -13426,7 +13420,7 @@ function vt(t) {
|
|
|
13426
13420
|
}
|
|
13427
13421
|
}, e.NAME = "hexBlock", e;
|
|
13428
13422
|
}
|
|
13429
|
-
class
|
|
13423
|
+
class tr {
|
|
13430
13424
|
constructor({ blockLength: e = 0, error: a = _a, warnings: i = [], valueBeforeDecode: r = zl } = {}) {
|
|
13431
13425
|
this.blockLength = e, this.error = a, this.warnings = i, this.valueBeforeDecodeView = Z.toUint8Array(r);
|
|
13432
13426
|
}
|
|
@@ -13449,8 +13443,8 @@ class ar {
|
|
|
13449
13443
|
};
|
|
13450
13444
|
}
|
|
13451
13445
|
}
|
|
13452
|
-
|
|
13453
|
-
class ya extends
|
|
13446
|
+
tr.NAME = "baseBlock";
|
|
13447
|
+
class ya extends tr {
|
|
13454
13448
|
fromBER(e, a, i) {
|
|
13455
13449
|
throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'");
|
|
13456
13450
|
}
|
|
@@ -13459,7 +13453,7 @@ class ya extends ar {
|
|
|
13459
13453
|
}
|
|
13460
13454
|
}
|
|
13461
13455
|
ya.NAME = "valueBlock";
|
|
13462
|
-
class $f extends vt(
|
|
13456
|
+
class $f extends vt(tr) {
|
|
13463
13457
|
constructor({ idBlock: e = {} } = {}) {
|
|
13464
13458
|
var a, i, r, n;
|
|
13465
13459
|
super(), e ? (this.isHexOnly = (a = e.isHexOnly) !== null && a !== void 0 ? a : !1, this.valueHexView = e.valueHex ? Z.toUint8Array(e.valueHex) : zl, this.tagClass = (i = e.tagClass) !== null && i !== void 0 ? i : -1, this.tagNumber = (r = e.tagNumber) !== null && r !== void 0 ? r : -1, this.isConstructed = (n = e.isConstructed) !== null && n !== void 0 ? n : !1) : (this.tagClass = -1, this.tagNumber = -1, this.isConstructed = !1);
|
|
@@ -13491,7 +13485,7 @@ class $f extends vt(ar) {
|
|
|
13491
13485
|
return r.buffer;
|
|
13492
13486
|
}
|
|
13493
13487
|
if (!this.isHexOnly) {
|
|
13494
|
-
const r =
|
|
13488
|
+
const r = Mi(this.tagNumber, 7), n = new Uint8Array(r), s = r.byteLength, o = new Uint8Array(s + 1);
|
|
13495
13489
|
if (o[0] = a | 31, !e) {
|
|
13496
13490
|
for (let l = 0; l < s - 1; l++)
|
|
13497
13491
|
o[l + 1] = n[l] | 128;
|
|
@@ -13583,7 +13577,7 @@ class $f extends vt(ar) {
|
|
|
13583
13577
|
}
|
|
13584
13578
|
}
|
|
13585
13579
|
$f.NAME = "identificationBlock";
|
|
13586
|
-
class Tf extends
|
|
13580
|
+
class Tf extends tr {
|
|
13587
13581
|
constructor({ lenBlock: e = {} } = {}) {
|
|
13588
13582
|
var a, i, r;
|
|
13589
13583
|
super(), this.isIndefiniteForm = (a = e.isIndefiniteForm) !== null && a !== void 0 ? a : !1, this.longFormUsed = (i = e.longFormUsed) !== null && i !== void 0 ? i : !1, this.length = (r = e.length) !== null && r !== void 0 ? r : 0;
|
|
@@ -13614,7 +13608,7 @@ class Tf extends ar {
|
|
|
13614
13608
|
if (this.length > 127 && (this.longFormUsed = !0), this.isIndefiniteForm)
|
|
13615
13609
|
return a = new ArrayBuffer(1), e === !1 && (i = new Uint8Array(a), i[0] = 128), a;
|
|
13616
13610
|
if (this.longFormUsed) {
|
|
13617
|
-
const r =
|
|
13611
|
+
const r = Mi(this.length, 8);
|
|
13618
13612
|
if (r.byteLength > 127)
|
|
13619
13613
|
return this.error = "Too big length", nt;
|
|
13620
13614
|
if (a = new ArrayBuffer(r.byteLength + 1), e)
|
|
@@ -13638,7 +13632,7 @@ class Tf extends ar {
|
|
|
13638
13632
|
}
|
|
13639
13633
|
Tf.NAME = "lengthBlock";
|
|
13640
13634
|
const ie = {};
|
|
13641
|
-
class sa extends
|
|
13635
|
+
class sa extends tr {
|
|
13642
13636
|
constructor({ name: e = _a, optional: a = !1, primitiveSchema: i, ...r } = {}, n) {
|
|
13643
13637
|
super(r), this.name = e, this.optional = a, i && (this.primitiveSchema = i), this.idBlock = new $f(r), this.lenBlock = new Tf(r), this.valueBlock = n ? new n(r) : new ya(r);
|
|
13644
13638
|
}
|
|
@@ -13736,7 +13730,7 @@ function X0(t, e) {
|
|
|
13736
13730
|
function Wr(t, e = 0, a = t.length) {
|
|
13737
13731
|
const i = e;
|
|
13738
13732
|
let r = new sa({}, ya);
|
|
13739
|
-
const n = new
|
|
13733
|
+
const n = new tr();
|
|
13740
13734
|
if (!Mt(n, t, e, a))
|
|
13741
13735
|
return r.error = n.error, {
|
|
13742
13736
|
offset: -1,
|
|
@@ -13984,7 +13978,7 @@ Lf = Fu;
|
|
|
13984
13978
|
ie.EndOfContent = Lf;
|
|
13985
13979
|
Fu.NAME = cs;
|
|
13986
13980
|
var Df;
|
|
13987
|
-
class
|
|
13981
|
+
class Hi extends sa {
|
|
13988
13982
|
constructor(e = {}) {
|
|
13989
13983
|
super(e, ya), this.idBlock.tagClass = 1, this.idBlock.tagNumber = 5;
|
|
13990
13984
|
}
|
|
@@ -14003,9 +13997,9 @@ class Mi extends sa {
|
|
|
14003
13997
|
return `${this.constructor.NAME}`;
|
|
14004
13998
|
}
|
|
14005
13999
|
}
|
|
14006
|
-
Df =
|
|
14000
|
+
Df = Hi;
|
|
14007
14001
|
ie.Null = Df;
|
|
14008
|
-
|
|
14002
|
+
Hi.NAME = "NULL";
|
|
14009
14003
|
class Vf extends vt(ya) {
|
|
14010
14004
|
constructor({ value: e, ...a } = {}) {
|
|
14011
14005
|
super(a), a.valueHex ? this.valueHexView = Z.toUint8Array(a.valueHex) : this.valueHexView = new Uint8Array(1), e && (this.value = e);
|
|
@@ -14087,7 +14081,7 @@ class Hf extends vt(ii) {
|
|
|
14087
14081
|
}
|
|
14088
14082
|
Hf.NAME = "OctetStringValueBlock";
|
|
14089
14083
|
var Zf;
|
|
14090
|
-
let
|
|
14084
|
+
let Ti = class Kf extends sa {
|
|
14091
14085
|
constructor({ idBlock: e = {}, lenBlock: a = {}, ...i } = {}) {
|
|
14092
14086
|
var r, n;
|
|
14093
14087
|
(r = i.isConstructed) !== null && r !== void 0 || (i.isConstructed = !!(!((n = i.value) === null || n === void 0) && n.length)), super({
|
|
@@ -14129,9 +14123,9 @@ let $i = class Kf extends sa {
|
|
|
14129
14123
|
return Z.concat(e);
|
|
14130
14124
|
}
|
|
14131
14125
|
};
|
|
14132
|
-
Zf =
|
|
14126
|
+
Zf = Ti;
|
|
14133
14127
|
ie.OctetString = Zf;
|
|
14134
|
-
|
|
14128
|
+
Ti.NAME = Of;
|
|
14135
14129
|
class Ff extends vt(ii) {
|
|
14136
14130
|
constructor({ unusedBits: e = 0, isConstructed: a = !1, ...i } = {}) {
|
|
14137
14131
|
super(i), this.unusedBits = e, this.isConstructed = a, this.blockLength = this.valueHexView.byteLength;
|
|
@@ -14197,7 +14191,7 @@ class Ff extends vt(ii) {
|
|
|
14197
14191
|
}
|
|
14198
14192
|
Ff.NAME = "BitStringValueBlock";
|
|
14199
14193
|
var Wf;
|
|
14200
|
-
let
|
|
14194
|
+
let Ni = class extends sa {
|
|
14201
14195
|
constructor({ idBlock: e = {}, lenBlock: a = {}, ...i } = {}) {
|
|
14202
14196
|
var r, n;
|
|
14203
14197
|
(r = i.isConstructed) !== null && r !== void 0 || (i.isConstructed = !!(!((n = i.value) === null || n === void 0) && n.length)), super({
|
|
@@ -14227,9 +14221,9 @@ let Ti = class extends sa {
|
|
|
14227
14221
|
}
|
|
14228
14222
|
}
|
|
14229
14223
|
};
|
|
14230
|
-
Wf =
|
|
14224
|
+
Wf = Ni;
|
|
14231
14225
|
ie.BitString = Wf;
|
|
14232
|
-
|
|
14226
|
+
Ni.NAME = Cf;
|
|
14233
14227
|
var Gf;
|
|
14234
14228
|
function e_(t, e) {
|
|
14235
14229
|
const a = new Uint8Array([0]), i = new Uint8Array(t), r = new Uint8Array(e);
|
|
@@ -14458,7 +14452,7 @@ class od extends vt(ya) {
|
|
|
14458
14452
|
n[s] = r[s] | 128;
|
|
14459
14453
|
return n[this.blockLength - 1] = r[this.blockLength - 1], n.buffer;
|
|
14460
14454
|
}
|
|
14461
|
-
const a =
|
|
14455
|
+
const a = Mi(this.valueDec, 7);
|
|
14462
14456
|
if (a.byteLength === 0)
|
|
14463
14457
|
return this.error = "Error during encoding SID value", nt;
|
|
14464
14458
|
const i = new Uint8Array(a.byteLength);
|
|
@@ -14595,7 +14589,7 @@ class Al extends sa {
|
|
|
14595
14589
|
Qf = Al;
|
|
14596
14590
|
ie.ObjectIdentifier = Qf;
|
|
14597
14591
|
Al.NAME = "OBJECT IDENTIFIER";
|
|
14598
|
-
class ld extends vt(
|
|
14592
|
+
class ld extends vt(tr) {
|
|
14599
14593
|
constructor({ valueDec: e = 0, ...a } = {}) {
|
|
14600
14594
|
super(a), this.valueDec = e;
|
|
14601
14595
|
}
|
|
@@ -14623,7 +14617,7 @@ class ld extends vt(ar) {
|
|
|
14623
14617
|
n[s] = r[s] | 128;
|
|
14624
14618
|
return n[this.blockLength - 1] = r[this.blockLength - 1], n.buffer;
|
|
14625
14619
|
}
|
|
14626
|
-
const a =
|
|
14620
|
+
const a = Mi(this.valueDec, 7);
|
|
14627
14621
|
if (a.byteLength === 0)
|
|
14628
14622
|
return this.error = "Error during encoding SID value", nt;
|
|
14629
14623
|
const i = new Uint8Array(a.byteLength);
|
|
@@ -14827,7 +14821,7 @@ class db extends Ca {
|
|
|
14827
14821
|
fromString(e) {
|
|
14828
14822
|
const a = e.length, i = this.valueBlock.valueHexView = new Uint8Array(a * 4);
|
|
14829
14823
|
for (let r = 0; r < a; r++) {
|
|
14830
|
-
const n =
|
|
14824
|
+
const n = Mi(e.charCodeAt(r), 8), s = new Uint8Array(n);
|
|
14831
14825
|
if (s.length > 4)
|
|
14832
14826
|
continue;
|
|
14833
14827
|
const o = 4 - s.length;
|
|
@@ -15156,18 +15150,18 @@ class eh extends Ht {
|
|
|
15156
15150
|
Sb = eh;
|
|
15157
15151
|
ie.TIME = Sb;
|
|
15158
15152
|
eh.NAME = "TIME";
|
|
15159
|
-
class
|
|
15153
|
+
class Zi {
|
|
15160
15154
|
constructor({ name: e = _a, optional: a = !1 } = {}) {
|
|
15161
15155
|
this.name = e, this.optional = a;
|
|
15162
15156
|
}
|
|
15163
15157
|
}
|
|
15164
|
-
class ah extends
|
|
15158
|
+
class ah extends Zi {
|
|
15165
15159
|
constructor({ value: e = [], ...a } = {}) {
|
|
15166
15160
|
super(a), this.value = e;
|
|
15167
15161
|
}
|
|
15168
15162
|
}
|
|
15169
|
-
class Po extends
|
|
15170
|
-
constructor({ value: e = new
|
|
15163
|
+
class Po extends Zi {
|
|
15164
|
+
constructor({ value: e = new Zi(), local: a = !1, ...i } = {}) {
|
|
15171
15165
|
super(i), this.value = e, this.local = a;
|
|
15172
15166
|
}
|
|
15173
15167
|
}
|
|
@@ -15189,10 +15183,10 @@ class t_ {
|
|
|
15189
15183
|
return this.dataView.slice().buffer;
|
|
15190
15184
|
}
|
|
15191
15185
|
}
|
|
15192
|
-
function
|
|
15186
|
+
function zi(t, e, a) {
|
|
15193
15187
|
if (a instanceof ah) {
|
|
15194
15188
|
for (let n = 0; n < a.value.length; n++)
|
|
15195
|
-
if (
|
|
15189
|
+
if (zi(t, e, a.value[n]).verified)
|
|
15196
15190
|
return {
|
|
15197
15191
|
verified: !0,
|
|
15198
15192
|
result: t
|
|
@@ -15207,7 +15201,7 @@ function ji(t, e, a) {
|
|
|
15207
15201
|
return a.hasOwnProperty(Sc) && (n.name = a.name), n;
|
|
15208
15202
|
}
|
|
15209
15203
|
}
|
|
15210
|
-
if (a instanceof
|
|
15204
|
+
if (a instanceof Zi)
|
|
15211
15205
|
return a.hasOwnProperty(Sc) && (t[a.name] = e), {
|
|
15212
15206
|
verified: !0,
|
|
15213
15207
|
result: t
|
|
@@ -15346,7 +15340,7 @@ function ji(t, e, a) {
|
|
|
15346
15340
|
return t.error = "Inconsistent length between ASN.1 data and schema", a.name && (a.name = a.name.replace(/^\s+|\s+$/g, _a), a.name && (delete t[a.name], c.name = a.name)), c;
|
|
15347
15341
|
}
|
|
15348
15342
|
} else if (a.valueBlock.value[0] instanceof Po) {
|
|
15349
|
-
if (s =
|
|
15343
|
+
if (s = zi(t, e.valueBlock.value[l], a.valueBlock.value[0].value), s.verified === !1)
|
|
15350
15344
|
if (a.valueBlock.value[0].optional)
|
|
15351
15345
|
n++;
|
|
15352
15346
|
else
|
|
@@ -15355,7 +15349,7 @@ function ji(t, e, a) {
|
|
|
15355
15349
|
let c = {};
|
|
15356
15350
|
Y0 in a.valueBlock.value[0] && a.valueBlock.value[0].local ? c = e : c = t, typeof c[a.valueBlock.value[0].name] > "u" && (c[a.valueBlock.value[0].name] = []), c[a.valueBlock.value[0].name].push(e.valueBlock.value[l]);
|
|
15357
15351
|
}
|
|
15358
|
-
} else if (s =
|
|
15352
|
+
} else if (s = zi(t, e.valueBlock.value[l - n], a.valueBlock.value[l]), s.verified === !1)
|
|
15359
15353
|
if (a.valueBlock.value[l].optional)
|
|
15360
15354
|
n++;
|
|
15361
15355
|
else
|
|
@@ -15381,7 +15375,7 @@ function ji(t, e, a) {
|
|
|
15381
15375
|
};
|
|
15382
15376
|
return a.name && (a.name = a.name.replace(/^\s+|\s+$/g, _a), a.name && (delete t[a.name], s.name = a.name)), s;
|
|
15383
15377
|
}
|
|
15384
|
-
return
|
|
15378
|
+
return zi(t, n.result, a.primitiveSchema);
|
|
15385
15379
|
}
|
|
15386
15380
|
return {
|
|
15387
15381
|
verified: !0,
|
|
@@ -15398,14 +15392,14 @@ function i_(t, e) {
|
|
|
15398
15392
|
return a.offset === -1 ? {
|
|
15399
15393
|
verified: !1,
|
|
15400
15394
|
result: a.result
|
|
15401
|
-
} :
|
|
15395
|
+
} : zi(a.result, a.result, e);
|
|
15402
15396
|
}
|
|
15403
15397
|
const Ab = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15404
15398
|
__proto__: null,
|
|
15405
|
-
Any:
|
|
15399
|
+
Any: Zi,
|
|
15406
15400
|
BaseBlock: sa,
|
|
15407
15401
|
BaseStringBlock: Ku,
|
|
15408
|
-
BitString:
|
|
15402
|
+
BitString: Ni,
|
|
15409
15403
|
BmpString: El,
|
|
15410
15404
|
Boolean: ql,
|
|
15411
15405
|
CharacterString: Bl,
|
|
@@ -15422,10 +15416,10 @@ const Ab = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15422
15416
|
HexBlock: vt,
|
|
15423
15417
|
IA5String: Nl,
|
|
15424
15418
|
Integer: pt,
|
|
15425
|
-
Null:
|
|
15419
|
+
Null: Hi,
|
|
15426
15420
|
NumericString: Ol,
|
|
15427
15421
|
ObjectIdentifier: Al,
|
|
15428
|
-
OctetString:
|
|
15422
|
+
OctetString: Ti,
|
|
15429
15423
|
Primitive: Cs,
|
|
15430
15424
|
PrintableString: Cl,
|
|
15431
15425
|
RawData: t_,
|
|
@@ -15443,7 +15437,7 @@ const Ab = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15443
15437
|
VideotexString: Tl,
|
|
15444
15438
|
ViewWriter: jl,
|
|
15445
15439
|
VisibleString: $s,
|
|
15446
|
-
compareSchema:
|
|
15440
|
+
compareSchema: zi,
|
|
15447
15441
|
fromBER: wr,
|
|
15448
15442
|
verifySchema: i_
|
|
15449
15443
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -15466,15 +15460,15 @@ class Ll {
|
|
|
15466
15460
|
throw TypeError("Unsupported type of 'params' argument for BitString");
|
|
15467
15461
|
}
|
|
15468
15462
|
fromASN(e) {
|
|
15469
|
-
if (!(e instanceof
|
|
15463
|
+
if (!(e instanceof Ni))
|
|
15470
15464
|
throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString");
|
|
15471
15465
|
return this.unusedBits = e.valueBlock.unusedBits, this.value = e.valueBlock.valueHex, this;
|
|
15472
15466
|
}
|
|
15473
15467
|
toASN() {
|
|
15474
|
-
return new
|
|
15468
|
+
return new Ni({ unusedBits: this.unusedBits, valueHex: this.value });
|
|
15475
15469
|
}
|
|
15476
15470
|
toSchema(e) {
|
|
15477
|
-
return new
|
|
15471
|
+
return new Ni({ name: e });
|
|
15478
15472
|
}
|
|
15479
15473
|
toNumber() {
|
|
15480
15474
|
let e = "";
|
|
@@ -15506,22 +15500,22 @@ class Re {
|
|
|
15506
15500
|
typeof e == "number" ? this.buffer = new ArrayBuffer(e) : Z.isBufferSource(e) ? this.buffer = Z.toArrayBuffer(e) : Array.isArray(e) ? this.buffer = new Uint8Array(e) : this.buffer = new ArrayBuffer(0);
|
|
15507
15501
|
}
|
|
15508
15502
|
fromASN(e) {
|
|
15509
|
-
if (!(e instanceof
|
|
15503
|
+
if (!(e instanceof Ti))
|
|
15510
15504
|
throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString");
|
|
15511
15505
|
return this.buffer = e.valueBlock.valueHex, this;
|
|
15512
15506
|
}
|
|
15513
15507
|
toASN() {
|
|
15514
|
-
return new
|
|
15508
|
+
return new Ti({ valueHex: this.buffer });
|
|
15515
15509
|
}
|
|
15516
15510
|
toSchema(e) {
|
|
15517
|
-
return new
|
|
15511
|
+
return new Ti({ name: e });
|
|
15518
15512
|
}
|
|
15519
15513
|
}
|
|
15520
15514
|
const r_ = {
|
|
15521
|
-
fromASN: (t) => t instanceof
|
|
15515
|
+
fromASN: (t) => t instanceof Hi ? null : t.valueBeforeDecodeView,
|
|
15522
15516
|
toASN: (t) => {
|
|
15523
15517
|
if (t === null)
|
|
15524
|
-
return new
|
|
15518
|
+
return new Hi();
|
|
15525
15519
|
const e = wr(t);
|
|
15526
15520
|
if (e.result.error)
|
|
15527
15521
|
throw new Error(e.result.error);
|
|
@@ -15538,7 +15532,7 @@ const r_ = {
|
|
|
15538
15532
|
toASN: (t) => new pt({ valueHex: t })
|
|
15539
15533
|
}, o_ = {
|
|
15540
15534
|
fromASN: (t) => t.valueBlock.valueHexView,
|
|
15541
|
-
toASN: (t) => new
|
|
15535
|
+
toASN: (t) => new Ni({ valueHex: t })
|
|
15542
15536
|
}, l_ = {
|
|
15543
15537
|
fromASN: (t) => t.valueBlock.toString(),
|
|
15544
15538
|
toASN: (t) => new Al({ value: t })
|
|
@@ -15547,7 +15541,7 @@ const r_ = {
|
|
|
15547
15541
|
toASN: (t) => new ql({ value: t })
|
|
15548
15542
|
}, Bo = {
|
|
15549
15543
|
fromASN: (t) => t.valueBlock.valueHexView,
|
|
15550
|
-
toASN: (t) => new
|
|
15544
|
+
toASN: (t) => new Ti({ valueHex: t })
|
|
15551
15545
|
}, d_ = {
|
|
15552
15546
|
fromASN: (t) => new Re(t.getValue()),
|
|
15553
15547
|
toASN: (t) => t.toASN()
|
|
@@ -15566,7 +15560,7 @@ const Eb = La(Ht), u_ = La(El), h_ = La(Il), m_ = La(Ol), p_ = La(Cl), g_ = La($
|
|
|
15566
15560
|
toASN: (t) => new Ul({ valueDate: t })
|
|
15567
15561
|
}, j_ = {
|
|
15568
15562
|
fromASN: () => null,
|
|
15569
|
-
toASN: () => new
|
|
15563
|
+
toASN: () => new Hi()
|
|
15570
15564
|
};
|
|
15571
15565
|
function th(t) {
|
|
15572
15566
|
switch (t) {
|
|
@@ -15674,7 +15668,7 @@ class q_ {
|
|
|
15674
15668
|
if (!m)
|
|
15675
15669
|
throw new Error(`Cannot get ASN1 class by name '${d}'`);
|
|
15676
15670
|
l = new m({ name: o });
|
|
15677
|
-
} else Ct(s.type) ? l = new s.type().toSchema(o) : s.optional ? this.get(s.type).type === R.Choice ? l = new
|
|
15671
|
+
} else Ct(s.type) ? l = new s.type().toSchema(o) : s.optional ? this.get(s.type).type === R.Choice ? l = new Zi({ name: o }) : (l = this.create(s.type, !1), l.name = o) : l = new Zi({ name: o });
|
|
15678
15672
|
const c = !!s.optional || s.defaultValue !== void 0;
|
|
15679
15673
|
if (s.repeated) {
|
|
15680
15674
|
l.name = "";
|
|
@@ -15792,7 +15786,7 @@ class S_ {
|
|
|
15792
15786
|
for (const l in r.items)
|
|
15793
15787
|
delete e[l];
|
|
15794
15788
|
}
|
|
15795
|
-
const s =
|
|
15789
|
+
const s = zi({}, e, n);
|
|
15796
15790
|
if (!s.verified)
|
|
15797
15791
|
throw new $m(`Data does not match to ${a.name} ASN1 schema. ${s.result.error}`);
|
|
15798
15792
|
const o = new a();
|
|
@@ -15891,7 +15885,7 @@ class ih {
|
|
|
15891
15885
|
if (o.implicit)
|
|
15892
15886
|
if (!o.repeated && (typeof o.type == "number" || Ct(o.type))) {
|
|
15893
15887
|
const d = {};
|
|
15894
|
-
d.valueHex = c instanceof
|
|
15888
|
+
d.valueHex = c instanceof Hi ? c.valueBeforeDecodeView : c.valueBlock.toBER(), r.push(new Cs({
|
|
15895
15889
|
optional: o.optional,
|
|
15896
15890
|
idBlock: {
|
|
15897
15891
|
tagClass: 3,
|
|
@@ -16675,17 +16669,17 @@ fr = md = u([
|
|
|
16675
16669
|
const gd = `${fi}.35`;
|
|
16676
16670
|
class sh extends Re {
|
|
16677
16671
|
}
|
|
16678
|
-
class
|
|
16672
|
+
class qi {
|
|
16679
16673
|
constructor(e = {}) {
|
|
16680
16674
|
e && Object.assign(this, e);
|
|
16681
16675
|
}
|
|
16682
16676
|
}
|
|
16683
16677
|
u([
|
|
16684
16678
|
g({ type: sh, context: 0, optional: !0, implicit: !0 })
|
|
16685
|
-
],
|
|
16679
|
+
], qi.prototype, "keyIdentifier", void 0);
|
|
16686
16680
|
u([
|
|
16687
16681
|
g({ type: xe, context: 1, optional: !0, implicit: !0, repeated: "sequence" })
|
|
16688
|
-
],
|
|
16682
|
+
], qi.prototype, "authorityCertIssuer", void 0);
|
|
16689
16683
|
u([
|
|
16690
16684
|
g({
|
|
16691
16685
|
type: j.Integer,
|
|
@@ -16694,7 +16688,7 @@ u([
|
|
|
16694
16688
|
implicit: !0,
|
|
16695
16689
|
converter: Ve
|
|
16696
16690
|
})
|
|
16697
|
-
],
|
|
16691
|
+
], qi.prototype, "authorityCertSerialNumber", void 0);
|
|
16698
16692
|
const Cb = `${fi}.19`;
|
|
16699
16693
|
class Uo {
|
|
16700
16694
|
constructor(e = {}) {
|
|
@@ -16847,27 +16841,27 @@ class Tb extends Ll {
|
|
|
16847
16841
|
return `[${this.toJSON().join(", ")}]`;
|
|
16848
16842
|
}
|
|
16849
16843
|
}
|
|
16850
|
-
let
|
|
16844
|
+
let Ki = class {
|
|
16851
16845
|
constructor(e = {}) {
|
|
16852
16846
|
Object.assign(this, e);
|
|
16853
16847
|
}
|
|
16854
16848
|
};
|
|
16855
16849
|
u([
|
|
16856
16850
|
g({ type: xe, context: 0, repeated: "sequence", implicit: !0 })
|
|
16857
|
-
],
|
|
16851
|
+
], Ki.prototype, "fullName", void 0);
|
|
16858
16852
|
u([
|
|
16859
16853
|
g({ type: Rr, context: 1, implicit: !0 })
|
|
16860
|
-
],
|
|
16861
|
-
|
|
16854
|
+
], Ki.prototype, "nameRelativeToCRLIssuer", void 0);
|
|
16855
|
+
Ki = u([
|
|
16862
16856
|
P({ type: R.Choice })
|
|
16863
|
-
],
|
|
16857
|
+
], Ki);
|
|
16864
16858
|
class Jr {
|
|
16865
16859
|
constructor(e = {}) {
|
|
16866
16860
|
Object.assign(this, e);
|
|
16867
16861
|
}
|
|
16868
16862
|
}
|
|
16869
16863
|
u([
|
|
16870
|
-
g({ type:
|
|
16864
|
+
g({ type: Ki, context: 0, optional: !0 })
|
|
16871
16865
|
], Jr.prototype, "distributionPoint", void 0);
|
|
16872
16866
|
u([
|
|
16873
16867
|
g({ type: Tb, context: 1, optional: !0, implicit: !0 })
|
|
@@ -16899,7 +16893,7 @@ class da {
|
|
|
16899
16893
|
}
|
|
16900
16894
|
da.ONLY = !1;
|
|
16901
16895
|
u([
|
|
16902
|
-
g({ type:
|
|
16896
|
+
g({ type: Ki, context: 0, optional: !0 })
|
|
16903
16897
|
], da.prototype, "distributionPoint", void 0);
|
|
16904
16898
|
u([
|
|
16905
16899
|
g({ type: j.Boolean, context: 1, defaultValue: da.ONLY, implicit: !0 })
|
|
@@ -17244,20 +17238,20 @@ let mi = $d = class extends Be {
|
|
|
17244
17238
|
mi = $d = u([
|
|
17245
17239
|
P({ type: R.Sequence, itemType: Ua })
|
|
17246
17240
|
], mi);
|
|
17247
|
-
var
|
|
17241
|
+
var Fi;
|
|
17248
17242
|
(function(t) {
|
|
17249
17243
|
t[t.v1 = 0] = "v1", t[t.v2 = 1] = "v2", t[t.v3 = 2] = "v3";
|
|
17250
|
-
})(
|
|
17244
|
+
})(Fi || (Fi = {}));
|
|
17251
17245
|
class $a {
|
|
17252
17246
|
constructor(e = {}) {
|
|
17253
|
-
this.version =
|
|
17247
|
+
this.version = Fi.v1, this.serialNumber = new ArrayBuffer(0), this.signature = new te(), this.issuer = new Ye(), this.validity = new Rs(), this.subject = new Ye(), this.subjectPublicKeyInfo = new Xa(), Object.assign(this, e);
|
|
17254
17248
|
}
|
|
17255
17249
|
}
|
|
17256
17250
|
u([
|
|
17257
17251
|
g({
|
|
17258
17252
|
type: j.Integer,
|
|
17259
17253
|
context: 0,
|
|
17260
|
-
defaultValue:
|
|
17254
|
+
defaultValue: Fi.v1
|
|
17261
17255
|
})
|
|
17262
17256
|
], $a.prototype, "version", void 0);
|
|
17263
17257
|
u([
|
|
@@ -17295,20 +17289,20 @@ u([
|
|
|
17295
17289
|
u([
|
|
17296
17290
|
g({ type: mi, context: 3, optional: !0 })
|
|
17297
17291
|
], $a.prototype, "extensions", void 0);
|
|
17298
|
-
class
|
|
17292
|
+
class Wi {
|
|
17299
17293
|
constructor(e = {}) {
|
|
17300
17294
|
this.tbsCertificate = new $a(), this.signatureAlgorithm = new te(), this.signatureValue = new ArrayBuffer(0), Object.assign(this, e);
|
|
17301
17295
|
}
|
|
17302
17296
|
}
|
|
17303
17297
|
u([
|
|
17304
17298
|
g({ type: $a })
|
|
17305
|
-
],
|
|
17299
|
+
], Wi.prototype, "tbsCertificate", void 0);
|
|
17306
17300
|
u([
|
|
17307
17301
|
g({ type: te })
|
|
17308
|
-
],
|
|
17302
|
+
], Wi.prototype, "signatureAlgorithm", void 0);
|
|
17309
17303
|
u([
|
|
17310
17304
|
g({ type: j.BitString })
|
|
17311
|
-
],
|
|
17305
|
+
], Wi.prototype, "signatureValue", void 0);
|
|
17312
17306
|
class Zl {
|
|
17313
17307
|
constructor(e = {}) {
|
|
17314
17308
|
this.userCertificate = new ArrayBuffer(0), this.revocationDate = new na(), Object.assign(this, e);
|
|
@@ -17518,41 +17512,41 @@ u([
|
|
|
17518
17512
|
u([
|
|
17519
17513
|
g({ type: j.Boolean, defaultValue: !0 })
|
|
17520
17514
|
], Kl.prototype, "permitUnSpecified", void 0);
|
|
17521
|
-
class
|
|
17515
|
+
class ir {
|
|
17522
17516
|
constructor(e = {}) {
|
|
17523
17517
|
this.issuer = new ga(), this.serial = new ArrayBuffer(0), this.issuerUID = new ArrayBuffer(0), Object.assign(this, e);
|
|
17524
17518
|
}
|
|
17525
17519
|
}
|
|
17526
17520
|
u([
|
|
17527
17521
|
g({ type: ga })
|
|
17528
|
-
],
|
|
17522
|
+
], ir.prototype, "issuer", void 0);
|
|
17529
17523
|
u([
|
|
17530
17524
|
g({ type: j.Integer, converter: Ve })
|
|
17531
|
-
],
|
|
17525
|
+
], ir.prototype, "serial", void 0);
|
|
17532
17526
|
u([
|
|
17533
17527
|
g({ type: j.BitString, optional: !0 })
|
|
17534
|
-
],
|
|
17528
|
+
], ir.prototype, "issuerUID", void 0);
|
|
17535
17529
|
var Pd;
|
|
17536
17530
|
(function(t) {
|
|
17537
17531
|
t[t.publicKey = 0] = "publicKey", t[t.publicKeyCert = 1] = "publicKeyCert", t[t.otherObjectTypes = 2] = "otherObjectTypes";
|
|
17538
17532
|
})(Pd || (Pd = {}));
|
|
17539
|
-
class
|
|
17533
|
+
class rr {
|
|
17540
17534
|
constructor(e = {}) {
|
|
17541
17535
|
this.digestedObjectType = Pd.publicKey, this.digestAlgorithm = new te(), this.objectDigest = new ArrayBuffer(0), Object.assign(this, e);
|
|
17542
17536
|
}
|
|
17543
17537
|
}
|
|
17544
17538
|
u([
|
|
17545
17539
|
g({ type: j.Enumerated })
|
|
17546
|
-
],
|
|
17540
|
+
], rr.prototype, "digestedObjectType", void 0);
|
|
17547
17541
|
u([
|
|
17548
17542
|
g({ type: j.ObjectIdentifier, optional: !0 })
|
|
17549
|
-
],
|
|
17543
|
+
], rr.prototype, "otherObjectTypeID", void 0);
|
|
17550
17544
|
u([
|
|
17551
17545
|
g({ type: te })
|
|
17552
|
-
],
|
|
17546
|
+
], rr.prototype, "digestAlgorithm", void 0);
|
|
17553
17547
|
u([
|
|
17554
17548
|
g({ type: j.BitString })
|
|
17555
|
-
],
|
|
17549
|
+
], rr.prototype, "objectDigest", void 0);
|
|
17556
17550
|
class Fl {
|
|
17557
17551
|
constructor(e = {}) {
|
|
17558
17552
|
Object.assign(this, e);
|
|
@@ -17562,10 +17556,10 @@ u([
|
|
|
17562
17556
|
g({ type: ga, optional: !0 })
|
|
17563
17557
|
], Fl.prototype, "issuerName", void 0);
|
|
17564
17558
|
u([
|
|
17565
|
-
g({ type:
|
|
17559
|
+
g({ type: ir, context: 0, implicit: !0, optional: !0 })
|
|
17566
17560
|
], Fl.prototype, "baseCertificateID", void 0);
|
|
17567
17561
|
u([
|
|
17568
|
-
g({ type:
|
|
17562
|
+
g({ type: rr, context: 1, implicit: !0, optional: !0 })
|
|
17569
17563
|
], Fl.prototype, "objectDigestInfo", void 0);
|
|
17570
17564
|
let Br = class {
|
|
17571
17565
|
constructor(e = {}) {
|
|
@@ -17598,13 +17592,13 @@ class Ps {
|
|
|
17598
17592
|
}
|
|
17599
17593
|
}
|
|
17600
17594
|
u([
|
|
17601
|
-
g({ type:
|
|
17595
|
+
g({ type: ir, implicit: !0, context: 0, optional: !0 })
|
|
17602
17596
|
], Ps.prototype, "baseCertificateID", void 0);
|
|
17603
17597
|
u([
|
|
17604
17598
|
g({ type: ga, implicit: !0, context: 1, optional: !0 })
|
|
17605
17599
|
], Ps.prototype, "entityName", void 0);
|
|
17606
17600
|
u([
|
|
17607
|
-
g({ type:
|
|
17601
|
+
g({ type: rr, implicit: !0, context: 2, optional: !0 })
|
|
17608
17602
|
], Ps.prototype, "objectDigestInfo", void 0);
|
|
17609
17603
|
var Bd;
|
|
17610
17604
|
(function(t) {
|
|
@@ -17715,17 +17709,17 @@ u([
|
|
|
17715
17709
|
var Ld;
|
|
17716
17710
|
class Yl {
|
|
17717
17711
|
constructor(e = {}) {
|
|
17718
|
-
this.targetCertificate = new
|
|
17712
|
+
this.targetCertificate = new ir(), Object.assign(this, e);
|
|
17719
17713
|
}
|
|
17720
17714
|
}
|
|
17721
17715
|
u([
|
|
17722
|
-
g({ type:
|
|
17716
|
+
g({ type: ir })
|
|
17723
17717
|
], Yl.prototype, "targetCertificate", void 0);
|
|
17724
17718
|
u([
|
|
17725
17719
|
g({ type: xe, optional: !0 })
|
|
17726
17720
|
], Yl.prototype, "targetName", void 0);
|
|
17727
17721
|
u([
|
|
17728
|
-
g({ type:
|
|
17722
|
+
g({ type: rr, optional: !0 })
|
|
17729
17723
|
], Yl.prototype, "certDigestInfo", void 0);
|
|
17730
17724
|
let Ur = class {
|
|
17731
17725
|
constructor(e = {}) {
|
|
@@ -17804,7 +17798,7 @@ let Lr = class {
|
|
|
17804
17798
|
}
|
|
17805
17799
|
};
|
|
17806
17800
|
u([
|
|
17807
|
-
g({ type:
|
|
17801
|
+
g({ type: Wi })
|
|
17808
17802
|
], Lr.prototype, "certificate", void 0);
|
|
17809
17803
|
u([
|
|
17810
17804
|
g({ type: Gl, context: 2, implicit: !0 })
|
|
@@ -17957,33 +17951,33 @@ u([
|
|
|
17957
17951
|
u([
|
|
17958
17952
|
g({ type: j.BitString })
|
|
17959
17953
|
], yh.prototype, "publicKey", void 0);
|
|
17960
|
-
let
|
|
17954
|
+
let Gi = class {
|
|
17961
17955
|
constructor(e = {}) {
|
|
17962
17956
|
Object.assign(this, e);
|
|
17963
17957
|
}
|
|
17964
17958
|
};
|
|
17965
17959
|
u([
|
|
17966
17960
|
g({ type: ri, context: 0, implicit: !0, optional: !0 })
|
|
17967
|
-
],
|
|
17961
|
+
], Gi.prototype, "subjectKeyIdentifier", void 0);
|
|
17968
17962
|
u([
|
|
17969
17963
|
g({ type: yh, context: 1, implicit: !0, optional: !0 })
|
|
17970
|
-
],
|
|
17964
|
+
], Gi.prototype, "originatorKey", void 0);
|
|
17971
17965
|
u([
|
|
17972
17966
|
g({ type: Yr, optional: !0 })
|
|
17973
|
-
],
|
|
17974
|
-
|
|
17967
|
+
], Gi.prototype, "issuerAndSerialNumber", void 0);
|
|
17968
|
+
Gi = u([
|
|
17975
17969
|
P({ type: R.Choice })
|
|
17976
|
-
],
|
|
17970
|
+
], Gi);
|
|
17977
17971
|
class en {
|
|
17978
17972
|
constructor(e = {}) {
|
|
17979
|
-
this.version = Ut.v3, this.originator = new
|
|
17973
|
+
this.version = Ut.v3, this.originator = new Gi(), this.keyEncryptionAlgorithm = new kt(), this.recipientEncryptedKeys = new Yo(), Object.assign(this, e);
|
|
17980
17974
|
}
|
|
17981
17975
|
}
|
|
17982
17976
|
u([
|
|
17983
17977
|
g({ type: j.Integer })
|
|
17984
17978
|
], en.prototype, "version", void 0);
|
|
17985
17979
|
u([
|
|
17986
|
-
g({ type:
|
|
17980
|
+
g({ type: Gi, context: 0 })
|
|
17987
17981
|
], en.prototype, "originator", void 0);
|
|
17988
17982
|
u([
|
|
17989
17983
|
g({ type: Re, context: 1, optional: !0 })
|
|
@@ -18335,13 +18329,13 @@ u([
|
|
|
18335
18329
|
u([
|
|
18336
18330
|
g({ type: j.Integer, converter: Ve })
|
|
18337
18331
|
], tl.prototype, "s", void 0);
|
|
18338
|
-
const qa = "1.2.840.113549.1.1",
|
|
18332
|
+
const qa = "1.2.840.113549.1.1", Ji = `${qa}.1`, V_ = `${qa}.7`, M_ = `${qa}.9`, In = `${qa}.10`, H_ = `${qa}.2`, Z_ = `${qa}.4`, il = `${qa}.5`, K_ = `${qa}.14`, Yd = `${qa}.11`, rl = `${qa}.12`, nl = `${qa}.13`, Wb = `${qa}.15`, Gb = `${qa}.16`, sl = "1.3.14.3.2.26", Jb = "2.16.840.1.101.3.4.2.4", ol = "2.16.840.1.101.3.4.2.1", ll = "2.16.840.1.101.3.4.2.2", cl = "2.16.840.1.101.3.4.2.3", F_ = "2.16.840.1.101.3.4.2.5", W_ = "2.16.840.1.101.3.4.2.6", G_ = "1.2.840.113549.2.2", J_ = "1.2.840.113549.2.5", ic = `${qa}.8`;
|
|
18339
18333
|
function ta(t) {
|
|
18340
18334
|
return new te({ algorithm: t, parameters: null });
|
|
18341
18335
|
}
|
|
18342
18336
|
ta(G_);
|
|
18343
18337
|
ta(J_);
|
|
18344
|
-
const
|
|
18338
|
+
const Yi = ta(sl);
|
|
18345
18339
|
ta(Jb);
|
|
18346
18340
|
ta(ol);
|
|
18347
18341
|
ta(ll);
|
|
@@ -18350,12 +18344,12 @@ ta(F_);
|
|
|
18350
18344
|
ta(W_);
|
|
18351
18345
|
const Yb = new te({
|
|
18352
18346
|
algorithm: ic,
|
|
18353
|
-
parameters: H.serialize(
|
|
18347
|
+
parameters: H.serialize(Yi)
|
|
18354
18348
|
}), Xb = new te({
|
|
18355
18349
|
algorithm: M_,
|
|
18356
18350
|
parameters: H.serialize(Bo.toASN(new Uint8Array([218, 57, 163, 238, 94, 107, 75, 13, 50, 85, 191, 239, 149, 96, 24, 144, 175, 216, 7, 9]).buffer))
|
|
18357
18351
|
});
|
|
18358
|
-
ta(
|
|
18352
|
+
ta(Ji);
|
|
18359
18353
|
ta(H_);
|
|
18360
18354
|
ta(Z_);
|
|
18361
18355
|
ta(il);
|
|
@@ -18367,14 +18361,14 @@ ta(Wb);
|
|
|
18367
18361
|
ta(Gb);
|
|
18368
18362
|
class rc {
|
|
18369
18363
|
constructor(e = {}) {
|
|
18370
|
-
this.hashAlgorithm = new te(
|
|
18364
|
+
this.hashAlgorithm = new te(Yi), this.maskGenAlgorithm = new te({
|
|
18371
18365
|
algorithm: ic,
|
|
18372
|
-
parameters: H.serialize(
|
|
18366
|
+
parameters: H.serialize(Yi)
|
|
18373
18367
|
}), this.pSourceAlgorithm = new te(Xb), Object.assign(this, e);
|
|
18374
18368
|
}
|
|
18375
18369
|
}
|
|
18376
18370
|
u([
|
|
18377
|
-
g({ type: te, context: 0, defaultValue:
|
|
18371
|
+
g({ type: te, context: 0, defaultValue: Yi })
|
|
18378
18372
|
], rc.prototype, "hashAlgorithm", void 0);
|
|
18379
18373
|
u([
|
|
18380
18374
|
g({ type: te, context: 1, defaultValue: Yb })
|
|
@@ -18386,29 +18380,29 @@ new te({
|
|
|
18386
18380
|
algorithm: V_,
|
|
18387
18381
|
parameters: H.serialize(new rc())
|
|
18388
18382
|
});
|
|
18389
|
-
class
|
|
18383
|
+
class Xi {
|
|
18390
18384
|
constructor(e = {}) {
|
|
18391
|
-
this.hashAlgorithm = new te(
|
|
18385
|
+
this.hashAlgorithm = new te(Yi), this.maskGenAlgorithm = new te({
|
|
18392
18386
|
algorithm: ic,
|
|
18393
|
-
parameters: H.serialize(
|
|
18387
|
+
parameters: H.serialize(Yi)
|
|
18394
18388
|
}), this.saltLength = 20, this.trailerField = 1, Object.assign(this, e);
|
|
18395
18389
|
}
|
|
18396
18390
|
}
|
|
18397
18391
|
u([
|
|
18398
|
-
g({ type: te, context: 0, defaultValue:
|
|
18399
|
-
],
|
|
18392
|
+
g({ type: te, context: 0, defaultValue: Yi })
|
|
18393
|
+
], Xi.prototype, "hashAlgorithm", void 0);
|
|
18400
18394
|
u([
|
|
18401
18395
|
g({ type: te, context: 1, defaultValue: Yb })
|
|
18402
|
-
],
|
|
18396
|
+
], Xi.prototype, "maskGenAlgorithm", void 0);
|
|
18403
18397
|
u([
|
|
18404
18398
|
g({ type: j.Integer, context: 2, defaultValue: 20 })
|
|
18405
|
-
],
|
|
18399
|
+
], Xi.prototype, "saltLength", void 0);
|
|
18406
18400
|
u([
|
|
18407
18401
|
g({ type: j.Integer, context: 3, defaultValue: 1 })
|
|
18408
|
-
],
|
|
18402
|
+
], Xi.prototype, "trailerField", void 0);
|
|
18409
18403
|
new te({
|
|
18410
18404
|
algorithm: In,
|
|
18411
|
-
parameters: H.serialize(new
|
|
18405
|
+
parameters: H.serialize(new Xi())
|
|
18412
18406
|
});
|
|
18413
18407
|
class nc {
|
|
18414
18408
|
constructor(e = {}) {
|
|
@@ -18689,7 +18683,7 @@ var ey = function() {
|
|
|
18689
18683
|
return this.reflectMethods.forEach(i), a;
|
|
18690
18684
|
}, t;
|
|
18691
18685
|
}();
|
|
18692
|
-
function
|
|
18686
|
+
function dr(t) {
|
|
18693
18687
|
return typeof t == "string" || typeof t == "symbol";
|
|
18694
18688
|
}
|
|
18695
18689
|
function a2(t) {
|
|
@@ -18805,7 +18799,7 @@ var c2 = function(t) {
|
|
|
18805
18799
|
throw new Error('Cannot use lifecycle "' + ka[i.lifecycle] + '" with ValueProviders or FactoryProviders');
|
|
18806
18800
|
return this._registry.set(e, { provider: r, options: i }), this;
|
|
18807
18801
|
}, t.prototype.registerType = function(e, a) {
|
|
18808
|
-
return this.ensureNotDisposed(),
|
|
18802
|
+
return this.ensureNotDisposed(), dr(a) ? this.register(e, {
|
|
18809
18803
|
useToken: a
|
|
18810
18804
|
}) : this.register(e, {
|
|
18811
18805
|
useClass: a
|
|
@@ -18815,8 +18809,8 @@ var c2 = function(t) {
|
|
|
18815
18809
|
useValue: a
|
|
18816
18810
|
});
|
|
18817
18811
|
}, t.prototype.registerSingleton = function(e, a) {
|
|
18818
|
-
if (this.ensureNotDisposed(),
|
|
18819
|
-
if (
|
|
18812
|
+
if (this.ensureNotDisposed(), dr(e)) {
|
|
18813
|
+
if (dr(a))
|
|
18820
18814
|
return this.register(e, {
|
|
18821
18815
|
useToken: a
|
|
18822
18816
|
}, { lifecycle: ka.Singleton });
|
|
@@ -18827,13 +18821,13 @@ var c2 = function(t) {
|
|
|
18827
18821
|
throw new Error('Cannot register a type name as a singleton without a "to" token');
|
|
18828
18822
|
}
|
|
18829
18823
|
var i = e;
|
|
18830
|
-
return a && !
|
|
18824
|
+
return a && !dr(a) && (i = a), this.register(e, {
|
|
18831
18825
|
useClass: i
|
|
18832
18826
|
}, { lifecycle: ka.Singleton });
|
|
18833
18827
|
}, t.prototype.resolve = function(e, a) {
|
|
18834
18828
|
a === void 0 && (a = new ap()), this.ensureNotDisposed();
|
|
18835
18829
|
var i = this.getRegistration(e);
|
|
18836
|
-
if (!i &&
|
|
18830
|
+
if (!i && dr(e))
|
|
18837
18831
|
throw new Error('Attempted to resolve unregistered dependency token: "' + e.toString() + '"');
|
|
18838
18832
|
if (this.executePreResolutionInterceptor(e, "Single"), i) {
|
|
18839
18833
|
var r = this.resolveRegistration(i, a);
|
|
@@ -18893,7 +18887,7 @@ var c2 = function(t) {
|
|
|
18893
18887
|
var i = this;
|
|
18894
18888
|
a === void 0 && (a = new ap()), this.ensureNotDisposed();
|
|
18895
18889
|
var r = this.getAllRegistrations(e);
|
|
18896
|
-
if (!r &&
|
|
18890
|
+
if (!r && dr(e))
|
|
18897
18891
|
throw new Error('Attempted to resolve unregistered dependency token: "' + e.toString() + '"');
|
|
18898
18892
|
if (this.executePreResolutionInterceptor(e, "All"), r) {
|
|
18899
18893
|
var n = r.map(function(o) {
|
|
@@ -19485,8 +19479,8 @@ class m2 {
|
|
|
19485
19479
|
};
|
|
19486
19480
|
}
|
|
19487
19481
|
}
|
|
19488
|
-
const
|
|
19489
|
-
la.registerSingleton(
|
|
19482
|
+
const Qi = "crypto.algorithmProvider";
|
|
19483
|
+
la.registerSingleton(Qi, m2);
|
|
19490
19484
|
var co;
|
|
19491
19485
|
const Sa = "1.3.36.3.3.2.8.1.1", vp = `${Sa}.1`, wp = `${Sa}.2`, _p = `${Sa}.3`, xp = `${Sa}.4`, jp = `${Sa}.5`, zp = `${Sa}.6`, qp = `${Sa}.7`, Sp = `${Sa}.8`, Ap = `${Sa}.9`, Ep = `${Sa}.10`, Ip = `${Sa}.11`, Op = `${Sa}.12`, Cp = `${Sa}.13`, $p = `${Sa}.14`, Tp = "brainpoolP160r1", Np = "brainpoolP160t1", Rp = "brainpoolP192r1", Pp = "brainpoolP192t1", Bp = "brainpoolP224r1", Up = "brainpoolP224t1", Lp = "brainpoolP256r1", Dp = "brainpoolP256t1", Vp = "brainpoolP320r1", Mp = "brainpoolP320t1", Hp = "brainpoolP384r1", Zp = "brainpoolP384t1", Kp = "brainpoolP512r1", Fp = "brainpoolP512t1", Ze = "ECDSA";
|
|
19492
19486
|
let bs = co = class {
|
|
@@ -19670,7 +19664,7 @@ bi.items = {
|
|
|
19670
19664
|
[ol]: "sha256",
|
|
19671
19665
|
[ll]: "sha384",
|
|
19672
19666
|
[cl]: "sha512",
|
|
19673
|
-
[
|
|
19667
|
+
[Ji]: "rsaEncryption",
|
|
19674
19668
|
[il]: "sha1WithRSAEncryption",
|
|
19675
19669
|
[K_]: "sha224WithRSAEncryption",
|
|
19676
19670
|
[Yd]: "sha256WithRSAEncryption",
|
|
@@ -19690,7 +19684,7 @@ bi.items = {
|
|
|
19690
19684
|
[N_]: "OCSP Signing",
|
|
19691
19685
|
[R_]: "Signed Data"
|
|
19692
19686
|
};
|
|
19693
|
-
class
|
|
19687
|
+
class er {
|
|
19694
19688
|
static serialize(e) {
|
|
19695
19689
|
return this.serializeObj(e).join(`
|
|
19696
19690
|
`);
|
|
@@ -19743,8 +19737,8 @@ class Qi {
|
|
|
19743
19737
|
return this.algorithmSerializer.toTextObject(e);
|
|
19744
19738
|
}
|
|
19745
19739
|
}
|
|
19746
|
-
|
|
19747
|
-
|
|
19740
|
+
er.oidSerializer = bi;
|
|
19741
|
+
er.algorithmSerializer = p2;
|
|
19748
19742
|
class yi {
|
|
19749
19743
|
constructor(...e) {
|
|
19750
19744
|
if (e.length === 1) {
|
|
@@ -19763,7 +19757,7 @@ class yi {
|
|
|
19763
19757
|
case "asn":
|
|
19764
19758
|
return H.toString(this.rawData);
|
|
19765
19759
|
case "text":
|
|
19766
|
-
return
|
|
19760
|
+
return er.serialize(this.toTextObject());
|
|
19767
19761
|
case "hex":
|
|
19768
19762
|
return se.ToHex(this.rawData);
|
|
19769
19763
|
case "base64":
|
|
@@ -20334,9 +20328,9 @@ class at extends Dt {
|
|
|
20334
20328
|
return s.algorithm.algorithm === In && (n = S2(s, n)), a.subtle.importKey("spki", n, r, !0, i);
|
|
20335
20329
|
}
|
|
20336
20330
|
onInit(e) {
|
|
20337
|
-
const a = la.resolve(
|
|
20331
|
+
const a = la.resolve(Qi), i = this.algorithm = a.toWebAlgorithm(e.algorithm);
|
|
20338
20332
|
switch (e.algorithm.algorithm) {
|
|
20339
|
-
case
|
|
20333
|
+
case Ji: {
|
|
20340
20334
|
const r = H.parse(e.subjectPublicKey, zh), n = Z.toUint8Array(r.modulus);
|
|
20341
20335
|
i.publicExponent = Z.toUint8Array(r.publicExponent), i.modulusLength = (n[0] ? n : n.slice(1)).byteLength << 3;
|
|
20342
20336
|
break;
|
|
@@ -20356,11 +20350,11 @@ class at extends Dt {
|
|
|
20356
20350
|
}
|
|
20357
20351
|
toTextObject() {
|
|
20358
20352
|
const e = this.toTextObjectEmpty(), a = H.parse(this.rawData, Xa);
|
|
20359
|
-
switch (e.Algorithm =
|
|
20353
|
+
switch (e.Algorithm = er.serializeAlgorithm(a.algorithm), a.algorithm.algorithm) {
|
|
20360
20354
|
case ps:
|
|
20361
20355
|
e["EC Point"] = a.subjectPublicKey;
|
|
20362
20356
|
break;
|
|
20363
|
-
case
|
|
20357
|
+
case Ji:
|
|
20364
20358
|
default:
|
|
20365
20359
|
e["Raw Data"] = a.subjectPublicKey;
|
|
20366
20360
|
}
|
|
@@ -20369,7 +20363,7 @@ class at extends Dt {
|
|
|
20369
20363
|
}
|
|
20370
20364
|
function S2(t, e) {
|
|
20371
20365
|
return t.algorithm = new te({
|
|
20372
|
-
algorithm:
|
|
20366
|
+
algorithm: Ji,
|
|
20373
20367
|
parameters: null
|
|
20374
20368
|
}), e = H.serialize(t), e;
|
|
20375
20369
|
}
|
|
@@ -20384,10 +20378,10 @@ class vs extends Da {
|
|
|
20384
20378
|
if (Z.isBufferSource(e[0]))
|
|
20385
20379
|
super(e[0]);
|
|
20386
20380
|
else if (typeof e[0] == "string") {
|
|
20387
|
-
const a = new
|
|
20381
|
+
const a = new qi({ keyIdentifier: new sh(se.FromHex(e[0])) });
|
|
20388
20382
|
super(gd, e[1], H.serialize(a));
|
|
20389
20383
|
} else {
|
|
20390
|
-
const a = e[0], i = a.name instanceof ys ? H.parse(a.name.rawData, ga) : a.name, r = new
|
|
20384
|
+
const a = e[0], i = a.name instanceof ys ? H.parse(a.name.rawData, ga) : a.name, r = new qi({
|
|
20391
20385
|
authorityCertIssuer: i,
|
|
20392
20386
|
authorityCertSerialNumber: se.FromHex(a.serialNumber)
|
|
20393
20387
|
});
|
|
@@ -20396,14 +20390,14 @@ class vs extends Da {
|
|
|
20396
20390
|
}
|
|
20397
20391
|
onInit(e) {
|
|
20398
20392
|
super.onInit(e);
|
|
20399
|
-
const a = H.parse(e.extnValue,
|
|
20393
|
+
const a = H.parse(e.extnValue, qi);
|
|
20400
20394
|
a.keyIdentifier && (this.keyId = se.ToHex(a.keyIdentifier)), (a.authorityCertIssuer || a.authorityCertSerialNumber) && (this.certId = {
|
|
20401
20395
|
name: a.authorityCertIssuer || [],
|
|
20402
20396
|
serialNumber: a.authorityCertSerialNumber ? se.ToHex(a.authorityCertSerialNumber) : ""
|
|
20403
20397
|
});
|
|
20404
20398
|
}
|
|
20405
20399
|
toTextObject() {
|
|
20406
|
-
const e = this.toTextObjectWithoutValue(), a = H.parse(this.value,
|
|
20400
|
+
const e = this.toTextObjectWithoutValue(), a = H.parse(this.value, qi);
|
|
20407
20401
|
return a.authorityCertIssuer && (e["Authority Issuer"] = new ys(a.authorityCertIssuer).toTextObject()), a.authorityCertSerialNumber && (e["Authority Serial Number"] = a.authorityCertSerialNumber), a.keyIdentifier && (e[""] = a.keyIdentifier), e;
|
|
20408
20402
|
}
|
|
20409
20403
|
}
|
|
@@ -20546,7 +20540,7 @@ class fy extends Da {
|
|
|
20546
20540
|
super(e[0]);
|
|
20547
20541
|
else if (Array.isArray(e[0]) && typeof e[0][0] == "string") {
|
|
20548
20542
|
const r = e[0].map((s) => new Jr({
|
|
20549
|
-
distributionPoint: new
|
|
20543
|
+
distributionPoint: new Ki({
|
|
20550
20544
|
fullName: [new xe({ uniformResourceIdentifier: s })]
|
|
20551
20545
|
})
|
|
20552
20546
|
})), n = new _r(r);
|
|
@@ -20730,7 +20724,7 @@ var uo;
|
|
|
20730
20724
|
let vu = uo = class {
|
|
20731
20725
|
static createPssParams(e, a) {
|
|
20732
20726
|
const i = uo.getHashAlgorithm(e);
|
|
20733
|
-
return i ? new
|
|
20727
|
+
return i ? new Xi({
|
|
20734
20728
|
hashAlgorithm: i,
|
|
20735
20729
|
maskGenAlgorithm: new te({
|
|
20736
20730
|
algorithm: ic,
|
|
@@ -20740,7 +20734,7 @@ let vu = uo = class {
|
|
|
20740
20734
|
}) : null;
|
|
20741
20735
|
}
|
|
20742
20736
|
static getHashAlgorithm(e) {
|
|
20743
|
-
const a = la.resolve(
|
|
20737
|
+
const a = la.resolve(Qi);
|
|
20744
20738
|
return typeof e == "string" ? a.toAsnAlgorithm({ name: e }) : typeof e == "object" && e && "name" in e ? a.toAsnAlgorithm(e) : null;
|
|
20745
20739
|
}
|
|
20746
20740
|
toAsnAlgorithm(e) {
|
|
@@ -20765,7 +20759,7 @@ let vu = uo = class {
|
|
|
20765
20759
|
return new te({ algorithm: nl, parameters: null });
|
|
20766
20760
|
}
|
|
20767
20761
|
} else
|
|
20768
|
-
return new te({ algorithm:
|
|
20762
|
+
return new te({ algorithm: Ji, parameters: null });
|
|
20769
20763
|
break;
|
|
20770
20764
|
case "rsa-pss":
|
|
20771
20765
|
if ("hash" in e) {
|
|
@@ -20782,7 +20776,7 @@ let vu = uo = class {
|
|
|
20782
20776
|
}
|
|
20783
20777
|
toWebAlgorithm(e) {
|
|
20784
20778
|
switch (e.algorithm) {
|
|
20785
|
-
case
|
|
20779
|
+
case Ji:
|
|
20786
20780
|
return { name: "RSASSA-PKCS1-v1_5" };
|
|
20787
20781
|
case il:
|
|
20788
20782
|
return { name: "RSASSA-PKCS1-v1_5", hash: { name: "SHA-1" } };
|
|
@@ -20794,10 +20788,10 @@ let vu = uo = class {
|
|
|
20794
20788
|
return { name: "RSASSA-PKCS1-v1_5", hash: { name: "SHA-512" } };
|
|
20795
20789
|
case In:
|
|
20796
20790
|
if (e.parameters) {
|
|
20797
|
-
const a = H.parse(e.parameters,
|
|
20791
|
+
const a = H.parse(e.parameters, Xi);
|
|
20798
20792
|
return {
|
|
20799
20793
|
name: "RSA-PSS",
|
|
20800
|
-
hash: la.resolve(
|
|
20794
|
+
hash: la.resolve(Qi).toWebAlgorithm(a.hashAlgorithm),
|
|
20801
20795
|
saltLength: a.saltLength
|
|
20802
20796
|
};
|
|
20803
20797
|
} else
|
|
@@ -20936,7 +20930,7 @@ class E2 extends Dt {
|
|
|
20936
20930
|
}
|
|
20937
20931
|
onInit(e) {
|
|
20938
20932
|
this.tbs = H.serialize(e.certificationRequestInfo), this.publicKey = new at(e.certificationRequestInfo.subjectPKInfo);
|
|
20939
|
-
const a = la.resolve(
|
|
20933
|
+
const a = la.resolve(Qi);
|
|
20940
20934
|
this.signatureAlgorithm = a.toWebAlgorithm(e.signatureAlgorithm), this.signature = e.signature, this.attributes = e.certificationRequestInfo.attributes.map((r) => hc.create(H.serialize(r)));
|
|
20941
20935
|
const i = this.getAttribute(Ah);
|
|
20942
20936
|
this.extensions = [], i instanceof Ch && (this.extensions = i.items), this.subjectName = new Ra(e.certificationRequestInfo.subject), this.subject = this.subjectName.toString();
|
|
@@ -20971,7 +20965,7 @@ class E2 extends Dt {
|
|
|
20971
20965
|
}
|
|
20972
20966
|
toTextObject() {
|
|
20973
20967
|
const e = this.toTextObjectEmpty(), a = H.parse(this.rawData, fs), i = a.certificationRequestInfo, r = new Pe("", {
|
|
20974
|
-
Version: `${
|
|
20968
|
+
Version: `${Fi[i.version]} (${i.version})`,
|
|
20975
20969
|
Subject: this.subject,
|
|
20976
20970
|
"Subject Public Key Info": this.publicKey
|
|
20977
20971
|
});
|
|
@@ -20984,7 +20978,7 @@ class E2 extends Dt {
|
|
|
20984
20978
|
r.Attributes = n;
|
|
20985
20979
|
}
|
|
20986
20980
|
return e.Data = r, e.Signature = new Pe("", {
|
|
20987
|
-
Algorithm:
|
|
20981
|
+
Algorithm: er.serializeAlgorithm(a.signatureAlgorithm),
|
|
20988
20982
|
"": a.signature
|
|
20989
20983
|
}), e;
|
|
20990
20984
|
}
|
|
@@ -20992,12 +20986,12 @@ class E2 extends Dt {
|
|
|
20992
20986
|
E2.NAME = "PKCS#10 Certificate Request";
|
|
20993
20987
|
class $h extends Dt {
|
|
20994
20988
|
constructor(e) {
|
|
20995
|
-
Dt.isAsnEncoded(e) ? super(e,
|
|
20989
|
+
Dt.isAsnEncoded(e) ? super(e, Wi) : super(e), this.tag = Ea.CertificateTag;
|
|
20996
20990
|
}
|
|
20997
20991
|
onInit(e) {
|
|
20998
20992
|
const a = e.tbsCertificate;
|
|
20999
20993
|
this.tbs = H.serialize(a), this.serialNumber = se.ToHex(a.serialNumber), this.subjectName = new Ra(a.subject), this.subject = new Ra(a.subject).toString(), this.issuerName = new Ra(a.issuer), this.issuer = this.issuerName.toString();
|
|
21000
|
-
const i = la.resolve(
|
|
20994
|
+
const i = la.resolve(Qi);
|
|
21001
20995
|
this.signatureAlgorithm = i.toWebAlgorithm(e.signatureAlgorithm), this.signature = e.signatureValue;
|
|
21002
20996
|
const r = a.validity.notBefore.utcTime || a.validity.notBefore.generalTime;
|
|
21003
20997
|
if (!r)
|
|
@@ -21061,10 +21055,10 @@ class $h extends Dt {
|
|
|
21061
21055
|
return this.subject === this.issuer && await this.verify({ signatureOnly: !0 }, e);
|
|
21062
21056
|
}
|
|
21063
21057
|
toTextObject() {
|
|
21064
|
-
const e = this.toTextObjectEmpty(), a = H.parse(this.rawData,
|
|
21065
|
-
Version: `${
|
|
21058
|
+
const e = this.toTextObjectEmpty(), a = H.parse(this.rawData, Wi), i = a.tbsCertificate, r = new Pe("", {
|
|
21059
|
+
Version: `${Fi[i.version]} (${i.version})`,
|
|
21066
21060
|
"Serial Number": i.serialNumber,
|
|
21067
|
-
"Signature Algorithm":
|
|
21061
|
+
"Signature Algorithm": er.serializeAlgorithm(i.signature),
|
|
21068
21062
|
Issuer: this.issuer,
|
|
21069
21063
|
Validity: new Pe("", {
|
|
21070
21064
|
"Not Before": i.validity.notBefore.getTime(),
|
|
@@ -21082,7 +21076,7 @@ class $h extends Dt {
|
|
|
21082
21076
|
r.Extensions = n;
|
|
21083
21077
|
}
|
|
21084
21078
|
return e.Data = r, e.Signature = new Pe("", {
|
|
21085
|
-
Algorithm:
|
|
21079
|
+
Algorithm: er.serializeAlgorithm(a.signatureAlgorithm),
|
|
21086
21080
|
"": a.signatureValue
|
|
21087
21081
|
}), e;
|
|
21088
21082
|
}
|
|
@@ -21112,9 +21106,9 @@ class I2 {
|
|
|
21112
21106
|
e.publicKey instanceof at ? r = e.publicKey.rawData : "publicKey" in e.publicKey ? r = e.publicKey.publicKey.rawData : Z.isBufferSource(e.publicKey) ? r = e.publicKey : r = await a.subtle.exportKey("spki", e.publicKey);
|
|
21113
21107
|
const n = e.serialNumber ? Z.toUint8Array(se.FromHex(e.serialNumber)) : a.getRandomValues(new Uint8Array(16));
|
|
21114
21108
|
n[0] > 127 && (n[0] &= 127), n.length > 1 && n[0] === 0 && (n[1] |= 128);
|
|
21115
|
-
const s = e.notBefore || /* @__PURE__ */ new Date(), o = e.notAfter || new Date(s.getTime() + 31536e6), l = new
|
|
21109
|
+
const s = e.notBefore || /* @__PURE__ */ new Date(), o = e.notAfter || new Date(s.getTime() + 31536e6), l = new Wi({
|
|
21116
21110
|
tbsCertificate: new $a({
|
|
21117
|
-
version:
|
|
21111
|
+
version: Fi.v3,
|
|
21118
21112
|
serialNumber: n,
|
|
21119
21113
|
validity: new Rs({
|
|
21120
21114
|
notBefore: s,
|
|
@@ -21134,7 +21128,7 @@ class I2 {
|
|
|
21134
21128
|
}
|
|
21135
21129
|
const c = {
|
|
21136
21130
|
hash: "SHA-256"
|
|
21137
|
-
}, d = "signingKey" in e ? { ...c, ...e.signingAlgorithm, ...e.signingKey.algorithm } : { ...c, ...e.signingAlgorithm }, m = la.resolve(
|
|
21131
|
+
}, d = "signingKey" in e ? { ...c, ...e.signingAlgorithm, ...e.signingKey.algorithm } : { ...c, ...e.signingAlgorithm }, m = la.resolve(Qi);
|
|
21138
21132
|
l.tbsCertificate.signature = l.signatureAlgorithm = m.toAsnAlgorithm(d);
|
|
21139
21133
|
const y = H.serialize(l.tbsCertificate), v = "signingKey" in e ? await a.subtle.sign(d, e.signingKey, y) : e.signature, p = la.resolveAll(Gs).reverse();
|
|
21140
21134
|
let b = null;
|
|
@@ -21303,7 +21297,7 @@ class vy {
|
|
|
21303
21297
|
return Uint8Array.from(n);
|
|
21304
21298
|
}
|
|
21305
21299
|
}
|
|
21306
|
-
const O2 = new vy("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),
|
|
21300
|
+
const O2 = new vy("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"), Ri = new vy("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_");
|
|
21307
21301
|
class C2 {
|
|
21308
21302
|
constructor(e) {
|
|
21309
21303
|
D(this, "hash");
|
|
@@ -21552,15 +21546,15 @@ const N2 = 1e3 * 60 * 60 * 24, R2 = new We().openapi(
|
|
|
21552
21546
|
const { "tenant-id": e } = t.req.valid("header"), { email: a } = t.req.valid("query"), r = (await Af(t.env.data.users, e, a)).filter((n) => !n.linked_to);
|
|
21553
21547
|
return t.json(r);
|
|
21554
21548
|
}
|
|
21555
|
-
), B2 =
|
|
21556
|
-
clients: f.array(
|
|
21549
|
+
), B2 = ar.extend({
|
|
21550
|
+
clients: f.array(gr)
|
|
21557
21551
|
}), U2 = new We().openapi(
|
|
21558
21552
|
me({
|
|
21559
21553
|
tags: ["clients"],
|
|
21560
21554
|
method: "get",
|
|
21561
21555
|
path: "/",
|
|
21562
21556
|
request: {
|
|
21563
|
-
query:
|
|
21557
|
+
query: Vi,
|
|
21564
21558
|
headers: f.object({
|
|
21565
21559
|
"tenant-id": f.string()
|
|
21566
21560
|
})
|
|
@@ -21576,7 +21570,7 @@ const N2 = 1e3 * 60 * 60 * 24, R2 = new We().openapi(
|
|
|
21576
21570
|
"application/json": {
|
|
21577
21571
|
schema: f.union([
|
|
21578
21572
|
B2,
|
|
21579
|
-
f.array(
|
|
21573
|
+
f.array(gr)
|
|
21580
21574
|
])
|
|
21581
21575
|
}
|
|
21582
21576
|
},
|
|
@@ -21621,7 +21615,7 @@ const N2 = 1e3 * 60 * 60 * 24, R2 = new We().openapi(
|
|
|
21621
21615
|
200: {
|
|
21622
21616
|
content: {
|
|
21623
21617
|
"application/json": {
|
|
21624
|
-
schema:
|
|
21618
|
+
schema: gr
|
|
21625
21619
|
}
|
|
21626
21620
|
},
|
|
21627
21621
|
description: "An application"
|
|
@@ -21697,7 +21691,7 @@ const N2 = 1e3 * 60 * 60 * 24, R2 = new We().openapi(
|
|
|
21697
21691
|
200: {
|
|
21698
21692
|
content: {
|
|
21699
21693
|
"application/json": {
|
|
21700
|
-
schema:
|
|
21694
|
+
schema: gr
|
|
21701
21695
|
}
|
|
21702
21696
|
},
|
|
21703
21697
|
description: "The update application"
|
|
@@ -21738,7 +21732,7 @@ const N2 = 1e3 * 60 * 60 * 24, R2 = new We().openapi(
|
|
|
21738
21732
|
201: {
|
|
21739
21733
|
content: {
|
|
21740
21734
|
"application/json": {
|
|
21741
|
-
schema: f.object(
|
|
21735
|
+
schema: f.object(gr.shape)
|
|
21742
21736
|
}
|
|
21743
21737
|
},
|
|
21744
21738
|
description: "An application"
|
|
@@ -21770,7 +21764,7 @@ Uu.extend({
|
|
|
21770
21764
|
last_login: f.string().optional(),
|
|
21771
21765
|
user_id: f.string()
|
|
21772
21766
|
}).catchall(f.any());
|
|
21773
|
-
const L2 =
|
|
21767
|
+
const L2 = ar.extend({
|
|
21774
21768
|
tenants: f.array(Sn)
|
|
21775
21769
|
}), D2 = new We().openapi(
|
|
21776
21770
|
me({
|
|
@@ -21778,7 +21772,7 @@ const L2 = er.extend({
|
|
|
21778
21772
|
method: "get",
|
|
21779
21773
|
path: "/",
|
|
21780
21774
|
request: {
|
|
21781
|
-
query:
|
|
21775
|
+
query: Vi
|
|
21782
21776
|
},
|
|
21783
21777
|
security: [
|
|
21784
21778
|
{
|
|
@@ -21929,7 +21923,7 @@ const L2 = er.extend({
|
|
|
21929
21923
|
const e = t.req.valid("json"), a = await t.env.data.tenants.create(e);
|
|
21930
21924
|
return t.json(a, { status: 201 });
|
|
21931
21925
|
}
|
|
21932
|
-
), V2 =
|
|
21926
|
+
), V2 = ar.extend({
|
|
21933
21927
|
logs: f.array(rd)
|
|
21934
21928
|
}), M2 = new We().openapi(
|
|
21935
21929
|
me({
|
|
@@ -21937,7 +21931,7 @@ const L2 = er.extend({
|
|
|
21937
21931
|
method: "get",
|
|
21938
21932
|
path: "/",
|
|
21939
21933
|
request: {
|
|
21940
|
-
query:
|
|
21934
|
+
query: Vi,
|
|
21941
21935
|
headers: f.object({
|
|
21942
21936
|
"tenant-id": f.string()
|
|
21943
21937
|
})
|
|
@@ -22003,7 +21997,7 @@ const L2 = er.extend({
|
|
|
22003
21997
|
throw new V(404);
|
|
22004
21998
|
return t.json(i);
|
|
22005
21999
|
}
|
|
22006
|
-
), H2 =
|
|
22000
|
+
), H2 = ar.extend({
|
|
22007
22001
|
hooks: f.array(kn)
|
|
22008
22002
|
}), Z2 = new We().openapi(
|
|
22009
22003
|
me({
|
|
@@ -22011,7 +22005,7 @@ const L2 = er.extend({
|
|
|
22011
22005
|
method: "get",
|
|
22012
22006
|
path: "/",
|
|
22013
22007
|
request: {
|
|
22014
|
-
query:
|
|
22008
|
+
query: Vi,
|
|
22015
22009
|
headers: f.object({
|
|
22016
22010
|
"tenant-id": f.string()
|
|
22017
22011
|
})
|
|
@@ -22194,15 +22188,15 @@ const L2 = er.extend({
|
|
|
22194
22188
|
throw new V(404, { message: "Hook not found" });
|
|
22195
22189
|
return t.text("OK");
|
|
22196
22190
|
}
|
|
22197
|
-
), K2 =
|
|
22198
|
-
connections: f.array(
|
|
22191
|
+
), K2 = ar.extend({
|
|
22192
|
+
connections: f.array(xi)
|
|
22199
22193
|
}), F2 = new We().openapi(
|
|
22200
22194
|
me({
|
|
22201
22195
|
tags: ["connections"],
|
|
22202
22196
|
method: "get",
|
|
22203
22197
|
path: "/",
|
|
22204
22198
|
request: {
|
|
22205
|
-
query:
|
|
22199
|
+
query: Vi,
|
|
22206
22200
|
headers: f.object({
|
|
22207
22201
|
"tenant-id": f.string()
|
|
22208
22202
|
})
|
|
@@ -22217,7 +22211,7 @@ const L2 = er.extend({
|
|
|
22217
22211
|
content: {
|
|
22218
22212
|
"application/json": {
|
|
22219
22213
|
schema: f.union([
|
|
22220
|
-
f.array(
|
|
22214
|
+
f.array(xi),
|
|
22221
22215
|
K2
|
|
22222
22216
|
])
|
|
22223
22217
|
}
|
|
@@ -22264,7 +22258,7 @@ const L2 = er.extend({
|
|
|
22264
22258
|
200: {
|
|
22265
22259
|
content: {
|
|
22266
22260
|
"application/json": {
|
|
22267
|
-
schema:
|
|
22261
|
+
schema: xi
|
|
22268
22262
|
}
|
|
22269
22263
|
},
|
|
22270
22264
|
description: "A connection"
|
|
@@ -22338,7 +22332,7 @@ const L2 = er.extend({
|
|
|
22338
22332
|
200: {
|
|
22339
22333
|
content: {
|
|
22340
22334
|
"application/json": {
|
|
22341
|
-
schema:
|
|
22335
|
+
schema: xi
|
|
22342
22336
|
}
|
|
22343
22337
|
},
|
|
22344
22338
|
description: "The updated connection"
|
|
@@ -22384,7 +22378,7 @@ const L2 = er.extend({
|
|
|
22384
22378
|
201: {
|
|
22385
22379
|
content: {
|
|
22386
22380
|
"application/json": {
|
|
22387
|
-
schema:
|
|
22381
|
+
schema: xi
|
|
22388
22382
|
}
|
|
22389
22383
|
},
|
|
22390
22384
|
description: "A connection"
|
|
@@ -22822,11 +22816,11 @@ async function og(t, e, a, i) {
|
|
|
22822
22816
|
...a
|
|
22823
22817
|
};
|
|
22824
22818
|
(i == null ? void 0 : i.audiences) !== void 0 && (n.aud = i.audiences), (i == null ? void 0 : i.subject) !== void 0 && (n.sub = i.subject), (i == null ? void 0 : i.issuer) !== void 0 && (n.iss = i.issuer), (i == null ? void 0 : i.jwtId) !== void 0 && (n.jti = i.jwtId), (i == null ? void 0 : i.expiresIn) !== void 0 && (n.exp = Math.floor(Date.now() / 1e3) + i.expiresIn.seconds()), (i == null ? void 0 : i.notBefore) !== void 0 && (n.nbf = Math.floor(i.notBefore.getTime() / 1e3)), n.iat = Math.floor(Date.now() / 1e3);
|
|
22825
|
-
const s = new TextEncoder(), o =
|
|
22819
|
+
const s = new TextEncoder(), o = Ri.encode(s.encode(JSON.stringify(r)), {
|
|
22826
22820
|
includePadding: !1
|
|
22827
|
-
}), l =
|
|
22821
|
+
}), l = Ri.encode(s.encode(JSON.stringify(n)), {
|
|
22828
22822
|
includePadding: !1
|
|
22829
|
-
}), c = s.encode([o, l].join(".")), d = await rx(t).sign(e, c), m =
|
|
22823
|
+
}), c = s.encode([o, l].join(".")), d = await rx(t).sign(e, c), m = Ri.encode(new Uint8Array(d), {
|
|
22830
22824
|
includePadding: !1
|
|
22831
22825
|
});
|
|
22832
22826
|
return [o, l, m].join(".");
|
|
@@ -22839,9 +22833,9 @@ function Nh(t) {
|
|
|
22839
22833
|
const e = ix(t);
|
|
22840
22834
|
if (!e)
|
|
22841
22835
|
return null;
|
|
22842
|
-
const a = new TextDecoder(), i =
|
|
22836
|
+
const a = new TextDecoder(), i = Ri.decode(e[0], {
|
|
22843
22837
|
strict: !1
|
|
22844
|
-
}), r =
|
|
22838
|
+
}), r = Ri.decode(e[1], {
|
|
22845
22839
|
strict: !1
|
|
22846
22840
|
}), n = JSON.parse(a.decode(i));
|
|
22847
22841
|
if (typeof n != "object" || n === null || !("alg" in n) || !nx(n.alg) || "typ" in n && n.typ !== "JWT")
|
|
@@ -22955,7 +22949,7 @@ async function lx(t, e) {
|
|
|
22955
22949
|
if (e === "plain")
|
|
22956
22950
|
return t;
|
|
22957
22951
|
const a = new TextEncoder().encode(t), i = await wy(a);
|
|
22958
|
-
return
|
|
22952
|
+
return Ri.encode(new Uint8Array(i));
|
|
22959
22953
|
}
|
|
22960
22954
|
function zy(t, e, a) {
|
|
22961
22955
|
const i = [];
|
|
@@ -23103,7 +23097,7 @@ async function mc(t, e) {
|
|
|
23103
23097
|
return t.json(s, {
|
|
23104
23098
|
headers: o
|
|
23105
23099
|
});
|
|
23106
|
-
if ((a.response_type ||
|
|
23100
|
+
if ((a.response_type || Di.CODE) === Di.CODE) {
|
|
23107
23101
|
if (!e.loginSession)
|
|
23108
23102
|
throw new V(500, {
|
|
23109
23103
|
message: "Login session not found"
|
|
@@ -23673,7 +23667,7 @@ Oy = {
|
|
|
23673
23667
|
"=": [null, null, null, null, "/", "9", "8", "7"]
|
|
23674
23668
|
}
|
|
23675
23669
|
};
|
|
23676
|
-
var Cy = Oy, $y, Ty, zu, qu, vn, Su,
|
|
23670
|
+
var Cy = Oy, $y, Ty, zu, qu, vn, Su, ur, Ny;
|
|
23677
23671
|
vn = Cy;
|
|
23678
23672
|
Su = function(t) {
|
|
23679
23673
|
var e, a, i, r, n;
|
|
@@ -23861,15 +23855,15 @@ Ny = {
|
|
|
23861
23855
|
KEYBOARD_STARTING_POSITIONS: function() {
|
|
23862
23856
|
var t, e;
|
|
23863
23857
|
t = vn.qwerty, e = [];
|
|
23864
|
-
for (
|
|
23865
|
-
t[
|
|
23858
|
+
for (ur in t)
|
|
23859
|
+
t[ur], e.push(ur);
|
|
23866
23860
|
return e;
|
|
23867
23861
|
}().length,
|
|
23868
23862
|
KEYPAD_STARTING_POSITIONS: function() {
|
|
23869
23863
|
var t, e;
|
|
23870
23864
|
t = vn.keypad, e = [];
|
|
23871
|
-
for (
|
|
23872
|
-
t[
|
|
23865
|
+
for (ur in t)
|
|
23866
|
+
t[ur], e.push(ur);
|
|
23873
23867
|
return e;
|
|
23874
23868
|
}().length,
|
|
23875
23869
|
spatial_guesses: function(t) {
|
|
@@ -24511,7 +24505,7 @@ async function Ax(t, e, a) {
|
|
|
24511
24505
|
type: ca.CODE_LINK_SENT,
|
|
24512
24506
|
description: e
|
|
24513
24507
|
});
|
|
24514
|
-
|
|
24508
|
+
ji(t, t.env.data.logs.create(r.id, s));
|
|
24515
24509
|
}
|
|
24516
24510
|
async function Ky(t, e, a) {
|
|
24517
24511
|
const { env: i } = t, r = await t.env.data.tenants.get(t.var.tenant_id);
|
|
@@ -24548,7 +24542,7 @@ async function Ky(t, e, a) {
|
|
|
24548
24542
|
type: ca.CODE_LINK_SENT,
|
|
24549
24543
|
description: e
|
|
24550
24544
|
});
|
|
24551
|
-
|
|
24545
|
+
ji(t, t.env.data.logs.create(r.id, s));
|
|
24552
24546
|
}
|
|
24553
24547
|
async function Fy(t, e) {
|
|
24554
24548
|
const a = await t.env.data.tenants.get(t.var.tenant_id);
|
|
@@ -24776,7 +24770,7 @@ const Ix = new We().openapi(
|
|
|
24776
24770
|
request: {
|
|
24777
24771
|
query: f.object({
|
|
24778
24772
|
scope: f.string(),
|
|
24779
|
-
response_type: f.nativeEnum(
|
|
24773
|
+
response_type: f.nativeEnum(Di),
|
|
24780
24774
|
redirect_uri: f.string(),
|
|
24781
24775
|
state: f.string(),
|
|
24782
24776
|
nonce: f.string().optional(),
|
|
@@ -24891,7 +24885,7 @@ async function Ox(t, e, a) {
|
|
|
24891
24885
|
type: ca.FAILED_LOGIN_INCORRECT_PASSWORD,
|
|
24892
24886
|
description: "Invalid user"
|
|
24893
24887
|
});
|
|
24894
|
-
throw
|
|
24888
|
+
throw ji(t, t.env.data.logs.create(e.tenant.id, y)), new hn(403, {
|
|
24895
24889
|
message: "User not found",
|
|
24896
24890
|
code: "USER_NOT_FOUND"
|
|
24897
24891
|
});
|
|
@@ -24912,7 +24906,7 @@ async function Ox(t, e, a) {
|
|
|
24912
24906
|
type: ca.FAILED_LOGIN_INCORRECT_PASSWORD,
|
|
24913
24907
|
description: "Invalid password"
|
|
24914
24908
|
});
|
|
24915
|
-
throw
|
|
24909
|
+
throw ji(t, t.env.data.logs.create(e.tenant.id, y)), new hn(403, {
|
|
24916
24910
|
message: "Invalid password",
|
|
24917
24911
|
code: "INVALID_PASSWORD"
|
|
24918
24912
|
});
|
|
@@ -24930,7 +24924,7 @@ async function Ox(t, e, a) {
|
|
|
24930
24924
|
type: ca.FAILED_LOGIN,
|
|
24931
24925
|
description: "Too many failed login attempts"
|
|
24932
24926
|
});
|
|
24933
|
-
throw
|
|
24927
|
+
throw ji(t, t.env.data.logs.create(e.tenant.id, y)), new hn(403, {
|
|
24934
24928
|
message: "Too many failed login attempts",
|
|
24935
24929
|
code: "TOO_MANY_FAILED_LOGINS"
|
|
24936
24930
|
});
|
|
@@ -24952,11 +24946,11 @@ async function Ox(t, e, a) {
|
|
|
24952
24946
|
strategy_type: "Username-Password-Authentication",
|
|
24953
24947
|
strategy: "Username-Password-Authentication"
|
|
24954
24948
|
});
|
|
24955
|
-
return
|
|
24949
|
+
return ji(t, t.env.data.logs.create(e.tenant.id, m)), s;
|
|
24956
24950
|
}
|
|
24957
24951
|
function Cx() {
|
|
24958
24952
|
const t = new Uint8Array(32);
|
|
24959
|
-
return crypto.getRandomValues(t),
|
|
24953
|
+
return crypto.getRandomValues(t), Ri.encode(t, {
|
|
24960
24954
|
includePadding: !1
|
|
24961
24955
|
});
|
|
24962
24956
|
}
|
|
@@ -25268,7 +25262,7 @@ async function Bx({
|
|
|
25268
25262
|
state: r,
|
|
25269
25263
|
nonce: n,
|
|
25270
25264
|
// Always set the response type to token id_token for silent auth
|
|
25271
|
-
response_type:
|
|
25265
|
+
response_type: Di.TOKEN_ID_TOKEN
|
|
25272
25266
|
},
|
|
25273
25267
|
user: b,
|
|
25274
25268
|
sid: a.session_id
|
|
@@ -26150,7 +26144,50 @@ async function kj(t, e, a, i) {
|
|
|
26150
26144
|
state: l.code_id
|
|
26151
26145
|
}), t.redirect(c.href);
|
|
26152
26146
|
}
|
|
26153
|
-
|
|
26147
|
+
async function vj(t, e) {
|
|
26148
|
+
const a = await t.data.clients.get(e);
|
|
26149
|
+
if (!a)
|
|
26150
|
+
throw new V(403, { message: "Client not found" });
|
|
26151
|
+
const i = t.DEFAULT_CLIENT_ID ? await t.data.clients.get(t.DEFAULT_CLIENT_ID) : void 0, r = i ? a.connections.map((n) => {
|
|
26152
|
+
var l;
|
|
26153
|
+
const s = (l = i == null ? void 0 : i.connections) == null ? void 0 : l.find(
|
|
26154
|
+
(c) => c.name === n.name
|
|
26155
|
+
);
|
|
26156
|
+
return xi.parse({
|
|
26157
|
+
...s || {},
|
|
26158
|
+
...n,
|
|
26159
|
+
options: {
|
|
26160
|
+
...(s == null ? void 0 : s.options) || {},
|
|
26161
|
+
...n.options
|
|
26162
|
+
}
|
|
26163
|
+
});
|
|
26164
|
+
}).filter((n) => n) : a.connections;
|
|
26165
|
+
return {
|
|
26166
|
+
...a,
|
|
26167
|
+
web_origins: [
|
|
26168
|
+
...(i == null ? void 0 : i.web_origins) || [],
|
|
26169
|
+
...a.web_origins || [],
|
|
26170
|
+
`${t.ISSUER}u/login`
|
|
26171
|
+
],
|
|
26172
|
+
allowed_logout_urls: [
|
|
26173
|
+
...(i == null ? void 0 : i.allowed_logout_urls) || [],
|
|
26174
|
+
...a.allowed_logout_urls || [],
|
|
26175
|
+
t.ISSUER
|
|
26176
|
+
],
|
|
26177
|
+
callbacks: [
|
|
26178
|
+
...(i == null ? void 0 : i.callbacks) || [],
|
|
26179
|
+
...a.callbacks || [],
|
|
26180
|
+
`${t.ISSUER}u/info`
|
|
26181
|
+
],
|
|
26182
|
+
connections: r,
|
|
26183
|
+
domains: [...a.domains || [], ...(i == null ? void 0 : i.domains) || []],
|
|
26184
|
+
tenant: {
|
|
26185
|
+
...(i == null ? void 0 : i.tenant) || {},
|
|
26186
|
+
...a.tenant
|
|
26187
|
+
}
|
|
26188
|
+
};
|
|
26189
|
+
}
|
|
26190
|
+
const wj = new We().openapi(
|
|
26154
26191
|
me({
|
|
26155
26192
|
tags: ["oauth"],
|
|
26156
26193
|
method: "get",
|
|
@@ -26164,7 +26201,7 @@ const vj = new We().openapi(
|
|
|
26164
26201
|
state: f.string(),
|
|
26165
26202
|
prompt: f.string().optional(),
|
|
26166
26203
|
response_mode: f.nativeEnum(Os).optional(),
|
|
26167
|
-
response_type: f.nativeEnum(
|
|
26204
|
+
response_type: f.nativeEnum(Di).optional(),
|
|
26168
26205
|
audience: f.string().optional(),
|
|
26169
26206
|
connection: f.string().optional(),
|
|
26170
26207
|
nonce: f.string().optional(),
|
|
@@ -26206,11 +26243,7 @@ const vj = new We().openapi(
|
|
|
26206
26243
|
auth0Client: k,
|
|
26207
26244
|
login_hint: x,
|
|
26208
26245
|
ui_locales: C
|
|
26209
|
-
} = t.req.valid("query"), I = await e
|
|
26210
|
-
if (!I)
|
|
26211
|
-
throw new V(400, {
|
|
26212
|
-
message: "Client not found"
|
|
26213
|
-
});
|
|
26246
|
+
} = t.req.valid("query"), I = await vj(e, a);
|
|
26214
26247
|
t.set("client_id", I.id);
|
|
26215
26248
|
const B = {
|
|
26216
26249
|
redirect_uri: r,
|
|
@@ -26231,7 +26264,7 @@ const vj = new We().openapi(
|
|
|
26231
26264
|
throw new V(403, {
|
|
26232
26265
|
message: `Origin ${ne} not allowed`
|
|
26233
26266
|
});
|
|
26234
|
-
if (B.redirect_uri && !Bh(B.redirect_uri, I.callbacks))
|
|
26267
|
+
if (B.redirect_uri && !Bh(B.redirect_uri, I.callbacks || []))
|
|
26235
26268
|
throw new V(400, {
|
|
26236
26269
|
message: `Invalid redirect URI - ${B.redirect_uri}`
|
|
26237
26270
|
});
|
|
@@ -26275,10 +26308,10 @@ const vj = new We().openapi(
|
|
|
26275
26308
|
});
|
|
26276
26309
|
}
|
|
26277
26310
|
);
|
|
26278
|
-
function
|
|
26311
|
+
function _j() {
|
|
26279
26312
|
const t = new We();
|
|
26280
26313
|
t.use(xy(t));
|
|
26281
|
-
const e = t.route("/v2/logout", yx).route("/userinfo", kx).route("/.well-known", tx).route("/oauth/token", fx).route("/dbconnections", Ex).route("/passwordless", Ix).route("/co/authenticate", $x).route("/authorize",
|
|
26314
|
+
const e = t.route("/v2/logout", yx).route("/userinfo", kx).route("/.well-known", tx).route("/oauth/token", fx).route("/dbconnections", Ex).route("/passwordless", Ix).route("/co/authenticate", $x).route("/authorize", wj);
|
|
26282
26315
|
return e.doc("/spec", {
|
|
26283
26316
|
openapi: "3.0.0",
|
|
26284
26317
|
info: {
|
|
@@ -26287,7 +26320,7 @@ function wj() {
|
|
|
26287
26320
|
}
|
|
26288
26321
|
}), _y(e), e;
|
|
26289
26322
|
}
|
|
26290
|
-
function
|
|
26323
|
+
function xj(t) {
|
|
26291
26324
|
return async (e, a) => {
|
|
26292
26325
|
if (!a.email || !a.email_verified)
|
|
26293
26326
|
return t.users.create(e, a);
|
|
@@ -26302,7 +26335,7 @@ function _j(t) {
|
|
|
26302
26335
|
}), i) : t.users.create(e, a);
|
|
26303
26336
|
};
|
|
26304
26337
|
}
|
|
26305
|
-
async function
|
|
26338
|
+
async function jj(t, e, a) {
|
|
26306
26339
|
for await (const i of e)
|
|
26307
26340
|
if (!(await fetch(i.url, {
|
|
26308
26341
|
method: "POST",
|
|
@@ -26318,7 +26351,7 @@ async function xj(t, e, a) {
|
|
|
26318
26351
|
await a.logs.create(t.var.tenant_id, n);
|
|
26319
26352
|
}
|
|
26320
26353
|
}
|
|
26321
|
-
function
|
|
26354
|
+
function zj(t, e) {
|
|
26322
26355
|
return async (a, i) => {
|
|
26323
26356
|
const { hooks: r } = await e.hooks.list(a, {
|
|
26324
26357
|
q: "trigger_id:post-user-registration",
|
|
@@ -26326,936 +26359,936 @@ function jj(t, e) {
|
|
|
26326
26359
|
per_page: 100,
|
|
26327
26360
|
include_totals: !1
|
|
26328
26361
|
});
|
|
26329
|
-
return await
|
|
26362
|
+
return await jj(t, r, {
|
|
26330
26363
|
tenant_id: a,
|
|
26331
26364
|
user: i,
|
|
26332
26365
|
trigger_id: "post-user-registration"
|
|
26333
26366
|
}), i;
|
|
26334
26367
|
};
|
|
26335
26368
|
}
|
|
26336
|
-
function
|
|
26369
|
+
function qj(t, e) {
|
|
26337
26370
|
return async (a, i) => {
|
|
26338
|
-
let r = await
|
|
26339
|
-
return await
|
|
26371
|
+
let r = await xj(e)(a, i);
|
|
26372
|
+
return await zj(t, e)(a, r), r;
|
|
26340
26373
|
};
|
|
26341
26374
|
}
|
|
26342
|
-
function
|
|
26375
|
+
function Sj(t, e) {
|
|
26343
26376
|
return {
|
|
26344
26377
|
...e,
|
|
26345
|
-
users: { ...e.users, create:
|
|
26378
|
+
users: { ...e.users, create: qj(t, e) }
|
|
26346
26379
|
};
|
|
26347
26380
|
}
|
|
26348
|
-
const
|
|
26381
|
+
const Aj = "Account detected", Ej = "We have detected that you have already created an account through", Ij = "By signing in, you agree to our", Oj = "and", Cj = "Callback URL mismatch", $j = "The provided redirect_uri is not in the list of allowed callback URLs.", Tj = "continue with user", Nj = "Please click the button to create a new password account.", Rj = "Enter the code at {{vendorName}} to complete the login", Pj = "Welcome to {{vendorName}}! {{code}} is the login code", Bj = "Welcome to {{vendorName}}! {{code}} is the login code", Uj = "The code is valid for 30 minutes", Lj = "Confirm password", Dj = "Need Help?", Vj = "Contact us", Mj = "or continue with social account", Hj = "Continue with {{provider}}", Zj = "Would you like to continue with your existing account?", Kj = "Copyright © 2023 SESAMY. All rights reserved.", Fj = "©2023 Sesamy", Wj = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", Gj = "Please enter a valid email address.", Jj = "The passwords didn't match. Try again.", Yj = "Choose password", Xj = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", Qj = "Create new account", e3 = "Sign up with password", a3 = "You are currently logged in as <0>{{email}}</0>", t3 = "Email", i3 = "Email address", r3 = "Your email address has been validated", n3 = "Now enter your password to login again", s3 = "An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.", o3 = "Email verification sent", l3 = "Enter a code", c3 = "We'll send you a verification link to ensure you own this email address.", d3 = "Enter new password", u3 = "Enter password", h3 = "Enter your email address and password to login.", m3 = "Enter your password", p3 = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", g3 = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", f3 = "Send password reset email", b3 = "Click the button below and we’ll send instructions on how to reset your password.", y3 = "Password reset email sent", k3 = "Forgot password?", v3 = "Forgot password?", w3 = "Go back", _3 = "Invalid password", x3 = `The link is no longer valid.
|
|
26349
26382
|
|
|
26350
26383
|
Please make sure to open the login link in the same browser you started the login with.
|
|
26351
26384
|
|
|
26352
|
-
You can click the link below to start a new login.`,
|
|
26385
|
+
You can click the link below to start a new login.`, j3 = "Invalid link", z3 = "Click the button to log in", q3 = "Login", S3 = "Or enter the code at {{vendorName}} to complete the login.", A3 = "Enter your email address to unlock this show on {{service}}", E3 = "Link your account with {{service}}", I3 = "You are logged in as", O3 = "Login", C3 = "Enter your email address to sign in.", $3 = "Enter your email address and we will send you a login code.", T3 = "Enter your email address and we will send you a login link.", N3 = "Log out", R3 = "No, I want to use another account", P3 = "or", B3 = "Password", U3 = "The password has been reset", L3 = "Success", D3 = "Change password for your {{vendorName}} account", V3 = "Change password for your {{vendorName}} account", M3 = "Privacy Policy", H3 = "Redirecting", Z3 = "Confirm password", K3 = "Register a new password", F3 = "Resend code", W3 = "Change password", G3 = "Enter your new password below for the email account: ", J3 = "Click the button to reset your password", Y3 = "Click the button to reset your password", X3 = "Reset your password", Q3 = "Change password for your {{vendorName}} account", ez = "Reset password", az = "Send", tz = "Send me a new magic link", iz = "Remember to check your spam folder if the email did not arrive.", rz = "Set password", nz = "Sign in", sz = "Signup", oz = "Sign up successful", lz = "It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.", cz = "Go to Spotify's Content Access page", dz = `Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`, uz = "Step 1: Unlink Your Spotify Account", hz = "Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.", mz = "Step 2: Relink Your Spotify Account to Sesamy", pz = "Oops! Your Spotify Account Is Already Linked", gz = "If you have questions or need assistance, you can contact our support team", fz = "Terms and Conditions", bz = "Your email address needs validating. We have sent a new email to your inbox", yz = "User account does not exist", kz = "User account does not exist", vz = "We could not find a user with the provided email address. Please, try again.", wz = "Try again.", _z = "Validate code", xz = "Check your inbox for email validation instructions.", jz = "Signed up", zz = "Click the button to verify your email address", qz = "Validate your email address", Sz = "Validate your email address", Az = "Verify account", Ez = "Verify your email", Iz = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", Oz = "Welcome", Cz = "Welcome to your {{vendorName}} account!", $z = "Continue with this account", Tz = "Yes, continue with {{text}}", Nz = "Yes, continue with existing account", Rz = {
|
|
26353
26386
|
"Server error: Invalid code": "Invalid code",
|
|
26354
26387
|
"Wrong email or verification code": {
|
|
26355
26388
|
"": "Wrong email or verification code."
|
|
26356
26389
|
},
|
|
26357
|
-
account_detected:
|
|
26358
|
-
account_with_sso_provider:
|
|
26359
|
-
agree_to:
|
|
26360
|
-
and:
|
|
26361
|
-
callback_url_mismatch:
|
|
26362
|
-
callback_url_not_allowed:
|
|
26363
|
-
check_email_title:
|
|
26364
|
-
click_to_sign_up_description:
|
|
26365
|
-
code_email_enter_code:
|
|
26366
|
-
code_email_subject:
|
|
26367
|
-
code_email_title:
|
|
26368
|
-
code_valid_30_minutes:
|
|
26369
|
-
confirm_password:
|
|
26370
|
-
contact_support:
|
|
26371
|
-
contact_us:
|
|
26390
|
+
account_detected: Aj,
|
|
26391
|
+
account_with_sso_provider: Ej,
|
|
26392
|
+
agree_to: Ij,
|
|
26393
|
+
and: Oj,
|
|
26394
|
+
callback_url_mismatch: Cj,
|
|
26395
|
+
callback_url_not_allowed: $j,
|
|
26396
|
+
check_email_title: Tj,
|
|
26397
|
+
click_to_sign_up_description: Nj,
|
|
26398
|
+
code_email_enter_code: Rj,
|
|
26399
|
+
code_email_subject: Pj,
|
|
26400
|
+
code_email_title: Bj,
|
|
26401
|
+
code_valid_30_minutes: Uj,
|
|
26402
|
+
confirm_password: Lj,
|
|
26403
|
+
contact_support: Dj,
|
|
26404
|
+
contact_us: Vj,
|
|
26372
26405
|
continue: "Continue",
|
|
26373
|
-
continue_social_login:
|
|
26374
|
-
continue_with:
|
|
26375
|
-
continue_with_sso_provider_headline:
|
|
26376
|
-
copyright:
|
|
26377
|
-
copyright_sesamy:
|
|
26378
|
-
create_account_description:
|
|
26379
|
-
create_account_email_invalid:
|
|
26380
|
-
create_account_passwords_didnt_match:
|
|
26381
|
-
create_account_title:
|
|
26382
|
-
create_account_weak_password:
|
|
26383
|
-
create_new_account_link:
|
|
26384
|
-
create_password_account_title:
|
|
26385
|
-
currently_logged_in_as:
|
|
26386
|
-
email:
|
|
26387
|
-
email_placeholder:
|
|
26388
|
-
email_validated:
|
|
26389
|
-
email_validated_cta:
|
|
26390
|
-
email_verification_for_signup_sent_description:
|
|
26391
|
-
email_verification_for_signup_sent_title:
|
|
26392
|
-
enter_a_code_btn:
|
|
26393
|
-
enter_email_for_verification_description:
|
|
26394
|
-
enter_new_password_placeholder:
|
|
26395
|
-
enter_password:
|
|
26396
|
-
enter_password_description:
|
|
26397
|
-
enter_your_password_btn:
|
|
26398
|
-
expired_code:
|
|
26399
|
-
fokus_info_message:
|
|
26400
|
-
forgot_password_cta:
|
|
26401
|
-
forgot_password_description:
|
|
26402
|
-
forgot_password_email_sent:
|
|
26403
|
-
forgot_password_link:
|
|
26404
|
-
forgot_password_title:
|
|
26405
|
-
go_back:
|
|
26406
|
+
continue_social_login: Mj,
|
|
26407
|
+
continue_with: Hj,
|
|
26408
|
+
continue_with_sso_provider_headline: Zj,
|
|
26409
|
+
copyright: Kj,
|
|
26410
|
+
copyright_sesamy: Fj,
|
|
26411
|
+
create_account_description: Wj,
|
|
26412
|
+
create_account_email_invalid: Gj,
|
|
26413
|
+
create_account_passwords_didnt_match: Jj,
|
|
26414
|
+
create_account_title: Yj,
|
|
26415
|
+
create_account_weak_password: Xj,
|
|
26416
|
+
create_new_account_link: Qj,
|
|
26417
|
+
create_password_account_title: e3,
|
|
26418
|
+
currently_logged_in_as: a3,
|
|
26419
|
+
email: t3,
|
|
26420
|
+
email_placeholder: i3,
|
|
26421
|
+
email_validated: r3,
|
|
26422
|
+
email_validated_cta: n3,
|
|
26423
|
+
email_verification_for_signup_sent_description: s3,
|
|
26424
|
+
email_verification_for_signup_sent_title: o3,
|
|
26425
|
+
enter_a_code_btn: l3,
|
|
26426
|
+
enter_email_for_verification_description: c3,
|
|
26427
|
+
enter_new_password_placeholder: d3,
|
|
26428
|
+
enter_password: u3,
|
|
26429
|
+
enter_password_description: h3,
|
|
26430
|
+
enter_your_password_btn: m3,
|
|
26431
|
+
expired_code: p3,
|
|
26432
|
+
fokus_info_message: g3,
|
|
26433
|
+
forgot_password_cta: f3,
|
|
26434
|
+
forgot_password_description: b3,
|
|
26435
|
+
forgot_password_email_sent: y3,
|
|
26436
|
+
forgot_password_link: k3,
|
|
26437
|
+
forgot_password_title: v3,
|
|
26438
|
+
go_back: w3,
|
|
26406
26439
|
"invalid-email": "Invalid email",
|
|
26407
|
-
invalid_password:
|
|
26408
|
-
invalid_session_body:
|
|
26409
|
-
invalid_session_title:
|
|
26410
|
-
link_email_click_to_login:
|
|
26411
|
-
link_email_login:
|
|
26412
|
-
link_email_or_enter_code:
|
|
26413
|
-
link_page_body:
|
|
26414
|
-
link_page_headline:
|
|
26415
|
-
logged_in_as:
|
|
26416
|
-
login:
|
|
26417
|
-
login_description:
|
|
26418
|
-
login_description_code:
|
|
26419
|
-
login_description_link:
|
|
26420
|
-
logout:
|
|
26421
|
-
no_use_another:
|
|
26422
|
-
or:
|
|
26423
|
-
password:
|
|
26424
|
-
password_has_been_reset:
|
|
26425
|
-
password_has_been_reset_title:
|
|
26426
|
-
password_reset_subject:
|
|
26427
|
-
password_reset_title:
|
|
26428
|
-
privacy_policy:
|
|
26429
|
-
redirecting:
|
|
26430
|
-
reenter_new_password_placeholder:
|
|
26431
|
-
register_password_account:
|
|
26432
|
-
resend_code:
|
|
26433
|
-
reset_password_cta:
|
|
26434
|
-
reset_password_description:
|
|
26435
|
-
reset_password_email_click_to_reset:
|
|
26436
|
-
reset_password_email_cta:
|
|
26437
|
-
reset_password_email_reset:
|
|
26438
|
-
reset_password_subject:
|
|
26439
|
-
reset_password_title:
|
|
26440
|
-
send:
|
|
26441
|
-
send_me_a_new_magic_link:
|
|
26442
|
-
sent_code_spam:
|
|
26443
|
-
set_password:
|
|
26444
|
-
sign_in:
|
|
26445
|
-
signup:
|
|
26446
|
-
signup_success:
|
|
26447
|
-
spotify_already_linked_body:
|
|
26448
|
-
spotify_already_linked_cta:
|
|
26449
|
-
spotify_already_linked_step1_body:
|
|
26450
|
-
spotify_already_linked_step1_title:
|
|
26451
|
-
spotify_already_linked_step2_body:
|
|
26452
|
-
spotify_already_linked_step2_title:
|
|
26453
|
-
spotify_already_linked_title:
|
|
26454
|
-
support_info:
|
|
26455
|
-
terms:
|
|
26456
|
-
unverified_email:
|
|
26457
|
-
user_account_does_not_exist:
|
|
26458
|
-
user_not_found:
|
|
26459
|
-
user_not_found_body:
|
|
26460
|
-
user_not_found_cta:
|
|
26461
|
-
validate_code:
|
|
26462
|
-
validate_email_body:
|
|
26463
|
-
validate_email_title:
|
|
26464
|
-
verify_email_click_to_verify:
|
|
26465
|
-
verify_email_subject:
|
|
26466
|
-
verify_email_title:
|
|
26467
|
-
verify_email_verify:
|
|
26468
|
-
verify_your_email:
|
|
26469
|
-
we_sent_a_code_to:
|
|
26470
|
-
welcome:
|
|
26471
|
-
welcome_to_your_account:
|
|
26472
|
-
yes_continue:
|
|
26473
|
-
yes_continue_with:
|
|
26474
|
-
yes_continue_with_existing_account:
|
|
26475
|
-
},
|
|
26440
|
+
invalid_password: _3,
|
|
26441
|
+
invalid_session_body: x3,
|
|
26442
|
+
invalid_session_title: j3,
|
|
26443
|
+
link_email_click_to_login: z3,
|
|
26444
|
+
link_email_login: q3,
|
|
26445
|
+
link_email_or_enter_code: S3,
|
|
26446
|
+
link_page_body: A3,
|
|
26447
|
+
link_page_headline: E3,
|
|
26448
|
+
logged_in_as: I3,
|
|
26449
|
+
login: O3,
|
|
26450
|
+
login_description: C3,
|
|
26451
|
+
login_description_code: $3,
|
|
26452
|
+
login_description_link: T3,
|
|
26453
|
+
logout: N3,
|
|
26454
|
+
no_use_another: R3,
|
|
26455
|
+
or: P3,
|
|
26456
|
+
password: B3,
|
|
26457
|
+
password_has_been_reset: U3,
|
|
26458
|
+
password_has_been_reset_title: L3,
|
|
26459
|
+
password_reset_subject: D3,
|
|
26460
|
+
password_reset_title: V3,
|
|
26461
|
+
privacy_policy: M3,
|
|
26462
|
+
redirecting: H3,
|
|
26463
|
+
reenter_new_password_placeholder: Z3,
|
|
26464
|
+
register_password_account: K3,
|
|
26465
|
+
resend_code: F3,
|
|
26466
|
+
reset_password_cta: W3,
|
|
26467
|
+
reset_password_description: G3,
|
|
26468
|
+
reset_password_email_click_to_reset: J3,
|
|
26469
|
+
reset_password_email_cta: Y3,
|
|
26470
|
+
reset_password_email_reset: X3,
|
|
26471
|
+
reset_password_subject: Q3,
|
|
26472
|
+
reset_password_title: ez,
|
|
26473
|
+
send: az,
|
|
26474
|
+
send_me_a_new_magic_link: tz,
|
|
26475
|
+
sent_code_spam: iz,
|
|
26476
|
+
set_password: rz,
|
|
26477
|
+
sign_in: nz,
|
|
26478
|
+
signup: sz,
|
|
26479
|
+
signup_success: oz,
|
|
26480
|
+
spotify_already_linked_body: lz,
|
|
26481
|
+
spotify_already_linked_cta: cz,
|
|
26482
|
+
spotify_already_linked_step1_body: dz,
|
|
26483
|
+
spotify_already_linked_step1_title: uz,
|
|
26484
|
+
spotify_already_linked_step2_body: hz,
|
|
26485
|
+
spotify_already_linked_step2_title: mz,
|
|
26486
|
+
spotify_already_linked_title: pz,
|
|
26487
|
+
support_info: gz,
|
|
26488
|
+
terms: fz,
|
|
26489
|
+
unverified_email: bz,
|
|
26490
|
+
user_account_does_not_exist: yz,
|
|
26491
|
+
user_not_found: kz,
|
|
26492
|
+
user_not_found_body: vz,
|
|
26493
|
+
user_not_found_cta: wz,
|
|
26494
|
+
validate_code: _z,
|
|
26495
|
+
validate_email_body: xz,
|
|
26496
|
+
validate_email_title: jz,
|
|
26497
|
+
verify_email_click_to_verify: zz,
|
|
26498
|
+
verify_email_subject: qz,
|
|
26499
|
+
verify_email_title: Sz,
|
|
26500
|
+
verify_email_verify: Az,
|
|
26501
|
+
verify_your_email: Ez,
|
|
26502
|
+
we_sent_a_code_to: Iz,
|
|
26503
|
+
welcome: Oz,
|
|
26504
|
+
welcome_to_your_account: Cz,
|
|
26505
|
+
yes_continue: $z,
|
|
26506
|
+
yes_continue_with: Tz,
|
|
26507
|
+
yes_continue_with_existing_account: Nz
|
|
26508
|
+
}, Pz = "Account rilevato", Bz = "Abbiamo rilevato che l'utente ha già creato un account tramite", Uz = "Effettuando l'accesso, l'utente accetta la nostra", Lz = "e", Dz = "Mancata corrispondenza dell'URL di callback", Vz = "Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.", Mz = "continuare con l'utente", Hz = "Fare clic sul pulsante per creare un nuovo account con password.", Zz = "Inserite il codice all'indirizzo {{vendorName}} per completare il login.", Kz = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", Fz = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", Wz = "Il codice è valido per 30 minuti", Gz = "Confermare la password", Jz = "Avete bisogno di aiuto?", Yz = "Contattateci", Xz = "o continuare con il conto sociale", Qz = "Continua con {{provider}}", e4 = "Desidera continuare a utilizzare l'account esistente?", a4 = "Copyright © 2023 SESAMY. Tutti i diritti riservati.", t4 = "©2023 Sesamy", i4 = "Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.", r4 = "Inserire un indirizzo e-mail valido.", n4 = "Le password non corrispondono. Riprovare.", s4 = "Scegliere la password", o4 = "La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.", l4 = "Creare un nuovo account", c4 = "Iscriviti con la password", d4 = "Attualmente si è connessi come <0>{{email}}</0>", u4 = "Email", h4 = "Indirizzo e-mail", m4 = "Il tuo indirizzo e-mail è stato convalidato", p4 = "Ora inserire la password per accedere nuovamente", g4 = "È stata inviata un'e-mail a <0>{{email}}</0> con un link di verifica. Fare clic sul link per verificare l'indirizzo e-mail e impostare una password.", f4 = "Email di verifica inviata", b4 = "Inserire un codice", y4 = "Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.", k4 = "Inserire la nuova password", v4 = "Inserire la password", w4 = "Inserire l'indirizzo e-mail e la password per accedere.", _4 = "Inserire la password", x4 = "Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.", j4 = "Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>", z4 = "Inviare l'e-mail di reimpostazione della password", q4 = "Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.", S4 = "Email di reimpostazione della password inviata", A4 = "Hai dimenticato la password?", E4 = "Hai dimenticato la password?", I4 = "Torna indietro", O4 = "Password non valida", C4 = `Il link non è più valido.
|
|
26476
26509
|
|
|
26477
26510
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
26478
26511
|
|
|
26479
|
-
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,
|
|
26512
|
+
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, $4 = "Collegamento non valido", T4 = "Fare clic sul pulsante per accedere", N4 = "Accedi", R4 = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", P4 = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", B4 = "Collegate il vostro account con {{service}}", U4 = "L'utente ha effettuato l'accesso come", L4 = "Accesso", D4 = "Inserire l'indirizzo e-mail per accedere.", V4 = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", M4 = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", H4 = "Disconnettersi", Z4 = "No, voglio usare un altro account", K4 = "o", F4 = "Password", W4 = "La password è stata reimpostata", G4 = "Il successo", J4 = "Modifica della password dell'account {{vendorName}}", Y4 = "Modifica della password dell'account {{vendorName}} ", X4 = "Informativa sulla privacy", Q4 = "Reindirizzamento", e5 = "Confermare la password", a5 = "Registrazione di una nuova password", t5 = "Reinvio del codice", i5 = "Modifica della password", r5 = "Immettere di seguito la nuova password per l'account e-mail: ", n5 = "Fare clic sul pulsante per reimpostare la password", s5 = "Fare clic sul pulsante per reimpostare la password", o5 = "Reimpostare la password", l5 = "Modifica della password dell'account {{vendorName}} ", c5 = "Reimpostare la password", d5 = "Inviare", u5 = "Inviami un nuovo link magico", h5 = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", m5 = "Impostare la password", p5 = "Accedi", g5 = "Iscriviti", f5 = "Iscriviti con successo", b5 = "Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.", y5 = "Vai alla pagina di accesso ai contenuti di Spotify", k5 = `Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`, v5 = "Passo 1: Disconnettere l'account Spotify", w5 = "Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.", _5 = "Passo 2: ricollegare l'account Spotify a Sesamy", x5 = "Ops! Il tuo account Spotify è già collegato", j5 = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", z5 = "Termini e condizioni", q5 = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", S5 = "L'account utente non esiste", A5 = "L'account utente non esiste", E5 = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", I5 = "Riprova.", O5 = "Convalida del codice", C5 = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", $5 = "Iscritta", T5 = "Fare clic sul pulsante per verificare l'indirizzo e-mail", N5 = "Convalidare l'indirizzo e-mail", R5 = "Convalidare l'indirizzo e-mail", P5 = "Verifica dell'account", B5 = "Verificare l'e-mail", U5 = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", L5 = "Benvenuti", D5 = "Benvenuto nel tuo account {{vendorName}}!", V5 = "Continuare con questo account", M5 = "Sì, continuare con {{text}}", H5 = "Sì, continuare con l'account esistente", Z5 = {
|
|
26480
26513
|
"Server error: Invalid code": "Codice non valido",
|
|
26481
26514
|
"Wrong email or verification code": {
|
|
26482
26515
|
"": "Email o codice di verifica errati."
|
|
26483
26516
|
},
|
|
26484
|
-
account_detected:
|
|
26485
|
-
account_with_sso_provider:
|
|
26486
|
-
agree_to:
|
|
26487
|
-
and:
|
|
26488
|
-
callback_url_mismatch:
|
|
26489
|
-
callback_url_not_allowed:
|
|
26490
|
-
check_email_title:
|
|
26491
|
-
click_to_sign_up_description:
|
|
26492
|
-
code_email_enter_code:
|
|
26493
|
-
code_email_subject:
|
|
26494
|
-
code_email_title:
|
|
26495
|
-
code_valid_30_minutes:
|
|
26496
|
-
confirm_password:
|
|
26497
|
-
contact_support:
|
|
26498
|
-
contact_us:
|
|
26517
|
+
account_detected: Pz,
|
|
26518
|
+
account_with_sso_provider: Bz,
|
|
26519
|
+
agree_to: Uz,
|
|
26520
|
+
and: Lz,
|
|
26521
|
+
callback_url_mismatch: Dz,
|
|
26522
|
+
callback_url_not_allowed: Vz,
|
|
26523
|
+
check_email_title: Mz,
|
|
26524
|
+
click_to_sign_up_description: Hz,
|
|
26525
|
+
code_email_enter_code: Zz,
|
|
26526
|
+
code_email_subject: Kz,
|
|
26527
|
+
code_email_title: Fz,
|
|
26528
|
+
code_valid_30_minutes: Wz,
|
|
26529
|
+
confirm_password: Gz,
|
|
26530
|
+
contact_support: Jz,
|
|
26531
|
+
contact_us: Yz,
|
|
26499
26532
|
continue: "Continua",
|
|
26500
|
-
continue_social_login:
|
|
26501
|
-
continue_with:
|
|
26502
|
-
continue_with_sso_provider_headline:
|
|
26503
|
-
copyright:
|
|
26504
|
-
copyright_sesamy:
|
|
26505
|
-
create_account_description:
|
|
26506
|
-
create_account_email_invalid:
|
|
26507
|
-
create_account_passwords_didnt_match:
|
|
26508
|
-
create_account_title:
|
|
26509
|
-
create_account_weak_password:
|
|
26510
|
-
create_new_account_link:
|
|
26511
|
-
create_password_account_title:
|
|
26512
|
-
currently_logged_in_as:
|
|
26513
|
-
email:
|
|
26514
|
-
email_placeholder:
|
|
26515
|
-
email_validated:
|
|
26516
|
-
email_validated_cta:
|
|
26517
|
-
email_verification_for_signup_sent_description:
|
|
26518
|
-
email_verification_for_signup_sent_title:
|
|
26519
|
-
enter_a_code_btn:
|
|
26520
|
-
enter_email_for_verification_description:
|
|
26521
|
-
enter_new_password_placeholder:
|
|
26522
|
-
enter_password:
|
|
26523
|
-
enter_password_description:
|
|
26524
|
-
enter_your_password_btn:
|
|
26525
|
-
expired_code:
|
|
26526
|
-
fokus_info_message:
|
|
26527
|
-
forgot_password_cta:
|
|
26528
|
-
forgot_password_description:
|
|
26529
|
-
forgot_password_email_sent:
|
|
26530
|
-
forgot_password_link:
|
|
26531
|
-
forgot_password_title:
|
|
26532
|
-
go_back:
|
|
26533
|
+
continue_social_login: Xz,
|
|
26534
|
+
continue_with: Qz,
|
|
26535
|
+
continue_with_sso_provider_headline: e4,
|
|
26536
|
+
copyright: a4,
|
|
26537
|
+
copyright_sesamy: t4,
|
|
26538
|
+
create_account_description: i4,
|
|
26539
|
+
create_account_email_invalid: r4,
|
|
26540
|
+
create_account_passwords_didnt_match: n4,
|
|
26541
|
+
create_account_title: s4,
|
|
26542
|
+
create_account_weak_password: o4,
|
|
26543
|
+
create_new_account_link: l4,
|
|
26544
|
+
create_password_account_title: c4,
|
|
26545
|
+
currently_logged_in_as: d4,
|
|
26546
|
+
email: u4,
|
|
26547
|
+
email_placeholder: h4,
|
|
26548
|
+
email_validated: m4,
|
|
26549
|
+
email_validated_cta: p4,
|
|
26550
|
+
email_verification_for_signup_sent_description: g4,
|
|
26551
|
+
email_verification_for_signup_sent_title: f4,
|
|
26552
|
+
enter_a_code_btn: b4,
|
|
26553
|
+
enter_email_for_verification_description: y4,
|
|
26554
|
+
enter_new_password_placeholder: k4,
|
|
26555
|
+
enter_password: v4,
|
|
26556
|
+
enter_password_description: w4,
|
|
26557
|
+
enter_your_password_btn: _4,
|
|
26558
|
+
expired_code: x4,
|
|
26559
|
+
fokus_info_message: j4,
|
|
26560
|
+
forgot_password_cta: z4,
|
|
26561
|
+
forgot_password_description: q4,
|
|
26562
|
+
forgot_password_email_sent: S4,
|
|
26563
|
+
forgot_password_link: A4,
|
|
26564
|
+
forgot_password_title: E4,
|
|
26565
|
+
go_back: I4,
|
|
26533
26566
|
"invalid-email": "Email non valida",
|
|
26534
|
-
invalid_password:
|
|
26535
|
-
invalid_session_body:
|
|
26536
|
-
invalid_session_title:
|
|
26537
|
-
link_email_click_to_login:
|
|
26538
|
-
link_email_login:
|
|
26539
|
-
link_email_or_enter_code:
|
|
26540
|
-
link_page_body:
|
|
26541
|
-
link_page_headline:
|
|
26542
|
-
logged_in_as:
|
|
26543
|
-
login:
|
|
26544
|
-
login_description:
|
|
26545
|
-
login_description_code:
|
|
26546
|
-
login_description_link:
|
|
26547
|
-
logout:
|
|
26548
|
-
no_use_another:
|
|
26549
|
-
or:
|
|
26550
|
-
password:
|
|
26551
|
-
password_has_been_reset:
|
|
26552
|
-
password_has_been_reset_title:
|
|
26553
|
-
password_reset_subject:
|
|
26554
|
-
password_reset_title:
|
|
26555
|
-
privacy_policy:
|
|
26556
|
-
redirecting:
|
|
26557
|
-
reenter_new_password_placeholder:
|
|
26558
|
-
register_password_account:
|
|
26559
|
-
resend_code:
|
|
26560
|
-
reset_password_cta:
|
|
26561
|
-
reset_password_description:
|
|
26562
|
-
reset_password_email_click_to_reset:
|
|
26563
|
-
reset_password_email_cta:
|
|
26564
|
-
reset_password_email_reset:
|
|
26565
|
-
reset_password_subject:
|
|
26566
|
-
reset_password_title:
|
|
26567
|
-
send:
|
|
26568
|
-
send_me_a_new_magic_link:
|
|
26569
|
-
sent_code_spam:
|
|
26570
|
-
set_password:
|
|
26571
|
-
sign_in:
|
|
26572
|
-
signup:
|
|
26573
|
-
signup_success:
|
|
26574
|
-
spotify_already_linked_body:
|
|
26575
|
-
spotify_already_linked_cta:
|
|
26576
|
-
spotify_already_linked_step1_body:
|
|
26577
|
-
spotify_already_linked_step1_title:
|
|
26578
|
-
spotify_already_linked_step2_body:
|
|
26579
|
-
spotify_already_linked_step2_title:
|
|
26580
|
-
spotify_already_linked_title:
|
|
26581
|
-
support_info:
|
|
26582
|
-
terms:
|
|
26583
|
-
unverified_email:
|
|
26584
|
-
user_account_does_not_exist:
|
|
26585
|
-
user_not_found:
|
|
26586
|
-
user_not_found_body:
|
|
26587
|
-
user_not_found_cta:
|
|
26588
|
-
validate_code:
|
|
26589
|
-
validate_email_body:
|
|
26590
|
-
validate_email_title:
|
|
26591
|
-
verify_email_click_to_verify:
|
|
26592
|
-
verify_email_subject:
|
|
26593
|
-
verify_email_title:
|
|
26594
|
-
verify_email_verify:
|
|
26595
|
-
verify_your_email:
|
|
26596
|
-
we_sent_a_code_to:
|
|
26597
|
-
welcome:
|
|
26598
|
-
welcome_to_your_account:
|
|
26599
|
-
yes_continue:
|
|
26600
|
-
yes_continue_with:
|
|
26601
|
-
yes_continue_with_existing_account:
|
|
26602
|
-
},
|
|
26567
|
+
invalid_password: O4,
|
|
26568
|
+
invalid_session_body: C4,
|
|
26569
|
+
invalid_session_title: $4,
|
|
26570
|
+
link_email_click_to_login: T4,
|
|
26571
|
+
link_email_login: N4,
|
|
26572
|
+
link_email_or_enter_code: R4,
|
|
26573
|
+
link_page_body: P4,
|
|
26574
|
+
link_page_headline: B4,
|
|
26575
|
+
logged_in_as: U4,
|
|
26576
|
+
login: L4,
|
|
26577
|
+
login_description: D4,
|
|
26578
|
+
login_description_code: V4,
|
|
26579
|
+
login_description_link: M4,
|
|
26580
|
+
logout: H4,
|
|
26581
|
+
no_use_another: Z4,
|
|
26582
|
+
or: K4,
|
|
26583
|
+
password: F4,
|
|
26584
|
+
password_has_been_reset: W4,
|
|
26585
|
+
password_has_been_reset_title: G4,
|
|
26586
|
+
password_reset_subject: J4,
|
|
26587
|
+
password_reset_title: Y4,
|
|
26588
|
+
privacy_policy: X4,
|
|
26589
|
+
redirecting: Q4,
|
|
26590
|
+
reenter_new_password_placeholder: e5,
|
|
26591
|
+
register_password_account: a5,
|
|
26592
|
+
resend_code: t5,
|
|
26593
|
+
reset_password_cta: i5,
|
|
26594
|
+
reset_password_description: r5,
|
|
26595
|
+
reset_password_email_click_to_reset: n5,
|
|
26596
|
+
reset_password_email_cta: s5,
|
|
26597
|
+
reset_password_email_reset: o5,
|
|
26598
|
+
reset_password_subject: l5,
|
|
26599
|
+
reset_password_title: c5,
|
|
26600
|
+
send: d5,
|
|
26601
|
+
send_me_a_new_magic_link: u5,
|
|
26602
|
+
sent_code_spam: h5,
|
|
26603
|
+
set_password: m5,
|
|
26604
|
+
sign_in: p5,
|
|
26605
|
+
signup: g5,
|
|
26606
|
+
signup_success: f5,
|
|
26607
|
+
spotify_already_linked_body: b5,
|
|
26608
|
+
spotify_already_linked_cta: y5,
|
|
26609
|
+
spotify_already_linked_step1_body: k5,
|
|
26610
|
+
spotify_already_linked_step1_title: v5,
|
|
26611
|
+
spotify_already_linked_step2_body: w5,
|
|
26612
|
+
spotify_already_linked_step2_title: _5,
|
|
26613
|
+
spotify_already_linked_title: x5,
|
|
26614
|
+
support_info: j5,
|
|
26615
|
+
terms: z5,
|
|
26616
|
+
unverified_email: q5,
|
|
26617
|
+
user_account_does_not_exist: S5,
|
|
26618
|
+
user_not_found: A5,
|
|
26619
|
+
user_not_found_body: E5,
|
|
26620
|
+
user_not_found_cta: I5,
|
|
26621
|
+
validate_code: O5,
|
|
26622
|
+
validate_email_body: C5,
|
|
26623
|
+
validate_email_title: $5,
|
|
26624
|
+
verify_email_click_to_verify: T5,
|
|
26625
|
+
verify_email_subject: N5,
|
|
26626
|
+
verify_email_title: R5,
|
|
26627
|
+
verify_email_verify: P5,
|
|
26628
|
+
verify_your_email: B5,
|
|
26629
|
+
we_sent_a_code_to: U5,
|
|
26630
|
+
welcome: L5,
|
|
26631
|
+
welcome_to_your_account: D5,
|
|
26632
|
+
yes_continue: V5,
|
|
26633
|
+
yes_continue_with: M5,
|
|
26634
|
+
yes_continue_with_existing_account: H5
|
|
26635
|
+
}, K5 = "Konto oppdaget", F5 = "Vi har oppdaget at du allerede har opprettet en konto gjennom", W5 = "Ved å logge på godtar du vår", G5 = "og", J5 = "Callback-URLen samsvarer ikke", Y5 = "Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.", X5 = "fortsett med bruker", Q5 = "Klikk på knappen for å opprette en ny passordkonto.", e6 = "Skriv inn koden på {{vendorName}} for å fullføre påloggingen", a6 = "Velkommen til {{vendorName}} ! {{code}} er påloggingskoden", t6 = "Velkommen til {{vendorName}}! {{code}} er påloggingskoden", i6 = "Koden er gyldig i 30 minutter", r6 = "Bekreft passord", n6 = "Trenger hjelp?", s6 = "Kontakt oss", o6 = "eller fortsett med sosial konto", l6 = "Fortsett med {{provider}}", c6 = "Vil du fortsette med din eksisterende konto?", d6 = "Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.", u6 = "©2023 Sesamy", h6 = "Velg et passord med en blanding av store og små bokstaver, tall og symboler.", m6 = "Vennligst skriv inn en gyldig e-postadresse.", p6 = "Passordene stemte ikke overens. Prøv igjen.", g6 = "Velg passord", f6 = "Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.", b6 = "Opprett ny konto", y6 = "Registrer deg med passord", k6 = "Du er logget på som <0> {{email}}</0>", v6 = "E-post", w6 = "E-postadresse", _6 = "E-postadressen din har blitt validert", x6 = "Skriv nå inn passordet ditt for å logge inn igjen", j6 = "En e-post har blitt sendt til <0>{{email}}</0> med en bekreftelseslenke. Klikk på lenken for å bekrefte e-postadressen din og angi et passord.", z6 = "E-postbekreftelse sendt", q6 = "Angi en kode", S6 = "Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.", A6 = "Skriv inn nytt passord", E6 = "Oppgi passord", I6 = "Skriv inn e-postadressen og passordet ditt for å logge inn.", O6 = "Skriv inn passordet ditt", C6 = "Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.", $6 = "Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>", T6 = "Send e-post om tilbakestilling av passord", N6 = "Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.", R6 = "E-post om tilbakestilling av passord sendt", P6 = "Har du glemt passordet?", B6 = "Har du glemt passordet?", U6 = "Gå tilbake", L6 = "Ugyldig passord", D6 = `Lenken er ikke lenger gyldig.
|
|
26603
26636
|
|
|
26604
26637
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
26605
26638
|
|
|
26606
|
-
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,
|
|
26639
|
+
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, V6 = "Ugyldig lenke", M6 = "Klikk på knappen for å logge inn", H6 = "Logg inn", Z6 = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", K6 = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", F6 = "Koble kontoen din til {{service}}", W6 = "Du er innlogget som", G6 = "Logg inn", J6 = "Skriv inn e-postadressen din for å logge på.", Y6 = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", X6 = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", Q6 = "Logg ut", e9 = "Nei, jeg vil bruke en annen konto", a9 = "eller", t9 = "Passord", i9 = "Passordet har blitt tilbakestilt", r9 = "Suksess", n9 = "Endre passord for {{vendorName}} kontoen din", s9 = "Endre passord for {{vendorName}} kontoen din", o9 = "Personvernerklæring", l9 = "Omdirigerer", c9 = "Bekreft passord", d9 = "Registrer et nytt passord", u9 = "Send kode på nytt", h9 = "Endre passord", m9 = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", p9 = "Klikk på knappen for å tilbakestille passordet ditt", g9 = "Klikk på knappen for å tilbakestille passordet ditt", f9 = "Tilbakestill passordet ditt", b9 = "Endre passord for {{vendorName}} -kontoen din", y9 = "Tilbakestill passord", k9 = "Send", v9 = "Send meg en ny magisk lenke", w9 = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", _9 = "Angi passord", x9 = "Logg inn", j9 = "Påmelding", z9 = "Vellykket registrering", q9 = "Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.", S9 = "Gå til Spotifys innholdstilgangsside", A9 = 'La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.', E9 = "Trinn 1: Koble fra Spotify-kontoen din", I9 = "Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.", O9 = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", C9 = "Oops! Spotify-kontoen din er allerede koblet", $9 = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", T9 = "vilkår", N9 = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", R9 = "Brukerkonto eksisterer ikke", P9 = "Brukerkonto eksisterer ikke", B9 = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", U9 = "Prøv igjen.", L9 = "Bekreft koden", D9 = "Sjekk innboksen din for instruksjoner om e-postvalidering.", V9 = "Registrerte seg", M9 = "Klikk på knappen for å bekrefte e-postadressen din", H9 = "Bekreft e-postadressen din", Z9 = "Bekreft e-postadressen din", K9 = "Bekreft konto", F9 = "Bekreft e-posten din", W9 = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", G9 = "Velkommen", J9 = "Velkommen til din brukerkonto hos {{vendorName}} !", Y9 = "Fortsett med denne kontoen", X9 = "Ja, fortsett med {{text}}", Q9 = "Ja, fortsett med eksisterende konto", e8 = {
|
|
26607
26640
|
"Server error: Invalid code": "Ugyldig kode",
|
|
26608
26641
|
"Wrong email or verification code": {
|
|
26609
26642
|
"": "Feil e-post eller bekreftelseskode."
|
|
26610
26643
|
},
|
|
26611
|
-
account_detected:
|
|
26612
|
-
account_with_sso_provider:
|
|
26613
|
-
agree_to:
|
|
26614
|
-
and:
|
|
26615
|
-
callback_url_mismatch:
|
|
26616
|
-
callback_url_not_allowed:
|
|
26617
|
-
check_email_title:
|
|
26618
|
-
click_to_sign_up_description:
|
|
26619
|
-
code_email_enter_code:
|
|
26620
|
-
code_email_subject:
|
|
26621
|
-
code_email_title:
|
|
26622
|
-
code_valid_30_minutes:
|
|
26623
|
-
confirm_password:
|
|
26624
|
-
contact_support:
|
|
26625
|
-
contact_us:
|
|
26644
|
+
account_detected: K5,
|
|
26645
|
+
account_with_sso_provider: F5,
|
|
26646
|
+
agree_to: W5,
|
|
26647
|
+
and: G5,
|
|
26648
|
+
callback_url_mismatch: J5,
|
|
26649
|
+
callback_url_not_allowed: Y5,
|
|
26650
|
+
check_email_title: X5,
|
|
26651
|
+
click_to_sign_up_description: Q5,
|
|
26652
|
+
code_email_enter_code: e6,
|
|
26653
|
+
code_email_subject: a6,
|
|
26654
|
+
code_email_title: t6,
|
|
26655
|
+
code_valid_30_minutes: i6,
|
|
26656
|
+
confirm_password: r6,
|
|
26657
|
+
contact_support: n6,
|
|
26658
|
+
contact_us: s6,
|
|
26626
26659
|
continue: "Fortsette",
|
|
26627
|
-
continue_social_login:
|
|
26628
|
-
continue_with:
|
|
26629
|
-
continue_with_sso_provider_headline:
|
|
26630
|
-
copyright:
|
|
26631
|
-
copyright_sesamy:
|
|
26632
|
-
create_account_description:
|
|
26633
|
-
create_account_email_invalid:
|
|
26634
|
-
create_account_passwords_didnt_match:
|
|
26635
|
-
create_account_title:
|
|
26636
|
-
create_account_weak_password:
|
|
26637
|
-
create_new_account_link:
|
|
26638
|
-
create_password_account_title:
|
|
26639
|
-
currently_logged_in_as:
|
|
26640
|
-
email:
|
|
26641
|
-
email_placeholder:
|
|
26642
|
-
email_validated:
|
|
26643
|
-
email_validated_cta:
|
|
26644
|
-
email_verification_for_signup_sent_description:
|
|
26645
|
-
email_verification_for_signup_sent_title:
|
|
26646
|
-
enter_a_code_btn:
|
|
26647
|
-
enter_email_for_verification_description:
|
|
26648
|
-
enter_new_password_placeholder:
|
|
26649
|
-
enter_password:
|
|
26650
|
-
enter_password_description:
|
|
26651
|
-
enter_your_password_btn:
|
|
26652
|
-
expired_code:
|
|
26653
|
-
fokus_info_message:
|
|
26654
|
-
forgot_password_cta:
|
|
26655
|
-
forgot_password_description:
|
|
26656
|
-
forgot_password_email_sent:
|
|
26657
|
-
forgot_password_link:
|
|
26658
|
-
forgot_password_title:
|
|
26659
|
-
go_back:
|
|
26660
|
+
continue_social_login: o6,
|
|
26661
|
+
continue_with: l6,
|
|
26662
|
+
continue_with_sso_provider_headline: c6,
|
|
26663
|
+
copyright: d6,
|
|
26664
|
+
copyright_sesamy: u6,
|
|
26665
|
+
create_account_description: h6,
|
|
26666
|
+
create_account_email_invalid: m6,
|
|
26667
|
+
create_account_passwords_didnt_match: p6,
|
|
26668
|
+
create_account_title: g6,
|
|
26669
|
+
create_account_weak_password: f6,
|
|
26670
|
+
create_new_account_link: b6,
|
|
26671
|
+
create_password_account_title: y6,
|
|
26672
|
+
currently_logged_in_as: k6,
|
|
26673
|
+
email: v6,
|
|
26674
|
+
email_placeholder: w6,
|
|
26675
|
+
email_validated: _6,
|
|
26676
|
+
email_validated_cta: x6,
|
|
26677
|
+
email_verification_for_signup_sent_description: j6,
|
|
26678
|
+
email_verification_for_signup_sent_title: z6,
|
|
26679
|
+
enter_a_code_btn: q6,
|
|
26680
|
+
enter_email_for_verification_description: S6,
|
|
26681
|
+
enter_new_password_placeholder: A6,
|
|
26682
|
+
enter_password: E6,
|
|
26683
|
+
enter_password_description: I6,
|
|
26684
|
+
enter_your_password_btn: O6,
|
|
26685
|
+
expired_code: C6,
|
|
26686
|
+
fokus_info_message: $6,
|
|
26687
|
+
forgot_password_cta: T6,
|
|
26688
|
+
forgot_password_description: N6,
|
|
26689
|
+
forgot_password_email_sent: R6,
|
|
26690
|
+
forgot_password_link: P6,
|
|
26691
|
+
forgot_password_title: B6,
|
|
26692
|
+
go_back: U6,
|
|
26660
26693
|
"invalid-email": "Ugyldig epost",
|
|
26661
|
-
invalid_password:
|
|
26662
|
-
invalid_session_body:
|
|
26663
|
-
invalid_session_title:
|
|
26664
|
-
link_email_click_to_login:
|
|
26665
|
-
link_email_login:
|
|
26666
|
-
link_email_or_enter_code:
|
|
26667
|
-
link_page_body:
|
|
26668
|
-
link_page_headline:
|
|
26669
|
-
logged_in_as:
|
|
26670
|
-
login:
|
|
26671
|
-
login_description:
|
|
26672
|
-
login_description_code:
|
|
26673
|
-
login_description_link:
|
|
26674
|
-
logout:
|
|
26675
|
-
no_use_another:
|
|
26676
|
-
or:
|
|
26677
|
-
password:
|
|
26678
|
-
password_has_been_reset:
|
|
26679
|
-
password_has_been_reset_title:
|
|
26680
|
-
password_reset_subject:
|
|
26681
|
-
password_reset_title:
|
|
26682
|
-
privacy_policy:
|
|
26683
|
-
redirecting:
|
|
26684
|
-
reenter_new_password_placeholder:
|
|
26685
|
-
register_password_account:
|
|
26686
|
-
resend_code:
|
|
26687
|
-
reset_password_cta:
|
|
26688
|
-
reset_password_description:
|
|
26689
|
-
reset_password_email_click_to_reset:
|
|
26690
|
-
reset_password_email_cta:
|
|
26691
|
-
reset_password_email_reset:
|
|
26692
|
-
reset_password_subject:
|
|
26693
|
-
reset_password_title:
|
|
26694
|
-
send:
|
|
26695
|
-
send_me_a_new_magic_link:
|
|
26696
|
-
sent_code_spam:
|
|
26697
|
-
set_password:
|
|
26698
|
-
sign_in:
|
|
26699
|
-
signup:
|
|
26700
|
-
signup_success:
|
|
26701
|
-
spotify_already_linked_body:
|
|
26702
|
-
spotify_already_linked_cta:
|
|
26703
|
-
spotify_already_linked_step1_body:
|
|
26704
|
-
spotify_already_linked_step1_title:
|
|
26705
|
-
spotify_already_linked_step2_body:
|
|
26706
|
-
spotify_already_linked_step2_title:
|
|
26707
|
-
spotify_already_linked_title:
|
|
26708
|
-
support_info:
|
|
26709
|
-
terms:
|
|
26710
|
-
unverified_email:
|
|
26711
|
-
user_account_does_not_exist:
|
|
26712
|
-
user_not_found:
|
|
26713
|
-
user_not_found_body:
|
|
26714
|
-
user_not_found_cta:
|
|
26715
|
-
validate_code:
|
|
26716
|
-
validate_email_body:
|
|
26717
|
-
validate_email_title:
|
|
26718
|
-
verify_email_click_to_verify:
|
|
26719
|
-
verify_email_subject:
|
|
26720
|
-
verify_email_title:
|
|
26721
|
-
verify_email_verify:
|
|
26722
|
-
verify_your_email:
|
|
26723
|
-
we_sent_a_code_to:
|
|
26724
|
-
welcome:
|
|
26725
|
-
welcome_to_your_account:
|
|
26726
|
-
yes_continue:
|
|
26727
|
-
yes_continue_with:
|
|
26728
|
-
yes_continue_with_existing_account:
|
|
26729
|
-
},
|
|
26694
|
+
invalid_password: L6,
|
|
26695
|
+
invalid_session_body: D6,
|
|
26696
|
+
invalid_session_title: V6,
|
|
26697
|
+
link_email_click_to_login: M6,
|
|
26698
|
+
link_email_login: H6,
|
|
26699
|
+
link_email_or_enter_code: Z6,
|
|
26700
|
+
link_page_body: K6,
|
|
26701
|
+
link_page_headline: F6,
|
|
26702
|
+
logged_in_as: W6,
|
|
26703
|
+
login: G6,
|
|
26704
|
+
login_description: J6,
|
|
26705
|
+
login_description_code: Y6,
|
|
26706
|
+
login_description_link: X6,
|
|
26707
|
+
logout: Q6,
|
|
26708
|
+
no_use_another: e9,
|
|
26709
|
+
or: a9,
|
|
26710
|
+
password: t9,
|
|
26711
|
+
password_has_been_reset: i9,
|
|
26712
|
+
password_has_been_reset_title: r9,
|
|
26713
|
+
password_reset_subject: n9,
|
|
26714
|
+
password_reset_title: s9,
|
|
26715
|
+
privacy_policy: o9,
|
|
26716
|
+
redirecting: l9,
|
|
26717
|
+
reenter_new_password_placeholder: c9,
|
|
26718
|
+
register_password_account: d9,
|
|
26719
|
+
resend_code: u9,
|
|
26720
|
+
reset_password_cta: h9,
|
|
26721
|
+
reset_password_description: m9,
|
|
26722
|
+
reset_password_email_click_to_reset: p9,
|
|
26723
|
+
reset_password_email_cta: g9,
|
|
26724
|
+
reset_password_email_reset: f9,
|
|
26725
|
+
reset_password_subject: b9,
|
|
26726
|
+
reset_password_title: y9,
|
|
26727
|
+
send: k9,
|
|
26728
|
+
send_me_a_new_magic_link: v9,
|
|
26729
|
+
sent_code_spam: w9,
|
|
26730
|
+
set_password: _9,
|
|
26731
|
+
sign_in: x9,
|
|
26732
|
+
signup: j9,
|
|
26733
|
+
signup_success: z9,
|
|
26734
|
+
spotify_already_linked_body: q9,
|
|
26735
|
+
spotify_already_linked_cta: S9,
|
|
26736
|
+
spotify_already_linked_step1_body: A9,
|
|
26737
|
+
spotify_already_linked_step1_title: E9,
|
|
26738
|
+
spotify_already_linked_step2_body: I9,
|
|
26739
|
+
spotify_already_linked_step2_title: O9,
|
|
26740
|
+
spotify_already_linked_title: C9,
|
|
26741
|
+
support_info: $9,
|
|
26742
|
+
terms: T9,
|
|
26743
|
+
unverified_email: N9,
|
|
26744
|
+
user_account_does_not_exist: R9,
|
|
26745
|
+
user_not_found: P9,
|
|
26746
|
+
user_not_found_body: B9,
|
|
26747
|
+
user_not_found_cta: U9,
|
|
26748
|
+
validate_code: L9,
|
|
26749
|
+
validate_email_body: D9,
|
|
26750
|
+
validate_email_title: V9,
|
|
26751
|
+
verify_email_click_to_verify: M9,
|
|
26752
|
+
verify_email_subject: H9,
|
|
26753
|
+
verify_email_title: Z9,
|
|
26754
|
+
verify_email_verify: K9,
|
|
26755
|
+
verify_your_email: F9,
|
|
26756
|
+
we_sent_a_code_to: W9,
|
|
26757
|
+
welcome: G9,
|
|
26758
|
+
welcome_to_your_account: J9,
|
|
26759
|
+
yes_continue: Y9,
|
|
26760
|
+
yes_continue_with: X9,
|
|
26761
|
+
yes_continue_with_existing_account: Q9
|
|
26762
|
+
}, a8 = "Fortsätt med existerande konto", t8 = "Det verkar som att du redan har skapat ett konto genom", i8 = "Genom att logga in godkänner du våra", r8 = "och", n8 = "Callback URL mismatch", s8 = "The provided redirect_uri is not in the list of allowed callback URLs.", o8 = "fortsätt med användaren", l8 = "Klicka på knappen för att skapa ett nytt lösenordskonto.", c8 = "Skriv in koden på {{vendorName}} för att slutföra inloggningen", d8 = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", u8 = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", h8 = "Koden är giltig i 30 minuter", m8 = "Bekräfta lösenord", p8 = "Behöver du hjälp?", g8 = "Kontakta oss", f8 = "eller via sociala medier", b8 = "Fortsätt med {{provider}}", y8 = "Vill du fortsätta med det här kontot?", k8 = "Copyright © 2023 SESAMY. Alla rättigheter förbehållna.", v8 = "©2023 Sesamy", w8 = "Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.", _8 = "Ange en giltig e-postadress.", x8 = "Lösenorden stämde inte överens. Försök igen.", j8 = "Välj lösenord", z8 = "Lösenordet måste vara minst 8 tecken långt och innehålla minst en gemen bokstav, en versal bokstav, en siffra och en symbol.", q8 = "Skapa nytt konto", S8 = "Registrera dig med lösenord", A8 = "Du är inloggad som <0>{{email}}</0>", E8 = "E-postadress", I8 = "E-postadress", O8 = "Din e-postadress har validerats", C8 = "Ange nu ditt lösenord för att logga in igen", $8 = "Ett e-postmeddelande har skickats till <0>{{email}}</0> med en verifieringslänk. Vänligen klicka på länken för att verifiera din e-postadress och välja ett lösenord.", T8 = "E-postverifiering skickad", N8 = "Logga in med kod", R8 = "Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.", P8 = "Ange nytt lösenord", B8 = "Ange lösenord", U8 = "Ange din e-postadress och ditt lösenord för att logga in.", L8 = "Logga in med lösenord", D8 = "Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.", V8 = "Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>", M8 = "Skicka", H8 = "Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.", Z8 = "Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.", K8 = "Har du glömt lösenordet?", F8 = "Har du glömt lösenordet?", W8 = "Gå tillbaka", G8 = "Ogiltigt lösenord", J8 = `Länken är inte längre giltig.
|
|
26730
26763
|
|
|
26731
26764
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
26732
26765
|
|
|
26733
|
-
Du kan klicka på länken nedan för att starta en ny inloggning.`,
|
|
26766
|
+
Du kan klicka på länken nedan för att starta en ny inloggning.`, Y8 = "Ogiltig länk", X8 = "Klicka på knappen för att logga in", Q8 = "Logga in", e7 = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", a7 = "Ange din epost för att låsa upp den här showen på {{service}}", t7 = "Koppla ditt konto till {{service}}", i7 = "Du är inloggad som", r7 = "Logga in", n7 = "Ange din e-postadress för att logga in.", s7 = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", o7 = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", l7 = "Logga ut", c7 = "Nej, jag vill använda ett annat konto", d7 = "eller", u7 = "Lösenord", h7 = "Lösenordet har återställts", m7 = "Framgång", p7 = "Byt lösenord för ditt {{vendorName}} konto", g7 = "Byt lösenord för ditt {{vendorName}} konto", f7 = "Integritetspolicy", b7 = "Du skickas vidare", y7 = "Bekräfta lösenord", k7 = "Registrera ett nytt lösenord", v7 = "Skicka koden igen", w7 = "Ändra lösenord", _7 = "Ange ditt nya lösenord nedan för e-postkontot: ", x7 = "Klicka på knappen för att återställa ditt lösenord", j7 = "Klicka på knappen för att återställa ditt lösenord", z7 = "Återställ ditt lösenord", q7 = "Byt lösenord för ditt {{vendorName}} konto", S7 = "Återställ lösenord", A7 = "Skicka", E7 = "Skicka en ny inloggninglänk", I7 = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", O7 = "Välj lösenord", C7 = "Logga in", $7 = "Registrera dig", T7 = "Registrera dig framgångsrik", N7 = "Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.", R7 = "Gå till Spotify's Content Access sida", P7 = `Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`, B7 = "Steg 1: Avlänka ditt Spotify-konto", U7 = "När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.", L7 = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", D7 = "Oj! Ditt Spotify-konto är redan kopplat", V7 = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", M7 = "Villkor", H7 = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", Z7 = "Kontot existerar inte", K7 = "Kontot extisterar inte", F7 = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", W7 = "Försök igen.", G7 = "Validera kod", J7 = "Kontrollera din inkorg för instruktioner om validering av e-post.", Y7 = "Registrerad", X7 = "Klicka på knappen för att verifiera din e-postadress", Q7 = "Bekräfta din e-postadress", eq = "Bekräfta din e-postadress", aq = "Verifiera konto", tq = "Ange engångskod", iq = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", rq = "Välkommen", nq = "Välkommen till ditt {{vendorName}}-konto!", sq = "Fortsätt med konto", oq = "Ja, fortsätt med {{text}}", lq = "Ja, fortsätt med detta kontot", cq = {
|
|
26734
26767
|
"Server error: Invalid code": "Koden är inte giltig",
|
|
26735
26768
|
"Wrong email or verification code": {
|
|
26736
26769
|
"": "Fel e-post eller verifieringskod."
|
|
26737
26770
|
},
|
|
26738
|
-
account_detected:
|
|
26739
|
-
account_with_sso_provider:
|
|
26740
|
-
agree_to:
|
|
26741
|
-
and:
|
|
26742
|
-
callback_url_mismatch:
|
|
26743
|
-
callback_url_not_allowed:
|
|
26744
|
-
check_email_title:
|
|
26745
|
-
click_to_sign_up_description:
|
|
26746
|
-
code_email_enter_code:
|
|
26747
|
-
code_email_subject:
|
|
26748
|
-
code_email_title:
|
|
26749
|
-
code_valid_30_minutes:
|
|
26750
|
-
confirm_password:
|
|
26751
|
-
contact_support:
|
|
26752
|
-
contact_us:
|
|
26771
|
+
account_detected: a8,
|
|
26772
|
+
account_with_sso_provider: t8,
|
|
26773
|
+
agree_to: i8,
|
|
26774
|
+
and: r8,
|
|
26775
|
+
callback_url_mismatch: n8,
|
|
26776
|
+
callback_url_not_allowed: s8,
|
|
26777
|
+
check_email_title: o8,
|
|
26778
|
+
click_to_sign_up_description: l8,
|
|
26779
|
+
code_email_enter_code: c8,
|
|
26780
|
+
code_email_subject: d8,
|
|
26781
|
+
code_email_title: u8,
|
|
26782
|
+
code_valid_30_minutes: h8,
|
|
26783
|
+
confirm_password: m8,
|
|
26784
|
+
contact_support: p8,
|
|
26785
|
+
contact_us: g8,
|
|
26753
26786
|
continue: "Fortsätt",
|
|
26754
|
-
continue_social_login:
|
|
26755
|
-
continue_with:
|
|
26756
|
-
continue_with_sso_provider_headline:
|
|
26757
|
-
copyright:
|
|
26758
|
-
copyright_sesamy:
|
|
26759
|
-
create_account_description:
|
|
26760
|
-
create_account_email_invalid:
|
|
26761
|
-
create_account_passwords_didnt_match:
|
|
26762
|
-
create_account_title:
|
|
26763
|
-
create_account_weak_password:
|
|
26764
|
-
create_new_account_link:
|
|
26765
|
-
create_password_account_title:
|
|
26766
|
-
currently_logged_in_as:
|
|
26767
|
-
email:
|
|
26768
|
-
email_placeholder:
|
|
26769
|
-
email_validated:
|
|
26770
|
-
email_validated_cta:
|
|
26771
|
-
email_verification_for_signup_sent_description:
|
|
26772
|
-
email_verification_for_signup_sent_title:
|
|
26773
|
-
enter_a_code_btn:
|
|
26774
|
-
enter_email_for_verification_description:
|
|
26775
|
-
enter_new_password_placeholder:
|
|
26776
|
-
enter_password:
|
|
26777
|
-
enter_password_description:
|
|
26778
|
-
enter_your_password_btn:
|
|
26779
|
-
expired_code:
|
|
26780
|
-
fokus_info_message:
|
|
26781
|
-
forgot_password_cta:
|
|
26782
|
-
forgot_password_description:
|
|
26783
|
-
forgot_password_email_sent:
|
|
26784
|
-
forgot_password_link:
|
|
26785
|
-
forgot_password_title:
|
|
26786
|
-
go_back:
|
|
26787
|
+
continue_social_login: f8,
|
|
26788
|
+
continue_with: b8,
|
|
26789
|
+
continue_with_sso_provider_headline: y8,
|
|
26790
|
+
copyright: k8,
|
|
26791
|
+
copyright_sesamy: v8,
|
|
26792
|
+
create_account_description: w8,
|
|
26793
|
+
create_account_email_invalid: _8,
|
|
26794
|
+
create_account_passwords_didnt_match: x8,
|
|
26795
|
+
create_account_title: j8,
|
|
26796
|
+
create_account_weak_password: z8,
|
|
26797
|
+
create_new_account_link: q8,
|
|
26798
|
+
create_password_account_title: S8,
|
|
26799
|
+
currently_logged_in_as: A8,
|
|
26800
|
+
email: E8,
|
|
26801
|
+
email_placeholder: I8,
|
|
26802
|
+
email_validated: O8,
|
|
26803
|
+
email_validated_cta: C8,
|
|
26804
|
+
email_verification_for_signup_sent_description: $8,
|
|
26805
|
+
email_verification_for_signup_sent_title: T8,
|
|
26806
|
+
enter_a_code_btn: N8,
|
|
26807
|
+
enter_email_for_verification_description: R8,
|
|
26808
|
+
enter_new_password_placeholder: P8,
|
|
26809
|
+
enter_password: B8,
|
|
26810
|
+
enter_password_description: U8,
|
|
26811
|
+
enter_your_password_btn: L8,
|
|
26812
|
+
expired_code: D8,
|
|
26813
|
+
fokus_info_message: V8,
|
|
26814
|
+
forgot_password_cta: M8,
|
|
26815
|
+
forgot_password_description: H8,
|
|
26816
|
+
forgot_password_email_sent: Z8,
|
|
26817
|
+
forgot_password_link: K8,
|
|
26818
|
+
forgot_password_title: F8,
|
|
26819
|
+
go_back: W8,
|
|
26787
26820
|
"invalid-email": "Ogiltig e-postadress",
|
|
26788
|
-
invalid_password:
|
|
26789
|
-
invalid_session_body:
|
|
26790
|
-
invalid_session_title:
|
|
26791
|
-
link_email_click_to_login:
|
|
26792
|
-
link_email_login:
|
|
26793
|
-
link_email_or_enter_code:
|
|
26794
|
-
link_page_body:
|
|
26795
|
-
link_page_headline:
|
|
26796
|
-
logged_in_as:
|
|
26797
|
-
login:
|
|
26798
|
-
login_description:
|
|
26799
|
-
login_description_code:
|
|
26800
|
-
login_description_link:
|
|
26801
|
-
logout:
|
|
26802
|
-
no_use_another:
|
|
26803
|
-
or:
|
|
26804
|
-
password:
|
|
26805
|
-
password_has_been_reset:
|
|
26806
|
-
password_has_been_reset_title:
|
|
26807
|
-
password_reset_subject:
|
|
26808
|
-
password_reset_title:
|
|
26809
|
-
privacy_policy:
|
|
26810
|
-
redirecting:
|
|
26811
|
-
reenter_new_password_placeholder:
|
|
26812
|
-
register_password_account:
|
|
26813
|
-
resend_code:
|
|
26814
|
-
reset_password_cta:
|
|
26815
|
-
reset_password_description:
|
|
26816
|
-
reset_password_email_click_to_reset:
|
|
26817
|
-
reset_password_email_cta:
|
|
26818
|
-
reset_password_email_reset:
|
|
26819
|
-
reset_password_subject:
|
|
26820
|
-
reset_password_title:
|
|
26821
|
-
send:
|
|
26822
|
-
send_me_a_new_magic_link:
|
|
26823
|
-
sent_code_spam:
|
|
26824
|
-
set_password:
|
|
26825
|
-
sign_in:
|
|
26826
|
-
signup:
|
|
26827
|
-
signup_success:
|
|
26828
|
-
spotify_already_linked_body:
|
|
26829
|
-
spotify_already_linked_cta:
|
|
26830
|
-
spotify_already_linked_step1_body:
|
|
26831
|
-
spotify_already_linked_step1_title:
|
|
26832
|
-
spotify_already_linked_step2_body:
|
|
26833
|
-
spotify_already_linked_step2_title:
|
|
26834
|
-
spotify_already_linked_title:
|
|
26835
|
-
support_info:
|
|
26836
|
-
terms:
|
|
26837
|
-
unverified_email:
|
|
26838
|
-
user_account_does_not_exist:
|
|
26839
|
-
user_not_found:
|
|
26840
|
-
user_not_found_body:
|
|
26841
|
-
user_not_found_cta:
|
|
26842
|
-
validate_code:
|
|
26843
|
-
validate_email_body:
|
|
26844
|
-
validate_email_title:
|
|
26845
|
-
verify_email_click_to_verify:
|
|
26846
|
-
verify_email_subject:
|
|
26847
|
-
verify_email_title:
|
|
26848
|
-
verify_email_verify:
|
|
26849
|
-
verify_your_email:
|
|
26850
|
-
we_sent_a_code_to:
|
|
26851
|
-
welcome:
|
|
26852
|
-
welcome_to_your_account:
|
|
26853
|
-
yes_continue:
|
|
26854
|
-
yes_continue_with:
|
|
26855
|
-
yes_continue_with_existing_account:
|
|
26856
|
-
},
|
|
26821
|
+
invalid_password: G8,
|
|
26822
|
+
invalid_session_body: J8,
|
|
26823
|
+
invalid_session_title: Y8,
|
|
26824
|
+
link_email_click_to_login: X8,
|
|
26825
|
+
link_email_login: Q8,
|
|
26826
|
+
link_email_or_enter_code: e7,
|
|
26827
|
+
link_page_body: a7,
|
|
26828
|
+
link_page_headline: t7,
|
|
26829
|
+
logged_in_as: i7,
|
|
26830
|
+
login: r7,
|
|
26831
|
+
login_description: n7,
|
|
26832
|
+
login_description_code: s7,
|
|
26833
|
+
login_description_link: o7,
|
|
26834
|
+
logout: l7,
|
|
26835
|
+
no_use_another: c7,
|
|
26836
|
+
or: d7,
|
|
26837
|
+
password: u7,
|
|
26838
|
+
password_has_been_reset: h7,
|
|
26839
|
+
password_has_been_reset_title: m7,
|
|
26840
|
+
password_reset_subject: p7,
|
|
26841
|
+
password_reset_title: g7,
|
|
26842
|
+
privacy_policy: f7,
|
|
26843
|
+
redirecting: b7,
|
|
26844
|
+
reenter_new_password_placeholder: y7,
|
|
26845
|
+
register_password_account: k7,
|
|
26846
|
+
resend_code: v7,
|
|
26847
|
+
reset_password_cta: w7,
|
|
26848
|
+
reset_password_description: _7,
|
|
26849
|
+
reset_password_email_click_to_reset: x7,
|
|
26850
|
+
reset_password_email_cta: j7,
|
|
26851
|
+
reset_password_email_reset: z7,
|
|
26852
|
+
reset_password_subject: q7,
|
|
26853
|
+
reset_password_title: S7,
|
|
26854
|
+
send: A7,
|
|
26855
|
+
send_me_a_new_magic_link: E7,
|
|
26856
|
+
sent_code_spam: I7,
|
|
26857
|
+
set_password: O7,
|
|
26858
|
+
sign_in: C7,
|
|
26859
|
+
signup: $7,
|
|
26860
|
+
signup_success: T7,
|
|
26861
|
+
spotify_already_linked_body: N7,
|
|
26862
|
+
spotify_already_linked_cta: R7,
|
|
26863
|
+
spotify_already_linked_step1_body: P7,
|
|
26864
|
+
spotify_already_linked_step1_title: B7,
|
|
26865
|
+
spotify_already_linked_step2_body: U7,
|
|
26866
|
+
spotify_already_linked_step2_title: L7,
|
|
26867
|
+
spotify_already_linked_title: D7,
|
|
26868
|
+
support_info: V7,
|
|
26869
|
+
terms: M7,
|
|
26870
|
+
unverified_email: H7,
|
|
26871
|
+
user_account_does_not_exist: Z7,
|
|
26872
|
+
user_not_found: K7,
|
|
26873
|
+
user_not_found_body: F7,
|
|
26874
|
+
user_not_found_cta: W7,
|
|
26875
|
+
validate_code: G7,
|
|
26876
|
+
validate_email_body: J7,
|
|
26877
|
+
validate_email_title: Y7,
|
|
26878
|
+
verify_email_click_to_verify: X7,
|
|
26879
|
+
verify_email_subject: Q7,
|
|
26880
|
+
verify_email_title: eq,
|
|
26881
|
+
verify_email_verify: aq,
|
|
26882
|
+
verify_your_email: tq,
|
|
26883
|
+
we_sent_a_code_to: iq,
|
|
26884
|
+
welcome: rq,
|
|
26885
|
+
welcome_to_your_account: nq,
|
|
26886
|
+
yes_continue: sq,
|
|
26887
|
+
yes_continue_with: oq,
|
|
26888
|
+
yes_continue_with_existing_account: lq
|
|
26889
|
+
}, dq = "Wykryto konto", uq = "Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem", hq = "Logując się, wyrażasz zgodę na nasze", mq = "i", pq = "Niezgodność adresu URL wywołania zwrotnego", gq = "Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.", fq = "kontynuować z użytkownikiem", bq = "Kliknij przycisk, aby utworzyć nowe konto z hasłem.", yq = "Wpisz kod na stronie {{vendorName}}, aby się zalogować.", kq = "Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.", vq = "Witamy na {{vendorName}}! {{code}} to kod logowania.", wq = "Kod jest ważny przez 30 minut", _q = "Potwierdź hasło", xq = "Potrzebujesz pomocy?", jq = "Skontaktuj się z nami", zq = "lub kontynuować korzystanie z konta społecznościowego", qq = "Kontynuuj {{provider}}", Sq = "Czy chcesz kontynuować korzystanie z istniejącego konta?", Aq = "Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.", Eq = "©2023 Sesamy", Iq = "Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.", Oq = "Wprowadź prawidłowy adres e-mail.", Cq = "Hasła nie są zgodne. Spróbuj ponownie.", $q = "Wybierz hasło", Tq = "Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.", Nq = "Utwórz nowe konto", Rq = "Zarejestruj się przy użyciu hasła", Pq = "Jesteś obecnie zalogowany jako <0>{{email}}</0>", Bq = "E-mail", Uq = "Adres e-mail", Lq = "Twój adres e-mail został zweryfikowany", Dq = "Teraz wprowadź hasło, aby zalogować się ponownie", Vq = "Wiadomość e-mail została wysłana do <0>{{email}}</0> z linkiem weryfikacyjnym. Kliknij łącze, aby zweryfikować swój adres e-mail i ustawić hasło.", Mq = "Wysłano weryfikację e-mail", Hq = "Wprowadź kod", Zq = "Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.", Kq = "Wprowadź nowe hasło", Fq = "Wprowadź hasło", Wq = "Wprowadź swój adres e-mail i hasło, aby się zalogować.", Gq = "Wprowadź hasło", Jq = "Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.", Yq = "Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>", Xq = "Wyślij wiadomość e-mail z resetem hasła", Qq = "Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.", eS = "Wysłano wiadomość e-mail z resetem hasła", aS = "Zapomniałeś hasła?", tS = "Zapomniałeś hasła?", iS = "Wróć", rS = "Nieprawidłowe hasło", nS = `Link jest już nieaktualny.
|
|
26857
26890
|
|
|
26858
26891
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
26859
26892
|
|
|
26860
|
-
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,
|
|
26893
|
+
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, sS = "Nieprawidłowy link", oS = "Kliknij przycisk, aby się zalogować", lS = "Zaloguj się", cS = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", dS = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", uS = "Połącz swoje konto z {{service}}", hS = "Jesteś zalogowany jako", mS = "Logowanie", pS = "Wprowadź swój adres e-mail, aby się zalogować.", gS = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", fS = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", bS = "Wylogowanie", yS = "Nie, chcę użyć innego konta", kS = "lub", vS = "Hasło", wS = "Hasło zostało zresetowane", _S = "Sukces", xS = "Zmień hasło do konta {{vendorName}} ", jS = "Zmiana hasła do konta {{vendorName}} ", zS = "Polityka prywatności", qS = "Przekierowanie", SS = "Potwierdź hasło", AS = "Zarejestruj nowe hasło", ES = "Wyślij ponownie kod", IS = "Zmiana hasła", OS = "Wprowadź poniżej nowe hasło do konta e-mail: ", CS = "Kliknij przycisk, aby zresetować hasło", $S = "Kliknij przycisk, aby zresetować hasło", TS = "Zmień hasło", NS = "Zmiana hasła do konta {{vendorName}} ", RS = "Resetowanie hasła", PS = "Wyślij", BS = "Wyślij mi nowy magiczny link", US = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", LS = "Ustaw hasło", DS = "Zaloguj się", VS = "Rejestracja", MS = "Rejestracja zakończona sukcesem", HS = "Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.", ZS = "Przejdź do strony dostępu do treści Spotify", KS = 'Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.', FS = "Krok 1: Odłącz swoje konto Spotify", WS = "Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.", GS = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", JS = "Ups! Twoje konto Spotify jest już połączone", YS = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", XS = "Zasady i warunki", QS = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", eA = "Konto użytkownika nie istnieje", aA = "Konto użytkownika nie istnieje", tA = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", iA = "Spróbuj ponownie.", rA = "Sprawdź poprawność kodu", nA = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", sA = "Zarejestrowany", oA = "Kliknij przycisk, aby zweryfikować swój adres e-mail", lA = "Potwierdź swój adres e-mail", cA = "Potwierdź swój adres e-mail", dA = "Zweryfikuj konto", uA = "Zweryfikuj swój adres e-mail", hA = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", mA = "Witamy", pA = "Witamy na koncie {{vendorName}}!", gA = "Kontynuuj korzystanie z tego konta", fA = "Tak, kontynuuj {{text}}", bA = "Tak, kontynuuj korzystanie z istniejącego konta", yA = {
|
|
26861
26894
|
"Server error: Invalid code": "Nieprawidłowy kod",
|
|
26862
26895
|
"Wrong email or verification code": {
|
|
26863
26896
|
"": "Nieprawidłowy adres e-mail lub kod weryfikacyjny."
|
|
26864
26897
|
},
|
|
26865
|
-
account_detected:
|
|
26866
|
-
account_with_sso_provider:
|
|
26867
|
-
agree_to:
|
|
26868
|
-
and:
|
|
26869
|
-
callback_url_mismatch:
|
|
26870
|
-
callback_url_not_allowed:
|
|
26871
|
-
check_email_title:
|
|
26872
|
-
click_to_sign_up_description:
|
|
26873
|
-
code_email_enter_code:
|
|
26874
|
-
code_email_subject:
|
|
26875
|
-
code_email_title:
|
|
26876
|
-
code_valid_30_minutes:
|
|
26877
|
-
confirm_password:
|
|
26878
|
-
contact_support:
|
|
26879
|
-
contact_us:
|
|
26898
|
+
account_detected: dq,
|
|
26899
|
+
account_with_sso_provider: uq,
|
|
26900
|
+
agree_to: hq,
|
|
26901
|
+
and: mq,
|
|
26902
|
+
callback_url_mismatch: pq,
|
|
26903
|
+
callback_url_not_allowed: gq,
|
|
26904
|
+
check_email_title: fq,
|
|
26905
|
+
click_to_sign_up_description: bq,
|
|
26906
|
+
code_email_enter_code: yq,
|
|
26907
|
+
code_email_subject: kq,
|
|
26908
|
+
code_email_title: vq,
|
|
26909
|
+
code_valid_30_minutes: wq,
|
|
26910
|
+
confirm_password: _q,
|
|
26911
|
+
contact_support: xq,
|
|
26912
|
+
contact_us: jq,
|
|
26880
26913
|
continue: "Kontynuuj",
|
|
26881
|
-
continue_social_login:
|
|
26882
|
-
continue_with:
|
|
26883
|
-
continue_with_sso_provider_headline:
|
|
26884
|
-
copyright:
|
|
26885
|
-
copyright_sesamy:
|
|
26886
|
-
create_account_description:
|
|
26887
|
-
create_account_email_invalid:
|
|
26888
|
-
create_account_passwords_didnt_match:
|
|
26889
|
-
create_account_title:
|
|
26890
|
-
create_account_weak_password:
|
|
26891
|
-
create_new_account_link:
|
|
26892
|
-
create_password_account_title:
|
|
26893
|
-
currently_logged_in_as:
|
|
26894
|
-
email:
|
|
26895
|
-
email_placeholder:
|
|
26896
|
-
email_validated:
|
|
26897
|
-
email_validated_cta:
|
|
26898
|
-
email_verification_for_signup_sent_description:
|
|
26899
|
-
email_verification_for_signup_sent_title:
|
|
26900
|
-
enter_a_code_btn:
|
|
26901
|
-
enter_email_for_verification_description:
|
|
26902
|
-
enter_new_password_placeholder:
|
|
26903
|
-
enter_password:
|
|
26904
|
-
enter_password_description:
|
|
26905
|
-
enter_your_password_btn:
|
|
26906
|
-
expired_code:
|
|
26907
|
-
fokus_info_message:
|
|
26908
|
-
forgot_password_cta:
|
|
26909
|
-
forgot_password_description:
|
|
26910
|
-
forgot_password_email_sent:
|
|
26911
|
-
forgot_password_link:
|
|
26912
|
-
forgot_password_title:
|
|
26913
|
-
go_back:
|
|
26914
|
+
continue_social_login: zq,
|
|
26915
|
+
continue_with: qq,
|
|
26916
|
+
continue_with_sso_provider_headline: Sq,
|
|
26917
|
+
copyright: Aq,
|
|
26918
|
+
copyright_sesamy: Eq,
|
|
26919
|
+
create_account_description: Iq,
|
|
26920
|
+
create_account_email_invalid: Oq,
|
|
26921
|
+
create_account_passwords_didnt_match: Cq,
|
|
26922
|
+
create_account_title: $q,
|
|
26923
|
+
create_account_weak_password: Tq,
|
|
26924
|
+
create_new_account_link: Nq,
|
|
26925
|
+
create_password_account_title: Rq,
|
|
26926
|
+
currently_logged_in_as: Pq,
|
|
26927
|
+
email: Bq,
|
|
26928
|
+
email_placeholder: Uq,
|
|
26929
|
+
email_validated: Lq,
|
|
26930
|
+
email_validated_cta: Dq,
|
|
26931
|
+
email_verification_for_signup_sent_description: Vq,
|
|
26932
|
+
email_verification_for_signup_sent_title: Mq,
|
|
26933
|
+
enter_a_code_btn: Hq,
|
|
26934
|
+
enter_email_for_verification_description: Zq,
|
|
26935
|
+
enter_new_password_placeholder: Kq,
|
|
26936
|
+
enter_password: Fq,
|
|
26937
|
+
enter_password_description: Wq,
|
|
26938
|
+
enter_your_password_btn: Gq,
|
|
26939
|
+
expired_code: Jq,
|
|
26940
|
+
fokus_info_message: Yq,
|
|
26941
|
+
forgot_password_cta: Xq,
|
|
26942
|
+
forgot_password_description: Qq,
|
|
26943
|
+
forgot_password_email_sent: eS,
|
|
26944
|
+
forgot_password_link: aS,
|
|
26945
|
+
forgot_password_title: tS,
|
|
26946
|
+
go_back: iS,
|
|
26914
26947
|
"invalid-email": "Nieprawidłowy adres e-mail",
|
|
26915
|
-
invalid_password:
|
|
26916
|
-
invalid_session_body:
|
|
26917
|
-
invalid_session_title:
|
|
26918
|
-
link_email_click_to_login:
|
|
26919
|
-
link_email_login:
|
|
26920
|
-
link_email_or_enter_code:
|
|
26921
|
-
link_page_body:
|
|
26922
|
-
link_page_headline:
|
|
26923
|
-
logged_in_as:
|
|
26924
|
-
login:
|
|
26925
|
-
login_description:
|
|
26926
|
-
login_description_code:
|
|
26927
|
-
login_description_link:
|
|
26928
|
-
logout:
|
|
26929
|
-
no_use_another:
|
|
26930
|
-
or:
|
|
26931
|
-
password:
|
|
26932
|
-
password_has_been_reset:
|
|
26933
|
-
password_has_been_reset_title:
|
|
26934
|
-
password_reset_subject:
|
|
26935
|
-
password_reset_title:
|
|
26936
|
-
privacy_policy:
|
|
26937
|
-
redirecting:
|
|
26938
|
-
reenter_new_password_placeholder:
|
|
26939
|
-
register_password_account:
|
|
26940
|
-
resend_code:
|
|
26941
|
-
reset_password_cta:
|
|
26942
|
-
reset_password_description:
|
|
26943
|
-
reset_password_email_click_to_reset:
|
|
26944
|
-
reset_password_email_cta:
|
|
26945
|
-
reset_password_email_reset:
|
|
26946
|
-
reset_password_subject:
|
|
26947
|
-
reset_password_title:
|
|
26948
|
-
send:
|
|
26949
|
-
send_me_a_new_magic_link:
|
|
26950
|
-
sent_code_spam:
|
|
26951
|
-
set_password:
|
|
26952
|
-
sign_in:
|
|
26953
|
-
signup:
|
|
26954
|
-
signup_success:
|
|
26955
|
-
spotify_already_linked_body:
|
|
26956
|
-
spotify_already_linked_cta:
|
|
26957
|
-
spotify_already_linked_step1_body:
|
|
26958
|
-
spotify_already_linked_step1_title:
|
|
26959
|
-
spotify_already_linked_step2_body:
|
|
26960
|
-
spotify_already_linked_step2_title:
|
|
26961
|
-
spotify_already_linked_title:
|
|
26962
|
-
support_info:
|
|
26963
|
-
terms:
|
|
26964
|
-
unverified_email:
|
|
26965
|
-
user_account_does_not_exist:
|
|
26966
|
-
user_not_found:
|
|
26967
|
-
user_not_found_body:
|
|
26968
|
-
user_not_found_cta:
|
|
26969
|
-
validate_code:
|
|
26970
|
-
validate_email_body:
|
|
26971
|
-
validate_email_title:
|
|
26972
|
-
verify_email_click_to_verify:
|
|
26973
|
-
verify_email_subject:
|
|
26974
|
-
verify_email_title:
|
|
26975
|
-
verify_email_verify:
|
|
26976
|
-
verify_your_email:
|
|
26977
|
-
we_sent_a_code_to:
|
|
26978
|
-
welcome:
|
|
26979
|
-
welcome_to_your_account:
|
|
26980
|
-
yes_continue:
|
|
26981
|
-
yes_continue_with:
|
|
26982
|
-
yes_continue_with_existing_account:
|
|
26983
|
-
},
|
|
26948
|
+
invalid_password: rS,
|
|
26949
|
+
invalid_session_body: nS,
|
|
26950
|
+
invalid_session_title: sS,
|
|
26951
|
+
link_email_click_to_login: oS,
|
|
26952
|
+
link_email_login: lS,
|
|
26953
|
+
link_email_or_enter_code: cS,
|
|
26954
|
+
link_page_body: dS,
|
|
26955
|
+
link_page_headline: uS,
|
|
26956
|
+
logged_in_as: hS,
|
|
26957
|
+
login: mS,
|
|
26958
|
+
login_description: pS,
|
|
26959
|
+
login_description_code: gS,
|
|
26960
|
+
login_description_link: fS,
|
|
26961
|
+
logout: bS,
|
|
26962
|
+
no_use_another: yS,
|
|
26963
|
+
or: kS,
|
|
26964
|
+
password: vS,
|
|
26965
|
+
password_has_been_reset: wS,
|
|
26966
|
+
password_has_been_reset_title: _S,
|
|
26967
|
+
password_reset_subject: xS,
|
|
26968
|
+
password_reset_title: jS,
|
|
26969
|
+
privacy_policy: zS,
|
|
26970
|
+
redirecting: qS,
|
|
26971
|
+
reenter_new_password_placeholder: SS,
|
|
26972
|
+
register_password_account: AS,
|
|
26973
|
+
resend_code: ES,
|
|
26974
|
+
reset_password_cta: IS,
|
|
26975
|
+
reset_password_description: OS,
|
|
26976
|
+
reset_password_email_click_to_reset: CS,
|
|
26977
|
+
reset_password_email_cta: $S,
|
|
26978
|
+
reset_password_email_reset: TS,
|
|
26979
|
+
reset_password_subject: NS,
|
|
26980
|
+
reset_password_title: RS,
|
|
26981
|
+
send: PS,
|
|
26982
|
+
send_me_a_new_magic_link: BS,
|
|
26983
|
+
sent_code_spam: US,
|
|
26984
|
+
set_password: LS,
|
|
26985
|
+
sign_in: DS,
|
|
26986
|
+
signup: VS,
|
|
26987
|
+
signup_success: MS,
|
|
26988
|
+
spotify_already_linked_body: HS,
|
|
26989
|
+
spotify_already_linked_cta: ZS,
|
|
26990
|
+
spotify_already_linked_step1_body: KS,
|
|
26991
|
+
spotify_already_linked_step1_title: FS,
|
|
26992
|
+
spotify_already_linked_step2_body: WS,
|
|
26993
|
+
spotify_already_linked_step2_title: GS,
|
|
26994
|
+
spotify_already_linked_title: JS,
|
|
26995
|
+
support_info: YS,
|
|
26996
|
+
terms: XS,
|
|
26997
|
+
unverified_email: QS,
|
|
26998
|
+
user_account_does_not_exist: eA,
|
|
26999
|
+
user_not_found: aA,
|
|
27000
|
+
user_not_found_body: tA,
|
|
27001
|
+
user_not_found_cta: iA,
|
|
27002
|
+
validate_code: rA,
|
|
27003
|
+
validate_email_body: nA,
|
|
27004
|
+
validate_email_title: sA,
|
|
27005
|
+
verify_email_click_to_verify: oA,
|
|
27006
|
+
verify_email_subject: lA,
|
|
27007
|
+
verify_email_title: cA,
|
|
27008
|
+
verify_email_verify: dA,
|
|
27009
|
+
verify_your_email: uA,
|
|
27010
|
+
we_sent_a_code_to: hA,
|
|
27011
|
+
welcome: mA,
|
|
27012
|
+
welcome_to_your_account: pA,
|
|
27013
|
+
yes_continue: gA,
|
|
27014
|
+
yes_continue_with: fA,
|
|
27015
|
+
yes_continue_with_existing_account: bA
|
|
27016
|
+
}, kA = "Zjištěný účet", vA = "Zjistili jsme, že jste si již vytvořili účet prostřednictvím", wA = "Přihlášením souhlasíte s našimi", _A = "a", xA = "Neshoda adresy URL zpětného volání", jA = "Zadané redirect_uri není v seznamu povolených zpětných adres URL.", zA = "pokračovat s uživatelem", qA = "Klikněte na tlačítko pro vytvoření nového účtu s heslem.", SA = "Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.", AA = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", EA = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", IA = "Kód je platný po dobu 30 minut", OA = "Potvrzení hesla", CA = "Potřebujete pomoc?", $A = "Kontaktujte nás", TA = "nebo pokračovat v sociálním účtu", NA = "Pokračovat s {{provider}}", RA = "Chcete pokračovat ve svém stávajícím účtu?", PA = "Copyright © 2023 SESAMY. Všechna práva vyhrazena.", BA = "©2023 Sesamy", UA = "Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.", LA = "Zadejte prosím platnou e-mailovou adresu.", DA = "Hesla se neshodovala. Zkuste to znovu.", VA = "Zvolte heslo", MA = "Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.", HA = "Vytvořit nový účet", ZA = "Zaregistrujte se pomocí hesla", KA = "V současné době jste přihlášeni jako <0>{{email}}</0>", FA = "E-mail", WA = "E-mailová adresa", GA = "Vaše e-mailová adresa byla ověřena", JA = "Nyní zadejte své heslo a znovu se přihlaste", YA = "E-mail byl odeslán na adresu <0>{{email}}</0> s ověřovacím odkazem. Kliknutím na odkaz ověřte svou e-mailovou adresu a nastavte heslo.", XA = "Ověření e-mailem odesláno", QA = "Zadejte kód", eE = "Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.", aE = "Zadejte nové heslo", tE = "Zadejte heslo", iE = "Pro přihlášení zadejte svou e-mailovou adresu a heslo.", rE = "Zadejte své heslo", nE = "Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.", sE = "Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>", oE = "Odeslání e-mailu pro obnovení hesla", lE = "Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.", cE = "Odeslání e-mailu s žádostí o obnovení hesla", dE = "Zapomněli jste heslo?", uE = "Zapomněli jste heslo?", hE = "Vrátit se zpět", mE = "Neplatné heslo", pE = `Odkaz již není platný.
|
|
26984
27017
|
|
|
26985
27018
|
Ujistěte se, že jste odkaz na přihlášení otevřeli ve stejném prohlížeči, ve kterém jste přihlášení zahájili.
|
|
26986
27019
|
|
|
26987
|
-
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,
|
|
27020
|
+
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, gE = "Neplatný odkaz", fE = "Kliknutím na tlačítko se přihlásíte", bE = "Přihlášení", yE = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", kE = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", vE = "Propojte svůj účet s {{service}}", wE = "Jste přihlášeni jako", _E = "Přihlášení", xE = "Pro přihlášení zadejte svou e-mailovou adresu.", jE = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", zE = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", qE = "Odhlášení", SE = "Ne, chci použít jiný účet", AE = "nebo", EE = "Heslo", IE = "Heslo bylo resetováno", OE = "Úspěch", CE = "Změna hesla k účtu {{vendorName}} ", $E = "Změna hesla k účtu {{vendorName}} ", TE = "Zásady ochrany osobních údajů", NE = "Přesměrování", RE = "Potvrzení hesla", PE = "Registrace nového hesla", BE = "Opětovné odeslání kódu", UE = "Změna hesla", LE = "Níže zadejte nové heslo k e-mailovému účtu: ", DE = "Kliknutím na tlačítko obnovíte své heslo", VE = "Kliknutím na tlačítko obnovíte své heslo", ME = "Obnovení hesla", HE = "Změna hesla k účtu {{vendorName}} ", ZE = "Obnovení hesla", KE = "Odeslat", FE = "Pošlete mi nový kouzelný odkaz", WE = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", GE = "Nastavení hesla", JE = "Přihlásit se", YE = "Registrace", XE = "Úspěšná registrace", QE = "Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.", eI = "Přejděte na stránku Spotify pro přístup k obsahu", aI = 'Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.', tI = "Krok 1: Odpojení účtu Spotify", iI = "Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.", rI = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", nI = "Ups! Váš účet Spotify je již propojen", sI = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", oI = "Podmínky a pravidla", lI = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", cI = "Uživatelský účet neexistuje", dI = "Uživatelský účet neexistuje", uI = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", hI = "Zkuste to znovu.", mI = "Ověření kódu", pI = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", gI = "Zaregistrovali jste se", fI = "Klikněte na tlačítko pro ověření e-mailové adresy", bI = "Ověřte svou e-mailovou adresu", yI = "Ověřte svou e-mailovou adresu", kI = "Ověření účtu", vI = "Ověření e-mailu", wI = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", _I = "Vítejte na", xI = "Vítejte na svém účtu {{vendorName}}!", jI = "Pokračujte s tímto účtem", zI = "Ano, pokračujte {{text}}", qI = "Ano, pokračujte ve stávajícím účtu", SI = {
|
|
26988
27021
|
"Server error: Invalid code": "Neplatný kód",
|
|
26989
27022
|
"Wrong email or verification code": {
|
|
26990
27023
|
"": "Špatný e-mail nebo ověřovací kód."
|
|
26991
27024
|
},
|
|
26992
|
-
account_detected:
|
|
26993
|
-
account_with_sso_provider:
|
|
26994
|
-
agree_to:
|
|
26995
|
-
and:
|
|
26996
|
-
callback_url_mismatch:
|
|
26997
|
-
callback_url_not_allowed:
|
|
26998
|
-
check_email_title:
|
|
26999
|
-
click_to_sign_up_description:
|
|
27000
|
-
code_email_enter_code:
|
|
27001
|
-
code_email_subject:
|
|
27002
|
-
code_email_title:
|
|
27003
|
-
code_valid_30_minutes:
|
|
27004
|
-
confirm_password:
|
|
27005
|
-
contact_support:
|
|
27006
|
-
contact_us:
|
|
27025
|
+
account_detected: kA,
|
|
27026
|
+
account_with_sso_provider: vA,
|
|
27027
|
+
agree_to: wA,
|
|
27028
|
+
and: _A,
|
|
27029
|
+
callback_url_mismatch: xA,
|
|
27030
|
+
callback_url_not_allowed: jA,
|
|
27031
|
+
check_email_title: zA,
|
|
27032
|
+
click_to_sign_up_description: qA,
|
|
27033
|
+
code_email_enter_code: SA,
|
|
27034
|
+
code_email_subject: AA,
|
|
27035
|
+
code_email_title: EA,
|
|
27036
|
+
code_valid_30_minutes: IA,
|
|
27037
|
+
confirm_password: OA,
|
|
27038
|
+
contact_support: CA,
|
|
27039
|
+
contact_us: $A,
|
|
27007
27040
|
continue: "Pokračovat",
|
|
27008
|
-
continue_social_login:
|
|
27009
|
-
continue_with:
|
|
27010
|
-
continue_with_sso_provider_headline:
|
|
27011
|
-
copyright:
|
|
27012
|
-
copyright_sesamy:
|
|
27013
|
-
create_account_description:
|
|
27014
|
-
create_account_email_invalid:
|
|
27015
|
-
create_account_passwords_didnt_match:
|
|
27016
|
-
create_account_title:
|
|
27017
|
-
create_account_weak_password:
|
|
27018
|
-
create_new_account_link:
|
|
27019
|
-
create_password_account_title:
|
|
27020
|
-
currently_logged_in_as:
|
|
27021
|
-
email:
|
|
27022
|
-
email_placeholder:
|
|
27023
|
-
email_validated:
|
|
27024
|
-
email_validated_cta:
|
|
27025
|
-
email_verification_for_signup_sent_description:
|
|
27026
|
-
email_verification_for_signup_sent_title:
|
|
27027
|
-
enter_a_code_btn:
|
|
27028
|
-
enter_email_for_verification_description:
|
|
27029
|
-
enter_new_password_placeholder:
|
|
27030
|
-
enter_password:
|
|
27031
|
-
enter_password_description:
|
|
27032
|
-
enter_your_password_btn:
|
|
27033
|
-
expired_code:
|
|
27034
|
-
fokus_info_message:
|
|
27035
|
-
forgot_password_cta:
|
|
27036
|
-
forgot_password_description:
|
|
27037
|
-
forgot_password_email_sent:
|
|
27038
|
-
forgot_password_link:
|
|
27039
|
-
forgot_password_title:
|
|
27040
|
-
go_back:
|
|
27041
|
+
continue_social_login: TA,
|
|
27042
|
+
continue_with: NA,
|
|
27043
|
+
continue_with_sso_provider_headline: RA,
|
|
27044
|
+
copyright: PA,
|
|
27045
|
+
copyright_sesamy: BA,
|
|
27046
|
+
create_account_description: UA,
|
|
27047
|
+
create_account_email_invalid: LA,
|
|
27048
|
+
create_account_passwords_didnt_match: DA,
|
|
27049
|
+
create_account_title: VA,
|
|
27050
|
+
create_account_weak_password: MA,
|
|
27051
|
+
create_new_account_link: HA,
|
|
27052
|
+
create_password_account_title: ZA,
|
|
27053
|
+
currently_logged_in_as: KA,
|
|
27054
|
+
email: FA,
|
|
27055
|
+
email_placeholder: WA,
|
|
27056
|
+
email_validated: GA,
|
|
27057
|
+
email_validated_cta: JA,
|
|
27058
|
+
email_verification_for_signup_sent_description: YA,
|
|
27059
|
+
email_verification_for_signup_sent_title: XA,
|
|
27060
|
+
enter_a_code_btn: QA,
|
|
27061
|
+
enter_email_for_verification_description: eE,
|
|
27062
|
+
enter_new_password_placeholder: aE,
|
|
27063
|
+
enter_password: tE,
|
|
27064
|
+
enter_password_description: iE,
|
|
27065
|
+
enter_your_password_btn: rE,
|
|
27066
|
+
expired_code: nE,
|
|
27067
|
+
fokus_info_message: sE,
|
|
27068
|
+
forgot_password_cta: oE,
|
|
27069
|
+
forgot_password_description: lE,
|
|
27070
|
+
forgot_password_email_sent: cE,
|
|
27071
|
+
forgot_password_link: dE,
|
|
27072
|
+
forgot_password_title: uE,
|
|
27073
|
+
go_back: hE,
|
|
27041
27074
|
"invalid-email": "Neplatný e-mail",
|
|
27042
|
-
invalid_password:
|
|
27043
|
-
invalid_session_body:
|
|
27044
|
-
invalid_session_title:
|
|
27045
|
-
link_email_click_to_login:
|
|
27046
|
-
link_email_login:
|
|
27047
|
-
link_email_or_enter_code:
|
|
27048
|
-
link_page_body:
|
|
27049
|
-
link_page_headline:
|
|
27050
|
-
logged_in_as:
|
|
27051
|
-
login:
|
|
27052
|
-
login_description:
|
|
27053
|
-
login_description_code:
|
|
27054
|
-
login_description_link:
|
|
27055
|
-
logout:
|
|
27056
|
-
no_use_another:
|
|
27057
|
-
or:
|
|
27058
|
-
password:
|
|
27059
|
-
password_has_been_reset:
|
|
27060
|
-
password_has_been_reset_title:
|
|
27061
|
-
password_reset_subject:
|
|
27062
|
-
password_reset_title:
|
|
27063
|
-
privacy_policy:
|
|
27064
|
-
redirecting:
|
|
27065
|
-
reenter_new_password_placeholder:
|
|
27066
|
-
register_password_account:
|
|
27067
|
-
resend_code:
|
|
27068
|
-
reset_password_cta:
|
|
27069
|
-
reset_password_description:
|
|
27070
|
-
reset_password_email_click_to_reset:
|
|
27071
|
-
reset_password_email_cta:
|
|
27072
|
-
reset_password_email_reset:
|
|
27073
|
-
reset_password_subject:
|
|
27074
|
-
reset_password_title:
|
|
27075
|
-
send:
|
|
27076
|
-
send_me_a_new_magic_link:
|
|
27077
|
-
sent_code_spam:
|
|
27078
|
-
set_password:
|
|
27079
|
-
sign_in:
|
|
27080
|
-
signup:
|
|
27081
|
-
signup_success:
|
|
27082
|
-
spotify_already_linked_body:
|
|
27083
|
-
spotify_already_linked_cta:
|
|
27084
|
-
spotify_already_linked_step1_body:
|
|
27085
|
-
spotify_already_linked_step1_title:
|
|
27086
|
-
spotify_already_linked_step2_body:
|
|
27087
|
-
spotify_already_linked_step2_title:
|
|
27088
|
-
spotify_already_linked_title:
|
|
27089
|
-
support_info:
|
|
27090
|
-
terms:
|
|
27091
|
-
unverified_email:
|
|
27092
|
-
user_account_does_not_exist:
|
|
27093
|
-
user_not_found:
|
|
27094
|
-
user_not_found_body:
|
|
27095
|
-
user_not_found_cta:
|
|
27096
|
-
validate_code:
|
|
27097
|
-
validate_email_body:
|
|
27098
|
-
validate_email_title:
|
|
27099
|
-
verify_email_click_to_verify:
|
|
27100
|
-
verify_email_subject:
|
|
27101
|
-
verify_email_title:
|
|
27102
|
-
verify_email_verify:
|
|
27103
|
-
verify_your_email:
|
|
27104
|
-
we_sent_a_code_to:
|
|
27105
|
-
welcome:
|
|
27106
|
-
welcome_to_your_account:
|
|
27107
|
-
yes_continue:
|
|
27108
|
-
yes_continue_with:
|
|
27109
|
-
yes_continue_with_existing_account:
|
|
27110
|
-
},
|
|
27075
|
+
invalid_password: mE,
|
|
27076
|
+
invalid_session_body: pE,
|
|
27077
|
+
invalid_session_title: gE,
|
|
27078
|
+
link_email_click_to_login: fE,
|
|
27079
|
+
link_email_login: bE,
|
|
27080
|
+
link_email_or_enter_code: yE,
|
|
27081
|
+
link_page_body: kE,
|
|
27082
|
+
link_page_headline: vE,
|
|
27083
|
+
logged_in_as: wE,
|
|
27084
|
+
login: _E,
|
|
27085
|
+
login_description: xE,
|
|
27086
|
+
login_description_code: jE,
|
|
27087
|
+
login_description_link: zE,
|
|
27088
|
+
logout: qE,
|
|
27089
|
+
no_use_another: SE,
|
|
27090
|
+
or: AE,
|
|
27091
|
+
password: EE,
|
|
27092
|
+
password_has_been_reset: IE,
|
|
27093
|
+
password_has_been_reset_title: OE,
|
|
27094
|
+
password_reset_subject: CE,
|
|
27095
|
+
password_reset_title: $E,
|
|
27096
|
+
privacy_policy: TE,
|
|
27097
|
+
redirecting: NE,
|
|
27098
|
+
reenter_new_password_placeholder: RE,
|
|
27099
|
+
register_password_account: PE,
|
|
27100
|
+
resend_code: BE,
|
|
27101
|
+
reset_password_cta: UE,
|
|
27102
|
+
reset_password_description: LE,
|
|
27103
|
+
reset_password_email_click_to_reset: DE,
|
|
27104
|
+
reset_password_email_cta: VE,
|
|
27105
|
+
reset_password_email_reset: ME,
|
|
27106
|
+
reset_password_subject: HE,
|
|
27107
|
+
reset_password_title: ZE,
|
|
27108
|
+
send: KE,
|
|
27109
|
+
send_me_a_new_magic_link: FE,
|
|
27110
|
+
sent_code_spam: WE,
|
|
27111
|
+
set_password: GE,
|
|
27112
|
+
sign_in: JE,
|
|
27113
|
+
signup: YE,
|
|
27114
|
+
signup_success: XE,
|
|
27115
|
+
spotify_already_linked_body: QE,
|
|
27116
|
+
spotify_already_linked_cta: eI,
|
|
27117
|
+
spotify_already_linked_step1_body: aI,
|
|
27118
|
+
spotify_already_linked_step1_title: tI,
|
|
27119
|
+
spotify_already_linked_step2_body: iI,
|
|
27120
|
+
spotify_already_linked_step2_title: rI,
|
|
27121
|
+
spotify_already_linked_title: nI,
|
|
27122
|
+
support_info: sI,
|
|
27123
|
+
terms: oI,
|
|
27124
|
+
unverified_email: lI,
|
|
27125
|
+
user_account_does_not_exist: cI,
|
|
27126
|
+
user_not_found: dI,
|
|
27127
|
+
user_not_found_body: uI,
|
|
27128
|
+
user_not_found_cta: hI,
|
|
27129
|
+
validate_code: mI,
|
|
27130
|
+
validate_email_body: pI,
|
|
27131
|
+
validate_email_title: gI,
|
|
27132
|
+
verify_email_click_to_verify: fI,
|
|
27133
|
+
verify_email_subject: bI,
|
|
27134
|
+
verify_email_title: yI,
|
|
27135
|
+
verify_email_verify: kI,
|
|
27136
|
+
verify_your_email: vI,
|
|
27137
|
+
we_sent_a_code_to: wI,
|
|
27138
|
+
welcome: _I,
|
|
27139
|
+
welcome_to_your_account: xI,
|
|
27140
|
+
yes_continue: jI,
|
|
27141
|
+
yes_continue_with: zI,
|
|
27142
|
+
yes_continue_with_existing_account: qI
|
|
27143
|
+
}, AI = "Tili havaittu", EI = "Olemme havainneet, että olet jo luonut tilin kautta", II = "Kirjautumalla sisään hyväksyt", OI = "ja", CI = "Takaisinkutsun URL-osoite ei vastaa toisiaan", $I = "Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.", TI = "jatka käyttäjän kanssa", NI = "Klikkaa painiketta luodaksesi uuden salasanatilin.", RI = "Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", PI = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", BI = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", UI = "Koodi on voimassa 30 minuuttia", LI = "Vahvista salasana", DI = "Tarvitsetko apua?", VI = "Ota yhteyttä", MI = "tai jatka sosiaalisella tilillä", HI = "Jatka {{provider}}", ZI = "Haluatko jatkaa olemassa olevalla tililläsi?", KI = "Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.", FI = "©2023 Sesamy", WI = "Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.", GI = "Kirjoita voimassa oleva sähköpostiosoite.", JI = "Salasanat eivät vastanneet toisiaan. Yritä uudelleen.", YI = "Valitse salasana", XI = "Salasanan on oltava vähintään 8 merkkiä pitkä ja sisällettävä vähintään yksi pieni kirjain, yksi iso kirjain, yksi numero ja yksi symboli.", QI = "Luo uusi tili", eO = "Rekisteröidy salasanalla", aO = "Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>", tO = "Sähköposti", iO = "Sähköpostiosoite", rO = "Sähköpostiosoitteesi on vahvistettu", nO = "Kirjoita nyt salasanasi kirjautuaksesi uudelleen", sO = "Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.", oO = "Sähköpostivarmennus lähetetty", lO = "Syötä koodi", cO = "Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.", dO = "Anna uusi salasana", uO = "Anna salasana", hO = "Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.", mO = "Syötä salasanasi", pO = "Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.", gO = "Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>", fO = "Lähetä salasanan palautussähköposti", bO = "Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.", yO = "Salasanan palautussähköposti lähetetty", kO = "Unohditko salasanan?", vO = "Unohditko salasanan?", wO = "Palaa takaisin", _O = "Virheellinen salasana", xO = `Linkki ei ole enää voimassa.
|
|
27111
27144
|
|
|
27112
27145
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
27113
27146
|
|
|
27114
|
-
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,
|
|
27147
|
+
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, jO = "Virheellinen linkki", zO = "Kirjaudu sisään napsauttamalla painiketta", qO = "Kirjaudu sisään", SO = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", AO = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", EO = "Yhdistä tilisi {{service}}", IO = "Olet kirjautunut sisään nimellä", OO = "Kirjaudu sisään", CO = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", $O = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", TO = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", NO = "Kirjaudu ulos", RO = "Ei, haluan käyttää toista tiliä", PO = "tai", BO = "Salasana", UO = "Salasana on nollattu", LO = "Menestys", DO = "Vaihda salasana tilillesi {{vendorName}} ", VO = "Vaihda salasana tilillesi {{vendorName}} ", MO = "Tietosuojakäytäntö", HO = "Uudelleenohjaus", ZO = "Vahvista salasana", KO = "Rekisteröi uusi salasana", FO = "Lähetä koodi uudelleen", WO = "Vaihda salasana", GO = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", JO = "Napsauta painiketta salasanasi palauttamiseksi", YO = "Napsauta painiketta salasanasi palauttamiseksi", XO = "Nollaa salasanasi", QO = "Vaihda salasana tilillesi {{vendorName}} ", eC = "Nollaa salasana", aC = "Lähetä", tC = "Lähetä minulle uusi maaginen linkki", iC = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", rC = "Aseta salasana", nC = "Kirjaudu sisään", sC = "Rekisteröityminen", oC = "Rekisteröidy onnistuneesti", lC = "Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.", cC = "Siirry Spotifyn Content Access -sivulle", dC = 'Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.', uC = "Vaihe 1: Poista Spotify-tilisi linkitys", hC = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", mC = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", pC = "Hups! Spotify-tilisi on jo linkitetty", gC = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", fC = "Ehdot ja edellytykset", bC = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", yC = "Käyttäjätiliä ei ole olemassa", kC = "Käyttäjätiliä ei ole olemassa", vC = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", wC = "Yritä uudelleen.", _C = "Validoi koodi", xC = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", jC = "Rekisteröitynyt", zC = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", qC = "Vahvista sähköpostiosoitteesi", SC = "Vahvista sähköpostiosoitteesi", AC = "Vahvista tili", EC = "Vahvista sähköpostiosoitteesi", IC = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", OC = "Tervetuloa", CC = "Tervetuloa tilillesi {{vendorName}}!", $C = "Jatka tällä tilillä", TC = "Kyllä, jatka {{text}}", NC = "Kyllä, jatka olemassa olevalla tilillä", RC = {
|
|
27115
27148
|
"Server error: Invalid code": "Virheellinen koodi",
|
|
27116
27149
|
"Wrong email or verification code": {
|
|
27117
27150
|
"": "Väärä sähköpostiosoite tai vahvistuskoodi."
|
|
27118
27151
|
},
|
|
27119
|
-
account_detected:
|
|
27120
|
-
account_with_sso_provider:
|
|
27121
|
-
agree_to:
|
|
27122
|
-
and:
|
|
27123
|
-
callback_url_mismatch:
|
|
27124
|
-
callback_url_not_allowed:
|
|
27125
|
-
check_email_title:
|
|
27126
|
-
click_to_sign_up_description:
|
|
27127
|
-
code_email_enter_code:
|
|
27128
|
-
code_email_subject:
|
|
27129
|
-
code_email_title:
|
|
27130
|
-
code_valid_30_minutes:
|
|
27131
|
-
confirm_password:
|
|
27132
|
-
contact_support:
|
|
27133
|
-
contact_us:
|
|
27152
|
+
account_detected: AI,
|
|
27153
|
+
account_with_sso_provider: EI,
|
|
27154
|
+
agree_to: II,
|
|
27155
|
+
and: OI,
|
|
27156
|
+
callback_url_mismatch: CI,
|
|
27157
|
+
callback_url_not_allowed: $I,
|
|
27158
|
+
check_email_title: TI,
|
|
27159
|
+
click_to_sign_up_description: NI,
|
|
27160
|
+
code_email_enter_code: RI,
|
|
27161
|
+
code_email_subject: PI,
|
|
27162
|
+
code_email_title: BI,
|
|
27163
|
+
code_valid_30_minutes: UI,
|
|
27164
|
+
confirm_password: LI,
|
|
27165
|
+
contact_support: DI,
|
|
27166
|
+
contact_us: VI,
|
|
27134
27167
|
continue: "Jatka",
|
|
27135
|
-
continue_social_login:
|
|
27136
|
-
continue_with:
|
|
27137
|
-
continue_with_sso_provider_headline:
|
|
27138
|
-
copyright:
|
|
27139
|
-
copyright_sesamy:
|
|
27140
|
-
create_account_description:
|
|
27141
|
-
create_account_email_invalid:
|
|
27142
|
-
create_account_passwords_didnt_match:
|
|
27143
|
-
create_account_title:
|
|
27144
|
-
create_account_weak_password:
|
|
27145
|
-
create_new_account_link:
|
|
27146
|
-
create_password_account_title:
|
|
27147
|
-
currently_logged_in_as:
|
|
27148
|
-
email:
|
|
27149
|
-
email_placeholder:
|
|
27150
|
-
email_validated:
|
|
27151
|
-
email_validated_cta:
|
|
27152
|
-
email_verification_for_signup_sent_description:
|
|
27153
|
-
email_verification_for_signup_sent_title:
|
|
27154
|
-
enter_a_code_btn:
|
|
27155
|
-
enter_email_for_verification_description:
|
|
27156
|
-
enter_new_password_placeholder:
|
|
27157
|
-
enter_password:
|
|
27158
|
-
enter_password_description:
|
|
27159
|
-
enter_your_password_btn:
|
|
27160
|
-
expired_code:
|
|
27161
|
-
fokus_info_message:
|
|
27162
|
-
forgot_password_cta:
|
|
27163
|
-
forgot_password_description:
|
|
27164
|
-
forgot_password_email_sent:
|
|
27165
|
-
forgot_password_link:
|
|
27166
|
-
forgot_password_title:
|
|
27167
|
-
go_back:
|
|
27168
|
+
continue_social_login: MI,
|
|
27169
|
+
continue_with: HI,
|
|
27170
|
+
continue_with_sso_provider_headline: ZI,
|
|
27171
|
+
copyright: KI,
|
|
27172
|
+
copyright_sesamy: FI,
|
|
27173
|
+
create_account_description: WI,
|
|
27174
|
+
create_account_email_invalid: GI,
|
|
27175
|
+
create_account_passwords_didnt_match: JI,
|
|
27176
|
+
create_account_title: YI,
|
|
27177
|
+
create_account_weak_password: XI,
|
|
27178
|
+
create_new_account_link: QI,
|
|
27179
|
+
create_password_account_title: eO,
|
|
27180
|
+
currently_logged_in_as: aO,
|
|
27181
|
+
email: tO,
|
|
27182
|
+
email_placeholder: iO,
|
|
27183
|
+
email_validated: rO,
|
|
27184
|
+
email_validated_cta: nO,
|
|
27185
|
+
email_verification_for_signup_sent_description: sO,
|
|
27186
|
+
email_verification_for_signup_sent_title: oO,
|
|
27187
|
+
enter_a_code_btn: lO,
|
|
27188
|
+
enter_email_for_verification_description: cO,
|
|
27189
|
+
enter_new_password_placeholder: dO,
|
|
27190
|
+
enter_password: uO,
|
|
27191
|
+
enter_password_description: hO,
|
|
27192
|
+
enter_your_password_btn: mO,
|
|
27193
|
+
expired_code: pO,
|
|
27194
|
+
fokus_info_message: gO,
|
|
27195
|
+
forgot_password_cta: fO,
|
|
27196
|
+
forgot_password_description: bO,
|
|
27197
|
+
forgot_password_email_sent: yO,
|
|
27198
|
+
forgot_password_link: kO,
|
|
27199
|
+
forgot_password_title: vO,
|
|
27200
|
+
go_back: wO,
|
|
27168
27201
|
"invalid-email": "Virheellinen sähköpostiosoite",
|
|
27169
|
-
invalid_password:
|
|
27170
|
-
invalid_session_body:
|
|
27171
|
-
invalid_session_title:
|
|
27172
|
-
link_email_click_to_login:
|
|
27173
|
-
link_email_login:
|
|
27174
|
-
link_email_or_enter_code:
|
|
27175
|
-
link_page_body:
|
|
27176
|
-
link_page_headline:
|
|
27177
|
-
logged_in_as:
|
|
27178
|
-
login:
|
|
27179
|
-
login_description:
|
|
27180
|
-
login_description_code:
|
|
27181
|
-
login_description_link:
|
|
27182
|
-
logout:
|
|
27183
|
-
no_use_another:
|
|
27184
|
-
or:
|
|
27185
|
-
password:
|
|
27186
|
-
password_has_been_reset:
|
|
27187
|
-
password_has_been_reset_title:
|
|
27188
|
-
password_reset_subject:
|
|
27189
|
-
password_reset_title:
|
|
27190
|
-
privacy_policy:
|
|
27191
|
-
redirecting:
|
|
27192
|
-
reenter_new_password_placeholder:
|
|
27193
|
-
register_password_account:
|
|
27194
|
-
resend_code:
|
|
27195
|
-
reset_password_cta:
|
|
27196
|
-
reset_password_description:
|
|
27197
|
-
reset_password_email_click_to_reset:
|
|
27198
|
-
reset_password_email_cta:
|
|
27199
|
-
reset_password_email_reset:
|
|
27200
|
-
reset_password_subject:
|
|
27201
|
-
reset_password_title:
|
|
27202
|
-
send:
|
|
27203
|
-
send_me_a_new_magic_link:
|
|
27204
|
-
sent_code_spam:
|
|
27205
|
-
set_password:
|
|
27206
|
-
sign_in:
|
|
27207
|
-
signup:
|
|
27208
|
-
signup_success:
|
|
27209
|
-
spotify_already_linked_body:
|
|
27210
|
-
spotify_already_linked_cta:
|
|
27211
|
-
spotify_already_linked_step1_body:
|
|
27212
|
-
spotify_already_linked_step1_title:
|
|
27213
|
-
spotify_already_linked_step2_body:
|
|
27214
|
-
spotify_already_linked_step2_title:
|
|
27215
|
-
spotify_already_linked_title:
|
|
27216
|
-
support_info:
|
|
27217
|
-
terms:
|
|
27218
|
-
unverified_email:
|
|
27219
|
-
user_account_does_not_exist:
|
|
27220
|
-
user_not_found:
|
|
27221
|
-
user_not_found_body:
|
|
27222
|
-
user_not_found_cta:
|
|
27223
|
-
validate_code:
|
|
27224
|
-
validate_email_body:
|
|
27225
|
-
validate_email_title:
|
|
27226
|
-
verify_email_click_to_verify:
|
|
27227
|
-
verify_email_subject:
|
|
27228
|
-
verify_email_title:
|
|
27229
|
-
verify_email_verify:
|
|
27230
|
-
verify_your_email:
|
|
27231
|
-
we_sent_a_code_to:
|
|
27232
|
-
welcome:
|
|
27233
|
-
welcome_to_your_account:
|
|
27234
|
-
yes_continue:
|
|
27235
|
-
yes_continue_with:
|
|
27236
|
-
yes_continue_with_existing_account:
|
|
27202
|
+
invalid_password: _O,
|
|
27203
|
+
invalid_session_body: xO,
|
|
27204
|
+
invalid_session_title: jO,
|
|
27205
|
+
link_email_click_to_login: zO,
|
|
27206
|
+
link_email_login: qO,
|
|
27207
|
+
link_email_or_enter_code: SO,
|
|
27208
|
+
link_page_body: AO,
|
|
27209
|
+
link_page_headline: EO,
|
|
27210
|
+
logged_in_as: IO,
|
|
27211
|
+
login: OO,
|
|
27212
|
+
login_description: CO,
|
|
27213
|
+
login_description_code: $O,
|
|
27214
|
+
login_description_link: TO,
|
|
27215
|
+
logout: NO,
|
|
27216
|
+
no_use_another: RO,
|
|
27217
|
+
or: PO,
|
|
27218
|
+
password: BO,
|
|
27219
|
+
password_has_been_reset: UO,
|
|
27220
|
+
password_has_been_reset_title: LO,
|
|
27221
|
+
password_reset_subject: DO,
|
|
27222
|
+
password_reset_title: VO,
|
|
27223
|
+
privacy_policy: MO,
|
|
27224
|
+
redirecting: HO,
|
|
27225
|
+
reenter_new_password_placeholder: ZO,
|
|
27226
|
+
register_password_account: KO,
|
|
27227
|
+
resend_code: FO,
|
|
27228
|
+
reset_password_cta: WO,
|
|
27229
|
+
reset_password_description: GO,
|
|
27230
|
+
reset_password_email_click_to_reset: JO,
|
|
27231
|
+
reset_password_email_cta: YO,
|
|
27232
|
+
reset_password_email_reset: XO,
|
|
27233
|
+
reset_password_subject: QO,
|
|
27234
|
+
reset_password_title: eC,
|
|
27235
|
+
send: aC,
|
|
27236
|
+
send_me_a_new_magic_link: tC,
|
|
27237
|
+
sent_code_spam: iC,
|
|
27238
|
+
set_password: rC,
|
|
27239
|
+
sign_in: nC,
|
|
27240
|
+
signup: sC,
|
|
27241
|
+
signup_success: oC,
|
|
27242
|
+
spotify_already_linked_body: lC,
|
|
27243
|
+
spotify_already_linked_cta: cC,
|
|
27244
|
+
spotify_already_linked_step1_body: dC,
|
|
27245
|
+
spotify_already_linked_step1_title: uC,
|
|
27246
|
+
spotify_already_linked_step2_body: hC,
|
|
27247
|
+
spotify_already_linked_step2_title: mC,
|
|
27248
|
+
spotify_already_linked_title: pC,
|
|
27249
|
+
support_info: gC,
|
|
27250
|
+
terms: fC,
|
|
27251
|
+
unverified_email: bC,
|
|
27252
|
+
user_account_does_not_exist: yC,
|
|
27253
|
+
user_not_found: kC,
|
|
27254
|
+
user_not_found_body: vC,
|
|
27255
|
+
user_not_found_cta: wC,
|
|
27256
|
+
validate_code: _C,
|
|
27257
|
+
validate_email_body: xC,
|
|
27258
|
+
validate_email_title: jC,
|
|
27259
|
+
verify_email_click_to_verify: zC,
|
|
27260
|
+
verify_email_subject: qC,
|
|
27261
|
+
verify_email_title: SC,
|
|
27262
|
+
verify_email_verify: AC,
|
|
27263
|
+
verify_your_email: EC,
|
|
27264
|
+
we_sent_a_code_to: IC,
|
|
27265
|
+
welcome: OC,
|
|
27266
|
+
welcome_to_your_account: CC,
|
|
27267
|
+
yes_continue: $C,
|
|
27268
|
+
yes_continue_with: TC,
|
|
27269
|
+
yes_continue_with_existing_account: NC
|
|
27237
27270
|
};
|
|
27238
27271
|
ma.init({
|
|
27239
27272
|
supportedLngs: ["en", "it", "nb", "sv", "pl", "cs", "fi"],
|
|
27240
27273
|
fallbackLng: "en",
|
|
27241
27274
|
resources: {
|
|
27242
|
-
en: { translation:
|
|
27243
|
-
it: { translation:
|
|
27244
|
-
nb: { translation:
|
|
27245
|
-
sv: { translation:
|
|
27246
|
-
pl: { translation:
|
|
27247
|
-
cs: { translation:
|
|
27248
|
-
fi: { translation:
|
|
27275
|
+
en: { translation: Rz },
|
|
27276
|
+
it: { translation: Z5 },
|
|
27277
|
+
nb: { translation: e8 },
|
|
27278
|
+
sv: { translation: cq },
|
|
27279
|
+
pl: { translation: yA },
|
|
27280
|
+
cs: { translation: SI },
|
|
27281
|
+
fi: { translation: RC }
|
|
27249
27282
|
}
|
|
27250
27283
|
});
|
|
27251
|
-
function
|
|
27284
|
+
function HT(t) {
|
|
27252
27285
|
const e = new We();
|
|
27253
|
-
e.use(async (r, n) => (r.env.data =
|
|
27286
|
+
e.use(async (r, n) => (r.env.data = Sj(r, t.dataAdapter), n())), e.get("/", (r) => r.json({
|
|
27254
27287
|
name: "authhero"
|
|
27255
27288
|
}));
|
|
27256
27289
|
const a = Q2();
|
|
27257
27290
|
e.route("/api/v2", a);
|
|
27258
|
-
const i =
|
|
27291
|
+
const i = _j();
|
|
27259
27292
|
return e.route("/", i), {
|
|
27260
27293
|
app: e,
|
|
27261
27294
|
managementApp: a,
|
|
@@ -27266,42 +27299,42 @@ function MT(t) {
|
|
|
27266
27299
|
export {
|
|
27267
27300
|
d0 as Auth0Client,
|
|
27268
27301
|
Os as AuthorizationResponseMode,
|
|
27269
|
-
|
|
27302
|
+
Di as AuthorizationResponseType,
|
|
27270
27303
|
Lu as CodeChallengeMethod,
|
|
27271
27304
|
nd as GrantType,
|
|
27272
27305
|
ca as LogTypes,
|
|
27273
27306
|
ed as applicationInsertSchema,
|
|
27274
|
-
|
|
27307
|
+
gr as applicationSchema,
|
|
27275
27308
|
jt as auth0UserResponseSchema,
|
|
27276
27309
|
xf as authParamsSchema,
|
|
27277
27310
|
Uu as baseUserSchema,
|
|
27278
27311
|
m0 as bordersSchema,
|
|
27279
27312
|
xm as brandingSchema,
|
|
27280
27313
|
n0 as codeInsertSchema,
|
|
27281
|
-
|
|
27314
|
+
VC as codeSchema,
|
|
27282
27315
|
r0 as codeTypeSchema,
|
|
27283
27316
|
p0 as colorsSchema,
|
|
27284
27317
|
ad as connectionInsertSchema,
|
|
27285
|
-
|
|
27318
|
+
xi as connectionSchema,
|
|
27286
27319
|
s0 as domainInsertSchema,
|
|
27287
|
-
|
|
27320
|
+
MC as domainSchema,
|
|
27288
27321
|
zc as emailProviderSchema,
|
|
27289
|
-
|
|
27322
|
+
cr as fontDetailsSchema,
|
|
27290
27323
|
g0 as fontsSchema,
|
|
27291
27324
|
id as hookInsertSchema,
|
|
27292
27325
|
kn as hookSchema,
|
|
27293
27326
|
Qw as identitySchema,
|
|
27294
|
-
|
|
27327
|
+
HT as init,
|
|
27295
27328
|
o0 as jwksKeySchema,
|
|
27296
27329
|
jf as jwksSchema,
|
|
27297
27330
|
rd as logSchema,
|
|
27298
27331
|
l0 as loginInsertSchema,
|
|
27299
|
-
|
|
27332
|
+
HC as loginSchema,
|
|
27300
27333
|
jm as openIDConfigurationSchema,
|
|
27301
27334
|
f0 as pageBackgroundSchema,
|
|
27302
|
-
|
|
27335
|
+
FC as parseUserId,
|
|
27303
27336
|
u0 as passwordInsertSchema,
|
|
27304
|
-
|
|
27337
|
+
ZC as passwordSchema,
|
|
27305
27338
|
Xw as profileDataSchema,
|
|
27306
27339
|
jc as promptSettingSchema,
|
|
27307
27340
|
t0 as samlpAddon,
|
|
@@ -27311,11 +27344,11 @@ export {
|
|
|
27311
27344
|
td as tenantInsertSchema,
|
|
27312
27345
|
Sn as tenantSchema,
|
|
27313
27346
|
y0 as themeInsertSchema,
|
|
27314
|
-
|
|
27315
|
-
|
|
27347
|
+
KC as themeSchema,
|
|
27348
|
+
ar as totalsSchema,
|
|
27316
27349
|
Qc as userInsertSchema,
|
|
27317
|
-
|
|
27350
|
+
LC as userResponseSchema,
|
|
27318
27351
|
_f as userSchema,
|
|
27319
|
-
|
|
27352
|
+
DC as vendorSettingsSchema,
|
|
27320
27353
|
b0 as widgetSchema
|
|
27321
27354
|
};
|