@eloquentai/chat-sdk 0.30.3 → 0.30.4-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-CzTUqNbz.js → index-SZocsYBG.js} +722 -720
- package/dist/{index-CzTUqNbz.js.map → index-SZocsYBG.js.map} +1 -1
- package/dist/{index-Bf7skbL8.js → index-_l5sXACt.js} +2 -2
- package/dist/{index-Bf7skbL8.js.map → index-_l5sXACt.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -6,16 +6,16 @@ import Vg, { createPortal as gs } from "react-dom";
|
|
|
6
6
|
import Wg from "react-dom/client";
|
|
7
7
|
try {
|
|
8
8
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
|
|
9
|
-
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "
|
|
9
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "1d7e5a1a-c787-4a7e-ab02-2e534c1c2f09", e._sentryDebugIdIdentifier = "sentry-dbid-1d7e5a1a-c787-4a7e-ab02-2e534c1c2f09");
|
|
10
10
|
} catch {
|
|
11
11
|
}
|
|
12
12
|
{
|
|
13
13
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
14
|
-
e.SENTRY_RELEASE = { id: "
|
|
14
|
+
e.SENTRY_RELEASE = { id: "be8847957499d98260352feb52540edd0d898800" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
|
-
const e = "
|
|
18
|
-
import("./index-
|
|
17
|
+
const e = "development";
|
|
18
|
+
import("./index-_l5sXACt.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
@@ -5586,7 +5586,7 @@ hh.displayName = dh;
|
|
|
5586
5586
|
function sl(e) {
|
|
5587
5587
|
return e ? "open" : "closed";
|
|
5588
5588
|
}
|
|
5589
|
-
var ph = "DialogTitleWarning", [
|
|
5589
|
+
var ph = "DialogTitleWarning", [LN, mh] = Hv(ph, {
|
|
5590
5590
|
contentName: br,
|
|
5591
5591
|
titleName: al,
|
|
5592
5592
|
docsSlug: "dialog"
|
|
@@ -11610,7 +11610,7 @@ function Tw() {
|
|
|
11610
11610
|
})(Va)), Va;
|
|
11611
11611
|
}
|
|
11612
11612
|
var fi = Tw();
|
|
11613
|
-
const Pw = { BASE_URL: "/", DEV: !1, MODE: "
|
|
11613
|
+
const Pw = { BASE_URL: "/", DEV: !1, MODE: "dev", PROD: !0, SSR: !1, VITE_API_URL: "https://chat.eloquentai.dev", VITE_CDN_URL: "https://cdn.eloquentai.dev", VITE_ENVIRONMENT: "dev", VITE_REGION_API_URL: "https://region.eloquentai.dev" }, Ow = "/assets/logo-waiting-simple.riv";
|
|
11614
11614
|
function ll(e) {
|
|
11615
11615
|
return typeof window > "u" || typeof import.meta > "u" ? "" : Pw[e] || "";
|
|
11616
11616
|
}
|
|
@@ -22941,7 +22941,7 @@ function SC({ messageData: e }) {
|
|
|
22941
22941
|
)
|
|
22942
22942
|
] });
|
|
22943
22943
|
}
|
|
22944
|
-
const Xu = /* @__PURE__ */ new Set(), CC = "Thinking
|
|
22944
|
+
const Xu = /* @__PURE__ */ new Set(), CC = /* @__PURE__ */ new Set(["Routing"]), EC = /^Thinking\.+$/;
|
|
22945
22945
|
function Ku({
|
|
22946
22946
|
messageData: e,
|
|
22947
22947
|
nextMessage: t,
|
|
@@ -22954,12 +22954,14 @@ function Ku({
|
|
|
22954
22954
|
), h = We({
|
|
22955
22955
|
[s.botBubbleColor]: e.sender === "assistant",
|
|
22956
22956
|
[s.userBubbleColor]: e.sender === "user"
|
|
22957
|
-
}), p = e.content === "...", v =
|
|
22958
|
-
|
|
22957
|
+
}), p = e.content === "...", v = CC.has(
|
|
22958
|
+
e.content.replace(/\.+$/, "")
|
|
22959
|
+
), m = () => n && e.isThinking ? /* @__PURE__ */ De("div", { className: "flex items-center gap-2 px-1 py-1 animate-in fade-in slide-in-from-bottom-2 duration-300 ease-out", children: [
|
|
22960
|
+
!p && !v && u && /* @__PURE__ */ D(
|
|
22959
22961
|
"span",
|
|
22960
22962
|
{
|
|
22961
22963
|
className: "text-xs text-gray-400 font-medium animate-in fade-in duration-500 ease-out",
|
|
22962
|
-
children:
|
|
22964
|
+
children: u.replace(EC, "Thinking")
|
|
22963
22965
|
},
|
|
22964
22966
|
u
|
|
22965
22967
|
),
|
|
@@ -23046,7 +23048,7 @@ function Ku({
|
|
|
23046
23048
|
] }) })
|
|
23047
23049
|
] });
|
|
23048
23050
|
}
|
|
23049
|
-
function
|
|
23051
|
+
function AC({
|
|
23050
23052
|
className: e,
|
|
23051
23053
|
message: t,
|
|
23052
23054
|
nextMessage: n,
|
|
@@ -23134,7 +23136,7 @@ function EC({
|
|
|
23134
23136
|
i
|
|
23135
23137
|
);
|
|
23136
23138
|
}
|
|
23137
|
-
function
|
|
23139
|
+
function IC({
|
|
23138
23140
|
value: e,
|
|
23139
23141
|
onChange: t,
|
|
23140
23142
|
disabled: n = !1
|
|
@@ -23165,16 +23167,16 @@ function AC({
|
|
|
23165
23167
|
a
|
|
23166
23168
|
)) });
|
|
23167
23169
|
}
|
|
23168
|
-
function
|
|
23170
|
+
function RC({ onRate: e }) {
|
|
23169
23171
|
const [t, n] = je(0), [r, i] = je(!1);
|
|
23170
23172
|
return /* @__PURE__ */ D("div", { className: "flex justify-center pt-2 pb-2", children: /* @__PURE__ */ De("div", { className: "rounded-2xl bg-muted px-4 py-3 flex flex-col items-center gap-1.5", children: [
|
|
23171
23173
|
/* @__PURE__ */ D("p", { className: "text-sm font-medium text-foreground", children: r ? "Thanks for your feedback!" : "How was your experience" }),
|
|
23172
|
-
/* @__PURE__ */ D(
|
|
23174
|
+
/* @__PURE__ */ D(IC, { value: t, onChange: (a) => {
|
|
23173
23175
|
n(a), i(!0), e(a);
|
|
23174
23176
|
} })
|
|
23175
23177
|
] }) });
|
|
23176
23178
|
}
|
|
23177
|
-
const Mp = Go(null),
|
|
23179
|
+
const Mp = Go(null), TC = {
|
|
23178
23180
|
isVisible: !1,
|
|
23179
23181
|
content: null,
|
|
23180
23182
|
showCognition: () => {
|
|
@@ -23186,9 +23188,9 @@ function zp() {
|
|
|
23186
23188
|
const e = Yo(Mp);
|
|
23187
23189
|
return e || (console.warn(
|
|
23188
23190
|
"useAgentCognitionContext: AgentCognitionContext is not provided. Using default values."
|
|
23189
|
-
),
|
|
23191
|
+
), TC);
|
|
23190
23192
|
}
|
|
23191
|
-
function
|
|
23193
|
+
function PC() {
|
|
23192
23194
|
const e = Zr(), t = zp(), n = rt(null), r = rt(!0), i = rt(0), [o, a] = je(!1), [s, l] = je(!1), u = (m) => m.scrollHeight - m.scrollTop <= m.clientHeight + 60, h = (m) => {
|
|
23193
23195
|
const y = m.target;
|
|
23194
23196
|
u(y) ? (a(!1), l(!1)) : (a(!0), l(!0));
|
|
@@ -23243,13 +23245,13 @@ function TC() {
|
|
|
23243
23245
|
children: /* @__PURE__ */ D("div", { className: "chat-interface-body flex flex-col space-y-4 mb-10", children: v.map((m, y, C) => {
|
|
23244
23246
|
const N = Array.isArray(m) ? m.map((R) => R.id).join("-") : m.id;
|
|
23245
23247
|
return !Array.isArray(m) && m.isRatingRequest ? /* @__PURE__ */ D(
|
|
23246
|
-
|
|
23248
|
+
RC,
|
|
23247
23249
|
{
|
|
23248
23250
|
onRate: (R) => e.onRateChat?.(R)
|
|
23249
23251
|
},
|
|
23250
23252
|
N
|
|
23251
23253
|
) : /* @__PURE__ */ D(
|
|
23252
|
-
|
|
23254
|
+
AC,
|
|
23253
23255
|
{
|
|
23254
23256
|
message: m,
|
|
23255
23257
|
nextMessage: C[y + 1],
|
|
@@ -23287,7 +23289,7 @@ const Fp = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
|
23287
23289
|
}
|
|
23288
23290
|
));
|
|
23289
23291
|
Fp.displayName = "Textarea";
|
|
23290
|
-
function
|
|
23292
|
+
function OC() {
|
|
23291
23293
|
const e = rt(!1), t = rt(0), n = rt(0);
|
|
23292
23294
|
return {
|
|
23293
23295
|
onMouseDown: (s) => {
|
|
@@ -23330,7 +23332,7 @@ const Ju = {
|
|
|
23330
23332
|
if (e === void 0)
|
|
23331
23333
|
throw new Error("useError must be used within an ErrorProvider");
|
|
23332
23334
|
return e;
|
|
23333
|
-
},
|
|
23335
|
+
}, NC = (e) => (t) => {
|
|
23334
23336
|
const n = Number(t.response.errors[0].error_code), r = $p(n);
|
|
23335
23337
|
e({ code: n, message: r });
|
|
23336
23338
|
}, Qu = {
|
|
@@ -23362,7 +23364,7 @@ const Ju = {
|
|
|
23362
23364
|
iconColor: "text-green-500",
|
|
23363
23365
|
icon: Kb
|
|
23364
23366
|
}
|
|
23365
|
-
},
|
|
23367
|
+
}, LC = ({ message: e, type: t }) => {
|
|
23366
23368
|
const n = Qu[t] || Qu.warning, r = n.icon;
|
|
23367
23369
|
return /* @__PURE__ */ De(
|
|
23368
23370
|
"div",
|
|
@@ -23375,8 +23377,8 @@ const Ju = {
|
|
|
23375
23377
|
}
|
|
23376
23378
|
);
|
|
23377
23379
|
};
|
|
23378
|
-
function
|
|
23379
|
-
const { error: e } = ji(), t = !!e, n = Zr(), r = rt(null), [i, o] = je(""), a =
|
|
23380
|
+
function DC() {
|
|
23381
|
+
const { error: e } = ji(), t = !!e, n = Zr(), r = rt(null), [i, o] = je(""), a = OC(), s = Ys(), l = !!n.messages?.some((m) => m.isRatingRequest), u = () => i.trim() && !t && !l ? { backgroundColor: s.userBubbleColor } : {}, h = () => n.suggestedMessages ? /* @__PURE__ */ D(
|
|
23380
23382
|
"div",
|
|
23381
23383
|
{
|
|
23382
23384
|
className: "w-full px-4 pb-10 -mt-20 overflow-x-auto no-scrollbar z-10 cursor-grab",
|
|
@@ -23443,7 +23445,7 @@ function LC() {
|
|
|
23443
23445
|
) }) : /* @__PURE__ */ De(kn, { children: [
|
|
23444
23446
|
h(),
|
|
23445
23447
|
/* @__PURE__ */ De("div", { className: "flex flex-col w-full items-center px-4 mx-1 pb-4 -mt-6 z-20", children: [
|
|
23446
|
-
t && /* @__PURE__ */ D(
|
|
23448
|
+
t && /* @__PURE__ */ D(LC, { message: e.message, type: "error" }),
|
|
23447
23449
|
/* @__PURE__ */ De(
|
|
23448
23450
|
"form",
|
|
23449
23451
|
{
|
|
@@ -23511,7 +23513,7 @@ function LC() {
|
|
|
23511
23513
|
] })
|
|
23512
23514
|
] });
|
|
23513
23515
|
}
|
|
23514
|
-
function
|
|
23516
|
+
function MC(e, t = []) {
|
|
23515
23517
|
let n = [];
|
|
23516
23518
|
function r(o, a) {
|
|
23517
23519
|
const s = P.createContext(a);
|
|
@@ -23541,9 +23543,9 @@ function DC(e, t = []) {
|
|
|
23541
23543
|
);
|
|
23542
23544
|
};
|
|
23543
23545
|
};
|
|
23544
|
-
return i.scopeName = e, [r,
|
|
23546
|
+
return i.scopeName = e, [r, zC(i, ...t)];
|
|
23545
23547
|
}
|
|
23546
|
-
function
|
|
23548
|
+
function zC(...e) {
|
|
23547
23549
|
const t = e[0];
|
|
23548
23550
|
if (e.length === 1) return t;
|
|
23549
23551
|
const n = () => {
|
|
@@ -23561,19 +23563,19 @@ function MC(...e) {
|
|
|
23561
23563
|
};
|
|
23562
23564
|
return n.scopeName = t.scopeName, n;
|
|
23563
23565
|
}
|
|
23564
|
-
var
|
|
23565
|
-
function
|
|
23566
|
+
var FC = Symbol.for("react.lazy"), Vo = P[" use ".trim().toString()];
|
|
23567
|
+
function $C(e) {
|
|
23566
23568
|
return typeof e == "object" && e !== null && "then" in e;
|
|
23567
23569
|
}
|
|
23568
23570
|
function Up(e) {
|
|
23569
|
-
return e != null && typeof e == "object" && "$$typeof" in e && e.$$typeof ===
|
|
23571
|
+
return e != null && typeof e == "object" && "$$typeof" in e && e.$$typeof === FC && "_payload" in e && $C(e._payload);
|
|
23570
23572
|
}
|
|
23571
23573
|
// @__NO_SIDE_EFFECTS__
|
|
23572
|
-
function
|
|
23573
|
-
const t = /* @__PURE__ */
|
|
23574
|
+
function jC(e) {
|
|
23575
|
+
const t = /* @__PURE__ */ UC(e), n = P.forwardRef((r, i) => {
|
|
23574
23576
|
let { children: o, ...a } = r;
|
|
23575
23577
|
Up(o) && typeof Vo == "function" && (o = Vo(o._payload));
|
|
23576
|
-
const s = P.Children.toArray(o), l = s.find(
|
|
23578
|
+
const s = P.Children.toArray(o), l = s.find(VC);
|
|
23577
23579
|
if (l) {
|
|
23578
23580
|
const u = l.props.children, h = s.map((p) => p === l ? P.Children.count(u) > 1 ? P.Children.only(null) : P.isValidElement(u) ? u.props.children : null : p);
|
|
23579
23581
|
return /* @__PURE__ */ D(t, { ...a, ref: i, children: P.isValidElement(u) ? P.cloneElement(u, void 0, h) : null });
|
|
@@ -23583,22 +23585,22 @@ function $C(e) {
|
|
|
23583
23585
|
return n.displayName = `${e}.Slot`, n;
|
|
23584
23586
|
}
|
|
23585
23587
|
// @__NO_SIDE_EFFECTS__
|
|
23586
|
-
function
|
|
23588
|
+
function UC(e) {
|
|
23587
23589
|
const t = P.forwardRef((n, r) => {
|
|
23588
23590
|
let { children: i, ...o } = n;
|
|
23589
23591
|
if (Up(i) && typeof Vo == "function" && (i = Vo(i._payload)), P.isValidElement(i)) {
|
|
23590
|
-
const a =
|
|
23592
|
+
const a = qC(i), s = WC(o, i.props);
|
|
23591
23593
|
return i.type !== P.Fragment && (s.ref = r ? Ks(r, a) : a), P.cloneElement(i, s);
|
|
23592
23594
|
}
|
|
23593
23595
|
return P.Children.count(i) > 1 ? P.Children.only(null) : null;
|
|
23594
23596
|
});
|
|
23595
23597
|
return t.displayName = `${e}.SlotClone`, t;
|
|
23596
23598
|
}
|
|
23597
|
-
var
|
|
23598
|
-
function
|
|
23599
|
-
return P.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId ===
|
|
23599
|
+
var BC = Symbol("radix.slottable");
|
|
23600
|
+
function VC(e) {
|
|
23601
|
+
return P.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === BC;
|
|
23600
23602
|
}
|
|
23601
|
-
function
|
|
23603
|
+
function WC(e, t) {
|
|
23602
23604
|
const n = { ...t };
|
|
23603
23605
|
for (const r in t) {
|
|
23604
23606
|
const i = e[r], o = t[r];
|
|
@@ -23609,11 +23611,11 @@ function VC(e, t) {
|
|
|
23609
23611
|
}
|
|
23610
23612
|
return { ...e, ...n };
|
|
23611
23613
|
}
|
|
23612
|
-
function
|
|
23614
|
+
function qC(e) {
|
|
23613
23615
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
23614
23616
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
23615
23617
|
}
|
|
23616
|
-
var
|
|
23618
|
+
var HC = [
|
|
23617
23619
|
"a",
|
|
23618
23620
|
"button",
|
|
23619
23621
|
"div",
|
|
@@ -23631,8 +23633,8 @@ var qC = [
|
|
|
23631
23633
|
"span",
|
|
23632
23634
|
"svg",
|
|
23633
23635
|
"ul"
|
|
23634
|
-
], Al =
|
|
23635
|
-
const n = /* @__PURE__ */
|
|
23636
|
+
], Al = HC.reduce((e, t) => {
|
|
23637
|
+
const n = /* @__PURE__ */ jC(`Primitive.${t}`), r = P.forwardRef((i, o) => {
|
|
23636
23638
|
const { asChild: a, ...s } = i, l = a ? n : t;
|
|
23637
23639
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ D(l, { ...s, ref: o });
|
|
23638
23640
|
});
|
|
@@ -23648,7 +23650,7 @@ var qC = [
|
|
|
23648
23650
|
* LICENSE file in the root directory of this source tree.
|
|
23649
23651
|
*/
|
|
23650
23652
|
var ef;
|
|
23651
|
-
function
|
|
23653
|
+
function ZC() {
|
|
23652
23654
|
if (ef) return ls;
|
|
23653
23655
|
ef = 1;
|
|
23654
23656
|
var e = id;
|
|
@@ -23689,26 +23691,26 @@ function HC() {
|
|
|
23689
23691
|
return ls.useSyncExternalStore = e.useSyncExternalStore !== void 0 ? e.useSyncExternalStore : h, ls;
|
|
23690
23692
|
}
|
|
23691
23693
|
var tf;
|
|
23692
|
-
function
|
|
23693
|
-
return tf || (tf = 1, ss.exports =
|
|
23694
|
+
function GC() {
|
|
23695
|
+
return tf || (tf = 1, ss.exports = ZC()), ss.exports;
|
|
23694
23696
|
}
|
|
23695
|
-
var
|
|
23696
|
-
function
|
|
23697
|
-
return
|
|
23698
|
-
|
|
23697
|
+
var YC = GC();
|
|
23698
|
+
function XC() {
|
|
23699
|
+
return YC.useSyncExternalStore(
|
|
23700
|
+
KC,
|
|
23699
23701
|
() => !0,
|
|
23700
23702
|
() => !1
|
|
23701
23703
|
);
|
|
23702
23704
|
}
|
|
23703
|
-
function
|
|
23705
|
+
function KC() {
|
|
23704
23706
|
return () => {
|
|
23705
23707
|
};
|
|
23706
23708
|
}
|
|
23707
|
-
var Il = "Avatar", [
|
|
23709
|
+
var Il = "Avatar", [JC] = MC(Il), [QC, Bp] = JC(Il), Vp = P.forwardRef(
|
|
23708
23710
|
(e, t) => {
|
|
23709
23711
|
const { __scopeAvatar: n, ...r } = e, [i, o] = P.useState("idle");
|
|
23710
23712
|
return /* @__PURE__ */ D(
|
|
23711
|
-
|
|
23713
|
+
QC,
|
|
23712
23714
|
{
|
|
23713
23715
|
scope: n,
|
|
23714
23716
|
imageLoadingStatus: i,
|
|
@@ -23722,7 +23724,7 @@ Vp.displayName = Il;
|
|
|
23722
23724
|
var Wp = "AvatarImage", qp = P.forwardRef(
|
|
23723
23725
|
(e, t) => {
|
|
23724
23726
|
const { __scopeAvatar: n, src: r, onLoadingStatusChange: i = () => {
|
|
23725
|
-
}, ...o } = e, a = Bp(Wp, n), s =
|
|
23727
|
+
}, ...o } = e, a = Bp(Wp, n), s = eE(r, o), l = an((u) => {
|
|
23726
23728
|
i(u), a.onImageLoadingStatusChange(u);
|
|
23727
23729
|
});
|
|
23728
23730
|
return Hn(() => {
|
|
@@ -23746,8 +23748,8 @@ Zp.displayName = Hp;
|
|
|
23746
23748
|
function nf(e, t) {
|
|
23747
23749
|
return e ? t ? (e.src !== t && (e.src = t), e.complete && e.naturalWidth > 0 ? "loaded" : "loading") : "error" : "idle";
|
|
23748
23750
|
}
|
|
23749
|
-
function
|
|
23750
|
-
const r =
|
|
23751
|
+
function eE(e, { referrerPolicy: t, crossOrigin: n }) {
|
|
23752
|
+
const r = XC(), i = P.useRef(null), o = r ? (i.current || (i.current = new window.Image()), i.current) : null, [a, s] = P.useState(
|
|
23751
23753
|
() => nf(o, e)
|
|
23752
23754
|
);
|
|
23753
23755
|
return Hn(() => {
|
|
@@ -23776,7 +23778,7 @@ const Kp = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
|
23776
23778
|
}
|
|
23777
23779
|
));
|
|
23778
23780
|
Kp.displayName = Gp.displayName;
|
|
23779
|
-
const
|
|
23781
|
+
const tE = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
23780
23782
|
Yp,
|
|
23781
23783
|
{
|
|
23782
23784
|
ref: n,
|
|
@@ -23784,8 +23786,8 @@ const eE = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
|
23784
23786
|
...t
|
|
23785
23787
|
}
|
|
23786
23788
|
));
|
|
23787
|
-
|
|
23788
|
-
const
|
|
23789
|
+
tE.displayName = Yp.displayName;
|
|
23790
|
+
const nE = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
23789
23791
|
Xp,
|
|
23790
23792
|
{
|
|
23791
23793
|
ref: n,
|
|
@@ -23796,8 +23798,8 @@ const tE = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ D(
|
|
|
23796
23798
|
...t
|
|
23797
23799
|
}
|
|
23798
23800
|
));
|
|
23799
|
-
|
|
23800
|
-
function
|
|
23801
|
+
nE.displayName = Xp.displayName;
|
|
23802
|
+
function rE({
|
|
23801
23803
|
onCleanChat: e,
|
|
23802
23804
|
onClose: t
|
|
23803
23805
|
}) {
|
|
@@ -23890,20 +23892,20 @@ function Qp({
|
|
|
23890
23892
|
/* @__PURE__ */ D(Gs, { children: /* @__PURE__ */ D(Tn, { className: "h-12 w-full rounded-full" }) })
|
|
23891
23893
|
] }, "chat-interface-sekelton");
|
|
23892
23894
|
}
|
|
23893
|
-
function
|
|
23895
|
+
function iE(e) {
|
|
23894
23896
|
const { isOpen: t = !1, isMobile: n, onCleanChat: r, onClose: i, theme: o } = e, a = Ws(t, 50), [s, l] = je(!1), u = Jp({
|
|
23895
23897
|
isOpen: a,
|
|
23896
23898
|
isMobile: n
|
|
23897
23899
|
}), h = () => s ? /* @__PURE__ */ De(qs, { className: u, children: [
|
|
23898
23900
|
/* @__PURE__ */ D(
|
|
23899
|
-
|
|
23901
|
+
rE,
|
|
23900
23902
|
{
|
|
23901
23903
|
onCleanChat: () => r?.(),
|
|
23902
23904
|
onClose: () => i?.()
|
|
23903
23905
|
}
|
|
23904
23906
|
),
|
|
23905
|
-
/* @__PURE__ */ D(
|
|
23906
|
-
/* @__PURE__ */ D(
|
|
23907
|
+
/* @__PURE__ */ D(PC, {}),
|
|
23908
|
+
/* @__PURE__ */ D(DC, {})
|
|
23907
23909
|
] }) : /* @__PURE__ */ De(kn, { children: [
|
|
23908
23910
|
/* @__PURE__ */ D(Qp, { isOpen: t, isMobile: n }),
|
|
23909
23911
|
!s && /* @__PURE__ */ D(
|
|
@@ -23934,10 +23936,10 @@ function cs({ children: e, head: t, ...n }) {
|
|
|
23934
23936
|
a && gs(e, a)
|
|
23935
23937
|
] });
|
|
23936
23938
|
}
|
|
23937
|
-
function
|
|
23939
|
+
function oE({ children: e, container: t }) {
|
|
23938
23940
|
return gs(e, t);
|
|
23939
23941
|
}
|
|
23940
|
-
function
|
|
23942
|
+
function aE({
|
|
23941
23943
|
message: e,
|
|
23942
23944
|
isVisible: t,
|
|
23943
23945
|
onDismiss: n,
|
|
@@ -24016,7 +24018,7 @@ function oE({
|
|
|
24016
24018
|
}
|
|
24017
24019
|
) : null;
|
|
24018
24020
|
}
|
|
24019
|
-
function
|
|
24021
|
+
function sE({
|
|
24020
24022
|
chatProps: e,
|
|
24021
24023
|
chatSettings: t
|
|
24022
24024
|
}) {
|
|
@@ -24049,7 +24051,7 @@ class mr extends Error {
|
|
|
24049
24051
|
super(n), this.name = "ServerError", this.status = t, this.response = r;
|
|
24050
24052
|
}
|
|
24051
24053
|
}
|
|
24052
|
-
class
|
|
24054
|
+
class lE {
|
|
24053
24055
|
baseURL;
|
|
24054
24056
|
headers;
|
|
24055
24057
|
region = null;
|
|
@@ -24123,7 +24125,7 @@ class sE {
|
|
|
24123
24125
|
return r;
|
|
24124
24126
|
}
|
|
24125
24127
|
}
|
|
24126
|
-
function
|
|
24128
|
+
function cE() {
|
|
24127
24129
|
if (typeof window > "u")
|
|
24128
24130
|
return {};
|
|
24129
24131
|
const e = new URLSearchParams(window.location.search), t = {};
|
|
@@ -24131,9 +24133,9 @@ function lE() {
|
|
|
24131
24133
|
t[r] = n;
|
|
24132
24134
|
}), t;
|
|
24133
24135
|
}
|
|
24134
|
-
const
|
|
24136
|
+
const uE = "eloquent-ai::conversation-data", go = typeof window < "u", fE = 1800 * 1e3;
|
|
24135
24137
|
function Tl({ appId: e }) {
|
|
24136
|
-
const t = er(() => `${
|
|
24138
|
+
const t = er(() => `${uE}-${e}`, [e]), n = er(
|
|
24137
24139
|
() => ({
|
|
24138
24140
|
conversationId: null,
|
|
24139
24141
|
userId: null,
|
|
@@ -24155,7 +24157,7 @@ function Tl({ appId: e }) {
|
|
|
24155
24157
|
}, [t, n]), i = dt(() => {
|
|
24156
24158
|
try {
|
|
24157
24159
|
const l = r();
|
|
24158
|
-
return l.lastActivity ? Date.now() - l.lastActivity >
|
|
24160
|
+
return l.lastActivity ? Date.now() - l.lastActivity > fE : !0;
|
|
24159
24161
|
} catch (l) {
|
|
24160
24162
|
return console.error("Error checking conversation expiration:", l), !0;
|
|
24161
24163
|
}
|
|
@@ -24214,7 +24216,7 @@ function Tl({ appId: e }) {
|
|
|
24214
24216
|
updateLastActivity: s
|
|
24215
24217
|
};
|
|
24216
24218
|
}
|
|
24217
|
-
const
|
|
24219
|
+
const dE = "Logging", hE = "x-amz-user-agent", pE = "NoHubcallbackProvidedException";
|
|
24218
24220
|
var on;
|
|
24219
24221
|
(function(e) {
|
|
24220
24222
|
e.DEBUG = "DEBUG", e.ERROR = "ERROR", e.INFO = "INFO", e.WARN = "WARN", e.VERBOSE = "VERBOSE", e.NONE = "NONE";
|
|
@@ -24331,7 +24333,7 @@ class bn {
|
|
|
24331
24333
|
this._log(on.VERBOSE, ...t);
|
|
24332
24334
|
}
|
|
24333
24335
|
addPluggable(t) {
|
|
24334
|
-
t && t.getCategoryName() ===
|
|
24336
|
+
t && t.getCategoryName() === dE && (this._pluggables.push(t), t.configure(this._config));
|
|
24335
24337
|
}
|
|
24336
24338
|
listPluggables() {
|
|
24337
24339
|
return this._pluggables;
|
|
@@ -24357,7 +24359,7 @@ class Vr extends Error {
|
|
|
24357
24359
|
}
|
|
24358
24360
|
}
|
|
24359
24361
|
const Pl = typeof Symbol < "u" ? Symbol("amplify_default") : "@@amplify_default", gi = new bn("Hub");
|
|
24360
|
-
class
|
|
24362
|
+
class mE {
|
|
24361
24363
|
constructor(t) {
|
|
24362
24364
|
this.listeners = /* @__PURE__ */ new Map(), this.protectedChannels = [
|
|
24363
24365
|
"core",
|
|
@@ -24405,7 +24407,7 @@ class pE {
|
|
|
24405
24407
|
let i;
|
|
24406
24408
|
if (typeof n != "function")
|
|
24407
24409
|
throw new Vr({
|
|
24408
|
-
name:
|
|
24410
|
+
name: pE,
|
|
24409
24411
|
message: "No callback supplied to Hub"
|
|
24410
24412
|
});
|
|
24411
24413
|
i = n;
|
|
@@ -24429,7 +24431,7 @@ class pE {
|
|
|
24429
24431
|
});
|
|
24430
24432
|
}
|
|
24431
24433
|
}
|
|
24432
|
-
const Ol = new
|
|
24434
|
+
const Ol = new mE("__default__"), gE = () => {
|
|
24433
24435
|
if (typeof window < "u" && typeof window.btoa == "function")
|
|
24434
24436
|
return window.btoa;
|
|
24435
24437
|
if (typeof btoa == "function")
|
|
@@ -24439,7 +24441,7 @@ const Ol = new pE("__default__"), mE = () => {
|
|
|
24439
24441
|
message: "Cannot resolve the `btoa` function from the environment."
|
|
24440
24442
|
});
|
|
24441
24443
|
}, em = (e) => e && e["nonRetryable"], bo = new bn("retryUtil");
|
|
24442
|
-
async function
|
|
24444
|
+
async function bE(e, t, n, r) {
|
|
24443
24445
|
if (typeof e != "function")
|
|
24444
24446
|
throw Error("functionToRetry must be a function");
|
|
24445
24447
|
return new Promise(async (i, o) => {
|
|
@@ -24475,7 +24477,7 @@ const tm = (e) => {
|
|
|
24475
24477
|
(r && typeof r == "object" || typeof r == "function") && tm(r);
|
|
24476
24478
|
}
|
|
24477
24479
|
return Object.freeze(e);
|
|
24478
|
-
},
|
|
24480
|
+
}, vE = new bn("parseAWSExports"), yE = {
|
|
24479
24481
|
API_KEY: "apiKey",
|
|
24480
24482
|
AWS_IAM: "iam",
|
|
24481
24483
|
AMAZON_COGNITO_USER_POOLS: "userPool",
|
|
@@ -24488,7 +24490,7 @@ const tm = (e) => {
|
|
|
24488
24490
|
// ref: https://github.com/aws-amplify/amplify-js/pull/12922
|
|
24489
24491
|
// TODO: @v7 remove next line
|
|
24490
24492
|
LAMBDA: "lambda"
|
|
24491
|
-
},
|
|
24493
|
+
}, wE = (e = {}) => {
|
|
24492
24494
|
if (!Object.prototype.hasOwnProperty.call(e, "aws_project_region"))
|
|
24493
24495
|
throw new Vr({
|
|
24494
24496
|
name: "InvalidParameterException",
|
|
@@ -24531,8 +24533,8 @@ const tm = (e) => {
|
|
|
24531
24533
|
if (Array.isArray(o) && (q.Interactions = {
|
|
24532
24534
|
LexV1: Object.fromEntries(o.map((se) => [se.name, se]))
|
|
24533
24535
|
}), r) {
|
|
24534
|
-
const se =
|
|
24535
|
-
se ||
|
|
24536
|
+
const se = yE[n];
|
|
24537
|
+
se || vE.debug(`Invalid authentication type ${n}. Falling back to IAM.`), q.API = {
|
|
24536
24538
|
GraphQL: {
|
|
24537
24539
|
endpoint: r,
|
|
24538
24540
|
apiKey: t,
|
|
@@ -24580,9 +24582,9 @@ const tm = (e) => {
|
|
|
24580
24582
|
if (q.Auth && ge && (q.Auth.Cognito.loginWith = {
|
|
24581
24583
|
...q.Auth.Cognito.loginWith,
|
|
24582
24584
|
oauth: {
|
|
24583
|
-
...
|
|
24585
|
+
...xE(te),
|
|
24584
24586
|
...O && {
|
|
24585
|
-
providers:
|
|
24587
|
+
providers: _E(m)
|
|
24586
24588
|
}
|
|
24587
24589
|
}
|
|
24588
24590
|
}), U && (q.Storage = {
|
|
@@ -24629,31 +24631,31 @@ const tm = (e) => {
|
|
|
24629
24631
|
} : H;
|
|
24630
24632
|
}
|
|
24631
24633
|
return q;
|
|
24632
|
-
}, of = (e) => e?.split(",") ?? [],
|
|
24634
|
+
}, of = (e) => e?.split(",") ?? [], xE = ({ domain: e, scope: t, redirectSignIn: n, redirectSignOut: r, responseType: i }) => ({
|
|
24633
24635
|
domain: e,
|
|
24634
24636
|
scopes: t,
|
|
24635
24637
|
redirectSignIn: of(n),
|
|
24636
24638
|
redirectSignOut: of(r),
|
|
24637
24639
|
responseType: i
|
|
24638
|
-
}),
|
|
24640
|
+
}), _E = (e) => e.map((t) => {
|
|
24639
24641
|
const n = t.toLowerCase();
|
|
24640
24642
|
return n.charAt(0).toUpperCase() + n.slice(1);
|
|
24641
|
-
}),
|
|
24643
|
+
}), kE = Symbol("oauth-listener"), Ft = [];
|
|
24642
24644
|
for (let e = 0; e < 256; ++e)
|
|
24643
24645
|
Ft.push((e + 256).toString(16).slice(1));
|
|
24644
|
-
function
|
|
24646
|
+
function SE(e, t = 0) {
|
|
24645
24647
|
return (Ft[e[t + 0]] + Ft[e[t + 1]] + Ft[e[t + 2]] + Ft[e[t + 3]] + "-" + Ft[e[t + 4]] + Ft[e[t + 5]] + "-" + Ft[e[t + 6]] + Ft[e[t + 7]] + "-" + Ft[e[t + 8]] + Ft[e[t + 9]] + "-" + Ft[e[t + 10]] + Ft[e[t + 11]] + Ft[e[t + 12]] + Ft[e[t + 13]] + Ft[e[t + 14]] + Ft[e[t + 15]]).toLowerCase();
|
|
24646
24648
|
}
|
|
24647
|
-
const
|
|
24648
|
-
function
|
|
24649
|
-
return crypto.getRandomValues(
|
|
24650
|
-
}
|
|
24651
|
-
function EE(e, t, n) {
|
|
24652
|
-
return !t && !e && crypto.randomUUID ? crypto.randomUUID() : AE(e, t, n);
|
|
24649
|
+
const CE = new Uint8Array(16);
|
|
24650
|
+
function EE() {
|
|
24651
|
+
return crypto.getRandomValues(CE);
|
|
24653
24652
|
}
|
|
24654
24653
|
function AE(e, t, n) {
|
|
24654
|
+
return !t && !e && crypto.randomUUID ? crypto.randomUUID() : IE(e, t, n);
|
|
24655
|
+
}
|
|
24656
|
+
function IE(e, t, n) {
|
|
24655
24657
|
e = e || {};
|
|
24656
|
-
const r = e.random ?? e.rng?.() ??
|
|
24658
|
+
const r = e.random ?? e.rng?.() ?? EE();
|
|
24657
24659
|
if (r.length < 16)
|
|
24658
24660
|
throw new Error("Random bytes length must be >= 16");
|
|
24659
24661
|
if (r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, t) {
|
|
@@ -24663,13 +24665,13 @@ function AE(e, t, n) {
|
|
|
24663
24665
|
t[n + i] = r[i];
|
|
24664
24666
|
return t;
|
|
24665
24667
|
}
|
|
24666
|
-
return
|
|
24668
|
+
return SE(r);
|
|
24667
24669
|
}
|
|
24668
|
-
function
|
|
24670
|
+
function RE(e) {
|
|
24669
24671
|
const { version: t } = e;
|
|
24670
24672
|
return t ? t.startsWith("1") : !1;
|
|
24671
24673
|
}
|
|
24672
|
-
function
|
|
24674
|
+
function TE(e) {
|
|
24673
24675
|
if (!e)
|
|
24674
24676
|
return;
|
|
24675
24677
|
const { bucket_name: t, aws_region: n, buckets: r } = e;
|
|
@@ -24677,11 +24679,11 @@ function RE(e) {
|
|
|
24677
24679
|
S3: {
|
|
24678
24680
|
bucket: t,
|
|
24679
24681
|
region: n,
|
|
24680
|
-
buckets: r &&
|
|
24682
|
+
buckets: r && UE(r)
|
|
24681
24683
|
}
|
|
24682
24684
|
};
|
|
24683
24685
|
}
|
|
24684
|
-
function
|
|
24686
|
+
function PE(e) {
|
|
24685
24687
|
if (!e)
|
|
24686
24688
|
return;
|
|
24687
24689
|
const { user_pool_id: t, user_pool_client_id: n, identity_pool_id: r, password_policy: i, mfa_configuration: o, mfa_methods: a, unauthenticated_identities_enabled: s, oauth: l, username_attributes: u, standard_required_attributes: h, groups: p, passwordless: v } = e, m = {
|
|
@@ -24701,7 +24703,7 @@ function TE(e) {
|
|
|
24701
24703
|
requireSpecialCharacters: i.require_symbols,
|
|
24702
24704
|
minLength: i.min_length ?? 6
|
|
24703
24705
|
}), o && (m.Cognito.mfa = {
|
|
24704
|
-
status:
|
|
24706
|
+
status: jE(o),
|
|
24705
24707
|
smsEnabled: a?.includes("SMS"),
|
|
24706
24708
|
totpEnabled: a?.includes("TOTP")
|
|
24707
24709
|
}), s && (m.Cognito.allowGuestAccess = s), l && (m.Cognito.loginWith = {
|
|
@@ -24711,7 +24713,7 @@ function TE(e) {
|
|
|
24711
24713
|
redirectSignOut: l.redirect_sign_out_uri,
|
|
24712
24714
|
responseType: l.response_type === "token" ? "token" : "code",
|
|
24713
24715
|
scopes: l.scopes,
|
|
24714
|
-
providers:
|
|
24716
|
+
providers: $E(l.identity_providers)
|
|
24715
24717
|
}
|
|
24716
24718
|
}), u && (m.Cognito.loginWith = {
|
|
24717
24719
|
...m.Cognito.loginWith,
|
|
@@ -24729,7 +24731,7 @@ function TE(e) {
|
|
|
24729
24731
|
preferredChallenge: v.preferred_challenge
|
|
24730
24732
|
}), m;
|
|
24731
24733
|
}
|
|
24732
|
-
function
|
|
24734
|
+
function OE(e) {
|
|
24733
24735
|
if (!e?.amazon_pinpoint)
|
|
24734
24736
|
return;
|
|
24735
24737
|
const { amazon_pinpoint: t } = e;
|
|
@@ -24740,7 +24742,7 @@ function PE(e) {
|
|
|
24740
24742
|
}
|
|
24741
24743
|
};
|
|
24742
24744
|
}
|
|
24743
|
-
function
|
|
24745
|
+
function NE(e) {
|
|
24744
24746
|
if (!e)
|
|
24745
24747
|
return;
|
|
24746
24748
|
const { aws_region: t, geofence_collections: n, maps: r, search_indices: i } = e;
|
|
@@ -24753,7 +24755,7 @@ function OE(e) {
|
|
|
24753
24755
|
}
|
|
24754
24756
|
};
|
|
24755
24757
|
}
|
|
24756
|
-
function
|
|
24758
|
+
function LE(e) {
|
|
24757
24759
|
if (!e)
|
|
24758
24760
|
return;
|
|
24759
24761
|
const { aws_region: t, default_authorization_type: n, url: r, api_key: i, model_introspection: o } = e;
|
|
@@ -24767,7 +24769,7 @@ function NE(e) {
|
|
|
24767
24769
|
}
|
|
24768
24770
|
};
|
|
24769
24771
|
}
|
|
24770
|
-
function
|
|
24772
|
+
function DE(e) {
|
|
24771
24773
|
if (!e?.events)
|
|
24772
24774
|
return;
|
|
24773
24775
|
const { url: t, aws_region: n, api_key: r, default_authorization_type: i } = e.events;
|
|
@@ -24780,7 +24782,7 @@ function LE(e) {
|
|
|
24780
24782
|
}
|
|
24781
24783
|
};
|
|
24782
24784
|
}
|
|
24783
|
-
function
|
|
24785
|
+
function ME(e) {
|
|
24784
24786
|
if (!e)
|
|
24785
24787
|
return;
|
|
24786
24788
|
const { aws_region: t, channels: n, amazon_pinpoint_app_id: r } = e, i = n.includes("IN_APP_MESSAGING"), o = n.includes("APNS") || n.includes("FCM");
|
|
@@ -24799,15 +24801,15 @@ function DE(e) {
|
|
|
24799
24801
|
}
|
|
24800
24802
|
}), a;
|
|
24801
24803
|
}
|
|
24802
|
-
function
|
|
24804
|
+
function zE(e) {
|
|
24803
24805
|
const t = {};
|
|
24804
|
-
if (e.storage && (t.Storage =
|
|
24805
|
-
const n =
|
|
24806
|
+
if (e.storage && (t.Storage = TE(e.storage)), e.auth && (t.Auth = PE(e.auth)), e.analytics && (t.Analytics = OE(e.analytics)), e.geo && (t.Geo = NE(e.geo)), e.data && (t.API = LE(e.data)), e.custom) {
|
|
24807
|
+
const n = DE(e.custom);
|
|
24806
24808
|
n && "Events" in n && (t.API = { ...t.API, ...n });
|
|
24807
24809
|
}
|
|
24808
|
-
return e.notifications && (t.Notifications =
|
|
24810
|
+
return e.notifications && (t.Notifications = ME(e.notifications)), t;
|
|
24809
24811
|
}
|
|
24810
|
-
const
|
|
24812
|
+
const FE = {
|
|
24811
24813
|
AMAZON_COGNITO_USER_POOLS: "userPool",
|
|
24812
24814
|
API_KEY: "apiKey",
|
|
24813
24815
|
AWS_IAM: "iam",
|
|
@@ -24815,7 +24817,7 @@ const zE = {
|
|
|
24815
24817
|
OPENID_CONNECT: "oidc"
|
|
24816
24818
|
};
|
|
24817
24819
|
function nm(e) {
|
|
24818
|
-
return
|
|
24820
|
+
return FE[e];
|
|
24819
24821
|
}
|
|
24820
24822
|
const af = {
|
|
24821
24823
|
GOOGLE: "Google",
|
|
@@ -24823,13 +24825,13 @@ const af = {
|
|
|
24823
24825
|
FACEBOOK: "Facebook",
|
|
24824
24826
|
SIGN_IN_WITH_APPLE: "Apple"
|
|
24825
24827
|
};
|
|
24826
|
-
function
|
|
24828
|
+
function $E(e = []) {
|
|
24827
24829
|
return e.reduce((t, n) => (af[n] !== void 0 && t.push(af[n]), t), []);
|
|
24828
24830
|
}
|
|
24829
|
-
function
|
|
24831
|
+
function jE(e) {
|
|
24830
24832
|
return e === "OPTIONAL" ? "optional" : e === "REQUIRED" ? "on" : "off";
|
|
24831
24833
|
}
|
|
24832
|
-
function
|
|
24834
|
+
function UE(e) {
|
|
24833
24835
|
const t = {};
|
|
24834
24836
|
return e.forEach(({ name: n, bucket_name: r, aws_region: i, paths: o }) => {
|
|
24835
24837
|
if (n in t)
|
|
@@ -24842,8 +24844,8 @@ function jE(e) {
|
|
|
24842
24844
|
};
|
|
24843
24845
|
}), t;
|
|
24844
24846
|
}
|
|
24845
|
-
const
|
|
24846
|
-
var pn = 64,
|
|
24847
|
+
const BE = (e) => Object.keys(e).some((t) => t.startsWith("aws_")) ? wE(e) : RE(e) ? zE(e) : e;
|
|
24848
|
+
var pn = 64, VE = 32, WE = new Uint32Array([
|
|
24847
24849
|
1116352408,
|
|
24848
24850
|
1899447441,
|
|
24849
24851
|
3049323471,
|
|
@@ -24908,7 +24910,7 @@ var pn = 64, BE = 32, VE = new Uint32Array([
|
|
|
24908
24910
|
2756734187,
|
|
24909
24911
|
3204031479,
|
|
24910
24912
|
3329325298
|
|
24911
|
-
]),
|
|
24913
|
+
]), qE = [
|
|
24912
24914
|
1779033703,
|
|
24913
24915
|
3144134277,
|
|
24914
24916
|
1013904242,
|
|
@@ -24917,17 +24919,17 @@ var pn = 64, BE = 32, VE = new Uint32Array([
|
|
|
24917
24919
|
2600822924,
|
|
24918
24920
|
528734635,
|
|
24919
24921
|
1541459225
|
|
24920
|
-
],
|
|
24922
|
+
], HE = Math.pow(2, 53) - 1, Ro = (
|
|
24921
24923
|
/** @class */
|
|
24922
24924
|
(function() {
|
|
24923
24925
|
function e() {
|
|
24924
|
-
this.state = Int32Array.from(
|
|
24926
|
+
this.state = Int32Array.from(qE), this.temp = new Int32Array(64), this.buffer = new Uint8Array(64), this.bufferLength = 0, this.bytesHashed = 0, this.finished = !1;
|
|
24925
24927
|
}
|
|
24926
24928
|
return e.prototype.update = function(t) {
|
|
24927
24929
|
if (this.finished)
|
|
24928
24930
|
throw new Error("Attempted to update an already finished hash.");
|
|
24929
24931
|
var n = 0, r = t.byteLength;
|
|
24930
|
-
if (this.bytesHashed += r, this.bytesHashed * 8 >
|
|
24932
|
+
if (this.bytesHashed += r, this.bytesHashed * 8 > HE)
|
|
24931
24933
|
throw new Error("Cannot hash more than 2^53 - 1 bits");
|
|
24932
24934
|
for (; r > 0; )
|
|
24933
24935
|
this.buffer[this.bufferLength++] = t[n++], r--, this.bufferLength === pn && (this.hashBuffer(), this.bufferLength = 0);
|
|
@@ -24943,7 +24945,7 @@ var pn = 64, BE = 32, VE = new Uint32Array([
|
|
|
24943
24945
|
n.setUint8(i, 0);
|
|
24944
24946
|
n.setUint32(pn - 8, Math.floor(t / 4294967296), !0), n.setUint32(pn - 4, t), this.hashBuffer(), this.finished = !0;
|
|
24945
24947
|
}
|
|
24946
|
-
for (var o = new Uint8Array(
|
|
24948
|
+
for (var o = new Uint8Array(VE), i = 0; i < 8; i++)
|
|
24947
24949
|
o[i * 4] = this.state[i] >>> 24 & 255, o[i * 4 + 1] = this.state[i] >>> 16 & 255, o[i * 4 + 2] = this.state[i] >>> 8 & 255, o[i * 4 + 3] = this.state[i] >>> 0 & 255;
|
|
24948
24950
|
return o;
|
|
24949
24951
|
}, e.prototype.hashBuffer = function() {
|
|
@@ -24956,31 +24958,31 @@ var pn = 64, BE = 32, VE = new Uint32Array([
|
|
|
24956
24958
|
var C = (m >>> 7 | m << 25) ^ (m >>> 18 | m << 14) ^ m >>> 3;
|
|
24957
24959
|
this.temp[v] = (y + this.temp[v - 7] | 0) + (C + this.temp[v - 16] | 0);
|
|
24958
24960
|
}
|
|
24959
|
-
var N = (((l >>> 6 | l << 26) ^ (l >>> 11 | l << 21) ^ (l >>> 25 | l << 7)) + (l & u ^ ~l & h) | 0) + (p + (
|
|
24961
|
+
var N = (((l >>> 6 | l << 26) ^ (l >>> 11 | l << 21) ^ (l >>> 25 | l << 7)) + (l & u ^ ~l & h) | 0) + (p + (WE[v] + this.temp[v] | 0) | 0) | 0, R = ((i >>> 2 | i << 30) ^ (i >>> 13 | i << 19) ^ (i >>> 22 | i << 10)) + (i & o ^ i & a ^ o & a) | 0;
|
|
24960
24962
|
p = h, h = u, u = l, l = s + N | 0, s = a, a = o, o = i, i = N + R | 0;
|
|
24961
24963
|
}
|
|
24962
24964
|
r[0] += i, r[1] += o, r[2] += a, r[3] += s, r[4] += l, r[5] += u, r[6] += h, r[7] += p;
|
|
24963
24965
|
}, e;
|
|
24964
24966
|
})()
|
|
24965
24967
|
);
|
|
24966
|
-
const
|
|
24967
|
-
var
|
|
24968
|
+
const ZE = (e) => new TextEncoder().encode(e);
|
|
24969
|
+
var GE = typeof Buffer < "u" && Buffer.from ? function(e) {
|
|
24968
24970
|
return Buffer.from(e, "utf8");
|
|
24969
|
-
} :
|
|
24971
|
+
} : ZE;
|
|
24970
24972
|
function rm(e) {
|
|
24971
|
-
return e instanceof Uint8Array ? e : typeof e == "string" ?
|
|
24973
|
+
return e instanceof Uint8Array ? e : typeof e == "string" ? GE(e) : ArrayBuffer.isView(e) ? new Uint8Array(e.buffer, e.byteOffset, e.byteLength / Uint8Array.BYTES_PER_ELEMENT) : new Uint8Array(e);
|
|
24972
24974
|
}
|
|
24973
|
-
function
|
|
24975
|
+
function YE(e) {
|
|
24974
24976
|
return typeof e == "string" ? e.length === 0 : e.byteLength === 0;
|
|
24975
24977
|
}
|
|
24976
|
-
var
|
|
24978
|
+
var XE = (
|
|
24977
24979
|
/** @class */
|
|
24978
24980
|
(function() {
|
|
24979
24981
|
function e(t) {
|
|
24980
24982
|
this.secret = t, this.hash = new Ro(), this.reset();
|
|
24981
24983
|
}
|
|
24982
24984
|
return e.prototype.update = function(t) {
|
|
24983
|
-
if (!(
|
|
24985
|
+
if (!(YE(t) || this.error))
|
|
24984
24986
|
try {
|
|
24985
24987
|
this.hash.update(rm(t));
|
|
24986
24988
|
} catch (n) {
|
|
@@ -24999,7 +25001,7 @@ var YE = (
|
|
|
24999
25001
|
}, e.prototype.reset = function() {
|
|
25000
25002
|
if (this.hash = new Ro(), this.secret) {
|
|
25001
25003
|
this.outer = new Ro();
|
|
25002
|
-
var t =
|
|
25004
|
+
var t = KE(this.secret), n = new Uint8Array(pn);
|
|
25003
25005
|
n.set(t);
|
|
25004
25006
|
for (var r = 0; r < pn; r++)
|
|
25005
25007
|
t[r] ^= 54, n[r] ^= 92;
|
|
@@ -25010,7 +25012,7 @@ var YE = (
|
|
|
25010
25012
|
}, e;
|
|
25011
25013
|
})()
|
|
25012
25014
|
);
|
|
25013
|
-
function
|
|
25015
|
+
function KE(e) {
|
|
25014
25016
|
var t = rm(e);
|
|
25015
25017
|
if (t.byteLength > pn) {
|
|
25016
25018
|
var n = new Ro();
|
|
@@ -25024,7 +25026,7 @@ for (let e = 0; e < 256; e++) {
|
|
|
25024
25026
|
let t = e.toString(16).toLowerCase();
|
|
25025
25027
|
t.length === 1 && (t = `0${t}`), im[e] = t;
|
|
25026
25028
|
}
|
|
25027
|
-
function
|
|
25029
|
+
function JE(e) {
|
|
25028
25030
|
let t = "";
|
|
25029
25031
|
for (let n = 0; n < e.byteLength; n++)
|
|
25030
25032
|
t += im[e[n]];
|
|
@@ -25086,123 +25088,123 @@ var yf;
|
|
|
25086
25088
|
(function(e) {
|
|
25087
25089
|
e.UploadData = "1", e.DownloadData = "2", e.List = "3", e.Copy = "4", e.Remove = "5", e.GetProperties = "6", e.GetUrl = "7", e.GetDataAccess = "8", e.ListCallerAccessGrants = "9";
|
|
25088
25090
|
})(yf || (yf = {}));
|
|
25089
|
-
const
|
|
25090
|
-
function
|
|
25091
|
+
const QE = "6.16.4", aa = () => typeof global < "u", Xr = () => typeof window < "u", om = () => typeof document < "u", Nl = () => typeof process < "u", Ri = (e, t) => !!Object.keys(e).find((n) => n.startsWith(t));
|
|
25092
|
+
function eA() {
|
|
25091
25093
|
const e = (r) => r.startsWith("_react") || r.startsWith("__react"), t = (r) => Object.keys(r).find(e), n = () => Array.from(document.querySelectorAll("[id]"));
|
|
25092
25094
|
return om() && n().some(t);
|
|
25093
25095
|
}
|
|
25094
|
-
function
|
|
25096
|
+
function tA() {
|
|
25095
25097
|
return Nl() && typeof process.env < "u" && !!Object.keys(process.env).find((e) => e.includes("react"));
|
|
25096
25098
|
}
|
|
25097
|
-
function
|
|
25099
|
+
function nA() {
|
|
25098
25100
|
return Xr() && Ri(window, "__VUE");
|
|
25099
25101
|
}
|
|
25100
|
-
function
|
|
25102
|
+
function rA() {
|
|
25101
25103
|
return aa() && Ri(global, "__VUE");
|
|
25102
25104
|
}
|
|
25103
|
-
function
|
|
25105
|
+
function iA() {
|
|
25104
25106
|
return Xr() && Ri(window, "__SVELTE");
|
|
25105
25107
|
}
|
|
25106
|
-
function
|
|
25108
|
+
function oA() {
|
|
25107
25109
|
return Nl() && typeof process.env < "u" && !!Object.keys(process.env).find((e) => e.includes("svelte"));
|
|
25108
25110
|
}
|
|
25109
|
-
function
|
|
25111
|
+
function aA() {
|
|
25110
25112
|
return Xr() && window.next && typeof window.next == "object";
|
|
25111
25113
|
}
|
|
25112
|
-
function
|
|
25114
|
+
function sA() {
|
|
25113
25115
|
return aa() && (Ri(global, "__next") || Ri(global, "__NEXT"));
|
|
25114
25116
|
}
|
|
25115
|
-
function
|
|
25117
|
+
function lA() {
|
|
25116
25118
|
return Xr() && (window.__NUXT__ !== void 0 || window.$nuxt !== void 0);
|
|
25117
25119
|
}
|
|
25118
|
-
function
|
|
25120
|
+
function cA() {
|
|
25119
25121
|
return aa() && typeof global.__NUXT_PATHS__ < "u";
|
|
25120
25122
|
}
|
|
25121
|
-
function
|
|
25123
|
+
function uA() {
|
|
25122
25124
|
const e = !!(om() && document.querySelector("[ng-version]")), t = !!(Xr() && typeof window.ng < "u");
|
|
25123
25125
|
return e || t;
|
|
25124
25126
|
}
|
|
25125
|
-
function uA() {
|
|
25126
|
-
return Nl() && typeof process.env == "object" && "VITE_ENVIRONMENT=prod tsc -b && vite build --mode prod".startsWith("ng ") || !1;
|
|
25127
|
-
}
|
|
25128
25127
|
function fA() {
|
|
25129
|
-
return typeof
|
|
25128
|
+
return Nl() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
|
|
25130
25129
|
}
|
|
25131
25130
|
function dA() {
|
|
25132
|
-
return
|
|
25131
|
+
return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";
|
|
25133
25132
|
}
|
|
25134
25133
|
function hA() {
|
|
25134
|
+
return aa() && typeof global.expo < "u";
|
|
25135
|
+
}
|
|
25136
|
+
function pA() {
|
|
25135
25137
|
return Xr();
|
|
25136
25138
|
}
|
|
25137
|
-
const
|
|
25139
|
+
const mA = [
|
|
25138
25140
|
// First, detect mobile
|
|
25139
|
-
{ platform: It.Expo, detectionMethod:
|
|
25140
|
-
{ platform: It.ReactNative, detectionMethod:
|
|
25141
|
+
{ platform: It.Expo, detectionMethod: hA },
|
|
25142
|
+
{ platform: It.ReactNative, detectionMethod: dA },
|
|
25141
25143
|
// Next, detect web frameworks
|
|
25142
|
-
{ platform: It.NextJs, detectionMethod:
|
|
25143
|
-
{ platform: It.Nuxt, detectionMethod:
|
|
25144
|
-
{ platform: It.Angular, detectionMethod:
|
|
25145
|
-
{ platform: It.React, detectionMethod:
|
|
25146
|
-
{ platform: It.VueJs, detectionMethod:
|
|
25147
|
-
{ platform: It.Svelte, detectionMethod:
|
|
25148
|
-
{ platform: It.WebUnknown, detectionMethod:
|
|
25144
|
+
{ platform: It.NextJs, detectionMethod: aA },
|
|
25145
|
+
{ platform: It.Nuxt, detectionMethod: lA },
|
|
25146
|
+
{ platform: It.Angular, detectionMethod: uA },
|
|
25147
|
+
{ platform: It.React, detectionMethod: eA },
|
|
25148
|
+
{ platform: It.VueJs, detectionMethod: nA },
|
|
25149
|
+
{ platform: It.Svelte, detectionMethod: iA },
|
|
25150
|
+
{ platform: It.WebUnknown, detectionMethod: pA },
|
|
25149
25151
|
// Last, detect ssr frameworks
|
|
25150
|
-
{ platform: It.NextJsSSR, detectionMethod:
|
|
25151
|
-
{ platform: It.NuxtSSR, detectionMethod:
|
|
25152
|
-
{ platform: It.ReactSSR, detectionMethod:
|
|
25153
|
-
{ platform: It.VueJsSSR, detectionMethod:
|
|
25154
|
-
{ platform: It.AngularSSR, detectionMethod:
|
|
25155
|
-
{ platform: It.SvelteSSR, detectionMethod:
|
|
25152
|
+
{ platform: It.NextJsSSR, detectionMethod: sA },
|
|
25153
|
+
{ platform: It.NuxtSSR, detectionMethod: cA },
|
|
25154
|
+
{ platform: It.ReactSSR, detectionMethod: tA },
|
|
25155
|
+
{ platform: It.VueJsSSR, detectionMethod: rA },
|
|
25156
|
+
{ platform: It.AngularSSR, detectionMethod: fA },
|
|
25157
|
+
{ platform: It.SvelteSSR, detectionMethod: oA }
|
|
25156
25158
|
];
|
|
25157
|
-
function
|
|
25158
|
-
return
|
|
25159
|
+
function gA() {
|
|
25160
|
+
return mA.find((e) => e.detectionMethod())?.platform || It.ServerSideUnknown;
|
|
25159
25161
|
}
|
|
25160
25162
|
let Si;
|
|
25161
25163
|
const us = [];
|
|
25162
25164
|
let Ns = !1;
|
|
25163
|
-
const
|
|
25165
|
+
const bA = 10, vA = 10, yA = 1e3, am = () => {
|
|
25164
25166
|
if (!Si) {
|
|
25165
|
-
if (Si =
|
|
25167
|
+
if (Si = gA(), Ns)
|
|
25166
25168
|
for (; us.length; )
|
|
25167
25169
|
us.pop()?.();
|
|
25168
25170
|
else
|
|
25169
25171
|
us.forEach((e) => {
|
|
25170
25172
|
e();
|
|
25171
25173
|
});
|
|
25172
|
-
wf(It.ServerSideUnknown,
|
|
25174
|
+
wf(It.ServerSideUnknown, bA), wf(It.WebUnknown, vA);
|
|
25173
25175
|
}
|
|
25174
25176
|
return Si;
|
|
25175
25177
|
};
|
|
25176
|
-
function
|
|
25178
|
+
function wA() {
|
|
25177
25179
|
Si = void 0;
|
|
25178
25180
|
}
|
|
25179
25181
|
function wf(e, t) {
|
|
25180
25182
|
Si === e && !Ns && setTimeout(() => {
|
|
25181
|
-
|
|
25183
|
+
wA(), Ns = !0, setTimeout(am, yA);
|
|
25182
25184
|
}, t);
|
|
25183
25185
|
}
|
|
25184
|
-
const
|
|
25186
|
+
const xA = {}, _A = (e, t) => xA[e]?.[t]?.additionalDetails, kA = "aws-amplify", SA = (e) => e.replace(/\+.*/, ""), CA = ({ category: e, action: t } = {}) => {
|
|
25185
25187
|
const n = [
|
|
25186
|
-
[
|
|
25188
|
+
[kA, SA(QE)]
|
|
25187
25189
|
];
|
|
25188
25190
|
if (e && n.push([e, t]), n.push(["framework", am()]), e && t) {
|
|
25189
|
-
const r =
|
|
25191
|
+
const r = _A(e, t);
|
|
25190
25192
|
r && r.forEach((i) => {
|
|
25191
25193
|
n.push(i);
|
|
25192
25194
|
});
|
|
25193
25195
|
}
|
|
25194
25196
|
return n;
|
|
25195
|
-
},
|
|
25197
|
+
}, EA = (e) => CA(e).map(([r, i]) => r && i ? `${r}/${i}` : r).join(" ");
|
|
25196
25198
|
function $t(e) {
|
|
25197
25199
|
return typeof e == "function";
|
|
25198
25200
|
}
|
|
25199
|
-
function
|
|
25201
|
+
function AA(e) {
|
|
25200
25202
|
var t = function(r) {
|
|
25201
25203
|
Error.call(r), r.stack = new Error().stack;
|
|
25202
25204
|
}, n = e(t);
|
|
25203
25205
|
return n.prototype = Object.create(Error.prototype), n.prototype.constructor = n, n;
|
|
25204
25206
|
}
|
|
25205
|
-
var fs =
|
|
25207
|
+
var fs = AA(function(e) {
|
|
25206
25208
|
return function(n) {
|
|
25207
25209
|
e(this), this.message = n ? n.length + ` errors occurred during unsubscription:
|
|
25208
25210
|
` + n.map(function(r, i) {
|
|
@@ -25313,9 +25315,9 @@ function sm(e) {
|
|
|
25313
25315
|
function _f(e) {
|
|
25314
25316
|
$t(e) ? e() : e.unsubscribe();
|
|
25315
25317
|
}
|
|
25316
|
-
var
|
|
25318
|
+
var IA = {
|
|
25317
25319
|
Promise: void 0
|
|
25318
|
-
},
|
|
25320
|
+
}, RA = {
|
|
25319
25321
|
setTimeout: function(e, t) {
|
|
25320
25322
|
for (var n = [], r = 2; r < arguments.length; r++)
|
|
25321
25323
|
n[r - 2] = arguments[r];
|
|
@@ -25327,20 +25329,20 @@ var AA = {
|
|
|
25327
25329
|
delegate: void 0
|
|
25328
25330
|
};
|
|
25329
25331
|
function lm(e) {
|
|
25330
|
-
|
|
25332
|
+
RA.setTimeout(function() {
|
|
25331
25333
|
throw e;
|
|
25332
25334
|
});
|
|
25333
25335
|
}
|
|
25334
25336
|
function kf() {
|
|
25335
25337
|
}
|
|
25336
|
-
function
|
|
25338
|
+
function TA(e) {
|
|
25337
25339
|
e();
|
|
25338
25340
|
}
|
|
25339
25341
|
var Dl = (function(e) {
|
|
25340
25342
|
rl(t, e);
|
|
25341
25343
|
function t(n) {
|
|
25342
25344
|
var r = e.call(this) || this;
|
|
25343
|
-
return r.isStopped = !1, n ? (r.destination = n, sm(n) && n.add(r)) : r.destination =
|
|
25345
|
+
return r.isStopped = !1, n ? (r.destination = n, sm(n) && n.add(r)) : r.destination = NA, r;
|
|
25344
25346
|
}
|
|
25345
25347
|
return t.create = function(n, r, i) {
|
|
25346
25348
|
return new Ls(n, r, i);
|
|
@@ -25367,7 +25369,7 @@ var Dl = (function(e) {
|
|
|
25367
25369
|
this.unsubscribe();
|
|
25368
25370
|
}
|
|
25369
25371
|
}, t;
|
|
25370
|
-
})(Ll),
|
|
25372
|
+
})(Ll), PA = (function() {
|
|
25371
25373
|
function e(t) {
|
|
25372
25374
|
this.partialObserver = t;
|
|
25373
25375
|
}
|
|
@@ -25406,29 +25408,29 @@ var Dl = (function(e) {
|
|
|
25406
25408
|
next: n ?? void 0,
|
|
25407
25409
|
error: r ?? void 0,
|
|
25408
25410
|
complete: i ?? void 0
|
|
25409
|
-
} : a = n, o.destination = new
|
|
25411
|
+
} : a = n, o.destination = new PA(a), o;
|
|
25410
25412
|
}
|
|
25411
25413
|
return t;
|
|
25412
25414
|
})(Dl);
|
|
25413
25415
|
function vo(e) {
|
|
25414
25416
|
lm(e);
|
|
25415
25417
|
}
|
|
25416
|
-
function
|
|
25418
|
+
function OA(e) {
|
|
25417
25419
|
throw e;
|
|
25418
25420
|
}
|
|
25419
|
-
var
|
|
25421
|
+
var NA = {
|
|
25420
25422
|
closed: !0,
|
|
25421
25423
|
next: kf,
|
|
25422
|
-
error:
|
|
25424
|
+
error: OA,
|
|
25423
25425
|
complete: kf
|
|
25424
25426
|
}, Ml = (function() {
|
|
25425
25427
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
25426
25428
|
})();
|
|
25427
|
-
function
|
|
25429
|
+
function LA(e) {
|
|
25428
25430
|
return e;
|
|
25429
25431
|
}
|
|
25430
|
-
function
|
|
25431
|
-
return e.length === 0 ?
|
|
25432
|
+
function DA(e) {
|
|
25433
|
+
return e.length === 0 ? LA : e.length === 1 ? e[0] : function(n) {
|
|
25432
25434
|
return e.reduce(function(r, i) {
|
|
25433
25435
|
return i(r);
|
|
25434
25436
|
}, n);
|
|
@@ -25442,8 +25444,8 @@ var ln = (function() {
|
|
|
25442
25444
|
var n = new e();
|
|
25443
25445
|
return n.source = this, n.operator = t, n;
|
|
25444
25446
|
}, e.prototype.subscribe = function(t, n, r) {
|
|
25445
|
-
var i = this, o =
|
|
25446
|
-
return
|
|
25447
|
+
var i = this, o = zA(t) ? t : new Ls(t, n, r);
|
|
25448
|
+
return TA(function() {
|
|
25447
25449
|
var a = i, s = a.operator, l = a.source;
|
|
25448
25450
|
o.add(s ? s.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
|
|
25449
25451
|
}), o;
|
|
@@ -25477,7 +25479,7 @@ var ln = (function() {
|
|
|
25477
25479
|
}, e.prototype.pipe = function() {
|
|
25478
25480
|
for (var t = [], n = 0; n < arguments.length; n++)
|
|
25479
25481
|
t[n] = arguments[n];
|
|
25480
|
-
return
|
|
25482
|
+
return DA(t)(this);
|
|
25481
25483
|
}, e.prototype.toPromise = function(t) {
|
|
25482
25484
|
var n = this;
|
|
25483
25485
|
return t = Sf(t), new t(function(r, i) {
|
|
@@ -25496,20 +25498,20 @@ var ln = (function() {
|
|
|
25496
25498
|
})();
|
|
25497
25499
|
function Sf(e) {
|
|
25498
25500
|
var t;
|
|
25499
|
-
return (t = e ??
|
|
25500
|
-
}
|
|
25501
|
-
function DA(e) {
|
|
25502
|
-
return e && $t(e.next) && $t(e.error) && $t(e.complete);
|
|
25501
|
+
return (t = e ?? IA.Promise) !== null && t !== void 0 ? t : Promise;
|
|
25503
25502
|
}
|
|
25504
25503
|
function MA(e) {
|
|
25505
|
-
return e && e
|
|
25504
|
+
return e && $t(e.next) && $t(e.error) && $t(e.complete);
|
|
25506
25505
|
}
|
|
25507
25506
|
function zA(e) {
|
|
25507
|
+
return e && e instanceof Dl || MA(e) && sm(e);
|
|
25508
|
+
}
|
|
25509
|
+
function FA(e) {
|
|
25508
25510
|
return $t(e?.lift);
|
|
25509
25511
|
}
|
|
25510
25512
|
function sa(e) {
|
|
25511
25513
|
return function(t) {
|
|
25512
|
-
if (
|
|
25514
|
+
if (FA(t))
|
|
25513
25515
|
return t.lift(function(n) {
|
|
25514
25516
|
try {
|
|
25515
25517
|
return e(n, this);
|
|
@@ -25521,9 +25523,9 @@ function sa(e) {
|
|
|
25521
25523
|
};
|
|
25522
25524
|
}
|
|
25523
25525
|
function zl(e, t, n, r, i) {
|
|
25524
|
-
return new
|
|
25526
|
+
return new $A(e, t, n, r, i);
|
|
25525
25527
|
}
|
|
25526
|
-
var
|
|
25528
|
+
var $A = (function(e) {
|
|
25527
25529
|
rl(t, e);
|
|
25528
25530
|
function t(n, r, i, o, a, s) {
|
|
25529
25531
|
var l = e.call(this, n) || this;
|
|
@@ -25573,10 +25575,10 @@ function dm(e) {
|
|
|
25573
25575
|
function hm(e) {
|
|
25574
25576
|
return new TypeError("You provided " + (e !== null && typeof e == "object" ? "an invalid object" : "'" + e + "'") + " where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.");
|
|
25575
25577
|
}
|
|
25576
|
-
function
|
|
25578
|
+
function jA() {
|
|
25577
25579
|
return typeof Symbol != "function" || !Symbol.iterator ? "@@iterator" : Symbol.iterator;
|
|
25578
25580
|
}
|
|
25579
|
-
var pm =
|
|
25581
|
+
var pm = jA();
|
|
25580
25582
|
function mm(e) {
|
|
25581
25583
|
return $t(e?.[pm]);
|
|
25582
25584
|
}
|
|
@@ -25619,21 +25621,21 @@ function Fl(e) {
|
|
|
25619
25621
|
return e;
|
|
25620
25622
|
if (e != null) {
|
|
25621
25623
|
if (fm(e))
|
|
25622
|
-
return jA(e);
|
|
25623
|
-
if (cm(e))
|
|
25624
25624
|
return UA(e);
|
|
25625
|
-
if (
|
|
25625
|
+
if (cm(e))
|
|
25626
25626
|
return BA(e);
|
|
25627
|
+
if (um(e))
|
|
25628
|
+
return VA(e);
|
|
25627
25629
|
if (dm(e))
|
|
25628
25630
|
return vm(e);
|
|
25629
25631
|
if (mm(e))
|
|
25630
|
-
return VA(e);
|
|
25631
|
-
if (bm(e))
|
|
25632
25632
|
return WA(e);
|
|
25633
|
+
if (bm(e))
|
|
25634
|
+
return qA(e);
|
|
25633
25635
|
}
|
|
25634
25636
|
throw hm(e);
|
|
25635
25637
|
}
|
|
25636
|
-
function
|
|
25638
|
+
function UA(e) {
|
|
25637
25639
|
return new ln(function(t) {
|
|
25638
25640
|
var n = e[Ml]();
|
|
25639
25641
|
if ($t(n.subscribe))
|
|
@@ -25641,14 +25643,14 @@ function jA(e) {
|
|
|
25641
25643
|
throw new TypeError("Provided object does not correctly implement Symbol.observable");
|
|
25642
25644
|
});
|
|
25643
25645
|
}
|
|
25644
|
-
function
|
|
25646
|
+
function BA(e) {
|
|
25645
25647
|
return new ln(function(t) {
|
|
25646
25648
|
for (var n = 0; n < e.length && !t.closed; n++)
|
|
25647
25649
|
t.next(e[n]);
|
|
25648
25650
|
t.complete();
|
|
25649
25651
|
});
|
|
25650
25652
|
}
|
|
25651
|
-
function
|
|
25653
|
+
function VA(e) {
|
|
25652
25654
|
return new ln(function(t) {
|
|
25653
25655
|
e.then(function(n) {
|
|
25654
25656
|
t.closed || (t.next(n), t.complete());
|
|
@@ -25657,7 +25659,7 @@ function BA(e) {
|
|
|
25657
25659
|
}).then(null, lm);
|
|
25658
25660
|
});
|
|
25659
25661
|
}
|
|
25660
|
-
function
|
|
25662
|
+
function WA(e) {
|
|
25661
25663
|
return new ln(function(t) {
|
|
25662
25664
|
var n, r;
|
|
25663
25665
|
try {
|
|
@@ -25680,15 +25682,15 @@ function VA(e) {
|
|
|
25680
25682
|
}
|
|
25681
25683
|
function vm(e) {
|
|
25682
25684
|
return new ln(function(t) {
|
|
25683
|
-
|
|
25685
|
+
HA(e, t).catch(function(n) {
|
|
25684
25686
|
return t.error(n);
|
|
25685
25687
|
});
|
|
25686
25688
|
});
|
|
25687
25689
|
}
|
|
25688
|
-
function
|
|
25690
|
+
function qA(e) {
|
|
25689
25691
|
return vm(gm(e));
|
|
25690
25692
|
}
|
|
25691
|
-
function
|
|
25693
|
+
function HA(e, t) {
|
|
25692
25694
|
var n, r, i, o;
|
|
25693
25695
|
return Hd(this, void 0, void 0, function() {
|
|
25694
25696
|
var a, s;
|
|
@@ -25758,13 +25760,13 @@ function wm(e, t) {
|
|
|
25758
25760
|
}, t));
|
|
25759
25761
|
});
|
|
25760
25762
|
}
|
|
25761
|
-
function HA(e, t) {
|
|
25762
|
-
return Fl(e).pipe(wm(t), ym(t));
|
|
25763
|
-
}
|
|
25764
25763
|
function ZA(e, t) {
|
|
25765
25764
|
return Fl(e).pipe(wm(t), ym(t));
|
|
25766
25765
|
}
|
|
25767
25766
|
function GA(e, t) {
|
|
25767
|
+
return Fl(e).pipe(wm(t), ym(t));
|
|
25768
|
+
}
|
|
25769
|
+
function YA(e, t) {
|
|
25768
25770
|
return new ln(function(n) {
|
|
25769
25771
|
var r = 0;
|
|
25770
25772
|
return t.schedule(function() {
|
|
@@ -25772,7 +25774,7 @@ function GA(e, t) {
|
|
|
25772
25774
|
});
|
|
25773
25775
|
});
|
|
25774
25776
|
}
|
|
25775
|
-
function
|
|
25777
|
+
function XA(e, t) {
|
|
25776
25778
|
return new ln(function(n) {
|
|
25777
25779
|
var r;
|
|
25778
25780
|
return gr(n, t, function() {
|
|
@@ -25805,30 +25807,30 @@ function xm(e, t) {
|
|
|
25805
25807
|
});
|
|
25806
25808
|
});
|
|
25807
25809
|
}
|
|
25808
|
-
function
|
|
25810
|
+
function KA(e, t) {
|
|
25809
25811
|
return xm(gm(e), t);
|
|
25810
25812
|
}
|
|
25811
|
-
function
|
|
25813
|
+
function JA(e, t) {
|
|
25812
25814
|
if (e != null) {
|
|
25813
25815
|
if (fm(e))
|
|
25814
|
-
return
|
|
25816
|
+
return ZA(e, t);
|
|
25815
25817
|
if (cm(e))
|
|
25816
|
-
return
|
|
25818
|
+
return YA(e, t);
|
|
25817
25819
|
if (um(e))
|
|
25818
|
-
return
|
|
25820
|
+
return GA(e, t);
|
|
25819
25821
|
if (dm(e))
|
|
25820
25822
|
return xm(e, t);
|
|
25821
25823
|
if (mm(e))
|
|
25822
|
-
return YA(e, t);
|
|
25823
|
-
if (bm(e))
|
|
25824
25824
|
return XA(e, t);
|
|
25825
|
+
if (bm(e))
|
|
25826
|
+
return KA(e, t);
|
|
25825
25827
|
}
|
|
25826
25828
|
throw hm(e);
|
|
25827
25829
|
}
|
|
25828
|
-
function JA(e, t) {
|
|
25829
|
-
return t ? KA(e, t) : Fl(e);
|
|
25830
|
-
}
|
|
25831
25830
|
function QA(e, t) {
|
|
25831
|
+
return t ? JA(e, t) : Fl(e);
|
|
25832
|
+
}
|
|
25833
|
+
function eI(e, t) {
|
|
25832
25834
|
return sa(function(n, r) {
|
|
25833
25835
|
var i = 0;
|
|
25834
25836
|
n.subscribe(zl(r, function(o) {
|
|
@@ -25836,7 +25838,7 @@ function QA(e, t) {
|
|
|
25836
25838
|
}));
|
|
25837
25839
|
});
|
|
25838
25840
|
}
|
|
25839
|
-
function
|
|
25841
|
+
function tI(e, t) {
|
|
25840
25842
|
return sa(function(n, r) {
|
|
25841
25843
|
var i = 0;
|
|
25842
25844
|
n.subscribe(zl(r, function(o) {
|
|
@@ -25844,7 +25846,7 @@ function eI(e, t) {
|
|
|
25844
25846
|
}));
|
|
25845
25847
|
});
|
|
25846
25848
|
}
|
|
25847
|
-
const
|
|
25849
|
+
const nI = () => {
|
|
25848
25850
|
if (typeof self > "u")
|
|
25849
25851
|
return !1;
|
|
25850
25852
|
const e = self;
|
|
@@ -25852,7 +25854,7 @@ const tI = () => {
|
|
|
25852
25854
|
};
|
|
25853
25855
|
class $r {
|
|
25854
25856
|
networkMonitor(t) {
|
|
25855
|
-
const n =
|
|
25857
|
+
const n = nI() ? self : typeof window < "u" && window;
|
|
25856
25858
|
return n ? new ln((r) => {
|
|
25857
25859
|
r.next({ online: n.navigator.onLine });
|
|
25858
25860
|
const i = () => {
|
|
@@ -25863,7 +25865,7 @@ class $r {
|
|
|
25863
25865
|
return n.addEventListener("online", i), n.addEventListener("offline", o), $r._observers.push(r), () => {
|
|
25864
25866
|
n.removeEventListener("online", i), n.removeEventListener("offline", o), $r._observers = $r._observers.filter((a) => a !== r);
|
|
25865
25867
|
};
|
|
25866
|
-
}) :
|
|
25868
|
+
}) : QA([{ online: !0 }]);
|
|
25867
25869
|
}
|
|
25868
25870
|
// expose observers to simulate offline mode for integration testing
|
|
25869
25871
|
static _observerOverride(t) {
|
|
@@ -25878,7 +25880,7 @@ class $r {
|
|
|
25878
25880
|
}
|
|
25879
25881
|
$r._observers = [];
|
|
25880
25882
|
const Cf = new bn("Auth");
|
|
25881
|
-
class
|
|
25883
|
+
class rI {
|
|
25882
25884
|
/**
|
|
25883
25885
|
* Configure Auth category
|
|
25884
25886
|
*
|
|
@@ -25928,9 +25930,9 @@ class nI {
|
|
|
25928
25930
|
}
|
|
25929
25931
|
}
|
|
25930
25932
|
const Ef = (e) => `You are using a custom Amazon ${e} endpoint, ensure the endpoint is correct.`;
|
|
25931
|
-
class
|
|
25933
|
+
class iI {
|
|
25932
25934
|
constructor() {
|
|
25933
|
-
this.oAuthListener = void 0, this.isConfigured = !1, this.resourcesConfig = {}, this.libraryOptions = {}, this.Auth = new
|
|
25935
|
+
this.oAuthListener = void 0, this.isConfigured = !1, this.resourcesConfig = {}, this.libraryOptions = {}, this.Auth = new rI();
|
|
25934
25936
|
}
|
|
25935
25937
|
/**
|
|
25936
25938
|
* Configures Amplify for use with your back-end resources.
|
|
@@ -25946,7 +25948,7 @@ class rI {
|
|
|
25946
25948
|
* @param libraryOptions - Additional options for customizing the behavior of the library.
|
|
25947
25949
|
*/
|
|
25948
25950
|
configure(t, n) {
|
|
25949
|
-
const r =
|
|
25951
|
+
const r = BE(t);
|
|
25950
25952
|
this.resourcesConfig = r, n && (this.libraryOptions = n), this.resourcesConfig = tm(this.resourcesConfig), this.Auth.configure(this.resourcesConfig.Auth, this.libraryOptions.Auth), (this.resourcesConfig.Analytics?.Pinpoint || this.resourcesConfig.Notifications?.InAppMessaging?.Pinpoint || this.resourcesConfig.Notifications?.PushNotification?.Pinpoint) && console.warn("AWS will end support for Amazon Pinpoint on October 30, 2026. The guidance is to use AWS End User Messaging for push notifications and SMS, Amazon Simple Email Service for sending emails, Amazon Connect for campaigns, journeys, endpoints, and engagement analytics. Pinpoint recommends Amazon Kinesis for event collection and mobile analytics."), Ol.dispatch("core", {
|
|
25951
25953
|
event: "configure",
|
|
25952
25954
|
data: this.resourcesConfig
|
|
@@ -25961,28 +25963,28 @@ class rI {
|
|
|
25961
25963
|
return this.isConfigured || console.warn("Amplify has not been configured. Please call Amplify.configure() before using this service."), this.resourcesConfig;
|
|
25962
25964
|
}
|
|
25963
25965
|
/** @internal */
|
|
25964
|
-
[
|
|
25966
|
+
[kE](t) {
|
|
25965
25967
|
this.resourcesConfig.Auth?.Cognito.loginWith?.oauth ? t(this.resourcesConfig.Auth?.Cognito) : this.oAuthListener = t;
|
|
25966
25968
|
}
|
|
25967
25969
|
notifyOAuthListener() {
|
|
25968
25970
|
!this.resourcesConfig.Auth?.Cognito.loginWith?.oauth || !this.oAuthListener || (this.oAuthListener(this.resourcesConfig.Auth?.Cognito), this.oAuthListener = void 0);
|
|
25969
25971
|
}
|
|
25970
25972
|
}
|
|
25971
|
-
const $l = new
|
|
25972
|
-
function
|
|
25973
|
+
const $l = new iI(), oI = (e, t) => e.Auth.fetchAuthSession(t), _m = (e) => oI($l, e), km = 300 * 1e3;
|
|
25974
|
+
function aI(e = km) {
|
|
25973
25975
|
return (r) => {
|
|
25974
25976
|
const i = 2 ** r * 100 + 100 * Math.random();
|
|
25975
25977
|
return i > e ? !1 : i;
|
|
25976
25978
|
};
|
|
25977
25979
|
}
|
|
25978
|
-
const Ds =
|
|
25980
|
+
const Ds = AE, jl = URL, Sm = URLSearchParams, Cm = (e) => Object.keys(e).map((t) => t.toLowerCase()).sort().join(";"), sI = "X-Amz-Date", lI = "X-Amz-Security-Token", cI = "authorization", uI = "host", fI = sI.toLowerCase(), dI = lI.toLowerCase(), Em = "aws4_request", Am = "AWS4-HMAC-SHA256", hI = "AWS4", pI = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", Im = "UNSIGNED-PAYLOAD", mI = (e, t, n) => `${e}/${t}/${n}/${Em}`, gI = (e) => {
|
|
25979
25981
|
const t = e.toISOString().replace(/[:-]|\.\d{3}/g, "");
|
|
25980
25982
|
return {
|
|
25981
25983
|
longDate: t,
|
|
25982
25984
|
shortDate: t.slice(0, 8)
|
|
25983
25985
|
};
|
|
25984
|
-
},
|
|
25985
|
-
const { accessKeyId: o, secretAccessKey: a, sessionToken: s } = e, { longDate: l, shortDate: u } =
|
|
25986
|
+
}, bI = ({ credentials: e, signingDate: t = /* @__PURE__ */ new Date(), signingRegion: n, signingService: r, uriEscapePath: i = !0 }) => {
|
|
25987
|
+
const { accessKeyId: o, secretAccessKey: a, sessionToken: s } = e, { longDate: l, shortDate: u } = gI(t), h = mI(u, n, r);
|
|
25986
25988
|
return {
|
|
25987
25989
|
accessKeyId: o,
|
|
25988
25990
|
credentialScope: h,
|
|
@@ -25995,38 +25997,38 @@ const Ds = EE, jl = URL, Sm = URLSearchParams, Cm = (e) => Object.keys(e).map((t
|
|
|
25995
25997
|
uriEscapePath: i
|
|
25996
25998
|
};
|
|
25997
25999
|
}, vi = (e, t) => {
|
|
25998
|
-
const n = new
|
|
26000
|
+
const n = new XE(e ?? void 0);
|
|
25999
26001
|
return n.update(t), n.digestSync();
|
|
26000
26002
|
}, Ms = (e, t) => {
|
|
26001
26003
|
const n = vi(e, t);
|
|
26002
|
-
return
|
|
26003
|
-
},
|
|
26004
|
+
return JE(n);
|
|
26005
|
+
}, vI = (e) => Object.entries(e).map(([t, n]) => ({
|
|
26004
26006
|
key: t.toLowerCase(),
|
|
26005
26007
|
value: n?.trim().replace(/\s+/g, " ") ?? ""
|
|
26006
26008
|
})).sort((t, n) => t.key < n.key ? -1 : 1).map((t) => `${t.key}:${t.value}
|
|
26007
|
-
`).join(""),
|
|
26009
|
+
`).join(""), yI = (e) => Array.from(e).sort(([t, n], [r, i]) => t === r ? n < i ? -1 : 1 : t < r ? -1 : 1).map(([t, n]) => `${Af(t)}=${Af(n)}`).join("&"), Af = (e) => encodeURIComponent(e).replace(/[!'()*]/g, wI), wI = (e) => `%${e.charCodeAt(0).toString(16).toUpperCase()}`, xI = (e, t = !0) => e ? t ? encodeURIComponent(e).replace(/%2F/g, "/") : e : "/", _I = (e) => e == null ? pI : kI(e) ? Ms(null, e) : Im, kI = (e) => (
|
|
26008
26010
|
// Exclude UNSIGNED_PAYLOAD constant to prevent it from being hashed as a string
|
|
26009
|
-
e !== Im && (typeof e == "string" || ArrayBuffer.isView(e) ||
|
|
26010
|
-
),
|
|
26011
|
+
e !== Im && (typeof e == "string" || ArrayBuffer.isView(e) || SI(e))
|
|
26012
|
+
), SI = (e) => typeof ArrayBuffer == "function" && e instanceof ArrayBuffer || Object.prototype.toString.call(e) === "[object ArrayBuffer]", CI = ({ body: e, headers: t, method: n, url: r }, i = !0) => [
|
|
26011
26013
|
n,
|
|
26012
|
-
|
|
26013
|
-
|
|
26014
|
-
|
|
26014
|
+
xI(r.pathname, i),
|
|
26015
|
+
yI(r.searchParams),
|
|
26016
|
+
vI(t),
|
|
26015
26017
|
Cm(t),
|
|
26016
|
-
|
|
26018
|
+
_I(e)
|
|
26017
26019
|
].join(`
|
|
26018
|
-
`),
|
|
26019
|
-
const i = `${
|
|
26020
|
+
`), EI = (e, t, n, r) => {
|
|
26021
|
+
const i = `${hI}${e}`, o = vi(i, t), a = vi(o, n), s = vi(a, r);
|
|
26020
26022
|
return vi(s, Em);
|
|
26021
|
-
},
|
|
26022
|
-
`),
|
|
26023
|
-
const l =
|
|
26024
|
-
return Ms(
|
|
26025
|
-
},
|
|
26026
|
-
const n =
|
|
26027
|
-
s[
|
|
26028
|
-
const l = { ...e, headers: s }, u =
|
|
26029
|
-
return s[
|
|
26023
|
+
}, AI = (e, t, n) => [Am, e, t, n].join(`
|
|
26024
|
+
`), II = (e, { credentialScope: t, longDate: n, secretAccessKey: r, shortDate: i, signingRegion: o, signingService: a, uriEscapePath: s }) => {
|
|
26025
|
+
const l = CI(e, s), u = Ms(null, l), h = AI(n, t, u);
|
|
26026
|
+
return Ms(EI(r, i, o, a), h);
|
|
26027
|
+
}, RI = (e, t) => {
|
|
26028
|
+
const n = bI(t), { accessKeyId: r, credentialScope: i, longDate: o, sessionToken: a } = n, s = { ...e.headers };
|
|
26029
|
+
s[uI] = e.url.host, s[fI] = o, a && (s[dI] = a);
|
|
26030
|
+
const l = { ...e, headers: s }, u = II(l, n), h = `Credential=${r}/${i}`, p = `SignedHeaders=${Cm(s)}`, v = `Signature=${u}`;
|
|
26031
|
+
return s[cI] = `${Am} ${h}, ${p}, ${v}`, l;
|
|
26030
26032
|
};
|
|
26031
26033
|
function To(e) {
|
|
26032
26034
|
"@babel/helpers - typeof";
|
|
@@ -26036,10 +26038,10 @@ function To(e) {
|
|
|
26036
26038
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
26037
26039
|
}, To(e);
|
|
26038
26040
|
}
|
|
26039
|
-
function
|
|
26041
|
+
function TI(e) {
|
|
26040
26042
|
return To(e) == "object" && e !== null;
|
|
26041
26043
|
}
|
|
26042
|
-
var
|
|
26044
|
+
var PI = typeof Symbol == "function" && Symbol.toStringTag != null ? Symbol.toStringTag : "@@toStringTag";
|
|
26043
26045
|
function zs(e, t) {
|
|
26044
26046
|
for (var n = /\r\n|[\n\r]/g, r = 1, i = t + 1, o; (o = n.exec(e.body)) && o.index < t; )
|
|
26045
26047
|
r += 1, i = t + 1 - (o.index + o[0].length);
|
|
@@ -26048,7 +26050,7 @@ function zs(e, t) {
|
|
|
26048
26050
|
column: i
|
|
26049
26051
|
};
|
|
26050
26052
|
}
|
|
26051
|
-
function
|
|
26053
|
+
function OI(e) {
|
|
26052
26054
|
return Rm(e.source, zs(e.source, e.start));
|
|
26053
26055
|
}
|
|
26054
26056
|
function Rm(e, t) {
|
|
@@ -26080,14 +26082,14 @@ function If(e) {
|
|
|
26080
26082
|
}));
|
|
26081
26083
|
return t.map(function(r) {
|
|
26082
26084
|
var i = r[0], o = r[1];
|
|
26083
|
-
return
|
|
26085
|
+
return NI(n, i) + (o ? " | " + o : " |");
|
|
26084
26086
|
}).join(`
|
|
26085
26087
|
`);
|
|
26086
26088
|
}
|
|
26087
26089
|
function Po(e) {
|
|
26088
26090
|
return Array(e + 1).join(" ");
|
|
26089
26091
|
}
|
|
26090
|
-
function
|
|
26092
|
+
function NI(e, t) {
|
|
26091
26093
|
return Po(e - t.length) + t;
|
|
26092
26094
|
}
|
|
26093
26095
|
function Oo(e) {
|
|
@@ -26108,39 +26110,39 @@ function Rf(e, t) {
|
|
|
26108
26110
|
}
|
|
26109
26111
|
return n;
|
|
26110
26112
|
}
|
|
26111
|
-
function
|
|
26113
|
+
function LI(e) {
|
|
26112
26114
|
for (var t = 1; t < arguments.length; t++) {
|
|
26113
26115
|
var n = arguments[t] != null ? arguments[t] : {};
|
|
26114
26116
|
t % 2 ? Rf(Object(n), !0).forEach(function(r) {
|
|
26115
|
-
|
|
26117
|
+
DI(e, r, n[r]);
|
|
26116
26118
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Rf(Object(n)).forEach(function(r) {
|
|
26117
26119
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
26118
26120
|
});
|
|
26119
26121
|
}
|
|
26120
26122
|
return e;
|
|
26121
26123
|
}
|
|
26122
|
-
function
|
|
26124
|
+
function DI(e, t, n) {
|
|
26123
26125
|
return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
|
|
26124
26126
|
}
|
|
26125
|
-
function
|
|
26127
|
+
function MI(e, t) {
|
|
26126
26128
|
if (!(e instanceof t))
|
|
26127
26129
|
throw new TypeError("Cannot call a class as a function");
|
|
26128
26130
|
}
|
|
26129
|
-
function
|
|
26131
|
+
function zI(e, t) {
|
|
26130
26132
|
for (var n = 0; n < t.length; n++) {
|
|
26131
26133
|
var r = t[n];
|
|
26132
26134
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, r.key, r);
|
|
26133
26135
|
}
|
|
26134
26136
|
}
|
|
26135
|
-
function
|
|
26136
|
-
return t &&
|
|
26137
|
+
function FI(e, t, n) {
|
|
26138
|
+
return t && zI(e.prototype, t), e;
|
|
26137
26139
|
}
|
|
26138
|
-
function
|
|
26140
|
+
function $I(e, t) {
|
|
26139
26141
|
if (typeof t != "function" && t !== null)
|
|
26140
26142
|
throw new TypeError("Super expression must either be null or a function");
|
|
26141
26143
|
e.prototype = Object.create(t && t.prototype, { constructor: { value: e, writable: !0, configurable: !0 } }), t && Ti(e, t);
|
|
26142
26144
|
}
|
|
26143
|
-
function
|
|
26145
|
+
function jI(e) {
|
|
26144
26146
|
var t = Pm();
|
|
26145
26147
|
return function() {
|
|
26146
26148
|
var r = Pi(e), i;
|
|
@@ -26163,7 +26165,7 @@ function yi(e) {
|
|
|
26163
26165
|
function Fs(e) {
|
|
26164
26166
|
var t = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
26165
26167
|
return Fs = function(r) {
|
|
26166
|
-
if (r === null || !
|
|
26168
|
+
if (r === null || !UI(r)) return r;
|
|
26167
26169
|
if (typeof r != "function")
|
|
26168
26170
|
throw new TypeError("Super expression must either be null or a function");
|
|
26169
26171
|
if (typeof t < "u") {
|
|
@@ -26194,7 +26196,7 @@ function Pm() {
|
|
|
26194
26196
|
return !1;
|
|
26195
26197
|
}
|
|
26196
26198
|
}
|
|
26197
|
-
function
|
|
26199
|
+
function UI(e) {
|
|
26198
26200
|
return Function.toString.call(e).indexOf("[native code]") !== -1;
|
|
26199
26201
|
}
|
|
26200
26202
|
function Ti(e, t) {
|
|
@@ -26208,11 +26210,11 @@ function Pi(e) {
|
|
|
26208
26210
|
}, Pi(e);
|
|
26209
26211
|
}
|
|
26210
26212
|
var ds = /* @__PURE__ */ (function(e) {
|
|
26211
|
-
|
|
26212
|
-
var t =
|
|
26213
|
+
$I(n, e);
|
|
26214
|
+
var t = jI(n);
|
|
26213
26215
|
function n(r, i, o, a, s, l, u) {
|
|
26214
26216
|
var h, p, v, m;
|
|
26215
|
-
|
|
26217
|
+
MI(this, n), m = t.call(this, r), m.name = "GraphQLError", m.originalError = l ?? void 0, m.nodes = Tf(Array.isArray(i) ? i : i ? [i] : void 0);
|
|
26216
26218
|
for (var y = [], C = 0, N = (R = m.nodes) !== null && R !== void 0 ? R : []; C < N.length; C++) {
|
|
26217
26219
|
var R, U = N[C], F = U.loc;
|
|
26218
26220
|
F != null && y.push(F);
|
|
@@ -26225,7 +26227,7 @@ var ds = /* @__PURE__ */ (function(e) {
|
|
|
26225
26227
|
return zs(K.source, K.start);
|
|
26226
26228
|
}), m.path = s ?? void 0;
|
|
26227
26229
|
var Z = l?.extensions;
|
|
26228
|
-
return u == null &&
|
|
26230
|
+
return u == null && TI(Z) ? m.extensions = LI({}, Z) : m.extensions = u ?? {}, Object.defineProperties(yi(m), {
|
|
26229
26231
|
message: {
|
|
26230
26232
|
enumerable: !0
|
|
26231
26233
|
},
|
|
@@ -26263,15 +26265,15 @@ var ds = /* @__PURE__ */ (function(e) {
|
|
|
26263
26265
|
configurable: !0
|
|
26264
26266
|
}), m);
|
|
26265
26267
|
}
|
|
26266
|
-
return
|
|
26268
|
+
return FI(n, [{
|
|
26267
26269
|
key: "toString",
|
|
26268
26270
|
value: function() {
|
|
26269
|
-
return
|
|
26271
|
+
return BI(this);
|
|
26270
26272
|
}
|
|
26271
26273
|
// FIXME: workaround to not break chai comparisons, should be remove in v16
|
|
26272
26274
|
// $FlowFixMe[unsupported-syntax] Flow doesn't support computed properties yet
|
|
26273
26275
|
}, {
|
|
26274
|
-
key:
|
|
26276
|
+
key: PI,
|
|
26275
26277
|
get: function() {
|
|
26276
26278
|
return "Object";
|
|
26277
26279
|
}
|
|
@@ -26280,14 +26282,14 @@ var ds = /* @__PURE__ */ (function(e) {
|
|
|
26280
26282
|
function Tf(e) {
|
|
26281
26283
|
return e === void 0 || e.length === 0 ? void 0 : e;
|
|
26282
26284
|
}
|
|
26283
|
-
function
|
|
26285
|
+
function BI(e) {
|
|
26284
26286
|
var t = e.message;
|
|
26285
26287
|
if (e.nodes)
|
|
26286
26288
|
for (var n = 0, r = e.nodes; n < r.length; n++) {
|
|
26287
26289
|
var i = r[n];
|
|
26288
26290
|
i.loc && (t += `
|
|
26289
26291
|
|
|
26290
|
-
` +
|
|
26292
|
+
` + OI(i.loc));
|
|
26291
26293
|
}
|
|
26292
26294
|
else if (e.source && e.locations)
|
|
26293
26295
|
for (var o = 0, a = e.locations; o < a.length; o++) {
|
|
@@ -26298,16 +26300,16 @@ function UI(e) {
|
|
|
26298
26300
|
}
|
|
26299
26301
|
return t;
|
|
26300
26302
|
}
|
|
26301
|
-
class
|
|
26303
|
+
class VI extends Error {
|
|
26302
26304
|
constructor() {
|
|
26303
26305
|
super(...arguments), this.nonRetryable = !0;
|
|
26304
26306
|
}
|
|
26305
26307
|
}
|
|
26306
|
-
const
|
|
26307
|
-
function
|
|
26308
|
+
const WI = (e, t, n = km, r) => bE(e, t, aI(n));
|
|
26309
|
+
function qI(e) {
|
|
26308
26310
|
return Array.from(e, (t) => String.fromCodePoint(t)).join("");
|
|
26309
26311
|
}
|
|
26310
|
-
const
|
|
26312
|
+
const HI = {
|
|
26311
26313
|
/**
|
|
26312
26314
|
* Convert input to base64-encoded string
|
|
26313
26315
|
* @param input - string to convert to base64
|
|
@@ -26318,11 +26320,11 @@ const qI = {
|
|
|
26318
26320
|
urlSafe: !1,
|
|
26319
26321
|
skipPadding: !1
|
|
26320
26322
|
}) {
|
|
26321
|
-
const n = typeof e == "string" ? e :
|
|
26322
|
-
let r =
|
|
26323
|
+
const n = typeof e == "string" ? e : qI(e);
|
|
26324
|
+
let r = gE()(n);
|
|
26323
26325
|
return t.urlSafe && (r = r.replace(/\+/g, "-").replace(/\//g, "_")), t.skipPadding && (r = r.replace(/=/g, "")), r;
|
|
26324
26326
|
}
|
|
26325
|
-
},
|
|
26327
|
+
}, ZI = 5e3, GI = [400, 401, 403], YI = [
|
|
26326
26328
|
"BadRequestException",
|
|
26327
26329
|
"UnauthorizedException"
|
|
26328
26330
|
], Om = "ConnectionStateChange";
|
|
@@ -26338,11 +26340,11 @@ var Ht;
|
|
|
26338
26340
|
(function(e) {
|
|
26339
26341
|
e[e.CLOSED = 0] = "CLOSED", e[e.READY = 1] = "READY", e[e.CONNECTING = 2] = "CONNECTING";
|
|
26340
26342
|
})(Ht || (Ht = {}));
|
|
26341
|
-
const
|
|
26343
|
+
const XI = {
|
|
26342
26344
|
accept: "application/json, text/javascript",
|
|
26343
26345
|
"content-encoding": "amz-1.0",
|
|
26344
26346
|
"content-type": "application/json; charset=UTF-8"
|
|
26345
|
-
}, Pf = 15e3,
|
|
26347
|
+
}, Pf = 15e3, KI = 15e3, JI = 300 * 1e3, QI = 5 * 1e3, eR = 65 * 1e3, tR = 5 * 1e3, nR = 60 * 1e3;
|
|
26346
26348
|
var xn;
|
|
26347
26349
|
(function(e) {
|
|
26348
26350
|
e.CONNECTION_CLOSED = "Connection closed", e.CONNECTION_FAILED = "Connection failed", e.REALTIME_SUBSCRIPTION_INIT_ERROR = "AppSync Realtime subscription init error", e.SUBSCRIPTION_ACK = "Subscription ack", e.TIMEOUT_DISCONNECT = "Timeout disconnect";
|
|
@@ -26368,7 +26370,7 @@ const Of = () => new $r().networkMonitor(), mn = {
|
|
|
26368
26370
|
ONLINE: { networkState: "connected" },
|
|
26369
26371
|
OFFLINE: { networkState: "disconnected" }
|
|
26370
26372
|
};
|
|
26371
|
-
class
|
|
26373
|
+
class rR {
|
|
26372
26374
|
constructor() {
|
|
26373
26375
|
this._networkMonitoringSubscription = void 0, this._linkedConnectionState = {
|
|
26374
26376
|
networkState: "connected",
|
|
@@ -26402,7 +26404,7 @@ class nR {
|
|
|
26402
26404
|
*/
|
|
26403
26405
|
get connectionStateObservable() {
|
|
26404
26406
|
let t;
|
|
26405
|
-
return this._linkedConnectionStateObservable.pipe(
|
|
26407
|
+
return this._linkedConnectionStateObservable.pipe(eI((n) => this.connectionStatesTranslator(n))).pipe(tI((n) => {
|
|
26406
26408
|
const r = n !== t;
|
|
26407
26409
|
return t = n, r;
|
|
26408
26410
|
}));
|
|
@@ -26429,7 +26431,7 @@ var Wr;
|
|
|
26429
26431
|
(function(e) {
|
|
26430
26432
|
e.START_RECONNECT = "START_RECONNECT", e.HALT_RECONNECT = "HALT_RECONNECT";
|
|
26431
26433
|
})(Wr || (Wr = {}));
|
|
26432
|
-
class
|
|
26434
|
+
class iR {
|
|
26433
26435
|
constructor() {
|
|
26434
26436
|
this.reconnectObservers = [];
|
|
26435
26437
|
}
|
|
@@ -26446,8 +26448,8 @@ class rR {
|
|
|
26446
26448
|
t === Wr.START_RECONNECT && this.reconnectSetTimeoutId === void 0 && this.reconnectIntervalId === void 0 && (this.reconnectSetTimeoutId = setTimeout(() => {
|
|
26447
26449
|
this._triggerReconnect(), this.reconnectIntervalId = setInterval(() => {
|
|
26448
26450
|
this._triggerReconnect();
|
|
26449
|
-
},
|
|
26450
|
-
},
|
|
26451
|
+
}, nR);
|
|
26452
|
+
}, tR)), t === Wr.HALT_RECONNECT && (this.reconnectIntervalId && (clearInterval(this.reconnectIntervalId), this.reconnectIntervalId = void 0), this.reconnectSetTimeoutId && (clearTimeout(this.reconnectSetTimeoutId), this.reconnectSetTimeoutId = void 0));
|
|
26451
26453
|
}
|
|
26452
26454
|
/**
|
|
26453
26455
|
* Complete all reconnect observers
|
|
@@ -26463,10 +26465,10 @@ class rR {
|
|
|
26463
26465
|
});
|
|
26464
26466
|
}
|
|
26465
26467
|
}
|
|
26466
|
-
const Nf = "wss://",
|
|
26468
|
+
const Nf = "wss://", oR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)-\d\.amazonaws.com(?:\.cn)?\/graphql$/i, aR = /^https:\/\/\w{26}\.\w+-api\.\w{2}(?:(?:-\w{2,})+)-\d\.amazonaws.com(?:\.cn)?\/event$/i, Lf = "/realtime", sR = (e) => e.match(oR) === null, lR = (e) => e.match(aR) !== null, cR = (e) => {
|
|
26467
26469
|
let t = e ?? "";
|
|
26468
|
-
return
|
|
26469
|
-
},
|
|
26470
|
+
return lR(t) ? t = t.concat(Lf).replace("ddpg-api", "grt-gamma").replace("appsync-api", "appsync-realtime-api") : sR(t) ? t = t.concat(Lf) : t = t.replace("appsync-api", "appsync-realtime-api").replace("gogi-beta", "grt-beta").replace("ddpg-api", "grt-gamma"), t = t.replace("https://", Nf).replace("http://", Nf), new jl(t);
|
|
26471
|
+
}, uR = (e) => {
|
|
26470
26472
|
if (!e)
|
|
26471
26473
|
return {};
|
|
26472
26474
|
if ("Authorization" in e) {
|
|
@@ -26474,13 +26476,13 @@ const Nf = "wss://", iR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)
|
|
|
26474
26476
|
return n;
|
|
26475
26477
|
}
|
|
26476
26478
|
return e;
|
|
26477
|
-
},
|
|
26478
|
-
const t =
|
|
26479
|
+
}, fR = (e) => {
|
|
26480
|
+
const t = uR(e), n = new Sm();
|
|
26479
26481
|
return Object.entries(t).forEach(([r, i]) => {
|
|
26480
26482
|
n.append(r, i);
|
|
26481
26483
|
}), n;
|
|
26482
|
-
},
|
|
26483
|
-
const n =
|
|
26484
|
+
}, dR = (e, t) => {
|
|
26485
|
+
const n = cR(e), r = new Sm(n.search);
|
|
26484
26486
|
for (const [i, o] of t.entries())
|
|
26485
26487
|
r.append(i, o);
|
|
26486
26488
|
return n.search = r.toString(), n.toString();
|
|
@@ -26501,14 +26503,14 @@ const Nf = "wss://", iR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)
|
|
|
26501
26503
|
}, Df = new bn("AWSAppSyncRealTimeProvider Auth"), Mf = async ({ host: e }) => ({
|
|
26502
26504
|
Authorization: (await _m())?.tokens?.accessToken?.toString(),
|
|
26503
26505
|
host: e
|
|
26504
|
-
}),
|
|
26506
|
+
}), hR = async ({ apiKey: e, host: t }) => {
|
|
26505
26507
|
const r = (/* @__PURE__ */ new Date()).toISOString().replace(/[:-]|\.\d{3}/g, "");
|
|
26506
26508
|
return {
|
|
26507
26509
|
host: t,
|
|
26508
26510
|
"x-amz-date": r,
|
|
26509
26511
|
"x-api-key": e
|
|
26510
26512
|
};
|
|
26511
|
-
},
|
|
26513
|
+
}, pR = async ({ payload: e, canonicalUri: t, appSyncGraphqlEndpoint: n, region: r }) => {
|
|
26512
26514
|
const i = {
|
|
26513
26515
|
region: r,
|
|
26514
26516
|
service: "appsync"
|
|
@@ -26516,9 +26518,9 @@ const Nf = "wss://", iR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)
|
|
|
26516
26518
|
url: `${n}${t}`,
|
|
26517
26519
|
data: e,
|
|
26518
26520
|
method: "POST",
|
|
26519
|
-
headers: { ...
|
|
26521
|
+
headers: { ...XI }
|
|
26520
26522
|
};
|
|
26521
|
-
return
|
|
26523
|
+
return RI({
|
|
26522
26524
|
headers: a.headers,
|
|
26523
26525
|
method: a.method,
|
|
26524
26526
|
url: new jl(a.url),
|
|
@@ -26537,8 +26539,8 @@ const Nf = "wss://", iR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)
|
|
|
26537
26539
|
};
|
|
26538
26540
|
}, Nm = async ({ apiKey: e, authenticationType: t, canonicalUri: n, appSyncGraphqlEndpoint: r, region: i, additionalCustomHeaders: o, payload: a }) => {
|
|
26539
26541
|
const s = {
|
|
26540
|
-
apiKey:
|
|
26541
|
-
iam:
|
|
26542
|
+
apiKey: hR,
|
|
26543
|
+
iam: pR,
|
|
26542
26544
|
oidc: Mf,
|
|
26543
26545
|
userPool: Mf,
|
|
26544
26546
|
lambda: zf,
|
|
@@ -26562,17 +26564,17 @@ const Nf = "wss://", iR = /^https:\/\/\w{26}\.appsync-api\.\w{2}(?:(?:-\w{2,})+)
|
|
|
26562
26564
|
}, Ff = (e) => {
|
|
26563
26565
|
Ol.dispatch("api", e, "PubSub", Pl);
|
|
26564
26566
|
};
|
|
26565
|
-
class
|
|
26567
|
+
class mR {
|
|
26566
26568
|
constructor(t) {
|
|
26567
|
-
this.subscriptionObserverMap = /* @__PURE__ */ new Map(), this.allowNoSubscriptions = !1, this.socketStatus = Ht.CLOSED, this.keepAliveTimestamp = Date.now(), this.promiseArray = [], this.connectionStateMonitor = new
|
|
26569
|
+
this.subscriptionObserverMap = /* @__PURE__ */ new Map(), this.allowNoSubscriptions = !1, this.socketStatus = Ht.CLOSED, this.keepAliveTimestamp = Date.now(), this.promiseArray = [], this.connectionStateMonitor = new rR(), this.reconnectionMonitor = new iR(), this._establishConnection = async (n, r) => {
|
|
26568
26570
|
this.logger.debug(`Establishing WebSocket connection to ${n}`);
|
|
26569
26571
|
try {
|
|
26570
26572
|
await this._openConnection(n, r), await this._initiateHandshake();
|
|
26571
26573
|
} catch (i) {
|
|
26572
26574
|
const { errorType: o, errorCode: a } = i;
|
|
26573
|
-
throw
|
|
26575
|
+
throw GI.includes(a) || // Event API does not currently return `errorCode`. This may change in the future.
|
|
26574
26576
|
// For now fall back to also checking known non-retryable error types
|
|
26575
|
-
|
|
26577
|
+
YI.includes(o) ? new VI(o) : o ? new Error(o) : i;
|
|
26576
26578
|
}
|
|
26577
26579
|
}, this.logger = new bn(t.providerName), this.wsProtocolName = t.wsProtocolName, this.wsConnectUri = t.connectUri, this.connectionStateMonitorSubscription = this._startConnectionStateMonitoring();
|
|
26578
26580
|
}
|
|
@@ -26738,7 +26740,7 @@ class pR {
|
|
|
26738
26740
|
subscriptionFailedCallback: h,
|
|
26739
26741
|
startAckTimeoutId: setTimeout(() => {
|
|
26740
26742
|
this._timeoutStartSubscriptionAck(r);
|
|
26741
|
-
},
|
|
26743
|
+
}, KI)
|
|
26742
26744
|
}), this.awsRealTimeSocket && this.awsRealTimeSocket.send(u);
|
|
26743
26745
|
}
|
|
26744
26746
|
// Log logic for start subscription failures
|
|
@@ -26809,7 +26811,7 @@ class pR {
|
|
|
26809
26811
|
}
|
|
26810
26812
|
keepAliveHeartbeat(t) {
|
|
26811
26813
|
const n = Date.now();
|
|
26812
|
-
n - this.keepAliveTimestamp >
|
|
26814
|
+
n - this.keepAliveTimestamp > eR ? this.connectionStateMonitor.record(mn.KEEP_ALIVE_MISSED) : this.connectionStateMonitor.record(mn.KEEP_ALIVE), n - this.keepAliveTimestamp > t && this._errorDisconnect(xn.TIMEOUT_DISCONNECT);
|
|
26813
26815
|
}
|
|
26814
26816
|
_handleIncomingSubscriptionMessage(t) {
|
|
26815
26817
|
if (typeof t.data != "string")
|
|
@@ -26917,10 +26919,10 @@ class pR {
|
|
|
26917
26919
|
appSyncGraphqlEndpoint: t,
|
|
26918
26920
|
region: i,
|
|
26919
26921
|
additionalCustomHeaders: o
|
|
26920
|
-
}), h = u ? JSON.stringify(u) : "", v = `header-${
|
|
26922
|
+
}), h = u ? JSON.stringify(u) : "", v = `header-${HI.convert(h, {
|
|
26921
26923
|
urlSafe: !0,
|
|
26922
26924
|
skipPadding: !0
|
|
26923
|
-
})}`, m =
|
|
26925
|
+
})}`, m = fR(o), y = dR(t, m);
|
|
26924
26926
|
await this._establishRetryableConnection(y, v), this.promiseArray.forEach(({ res: C }) => {
|
|
26925
26927
|
this.logger.debug("Notifying connection successful"), C();
|
|
26926
26928
|
}), this.socketStatus = Ht.READY, this.promiseArray = [];
|
|
@@ -26932,7 +26934,7 @@ class pR {
|
|
|
26932
26934
|
});
|
|
26933
26935
|
}
|
|
26934
26936
|
async _establishRetryableConnection(t, n) {
|
|
26935
|
-
this.logger.debug("Establishing retryable connection"), await
|
|
26937
|
+
this.logger.debug("Establishing retryable connection"), await WI(this._establishConnection.bind(this), [t, n], ZI);
|
|
26936
26938
|
}
|
|
26937
26939
|
async _openConnection(t, n) {
|
|
26938
26940
|
return new Promise((r, i) => {
|
|
@@ -26992,14 +26994,14 @@ class pR {
|
|
|
26992
26994
|
_registerWebsocketHandlers(t) {
|
|
26993
26995
|
this.awsRealTimeSocket && (this.keepAliveHeartbeatIntervalId = setInterval(() => {
|
|
26994
26996
|
this.keepAliveHeartbeat(t);
|
|
26995
|
-
},
|
|
26997
|
+
}, QI), this.awsRealTimeSocket.onmessage = this._handleIncomingSubscriptionMessage.bind(this), this.awsRealTimeSocket.onerror = (n) => {
|
|
26996
26998
|
this.logger.debug(n), this._errorDisconnect(xn.CONNECTION_CLOSED);
|
|
26997
26999
|
}, this.awsRealTimeSocket.onclose = (n) => {
|
|
26998
27000
|
this.logger.debug(`WebSocket closed ${n.reason}`), this._closeSocket(), this._errorDisconnect(xn.CONNECTION_CLOSED);
|
|
26999
27001
|
});
|
|
27000
27002
|
}
|
|
27001
27003
|
}
|
|
27002
|
-
const Lo = (e, t) => e ? e === "identityPool" ? "iam" : e : t,
|
|
27004
|
+
const Lo = (e, t) => e ? e === "identityPool" ? "iam" : e : t, gR = () => {
|
|
27003
27005
|
const t = $l.getConfig().API?.Events;
|
|
27004
27006
|
if (!t)
|
|
27005
27007
|
throw new Error("Amplify configuration is missing. Have you called Amplify.configure()?");
|
|
@@ -27022,13 +27024,13 @@ const Lo = (e, t) => e ? e === "identityPool" ? "iam" : e : t, mR = () => {
|
|
|
27022
27024
|
if (t === void 0)
|
|
27023
27025
|
throw new Error(`Event must be a valid JSON value. Received ${e}`);
|
|
27024
27026
|
return [t];
|
|
27025
|
-
}, $f = "AWSAppSyncEventsProvider",
|
|
27026
|
-
class
|
|
27027
|
+
}, $f = "AWSAppSyncEventsProvider", bR = "aws-appsync-event-ws", vR = "";
|
|
27028
|
+
class yR extends mR {
|
|
27027
27029
|
constructor() {
|
|
27028
27030
|
super({
|
|
27029
27031
|
providerName: $f,
|
|
27030
|
-
wsProtocolName:
|
|
27031
|
-
connectUri:
|
|
27032
|
+
wsProtocolName: bR,
|
|
27033
|
+
connectUri: vR
|
|
27032
27034
|
}), this.allowNoSubscriptions = !0;
|
|
27033
27035
|
}
|
|
27034
27036
|
getProviderName() {
|
|
@@ -27062,7 +27064,7 @@ class vR extends pR {
|
|
|
27062
27064
|
}),
|
|
27063
27065
|
...o,
|
|
27064
27066
|
...i,
|
|
27065
|
-
[
|
|
27067
|
+
[hE]: EA(r)
|
|
27066
27068
|
}, N = {
|
|
27067
27069
|
id: n,
|
|
27068
27070
|
channel: u,
|
|
@@ -27099,7 +27101,7 @@ class vR extends pR {
|
|
|
27099
27101
|
};
|
|
27100
27102
|
}
|
|
27101
27103
|
_extractConnectionTimeout(t) {
|
|
27102
|
-
const { connectionTimeoutMs: n =
|
|
27104
|
+
const { connectionTimeoutMs: n = JI } = t;
|
|
27103
27105
|
return n;
|
|
27104
27106
|
}
|
|
27105
27107
|
_extractErrorCodeAndType(t) {
|
|
@@ -27107,9 +27109,9 @@ class vR extends pR {
|
|
|
27107
27109
|
return { errorCode: r, errorType: n };
|
|
27108
27110
|
}
|
|
27109
27111
|
}
|
|
27110
|
-
const yo = new
|
|
27111
|
-
async function
|
|
27112
|
-
const n =
|
|
27112
|
+
const yo = new yR(), bi = /* @__PURE__ */ new Set();
|
|
27113
|
+
async function wR(e, t) {
|
|
27114
|
+
const n = gR();
|
|
27113
27115
|
n.authenticationType = Lo(t?.authMode, n.authenticationType), n.apiKey = t?.apiKey || n.apiKey, n.authToken = t?.authToken || n.authToken, await yo.connect(n);
|
|
27114
27116
|
const r = Ds();
|
|
27115
27117
|
bi.add(r);
|
|
@@ -27246,7 +27248,7 @@ function ir(...e) {
|
|
|
27246
27248
|
function Uf(e) {
|
|
27247
27249
|
return JSON.stringify(e);
|
|
27248
27250
|
}
|
|
27249
|
-
function
|
|
27251
|
+
function xR(e) {
|
|
27250
27252
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
27251
27253
|
}
|
|
27252
27254
|
const zm = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
@@ -27254,7 +27256,7 @@ const zm = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
|
27254
27256
|
function Wo(e) {
|
|
27255
27257
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
27256
27258
|
}
|
|
27257
|
-
const
|
|
27259
|
+
const _R = Ul(() => {
|
|
27258
27260
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
27259
27261
|
return !1;
|
|
27260
27262
|
try {
|
|
@@ -27276,7 +27278,7 @@ function Oi(e) {
|
|
|
27276
27278
|
function Fm(e) {
|
|
27277
27279
|
return Oi(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
27278
27280
|
}
|
|
27279
|
-
const
|
|
27281
|
+
const kR = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
27280
27282
|
function qr(e) {
|
|
27281
27283
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
27282
27284
|
}
|
|
@@ -27297,10 +27299,10 @@ function Te(e) {
|
|
|
27297
27299
|
}
|
|
27298
27300
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
27299
27301
|
}
|
|
27300
|
-
function
|
|
27302
|
+
function SR(e) {
|
|
27301
27303
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
27302
27304
|
}
|
|
27303
|
-
function
|
|
27305
|
+
function CR(e, t) {
|
|
27304
27306
|
const n = e._zod.def, r = n.checks;
|
|
27305
27307
|
if (r && r.length > 0)
|
|
27306
27308
|
throw new Error(".pick() cannot be used on object schemas containing refinements");
|
|
@@ -27318,7 +27320,7 @@ function SR(e, t) {
|
|
|
27318
27320
|
});
|
|
27319
27321
|
return or(e, o);
|
|
27320
27322
|
}
|
|
27321
|
-
function
|
|
27323
|
+
function ER(e, t) {
|
|
27322
27324
|
const n = e._zod.def, r = n.checks;
|
|
27323
27325
|
if (r && r.length > 0)
|
|
27324
27326
|
throw new Error(".omit() cannot be used on object schemas containing refinements");
|
|
@@ -27336,7 +27338,7 @@ function CR(e, t) {
|
|
|
27336
27338
|
});
|
|
27337
27339
|
return or(e, o);
|
|
27338
27340
|
}
|
|
27339
|
-
function
|
|
27341
|
+
function AR(e, t) {
|
|
27340
27342
|
if (!Oi(t))
|
|
27341
27343
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
27342
27344
|
const n = e._zod.def.checks;
|
|
@@ -27354,7 +27356,7 @@ function ER(e, t) {
|
|
|
27354
27356
|
});
|
|
27355
27357
|
return or(e, i);
|
|
27356
27358
|
}
|
|
27357
|
-
function
|
|
27359
|
+
function IR(e, t) {
|
|
27358
27360
|
if (!Oi(t))
|
|
27359
27361
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
27360
27362
|
const n = ir(e._zod.def, {
|
|
@@ -27365,7 +27367,7 @@ function AR(e, t) {
|
|
|
27365
27367
|
});
|
|
27366
27368
|
return or(e, n);
|
|
27367
27369
|
}
|
|
27368
|
-
function
|
|
27370
|
+
function RR(e, t) {
|
|
27369
27371
|
const n = ir(e._zod.def, {
|
|
27370
27372
|
get shape() {
|
|
27371
27373
|
const r = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
@@ -27379,7 +27381,7 @@ function IR(e, t) {
|
|
|
27379
27381
|
});
|
|
27380
27382
|
return or(e, n);
|
|
27381
27383
|
}
|
|
27382
|
-
function
|
|
27384
|
+
function TR(e, t, n) {
|
|
27383
27385
|
const i = t._zod.def.checks;
|
|
27384
27386
|
if (i && i.length > 0)
|
|
27385
27387
|
throw new Error(".partial() cannot be used on object schemas containing refinements");
|
|
@@ -27407,7 +27409,7 @@ function RR(e, t, n) {
|
|
|
27407
27409
|
});
|
|
27408
27410
|
return or(t, a);
|
|
27409
27411
|
}
|
|
27410
|
-
function
|
|
27412
|
+
function PR(e, t, n) {
|
|
27411
27413
|
const r = ir(t._zod.def, {
|
|
27412
27414
|
get shape() {
|
|
27413
27415
|
const i = t._zod.def.shape, o = { ...i };
|
|
@@ -27480,13 +27482,13 @@ const jm = (e, t) => {
|
|
|
27480
27482
|
enumerable: !1
|
|
27481
27483
|
});
|
|
27482
27484
|
}, Um = oe("$ZodError", jm), Bm = oe("$ZodError", jm, { Parent: Error });
|
|
27483
|
-
function
|
|
27485
|
+
function OR(e, t = (n) => n.message) {
|
|
27484
27486
|
const n = {}, r = [];
|
|
27485
27487
|
for (const i of e.issues)
|
|
27486
27488
|
i.path.length > 0 ? (n[i.path[0]] = n[i.path[0]] || [], n[i.path[0]].push(t(i))) : r.push(t(i));
|
|
27487
27489
|
return { formErrors: r, fieldErrors: n };
|
|
27488
27490
|
}
|
|
27489
|
-
function
|
|
27491
|
+
function NR(e, t = (n) => n.message) {
|
|
27490
27492
|
const n = { _errors: [] }, r = (i) => {
|
|
27491
27493
|
for (const o of i.issues)
|
|
27492
27494
|
if (o.code === "invalid_union" && o.errors.length)
|
|
@@ -27532,50 +27534,50 @@ const ql = (e) => (t, n, r, i) => {
|
|
|
27532
27534
|
success: !1,
|
|
27533
27535
|
error: new (e ?? Um)(o.issues.map((a) => wr(a, i, yr())))
|
|
27534
27536
|
} : { success: !0, data: o.value };
|
|
27535
|
-
},
|
|
27537
|
+
}, LR = /* @__PURE__ */ la(Bm), ca = (e) => async (t, n, r) => {
|
|
27536
27538
|
const i = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
27537
27539
|
let o = t._zod.run({ value: n, issues: [] }, i);
|
|
27538
27540
|
return o instanceof Promise && (o = await o), o.issues.length ? {
|
|
27539
27541
|
success: !1,
|
|
27540
27542
|
error: new e(o.issues.map((a) => wr(a, i, yr())))
|
|
27541
27543
|
} : { success: !0, data: o.value };
|
|
27542
|
-
},
|
|
27544
|
+
}, DR = /* @__PURE__ */ ca(Bm), MR = (e) => (t, n, r) => {
|
|
27543
27545
|
const i = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
27544
27546
|
return ql(e)(t, n, i);
|
|
27545
|
-
},
|
|
27547
|
+
}, zR = (e) => (t, n, r) => ql(e)(t, n, r), FR = (e) => async (t, n, r) => {
|
|
27546
27548
|
const i = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
27547
27549
|
return Hl(e)(t, n, i);
|
|
27548
|
-
},
|
|
27550
|
+
}, $R = (e) => async (t, n, r) => Hl(e)(t, n, r), jR = (e) => (t, n, r) => {
|
|
27549
27551
|
const i = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
27550
27552
|
return la(e)(t, n, i);
|
|
27551
|
-
},
|
|
27553
|
+
}, UR = (e) => (t, n, r) => la(e)(t, n, r), BR = (e) => async (t, n, r) => {
|
|
27552
27554
|
const i = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
27553
27555
|
return ca(e)(t, n, i);
|
|
27554
|
-
},
|
|
27555
|
-
function
|
|
27556
|
-
return new RegExp(
|
|
27556
|
+
}, VR = (e) => async (t, n, r) => ca(e)(t, n, r), WR = /^[cC][^\s-]{8,}$/, qR = /^[0-9a-z]+$/, HR = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, ZR = /^[0-9a-vA-V]{20}$/, GR = /^[A-Za-z0-9]{27}$/, YR = /^[a-zA-Z0-9_-]{21}$/, XR = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, KR = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, Bf = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, JR = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, QR = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
27557
|
+
function eT() {
|
|
27558
|
+
return new RegExp(QR, "u");
|
|
27557
27559
|
}
|
|
27558
|
-
const
|
|
27560
|
+
const tT = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, nT = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/, rT = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, iT = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, oT = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Vm = /^[A-Za-z0-9_-]*$/, aT = /^\+[1-9]\d{6,14}$/, Wm = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))", sT = /* @__PURE__ */ new RegExp(`^${Wm}$`);
|
|
27559
27561
|
function qm(e) {
|
|
27560
27562
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
27561
27563
|
return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
27562
27564
|
}
|
|
27563
|
-
function
|
|
27565
|
+
function lT(e) {
|
|
27564
27566
|
return new RegExp(`^${qm(e)}$`);
|
|
27565
27567
|
}
|
|
27566
|
-
function
|
|
27568
|
+
function cT(e) {
|
|
27567
27569
|
const t = qm({ precision: e.precision }), n = ["Z"];
|
|
27568
27570
|
e.local && n.push(""), e.offset && n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
27569
27571
|
const r = `${t}(?:${n.join("|")})`;
|
|
27570
27572
|
return new RegExp(`^${Wm}T(?:${r})$`);
|
|
27571
27573
|
}
|
|
27572
|
-
const
|
|
27574
|
+
const uT = (e) => {
|
|
27573
27575
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
27574
27576
|
return new RegExp(`^${t}$`);
|
|
27575
|
-
},
|
|
27577
|
+
}, fT = /^null$/i, dT = /^[^A-Z]*$/, hT = /^[^a-z]*$/, Dn = /* @__PURE__ */ oe("$ZodCheck", (e, t) => {
|
|
27576
27578
|
var n;
|
|
27577
27579
|
e._zod ?? (e._zod = {}), e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
|
|
27578
|
-
}),
|
|
27580
|
+
}), pT = /* @__PURE__ */ oe("$ZodCheckMaxLength", (e, t) => {
|
|
27579
27581
|
var n;
|
|
27580
27582
|
Dn.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
27581
27583
|
const i = r.value;
|
|
@@ -27598,7 +27600,7 @@ const cT = (e) => {
|
|
|
27598
27600
|
continue: !t.abort
|
|
27599
27601
|
});
|
|
27600
27602
|
};
|
|
27601
|
-
}),
|
|
27603
|
+
}), mT = /* @__PURE__ */ oe("$ZodCheckMinLength", (e, t) => {
|
|
27602
27604
|
var n;
|
|
27603
27605
|
Dn.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
27604
27606
|
const i = r.value;
|
|
@@ -27621,7 +27623,7 @@ const cT = (e) => {
|
|
|
27621
27623
|
continue: !t.abort
|
|
27622
27624
|
});
|
|
27623
27625
|
};
|
|
27624
|
-
}),
|
|
27626
|
+
}), gT = /* @__PURE__ */ oe("$ZodCheckLengthEquals", (e, t) => {
|
|
27625
27627
|
var n;
|
|
27626
27628
|
Dn.init(e, t), (n = e._zod.def).when ?? (n.when = (r) => {
|
|
27627
27629
|
const i = r.value;
|
|
@@ -27661,7 +27663,7 @@ const cT = (e) => {
|
|
|
27661
27663
|
});
|
|
27662
27664
|
}) : (r = e._zod).check ?? (r.check = () => {
|
|
27663
27665
|
});
|
|
27664
|
-
}),
|
|
27666
|
+
}), bT = /* @__PURE__ */ oe("$ZodCheckRegex", (e, t) => {
|
|
27665
27667
|
ua.init(e, t), e._zod.check = (n) => {
|
|
27666
27668
|
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
27667
27669
|
origin: "string",
|
|
@@ -27673,11 +27675,11 @@ const cT = (e) => {
|
|
|
27673
27675
|
continue: !t.abort
|
|
27674
27676
|
});
|
|
27675
27677
|
};
|
|
27676
|
-
}),
|
|
27677
|
-
t.pattern ?? (t.pattern = fT), ua.init(e, t);
|
|
27678
|
-
}), vT = /* @__PURE__ */ oe("$ZodCheckUpperCase", (e, t) => {
|
|
27678
|
+
}), vT = /* @__PURE__ */ oe("$ZodCheckLowerCase", (e, t) => {
|
|
27679
27679
|
t.pattern ?? (t.pattern = dT), ua.init(e, t);
|
|
27680
|
-
}), yT = /* @__PURE__ */ oe("$
|
|
27680
|
+
}), yT = /* @__PURE__ */ oe("$ZodCheckUpperCase", (e, t) => {
|
|
27681
|
+
t.pattern ?? (t.pattern = hT), ua.init(e, t);
|
|
27682
|
+
}), wT = /* @__PURE__ */ oe("$ZodCheckIncludes", (e, t) => {
|
|
27681
27683
|
Dn.init(e, t);
|
|
27682
27684
|
const n = qr(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${n}` : n);
|
|
27683
27685
|
t.pattern = r, e._zod.onattach.push((i) => {
|
|
@@ -27694,7 +27696,7 @@ const cT = (e) => {
|
|
|
27694
27696
|
continue: !t.abort
|
|
27695
27697
|
});
|
|
27696
27698
|
};
|
|
27697
|
-
}),
|
|
27699
|
+
}), xT = /* @__PURE__ */ oe("$ZodCheckStartsWith", (e, t) => {
|
|
27698
27700
|
Dn.init(e, t);
|
|
27699
27701
|
const n = new RegExp(`^${qr(t.prefix)}.*`);
|
|
27700
27702
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((r) => {
|
|
@@ -27711,7 +27713,7 @@ const cT = (e) => {
|
|
|
27711
27713
|
continue: !t.abort
|
|
27712
27714
|
});
|
|
27713
27715
|
};
|
|
27714
|
-
}),
|
|
27716
|
+
}), _T = /* @__PURE__ */ oe("$ZodCheckEndsWith", (e, t) => {
|
|
27715
27717
|
Dn.init(e, t);
|
|
27716
27718
|
const n = new RegExp(`.*${qr(t.suffix)}$`);
|
|
27717
27719
|
t.pattern ?? (t.pattern = n), e._zod.onattach.push((r) => {
|
|
@@ -27728,12 +27730,12 @@ const cT = (e) => {
|
|
|
27728
27730
|
continue: !t.abort
|
|
27729
27731
|
});
|
|
27730
27732
|
};
|
|
27731
|
-
}),
|
|
27733
|
+
}), kT = /* @__PURE__ */ oe("$ZodCheckOverwrite", (e, t) => {
|
|
27732
27734
|
Dn.init(e, t), e._zod.check = (n) => {
|
|
27733
27735
|
n.value = t.tx(n.value);
|
|
27734
27736
|
};
|
|
27735
27737
|
});
|
|
27736
|
-
class
|
|
27738
|
+
class ST {
|
|
27737
27739
|
constructor(t = []) {
|
|
27738
27740
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
27739
27741
|
}
|
|
@@ -27756,13 +27758,13 @@ class kT {
|
|
|
27756
27758
|
`));
|
|
27757
27759
|
}
|
|
27758
27760
|
}
|
|
27759
|
-
const
|
|
27761
|
+
const CT = {
|
|
27760
27762
|
major: 4,
|
|
27761
27763
|
minor: 3,
|
|
27762
27764
|
patch: 6
|
|
27763
27765
|
}, Ct = /* @__PURE__ */ oe("$ZodType", (e, t) => {
|
|
27764
27766
|
var n;
|
|
27765
|
-
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
27767
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = CT;
|
|
27766
27768
|
const r = [...e._zod.def.checks ?? []];
|
|
27767
27769
|
e._zod.traits.has("$ZodCheck") && r.unshift(e);
|
|
27768
27770
|
for (const i of r)
|
|
@@ -27825,17 +27827,17 @@ const ST = {
|
|
|
27825
27827
|
ut(e, "~standard", () => ({
|
|
27826
27828
|
validate: (i) => {
|
|
27827
27829
|
try {
|
|
27828
|
-
const o =
|
|
27830
|
+
const o = LR(e, i);
|
|
27829
27831
|
return o.success ? { value: o.data } : { issues: o.error?.issues };
|
|
27830
27832
|
} catch {
|
|
27831
|
-
return
|
|
27833
|
+
return DR(e, i).then((a) => a.success ? { value: a.data } : { issues: a.error?.issues });
|
|
27832
27834
|
}
|
|
27833
27835
|
},
|
|
27834
27836
|
vendor: "zod",
|
|
27835
27837
|
version: 1
|
|
27836
27838
|
}));
|
|
27837
27839
|
}), Zl = /* @__PURE__ */ oe("$ZodString", (e, t) => {
|
|
27838
|
-
Ct.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
27840
|
+
Ct.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? uT(e._zod.bag), e._zod.parse = (n, r) => {
|
|
27839
27841
|
if (t.coerce)
|
|
27840
27842
|
try {
|
|
27841
27843
|
n.value = String(n.value);
|
|
@@ -27850,9 +27852,9 @@ const ST = {
|
|
|
27850
27852
|
};
|
|
27851
27853
|
}), wt = /* @__PURE__ */ oe("$ZodStringFormat", (e, t) => {
|
|
27852
27854
|
ua.init(e, t), Zl.init(e, t);
|
|
27853
|
-
}),
|
|
27854
|
-
t.pattern ?? (t.pattern =
|
|
27855
|
-
}),
|
|
27855
|
+
}), ET = /* @__PURE__ */ oe("$ZodGUID", (e, t) => {
|
|
27856
|
+
t.pattern ?? (t.pattern = KR), wt.init(e, t);
|
|
27857
|
+
}), AT = /* @__PURE__ */ oe("$ZodUUID", (e, t) => {
|
|
27856
27858
|
if (t.version) {
|
|
27857
27859
|
const r = {
|
|
27858
27860
|
v1: 1,
|
|
@@ -27870,9 +27872,9 @@ const ST = {
|
|
|
27870
27872
|
} else
|
|
27871
27873
|
t.pattern ?? (t.pattern = Bf());
|
|
27872
27874
|
wt.init(e, t);
|
|
27873
|
-
}),
|
|
27874
|
-
t.pattern ?? (t.pattern =
|
|
27875
|
-
}),
|
|
27875
|
+
}), IT = /* @__PURE__ */ oe("$ZodEmail", (e, t) => {
|
|
27876
|
+
t.pattern ?? (t.pattern = JR), wt.init(e, t);
|
|
27877
|
+
}), RT = /* @__PURE__ */ oe("$ZodURL", (e, t) => {
|
|
27876
27878
|
wt.init(e, t), e._zod.check = (n) => {
|
|
27877
27879
|
try {
|
|
27878
27880
|
const r = n.value.trim(), i = new URL(r);
|
|
@@ -27904,32 +27906,32 @@ const ST = {
|
|
|
27904
27906
|
});
|
|
27905
27907
|
}
|
|
27906
27908
|
};
|
|
27907
|
-
}),
|
|
27908
|
-
t.pattern ?? (t.pattern =
|
|
27909
|
-
}),
|
|
27910
|
-
t.pattern ?? (t.pattern =
|
|
27911
|
-
}),
|
|
27912
|
-
t.pattern ?? (t.pattern = VR), wt.init(e, t);
|
|
27913
|
-
}), OT = /* @__PURE__ */ oe("$ZodCUID2", (e, t) => {
|
|
27909
|
+
}), TT = /* @__PURE__ */ oe("$ZodEmoji", (e, t) => {
|
|
27910
|
+
t.pattern ?? (t.pattern = eT()), wt.init(e, t);
|
|
27911
|
+
}), PT = /* @__PURE__ */ oe("$ZodNanoID", (e, t) => {
|
|
27912
|
+
t.pattern ?? (t.pattern = YR), wt.init(e, t);
|
|
27913
|
+
}), OT = /* @__PURE__ */ oe("$ZodCUID", (e, t) => {
|
|
27914
27914
|
t.pattern ?? (t.pattern = WR), wt.init(e, t);
|
|
27915
|
-
}), NT = /* @__PURE__ */ oe("$
|
|
27915
|
+
}), NT = /* @__PURE__ */ oe("$ZodCUID2", (e, t) => {
|
|
27916
27916
|
t.pattern ?? (t.pattern = qR), wt.init(e, t);
|
|
27917
|
-
}), LT = /* @__PURE__ */ oe("$
|
|
27917
|
+
}), LT = /* @__PURE__ */ oe("$ZodULID", (e, t) => {
|
|
27918
27918
|
t.pattern ?? (t.pattern = HR), wt.init(e, t);
|
|
27919
|
-
}), DT = /* @__PURE__ */ oe("$
|
|
27919
|
+
}), DT = /* @__PURE__ */ oe("$ZodXID", (e, t) => {
|
|
27920
27920
|
t.pattern ?? (t.pattern = ZR), wt.init(e, t);
|
|
27921
|
-
}), MT = /* @__PURE__ */ oe("$
|
|
27921
|
+
}), MT = /* @__PURE__ */ oe("$ZodKSUID", (e, t) => {
|
|
27922
|
+
t.pattern ?? (t.pattern = GR), wt.init(e, t);
|
|
27923
|
+
}), zT = /* @__PURE__ */ oe("$ZodISODateTime", (e, t) => {
|
|
27924
|
+
t.pattern ?? (t.pattern = cT(t)), wt.init(e, t);
|
|
27925
|
+
}), FT = /* @__PURE__ */ oe("$ZodISODate", (e, t) => {
|
|
27926
|
+
t.pattern ?? (t.pattern = sT), wt.init(e, t);
|
|
27927
|
+
}), $T = /* @__PURE__ */ oe("$ZodISOTime", (e, t) => {
|
|
27922
27928
|
t.pattern ?? (t.pattern = lT(t)), wt.init(e, t);
|
|
27923
|
-
}),
|
|
27924
|
-
t.pattern ?? (t.pattern =
|
|
27925
|
-
}),
|
|
27926
|
-
t.pattern ?? (t.pattern =
|
|
27927
|
-
}),
|
|
27928
|
-
t.pattern ?? (t.pattern =
|
|
27929
|
-
}), jT = /* @__PURE__ */ oe("$ZodIPv4", (e, t) => {
|
|
27930
|
-
t.pattern ?? (t.pattern = eT), wt.init(e, t), e._zod.bag.format = "ipv4";
|
|
27931
|
-
}), UT = /* @__PURE__ */ oe("$ZodIPv6", (e, t) => {
|
|
27932
|
-
t.pattern ?? (t.pattern = tT), wt.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
27929
|
+
}), jT = /* @__PURE__ */ oe("$ZodISODuration", (e, t) => {
|
|
27930
|
+
t.pattern ?? (t.pattern = XR), wt.init(e, t);
|
|
27931
|
+
}), UT = /* @__PURE__ */ oe("$ZodIPv4", (e, t) => {
|
|
27932
|
+
t.pattern ?? (t.pattern = tT), wt.init(e, t), e._zod.bag.format = "ipv4";
|
|
27933
|
+
}), BT = /* @__PURE__ */ oe("$ZodIPv6", (e, t) => {
|
|
27934
|
+
t.pattern ?? (t.pattern = nT), wt.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
27933
27935
|
try {
|
|
27934
27936
|
new URL(`http://[${n.value}]`);
|
|
27935
27937
|
} catch {
|
|
@@ -27942,10 +27944,10 @@ const ST = {
|
|
|
27942
27944
|
});
|
|
27943
27945
|
}
|
|
27944
27946
|
};
|
|
27945
|
-
}),
|
|
27946
|
-
t.pattern ?? (t.pattern =
|
|
27947
|
-
}),
|
|
27948
|
-
t.pattern ?? (t.pattern =
|
|
27947
|
+
}), VT = /* @__PURE__ */ oe("$ZodCIDRv4", (e, t) => {
|
|
27948
|
+
t.pattern ?? (t.pattern = rT), wt.init(e, t);
|
|
27949
|
+
}), WT = /* @__PURE__ */ oe("$ZodCIDRv6", (e, t) => {
|
|
27950
|
+
t.pattern ?? (t.pattern = iT), wt.init(e, t), e._zod.check = (n) => {
|
|
27949
27951
|
const r = n.value.split("/");
|
|
27950
27952
|
try {
|
|
27951
27953
|
if (r.length !== 2)
|
|
@@ -27981,8 +27983,8 @@ function Hm(e) {
|
|
|
27981
27983
|
return !1;
|
|
27982
27984
|
}
|
|
27983
27985
|
}
|
|
27984
|
-
const
|
|
27985
|
-
t.pattern ?? (t.pattern =
|
|
27986
|
+
const qT = /* @__PURE__ */ oe("$ZodBase64", (e, t) => {
|
|
27987
|
+
t.pattern ?? (t.pattern = oT), wt.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
|
|
27986
27988
|
Hm(n.value) || n.issues.push({
|
|
27987
27989
|
code: "invalid_format",
|
|
27988
27990
|
format: "base64",
|
|
@@ -27992,15 +27994,15 @@ const WT = /* @__PURE__ */ oe("$ZodBase64", (e, t) => {
|
|
|
27992
27994
|
});
|
|
27993
27995
|
};
|
|
27994
27996
|
});
|
|
27995
|
-
function
|
|
27997
|
+
function HT(e) {
|
|
27996
27998
|
if (!Vm.test(e))
|
|
27997
27999
|
return !1;
|
|
27998
28000
|
const t = e.replace(/[-_]/g, (r) => r === "-" ? "+" : "/"), n = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
27999
28001
|
return Hm(n);
|
|
28000
28002
|
}
|
|
28001
|
-
const
|
|
28003
|
+
const ZT = /* @__PURE__ */ oe("$ZodBase64URL", (e, t) => {
|
|
28002
28004
|
t.pattern ?? (t.pattern = Vm), wt.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
|
|
28003
|
-
|
|
28005
|
+
HT(n.value) || n.issues.push({
|
|
28004
28006
|
code: "invalid_format",
|
|
28005
28007
|
format: "base64url",
|
|
28006
28008
|
input: n.value,
|
|
@@ -28008,10 +28010,10 @@ const HT = /* @__PURE__ */ oe("$ZodBase64URL", (e, t) => {
|
|
|
28008
28010
|
continue: !t.abort
|
|
28009
28011
|
});
|
|
28010
28012
|
};
|
|
28011
|
-
}),
|
|
28012
|
-
t.pattern ?? (t.pattern =
|
|
28013
|
+
}), GT = /* @__PURE__ */ oe("$ZodE164", (e, t) => {
|
|
28014
|
+
t.pattern ?? (t.pattern = aT), wt.init(e, t);
|
|
28013
28015
|
});
|
|
28014
|
-
function
|
|
28016
|
+
function YT(e, t = null) {
|
|
28015
28017
|
try {
|
|
28016
28018
|
const n = e.split(".");
|
|
28017
28019
|
if (n.length !== 3)
|
|
@@ -28025,9 +28027,9 @@ function GT(e, t = null) {
|
|
|
28025
28027
|
return !1;
|
|
28026
28028
|
}
|
|
28027
28029
|
}
|
|
28028
|
-
const
|
|
28030
|
+
const XT = /* @__PURE__ */ oe("$ZodJWT", (e, t) => {
|
|
28029
28031
|
wt.init(e, t), e._zod.check = (n) => {
|
|
28030
|
-
|
|
28032
|
+
YT(n.value, t.alg) || n.issues.push({
|
|
28031
28033
|
code: "invalid_format",
|
|
28032
28034
|
format: "jwt",
|
|
28033
28035
|
input: n.value,
|
|
@@ -28035,8 +28037,8 @@ const YT = /* @__PURE__ */ oe("$ZodJWT", (e, t) => {
|
|
|
28035
28037
|
continue: !t.abort
|
|
28036
28038
|
});
|
|
28037
28039
|
};
|
|
28038
|
-
}),
|
|
28039
|
-
Ct.init(e, t), e._zod.pattern =
|
|
28040
|
+
}), KT = /* @__PURE__ */ oe("$ZodNull", (e, t) => {
|
|
28041
|
+
Ct.init(e, t), e._zod.pattern = fT, e._zod.values = /* @__PURE__ */ new Set([null]), e._zod.parse = (n, r) => {
|
|
28040
28042
|
const i = n.value;
|
|
28041
28043
|
return i === null || n.issues.push({
|
|
28042
28044
|
expected: "null",
|
|
@@ -28045,9 +28047,9 @@ const YT = /* @__PURE__ */ oe("$ZodJWT", (e, t) => {
|
|
|
28045
28047
|
inst: e
|
|
28046
28048
|
}), n;
|
|
28047
28049
|
};
|
|
28048
|
-
}),
|
|
28050
|
+
}), JT = /* @__PURE__ */ oe("$ZodUnknown", (e, t) => {
|
|
28049
28051
|
Ct.init(e, t), e._zod.parse = (n) => n;
|
|
28050
|
-
}),
|
|
28052
|
+
}), QT = /* @__PURE__ */ oe("$ZodNever", (e, t) => {
|
|
28051
28053
|
Ct.init(e, t), e._zod.parse = (n, r) => (n.issues.push({
|
|
28052
28054
|
expected: "never",
|
|
28053
28055
|
code: "invalid_type",
|
|
@@ -28058,7 +28060,7 @@ const YT = /* @__PURE__ */ oe("$ZodJWT", (e, t) => {
|
|
|
28058
28060
|
function Vf(e, t, n) {
|
|
28059
28061
|
e.issues.length && t.issues.push(...$m(n, e.issues)), t.value[n] = e.value;
|
|
28060
28062
|
}
|
|
28061
|
-
const
|
|
28063
|
+
const e2 = /* @__PURE__ */ oe("$ZodArray", (e, t) => {
|
|
28062
28064
|
Ct.init(e, t), e._zod.parse = (n, r) => {
|
|
28063
28065
|
const i = n.value;
|
|
28064
28066
|
if (!Array.isArray(i))
|
|
@@ -28093,7 +28095,7 @@ function Zm(e) {
|
|
|
28093
28095
|
for (const r of t)
|
|
28094
28096
|
if (!e.shape?.[r]?._zod?.traits?.has("$ZodType"))
|
|
28095
28097
|
throw new Error(`Invalid element at key "${r}": expected a Zod schema`);
|
|
28096
|
-
const n =
|
|
28098
|
+
const n = SR(e.shape);
|
|
28097
28099
|
return {
|
|
28098
28100
|
...e,
|
|
28099
28101
|
keys: t,
|
|
@@ -28121,7 +28123,7 @@ function Gm(e, t, n, r, i, o) {
|
|
|
28121
28123
|
inst: o
|
|
28122
28124
|
}), e.length ? Promise.all(e).then(() => n) : n;
|
|
28123
28125
|
}
|
|
28124
|
-
const
|
|
28126
|
+
const t2 = /* @__PURE__ */ oe("$ZodObject", (e, t) => {
|
|
28125
28127
|
if (Ct.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
28126
28128
|
const s = t.shape;
|
|
28127
28129
|
Object.defineProperty(t, "shape", {
|
|
@@ -28166,10 +28168,10 @@ const e2 = /* @__PURE__ */ oe("$ZodObject", (e, t) => {
|
|
|
28166
28168
|
}
|
|
28167
28169
|
return o ? Gm(h, u, s, l, r.value, e) : h.length ? Promise.all(h).then(() => s) : s;
|
|
28168
28170
|
};
|
|
28169
|
-
}),
|
|
28170
|
-
|
|
28171
|
+
}), n2 = /* @__PURE__ */ oe("$ZodObjectJIT", (e, t) => {
|
|
28172
|
+
t2.init(e, t);
|
|
28171
28173
|
const n = e._zod.parse, r = Ul(() => Zm(t)), i = (v) => {
|
|
28172
|
-
const m = new
|
|
28174
|
+
const m = new ST(["shape", "payload", "ctx"]), y = r.value, C = (F) => {
|
|
28173
28175
|
const Z = Uf(F);
|
|
28174
28176
|
return `shape[${Z}]._zod.run({ value: input[${Z}], issues: [] }, ctx)`;
|
|
28175
28177
|
};
|
|
@@ -28222,7 +28224,7 @@ const e2 = /* @__PURE__ */ oe("$ZodObject", (e, t) => {
|
|
|
28222
28224
|
return (F, Z) => U(v, F, Z);
|
|
28223
28225
|
};
|
|
28224
28226
|
let o;
|
|
28225
|
-
const a = Wo, s = !Dm.jitless, u = s &&
|
|
28227
|
+
const a = Wo, s = !Dm.jitless, u = s && _R.value, h = t.catchall;
|
|
28226
28228
|
let p;
|
|
28227
28229
|
e._zod.parse = (v, m) => {
|
|
28228
28230
|
p ?? (p = r.value);
|
|
@@ -28247,7 +28249,7 @@ function Wf(e, t, n, r) {
|
|
|
28247
28249
|
errors: e.map((o) => o.issues.map((a) => wr(a, r, yr())))
|
|
28248
28250
|
}), t);
|
|
28249
28251
|
}
|
|
28250
|
-
const
|
|
28252
|
+
const r2 = /* @__PURE__ */ oe("$ZodUnion", (e, t) => {
|
|
28251
28253
|
Ct.init(e, t), ut(e._zod, "optin", () => t.options.some((i) => i._zod.optin === "optional") ? "optional" : void 0), ut(e._zod, "optout", () => t.options.some((i) => i._zod.optout === "optional") ? "optional" : void 0), ut(e._zod, "values", () => {
|
|
28252
28254
|
if (t.options.every((i) => i._zod.values))
|
|
28253
28255
|
return new Set(t.options.flatMap((i) => Array.from(i._zod.values)));
|
|
@@ -28278,7 +28280,7 @@ const n2 = /* @__PURE__ */ oe("$ZodUnion", (e, t) => {
|
|
|
28278
28280
|
}
|
|
28279
28281
|
return a ? Promise.all(s).then((l) => Wf(l, i, e, o)) : Wf(s, i, e, o);
|
|
28280
28282
|
};
|
|
28281
|
-
}),
|
|
28283
|
+
}), i2 = /* @__PURE__ */ oe("$ZodIntersection", (e, t) => {
|
|
28282
28284
|
Ct.init(e, t), e._zod.parse = (n, r) => {
|
|
28283
28285
|
const i = n.value, o = t.left._zod.run({ value: i, issues: [] }, r), a = t.right._zod.run({ value: i, issues: [] }, r);
|
|
28284
28286
|
return o instanceof Promise || a instanceof Promise ? Promise.all([o, a]).then(([l, u]) => qf(n, l, u)) : qf(n, o, a);
|
|
@@ -28343,10 +28345,10 @@ function qf(e, t, n) {
|
|
|
28343
28345
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);
|
|
28344
28346
|
return e.value = a.data, e;
|
|
28345
28347
|
}
|
|
28346
|
-
const
|
|
28348
|
+
const o2 = /* @__PURE__ */ oe("$ZodEnum", (e, t) => {
|
|
28347
28349
|
Ct.init(e, t);
|
|
28348
28350
|
const n = Mm(t.entries), r = new Set(n);
|
|
28349
|
-
e._zod.values = r, e._zod.pattern = new RegExp(`^(${n.filter((i) =>
|
|
28351
|
+
e._zod.values = r, e._zod.pattern = new RegExp(`^(${n.filter((i) => kR.has(typeof i)).map((i) => typeof i == "string" ? qr(i) : i.toString()).join("|")})$`), e._zod.parse = (i, o) => {
|
|
28350
28352
|
const a = i.value;
|
|
28351
28353
|
return r.has(a) || i.issues.push({
|
|
28352
28354
|
code: "invalid_value",
|
|
@@ -28355,7 +28357,7 @@ const i2 = /* @__PURE__ */ oe("$ZodEnum", (e, t) => {
|
|
|
28355
28357
|
inst: e
|
|
28356
28358
|
}), i;
|
|
28357
28359
|
};
|
|
28358
|
-
}),
|
|
28360
|
+
}), a2 = /* @__PURE__ */ oe("$ZodLiteral", (e, t) => {
|
|
28359
28361
|
if (Ct.init(e, t), t.values.length === 0)
|
|
28360
28362
|
throw new Error("Cannot create literal schema with no valid values");
|
|
28361
28363
|
const n = new Set(t.values);
|
|
@@ -28368,7 +28370,7 @@ const i2 = /* @__PURE__ */ oe("$ZodEnum", (e, t) => {
|
|
|
28368
28370
|
inst: e
|
|
28369
28371
|
}), r;
|
|
28370
28372
|
};
|
|
28371
|
-
}),
|
|
28373
|
+
}), s2 = /* @__PURE__ */ oe("$ZodTransform", (e, t) => {
|
|
28372
28374
|
Ct.init(e, t), e._zod.parse = (n, r) => {
|
|
28373
28375
|
if (r.direction === "backward")
|
|
28374
28376
|
throw new Lm(e.constructor.name);
|
|
@@ -28394,14 +28396,14 @@ const Ym = /* @__PURE__ */ oe("$ZodOptional", (e, t) => {
|
|
|
28394
28396
|
}
|
|
28395
28397
|
return n.value === void 0 ? n : t.innerType._zod.run(n, r);
|
|
28396
28398
|
};
|
|
28397
|
-
}),
|
|
28399
|
+
}), l2 = /* @__PURE__ */ oe("$ZodExactOptional", (e, t) => {
|
|
28398
28400
|
Ym.init(e, t), ut(e._zod, "values", () => t.innerType._zod.values), ut(e._zod, "pattern", () => t.innerType._zod.pattern), e._zod.parse = (n, r) => t.innerType._zod.run(n, r);
|
|
28399
|
-
}),
|
|
28401
|
+
}), c2 = /* @__PURE__ */ oe("$ZodNullable", (e, t) => {
|
|
28400
28402
|
Ct.init(e, t), ut(e._zod, "optin", () => t.innerType._zod.optin), ut(e._zod, "optout", () => t.innerType._zod.optout), ut(e._zod, "pattern", () => {
|
|
28401
28403
|
const n = t.innerType._zod.pattern;
|
|
28402
28404
|
return n ? new RegExp(`^(${Vl(n.source)}|null)$`) : void 0;
|
|
28403
28405
|
}), ut(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (n, r) => n.value === null ? n : t.innerType._zod.run(n, r);
|
|
28404
|
-
}),
|
|
28406
|
+
}), u2 = /* @__PURE__ */ oe("$ZodDefault", (e, t) => {
|
|
28405
28407
|
Ct.init(e, t), e._zod.optin = "optional", ut(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => {
|
|
28406
28408
|
if (r.direction === "backward")
|
|
28407
28409
|
return t.innerType._zod.run(n, r);
|
|
@@ -28414,9 +28416,9 @@ const Ym = /* @__PURE__ */ oe("$ZodOptional", (e, t) => {
|
|
|
28414
28416
|
function Zf(e, t) {
|
|
28415
28417
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
28416
28418
|
}
|
|
28417
|
-
const
|
|
28419
|
+
const f2 = /* @__PURE__ */ oe("$ZodPrefault", (e, t) => {
|
|
28418
28420
|
Ct.init(e, t), e._zod.optin = "optional", ut(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => (r.direction === "backward" || n.value === void 0 && (n.value = t.defaultValue), t.innerType._zod.run(n, r));
|
|
28419
|
-
}),
|
|
28421
|
+
}), d2 = /* @__PURE__ */ oe("$ZodNonOptional", (e, t) => {
|
|
28420
28422
|
Ct.init(e, t), ut(e._zod, "values", () => {
|
|
28421
28423
|
const n = t.innerType._zod.values;
|
|
28422
28424
|
return n ? new Set([...n].filter((r) => r !== void 0)) : void 0;
|
|
@@ -28433,7 +28435,7 @@ function Gf(e, t) {
|
|
|
28433
28435
|
inst: t
|
|
28434
28436
|
}), e;
|
|
28435
28437
|
}
|
|
28436
|
-
const
|
|
28438
|
+
const h2 = /* @__PURE__ */ oe("$ZodCatch", (e, t) => {
|
|
28437
28439
|
Ct.init(e, t), ut(e._zod, "optin", () => t.innerType._zod.optin), ut(e._zod, "optout", () => t.innerType._zod.optout), ut(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (n, r) => {
|
|
28438
28440
|
if (r.direction === "backward")
|
|
28439
28441
|
return t.innerType._zod.run(n, r);
|
|
@@ -28452,7 +28454,7 @@ const d2 = /* @__PURE__ */ oe("$ZodCatch", (e, t) => {
|
|
|
28452
28454
|
input: n.value
|
|
28453
28455
|
}), n.issues = []), n);
|
|
28454
28456
|
};
|
|
28455
|
-
}),
|
|
28457
|
+
}), p2 = /* @__PURE__ */ oe("$ZodPipe", (e, t) => {
|
|
28456
28458
|
Ct.init(e, t), ut(e._zod, "values", () => t.in._zod.values), ut(e._zod, "optin", () => t.in._zod.optin), ut(e._zod, "optout", () => t.out._zod.optout), ut(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (n, r) => {
|
|
28457
28459
|
if (r.direction === "backward") {
|
|
28458
28460
|
const o = t.out._zod.run(n, r);
|
|
@@ -28465,7 +28467,7 @@ const d2 = /* @__PURE__ */ oe("$ZodCatch", (e, t) => {
|
|
|
28465
28467
|
function xo(e, t, n) {
|
|
28466
28468
|
return e.issues.length ? (e.aborted = !0, e) : t._zod.run({ value: e.value, issues: e.issues }, n);
|
|
28467
28469
|
}
|
|
28468
|
-
const
|
|
28470
|
+
const m2 = /* @__PURE__ */ oe("$ZodReadonly", (e, t) => {
|
|
28469
28471
|
Ct.init(e, t), ut(e._zod, "propValues", () => t.innerType._zod.propValues), ut(e._zod, "values", () => t.innerType._zod.values), ut(e._zod, "optin", () => t.innerType?._zod?.optin), ut(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (n, r) => {
|
|
28470
28472
|
if (r.direction === "backward")
|
|
28471
28473
|
return t.innerType._zod.run(n, r);
|
|
@@ -28476,7 +28478,7 @@ const p2 = /* @__PURE__ */ oe("$ZodReadonly", (e, t) => {
|
|
|
28476
28478
|
function Yf(e) {
|
|
28477
28479
|
return e.value = Object.freeze(e.value), e;
|
|
28478
28480
|
}
|
|
28479
|
-
const
|
|
28481
|
+
const g2 = /* @__PURE__ */ oe("$ZodCustom", (e, t) => {
|
|
28480
28482
|
Dn.init(e, t), Ct.init(e, t), e._zod.parse = (n, r) => n, e._zod.check = (n) => {
|
|
28481
28483
|
const r = n.value, i = t.fn(r);
|
|
28482
28484
|
if (i instanceof Promise)
|
|
@@ -28500,7 +28502,7 @@ function Xf(e, t, n, r) {
|
|
|
28500
28502
|
}
|
|
28501
28503
|
}
|
|
28502
28504
|
var Kf;
|
|
28503
|
-
class
|
|
28505
|
+
class b2 {
|
|
28504
28506
|
constructor() {
|
|
28505
28507
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
28506
28508
|
}
|
|
@@ -28529,20 +28531,20 @@ class g2 {
|
|
|
28529
28531
|
return this._map.has(t);
|
|
28530
28532
|
}
|
|
28531
28533
|
}
|
|
28532
|
-
function
|
|
28533
|
-
return new
|
|
28534
|
+
function v2() {
|
|
28535
|
+
return new b2();
|
|
28534
28536
|
}
|
|
28535
|
-
(Kf = globalThis).__zod_globalRegistry ?? (Kf.__zod_globalRegistry =
|
|
28537
|
+
(Kf = globalThis).__zod_globalRegistry ?? (Kf.__zod_globalRegistry = v2());
|
|
28536
28538
|
const wi = globalThis.__zod_globalRegistry;
|
|
28537
28539
|
// @__NO_SIDE_EFFECTS__
|
|
28538
|
-
function
|
|
28540
|
+
function y2(e, t) {
|
|
28539
28541
|
return new e({
|
|
28540
28542
|
type: "string",
|
|
28541
28543
|
...Te(t)
|
|
28542
28544
|
});
|
|
28543
28545
|
}
|
|
28544
28546
|
// @__NO_SIDE_EFFECTS__
|
|
28545
|
-
function
|
|
28547
|
+
function w2(e, t) {
|
|
28546
28548
|
return new e({
|
|
28547
28549
|
type: "string",
|
|
28548
28550
|
format: "email",
|
|
@@ -28562,7 +28564,7 @@ function Jf(e, t) {
|
|
|
28562
28564
|
});
|
|
28563
28565
|
}
|
|
28564
28566
|
// @__NO_SIDE_EFFECTS__
|
|
28565
|
-
function
|
|
28567
|
+
function x2(e, t) {
|
|
28566
28568
|
return new e({
|
|
28567
28569
|
type: "string",
|
|
28568
28570
|
format: "uuid",
|
|
@@ -28572,7 +28574,7 @@ function w2(e, t) {
|
|
|
28572
28574
|
});
|
|
28573
28575
|
}
|
|
28574
28576
|
// @__NO_SIDE_EFFECTS__
|
|
28575
|
-
function
|
|
28577
|
+
function _2(e, t) {
|
|
28576
28578
|
return new e({
|
|
28577
28579
|
type: "string",
|
|
28578
28580
|
format: "uuid",
|
|
@@ -28583,7 +28585,7 @@ function x2(e, t) {
|
|
|
28583
28585
|
});
|
|
28584
28586
|
}
|
|
28585
28587
|
// @__NO_SIDE_EFFECTS__
|
|
28586
|
-
function
|
|
28588
|
+
function k2(e, t) {
|
|
28587
28589
|
return new e({
|
|
28588
28590
|
type: "string",
|
|
28589
28591
|
format: "uuid",
|
|
@@ -28594,7 +28596,7 @@ function _2(e, t) {
|
|
|
28594
28596
|
});
|
|
28595
28597
|
}
|
|
28596
28598
|
// @__NO_SIDE_EFFECTS__
|
|
28597
|
-
function
|
|
28599
|
+
function S2(e, t) {
|
|
28598
28600
|
return new e({
|
|
28599
28601
|
type: "string",
|
|
28600
28602
|
format: "uuid",
|
|
@@ -28605,7 +28607,7 @@ function k2(e, t) {
|
|
|
28605
28607
|
});
|
|
28606
28608
|
}
|
|
28607
28609
|
// @__NO_SIDE_EFFECTS__
|
|
28608
|
-
function
|
|
28610
|
+
function C2(e, t) {
|
|
28609
28611
|
return new e({
|
|
28610
28612
|
type: "string",
|
|
28611
28613
|
format: "url",
|
|
@@ -28615,7 +28617,7 @@ function S2(e, t) {
|
|
|
28615
28617
|
});
|
|
28616
28618
|
}
|
|
28617
28619
|
// @__NO_SIDE_EFFECTS__
|
|
28618
|
-
function
|
|
28620
|
+
function E2(e, t) {
|
|
28619
28621
|
return new e({
|
|
28620
28622
|
type: "string",
|
|
28621
28623
|
format: "emoji",
|
|
@@ -28625,7 +28627,7 @@ function C2(e, t) {
|
|
|
28625
28627
|
});
|
|
28626
28628
|
}
|
|
28627
28629
|
// @__NO_SIDE_EFFECTS__
|
|
28628
|
-
function
|
|
28630
|
+
function A2(e, t) {
|
|
28629
28631
|
return new e({
|
|
28630
28632
|
type: "string",
|
|
28631
28633
|
format: "nanoid",
|
|
@@ -28635,7 +28637,7 @@ function E2(e, t) {
|
|
|
28635
28637
|
});
|
|
28636
28638
|
}
|
|
28637
28639
|
// @__NO_SIDE_EFFECTS__
|
|
28638
|
-
function
|
|
28640
|
+
function I2(e, t) {
|
|
28639
28641
|
return new e({
|
|
28640
28642
|
type: "string",
|
|
28641
28643
|
format: "cuid",
|
|
@@ -28645,7 +28647,7 @@ function A2(e, t) {
|
|
|
28645
28647
|
});
|
|
28646
28648
|
}
|
|
28647
28649
|
// @__NO_SIDE_EFFECTS__
|
|
28648
|
-
function
|
|
28650
|
+
function R2(e, t) {
|
|
28649
28651
|
return new e({
|
|
28650
28652
|
type: "string",
|
|
28651
28653
|
format: "cuid2",
|
|
@@ -28655,7 +28657,7 @@ function I2(e, t) {
|
|
|
28655
28657
|
});
|
|
28656
28658
|
}
|
|
28657
28659
|
// @__NO_SIDE_EFFECTS__
|
|
28658
|
-
function
|
|
28660
|
+
function T2(e, t) {
|
|
28659
28661
|
return new e({
|
|
28660
28662
|
type: "string",
|
|
28661
28663
|
format: "ulid",
|
|
@@ -28665,7 +28667,7 @@ function R2(e, t) {
|
|
|
28665
28667
|
});
|
|
28666
28668
|
}
|
|
28667
28669
|
// @__NO_SIDE_EFFECTS__
|
|
28668
|
-
function
|
|
28670
|
+
function P2(e, t) {
|
|
28669
28671
|
return new e({
|
|
28670
28672
|
type: "string",
|
|
28671
28673
|
format: "xid",
|
|
@@ -28675,7 +28677,7 @@ function T2(e, t) {
|
|
|
28675
28677
|
});
|
|
28676
28678
|
}
|
|
28677
28679
|
// @__NO_SIDE_EFFECTS__
|
|
28678
|
-
function
|
|
28680
|
+
function O2(e, t) {
|
|
28679
28681
|
return new e({
|
|
28680
28682
|
type: "string",
|
|
28681
28683
|
format: "ksuid",
|
|
@@ -28685,7 +28687,7 @@ function P2(e, t) {
|
|
|
28685
28687
|
});
|
|
28686
28688
|
}
|
|
28687
28689
|
// @__NO_SIDE_EFFECTS__
|
|
28688
|
-
function
|
|
28690
|
+
function N2(e, t) {
|
|
28689
28691
|
return new e({
|
|
28690
28692
|
type: "string",
|
|
28691
28693
|
format: "ipv4",
|
|
@@ -28695,7 +28697,7 @@ function O2(e, t) {
|
|
|
28695
28697
|
});
|
|
28696
28698
|
}
|
|
28697
28699
|
// @__NO_SIDE_EFFECTS__
|
|
28698
|
-
function
|
|
28700
|
+
function L2(e, t) {
|
|
28699
28701
|
return new e({
|
|
28700
28702
|
type: "string",
|
|
28701
28703
|
format: "ipv6",
|
|
@@ -28705,7 +28707,7 @@ function N2(e, t) {
|
|
|
28705
28707
|
});
|
|
28706
28708
|
}
|
|
28707
28709
|
// @__NO_SIDE_EFFECTS__
|
|
28708
|
-
function
|
|
28710
|
+
function D2(e, t) {
|
|
28709
28711
|
return new e({
|
|
28710
28712
|
type: "string",
|
|
28711
28713
|
format: "cidrv4",
|
|
@@ -28715,7 +28717,7 @@ function L2(e, t) {
|
|
|
28715
28717
|
});
|
|
28716
28718
|
}
|
|
28717
28719
|
// @__NO_SIDE_EFFECTS__
|
|
28718
|
-
function
|
|
28720
|
+
function M2(e, t) {
|
|
28719
28721
|
return new e({
|
|
28720
28722
|
type: "string",
|
|
28721
28723
|
format: "cidrv6",
|
|
@@ -28725,7 +28727,7 @@ function D2(e, t) {
|
|
|
28725
28727
|
});
|
|
28726
28728
|
}
|
|
28727
28729
|
// @__NO_SIDE_EFFECTS__
|
|
28728
|
-
function
|
|
28730
|
+
function z2(e, t) {
|
|
28729
28731
|
return new e({
|
|
28730
28732
|
type: "string",
|
|
28731
28733
|
format: "base64",
|
|
@@ -28735,7 +28737,7 @@ function M2(e, t) {
|
|
|
28735
28737
|
});
|
|
28736
28738
|
}
|
|
28737
28739
|
// @__NO_SIDE_EFFECTS__
|
|
28738
|
-
function
|
|
28740
|
+
function F2(e, t) {
|
|
28739
28741
|
return new e({
|
|
28740
28742
|
type: "string",
|
|
28741
28743
|
format: "base64url",
|
|
@@ -28745,7 +28747,7 @@ function z2(e, t) {
|
|
|
28745
28747
|
});
|
|
28746
28748
|
}
|
|
28747
28749
|
// @__NO_SIDE_EFFECTS__
|
|
28748
|
-
function
|
|
28750
|
+
function $2(e, t) {
|
|
28749
28751
|
return new e({
|
|
28750
28752
|
type: "string",
|
|
28751
28753
|
format: "e164",
|
|
@@ -28755,7 +28757,7 @@ function F2(e, t) {
|
|
|
28755
28757
|
});
|
|
28756
28758
|
}
|
|
28757
28759
|
// @__NO_SIDE_EFFECTS__
|
|
28758
|
-
function
|
|
28760
|
+
function j2(e, t) {
|
|
28759
28761
|
return new e({
|
|
28760
28762
|
type: "string",
|
|
28761
28763
|
format: "jwt",
|
|
@@ -28765,7 +28767,7 @@ function $2(e, t) {
|
|
|
28765
28767
|
});
|
|
28766
28768
|
}
|
|
28767
28769
|
// @__NO_SIDE_EFFECTS__
|
|
28768
|
-
function
|
|
28770
|
+
function U2(e, t) {
|
|
28769
28771
|
return new e({
|
|
28770
28772
|
type: "string",
|
|
28771
28773
|
format: "datetime",
|
|
@@ -28777,7 +28779,7 @@ function j2(e, t) {
|
|
|
28777
28779
|
});
|
|
28778
28780
|
}
|
|
28779
28781
|
// @__NO_SIDE_EFFECTS__
|
|
28780
|
-
function
|
|
28782
|
+
function B2(e, t) {
|
|
28781
28783
|
return new e({
|
|
28782
28784
|
type: "string",
|
|
28783
28785
|
format: "date",
|
|
@@ -28786,7 +28788,7 @@ function U2(e, t) {
|
|
|
28786
28788
|
});
|
|
28787
28789
|
}
|
|
28788
28790
|
// @__NO_SIDE_EFFECTS__
|
|
28789
|
-
function
|
|
28791
|
+
function V2(e, t) {
|
|
28790
28792
|
return new e({
|
|
28791
28793
|
type: "string",
|
|
28792
28794
|
format: "time",
|
|
@@ -28796,7 +28798,7 @@ function B2(e, t) {
|
|
|
28796
28798
|
});
|
|
28797
28799
|
}
|
|
28798
28800
|
// @__NO_SIDE_EFFECTS__
|
|
28799
|
-
function
|
|
28801
|
+
function W2(e, t) {
|
|
28800
28802
|
return new e({
|
|
28801
28803
|
type: "string",
|
|
28802
28804
|
format: "duration",
|
|
@@ -28805,20 +28807,20 @@ function V2(e, t) {
|
|
|
28805
28807
|
});
|
|
28806
28808
|
}
|
|
28807
28809
|
// @__NO_SIDE_EFFECTS__
|
|
28808
|
-
function
|
|
28810
|
+
function q2(e, t) {
|
|
28809
28811
|
return new e({
|
|
28810
28812
|
type: "null",
|
|
28811
28813
|
...Te(t)
|
|
28812
28814
|
});
|
|
28813
28815
|
}
|
|
28814
28816
|
// @__NO_SIDE_EFFECTS__
|
|
28815
|
-
function
|
|
28817
|
+
function H2(e) {
|
|
28816
28818
|
return new e({
|
|
28817
28819
|
type: "unknown"
|
|
28818
28820
|
});
|
|
28819
28821
|
}
|
|
28820
28822
|
// @__NO_SIDE_EFFECTS__
|
|
28821
|
-
function
|
|
28823
|
+
function Z2(e, t) {
|
|
28822
28824
|
return new e({
|
|
28823
28825
|
type: "never",
|
|
28824
28826
|
...Te(t)
|
|
@@ -28826,7 +28828,7 @@ function H2(e, t) {
|
|
|
28826
28828
|
}
|
|
28827
28829
|
// @__NO_SIDE_EFFECTS__
|
|
28828
28830
|
function Xm(e, t) {
|
|
28829
|
-
return new
|
|
28831
|
+
return new pT({
|
|
28830
28832
|
check: "max_length",
|
|
28831
28833
|
...Te(t),
|
|
28832
28834
|
maximum: e
|
|
@@ -28834,7 +28836,7 @@ function Xm(e, t) {
|
|
|
28834
28836
|
}
|
|
28835
28837
|
// @__NO_SIDE_EFFECTS__
|
|
28836
28838
|
function Ho(e, t) {
|
|
28837
|
-
return new
|
|
28839
|
+
return new mT({
|
|
28838
28840
|
check: "min_length",
|
|
28839
28841
|
...Te(t),
|
|
28840
28842
|
minimum: e
|
|
@@ -28842,15 +28844,15 @@ function Ho(e, t) {
|
|
|
28842
28844
|
}
|
|
28843
28845
|
// @__NO_SIDE_EFFECTS__
|
|
28844
28846
|
function Km(e, t) {
|
|
28845
|
-
return new
|
|
28847
|
+
return new gT({
|
|
28846
28848
|
check: "length_equals",
|
|
28847
28849
|
...Te(t),
|
|
28848
28850
|
length: e
|
|
28849
28851
|
});
|
|
28850
28852
|
}
|
|
28851
28853
|
// @__NO_SIDE_EFFECTS__
|
|
28852
|
-
function
|
|
28853
|
-
return new
|
|
28854
|
+
function G2(e, t) {
|
|
28855
|
+
return new bT({
|
|
28854
28856
|
check: "string_format",
|
|
28855
28857
|
format: "regex",
|
|
28856
28858
|
...Te(t),
|
|
@@ -28858,24 +28860,24 @@ function Z2(e, t) {
|
|
|
28858
28860
|
});
|
|
28859
28861
|
}
|
|
28860
28862
|
// @__NO_SIDE_EFFECTS__
|
|
28861
|
-
function
|
|
28862
|
-
return new
|
|
28863
|
+
function Y2(e) {
|
|
28864
|
+
return new vT({
|
|
28863
28865
|
check: "string_format",
|
|
28864
28866
|
format: "lowercase",
|
|
28865
28867
|
...Te(e)
|
|
28866
28868
|
});
|
|
28867
28869
|
}
|
|
28868
28870
|
// @__NO_SIDE_EFFECTS__
|
|
28869
|
-
function
|
|
28870
|
-
return new
|
|
28871
|
+
function X2(e) {
|
|
28872
|
+
return new yT({
|
|
28871
28873
|
check: "string_format",
|
|
28872
28874
|
format: "uppercase",
|
|
28873
28875
|
...Te(e)
|
|
28874
28876
|
});
|
|
28875
28877
|
}
|
|
28876
28878
|
// @__NO_SIDE_EFFECTS__
|
|
28877
|
-
function
|
|
28878
|
-
return new
|
|
28879
|
+
function K2(e, t) {
|
|
28880
|
+
return new wT({
|
|
28879
28881
|
check: "string_format",
|
|
28880
28882
|
format: "includes",
|
|
28881
28883
|
...Te(t),
|
|
@@ -28883,8 +28885,8 @@ function X2(e, t) {
|
|
|
28883
28885
|
});
|
|
28884
28886
|
}
|
|
28885
28887
|
// @__NO_SIDE_EFFECTS__
|
|
28886
|
-
function
|
|
28887
|
-
return new
|
|
28888
|
+
function J2(e, t) {
|
|
28889
|
+
return new xT({
|
|
28888
28890
|
check: "string_format",
|
|
28889
28891
|
format: "starts_with",
|
|
28890
28892
|
...Te(t),
|
|
@@ -28892,8 +28894,8 @@ function K2(e, t) {
|
|
|
28892
28894
|
});
|
|
28893
28895
|
}
|
|
28894
28896
|
// @__NO_SIDE_EFFECTS__
|
|
28895
|
-
function
|
|
28896
|
-
return new
|
|
28897
|
+
function Q2(e, t) {
|
|
28898
|
+
return new _T({
|
|
28897
28899
|
check: "string_format",
|
|
28898
28900
|
format: "ends_with",
|
|
28899
28901
|
...Te(t),
|
|
@@ -28902,33 +28904,33 @@ function J2(e, t) {
|
|
|
28902
28904
|
}
|
|
28903
28905
|
// @__NO_SIDE_EFFECTS__
|
|
28904
28906
|
function Kr(e) {
|
|
28905
|
-
return new
|
|
28907
|
+
return new kT({
|
|
28906
28908
|
check: "overwrite",
|
|
28907
28909
|
tx: e
|
|
28908
28910
|
});
|
|
28909
28911
|
}
|
|
28910
28912
|
// @__NO_SIDE_EFFECTS__
|
|
28911
|
-
function
|
|
28913
|
+
function eP(e) {
|
|
28912
28914
|
return /* @__PURE__ */ Kr((t) => t.normalize(e));
|
|
28913
28915
|
}
|
|
28914
28916
|
// @__NO_SIDE_EFFECTS__
|
|
28915
|
-
function
|
|
28917
|
+
function tP() {
|
|
28916
28918
|
return /* @__PURE__ */ Kr((e) => e.trim());
|
|
28917
28919
|
}
|
|
28918
28920
|
// @__NO_SIDE_EFFECTS__
|
|
28919
|
-
function
|
|
28921
|
+
function nP() {
|
|
28920
28922
|
return /* @__PURE__ */ Kr((e) => e.toLowerCase());
|
|
28921
28923
|
}
|
|
28922
28924
|
// @__NO_SIDE_EFFECTS__
|
|
28923
|
-
function
|
|
28925
|
+
function rP() {
|
|
28924
28926
|
return /* @__PURE__ */ Kr((e) => e.toUpperCase());
|
|
28925
28927
|
}
|
|
28926
28928
|
// @__NO_SIDE_EFFECTS__
|
|
28927
|
-
function
|
|
28928
|
-
return /* @__PURE__ */ Kr((e) =>
|
|
28929
|
+
function iP() {
|
|
28930
|
+
return /* @__PURE__ */ Kr((e) => xR(e));
|
|
28929
28931
|
}
|
|
28930
28932
|
// @__NO_SIDE_EFFECTS__
|
|
28931
|
-
function
|
|
28933
|
+
function oP(e, t, n) {
|
|
28932
28934
|
return new e({
|
|
28933
28935
|
type: "array",
|
|
28934
28936
|
element: t,
|
|
@@ -28939,7 +28941,7 @@ function iP(e, t, n) {
|
|
|
28939
28941
|
});
|
|
28940
28942
|
}
|
|
28941
28943
|
// @__NO_SIDE_EFFECTS__
|
|
28942
|
-
function
|
|
28944
|
+
function aP(e, t, n) {
|
|
28943
28945
|
return new e({
|
|
28944
28946
|
type: "custom",
|
|
28945
28947
|
check: "custom",
|
|
@@ -28948,8 +28950,8 @@ function oP(e, t, n) {
|
|
|
28948
28950
|
});
|
|
28949
28951
|
}
|
|
28950
28952
|
// @__NO_SIDE_EFFECTS__
|
|
28951
|
-
function
|
|
28952
|
-
const t = /* @__PURE__ */
|
|
28953
|
+
function sP(e) {
|
|
28954
|
+
const t = /* @__PURE__ */ lP((n) => (n.addIssue = (r) => {
|
|
28953
28955
|
if (typeof r == "string")
|
|
28954
28956
|
n.issues.push(Ni(r, n.value, t._zod.def));
|
|
28955
28957
|
else {
|
|
@@ -28960,7 +28962,7 @@ function aP(e) {
|
|
|
28960
28962
|
return t;
|
|
28961
28963
|
}
|
|
28962
28964
|
// @__NO_SIDE_EFFECTS__
|
|
28963
|
-
function
|
|
28965
|
+
function lP(e, t) {
|
|
28964
28966
|
const n = new Dn({
|
|
28965
28967
|
check: "custom",
|
|
28966
28968
|
...Te(t)
|
|
@@ -29194,24 +29196,24 @@ function qt(e, t) {
|
|
|
29194
29196
|
}
|
|
29195
29197
|
return !1;
|
|
29196
29198
|
}
|
|
29197
|
-
const
|
|
29199
|
+
const cP = (e, t = {}) => (n) => {
|
|
29198
29200
|
const r = Jm({ ...n, processors: t });
|
|
29199
29201
|
return jt(e, r), Qm(r, e), eg(r, e);
|
|
29200
29202
|
}, Zo = (e, t, n = {}) => (r) => {
|
|
29201
29203
|
const { libraryOptions: i, target: o } = r ?? {}, a = Jm({ ...i ?? {}, target: o, io: t, processors: n });
|
|
29202
29204
|
return jt(e, a), Qm(a, e), eg(a, e);
|
|
29203
|
-
},
|
|
29205
|
+
}, uP = {
|
|
29204
29206
|
guid: "uuid",
|
|
29205
29207
|
url: "uri",
|
|
29206
29208
|
datetime: "date-time",
|
|
29207
29209
|
json_string: "json-string",
|
|
29208
29210
|
regex: ""
|
|
29209
29211
|
// do not set
|
|
29210
|
-
},
|
|
29212
|
+
}, fP = (e, t, n, r) => {
|
|
29211
29213
|
const i = n;
|
|
29212
29214
|
i.type = "string";
|
|
29213
29215
|
const { minimum: o, maximum: a, format: s, patterns: l, contentEncoding: u } = e._zod.bag;
|
|
29214
|
-
if (typeof o == "number" && (i.minLength = o), typeof a == "number" && (i.maxLength = a), s && (i.format =
|
|
29216
|
+
if (typeof o == "number" && (i.minLength = o), typeof a == "number" && (i.maxLength = a), s && (i.format = uP[s] ?? s, i.format === "" && delete i.format, s === "time" && delete i.format), u && (i.contentEncoding = u), l && l.size > 0) {
|
|
29215
29217
|
const h = [...l];
|
|
29216
29218
|
h.length === 1 ? i.pattern = h[0].source : h.length > 1 && (i.allOf = [
|
|
29217
29219
|
...h.map((p) => ({
|
|
@@ -29220,15 +29222,15 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29220
29222
|
}))
|
|
29221
29223
|
]);
|
|
29222
29224
|
}
|
|
29223
|
-
}, fP = (e, t, n, r) => {
|
|
29224
|
-
t.target === "openapi-3.0" ? (n.type = "string", n.nullable = !0, n.enum = [null]) : n.type = "null";
|
|
29225
29225
|
}, dP = (e, t, n, r) => {
|
|
29226
|
-
n.
|
|
29226
|
+
t.target === "openapi-3.0" ? (n.type = "string", n.nullable = !0, n.enum = [null]) : n.type = "null";
|
|
29227
29227
|
}, hP = (e, t, n, r) => {
|
|
29228
|
+
n.not = {};
|
|
29228
29229
|
}, pP = (e, t, n, r) => {
|
|
29230
|
+
}, mP = (e, t, n, r) => {
|
|
29229
29231
|
const i = e._zod.def, o = Mm(i.entries);
|
|
29230
29232
|
o.every((a) => typeof a == "number") && (n.type = "number"), o.every((a) => typeof a == "string") && (n.type = "string"), n.enum = o;
|
|
29231
|
-
},
|
|
29233
|
+
}, gP = (e, t, n, r) => {
|
|
29232
29234
|
const i = e._zod.def, o = [];
|
|
29233
29235
|
for (const a of i.values)
|
|
29234
29236
|
if (a === void 0) {
|
|
@@ -29245,16 +29247,16 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29245
29247
|
n.type = a === null ? "null" : typeof a, t.target === "draft-04" || t.target === "openapi-3.0" ? n.enum = [a] : n.const = a;
|
|
29246
29248
|
} else
|
|
29247
29249
|
o.every((a) => typeof a == "number") && (n.type = "number"), o.every((a) => typeof a == "string") && (n.type = "string"), o.every((a) => typeof a == "boolean") && (n.type = "boolean"), o.every((a) => a === null) && (n.type = "null"), n.enum = o;
|
|
29248
|
-
},
|
|
29250
|
+
}, bP = (e, t, n, r) => {
|
|
29249
29251
|
if (t.unrepresentable === "throw")
|
|
29250
29252
|
throw new Error("Custom types cannot be represented in JSON Schema");
|
|
29251
|
-
},
|
|
29253
|
+
}, vP = (e, t, n, r) => {
|
|
29252
29254
|
if (t.unrepresentable === "throw")
|
|
29253
29255
|
throw new Error("Transforms cannot be represented in JSON Schema");
|
|
29254
|
-
},
|
|
29256
|
+
}, yP = (e, t, n, r) => {
|
|
29255
29257
|
const i = n, o = e._zod.def, { minimum: a, maximum: s } = e._zod.bag;
|
|
29256
29258
|
typeof a == "number" && (i.minItems = a), typeof s == "number" && (i.maxItems = s), i.type = "array", i.items = jt(o.element, t, { ...r, path: [...r.path, "items"] });
|
|
29257
|
-
},
|
|
29259
|
+
}, wP = (e, t, n, r) => {
|
|
29258
29260
|
const i = n, o = e._zod.def;
|
|
29259
29261
|
i.type = "object", i.properties = {};
|
|
29260
29262
|
const a = o.shape;
|
|
@@ -29271,13 +29273,13 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29271
29273
|
...r,
|
|
29272
29274
|
path: [...r.path, "additionalProperties"]
|
|
29273
29275
|
})) : t.io === "output" && (i.additionalProperties = !1);
|
|
29274
|
-
},
|
|
29276
|
+
}, xP = (e, t, n, r) => {
|
|
29275
29277
|
const i = e._zod.def, o = i.inclusive === !1, a = i.options.map((s, l) => jt(s, t, {
|
|
29276
29278
|
...r,
|
|
29277
29279
|
path: [...r.path, o ? "oneOf" : "anyOf", l]
|
|
29278
29280
|
}));
|
|
29279
29281
|
o ? n.oneOf = a : n.anyOf = a;
|
|
29280
|
-
},
|
|
29282
|
+
}, _P = (e, t, n, r) => {
|
|
29281
29283
|
const i = e._zod.def, o = jt(i.left, t, {
|
|
29282
29284
|
...r,
|
|
29283
29285
|
path: [...r.path, "allOf", 0]
|
|
@@ -29289,25 +29291,25 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29289
29291
|
...s(a) ? a.allOf : [a]
|
|
29290
29292
|
];
|
|
29291
29293
|
n.allOf = l;
|
|
29292
|
-
},
|
|
29294
|
+
}, kP = (e, t, n, r) => {
|
|
29293
29295
|
const i = e._zod.def, o = jt(i.innerType, t, r), a = t.seen.get(e);
|
|
29294
29296
|
t.target === "openapi-3.0" ? (a.ref = i.innerType, n.nullable = !0) : n.anyOf = [o, { type: "null" }];
|
|
29295
|
-
},
|
|
29297
|
+
}, SP = (e, t, n, r) => {
|
|
29296
29298
|
const i = e._zod.def;
|
|
29297
29299
|
jt(i.innerType, t, r);
|
|
29298
29300
|
const o = t.seen.get(e);
|
|
29299
29301
|
o.ref = i.innerType;
|
|
29300
|
-
},
|
|
29302
|
+
}, CP = (e, t, n, r) => {
|
|
29301
29303
|
const i = e._zod.def;
|
|
29302
29304
|
jt(i.innerType, t, r);
|
|
29303
29305
|
const o = t.seen.get(e);
|
|
29304
29306
|
o.ref = i.innerType, n.default = JSON.parse(JSON.stringify(i.defaultValue));
|
|
29305
|
-
},
|
|
29307
|
+
}, EP = (e, t, n, r) => {
|
|
29306
29308
|
const i = e._zod.def;
|
|
29307
29309
|
jt(i.innerType, t, r);
|
|
29308
29310
|
const o = t.seen.get(e);
|
|
29309
29311
|
o.ref = i.innerType, t.io === "input" && (n._prefault = JSON.parse(JSON.stringify(i.defaultValue)));
|
|
29310
|
-
},
|
|
29312
|
+
}, AP = (e, t, n, r) => {
|
|
29311
29313
|
const i = e._zod.def;
|
|
29312
29314
|
jt(i.innerType, t, r);
|
|
29313
29315
|
const o = t.seen.get(e);
|
|
@@ -29319,12 +29321,12 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29319
29321
|
throw new Error("Dynamic catch values are not supported in JSON Schema");
|
|
29320
29322
|
}
|
|
29321
29323
|
n.default = a;
|
|
29322
|
-
},
|
|
29324
|
+
}, IP = (e, t, n, r) => {
|
|
29323
29325
|
const i = e._zod.def, o = t.io === "input" ? i.in._zod.def.type === "transform" ? i.out : i.in : i.out;
|
|
29324
29326
|
jt(o, t, r);
|
|
29325
29327
|
const a = t.seen.get(e);
|
|
29326
29328
|
a.ref = o;
|
|
29327
|
-
},
|
|
29329
|
+
}, RP = (e, t, n, r) => {
|
|
29328
29330
|
const i = e._zod.def;
|
|
29329
29331
|
jt(i.innerType, t, r);
|
|
29330
29332
|
const o = t.seen.get(e);
|
|
@@ -29334,38 +29336,38 @@ const lP = (e, t = {}) => (n) => {
|
|
|
29334
29336
|
jt(i.innerType, t, r);
|
|
29335
29337
|
const o = t.seen.get(e);
|
|
29336
29338
|
o.ref = i.innerType;
|
|
29337
|
-
},
|
|
29338
|
-
MT.init(e, t), xt.init(e, t);
|
|
29339
|
-
});
|
|
29340
|
-
function TP(e) {
|
|
29341
|
-
return /* @__PURE__ */ j2(RP, e);
|
|
29342
|
-
}
|
|
29343
|
-
const PP = /* @__PURE__ */ oe("ZodISODate", (e, t) => {
|
|
29339
|
+
}, TP = /* @__PURE__ */ oe("ZodISODateTime", (e, t) => {
|
|
29344
29340
|
zT.init(e, t), xt.init(e, t);
|
|
29345
29341
|
});
|
|
29346
|
-
function
|
|
29347
|
-
return /* @__PURE__ */ U2(
|
|
29342
|
+
function PP(e) {
|
|
29343
|
+
return /* @__PURE__ */ U2(TP, e);
|
|
29348
29344
|
}
|
|
29349
|
-
const
|
|
29345
|
+
const OP = /* @__PURE__ */ oe("ZodISODate", (e, t) => {
|
|
29350
29346
|
FT.init(e, t), xt.init(e, t);
|
|
29351
29347
|
});
|
|
29352
|
-
function
|
|
29353
|
-
return /* @__PURE__ */ B2(
|
|
29348
|
+
function NP(e) {
|
|
29349
|
+
return /* @__PURE__ */ B2(OP, e);
|
|
29354
29350
|
}
|
|
29355
|
-
const
|
|
29351
|
+
const LP = /* @__PURE__ */ oe("ZodISOTime", (e, t) => {
|
|
29356
29352
|
$T.init(e, t), xt.init(e, t);
|
|
29357
29353
|
});
|
|
29358
|
-
function
|
|
29359
|
-
return /* @__PURE__ */ V2(
|
|
29354
|
+
function DP(e) {
|
|
29355
|
+
return /* @__PURE__ */ V2(LP, e);
|
|
29356
|
+
}
|
|
29357
|
+
const MP = /* @__PURE__ */ oe("ZodISODuration", (e, t) => {
|
|
29358
|
+
jT.init(e, t), xt.init(e, t);
|
|
29359
|
+
});
|
|
29360
|
+
function zP(e) {
|
|
29361
|
+
return /* @__PURE__ */ W2(MP, e);
|
|
29360
29362
|
}
|
|
29361
|
-
const
|
|
29363
|
+
const FP = (e, t) => {
|
|
29362
29364
|
Um.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
29363
29365
|
format: {
|
|
29364
|
-
value: (n) =>
|
|
29366
|
+
value: (n) => NR(e, n)
|
|
29365
29367
|
// enumerable: false,
|
|
29366
29368
|
},
|
|
29367
29369
|
flatten: {
|
|
29368
|
-
value: (n) =>
|
|
29370
|
+
value: (n) => OR(e, n)
|
|
29369
29371
|
// enumerable: false,
|
|
29370
29372
|
},
|
|
29371
29373
|
addIssue: {
|
|
@@ -29387,21 +29389,21 @@ const zP = (e, t) => {
|
|
|
29387
29389
|
// enumerable: false,
|
|
29388
29390
|
}
|
|
29389
29391
|
});
|
|
29390
|
-
}, yn = oe("ZodError",
|
|
29392
|
+
}, yn = oe("ZodError", FP, {
|
|
29391
29393
|
Parent: Error
|
|
29392
|
-
}),
|
|
29394
|
+
}), $P = /* @__PURE__ */ ql(yn), jP = /* @__PURE__ */ Hl(yn), UP = /* @__PURE__ */ la(yn), BP = /* @__PURE__ */ ca(yn), VP = /* @__PURE__ */ MR(yn), WP = /* @__PURE__ */ zR(yn), qP = /* @__PURE__ */ FR(yn), HP = /* @__PURE__ */ $R(yn), ZP = /* @__PURE__ */ jR(yn), GP = /* @__PURE__ */ UR(yn), YP = /* @__PURE__ */ BR(yn), XP = /* @__PURE__ */ VR(yn), Et = /* @__PURE__ */ oe("ZodType", (e, t) => (Ct.init(e, t), Object.assign(e["~standard"], {
|
|
29393
29395
|
jsonSchema: {
|
|
29394
29396
|
input: Zo(e, "input"),
|
|
29395
29397
|
output: Zo(e, "output")
|
|
29396
29398
|
}
|
|
29397
|
-
}), e.toJSONSchema =
|
|
29399
|
+
}), e.toJSONSchema = cP(e, {}), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.check = (...n) => e.clone(ir(t, {
|
|
29398
29400
|
checks: [
|
|
29399
29401
|
...t.checks ?? [],
|
|
29400
29402
|
...n.map((r) => typeof r == "function" ? { _zod: { check: r, def: { check: "custom" }, onattach: [] } } : r)
|
|
29401
29403
|
]
|
|
29402
29404
|
}), {
|
|
29403
29405
|
parent: !0
|
|
29404
|
-
}), e.with = e.check, e.clone = (n, r) => or(e, n, r), e.brand = () => e, e.register = ((n, r) => (n.add(e, r), e)), e.parse = (n, r) =>
|
|
29406
|
+
}), e.with = e.check, e.clone = (n, r) => or(e, n, r), e.brand = () => e, e.register = ((n, r) => (n.add(e, r), e)), e.parse = (n, r) => $P(e, n, r, { callee: e.parse }), e.safeParse = (n, r) => UP(e, n, r), e.parseAsync = async (n, r) => jP(e, n, r, { callee: e.parseAsync }), e.safeParseAsync = async (n, r) => BP(e, n, r), e.spa = e.safeParseAsync, e.encode = (n, r) => VP(e, n, r), e.decode = (n, r) => WP(e, n, r), e.encodeAsync = async (n, r) => qP(e, n, r), e.decodeAsync = async (n, r) => HP(e, n, r), e.safeEncode = (n, r) => ZP(e, n, r), e.safeDecode = (n, r) => GP(e, n, r), e.safeEncodeAsync = async (n, r) => YP(e, n, r), e.safeDecodeAsync = async (n, r) => XP(e, n, r), e.refine = (n, r) => e.check(WO(n, r)), e.superRefine = (n) => e.check(qO(n)), e.overwrite = (n) => e.check(/* @__PURE__ */ Kr(n)), e.optional = () => td(e), e.exactOptional = () => PO(e), e.nullable = () => nd(e), e.nullish = () => td(nd(e)), e.nonoptional = (n) => zO(e, n), e.array = () => xO(e), e.or = (n) => rg([e, n]), e.and = (n) => CO(e, n), e.transform = (n) => rd(e, RO(n)), e.default = (n) => LO(e, n), e.prefault = (n) => MO(e, n), e.catch = (n) => $O(e, n), e.pipe = (n) => rd(e, n), e.readonly = () => BO(e), e.describe = (n) => {
|
|
29405
29407
|
const r = e.clone();
|
|
29406
29408
|
return wi.add(r, { description: n }), r;
|
|
29407
29409
|
}, Object.defineProperty(e, "description", {
|
|
@@ -29415,81 +29417,81 @@ const zP = (e, t) => {
|
|
|
29415
29417
|
const r = e.clone();
|
|
29416
29418
|
return wi.add(r, n[0]), r;
|
|
29417
29419
|
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e.apply = (n) => n(e), e)), ng = /* @__PURE__ */ oe("_ZodString", (e, t) => {
|
|
29418
|
-
Zl.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (r, i, o) =>
|
|
29420
|
+
Zl.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (r, i, o) => fP(e, r, i);
|
|
29419
29421
|
const n = e._zod.bag;
|
|
29420
|
-
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...r) => e.check(/* @__PURE__ */
|
|
29421
|
-
}),
|
|
29422
|
-
Zl.init(e, t), ng.init(e, t), e.email = (n) => e.check(/* @__PURE__ */
|
|
29422
|
+
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null, e.regex = (...r) => e.check(/* @__PURE__ */ G2(...r)), e.includes = (...r) => e.check(/* @__PURE__ */ K2(...r)), e.startsWith = (...r) => e.check(/* @__PURE__ */ J2(...r)), e.endsWith = (...r) => e.check(/* @__PURE__ */ Q2(...r)), e.min = (...r) => e.check(/* @__PURE__ */ Ho(...r)), e.max = (...r) => e.check(/* @__PURE__ */ Xm(...r)), e.length = (...r) => e.check(/* @__PURE__ */ Km(...r)), e.nonempty = (...r) => e.check(/* @__PURE__ */ Ho(1, ...r)), e.lowercase = (r) => e.check(/* @__PURE__ */ Y2(r)), e.uppercase = (r) => e.check(/* @__PURE__ */ X2(r)), e.trim = () => e.check(/* @__PURE__ */ tP()), e.normalize = (...r) => e.check(/* @__PURE__ */ eP(...r)), e.toLowerCase = () => e.check(/* @__PURE__ */ nP()), e.toUpperCase = () => e.check(/* @__PURE__ */ rP()), e.slugify = () => e.check(/* @__PURE__ */ iP());
|
|
29423
|
+
}), KP = /* @__PURE__ */ oe("ZodString", (e, t) => {
|
|
29424
|
+
Zl.init(e, t), ng.init(e, t), e.email = (n) => e.check(/* @__PURE__ */ w2(JP, n)), e.url = (n) => e.check(/* @__PURE__ */ C2(QP, n)), e.jwt = (n) => e.check(/* @__PURE__ */ j2(pO, n)), e.emoji = (n) => e.check(/* @__PURE__ */ E2(eO, n)), e.guid = (n) => e.check(/* @__PURE__ */ Jf(Qf, n)), e.uuid = (n) => e.check(/* @__PURE__ */ x2(_o, n)), e.uuidv4 = (n) => e.check(/* @__PURE__ */ _2(_o, n)), e.uuidv6 = (n) => e.check(/* @__PURE__ */ k2(_o, n)), e.uuidv7 = (n) => e.check(/* @__PURE__ */ S2(_o, n)), e.nanoid = (n) => e.check(/* @__PURE__ */ A2(tO, n)), e.guid = (n) => e.check(/* @__PURE__ */ Jf(Qf, n)), e.cuid = (n) => e.check(/* @__PURE__ */ I2(nO, n)), e.cuid2 = (n) => e.check(/* @__PURE__ */ R2(rO, n)), e.ulid = (n) => e.check(/* @__PURE__ */ T2(iO, n)), e.base64 = (n) => e.check(/* @__PURE__ */ z2(fO, n)), e.base64url = (n) => e.check(/* @__PURE__ */ F2(dO, n)), e.xid = (n) => e.check(/* @__PURE__ */ P2(oO, n)), e.ksuid = (n) => e.check(/* @__PURE__ */ O2(aO, n)), e.ipv4 = (n) => e.check(/* @__PURE__ */ N2(sO, n)), e.ipv6 = (n) => e.check(/* @__PURE__ */ L2(lO, n)), e.cidrv4 = (n) => e.check(/* @__PURE__ */ D2(cO, n)), e.cidrv6 = (n) => e.check(/* @__PURE__ */ M2(uO, n)), e.e164 = (n) => e.check(/* @__PURE__ */ $2(hO, n)), e.datetime = (n) => e.check(PP(n)), e.date = (n) => e.check(NP(n)), e.time = (n) => e.check(DP(n)), e.duration = (n) => e.check(zP(n));
|
|
29423
29425
|
});
|
|
29424
29426
|
function ht(e) {
|
|
29425
|
-
return /* @__PURE__ */
|
|
29427
|
+
return /* @__PURE__ */ y2(KP, e);
|
|
29426
29428
|
}
|
|
29427
29429
|
const xt = /* @__PURE__ */ oe("ZodStringFormat", (e, t) => {
|
|
29428
29430
|
wt.init(e, t), ng.init(e, t);
|
|
29429
|
-
}),
|
|
29430
|
-
|
|
29431
|
+
}), JP = /* @__PURE__ */ oe("ZodEmail", (e, t) => {
|
|
29432
|
+
IT.init(e, t), xt.init(e, t);
|
|
29431
29433
|
}), Qf = /* @__PURE__ */ oe("ZodGUID", (e, t) => {
|
|
29432
|
-
CT.init(e, t), xt.init(e, t);
|
|
29433
|
-
}), _o = /* @__PURE__ */ oe("ZodUUID", (e, t) => {
|
|
29434
29434
|
ET.init(e, t), xt.init(e, t);
|
|
29435
|
-
}),
|
|
29436
|
-
|
|
29437
|
-
}), QP = /* @__PURE__ */ oe("
|
|
29435
|
+
}), _o = /* @__PURE__ */ oe("ZodUUID", (e, t) => {
|
|
29436
|
+
AT.init(e, t), xt.init(e, t);
|
|
29437
|
+
}), QP = /* @__PURE__ */ oe("ZodURL", (e, t) => {
|
|
29438
29438
|
RT.init(e, t), xt.init(e, t);
|
|
29439
|
-
}), eO = /* @__PURE__ */ oe("
|
|
29439
|
+
}), eO = /* @__PURE__ */ oe("ZodEmoji", (e, t) => {
|
|
29440
29440
|
TT.init(e, t), xt.init(e, t);
|
|
29441
|
-
}), tO = /* @__PURE__ */ oe("
|
|
29441
|
+
}), tO = /* @__PURE__ */ oe("ZodNanoID", (e, t) => {
|
|
29442
29442
|
PT.init(e, t), xt.init(e, t);
|
|
29443
|
-
}), nO = /* @__PURE__ */ oe("
|
|
29443
|
+
}), nO = /* @__PURE__ */ oe("ZodCUID", (e, t) => {
|
|
29444
29444
|
OT.init(e, t), xt.init(e, t);
|
|
29445
|
-
}), rO = /* @__PURE__ */ oe("
|
|
29445
|
+
}), rO = /* @__PURE__ */ oe("ZodCUID2", (e, t) => {
|
|
29446
29446
|
NT.init(e, t), xt.init(e, t);
|
|
29447
|
-
}), iO = /* @__PURE__ */ oe("
|
|
29447
|
+
}), iO = /* @__PURE__ */ oe("ZodULID", (e, t) => {
|
|
29448
29448
|
LT.init(e, t), xt.init(e, t);
|
|
29449
|
-
}), oO = /* @__PURE__ */ oe("
|
|
29449
|
+
}), oO = /* @__PURE__ */ oe("ZodXID", (e, t) => {
|
|
29450
29450
|
DT.init(e, t), xt.init(e, t);
|
|
29451
|
-
}), aO = /* @__PURE__ */ oe("
|
|
29452
|
-
|
|
29453
|
-
}), sO = /* @__PURE__ */ oe("
|
|
29451
|
+
}), aO = /* @__PURE__ */ oe("ZodKSUID", (e, t) => {
|
|
29452
|
+
MT.init(e, t), xt.init(e, t);
|
|
29453
|
+
}), sO = /* @__PURE__ */ oe("ZodIPv4", (e, t) => {
|
|
29454
29454
|
UT.init(e, t), xt.init(e, t);
|
|
29455
|
-
}), lO = /* @__PURE__ */ oe("
|
|
29455
|
+
}), lO = /* @__PURE__ */ oe("ZodIPv6", (e, t) => {
|
|
29456
29456
|
BT.init(e, t), xt.init(e, t);
|
|
29457
|
-
}), cO = /* @__PURE__ */ oe("
|
|
29457
|
+
}), cO = /* @__PURE__ */ oe("ZodCIDRv4", (e, t) => {
|
|
29458
29458
|
VT.init(e, t), xt.init(e, t);
|
|
29459
|
-
}), uO = /* @__PURE__ */ oe("
|
|
29459
|
+
}), uO = /* @__PURE__ */ oe("ZodCIDRv6", (e, t) => {
|
|
29460
29460
|
WT.init(e, t), xt.init(e, t);
|
|
29461
|
-
}), fO = /* @__PURE__ */ oe("
|
|
29462
|
-
|
|
29463
|
-
}), dO = /* @__PURE__ */ oe("
|
|
29461
|
+
}), fO = /* @__PURE__ */ oe("ZodBase64", (e, t) => {
|
|
29462
|
+
qT.init(e, t), xt.init(e, t);
|
|
29463
|
+
}), dO = /* @__PURE__ */ oe("ZodBase64URL", (e, t) => {
|
|
29464
29464
|
ZT.init(e, t), xt.init(e, t);
|
|
29465
|
-
}), hO = /* @__PURE__ */ oe("
|
|
29466
|
-
|
|
29467
|
-
}), pO = /* @__PURE__ */ oe("
|
|
29468
|
-
XT.init(e, t),
|
|
29465
|
+
}), hO = /* @__PURE__ */ oe("ZodE164", (e, t) => {
|
|
29466
|
+
GT.init(e, t), xt.init(e, t);
|
|
29467
|
+
}), pO = /* @__PURE__ */ oe("ZodJWT", (e, t) => {
|
|
29468
|
+
XT.init(e, t), xt.init(e, t);
|
|
29469
|
+
}), mO = /* @__PURE__ */ oe("ZodNull", (e, t) => {
|
|
29470
|
+
KT.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => dP(e, n, r);
|
|
29469
29471
|
});
|
|
29470
|
-
function
|
|
29471
|
-
return /* @__PURE__ */
|
|
29472
|
+
function gO(e) {
|
|
29473
|
+
return /* @__PURE__ */ q2(mO, e);
|
|
29472
29474
|
}
|
|
29473
|
-
const
|
|
29474
|
-
|
|
29475
|
+
const bO = /* @__PURE__ */ oe("ZodUnknown", (e, t) => {
|
|
29476
|
+
JT.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => pP();
|
|
29475
29477
|
});
|
|
29476
29478
|
function ed() {
|
|
29477
|
-
return /* @__PURE__ */
|
|
29479
|
+
return /* @__PURE__ */ H2(bO);
|
|
29478
29480
|
}
|
|
29479
|
-
const
|
|
29480
|
-
|
|
29481
|
+
const vO = /* @__PURE__ */ oe("ZodNever", (e, t) => {
|
|
29482
|
+
QT.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => hP(e, n, r);
|
|
29481
29483
|
});
|
|
29482
|
-
function
|
|
29483
|
-
return /* @__PURE__ */
|
|
29484
|
+
function yO(e) {
|
|
29485
|
+
return /* @__PURE__ */ Z2(vO, e);
|
|
29484
29486
|
}
|
|
29485
|
-
const
|
|
29486
|
-
|
|
29487
|
+
const wO = /* @__PURE__ */ oe("ZodArray", (e, t) => {
|
|
29488
|
+
e2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => yP(e, n, r, i), e.element = t.element, e.min = (n, r) => e.check(/* @__PURE__ */ Ho(n, r)), e.nonempty = (n) => e.check(/* @__PURE__ */ Ho(1, n)), e.max = (n, r) => e.check(/* @__PURE__ */ Xm(n, r)), e.length = (n, r) => e.check(/* @__PURE__ */ Km(n, r)), e.unwrap = () => e.element;
|
|
29487
29489
|
});
|
|
29488
|
-
function
|
|
29489
|
-
return /* @__PURE__ */
|
|
29490
|
+
function xO(e, t) {
|
|
29491
|
+
return /* @__PURE__ */ oP(wO, e, t);
|
|
29490
29492
|
}
|
|
29491
|
-
const
|
|
29492
|
-
|
|
29493
|
+
const _O = /* @__PURE__ */ oe("ZodObject", (e, t) => {
|
|
29494
|
+
n2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => wP(e, n, r, i), ut(e, "shape", () => t.shape), e.keyof = () => EO(Object.keys(e._zod.def.shape)), e.catchall = (n) => e.clone({ ...e._zod.def, catchall: n }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: ed() }), e.loose = () => e.clone({ ...e._zod.def, catchall: ed() }), e.strict = () => e.clone({ ...e._zod.def, catchall: yO() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (n) => AR(e, n), e.safeExtend = (n) => IR(e, n), e.merge = (n) => RR(e, n), e.pick = (n) => CR(e, n), e.omit = (n) => ER(e, n), e.partial = (...n) => TR(ig, e, n[0]), e.required = (...n) => PR(og, e, n[0]);
|
|
29493
29495
|
});
|
|
29494
29496
|
function _t(e, t) {
|
|
29495
29497
|
const n = {
|
|
@@ -29497,30 +29499,30 @@ function _t(e, t) {
|
|
|
29497
29499
|
shape: e ?? {},
|
|
29498
29500
|
...Te(t)
|
|
29499
29501
|
};
|
|
29500
|
-
return new
|
|
29502
|
+
return new _O(n);
|
|
29501
29503
|
}
|
|
29502
|
-
const
|
|
29503
|
-
|
|
29504
|
+
const kO = /* @__PURE__ */ oe("ZodUnion", (e, t) => {
|
|
29505
|
+
r2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => xP(e, n, r, i), e.options = t.options;
|
|
29504
29506
|
});
|
|
29505
29507
|
function rg(e, t) {
|
|
29506
|
-
return new
|
|
29508
|
+
return new kO({
|
|
29507
29509
|
type: "union",
|
|
29508
29510
|
options: e,
|
|
29509
29511
|
...Te(t)
|
|
29510
29512
|
});
|
|
29511
29513
|
}
|
|
29512
|
-
const
|
|
29513
|
-
|
|
29514
|
+
const SO = /* @__PURE__ */ oe("ZodIntersection", (e, t) => {
|
|
29515
|
+
i2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => _P(e, n, r, i);
|
|
29514
29516
|
});
|
|
29515
|
-
function
|
|
29516
|
-
return new
|
|
29517
|
+
function CO(e, t) {
|
|
29518
|
+
return new SO({
|
|
29517
29519
|
type: "intersection",
|
|
29518
29520
|
left: e,
|
|
29519
29521
|
right: t
|
|
29520
29522
|
});
|
|
29521
29523
|
}
|
|
29522
29524
|
const Us = /* @__PURE__ */ oe("ZodEnum", (e, t) => {
|
|
29523
|
-
|
|
29525
|
+
o2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (r, i, o) => mP(e, r, i), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
29524
29526
|
const n = new Set(Object.keys(t.entries));
|
|
29525
29527
|
e.extract = (r, i) => {
|
|
29526
29528
|
const o = {};
|
|
@@ -29550,7 +29552,7 @@ const Us = /* @__PURE__ */ oe("ZodEnum", (e, t) => {
|
|
|
29550
29552
|
});
|
|
29551
29553
|
};
|
|
29552
29554
|
});
|
|
29553
|
-
function
|
|
29555
|
+
function EO(e, t) {
|
|
29554
29556
|
const n = Array.isArray(e) ? Object.fromEntries(e.map((r) => [r, r])) : e;
|
|
29555
29557
|
return new Us({
|
|
29556
29558
|
type: "enum",
|
|
@@ -29558,8 +29560,8 @@ function CO(e, t) {
|
|
|
29558
29560
|
...Te(t)
|
|
29559
29561
|
});
|
|
29560
29562
|
}
|
|
29561
|
-
const
|
|
29562
|
-
|
|
29563
|
+
const AO = /* @__PURE__ */ oe("ZodLiteral", (e, t) => {
|
|
29564
|
+
a2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => gP(e, n, r), e.values = new Set(t.values), Object.defineProperty(e, "value", {
|
|
29563
29565
|
get() {
|
|
29564
29566
|
if (t.values.length > 1)
|
|
29565
29567
|
throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
@@ -29568,14 +29570,14 @@ const EO = /* @__PURE__ */ oe("ZodLiteral", (e, t) => {
|
|
|
29568
29570
|
});
|
|
29569
29571
|
});
|
|
29570
29572
|
function Mn(e, t) {
|
|
29571
|
-
return new
|
|
29573
|
+
return new AO({
|
|
29572
29574
|
type: "literal",
|
|
29573
29575
|
values: Array.isArray(e) ? e : [e],
|
|
29574
29576
|
...Te(t)
|
|
29575
29577
|
});
|
|
29576
29578
|
}
|
|
29577
|
-
const
|
|
29578
|
-
|
|
29579
|
+
const IO = /* @__PURE__ */ oe("ZodTransform", (e, t) => {
|
|
29580
|
+
s2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => vP(e, n), e._zod.parse = (n, r) => {
|
|
29579
29581
|
if (r.direction === "backward")
|
|
29580
29582
|
throw new Lm(e.constructor.name);
|
|
29581
29583
|
n.addIssue = (o) => {
|
|
@@ -29590,8 +29592,8 @@ const AO = /* @__PURE__ */ oe("ZodTransform", (e, t) => {
|
|
|
29590
29592
|
return i instanceof Promise ? i.then((o) => (n.value = o, n)) : (n.value = i, n);
|
|
29591
29593
|
};
|
|
29592
29594
|
});
|
|
29593
|
-
function
|
|
29594
|
-
return new
|
|
29595
|
+
function RO(e) {
|
|
29596
|
+
return new IO({
|
|
29595
29597
|
type: "transform",
|
|
29596
29598
|
transform: e
|
|
29597
29599
|
});
|
|
@@ -29605,29 +29607,29 @@ function td(e) {
|
|
|
29605
29607
|
innerType: e
|
|
29606
29608
|
});
|
|
29607
29609
|
}
|
|
29608
|
-
const
|
|
29609
|
-
|
|
29610
|
+
const TO = /* @__PURE__ */ oe("ZodExactOptional", (e, t) => {
|
|
29611
|
+
l2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => tg(e, n, r, i), e.unwrap = () => e._zod.def.innerType;
|
|
29610
29612
|
});
|
|
29611
|
-
function
|
|
29612
|
-
return new
|
|
29613
|
+
function PO(e) {
|
|
29614
|
+
return new TO({
|
|
29613
29615
|
type: "optional",
|
|
29614
29616
|
innerType: e
|
|
29615
29617
|
});
|
|
29616
29618
|
}
|
|
29617
|
-
const
|
|
29618
|
-
|
|
29619
|
+
const OO = /* @__PURE__ */ oe("ZodNullable", (e, t) => {
|
|
29620
|
+
c2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => kP(e, n, r, i), e.unwrap = () => e._zod.def.innerType;
|
|
29619
29621
|
});
|
|
29620
29622
|
function nd(e) {
|
|
29621
|
-
return new
|
|
29623
|
+
return new OO({
|
|
29622
29624
|
type: "nullable",
|
|
29623
29625
|
innerType: e
|
|
29624
29626
|
});
|
|
29625
29627
|
}
|
|
29626
|
-
const
|
|
29627
|
-
|
|
29628
|
+
const NO = /* @__PURE__ */ oe("ZodDefault", (e, t) => {
|
|
29629
|
+
u2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => CP(e, n, r, i), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
29628
29630
|
});
|
|
29629
|
-
function
|
|
29630
|
-
return new
|
|
29631
|
+
function LO(e, t) {
|
|
29632
|
+
return new NO({
|
|
29631
29633
|
type: "default",
|
|
29632
29634
|
innerType: e,
|
|
29633
29635
|
get defaultValue() {
|
|
@@ -29635,11 +29637,11 @@ function NO(e, t) {
|
|
|
29635
29637
|
}
|
|
29636
29638
|
});
|
|
29637
29639
|
}
|
|
29638
|
-
const
|
|
29639
|
-
|
|
29640
|
+
const DO = /* @__PURE__ */ oe("ZodPrefault", (e, t) => {
|
|
29641
|
+
f2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => EP(e, n, r, i), e.unwrap = () => e._zod.def.innerType;
|
|
29640
29642
|
});
|
|
29641
|
-
function
|
|
29642
|
-
return new
|
|
29643
|
+
function MO(e, t) {
|
|
29644
|
+
return new DO({
|
|
29643
29645
|
type: "prefault",
|
|
29644
29646
|
innerType: e,
|
|
29645
29647
|
get defaultValue() {
|
|
@@ -29648,100 +29650,97 @@ function DO(e, t) {
|
|
|
29648
29650
|
});
|
|
29649
29651
|
}
|
|
29650
29652
|
const og = /* @__PURE__ */ oe("ZodNonOptional", (e, t) => {
|
|
29651
|
-
|
|
29653
|
+
d2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => SP(e, n, r, i), e.unwrap = () => e._zod.def.innerType;
|
|
29652
29654
|
});
|
|
29653
|
-
function
|
|
29655
|
+
function zO(e, t) {
|
|
29654
29656
|
return new og({
|
|
29655
29657
|
type: "nonoptional",
|
|
29656
29658
|
innerType: e,
|
|
29657
29659
|
...Te(t)
|
|
29658
29660
|
});
|
|
29659
29661
|
}
|
|
29660
|
-
const
|
|
29661
|
-
|
|
29662
|
+
const FO = /* @__PURE__ */ oe("ZodCatch", (e, t) => {
|
|
29663
|
+
h2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => AP(e, n, r, i), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
29662
29664
|
});
|
|
29663
|
-
function
|
|
29664
|
-
return new
|
|
29665
|
+
function $O(e, t) {
|
|
29666
|
+
return new FO({
|
|
29665
29667
|
type: "catch",
|
|
29666
29668
|
innerType: e,
|
|
29667
29669
|
catchValue: typeof t == "function" ? t : () => t
|
|
29668
29670
|
});
|
|
29669
29671
|
}
|
|
29670
|
-
const
|
|
29671
|
-
|
|
29672
|
+
const jO = /* @__PURE__ */ oe("ZodPipe", (e, t) => {
|
|
29673
|
+
p2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => IP(e, n, r, i), e.in = t.in, e.out = t.out;
|
|
29672
29674
|
});
|
|
29673
29675
|
function rd(e, t) {
|
|
29674
|
-
return new
|
|
29676
|
+
return new jO({
|
|
29675
29677
|
type: "pipe",
|
|
29676
29678
|
in: e,
|
|
29677
29679
|
out: t
|
|
29678
29680
|
// ...util.normalizeParams(params),
|
|
29679
29681
|
});
|
|
29680
29682
|
}
|
|
29681
|
-
const
|
|
29682
|
-
|
|
29683
|
+
const UO = /* @__PURE__ */ oe("ZodReadonly", (e, t) => {
|
|
29684
|
+
m2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => RP(e, n, r, i), e.unwrap = () => e._zod.def.innerType;
|
|
29683
29685
|
});
|
|
29684
|
-
function
|
|
29685
|
-
return new
|
|
29686
|
+
function BO(e) {
|
|
29687
|
+
return new UO({
|
|
29686
29688
|
type: "readonly",
|
|
29687
29689
|
innerType: e
|
|
29688
29690
|
});
|
|
29689
29691
|
}
|
|
29690
|
-
const
|
|
29691
|
-
|
|
29692
|
+
const VO = /* @__PURE__ */ oe("ZodCustom", (e, t) => {
|
|
29693
|
+
g2.init(e, t), Et.init(e, t), e._zod.processJSONSchema = (n, r, i) => bP(e, n);
|
|
29692
29694
|
});
|
|
29693
|
-
function
|
|
29694
|
-
return /* @__PURE__ */
|
|
29695
|
+
function WO(e, t = {}) {
|
|
29696
|
+
return /* @__PURE__ */ aP(VO, e, t);
|
|
29695
29697
|
}
|
|
29696
|
-
function
|
|
29697
|
-
return /* @__PURE__ */
|
|
29698
|
+
function qO(e) {
|
|
29699
|
+
return /* @__PURE__ */ sP(e);
|
|
29698
29700
|
}
|
|
29699
|
-
const
|
|
29701
|
+
const HO = _t({
|
|
29700
29702
|
type: Mn("utterance"),
|
|
29701
29703
|
content: ht(),
|
|
29702
29704
|
role: ht()
|
|
29703
|
-
}),
|
|
29705
|
+
}), ZO = _t({
|
|
29704
29706
|
type: Mn("agent_cognition"),
|
|
29705
29707
|
content: ht()
|
|
29706
|
-
}),
|
|
29708
|
+
}), GO = _t({
|
|
29707
29709
|
type: Mn("chat_closed_expired"),
|
|
29708
29710
|
content: ht()
|
|
29709
|
-
}),
|
|
29711
|
+
}), YO = _t({
|
|
29710
29712
|
type: Mn("agent_captured_url"),
|
|
29711
29713
|
content: ht()
|
|
29712
|
-
}),
|
|
29714
|
+
}), XO = _t({
|
|
29713
29715
|
type: Mn("agent_topic"),
|
|
29714
29716
|
content: ht()
|
|
29715
|
-
}),
|
|
29717
|
+
}), KO = _t({
|
|
29716
29718
|
type: Mn("agent_summary"),
|
|
29717
29719
|
content: ht()
|
|
29718
|
-
}),
|
|
29720
|
+
}), JO = _t({
|
|
29719
29721
|
type: Mn("chat_rating"),
|
|
29720
29722
|
content: ht()
|
|
29721
|
-
}),
|
|
29723
|
+
}), QO = _t({
|
|
29722
29724
|
type: Mn("breadcrumb"),
|
|
29723
29725
|
content: ht()
|
|
29724
|
-
}), QO = _t({
|
|
29725
|
-
type: Mn("chat_escalated"),
|
|
29726
|
-
content: mO()
|
|
29727
29726
|
}), eN = _t({
|
|
29727
|
+
type: Mn("chat_escalated"),
|
|
29728
|
+
content: gO()
|
|
29729
|
+
}), tN = _t({
|
|
29728
29730
|
type: Mn("error"),
|
|
29729
29731
|
code: ht()
|
|
29730
|
-
}), tN = _t({
|
|
29731
|
-
message_id: ht().nullable(),
|
|
29732
|
-
created_at: ht(),
|
|
29733
|
-
data: qO
|
|
29734
29732
|
}), nN = _t({
|
|
29733
|
+
message_id: ht().nullable(),
|
|
29735
29734
|
created_at: ht(),
|
|
29736
|
-
data:
|
|
29735
|
+
data: HO
|
|
29737
29736
|
}), rN = _t({
|
|
29738
29737
|
created_at: ht(),
|
|
29739
|
-
data:
|
|
29738
|
+
data: tN
|
|
29740
29739
|
}), iN = _t({
|
|
29741
|
-
message_id: ht().nullable(),
|
|
29742
29740
|
created_at: ht(),
|
|
29743
29741
|
data: ZO
|
|
29744
29742
|
}), oN = _t({
|
|
29743
|
+
message_id: ht().nullable(),
|
|
29745
29744
|
created_at: ht(),
|
|
29746
29745
|
data: GO
|
|
29747
29746
|
}), aN = _t({
|
|
@@ -29757,20 +29756,23 @@ const qO = _t({
|
|
|
29757
29756
|
created_at: ht(),
|
|
29758
29757
|
data: JO
|
|
29759
29758
|
}), uN = _t({
|
|
29760
|
-
message_id: ht().nullable(),
|
|
29761
29759
|
created_at: ht(),
|
|
29762
29760
|
data: QO
|
|
29763
|
-
}), fN =
|
|
29764
|
-
|
|
29761
|
+
}), fN = _t({
|
|
29762
|
+
message_id: ht().nullable(),
|
|
29763
|
+
created_at: ht(),
|
|
29764
|
+
data: eN
|
|
29765
|
+
}), dN = rg([
|
|
29765
29766
|
nN,
|
|
29766
29767
|
rN,
|
|
29767
|
-
|
|
29768
|
+
iN,
|
|
29768
29769
|
aN,
|
|
29769
29770
|
sN,
|
|
29770
|
-
iN,
|
|
29771
29771
|
lN,
|
|
29772
|
+
oN,
|
|
29772
29773
|
cN,
|
|
29773
|
-
uN
|
|
29774
|
+
uN,
|
|
29775
|
+
fN
|
|
29774
29776
|
]);
|
|
29775
29777
|
_t({
|
|
29776
29778
|
message_id: ht(),
|
|
@@ -29782,8 +29784,8 @@ _t({
|
|
|
29782
29784
|
content: ht()
|
|
29783
29785
|
})
|
|
29784
29786
|
});
|
|
29785
|
-
const
|
|
29786
|
-
function
|
|
29787
|
+
const hN = 500, pN = 3e4, mN = 6e4;
|
|
29788
|
+
function gN({
|
|
29787
29789
|
chatSettings: e,
|
|
29788
29790
|
chatId: t,
|
|
29789
29791
|
messages: n,
|
|
@@ -29798,7 +29800,7 @@ function mN({
|
|
|
29798
29800
|
onRatingRequest: p,
|
|
29799
29801
|
onBreadcrumb: v,
|
|
29800
29802
|
fetchHistory: m,
|
|
29801
|
-
backupPollingInterval: y =
|
|
29803
|
+
backupPollingInterval: y = mN
|
|
29802
29804
|
}) {
|
|
29803
29805
|
const [C, N] = je(!1), R = rt(/* @__PURE__ */ new Set());
|
|
29804
29806
|
et(() => {
|
|
@@ -29844,7 +29846,7 @@ function mN({
|
|
|
29844
29846
|
}, []), Xe = dt(
|
|
29845
29847
|
async (Ue) => {
|
|
29846
29848
|
ue();
|
|
29847
|
-
const bt = se ? { authMode: "lambda", authToken: se } : void 0, Be = await
|
|
29849
|
+
const bt = se ? { authMode: "lambda", authToken: se } : void 0, Be = await wR(
|
|
29848
29850
|
`/default/chat/${Ue}`,
|
|
29849
29851
|
bt
|
|
29850
29852
|
);
|
|
@@ -29854,7 +29856,7 @@ function mN({
|
|
|
29854
29856
|
console.warn("Unexpected event type:", Ie.type);
|
|
29855
29857
|
return;
|
|
29856
29858
|
}
|
|
29857
|
-
const zt =
|
|
29859
|
+
const zt = dN.safeParse(Ie.event);
|
|
29858
29860
|
if (!zt.success) {
|
|
29859
29861
|
console.error("Invalid conversation response:", zt.error);
|
|
29860
29862
|
return;
|
|
@@ -29958,8 +29960,8 @@ function mN({
|
|
|
29958
29960
|
const Ue = F.current;
|
|
29959
29961
|
if (!Ue) return;
|
|
29960
29962
|
const bt = Math.min(
|
|
29961
|
-
|
|
29962
|
-
|
|
29963
|
+
hN * Math.pow(2, Z.current),
|
|
29964
|
+
pN
|
|
29963
29965
|
);
|
|
29964
29966
|
Z.current += 1, K.current = setTimeout(async () => {
|
|
29965
29967
|
K.current = null, te.current = !0;
|
|
@@ -30003,7 +30005,7 @@ function mN({
|
|
|
30003
30005
|
ot();
|
|
30004
30006
|
}, [ot]), { connect: Ne, disconnect: ot, clearProcessedIds: at };
|
|
30005
30007
|
}
|
|
30006
|
-
function
|
|
30008
|
+
function bN({
|
|
30007
30009
|
appId: e,
|
|
30008
30010
|
userId: t,
|
|
30009
30011
|
userName: n,
|
|
@@ -30059,7 +30061,7 @@ function gN({
|
|
|
30059
30061
|
}, [u]);
|
|
30060
30062
|
et(() => {
|
|
30061
30063
|
}, [te]);
|
|
30062
|
-
const H = dt((W) => K.current ? K.current.getChatHistory(W) : Promise.resolve([]), []), { connect: T, disconnect: A, clearProcessedIds: z } =
|
|
30064
|
+
const H = dt((W) => K.current ? K.current.getChatHistory(W) : Promise.resolve([]), []), { connect: T, disconnect: A, clearProcessedIds: z } = gN({
|
|
30063
30065
|
chatSettings: s,
|
|
30064
30066
|
chatId: h?.id ?? null,
|
|
30065
30067
|
messages: l,
|
|
@@ -30113,7 +30115,7 @@ function gN({
|
|
|
30113
30115
|
userName: n,
|
|
30114
30116
|
userData: r,
|
|
30115
30117
|
externalMetadata: {
|
|
30116
|
-
searchParams:
|
|
30118
|
+
searchParams: cE()
|
|
30117
30119
|
}
|
|
30118
30120
|
})).chat_id, p({ id: X }), await T(X));
|
|
30119
30121
|
const _ = await a.replyToConversation({
|
|
@@ -30170,12 +30172,12 @@ function gN({
|
|
|
30170
30172
|
onRateChat: L
|
|
30171
30173
|
};
|
|
30172
30174
|
}
|
|
30173
|
-
class
|
|
30175
|
+
class vN {
|
|
30174
30176
|
httpClient;
|
|
30175
30177
|
userId = null;
|
|
30176
30178
|
conversationId = null;
|
|
30177
30179
|
constructor(t) {
|
|
30178
|
-
this.userId = t.userId || null, this.httpClient = new
|
|
30180
|
+
this.userId = t.userId || null, this.httpClient = new lE(t);
|
|
30179
30181
|
}
|
|
30180
30182
|
getUserData() {
|
|
30181
30183
|
return {
|
|
@@ -30251,7 +30253,7 @@ class bN {
|
|
|
30251
30253
|
}
|
|
30252
30254
|
}
|
|
30253
30255
|
const ko = /* @__PURE__ */ new Map(), So = /* @__PURE__ */ new Map();
|
|
30254
|
-
function
|
|
30256
|
+
function yN(e, t, n) {
|
|
30255
30257
|
const r = n?.dedupe !== !1, [i, o] = je(
|
|
30256
30258
|
() => ko.get(e)
|
|
30257
30259
|
), { publishApiError: a, publishNetworkError: s } = ji(), [l, u] = je(void 0), [h, p] = je(!1), v = rt(!0);
|
|
@@ -30279,7 +30281,7 @@ function vN(e, t, n) {
|
|
|
30279
30281
|
}, [e, r, t, a, s]);
|
|
30280
30282
|
return { data: i, error: l, isLoading: h, fetch: m };
|
|
30281
30283
|
}
|
|
30282
|
-
function
|
|
30284
|
+
function wN(e) {
|
|
30283
30285
|
const { appId: t, initialUserId: n } = e, { getSavedChatData: r } = Tl({ appId: t }), [i, o] = je(!1), [a, s] = je(""), [l, u] = je(""), [h, p] = je(null);
|
|
30284
30286
|
return et(() => {
|
|
30285
30287
|
const v = r();
|
|
@@ -30291,7 +30293,7 @@ function yN(e) {
|
|
|
30291
30293
|
externalId: h
|
|
30292
30294
|
};
|
|
30293
30295
|
}
|
|
30294
|
-
function
|
|
30296
|
+
function xN({
|
|
30295
30297
|
apiUrl: e,
|
|
30296
30298
|
appId: t,
|
|
30297
30299
|
initialUserId: n,
|
|
@@ -30303,14 +30305,14 @@ function wN({
|
|
|
30303
30305
|
externalId: a,
|
|
30304
30306
|
deviceId: s,
|
|
30305
30307
|
isReady: l
|
|
30306
|
-
} =
|
|
30308
|
+
} = wN({ appId: t, initialUserId: n }), { isChatExpired: u, clearChatData: h, getSavedChatData: p } = Tl({
|
|
30307
30309
|
appId: t
|
|
30308
30310
|
}), { current: v } = rt(e || zw()), [m] = je(
|
|
30309
|
-
new
|
|
30311
|
+
new vN({
|
|
30310
30312
|
baseURL: v,
|
|
30311
30313
|
appId: t
|
|
30312
30314
|
})
|
|
30313
|
-
), [y, C] = je(null), [N, R] = je(null), [U, F] = je([]), [Z, K] = je(!1), ie =
|
|
30315
|
+
), [y, C] = je(null), [N, R] = je(null), [U, F] = je([]), [Z, K] = je(!1), ie = yN(`sdk-boot-${t}`, () => m.boot()).fetch;
|
|
30314
30316
|
return et(() => {
|
|
30315
30317
|
if (u())
|
|
30316
30318
|
h();
|
|
@@ -30364,7 +30366,7 @@ function wN({
|
|
|
30364
30366
|
isReady: Z
|
|
30365
30367
|
};
|
|
30366
30368
|
}
|
|
30367
|
-
function
|
|
30369
|
+
function _N(e) {
|
|
30368
30370
|
const [t, n] = je(!1), [r, i] = je(
|
|
30369
30371
|
null
|
|
30370
30372
|
), o = e ?? t, a = typeof window > "u";
|
|
@@ -30386,7 +30388,7 @@ function xN(e) {
|
|
|
30386
30388
|
portalContainer: r
|
|
30387
30389
|
};
|
|
30388
30390
|
}
|
|
30389
|
-
function
|
|
30391
|
+
function kN({
|
|
30390
30392
|
environment: e,
|
|
30391
30393
|
apiUrl: t,
|
|
30392
30394
|
appId: n,
|
|
@@ -30398,7 +30400,7 @@ function _N({
|
|
|
30398
30400
|
initialOpen: l = !1,
|
|
30399
30401
|
proactiveMessageHideDelay: u = 5e3
|
|
30400
30402
|
}) {
|
|
30401
|
-
const { isMobile: h, portalContainer: p } =
|
|
30403
|
+
const { isMobile: h, portalContainer: p } = _N(s), {
|
|
30402
30404
|
userId: v,
|
|
30403
30405
|
externalId: m,
|
|
30404
30406
|
deviceId: y,
|
|
@@ -30407,13 +30409,13 @@ function _N({
|
|
|
30407
30409
|
currentChat: R,
|
|
30408
30410
|
messages: U,
|
|
30409
30411
|
isReady: F
|
|
30410
|
-
} =
|
|
30412
|
+
} = xN({
|
|
30411
30413
|
apiUrl: t,
|
|
30412
30414
|
appId: n,
|
|
30413
30415
|
initialUserId: r,
|
|
30414
30416
|
userName: i,
|
|
30415
30417
|
userData: o
|
|
30416
|
-
}), Z =
|
|
30418
|
+
}), Z = sE({ chatProps: a, chatSettings: N }), [K, B] = je(l ?? h), ie = Ws(K, 400), [te, H] = je(
|
|
30417
30419
|
a?.messages ?? []
|
|
30418
30420
|
), [T, A] = je(R), [z, q] = je(!1), I = dt(() => {
|
|
30419
30421
|
q(!0);
|
|
@@ -30421,7 +30423,7 @@ function _N({
|
|
|
30421
30423
|
text: "",
|
|
30422
30424
|
isVisible: !1,
|
|
30423
30425
|
autoHideDelay: u
|
|
30424
|
-
}), { onSendMessage: J, onCleanMessages: ae, onRateChat: X } =
|
|
30426
|
+
}), { onSendMessage: J, onCleanMessages: ae, onRateChat: X } = bN({
|
|
30425
30427
|
appId: n,
|
|
30426
30428
|
userId: v,
|
|
30427
30429
|
userName: i,
|
|
@@ -30495,7 +30497,7 @@ function _N({
|
|
|
30495
30497
|
onRateChat: X
|
|
30496
30498
|
};
|
|
30497
30499
|
}
|
|
30498
|
-
function
|
|
30500
|
+
function SN() {
|
|
30499
30501
|
const [e, t] = je(!1), [n, r] = je(null), i = rt(null), o = rt(null), a = dt((l = "...") => {
|
|
30500
30502
|
const u = () => {
|
|
30501
30503
|
r(l), t(!0), o.current = null, i.current && clearTimeout(i.current), i.current = setTimeout(() => {
|
|
@@ -30513,16 +30515,16 @@ function kN() {
|
|
|
30513
30515
|
hideCognition: s
|
|
30514
30516
|
};
|
|
30515
30517
|
}
|
|
30516
|
-
function
|
|
30518
|
+
function CN({
|
|
30517
30519
|
children: e
|
|
30518
30520
|
}) {
|
|
30519
|
-
const t =
|
|
30521
|
+
const t = SN();
|
|
30520
30522
|
return /* @__PURE__ */ D(Mp.Provider, { value: t, children: e });
|
|
30521
30523
|
}
|
|
30522
|
-
const
|
|
30524
|
+
const EN = ({
|
|
30523
30525
|
children: e
|
|
30524
30526
|
}) => {
|
|
30525
|
-
const [t, n] = je(null), [r, i] = je(!1), o =
|
|
30527
|
+
const [t, n] = je(null), [r, i] = je(!1), o = NC(n), u = {
|
|
30526
30528
|
error: t,
|
|
30527
30529
|
hideSdk: r,
|
|
30528
30530
|
publishApiError: o,
|
|
@@ -30531,8 +30533,8 @@ const CN = ({
|
|
|
30531
30533
|
clearError: () => n(null)
|
|
30532
30534
|
};
|
|
30533
30535
|
return /* @__PURE__ */ D(jp.Provider, { value: u, children: e });
|
|
30534
|
-
},
|
|
30535
|
-
function
|
|
30536
|
+
}, AN = 100;
|
|
30537
|
+
function IN({
|
|
30536
30538
|
appId: e,
|
|
30537
30539
|
userId: t,
|
|
30538
30540
|
userName: n,
|
|
@@ -30567,7 +30569,7 @@ function AN({
|
|
|
30567
30569
|
isChatClosed: I,
|
|
30568
30570
|
onStartNewChat: L,
|
|
30569
30571
|
onRateChat: W
|
|
30570
|
-
} =
|
|
30572
|
+
} = kN({
|
|
30571
30573
|
environment: N,
|
|
30572
30574
|
apiUrl: R,
|
|
30573
30575
|
appId: e,
|
|
@@ -30619,7 +30621,7 @@ function AN({
|
|
|
30619
30621
|
// 100dvh accounts for mobile browser chrome (e.g. address bar); 100vh fallback for older browsers
|
|
30620
30622
|
"--chat-mobile-viewport-height": "100dvh",
|
|
30621
30623
|
height: Z ? "var(--chat-mobile-viewport-height, 100vh)" : "700px",
|
|
30622
|
-
maxHeight: Z ? "var(--chat-mobile-viewport-height, 100vh)" : `calc(100% - ${
|
|
30624
|
+
maxHeight: Z ? "var(--chat-mobile-viewport-height, 100vh)" : `calc(100% - ${AN}px)`,
|
|
30623
30625
|
border: "none",
|
|
30624
30626
|
zIndex: 2147483e3,
|
|
30625
30627
|
position: "fixed",
|
|
@@ -30640,7 +30642,7 @@ function AN({
|
|
|
30640
30642
|
} : {}
|
|
30641
30643
|
},
|
|
30642
30644
|
children: F ? /* @__PURE__ */ D(
|
|
30643
|
-
|
|
30645
|
+
iE,
|
|
30644
30646
|
{
|
|
30645
30647
|
...B,
|
|
30646
30648
|
isOpen: K,
|
|
@@ -30700,7 +30702,7 @@ function AN({
|
|
|
30700
30702
|
right: 17
|
|
30701
30703
|
},
|
|
30702
30704
|
children: /* @__PURE__ */ D(_d, { ...B?.theme ?? {}, children: !p && z && !u && /* @__PURE__ */ D(
|
|
30703
|
-
|
|
30705
|
+
aE,
|
|
30704
30706
|
{
|
|
30705
30707
|
message: z.text,
|
|
30706
30708
|
isVisible: z.isVisible,
|
|
@@ -30716,22 +30718,22 @@ function AN({
|
|
|
30716
30718
|
]
|
|
30717
30719
|
}
|
|
30718
30720
|
);
|
|
30719
|
-
return /* @__PURE__ */ D(kn, { children: v ? J() : H ? /* @__PURE__ */ D(
|
|
30721
|
+
return /* @__PURE__ */ D(kn, { children: v ? J() : H ? /* @__PURE__ */ D(oE, { container: H, children: J() }) : null });
|
|
30720
30722
|
}
|
|
30721
|
-
function
|
|
30722
|
-
return /* @__PURE__ */ D(
|
|
30723
|
+
function RN(e) {
|
|
30724
|
+
return /* @__PURE__ */ D(EN, { children: /* @__PURE__ */ D(CN, { children: /* @__PURE__ */ D(IN, { ...e }) }) });
|
|
30723
30725
|
}
|
|
30724
|
-
function
|
|
30726
|
+
function DN(e, t) {
|
|
30725
30727
|
return ((r, i, o) => {
|
|
30726
30728
|
const a = Wg.createRoot(i);
|
|
30727
30729
|
return a.render(/* @__PURE__ */ D(r, { ...o })), a.unmount;
|
|
30728
|
-
})(
|
|
30730
|
+
})(RN, e, t);
|
|
30729
30731
|
}
|
|
30730
30732
|
export {
|
|
30731
|
-
|
|
30732
|
-
|
|
30733
|
+
RN as C,
|
|
30734
|
+
iE as a,
|
|
30733
30735
|
Ch as g,
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
+
DN as r,
|
|
30737
|
+
gN as u
|
|
30736
30738
|
};
|
|
30737
|
-
//# sourceMappingURL=index-
|
|
30739
|
+
//# sourceMappingURL=index-SZocsYBG.js.map
|