@camunda/copilot-chat 0.4.12 → 0.4.13
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.css +1 -1
- package/dist/index.js +682 -668
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { jsxs as j, jsx as h, Fragment as He } from "react/jsx-runtime";
|
|
2
2
|
import * as O from "react";
|
|
3
|
-
import je, { useState as ae, useRef as
|
|
4
|
-
import { InlineNotification as
|
|
5
|
-
import
|
|
6
|
-
import { StopFilledAlt as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
const
|
|
16
|
-
themeWrapper:
|
|
17
|
-
container:
|
|
18
|
-
messagesSlot:
|
|
19
|
-
workspaceSlot:
|
|
20
|
-
inputBlock:
|
|
21
|
-
},
|
|
22
|
-
inputContainer:
|
|
23
|
-
textArea:
|
|
24
|
-
actionButton:
|
|
25
|
-
},
|
|
3
|
+
import je, { useState as ae, useRef as $, useCallback as E, useEffect as H, Fragment as Ta, useLayoutEffect as ja, useMemo as za, createElement as pn, useReducer as gn, useContext as fn, forwardRef as kn, createContext as yn } from "react";
|
|
4
|
+
import { InlineNotification as Ia, IconButton as ce, Button as we, Link as Mt, DismissibleTag as bn, TextInput as vn, SkeletonText as Nt, Loading as wn, Theme as xn } from "@carbon/react";
|
|
5
|
+
import qt from "@carbon/ai-chat-components/es/react/chat-button";
|
|
6
|
+
import { StopFilledAlt as _n, Send as Cn, AddLarge as Sn, ChevronDown as Oa, ChevronRight as Ra, ChevronUp as En, ChevronLeft as Tn, Launch as jn, Undo as zn, Checkmark as In, Close as On, Edit as Rn, TrashCan as An } from "@carbon/icons-react";
|
|
7
|
+
import Ln from "@carbon/ai-chat-components/es/react/reasoning-steps";
|
|
8
|
+
import Pn from "@carbon/ai-chat-components/es/react/reasoning-steps-toggle";
|
|
9
|
+
import Mn from "@carbon/ai-chat-components/es/react/reasoning-step";
|
|
10
|
+
import Nn from "@carbon/ai-chat-components/es/react/markdown";
|
|
11
|
+
import qn from "@carbon/ai-chat-components/es/react/processing.js";
|
|
12
|
+
import Dn from "@carbon/ai-chat-components/es/react/card";
|
|
13
|
+
import Bn from "@carbon/ai-chat-components/es/react/toolbar";
|
|
14
|
+
import Fn from "@carbon/ai-chat-components/es/react/chat-shell";
|
|
15
|
+
const Un = "_themeWrapper_neun4_9", Hn = "_container_neun4_17", Kn = "_messagesSlot_neun4_29", $n = "_workspaceSlot_neun4_36", Qn = "_inputBlock_neun4_47", Ee = {
|
|
16
|
+
themeWrapper: Un,
|
|
17
|
+
container: Hn,
|
|
18
|
+
messagesSlot: Kn,
|
|
19
|
+
workspaceSlot: $n,
|
|
20
|
+
inputBlock: Qn
|
|
21
|
+
}, Vn = "_inputContainer_1e19u_9", Wn = "_textArea_1e19u_18", Gn = "_actionButton_1e19u_68", Me = {
|
|
22
|
+
inputContainer: Vn,
|
|
23
|
+
textArea: Wn,
|
|
24
|
+
actionButton: Gn
|
|
25
|
+
}, Xn = ({
|
|
26
26
|
onSend: e,
|
|
27
27
|
onStop: t,
|
|
28
28
|
isBusy: n = !1,
|
|
29
29
|
placeholder: s = "Type a message...",
|
|
30
30
|
isOpen: a = !0
|
|
31
31
|
}) => {
|
|
32
|
-
const [o, i] = ae(""), r =
|
|
32
|
+
const [o, i] = ae(""), r = $(null), c = $(!1), l = E(() => {
|
|
33
33
|
const p = o.trim();
|
|
34
34
|
p && !n && (e(p), i(""), r.current && (r.current.style.height = "auto"));
|
|
35
35
|
}, [o, n, e]), d = E(() => {
|
|
@@ -74,7 +74,7 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
74
74
|
}
|
|
75
75
|
),
|
|
76
76
|
n ? /* @__PURE__ */ h(
|
|
77
|
-
|
|
77
|
+
qt,
|
|
78
78
|
{
|
|
79
79
|
className: Me.actionButton,
|
|
80
80
|
kind: "ghost",
|
|
@@ -82,10 +82,10 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
82
82
|
hasIconOnly: !0,
|
|
83
83
|
iconDescription: "Stop generation",
|
|
84
84
|
onClick: d,
|
|
85
|
-
children: /* @__PURE__ */ h(
|
|
85
|
+
children: /* @__PURE__ */ h(_n, { slot: "icon" })
|
|
86
86
|
}
|
|
87
87
|
) : /* @__PURE__ */ h(
|
|
88
|
-
|
|
88
|
+
qt,
|
|
89
89
|
{
|
|
90
90
|
className: Me.actionButton,
|
|
91
91
|
kind: "ghost",
|
|
@@ -94,27 +94,27 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
94
94
|
iconDescription: "Send message",
|
|
95
95
|
onClick: l,
|
|
96
96
|
disabled: !f,
|
|
97
|
-
children: /* @__PURE__ */ h(
|
|
97
|
+
children: /* @__PURE__ */ h(Cn, { slot: "icon" })
|
|
98
98
|
}
|
|
99
99
|
)
|
|
100
100
|
] });
|
|
101
|
-
},
|
|
101
|
+
}, Aa = (e, t = Date.now()) => {
|
|
102
102
|
const n = new Date(e), s = new Date(t);
|
|
103
103
|
if (n.getFullYear() === s.getFullYear() && n.getMonth() === s.getMonth() && n.getDate() === s.getDate())
|
|
104
104
|
return n.toLocaleTimeString([], { hour: "2-digit", minute: "2-digit" });
|
|
105
105
|
const a = new Date(t);
|
|
106
106
|
return a.setDate(a.getDate() - 1), n.getFullYear() === a.getFullYear() && n.getMonth() === a.getMonth() && n.getDate() === a.getDate() ? "Yesterday" : n.getFullYear() === s.getFullYear() ? n.toLocaleDateString([], { month: "short", day: "numeric" }) : n.toLocaleDateString([], { month: "short", day: "numeric", year: "numeric" });
|
|
107
|
-
},
|
|
108
|
-
container:
|
|
109
|
-
toggleButton:
|
|
110
|
-
cardWrapper:
|
|
111
|
-
cardBody:
|
|
112
|
-
cardTitle:
|
|
113
|
-
cardPreview:
|
|
114
|
-
pagination:
|
|
115
|
-
paginationLabel:
|
|
116
|
-
launchIcon:
|
|
117
|
-
},
|
|
107
|
+
}, La = ({ content: e, streaming: t = !1, highlight: n = !0, ...s }) => e?.trim() ? /* @__PURE__ */ h(Nn, { highlight: n, streaming: t, ...s, children: e }) : null, Yn = "_container_a43tv_9", Jn = "_toggleButton_a43tv_16", Zn = "_cardWrapper_a43tv_20", es = "_cardBody_a43tv_25", ts = "_cardTitle_a43tv_32", as = "_cardPreview_a43tv_42", ns = "_pagination_a43tv_53", ss = "_paginationLabel_a43tv_62", os = "_launchIcon_a43tv_69", ie = {
|
|
108
|
+
container: Yn,
|
|
109
|
+
toggleButton: Jn,
|
|
110
|
+
cardWrapper: Zn,
|
|
111
|
+
cardBody: es,
|
|
112
|
+
cardTitle: ts,
|
|
113
|
+
cardPreview: as,
|
|
114
|
+
pagination: ns,
|
|
115
|
+
paginationLabel: ss,
|
|
116
|
+
launchIcon: os
|
|
117
|
+
}, Dt = 150, is = (e) => e.split("|")[0].trim(), rs = (e) => e.length <= Dt ? e : `${e.slice(0, Dt)}…`, cs = ({ sources: e }) => {
|
|
118
118
|
const [t, n] = ae(!1), [s, a] = ae(0);
|
|
119
119
|
if (e.length === 0)
|
|
120
120
|
return null;
|
|
@@ -126,27 +126,27 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
126
126
|
kind: "ghost",
|
|
127
127
|
size: "sm",
|
|
128
128
|
onClick: () => n((c) => !c),
|
|
129
|
-
renderIcon: t ?
|
|
129
|
+
renderIcon: t ? En : Oa,
|
|
130
130
|
className: ie.toggleButton,
|
|
131
131
|
children: "Sources"
|
|
132
132
|
}
|
|
133
133
|
),
|
|
134
134
|
t && /* @__PURE__ */ j("div", { className: ie.cardWrapper, children: [
|
|
135
|
-
/* @__PURE__ */ h(
|
|
136
|
-
/* @__PURE__ */ h("span", { className: ie.cardTitle, children:
|
|
137
|
-
o.content && /* @__PURE__ */ h("span", { className: ie.cardPreview, children:
|
|
138
|
-
/* @__PURE__ */ h(
|
|
135
|
+
/* @__PURE__ */ h(Dn, { children: /* @__PURE__ */ j("div", { slot: "body", className: ie.cardBody, children: [
|
|
136
|
+
/* @__PURE__ */ h("span", { className: ie.cardTitle, children: is(o.title) }),
|
|
137
|
+
o.content && /* @__PURE__ */ h("span", { className: ie.cardPreview, children: rs(o.content) }),
|
|
138
|
+
/* @__PURE__ */ h(Mt, { href: o.sourceUrl, target: "_blank", rel: "noopener noreferrer", size: "sm", children: "View source" })
|
|
139
139
|
] }) }),
|
|
140
140
|
e.length > 1 && /* @__PURE__ */ j("div", { className: ie.pagination, children: [
|
|
141
141
|
/* @__PURE__ */ h(
|
|
142
|
-
|
|
142
|
+
ce,
|
|
143
143
|
{
|
|
144
144
|
kind: "ghost",
|
|
145
145
|
size: "sm",
|
|
146
146
|
label: "Previous source",
|
|
147
147
|
onClick: () => a((c) => c - 1),
|
|
148
148
|
disabled: !i,
|
|
149
|
-
children: /* @__PURE__ */ h(
|
|
149
|
+
children: /* @__PURE__ */ h(Tn, {})
|
|
150
150
|
}
|
|
151
151
|
),
|
|
152
152
|
/* @__PURE__ */ j("span", { className: ie.paginationLabel, children: [
|
|
@@ -155,36 +155,36 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
155
155
|
e.length
|
|
156
156
|
] }),
|
|
157
157
|
/* @__PURE__ */ h(
|
|
158
|
-
|
|
158
|
+
ce,
|
|
159
159
|
{
|
|
160
160
|
kind: "ghost",
|
|
161
161
|
size: "sm",
|
|
162
162
|
label: "Next source",
|
|
163
163
|
onClick: () => a((c) => c + 1),
|
|
164
164
|
disabled: !r,
|
|
165
|
-
children: /* @__PURE__ */ h(
|
|
165
|
+
children: /* @__PURE__ */ h(Ra, {})
|
|
166
166
|
}
|
|
167
167
|
),
|
|
168
168
|
/* @__PURE__ */ h(
|
|
169
|
-
|
|
169
|
+
Mt,
|
|
170
170
|
{
|
|
171
171
|
href: o.sourceUrl,
|
|
172
172
|
target: "_blank",
|
|
173
173
|
rel: "noopener noreferrer",
|
|
174
174
|
"aria-label": "Open source in new tab",
|
|
175
175
|
className: ie.launchIcon,
|
|
176
|
-
children: /* @__PURE__ */ h(
|
|
176
|
+
children: /* @__PURE__ */ h(jn, { size: 16 })
|
|
177
177
|
}
|
|
178
178
|
)
|
|
179
179
|
] })
|
|
180
180
|
] })
|
|
181
181
|
] });
|
|
182
|
-
},
|
|
183
|
-
streamingIndicator:
|
|
184
|
-
processingLabel:
|
|
185
|
-
collapsibleContainer:
|
|
186
|
-
collapsedContent:
|
|
187
|
-
},
|
|
182
|
+
}, ls = "_streamingIndicator_gh6ee_9", us = "_processingLabel_gh6ee_18", ds = "_collapsibleContainer_gh6ee_23", hs = "_collapsedContent_gh6ee_30", Ne = {
|
|
183
|
+
streamingIndicator: ls,
|
|
184
|
+
processingLabel: us,
|
|
185
|
+
collapsibleContainer: ds,
|
|
186
|
+
collapsedContent: hs
|
|
187
|
+
}, ms = qn, ps = ({
|
|
188
188
|
label: e = "Thinking...",
|
|
189
189
|
completedLabel: t = "Thought process",
|
|
190
190
|
content: n,
|
|
@@ -197,7 +197,7 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
197
197
|
{
|
|
198
198
|
kind: "ghost",
|
|
199
199
|
size: "sm",
|
|
200
|
-
renderIcon: a ?
|
|
200
|
+
renderIcon: a ? Oa : Ra,
|
|
201
201
|
onClick: () => o(!a),
|
|
202
202
|
"aria-expanded": a,
|
|
203
203
|
children: t
|
|
@@ -205,18 +205,18 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
205
205
|
),
|
|
206
206
|
a && /* @__PURE__ */ h("div", { className: Ne.collapsedContent, children: n })
|
|
207
207
|
] }) : s ? null : /* @__PURE__ */ j("div", { className: Ne.streamingIndicator, children: [
|
|
208
|
-
/* @__PURE__ */ h(
|
|
208
|
+
/* @__PURE__ */ h(ms, { loop: !0, carbonTheme: "g10" }),
|
|
209
209
|
e && /* @__PURE__ */ h("span", { className: Ne.processingLabel, children: e })
|
|
210
210
|
] });
|
|
211
|
-
},
|
|
212
|
-
const [n, s] = ae(t), a =
|
|
211
|
+
}, gs = ({ blocks: e, isStreaming: t = !1 }) => {
|
|
212
|
+
const [n, s] = ae(t), a = $(t);
|
|
213
213
|
H(() => {
|
|
214
214
|
a.current && !t && s(!1), a.current = t;
|
|
215
215
|
}, [t]);
|
|
216
216
|
const o = e.filter((i) => i.content.trim().length > 0 || i.kind === "tool");
|
|
217
217
|
return o.length === 0 ? null : /* @__PURE__ */ j(He, { children: [
|
|
218
218
|
/* @__PURE__ */ h(
|
|
219
|
-
|
|
219
|
+
Pn,
|
|
220
220
|
{
|
|
221
221
|
open: n,
|
|
222
222
|
openLabelText: "Hide reasoning",
|
|
@@ -226,33 +226,33 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
),
|
|
229
|
-
/* @__PURE__ */ h(
|
|
230
|
-
|
|
229
|
+
/* @__PURE__ */ h(Ln, { open: n, children: o.map((i) => /* @__PURE__ */ h(Mn, { title: i.label, open: !i.isComplete, children: /* @__PURE__ */ h(
|
|
230
|
+
La,
|
|
231
231
|
{
|
|
232
232
|
content: i.kind === "tool" && !i.content ? `Using tool: ${i.toolName ?? "unknown"}` : i.content
|
|
233
233
|
}
|
|
234
234
|
) }, i.id)) })
|
|
235
235
|
] });
|
|
236
|
-
},
|
|
237
|
-
message:
|
|
238
|
-
userMessage:
|
|
239
|
-
assistantMessage:
|
|
240
|
-
userBubble:
|
|
241
|
-
assistantBubble:
|
|
242
|
-
timestamp:
|
|
243
|
-
},
|
|
244
|
-
const t = e.role === "user", n = e.status === "streaming" || e.status === "pending", s = e.status === "complete" || e.status === "error", a = e.status === "error", o = e.content && e.content.trim().length > 0, i = e.sources && e.sources.length > 0, r = t ?
|
|
245
|
-
return /* @__PURE__ */ j("div", { id: e.id, className: `${
|
|
246
|
-
e.timestamp && s && /* @__PURE__ */ h("time", { className:
|
|
247
|
-
o && t && /* @__PURE__ */ h("div", { className:
|
|
248
|
-
!t && l && /* @__PURE__ */ h(
|
|
249
|
-
!t && d && /* @__PURE__ */ h(
|
|
250
|
-
o && !t && !a && /* @__PURE__ */ j("div", { className:
|
|
251
|
-
/* @__PURE__ */ h(
|
|
252
|
-
i && e.sources && /* @__PURE__ */ h(
|
|
236
|
+
}, fs = "_message_f9m8s_9", ks = "_userMessage_f9m8s_16", ys = "_assistantMessage_f9m8s_20", bs = "_userBubble_f9m8s_24", vs = "_assistantBubble_f9m8s_36", ws = "_timestamp_f9m8s_44", ye = {
|
|
237
|
+
message: fs,
|
|
238
|
+
userMessage: ks,
|
|
239
|
+
assistantMessage: ys,
|
|
240
|
+
userBubble: bs,
|
|
241
|
+
assistantBubble: vs,
|
|
242
|
+
timestamp: ws
|
|
243
|
+
}, xs = ({ message: e }) => {
|
|
244
|
+
const t = e.role === "user", n = e.status === "streaming" || e.status === "pending", s = e.status === "complete" || e.status === "error", a = e.status === "error", o = e.content && e.content.trim().length > 0, i = e.sources && e.sources.length > 0, r = t ? ye.userMessage : ye.assistantMessage, c = e.thinkingBlocks ?? [], l = c.length > 0, d = n && (e.statusLabel || !l);
|
|
245
|
+
return /* @__PURE__ */ j("div", { id: e.id, className: `${ye.message} ${r}`, children: [
|
|
246
|
+
e.timestamp && s && /* @__PURE__ */ h("time", { className: ye.timestamp, dateTime: new Date(e.timestamp).toISOString(), children: Aa(e.timestamp) }),
|
|
247
|
+
o && t && /* @__PURE__ */ h("div", { className: ye.userBubble, children: e.content }),
|
|
248
|
+
!t && l && /* @__PURE__ */ h(gs, { blocks: c, isStreaming: n }),
|
|
249
|
+
!t && d && /* @__PURE__ */ h(ps, { label: e.statusLabel, isComplete: !1 }),
|
|
250
|
+
o && !t && !a && /* @__PURE__ */ j("div", { className: ye.assistantBubble, children: [
|
|
251
|
+
/* @__PURE__ */ h(La, { content: e.content || "" }),
|
|
252
|
+
i && e.sources && /* @__PURE__ */ h(cs, { sources: e.sources })
|
|
253
253
|
] }),
|
|
254
254
|
a && /* @__PURE__ */ h(
|
|
255
|
-
|
|
255
|
+
Ia,
|
|
256
256
|
{
|
|
257
257
|
kind: "error",
|
|
258
258
|
title: "Error",
|
|
@@ -261,63 +261,67 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
261
261
|
}
|
|
262
262
|
)
|
|
263
263
|
] });
|
|
264
|
-
},
|
|
265
|
-
const t =
|
|
264
|
+
}, _s = (e) => {
|
|
265
|
+
const t = $(e.length), n = $(e[0]?.id);
|
|
266
266
|
ja(() => {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
i
|
|
267
|
+
const s = e.length > t.current, a = e.length > 0 && n.current !== void 0 && e[0]?.id !== n.current;
|
|
268
|
+
if ((s || a) && e.length > 0) {
|
|
269
|
+
const o = e.length - 1, i = e[o], r = e[o - 1], c = i.role !== "user" && r ? r.id : i.id, l = document.getElementById(c);
|
|
270
|
+
l && l.scrollIntoView({
|
|
271
|
+
behavior: a ? "instant" : "smooth",
|
|
272
|
+
block: "start"
|
|
273
|
+
});
|
|
270
274
|
}
|
|
271
|
-
t.current = e.length;
|
|
275
|
+
t.current = e.length, n.current = e[0]?.id;
|
|
272
276
|
}, [e]);
|
|
273
|
-
},
|
|
274
|
-
container:
|
|
275
|
-
icon:
|
|
276
|
-
iconHidden:
|
|
277
|
-
track:
|
|
278
|
-
hasRollback:
|
|
279
|
-
line:
|
|
280
|
-
seeVersionWrapper:
|
|
281
|
-
seeVersionButton:
|
|
282
|
-
},
|
|
283
|
-
/* @__PURE__ */ h("div", { className:
|
|
277
|
+
}, Cs = "_container_kekdr_9", Ss = "_icon_kekdr_18", Es = "_iconHidden_kekdr_24", Ts = "_track_kekdr_29", js = "_hasRollback_kekdr_36", zs = "_line_kekdr_40", Is = "_seeVersionWrapper_kekdr_45", Os = "_seeVersionButton_kekdr_53", he = {
|
|
278
|
+
container: Cs,
|
|
279
|
+
icon: Ss,
|
|
280
|
+
iconHidden: Es,
|
|
281
|
+
track: Ts,
|
|
282
|
+
hasRollback: js,
|
|
283
|
+
line: zs,
|
|
284
|
+
seeVersionWrapper: Is,
|
|
285
|
+
seeVersionButton: Os
|
|
286
|
+
}, Rs = ({ messageId: e, milestoneId: t, onRollback: n, onSeeVersion: s }) => /* @__PURE__ */ j("div", { className: `${he.container} ${n ? he.hasRollback : ""}`, children: [
|
|
287
|
+
/* @__PURE__ */ h("div", { className: he.track, children: /* @__PURE__ */ h("span", { className: he.line }) }),
|
|
284
288
|
/* @__PURE__ */ h(
|
|
285
|
-
|
|
289
|
+
ce,
|
|
286
290
|
{
|
|
287
291
|
label: "Restore Checkpoint",
|
|
288
292
|
kind: "ghost",
|
|
289
293
|
size: "sm",
|
|
290
294
|
align: "bottom-left",
|
|
291
295
|
onClick: () => n?.(e, t),
|
|
292
|
-
className: `${
|
|
296
|
+
className: `${he.icon} ${n ? "" : he.iconHidden}`,
|
|
293
297
|
"aria-hidden": !n || void 0,
|
|
294
|
-
children: /* @__PURE__ */ h(
|
|
298
|
+
children: /* @__PURE__ */ h(zn, {})
|
|
295
299
|
}
|
|
296
300
|
),
|
|
297
|
-
s && /* @__PURE__ */ h("div", { className:
|
|
298
|
-
] }),
|
|
299
|
-
container:
|
|
300
|
-
list:
|
|
301
|
-
emptyState:
|
|
302
|
-
emptyTitle:
|
|
303
|
-
emptyDescription:
|
|
304
|
-
},
|
|
301
|
+
s && /* @__PURE__ */ h("div", { className: he.seeVersionWrapper, children: /* @__PURE__ */ h("button", { className: he.seeVersionButton, onClick: () => s(t), children: "See version" }) })
|
|
302
|
+
] }), As = "_container_431g7_9", Ls = "_list_431g7_16", Ps = "_emptyState_431g7_24", Ms = "_emptyTitle_431g7_35", Ns = "_emptyDescription_431g7_42", be = {
|
|
303
|
+
container: As,
|
|
304
|
+
list: Ls,
|
|
305
|
+
emptyState: Ps,
|
|
306
|
+
emptyTitle: Ms,
|
|
307
|
+
emptyDescription: Ns
|
|
308
|
+
}, Bt = (e) => e.role === "assistant" && e.status === "complete" && !!e.milestoneId, qs = ({
|
|
305
309
|
messages: e,
|
|
306
310
|
emptyStateTitle: t = "Start a conversation",
|
|
307
311
|
emptyStateDescription: n = "Ask me anything about your processes",
|
|
308
312
|
onRollback: s,
|
|
309
313
|
onSeeVersion: a
|
|
310
314
|
}) => {
|
|
311
|
-
if (
|
|
312
|
-
return /* @__PURE__ */ h("div", { className:
|
|
313
|
-
/* @__PURE__ */ h("p", { className:
|
|
314
|
-
/* @__PURE__ */ h("p", { className:
|
|
315
|
+
if (_s(e), e.length === 0)
|
|
316
|
+
return /* @__PURE__ */ h("div", { className: be.container, children: /* @__PURE__ */ j("div", { className: be.emptyState, children: [
|
|
317
|
+
/* @__PURE__ */ h("p", { className: be.emptyTitle, children: t }),
|
|
318
|
+
/* @__PURE__ */ h("p", { className: be.emptyDescription, children: n })
|
|
315
319
|
] }) });
|
|
316
|
-
const o = [...e].reverse().find(
|
|
317
|
-
return /* @__PURE__ */ h("div", { className:
|
|
318
|
-
/* @__PURE__ */ h(
|
|
319
|
-
(s || a) &&
|
|
320
|
-
|
|
320
|
+
const o = [...e].reverse().find(Bt)?.id;
|
|
321
|
+
return /* @__PURE__ */ h("div", { className: be.container, children: /* @__PURE__ */ h("div", { className: be.list, children: e.map((i) => /* @__PURE__ */ j(Ta, { children: [
|
|
322
|
+
/* @__PURE__ */ h(xs, { message: i }),
|
|
323
|
+
(s || a) && Bt(i) && /* @__PURE__ */ h(
|
|
324
|
+
Rs,
|
|
321
325
|
{
|
|
322
326
|
messageId: i.id,
|
|
323
327
|
milestoneId: i.milestoneId,
|
|
@@ -326,26 +330,7 @@ const Bn = "_themeWrapper_neun4_9", Fn = "_container_neun4_17", Un = "_messagesS
|
|
|
326
330
|
}
|
|
327
331
|
)
|
|
328
332
|
] }, i.id)) }) });
|
|
329
|
-
}
|
|
330
|
-
var Ns = {
|
|
331
|
-
elem: "svg",
|
|
332
|
-
attrs: {
|
|
333
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
334
|
-
viewBox: "0 0 32 32",
|
|
335
|
-
fill: "currentColor",
|
|
336
|
-
width: 16,
|
|
337
|
-
height: 16
|
|
338
|
-
},
|
|
339
|
-
content: [{
|
|
340
|
-
elem: "path",
|
|
341
|
-
attrs: {
|
|
342
|
-
d: "M17 15L17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17 24 15z"
|
|
343
|
-
}
|
|
344
|
-
}],
|
|
345
|
-
name: "add",
|
|
346
|
-
size: 16
|
|
347
|
-
};
|
|
348
|
-
const qs = {
|
|
333
|
+
}, Ds = {
|
|
349
334
|
elem: "svg",
|
|
350
335
|
attrs: {
|
|
351
336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -364,7 +349,7 @@ const qs = {
|
|
|
364
349
|
],
|
|
365
350
|
name: "chat",
|
|
366
351
|
size: 16
|
|
367
|
-
},
|
|
352
|
+
}, Bs = {
|
|
368
353
|
elem: "svg",
|
|
369
354
|
attrs: {
|
|
370
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -383,40 +368,68 @@ const qs = {
|
|
|
383
368
|
],
|
|
384
369
|
name: "history",
|
|
385
370
|
size: 16
|
|
386
|
-
},
|
|
387
|
-
header:
|
|
388
|
-
iconWrapper:
|
|
389
|
-
icon:
|
|
371
|
+
}, Fs = "data:image/svg+xml,%3csvg%20width='17'%20height='15'%20viewBox='0%200%2017%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.7219%205.2691C8.6668%204.2126%207.7435%202.4757%207.0638%201.00772C7.0445%201.00316%207.0206%201%206.9941%201C6.9675%201%206.9436%201.00316%206.9243%201.00773C6.2447%202.4757%205.322%204.2122%204.2662%205.2687C3.2106%206.325%201.47501%207.2485%200.00802994%207.9287C0.00328994%207.9483%200%207.9728%200%208C0%208.0271%200.00324982%208.0515%200.00793982%208.071C1.47467%208.751%203.2101%209.6743%204.2659%2010.7311C5.322%2011.7875%206.2448%2013.5244%206.9245%2014.9923C6.9437%2014.9969%206.9675%2015%206.994%2015C7.0205%2015%207.0444%2014.9968%207.0636%2014.9923C7.7433%2013.5244%208.666%2011.7877%209.7215%2010.7315M9.7215%2010.7315C10.773%209.6791%2012.4531%208.7468%2013.8721%208.0577C13.8756%208.0415%2013.878%208.0217%2013.878%207.9998C13.878%207.9779%2013.8756%207.9582%2013.8721%207.942C12.4537%207.2529%2010.7734%206.3207%209.7219%205.2691'%20fill='%238a3ffc'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.4808%201.52468C15.104%201.14737%2014.7742%200.52704%2014.5315%200.00275993C14.5246%200.00112993%2014.5161%200%2014.5066%200C14.4971%200%2014.4885%200.00112993%2014.4817%200.00275993C14.2389%200.52705%2013.9094%201.14721%2013.5323%201.52455C13.1553%201.9018%2012.5355%202.2316%2012.0116%202.4745C12.0099%202.4815%2012.0087%202.4903%2012.0087%202.5C12.0087%202.5097%2012.0099%202.5184%2012.0115%202.5254C12.5354%202.7682%2013.1552%203.098%2013.5322%203.4754C13.9094%203.8527%2014.239%204.473%2014.4817%204.9972C14.4886%204.9989%2014.4971%205%2014.5066%205C14.516%205%2014.5246%204.9989%2014.5314%204.9972C14.7742%204.473%2015.1037%203.8528%2015.4806%203.4755M15.4806%203.4755C15.8562%203.0997%2016.4562%202.7667%2016.963%202.5206C16.9643%202.5148%2016.9651%202.5078%2016.9651%202.4999C16.9651%202.4921%2016.9643%202.4851%2016.963%202.4793C16.4565%202.2332%2015.8563%201.90026%2015.4808%201.52468'%20fill='%238a3ffc'/%3e%3c/svg%3e", Us = "_header_1taxj_9", Hs = "_iconWrapper_1taxj_17", Ks = "_icon_1taxj_17", $s = "_titleWrapper_1taxj_31", Qs = "_title_1taxj_31", Vs = "_subtitle_1taxj_43", Ws = "_actions_1taxj_49", Gs = "_actionButton_1taxj_55", re = {
|
|
372
|
+
header: Us,
|
|
373
|
+
iconWrapper: Hs,
|
|
374
|
+
icon: Ks,
|
|
390
375
|
titleWrapper: $s,
|
|
391
|
-
title:
|
|
392
|
-
subtitle:
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
return /* @__PURE__ */ j(
|
|
404
|
-
/* @__PURE__ */ h("div", { className:
|
|
405
|
-
/* @__PURE__ */ j("div", { slot: "title", className:
|
|
406
|
-
/* @__PURE__ */ h("span", { className:
|
|
407
|
-
n && /* @__PURE__ */ h("span", { className:
|
|
376
|
+
title: Qs,
|
|
377
|
+
subtitle: Vs,
|
|
378
|
+
actions: Ws,
|
|
379
|
+
actionButton: Gs
|
|
380
|
+
}, Xs = ({ icon: e }) => /* @__PURE__ */ h("svg", { ...e.attrs, children: e.content.map((t, n) => /* @__PURE__ */ h("path", { ...t.attrs }, n)) }), Ft = "Disabled until thinking is complete", Ys = ({
|
|
381
|
+
onReset: e,
|
|
382
|
+
onShowHistory: t,
|
|
383
|
+
conversationTitle: n,
|
|
384
|
+
view: s = "chat",
|
|
385
|
+
isBusy: a = !1
|
|
386
|
+
}) => {
|
|
387
|
+
const o = s === "history";
|
|
388
|
+
return /* @__PURE__ */ j(Bn, { actions: [], className: re.header, children: [
|
|
389
|
+
/* @__PURE__ */ h("div", { className: re.iconWrapper, slot: "navigation", children: /* @__PURE__ */ h("img", { src: Fs, alt: "", className: re.icon }) }),
|
|
390
|
+
/* @__PURE__ */ j("div", { slot: "title", className: re.titleWrapper, children: [
|
|
391
|
+
/* @__PURE__ */ h("span", { className: re.title, children: "Camunda Copilot" }),
|
|
392
|
+
n && /* @__PURE__ */ h("span", { className: re.subtitle, children: n })
|
|
393
|
+
] }),
|
|
394
|
+
/* @__PURE__ */ j("div", { slot: "fixed-actions", className: re.actions, children: [
|
|
395
|
+
e && /* @__PURE__ */ h(
|
|
396
|
+
ce,
|
|
397
|
+
{
|
|
398
|
+
kind: "ghost",
|
|
399
|
+
size: "md",
|
|
400
|
+
label: a ? Ft : "New conversation",
|
|
401
|
+
align: "bottom-right",
|
|
402
|
+
onClick: e,
|
|
403
|
+
disabled: a,
|
|
404
|
+
className: re.actionButton,
|
|
405
|
+
children: /* @__PURE__ */ h(Sn, {})
|
|
406
|
+
}
|
|
407
|
+
),
|
|
408
|
+
t && /* @__PURE__ */ h(
|
|
409
|
+
ce,
|
|
410
|
+
{
|
|
411
|
+
kind: "ghost",
|
|
412
|
+
size: "md",
|
|
413
|
+
label: a ? Ft : o ? "Back to chat" : "Conversation history",
|
|
414
|
+
align: "bottom-right",
|
|
415
|
+
onClick: t,
|
|
416
|
+
disabled: a,
|
|
417
|
+
className: re.actionButton,
|
|
418
|
+
children: /* @__PURE__ */ h(Xs, { icon: o ? Ds : Bs })
|
|
419
|
+
}
|
|
420
|
+
)
|
|
408
421
|
] })
|
|
409
422
|
] });
|
|
410
|
-
},
|
|
411
|
-
container:
|
|
412
|
-
tag:
|
|
413
|
-
}, it = (e, t) => e.id ?? `${e.label}-${t}`, Ht = (e) => e?.map((t) => `${t.id ?? ""}:${t.label}`).join("|") ?? "",
|
|
414
|
-
const [n, s] = ae(/* @__PURE__ */ new Set()), a =
|
|
423
|
+
}, Js = "_container_db17r_9", Zs = "_tag_db17r_18", Ut = {
|
|
424
|
+
container: Js,
|
|
425
|
+
tag: Zs
|
|
426
|
+
}, it = (e, t) => e.id ?? `${e.label}-${t}`, Ht = (e) => e?.map((t) => `${t.id ?? ""}:${t.label}`).join("|") ?? "", eo = ({ items: e, onRemoveItem: t }) => {
|
|
427
|
+
const [n, s] = ae(/* @__PURE__ */ new Set()), a = $(Ht(e));
|
|
415
428
|
H(() => {
|
|
416
429
|
const r = Ht(e);
|
|
417
430
|
r !== a.current && (a.current = r, s(/* @__PURE__ */ new Set()));
|
|
418
431
|
}, [e]);
|
|
419
|
-
const o =
|
|
432
|
+
const o = za(
|
|
420
433
|
() => e?.filter((r, c) => !n.has(it(r, c))) ?? [],
|
|
421
434
|
[e, n]
|
|
422
435
|
), i = E(
|
|
@@ -426,7 +439,7 @@ const qs = {
|
|
|
426
439
|
[t]
|
|
427
440
|
);
|
|
428
441
|
return o.length ? /* @__PURE__ */ h("div", { className: Ut.container, "aria-label": "Active context", children: o.map((r, c) => /* @__PURE__ */ h(
|
|
429
|
-
|
|
442
|
+
bn,
|
|
430
443
|
{
|
|
431
444
|
type: "purple",
|
|
432
445
|
size: "sm",
|
|
@@ -446,17 +459,17 @@ function ct(e, t) {
|
|
|
446
459
|
return n.__proto__ = s, n;
|
|
447
460
|
}, ct(e, t);
|
|
448
461
|
}
|
|
449
|
-
function
|
|
462
|
+
function to(e, t) {
|
|
450
463
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ct(e, t);
|
|
451
464
|
}
|
|
452
|
-
var
|
|
453
|
-
for (var n in t || (t = {}))
|
|
454
|
-
if (
|
|
465
|
+
var ao = Object.defineProperty, no = Object.defineProperties, so = Object.getOwnPropertyDescriptors, Ke = Object.getOwnPropertySymbols, Pa = Object.prototype.hasOwnProperty, Ma = Object.prototype.propertyIsEnumerable, lt = (e, t, n) => t in e ? ao(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, G = (e, t) => {
|
|
466
|
+
for (var n in t || (t = {})) Pa.call(t, n) && lt(e, n, t[n]);
|
|
467
|
+
if (Ke) for (var n of Ke(t)) Ma.call(t, n) && lt(e, n, t[n]);
|
|
455
468
|
return e;
|
|
456
|
-
},
|
|
469
|
+
}, Na = (e, t) => no(e, so(t)), oo = (e, t) => {
|
|
457
470
|
var n = {};
|
|
458
|
-
for (var s in e)
|
|
459
|
-
if (e != null &&
|
|
471
|
+
for (var s in e) Pa.call(e, s) && t.indexOf(s) < 0 && (n[s] = e[s]);
|
|
472
|
+
if (e != null && Ke) for (var s of Ke(e)) t.indexOf(s) < 0 && Ma.call(e, s) && (n[s] = e[s]);
|
|
460
473
|
return n;
|
|
461
474
|
}, q = (e, t, n) => (lt(e, typeof t != "symbol" ? t + "" : t, n), n), xe = (e, t, n) => new Promise((s, a) => {
|
|
462
475
|
var o = (c) => {
|
|
@@ -473,36 +486,36 @@ var Js = Object.defineProperty, Zs = Object.defineProperties, eo = Object.getOwn
|
|
|
473
486
|
}
|
|
474
487
|
}, r = (c) => c.done ? s(c.value) : Promise.resolve(c.value).then(o, i);
|
|
475
488
|
r((n = n.apply(e, t)).next());
|
|
476
|
-
}),
|
|
477
|
-
function
|
|
489
|
+
}), io = "hCaptcha-script", Ue = "hCaptchaOnLoad", Kt = "script-error", me = "@hCaptcha/loader";
|
|
490
|
+
function ro(e) {
|
|
478
491
|
return Object.entries(e).filter(([, t]) => t || t === !1).map(([t, n]) => `${encodeURIComponent(t)}=${encodeURIComponent(String(n))}`).join("&");
|
|
479
492
|
}
|
|
480
|
-
function
|
|
493
|
+
function qa(e) {
|
|
481
494
|
let t = e && e.ownerDocument || document, n = t.defaultView || t.parentWindow || window;
|
|
482
495
|
return { document: t, window: n };
|
|
483
496
|
}
|
|
484
|
-
function
|
|
497
|
+
function Da(e) {
|
|
485
498
|
return e || document.head;
|
|
486
499
|
}
|
|
487
|
-
function
|
|
500
|
+
function co(e) {
|
|
488
501
|
var t;
|
|
489
|
-
e.setTag("source",
|
|
502
|
+
e.setTag("source", me), e.setTag("url", document.URL), e.setContext("os", { UA: navigator.userAgent }), e.setContext("browser", G({}, lo())), e.setContext("device", Na(G({}, ho()), { screen_width_pixels: screen.width, screen_height_pixels: screen.height, language: navigator.language, orientation: ((t = screen.orientation) == null ? void 0 : t.type) || "Unknown", processor_count: navigator.hardwareConcurrency, platform: navigator.platform }));
|
|
490
503
|
}
|
|
491
|
-
function
|
|
504
|
+
function lo() {
|
|
492
505
|
var e, t, n, s, a, o;
|
|
493
506
|
let i = navigator.userAgent, r, c;
|
|
494
507
|
return i.indexOf("Firefox") !== -1 ? (r = "Firefox", c = (e = i.match(/Firefox\/([\d.]+)/)) == null ? void 0 : e[1]) : i.indexOf("Edg") !== -1 ? (r = "Microsoft Edge", c = (t = i.match(/Edg\/([\d.]+)/)) == null ? void 0 : t[1]) : i.indexOf("Chrome") !== -1 && i.indexOf("Safari") !== -1 ? (r = "Chrome", c = (n = i.match(/Chrome\/([\d.]+)/)) == null ? void 0 : n[1]) : i.indexOf("Safari") !== -1 && i.indexOf("Chrome") === -1 ? (r = "Safari", c = (s = i.match(/Version\/([\d.]+)/)) == null ? void 0 : s[1]) : i.indexOf("Opera") !== -1 || i.indexOf("OPR") !== -1 ? (r = "Opera", c = (a = i.match(/(Opera|OPR)\/([\d.]+)/)) == null ? void 0 : a[2]) : i.indexOf("MSIE") !== -1 || i.indexOf("Trident") !== -1 ? (r = "Internet Explorer", c = (o = i.match(/(MSIE |rv:)([\d.]+)/)) == null ? void 0 : o[2]) : (r = "Unknown", c = "Unknown"), { name: r, version: c };
|
|
495
508
|
}
|
|
496
|
-
function
|
|
509
|
+
function uo(e) {
|
|
497
510
|
return new Promise((t) => setTimeout(t, e));
|
|
498
511
|
}
|
|
499
|
-
function
|
|
512
|
+
function ho() {
|
|
500
513
|
let e = navigator.userAgent, t;
|
|
501
514
|
e.indexOf("Win") !== -1 ? t = "Windows" : e.indexOf("Mac") !== -1 ? t = "Mac" : e.indexOf("Linux") !== -1 ? t = "Linux" : e.indexOf("Android") !== -1 ? t = "Android" : e.indexOf("like Mac") !== -1 || e.indexOf("iPhone") !== -1 || e.indexOf("iPad") !== -1 ? t = "iOS" : t = "Unknown";
|
|
502
515
|
let n;
|
|
503
516
|
return /Mobile|iPhone|iPod|Android/i.test(e) ? n = "Mobile" : /Tablet|iPad/i.test(e) ? n = "Tablet" : n = "Desktop", { model: t, family: t, device: n };
|
|
504
517
|
}
|
|
505
|
-
var
|
|
518
|
+
var mo = class Ba {
|
|
506
519
|
constructor(t) {
|
|
507
520
|
q(this, "_parent"), q(this, "breadcrumbs", []), q(this, "context", {}), q(this, "extra", {}), q(this, "tags", {}), q(this, "request"), q(this, "user"), this._parent = t;
|
|
508
521
|
}
|
|
@@ -510,7 +523,7 @@ var co = class Da {
|
|
|
510
523
|
return this._parent;
|
|
511
524
|
}
|
|
512
525
|
child() {
|
|
513
|
-
return new
|
|
526
|
+
return new Ba(this);
|
|
514
527
|
}
|
|
515
528
|
setRequest(t) {
|
|
516
529
|
return this.request = t, this;
|
|
@@ -559,27 +572,27 @@ var co = class Da {
|
|
|
559
572
|
clear() {
|
|
560
573
|
this.breadcrumbs = [], this.context = {}, this.tags = {}, this.user = void 0;
|
|
561
574
|
}
|
|
562
|
-
},
|
|
563
|
-
function
|
|
575
|
+
}, po = /^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i, go = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i, fo = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i, ko = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/, qe = "?", $t = "An unknown error occurred", yo = "0.0.4";
|
|
576
|
+
function bo(e) {
|
|
564
577
|
for (let t = 0; t < e.length; t++) e[t] = Math.floor(Math.random() * 256);
|
|
565
578
|
return e;
|
|
566
579
|
}
|
|
567
580
|
function U(e) {
|
|
568
581
|
return (e + 256).toString(16).substring(1);
|
|
569
582
|
}
|
|
570
|
-
function
|
|
571
|
-
let e =
|
|
583
|
+
function vo() {
|
|
584
|
+
let e = bo(new Array(16));
|
|
572
585
|
return e[6] = e[6] & 15 | 64, e[8] = e[8] & 63 | 128, U(e[0]) + U(e[1]) + U(e[2]) + U(e[3]) + "-" + U(e[4]) + U(e[5]) + "-" + U(e[6]) + U(e[7]) + "-" + U(e[8]) + U(e[9]) + "-" + U(e[10]) + U(e[11]) + U(e[12]) + U(e[13]) + U(e[14]) + U(e[15]);
|
|
573
586
|
}
|
|
574
|
-
var
|
|
575
|
-
function
|
|
587
|
+
var wo = [[po, "chrome"], [fo, "winjs"], [go, "gecko"]];
|
|
588
|
+
function xo(e) {
|
|
576
589
|
var t, n, s, a;
|
|
577
590
|
if (!e.stack) return null;
|
|
578
591
|
let o = [], i = (s = (n = (t = e.stack).split) == null ? void 0 : n.call(t, `
|
|
579
592
|
`)) != null ? s : [];
|
|
580
593
|
for (let r = 0; r < i.length; ++r) {
|
|
581
594
|
let c = null, l = null, d = null;
|
|
582
|
-
for (let [u, m] of
|
|
595
|
+
for (let [u, m] of wo) if (l = u.exec(i[r]), l) {
|
|
583
596
|
d = m;
|
|
584
597
|
break;
|
|
585
598
|
}
|
|
@@ -593,38 +606,38 @@ function yo(e) {
|
|
|
593
606
|
}
|
|
594
607
|
return o.length ? o.reverse() : null;
|
|
595
608
|
}
|
|
596
|
-
function
|
|
597
|
-
let t =
|
|
609
|
+
function _o(e) {
|
|
610
|
+
let t = xo(e);
|
|
598
611
|
return { type: e.name, value: e.message, stacktrace: { frames: t ?? [] } };
|
|
599
612
|
}
|
|
600
|
-
function
|
|
601
|
-
let t =
|
|
613
|
+
function Co(e) {
|
|
614
|
+
let t = ko.exec(e), n = t ? t.slice(1) : [];
|
|
602
615
|
if (n.length !== 6) throw new Error("Invalid DSN");
|
|
603
616
|
let s = n[5].split("/"), a = s.slice(0, -1).join("/");
|
|
604
617
|
return n[0] + "://" + n[3] + (n[4] ? ":" + n[4] : "") + (a ? "/" + a : "") + "/api/" + s.pop() + "/envelope/?sentry_version=7&sentry_key=" + n[1] + (n[2] ? "&sentry_secret=" + n[2] : "");
|
|
605
618
|
}
|
|
606
|
-
function
|
|
619
|
+
function So(e, t, n) {
|
|
607
620
|
var s, a;
|
|
608
|
-
let o = G({ event_id:
|
|
621
|
+
let o = G({ event_id: vo().replaceAll("-", ""), platform: "javascript", sdk: { name: "@hcaptcha/sentry", version: yo }, environment: t, release: n, timestamp: Date.now() / 1e3 }, e.scope.toBody());
|
|
609
622
|
if (e.type === "exception") {
|
|
610
623
|
o.message = (a = (s = e.error) == null ? void 0 : s.message) != null ? a : "Unknown error", o.fingerprint = [o.message];
|
|
611
624
|
let i = [], r = e.error;
|
|
612
|
-
for (let c = 0; c < 5 && r && (i.push(
|
|
625
|
+
for (let c = 0; c < 5 && r && (i.push(_o(r)), !(!r.cause || !(r.cause instanceof Error))); c++) r = r.cause;
|
|
613
626
|
o.exception = { values: i.reverse() };
|
|
614
627
|
}
|
|
615
628
|
return e.type === "message" && (o.message = e.message, o.level = e.level), o;
|
|
616
629
|
}
|
|
617
|
-
function
|
|
630
|
+
function Eo(e) {
|
|
618
631
|
if (e instanceof Error) return e;
|
|
619
632
|
if (typeof e == "string") return new Error(e);
|
|
620
633
|
if (typeof e == "object" && e !== null && !Array.isArray(e)) {
|
|
621
|
-
let n = e, { message: s } = n, a =
|
|
634
|
+
let n = e, { message: s } = n, a = oo(n, ["message"]), o = new Error(typeof s == "string" ? s : $t);
|
|
622
635
|
return Object.assign(o, a);
|
|
623
636
|
}
|
|
624
|
-
let t = new Error(
|
|
637
|
+
let t = new Error($t);
|
|
625
638
|
return Object.assign(t, { cause: e });
|
|
626
639
|
}
|
|
627
|
-
function
|
|
640
|
+
function To(e, t, n) {
|
|
628
641
|
return xe(this, null, function* () {
|
|
629
642
|
var s, a;
|
|
630
643
|
try {
|
|
@@ -634,7 +647,7 @@ function _o(e, t, n) {
|
|
|
634
647
|
let c = new AbortController();
|
|
635
648
|
o = c.signal, setTimeout(() => c.abort(), n);
|
|
636
649
|
}
|
|
637
|
-
let i = yield fetch(e,
|
|
650
|
+
let i = yield fetch(e, Na(G({}, t), { signal: o })), r = yield i.text();
|
|
638
651
|
return { status: i.status, body: r };
|
|
639
652
|
}
|
|
640
653
|
return yield new Promise((o, i) => {
|
|
@@ -656,18 +669,18 @@ function _o(e, t, n) {
|
|
|
656
669
|
}
|
|
657
670
|
});
|
|
658
671
|
}
|
|
659
|
-
var
|
|
672
|
+
var Q, ut = (Q = class {
|
|
660
673
|
constructor(e) {
|
|
661
674
|
q(this, "apiURL"), q(this, "dsn"), q(this, "environment"), q(this, "release"), q(this, "sampleRate"), q(this, "debug"), q(this, "_scope"), q(this, "shouldBuffer", !1), q(this, "bufferlimit", 20), q(this, "buffer", []);
|
|
662
675
|
var t, n, s, a, o;
|
|
663
|
-
this.environment = e.environment, this.release = e.release, this.sampleRate = (t = e.sampleRate) != null ? t : 1, this.debug = (n = e.debug) != null ? n : !1, this._scope = (s = e.scope) != null ? s : new
|
|
676
|
+
this.environment = e.environment, this.release = e.release, this.sampleRate = (t = e.sampleRate) != null ? t : 1, this.debug = (n = e.debug) != null ? n : !1, this._scope = (s = e.scope) != null ? s : new mo(), this.apiURL = Co(e.dsn), this.dsn = e.dsn, this.shouldBuffer = (a = e.buffer) != null ? a : !1, this.bufferlimit = (o = e.bufferLimit) != null ? o : 20;
|
|
664
677
|
}
|
|
665
678
|
static init(e) {
|
|
666
|
-
|
|
679
|
+
Q._instance || (Q._instance = new Q(e));
|
|
667
680
|
}
|
|
668
681
|
static get instance() {
|
|
669
|
-
if (!
|
|
670
|
-
return
|
|
682
|
+
if (!Q._instance) throw new Error("Sentry has not been initialized");
|
|
683
|
+
return Q._instance;
|
|
671
684
|
}
|
|
672
685
|
log(...e) {
|
|
673
686
|
this.debug && console.log(...e);
|
|
@@ -676,26 +689,26 @@ var K, ut = (K = class {
|
|
|
676
689
|
return this._scope;
|
|
677
690
|
}
|
|
678
691
|
static get scope() {
|
|
679
|
-
return
|
|
692
|
+
return Q.instance.scope;
|
|
680
693
|
}
|
|
681
694
|
withScope(e) {
|
|
682
695
|
let t = this._scope.child();
|
|
683
696
|
e(t);
|
|
684
697
|
}
|
|
685
698
|
static withScope(e) {
|
|
686
|
-
|
|
699
|
+
Q.instance.withScope(e);
|
|
687
700
|
}
|
|
688
701
|
captureException(e, t) {
|
|
689
|
-
this.captureEvent({ type: "exception", level: "error", error:
|
|
702
|
+
this.captureEvent({ type: "exception", level: "error", error: Eo(e), scope: t ?? this._scope });
|
|
690
703
|
}
|
|
691
704
|
static captureException(e, t) {
|
|
692
|
-
|
|
705
|
+
Q.instance.captureException(e, t);
|
|
693
706
|
}
|
|
694
707
|
captureMessage(e, t = "info", n) {
|
|
695
708
|
this.captureEvent({ type: "message", level: t, message: e, scope: n ?? this._scope });
|
|
696
709
|
}
|
|
697
710
|
static captureMessage(e, t = "info", n) {
|
|
698
|
-
|
|
711
|
+
Q.instance.captureMessage(e, t, n);
|
|
699
712
|
}
|
|
700
713
|
captureEvent(e) {
|
|
701
714
|
if (Math.random() >= this.sampleRate) {
|
|
@@ -711,9 +724,9 @@ var K, ut = (K = class {
|
|
|
711
724
|
return xe(this, null, function* () {
|
|
712
725
|
try {
|
|
713
726
|
this.log("Sending sentry event", e);
|
|
714
|
-
let n =
|
|
727
|
+
let n = So(e, this.environment, this.release), s = { event_id: n.event_id, dsn: this.dsn }, a = { type: "event" }, o = JSON.stringify(s) + `
|
|
715
728
|
` + JSON.stringify(a) + `
|
|
716
|
-
` + JSON.stringify(n), i = yield
|
|
729
|
+
` + JSON.stringify(n), i = yield To(this.apiURL, { method: "POST", headers: { "Content-Type": "application/x-sentry-envelope" }, body: o }, t);
|
|
717
730
|
this.log("Sentry response", i.status), i.status !== 200 && (console.log(i.body), console.error("Failed to send event to Sentry", i));
|
|
718
731
|
} catch (n) {
|
|
719
732
|
console.error("Failed to send event", n);
|
|
@@ -732,17 +745,17 @@ var K, ut = (K = class {
|
|
|
732
745
|
});
|
|
733
746
|
}
|
|
734
747
|
static flush(e = 5e3) {
|
|
735
|
-
return
|
|
748
|
+
return Q.instance.flush(e);
|
|
736
749
|
}
|
|
737
750
|
static reset() {
|
|
738
|
-
|
|
751
|
+
Q._instance = void 0;
|
|
739
752
|
}
|
|
740
|
-
}, q(
|
|
741
|
-
function
|
|
753
|
+
}, q(Q, "_instance"), Q), jo = "https://d233059272824702afc8c43834c4912d@sentry.hcaptcha.com/6", zo = "2.3.0", Io = "production";
|
|
754
|
+
function Oo(e = !0) {
|
|
742
755
|
if (!e) return Qt();
|
|
743
|
-
ut.init({ dsn:
|
|
756
|
+
ut.init({ dsn: jo, release: zo, environment: Io });
|
|
744
757
|
let t = ut.scope;
|
|
745
|
-
return
|
|
758
|
+
return co(t), Qt(t);
|
|
746
759
|
}
|
|
747
760
|
function Qt(e = null) {
|
|
748
761
|
return { addBreadcrumb: (t) => {
|
|
@@ -753,11 +766,11 @@ function Qt(e = null) {
|
|
|
753
766
|
e && ut.captureException(t, e);
|
|
754
767
|
} };
|
|
755
768
|
}
|
|
756
|
-
function
|
|
757
|
-
let l =
|
|
769
|
+
function Ro({ scriptLocation: e, query: t, loadAsync: n = !0, crossOrigin: s = "anonymous", apihost: a = "https://js.hcaptcha.com", cleanup: o = !1, secureApi: i = !1, scriptSource: r = "" } = {}, c) {
|
|
770
|
+
let l = Da(e), d = qa(l);
|
|
758
771
|
return new Promise((u, m) => {
|
|
759
772
|
let f = d.document.createElement("script");
|
|
760
|
-
f.id =
|
|
773
|
+
f.id = io, r ? f.src = `${r}?onload=${Ue}` : i ? f.src = `${a}/1/secure-api.js?onload=${Ue}` : f.src = `${a}/1/api.js?onload=${Ue}`, f.crossOrigin = s, f.async = n;
|
|
761
774
|
let p = (k, b) => {
|
|
762
775
|
try {
|
|
763
776
|
!i && o && l.removeChild(f), b(k);
|
|
@@ -771,46 +784,46 @@ function jo({ scriptLocation: e, query: t, loadAsync: n = !0, crossOrigin: s = "
|
|
|
771
784
|
});
|
|
772
785
|
}
|
|
773
786
|
var De = [];
|
|
774
|
-
function
|
|
787
|
+
function Ao(e = { cleanup: !1 }, t) {
|
|
775
788
|
try {
|
|
776
|
-
t.addBreadcrumb({ category:
|
|
777
|
-
let n =
|
|
778
|
-
if (a) return t.addBreadcrumb({ category:
|
|
789
|
+
t.addBreadcrumb({ category: me, message: "hCaptcha loader params", data: e });
|
|
790
|
+
let n = Da(e.scriptLocation), s = qa(n), a = De.find(({ scope: i }) => i === s.window);
|
|
791
|
+
if (a) return t.addBreadcrumb({ category: me, message: "hCaptcha already loaded" }), a.promise;
|
|
779
792
|
let o = new Promise((i, r) => xe(this, null, function* () {
|
|
780
793
|
try {
|
|
781
794
|
s.window[Ue] = () => {
|
|
782
|
-
t.addBreadcrumb({ category:
|
|
795
|
+
t.addBreadcrumb({ category: me, message: "hCaptcha script called onload function" }), i(s.window.hcaptcha);
|
|
783
796
|
};
|
|
784
|
-
let c =
|
|
785
|
-
yield
|
|
797
|
+
let c = ro({ custom: e.custom, render: e.render, sentry: e.sentry, assethost: e.assethost, imghost: e.imghost, reportapi: e.reportapi, endpoint: e.endpoint, host: e.host, recaptchacompat: e.recaptchacompat, hl: e.hl, uj: e.uj });
|
|
798
|
+
yield Ro(G({ query: c }, e), (l) => {
|
|
786
799
|
t.captureRequest({ url: l, method: "GET" });
|
|
787
|
-
}), t.addBreadcrumb({ category:
|
|
800
|
+
}), t.addBreadcrumb({ category: me, message: "hCaptcha loaded", data: a });
|
|
788
801
|
} catch {
|
|
789
|
-
t.addBreadcrumb({ category:
|
|
802
|
+
t.addBreadcrumb({ category: me, message: "hCaptcha failed to load" });
|
|
790
803
|
let l = De.findIndex((d) => d.scope === s.window);
|
|
791
|
-
l !== -1 && De.splice(l, 1), r(new Error(
|
|
804
|
+
l !== -1 && De.splice(l, 1), r(new Error(Kt));
|
|
792
805
|
}
|
|
793
806
|
}));
|
|
794
807
|
return De.push({ promise: o, scope: s.window }), o;
|
|
795
808
|
} catch (n) {
|
|
796
|
-
return t.captureException(n), Promise.reject(new Error(
|
|
809
|
+
return t.captureException(n), Promise.reject(new Error(Kt));
|
|
797
810
|
}
|
|
798
811
|
}
|
|
799
|
-
function
|
|
812
|
+
function Fa(e, t, n = 0) {
|
|
800
813
|
return xe(this, null, function* () {
|
|
801
814
|
var s, a;
|
|
802
815
|
let o = (s = e.maxRetries) != null ? s : 2, i = (a = e.retryDelay) != null ? a : 1e3, r = n < o ? "Retry loading hCaptcha Api" : "Exceeded maximum retries";
|
|
803
816
|
try {
|
|
804
|
-
return yield
|
|
817
|
+
return yield Ao(e, t);
|
|
805
818
|
} catch (c) {
|
|
806
|
-
return t.addBreadcrumb({ category:
|
|
819
|
+
return t.addBreadcrumb({ category: me, message: r }), n >= o ? (t.captureException(c), Promise.reject(c)) : (t.addBreadcrumb({ category: me, message: `Waiting ${i}ms before retry attempt ${n + 1}` }), yield uo(i), n += 1, Fa(e, t, n));
|
|
807
820
|
}
|
|
808
821
|
});
|
|
809
822
|
}
|
|
810
|
-
function
|
|
823
|
+
function Lo() {
|
|
811
824
|
return xe(this, arguments, function* (e = {}) {
|
|
812
|
-
let t =
|
|
813
|
-
return yield
|
|
825
|
+
let t = Oo(e.sentry);
|
|
826
|
+
return yield Fa(e, t);
|
|
814
827
|
});
|
|
815
828
|
}
|
|
816
829
|
function Vt(e) {
|
|
@@ -823,8 +836,8 @@ function Vt(e) {
|
|
|
823
836
|
function Wt(e) {
|
|
824
837
|
return e || document.head;
|
|
825
838
|
}
|
|
826
|
-
var
|
|
827
|
-
|
|
839
|
+
var Po = /* @__PURE__ */ (function(e) {
|
|
840
|
+
to(t, e);
|
|
828
841
|
function t(s) {
|
|
829
842
|
var a;
|
|
830
843
|
return a = e.call(this, s) || this, a._hcaptcha = void 0, a.renderCaptcha = a.renderCaptcha.bind(J(a)), a.resetCaptcha = a.resetCaptcha.bind(J(a)), a.removeCaptcha = a.removeCaptcha.bind(J(a)), a.isReady = a.isReady.bind(J(a)), a._onReady = null, a.loadCaptcha = a.loadCaptcha.bind(J(a)), a.handleOnLoad = a.handleOnLoad.bind(J(a)), a.handleSubmit = a.handleSubmit.bind(J(a)), a.handleExpire = a.handleExpire.bind(J(a)), a.handleError = a.handleError.bind(J(a)), a.handleOpen = a.handleOpen.bind(J(a)), a.handleClose = a.handleClose.bind(J(a)), a.handleChallengeExpired = a.handleChallengeExpired.bind(J(a)), a.ref = /* @__PURE__ */ O.createRef(), a.apiScriptRequested = !1, a.sentryHub = null, a.captchaId = "", a._pendingExecute = null, a.state = {
|
|
@@ -880,7 +893,7 @@ var Oo = /* @__PURE__ */ (function(e) {
|
|
|
880
893
|
cleanup: T,
|
|
881
894
|
uj: z !== void 0 ? z : !1
|
|
882
895
|
};
|
|
883
|
-
|
|
896
|
+
Lo(w).then(this.handleOnLoad, this.handleError).catch(this.handleError), this.apiScriptRequested = !0;
|
|
884
897
|
}
|
|
885
898
|
}, n.renderCaptcha = function(a) {
|
|
886
899
|
var o = this, i = this.props.onReady, r = this.state.isApiReady, c = this.captchaId;
|
|
@@ -1012,7 +1025,7 @@ var Oo = /* @__PURE__ */ (function(e) {
|
|
|
1012
1025
|
});
|
|
1013
1026
|
}, t;
|
|
1014
1027
|
})(O.Component);
|
|
1015
|
-
const
|
|
1028
|
+
const Mo = ({ children: e }) => pn(Ta, null, e), No = () => ({
|
|
1016
1029
|
data: void 0,
|
|
1017
1030
|
getData: async () => ({
|
|
1018
1031
|
visitorId: void 0
|
|
@@ -1034,7 +1047,7 @@ var Ie = class {
|
|
|
1034
1047
|
}
|
|
1035
1048
|
onUnsubscribe() {
|
|
1036
1049
|
}
|
|
1037
|
-
},
|
|
1050
|
+
}, qo = {
|
|
1038
1051
|
// We need the wrapper function syntax below instead of direct references to
|
|
1039
1052
|
// global setTimeout etc.
|
|
1040
1053
|
//
|
|
@@ -1049,14 +1062,14 @@ var Ie = class {
|
|
|
1049
1062
|
clearTimeout: (e) => clearTimeout(e),
|
|
1050
1063
|
setInterval: (e, t) => setInterval(e, t),
|
|
1051
1064
|
clearInterval: (e) => clearInterval(e)
|
|
1052
|
-
},
|
|
1065
|
+
}, Do = class {
|
|
1053
1066
|
// We cannot have TimeoutManager<T> as we must instantiate it with a concrete
|
|
1054
1067
|
// type at app boot; and if we leave that type, then any new timer provider
|
|
1055
1068
|
// would need to support ReturnType<typeof setTimeout>, which is infeasible.
|
|
1056
1069
|
//
|
|
1057
1070
|
// We settle for type safety for the TimeoutProvider type, and accept that
|
|
1058
1071
|
// this class is unsafe internally to allow for extension.
|
|
1059
|
-
#e =
|
|
1072
|
+
#e = qo;
|
|
1060
1073
|
#a = !1;
|
|
1061
1074
|
setTimeoutProvider(e) {
|
|
1062
1075
|
process.env.NODE_ENV !== "production" && this.#a && e !== this.#e && console.error(
|
|
@@ -1076,26 +1089,26 @@ var Ie = class {
|
|
|
1076
1089
|
clearInterval(e) {
|
|
1077
1090
|
this.#e.clearInterval(e);
|
|
1078
1091
|
}
|
|
1079
|
-
}, dt = new
|
|
1080
|
-
function
|
|
1092
|
+
}, dt = new Do();
|
|
1093
|
+
function Bo(e) {
|
|
1081
1094
|
setTimeout(e, 0);
|
|
1082
1095
|
}
|
|
1083
1096
|
var Xe = typeof window > "u" || "Deno" in globalThis;
|
|
1084
1097
|
function Z() {
|
|
1085
1098
|
}
|
|
1086
|
-
function
|
|
1099
|
+
function Fo(e, t) {
|
|
1087
1100
|
return typeof e == "function" ? e(t) : e;
|
|
1088
1101
|
}
|
|
1089
|
-
function
|
|
1102
|
+
function Uo(e) {
|
|
1090
1103
|
return typeof e == "number" && e >= 0 && e !== 1 / 0;
|
|
1091
1104
|
}
|
|
1092
|
-
function
|
|
1105
|
+
function Ho(e, t) {
|
|
1093
1106
|
return Math.max(e + (t || 0) - Date.now(), 0);
|
|
1094
1107
|
}
|
|
1095
1108
|
function ht(e, t) {
|
|
1096
1109
|
return typeof e == "function" ? e(t) : e;
|
|
1097
1110
|
}
|
|
1098
|
-
function
|
|
1111
|
+
function Ko(e, t) {
|
|
1099
1112
|
return typeof e == "function" ? e(t) : e;
|
|
1100
1113
|
}
|
|
1101
1114
|
function Gt(e, t) {
|
|
@@ -1109,7 +1122,7 @@ function Gt(e, t) {
|
|
|
1109
1122
|
} = e;
|
|
1110
1123
|
if (i) {
|
|
1111
1124
|
if (s) {
|
|
1112
|
-
if (t.queryHash !==
|
|
1125
|
+
if (t.queryHash !== yt(i, t.options))
|
|
1113
1126
|
return !1;
|
|
1114
1127
|
} else if (!ze(t.queryKey, i))
|
|
1115
1128
|
return !1;
|
|
@@ -1127,17 +1140,17 @@ function Xt(e, t) {
|
|
|
1127
1140
|
if (!t.options.mutationKey)
|
|
1128
1141
|
return !1;
|
|
1129
1142
|
if (n) {
|
|
1130
|
-
if (
|
|
1143
|
+
if (ge(t.options.mutationKey) !== ge(o))
|
|
1131
1144
|
return !1;
|
|
1132
1145
|
} else if (!ze(t.options.mutationKey, o))
|
|
1133
1146
|
return !1;
|
|
1134
1147
|
}
|
|
1135
1148
|
return !(s && t.state.status !== s || a && !a(t));
|
|
1136
1149
|
}
|
|
1137
|
-
function
|
|
1138
|
-
return (t?.queryKeyHashFn ||
|
|
1150
|
+
function yt(e, t) {
|
|
1151
|
+
return (t?.queryKeyHashFn || ge)(e);
|
|
1139
1152
|
}
|
|
1140
|
-
function
|
|
1153
|
+
function ge(e) {
|
|
1141
1154
|
return JSON.stringify(
|
|
1142
1155
|
e,
|
|
1143
1156
|
(t, n) => pt(n) ? Object.keys(n).sort().reduce((s, a) => (s[a] = n[a], s), {}) : n
|
|
@@ -1146,7 +1159,7 @@ function pe(e) {
|
|
|
1146
1159
|
function ze(e, t) {
|
|
1147
1160
|
return e === t ? !0 : typeof e != typeof t ? !1 : e && t && typeof e == "object" && typeof t == "object" ? Object.keys(t).every((n) => ze(e[n], t[n])) : !1;
|
|
1148
1161
|
}
|
|
1149
|
-
var
|
|
1162
|
+
var $o = Object.prototype.hasOwnProperty;
|
|
1150
1163
|
function mt(e, t, n = 0) {
|
|
1151
1164
|
if (e === t)
|
|
1152
1165
|
return e;
|
|
@@ -1158,7 +1171,7 @@ function mt(e, t, n = 0) {
|
|
|
1158
1171
|
for (let d = 0; d < r; d++) {
|
|
1159
1172
|
const u = s ? d : i[d], m = e[u], f = t[u];
|
|
1160
1173
|
if (m === f) {
|
|
1161
|
-
c[u] = m, (s ? d < o :
|
|
1174
|
+
c[u] = m, (s ? d < o : $o.call(e, u)) && l++;
|
|
1162
1175
|
continue;
|
|
1163
1176
|
}
|
|
1164
1177
|
if (m === null || f === null || typeof m != "object" || typeof f != "object") {
|
|
@@ -1170,7 +1183,7 @@ function mt(e, t, n = 0) {
|
|
|
1170
1183
|
}
|
|
1171
1184
|
return o === r && l === o ? e : c;
|
|
1172
1185
|
}
|
|
1173
|
-
function
|
|
1186
|
+
function Qo(e, t) {
|
|
1174
1187
|
if (!t || Object.keys(e).length !== Object.keys(t).length)
|
|
1175
1188
|
return !1;
|
|
1176
1189
|
for (const n in e)
|
|
@@ -1193,12 +1206,12 @@ function pt(e) {
|
|
|
1193
1206
|
function Jt(e) {
|
|
1194
1207
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
1195
1208
|
}
|
|
1196
|
-
function
|
|
1209
|
+
function Vo(e) {
|
|
1197
1210
|
return new Promise((t) => {
|
|
1198
1211
|
dt.setTimeout(t, e);
|
|
1199
1212
|
});
|
|
1200
1213
|
}
|
|
1201
|
-
function
|
|
1214
|
+
function Wo(e, t, n) {
|
|
1202
1215
|
if (typeof n.structuralSharing == "function")
|
|
1203
1216
|
return n.structuralSharing(e, t);
|
|
1204
1217
|
if (n.structuralSharing !== !1) {
|
|
@@ -1214,31 +1227,31 @@ function $o(e, t, n) {
|
|
|
1214
1227
|
}
|
|
1215
1228
|
return t;
|
|
1216
1229
|
}
|
|
1217
|
-
function
|
|
1230
|
+
function Go(e, t, n = 0) {
|
|
1218
1231
|
const s = [...e, t];
|
|
1219
1232
|
return n && s.length > n ? s.slice(1) : s;
|
|
1220
1233
|
}
|
|
1221
|
-
function
|
|
1234
|
+
function Xo(e, t, n = 0) {
|
|
1222
1235
|
const s = [t, ...e];
|
|
1223
1236
|
return n && s.length > n ? s.slice(0, -1) : s;
|
|
1224
1237
|
}
|
|
1225
|
-
var
|
|
1226
|
-
function
|
|
1227
|
-
return process.env.NODE_ENV !== "production" && e.queryFn ===
|
|
1238
|
+
var $e = /* @__PURE__ */ Symbol();
|
|
1239
|
+
function Ua(e, t) {
|
|
1240
|
+
return process.env.NODE_ENV !== "production" && e.queryFn === $e && console.error(
|
|
1228
1241
|
`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`
|
|
1229
|
-
), !e.queryFn && t?.initialPromise ? () => t.initialPromise : !e.queryFn || e.queryFn ===
|
|
1242
|
+
), !e.queryFn && t?.initialPromise ? () => t.initialPromise : !e.queryFn || e.queryFn === $e ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn;
|
|
1230
1243
|
}
|
|
1231
|
-
function
|
|
1244
|
+
function Yo(e, t) {
|
|
1232
1245
|
return typeof e == "function" ? e(...t) : !!e;
|
|
1233
1246
|
}
|
|
1234
|
-
function
|
|
1247
|
+
function Jo(e, t, n) {
|
|
1235
1248
|
let s = !1, a;
|
|
1236
1249
|
return Object.defineProperty(e, "signal", {
|
|
1237
1250
|
enumerable: !0,
|
|
1238
1251
|
get: () => (a ??= t(), s || (s = !0, a.aborted ? n() : a.addEventListener("abort", n, { once: !0 })), a)
|
|
1239
1252
|
}), e;
|
|
1240
1253
|
}
|
|
1241
|
-
var
|
|
1254
|
+
var Zo = class extends Ie {
|
|
1242
1255
|
#e;
|
|
1243
1256
|
#a;
|
|
1244
1257
|
#t;
|
|
@@ -1275,8 +1288,8 @@ var Go = class extends Ie {
|
|
|
1275
1288
|
isFocused() {
|
|
1276
1289
|
return typeof this.#e == "boolean" ? this.#e : globalThis.document?.visibilityState !== "hidden";
|
|
1277
1290
|
}
|
|
1278
|
-
},
|
|
1279
|
-
function
|
|
1291
|
+
}, Ha = new Zo();
|
|
1292
|
+
function ei() {
|
|
1280
1293
|
let e, t;
|
|
1281
1294
|
const n = new Promise((a, o) => {
|
|
1282
1295
|
e = a, t = o;
|
|
@@ -1298,13 +1311,13 @@ function Xo() {
|
|
|
1298
1311
|
}), t(a);
|
|
1299
1312
|
}, n;
|
|
1300
1313
|
}
|
|
1301
|
-
var
|
|
1302
|
-
function
|
|
1314
|
+
var ti = Bo;
|
|
1315
|
+
function ai() {
|
|
1303
1316
|
let e = [], t = 0, n = (r) => {
|
|
1304
1317
|
r();
|
|
1305
1318
|
}, s = (r) => {
|
|
1306
1319
|
r();
|
|
1307
|
-
}, a =
|
|
1320
|
+
}, a = ti;
|
|
1308
1321
|
const o = (r) => {
|
|
1309
1322
|
t ? e.push(r) : a(() => {
|
|
1310
1323
|
n(r);
|
|
@@ -1358,7 +1371,7 @@ function Jo() {
|
|
|
1358
1371
|
}
|
|
1359
1372
|
};
|
|
1360
1373
|
}
|
|
1361
|
-
var F =
|
|
1374
|
+
var F = ai(), ni = class extends Ie {
|
|
1362
1375
|
#e = !0;
|
|
1363
1376
|
#a;
|
|
1364
1377
|
#t;
|
|
@@ -1389,11 +1402,11 @@ var F = Jo(), Zo = class extends Ie {
|
|
|
1389
1402
|
isOnline() {
|
|
1390
1403
|
return this.#e;
|
|
1391
1404
|
}
|
|
1392
|
-
}, Qe = new
|
|
1393
|
-
function
|
|
1405
|
+
}, Qe = new ni();
|
|
1406
|
+
function si(e) {
|
|
1394
1407
|
return Math.min(1e3 * 2 ** e, 3e4);
|
|
1395
1408
|
}
|
|
1396
|
-
function
|
|
1409
|
+
function Ka(e) {
|
|
1397
1410
|
return (e ?? "online") === "online" ? Qe.isOnline() : !0;
|
|
1398
1411
|
}
|
|
1399
1412
|
var gt = class extends Error {
|
|
@@ -1403,7 +1416,7 @@ var gt = class extends Error {
|
|
|
1403
1416
|
};
|
|
1404
1417
|
function $a(e) {
|
|
1405
1418
|
let t = !1, n = 0, s;
|
|
1406
|
-
const a =
|
|
1419
|
+
const a = ei(), o = () => a.status !== "pending", i = (k) => {
|
|
1407
1420
|
if (!o()) {
|
|
1408
1421
|
const b = new gt(k);
|
|
1409
1422
|
m(b), e.onCancel?.(b);
|
|
@@ -1412,7 +1425,7 @@ function $a(e) {
|
|
|
1412
1425
|
t = !0;
|
|
1413
1426
|
}, c = () => {
|
|
1414
1427
|
t = !1;
|
|
1415
|
-
}, l = () =>
|
|
1428
|
+
}, l = () => Ha.isFocused() && (e.networkMode === "always" || Qe.isOnline()) && e.canRun(), d = () => Ka(e.networkMode) && e.canRun(), u = (k) => {
|
|
1416
1429
|
o() || (s?.(), a.resolve(k));
|
|
1417
1430
|
}, m = (k) => {
|
|
1418
1431
|
o() || (s?.(), a.reject(k));
|
|
@@ -1435,12 +1448,12 @@ function $a(e) {
|
|
|
1435
1448
|
Promise.resolve(k).then(u).catch((g) => {
|
|
1436
1449
|
if (o())
|
|
1437
1450
|
return;
|
|
1438
|
-
const y = e.retry ?? (Xe ? 0 : 3), v = e.retryDelay ??
|
|
1451
|
+
const y = e.retry ?? (Xe ? 0 : 3), v = e.retryDelay ?? si, T = typeof v == "function" ? v(n, g) : v, z = y === !0 || typeof y == "number" && n < y || typeof y == "function" && y(n, g);
|
|
1439
1452
|
if (t || !z) {
|
|
1440
1453
|
m(g);
|
|
1441
1454
|
return;
|
|
1442
1455
|
}
|
|
1443
|
-
n++, e.onFail?.(n, g),
|
|
1456
|
+
n++, e.onFail?.(n, g), Vo(T).then(() => l() ? void 0 : f()).then(() => {
|
|
1444
1457
|
t ? m(g) : p();
|
|
1445
1458
|
});
|
|
1446
1459
|
});
|
|
@@ -1456,13 +1469,13 @@ function $a(e) {
|
|
|
1456
1469
|
start: () => (d() ? p() : f().then(p), a)
|
|
1457
1470
|
};
|
|
1458
1471
|
}
|
|
1459
|
-
var
|
|
1472
|
+
var Qa = class {
|
|
1460
1473
|
#e;
|
|
1461
1474
|
destroy() {
|
|
1462
1475
|
this.clearGcTimeout();
|
|
1463
1476
|
}
|
|
1464
1477
|
scheduleGc() {
|
|
1465
|
-
this.clearGcTimeout(),
|
|
1478
|
+
this.clearGcTimeout(), Uo(this.gcTime) && (this.#e = dt.setTimeout(() => {
|
|
1466
1479
|
this.optionalRemove();
|
|
1467
1480
|
}, this.gcTime));
|
|
1468
1481
|
}
|
|
@@ -1475,7 +1488,7 @@ var Ka = class {
|
|
|
1475
1488
|
clearGcTimeout() {
|
|
1476
1489
|
this.#e && (dt.clearTimeout(this.#e), this.#e = void 0);
|
|
1477
1490
|
}
|
|
1478
|
-
},
|
|
1491
|
+
}, oi = class extends Qa {
|
|
1479
1492
|
#e;
|
|
1480
1493
|
#a;
|
|
1481
1494
|
#t;
|
|
@@ -1504,7 +1517,7 @@ var Ka = class {
|
|
|
1504
1517
|
!this.observers.length && this.state.fetchStatus === "idle" && this.#t.remove(this);
|
|
1505
1518
|
}
|
|
1506
1519
|
setData(e, t) {
|
|
1507
|
-
const n =
|
|
1520
|
+
const n = Wo(this.state.data, e, this.options);
|
|
1508
1521
|
return this.#o({
|
|
1509
1522
|
data: n,
|
|
1510
1523
|
type: "success",
|
|
@@ -1527,11 +1540,11 @@ var Ka = class {
|
|
|
1527
1540
|
}
|
|
1528
1541
|
isActive() {
|
|
1529
1542
|
return this.observers.some(
|
|
1530
|
-
(e) =>
|
|
1543
|
+
(e) => Ko(e.options.enabled, this) !== !1
|
|
1531
1544
|
);
|
|
1532
1545
|
}
|
|
1533
1546
|
isDisabled() {
|
|
1534
|
-
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn ===
|
|
1547
|
+
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === $e || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
|
|
1535
1548
|
}
|
|
1536
1549
|
isStatic() {
|
|
1537
1550
|
return this.getObserversCount() > 0 ? this.observers.some(
|
|
@@ -1544,7 +1557,7 @@ var Ka = class {
|
|
|
1544
1557
|
) : this.state.data === void 0 || this.state.isInvalidated;
|
|
1545
1558
|
}
|
|
1546
1559
|
isStaleByTime(e = 0) {
|
|
1547
|
-
return this.state.data === void 0 ? !0 : e === "static" ? !1 : this.state.isInvalidated ? !0 : !
|
|
1560
|
+
return this.state.data === void 0 ? !0 : e === "static" ? !1 : this.state.isInvalidated ? !0 : !Ho(this.state.dataUpdatedAt, e);
|
|
1548
1561
|
}
|
|
1549
1562
|
onFocus() {
|
|
1550
1563
|
this.observers.find((t) => t.shouldFetchOnWindowFocus())?.refetch({ cancelRefetch: !1 }), this.#n?.continue();
|
|
@@ -1587,7 +1600,7 @@ var Ka = class {
|
|
|
1587
1600
|
get: () => (this.#r = !0, n.signal)
|
|
1588
1601
|
});
|
|
1589
1602
|
}, a = () => {
|
|
1590
|
-
const r =
|
|
1603
|
+
const r = Ua(this.options, t), l = (() => {
|
|
1591
1604
|
const d = {
|
|
1592
1605
|
client: this.#s,
|
|
1593
1606
|
queryKey: this.queryKey,
|
|
@@ -1692,7 +1705,7 @@ var Ka = class {
|
|
|
1692
1705
|
case "fetch":
|
|
1693
1706
|
return {
|
|
1694
1707
|
...n,
|
|
1695
|
-
...
|
|
1708
|
+
...ii(n.data, this.options),
|
|
1696
1709
|
fetchMeta: e.meta ?? null
|
|
1697
1710
|
};
|
|
1698
1711
|
case "success":
|
|
@@ -1741,11 +1754,11 @@ var Ka = class {
|
|
|
1741
1754
|
});
|
|
1742
1755
|
}
|
|
1743
1756
|
};
|
|
1744
|
-
function
|
|
1757
|
+
function ii(e, t) {
|
|
1745
1758
|
return {
|
|
1746
1759
|
fetchFailureCount: 0,
|
|
1747
1760
|
fetchFailureReason: null,
|
|
1748
|
-
fetchStatus:
|
|
1761
|
+
fetchStatus: Ka(t.networkMode) ? "fetching" : "paused",
|
|
1749
1762
|
...e === void 0 && {
|
|
1750
1763
|
error: null,
|
|
1751
1764
|
status: "pending"
|
|
@@ -1786,12 +1799,12 @@ function ta(e) {
|
|
|
1786
1799
|
const l = async () => {
|
|
1787
1800
|
let d = !1;
|
|
1788
1801
|
const u = (p) => {
|
|
1789
|
-
|
|
1802
|
+
Jo(
|
|
1790
1803
|
p,
|
|
1791
1804
|
() => t.signal,
|
|
1792
1805
|
() => d = !0
|
|
1793
1806
|
);
|
|
1794
|
-
}, m =
|
|
1807
|
+
}, m = Ua(t.options, t.fetchOptions), f = async (p, k, b) => {
|
|
1795
1808
|
if (d)
|
|
1796
1809
|
return Promise.reject();
|
|
1797
1810
|
if (k == null && p.pages.length)
|
|
@@ -1805,14 +1818,14 @@ function ta(e) {
|
|
|
1805
1818
|
meta: t.options.meta
|
|
1806
1819
|
};
|
|
1807
1820
|
return u(w), w;
|
|
1808
|
-
})(), v = await m(y), { maxPages: T } = t.options, z = b ?
|
|
1821
|
+
})(), v = await m(y), { maxPages: T } = t.options, z = b ? Xo : Go;
|
|
1809
1822
|
return {
|
|
1810
1823
|
pages: z(p.pages, v, T),
|
|
1811
1824
|
pageParams: z(p.pageParams, k, T)
|
|
1812
1825
|
};
|
|
1813
1826
|
};
|
|
1814
1827
|
if (a && o.length) {
|
|
1815
|
-
const p = a === "backward", k = p ?
|
|
1828
|
+
const p = a === "backward", k = p ? ri : aa, b = {
|
|
1816
1829
|
pages: o,
|
|
1817
1830
|
pageParams: i
|
|
1818
1831
|
}, g = k(s, b);
|
|
@@ -1850,16 +1863,16 @@ function aa(e, { pages: t, pageParams: n }) {
|
|
|
1850
1863
|
n
|
|
1851
1864
|
) : void 0;
|
|
1852
1865
|
}
|
|
1853
|
-
function
|
|
1866
|
+
function ri(e, { pages: t, pageParams: n }) {
|
|
1854
1867
|
return t.length > 0 ? e.getPreviousPageParam?.(t[0], t, n[0], n) : void 0;
|
|
1855
1868
|
}
|
|
1856
|
-
var
|
|
1869
|
+
var ci = class extends Qa {
|
|
1857
1870
|
#e;
|
|
1858
1871
|
#a;
|
|
1859
1872
|
#t;
|
|
1860
1873
|
#s;
|
|
1861
1874
|
constructor(e) {
|
|
1862
|
-
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#t = e.mutationCache, this.#a = [], this.state = e.state ||
|
|
1875
|
+
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#t = e.mutationCache, this.#a = [], this.state = e.state || Va(), this.setOptions(e.options), this.scheduleGc();
|
|
1863
1876
|
}
|
|
1864
1877
|
setOptions(e) {
|
|
1865
1878
|
this.options = e, this.updateGcTime(this.options.gcTime);
|
|
@@ -2072,7 +2085,7 @@ var si = class extends Ka {
|
|
|
2072
2085
|
});
|
|
2073
2086
|
}
|
|
2074
2087
|
};
|
|
2075
|
-
function
|
|
2088
|
+
function Va() {
|
|
2076
2089
|
return {
|
|
2077
2090
|
context: void 0,
|
|
2078
2091
|
data: void 0,
|
|
@@ -2085,7 +2098,7 @@ function Qa() {
|
|
|
2085
2098
|
submittedAt: 0
|
|
2086
2099
|
};
|
|
2087
2100
|
}
|
|
2088
|
-
var
|
|
2101
|
+
var li = class extends Ie {
|
|
2089
2102
|
constructor(e = {}) {
|
|
2090
2103
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#a = /* @__PURE__ */ new Map(), this.#t = 0;
|
|
2091
2104
|
}
|
|
@@ -2093,7 +2106,7 @@ var oi = class extends Ie {
|
|
|
2093
2106
|
#a;
|
|
2094
2107
|
#t;
|
|
2095
2108
|
build(e, t, n) {
|
|
2096
|
-
const s = new
|
|
2109
|
+
const s = new ci({
|
|
2097
2110
|
client: e,
|
|
2098
2111
|
mutationCache: this,
|
|
2099
2112
|
mutationId: ++this.#t,
|
|
@@ -2177,7 +2190,7 @@ var oi = class extends Ie {
|
|
|
2177
2190
|
function Be(e) {
|
|
2178
2191
|
return e.options.scope?.id;
|
|
2179
2192
|
}
|
|
2180
|
-
var
|
|
2193
|
+
var ui = class extends Ie {
|
|
2181
2194
|
#e;
|
|
2182
2195
|
#a = void 0;
|
|
2183
2196
|
#t;
|
|
@@ -2190,11 +2203,11 @@ var ii = class extends Ie {
|
|
|
2190
2203
|
}
|
|
2191
2204
|
setOptions(e) {
|
|
2192
2205
|
const t = this.options;
|
|
2193
|
-
this.options = this.#e.defaultMutationOptions(e),
|
|
2206
|
+
this.options = this.#e.defaultMutationOptions(e), Qo(this.options, t) || this.#e.getMutationCache().notify({
|
|
2194
2207
|
type: "observerOptionsUpdated",
|
|
2195
2208
|
mutation: this.#t,
|
|
2196
2209
|
observer: this
|
|
2197
|
-
}), t?.mutationKey && this.options.mutationKey &&
|
|
2210
|
+
}), t?.mutationKey && this.options.mutationKey && ge(t.mutationKey) !== ge(this.options.mutationKey) ? this.reset() : this.#t?.state.status === "pending" && this.#t.setOptions(this.options);
|
|
2198
2211
|
}
|
|
2199
2212
|
onUnsubscribe() {
|
|
2200
2213
|
this.hasListeners() || this.#t?.removeObserver(this);
|
|
@@ -2212,7 +2225,7 @@ var ii = class extends Ie {
|
|
|
2212
2225
|
return this.#s = t, this.#t?.removeObserver(this), this.#t = this.#e.getMutationCache().build(this.#e, this.options), this.#t.addObserver(this), this.#t.execute(e);
|
|
2213
2226
|
}
|
|
2214
2227
|
#n() {
|
|
2215
|
-
const e = this.#t?.state ??
|
|
2228
|
+
const e = this.#t?.state ?? Va();
|
|
2216
2229
|
this.#a = {
|
|
2217
2230
|
...e,
|
|
2218
2231
|
isPending: e.status === "pending",
|
|
@@ -2282,15 +2295,15 @@ var ii = class extends Ie {
|
|
|
2282
2295
|
});
|
|
2283
2296
|
});
|
|
2284
2297
|
}
|
|
2285
|
-
},
|
|
2298
|
+
}, di = class extends Ie {
|
|
2286
2299
|
constructor(e = {}) {
|
|
2287
2300
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
|
|
2288
2301
|
}
|
|
2289
2302
|
#e;
|
|
2290
2303
|
build(e, t, n) {
|
|
2291
|
-
const s = t.queryKey, a = t.queryHash ??
|
|
2304
|
+
const s = t.queryKey, a = t.queryHash ?? yt(s, t);
|
|
2292
2305
|
let o = this.get(a);
|
|
2293
|
-
return o || (o = new
|
|
2306
|
+
return o || (o = new oi({
|
|
2294
2307
|
client: e,
|
|
2295
2308
|
queryKey: s,
|
|
2296
2309
|
queryHash: a,
|
|
@@ -2353,7 +2366,7 @@ var ii = class extends Ie {
|
|
|
2353
2366
|
});
|
|
2354
2367
|
});
|
|
2355
2368
|
}
|
|
2356
|
-
},
|
|
2369
|
+
}, hi = class {
|
|
2357
2370
|
#e;
|
|
2358
2371
|
#a;
|
|
2359
2372
|
#t;
|
|
@@ -2363,10 +2376,10 @@ var ii = class extends Ie {
|
|
|
2363
2376
|
#r;
|
|
2364
2377
|
#o;
|
|
2365
2378
|
constructor(e = {}) {
|
|
2366
|
-
this.#e = e.queryCache || new
|
|
2379
|
+
this.#e = e.queryCache || new di(), this.#a = e.mutationCache || new li(), this.#t = e.defaultOptions || {}, this.#s = /* @__PURE__ */ new Map(), this.#n = /* @__PURE__ */ new Map(), this.#i = 0;
|
|
2367
2380
|
}
|
|
2368
2381
|
mount() {
|
|
2369
|
-
this.#i++, this.#i === 1 && (this.#r =
|
|
2382
|
+
this.#i++, this.#i === 1 && (this.#r = Ha.subscribe(async (e) => {
|
|
2370
2383
|
e && (await this.resumePausedMutations(), this.#e.onFocus());
|
|
2371
2384
|
}), this.#o = Qe.subscribe(async (e) => {
|
|
2372
2385
|
e && (await this.resumePausedMutations(), this.#e.onOnline());
|
|
@@ -2405,7 +2418,7 @@ var ii = class extends Ie {
|
|
|
2405
2418
|
setQueryData(e, t, n) {
|
|
2406
2419
|
const s = this.defaultQueryOptions({ queryKey: e }), o = this.#e.get(
|
|
2407
2420
|
s.queryHash
|
|
2408
|
-
)?.state.data, i =
|
|
2421
|
+
)?.state.data, i = Fo(t, o);
|
|
2409
2422
|
if (i !== void 0)
|
|
2410
2423
|
return this.#e.build(this, s).setData(i, { ...n, manual: !0 });
|
|
2411
2424
|
}
|
|
@@ -2508,7 +2521,7 @@ var ii = class extends Ie {
|
|
|
2508
2521
|
this.#t = e;
|
|
2509
2522
|
}
|
|
2510
2523
|
setQueryDefaults(e, t) {
|
|
2511
|
-
this.#s.set(
|
|
2524
|
+
this.#s.set(ge(e), {
|
|
2512
2525
|
queryKey: e,
|
|
2513
2526
|
defaultOptions: t
|
|
2514
2527
|
});
|
|
@@ -2520,7 +2533,7 @@ var ii = class extends Ie {
|
|
|
2520
2533
|
}), n;
|
|
2521
2534
|
}
|
|
2522
2535
|
setMutationDefaults(e, t) {
|
|
2523
|
-
this.#n.set(
|
|
2536
|
+
this.#n.set(ge(e), {
|
|
2524
2537
|
mutationKey: e,
|
|
2525
2538
|
defaultOptions: t
|
|
2526
2539
|
});
|
|
@@ -2540,10 +2553,10 @@ var ii = class extends Ie {
|
|
|
2540
2553
|
...e,
|
|
2541
2554
|
_defaulted: !0
|
|
2542
2555
|
};
|
|
2543
|
-
return t.queryHash || (t.queryHash =
|
|
2556
|
+
return t.queryHash || (t.queryHash = yt(
|
|
2544
2557
|
t.queryKey,
|
|
2545
2558
|
t
|
|
2546
|
-
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn ===
|
|
2559
|
+
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn === $e && (t.enabled = !1), t;
|
|
2547
2560
|
}
|
|
2548
2561
|
defaultMutationOptions(e) {
|
|
2549
2562
|
return e?._defaulted ? e : {
|
|
@@ -2556,22 +2569,22 @@ var ii = class extends Ie {
|
|
|
2556
2569
|
clear() {
|
|
2557
2570
|
this.#e.clear(), this.#a.clear();
|
|
2558
2571
|
}
|
|
2559
|
-
},
|
|
2572
|
+
}, Wa = O.createContext(
|
|
2560
2573
|
void 0
|
|
2561
|
-
),
|
|
2562
|
-
const t = O.useContext(
|
|
2574
|
+
), mi = (e) => {
|
|
2575
|
+
const t = O.useContext(Wa);
|
|
2563
2576
|
if (!t)
|
|
2564
2577
|
throw new Error("No QueryClient set, use QueryClientProvider to set one");
|
|
2565
2578
|
return t;
|
|
2566
|
-
},
|
|
2579
|
+
}, pi = ({
|
|
2567
2580
|
client: e,
|
|
2568
2581
|
children: t
|
|
2569
2582
|
}) => (O.useEffect(() => (e.mount(), () => {
|
|
2570
2583
|
e.unmount();
|
|
2571
|
-
}), [e]), /* @__PURE__ */ h(
|
|
2572
|
-
function
|
|
2573
|
-
const n =
|
|
2574
|
-
() => new
|
|
2584
|
+
}), [e]), /* @__PURE__ */ h(Wa.Provider, { value: e, children: t }));
|
|
2585
|
+
function gi(e, t) {
|
|
2586
|
+
const n = mi(), [s] = O.useState(
|
|
2587
|
+
() => new ui(
|
|
2575
2588
|
n,
|
|
2576
2589
|
e
|
|
2577
2590
|
)
|
|
@@ -2592,7 +2605,7 @@ function di(e, t) {
|
|
|
2592
2605
|
},
|
|
2593
2606
|
[s]
|
|
2594
2607
|
);
|
|
2595
|
-
if (a.error &&
|
|
2608
|
+
if (a.error && Yo(s.options.throwOnError, [a.error]))
|
|
2596
2609
|
throw a.error;
|
|
2597
2610
|
return { ...a, mutate: o, mutateAsync: a.mutate };
|
|
2598
2611
|
}
|
|
@@ -2604,7 +2617,7 @@ function Fe(e) {
|
|
|
2604
2617
|
}
|
|
2605
2618
|
return e;
|
|
2606
2619
|
}
|
|
2607
|
-
var
|
|
2620
|
+
var fi = {
|
|
2608
2621
|
read: function(e) {
|
|
2609
2622
|
return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
|
|
2610
2623
|
},
|
|
@@ -2665,21 +2678,21 @@ function ft(e, t) {
|
|
|
2665
2678
|
}
|
|
2666
2679
|
);
|
|
2667
2680
|
}
|
|
2668
|
-
var na = ft(
|
|
2669
|
-
function
|
|
2681
|
+
var na = ft(fi, { path: "/" });
|
|
2682
|
+
function ki(e, t) {
|
|
2670
2683
|
return e.endsWith(t) ? e.length === t.length || e[e.length - t.length - 1] === "." : !1;
|
|
2671
2684
|
}
|
|
2672
|
-
function
|
|
2685
|
+
function yi(e, t) {
|
|
2673
2686
|
const n = e.length - t.length - 2, s = e.lastIndexOf(".", n);
|
|
2674
2687
|
return s === -1 ? e : e.slice(s + 1);
|
|
2675
2688
|
}
|
|
2676
|
-
function
|
|
2689
|
+
function bi(e, t, n) {
|
|
2677
2690
|
if (n.validHosts !== null) {
|
|
2678
2691
|
const a = n.validHosts;
|
|
2679
2692
|
for (const o of a)
|
|
2680
2693
|
if (
|
|
2681
2694
|
/*@__INLINE__*/
|
|
2682
|
-
|
|
2695
|
+
ki(t, o)
|
|
2683
2696
|
)
|
|
2684
2697
|
return o;
|
|
2685
2698
|
}
|
|
@@ -2689,7 +2702,7 @@ function gi(e, t, n) {
|
|
|
2689
2702
|
s += 1;
|
|
2690
2703
|
return e.length === t.length - s ? null : (
|
|
2691
2704
|
/*@__INLINE__*/
|
|
2692
|
-
|
|
2705
|
+
yi(t, e)
|
|
2693
2706
|
);
|
|
2694
2707
|
}
|
|
2695
2708
|
function sa(e, t) {
|
|
@@ -2745,7 +2758,7 @@ function sa(e, t) {
|
|
|
2745
2758
|
const o = n !== 0 || s !== e.length ? e.slice(n, s) : e;
|
|
2746
2759
|
return a ? o.toLowerCase() : o;
|
|
2747
2760
|
}
|
|
2748
|
-
function
|
|
2761
|
+
function vi(e) {
|
|
2749
2762
|
if (e.length < 7 || e.length > 15)
|
|
2750
2763
|
return !1;
|
|
2751
2764
|
let t = 0;
|
|
@@ -2758,7 +2771,7 @@ function fi(e) {
|
|
|
2758
2771
|
}
|
|
2759
2772
|
return t === 3 && e.charCodeAt(0) !== 46 && e.charCodeAt(e.length - 1) !== 46;
|
|
2760
2773
|
}
|
|
2761
|
-
function
|
|
2774
|
+
function wi(e) {
|
|
2762
2775
|
if (e.length < 3)
|
|
2763
2776
|
return !1;
|
|
2764
2777
|
let t = e.startsWith("[") ? 1 : 0, n = e.length;
|
|
@@ -2776,8 +2789,8 @@ function ki(e) {
|
|
|
2776
2789
|
}
|
|
2777
2790
|
return s;
|
|
2778
2791
|
}
|
|
2779
|
-
function
|
|
2780
|
-
return
|
|
2792
|
+
function xi(e) {
|
|
2793
|
+
return wi(e) || vi(e);
|
|
2781
2794
|
}
|
|
2782
2795
|
function oa(e) {
|
|
2783
2796
|
return e >= 97 && e <= 122 || e >= 48 && e <= 57 || e > 127;
|
|
@@ -2814,7 +2827,7 @@ function ia(e) {
|
|
|
2814
2827
|
n !== 45
|
|
2815
2828
|
);
|
|
2816
2829
|
}
|
|
2817
|
-
function
|
|
2830
|
+
function Ga({ allowIcannDomains: e = !0, allowPrivateDomains: t = !1, detectIp: n = !0, extractHostname: s = !0, mixedInputs: a = !0, validHosts: o = null, validateHostname: i = !0 }) {
|
|
2818
2831
|
return {
|
|
2819
2832
|
allowIcannDomains: e,
|
|
2820
2833
|
allowPrivateDomains: t,
|
|
@@ -2825,17 +2838,17 @@ function Wa({ allowIcannDomains: e = !0, allowPrivateDomains: t = !1, detectIp:
|
|
|
2825
2838
|
validateHostname: i
|
|
2826
2839
|
};
|
|
2827
2840
|
}
|
|
2828
|
-
const
|
|
2841
|
+
const _i = (
|
|
2829
2842
|
/*@__INLINE__*/
|
|
2830
|
-
|
|
2843
|
+
Ga({})
|
|
2831
2844
|
);
|
|
2832
|
-
function
|
|
2833
|
-
return e === void 0 ?
|
|
2845
|
+
function Ci(e) {
|
|
2846
|
+
return e === void 0 ? _i : (
|
|
2834
2847
|
/*@__INLINE__*/
|
|
2835
|
-
|
|
2848
|
+
Ga(e)
|
|
2836
2849
|
);
|
|
2837
2850
|
}
|
|
2838
|
-
function
|
|
2851
|
+
function Si() {
|
|
2839
2852
|
return {
|
|
2840
2853
|
domain: null,
|
|
2841
2854
|
domainWithoutSuffix: null,
|
|
@@ -2847,17 +2860,17 @@ function wi() {
|
|
|
2847
2860
|
subdomain: null
|
|
2848
2861
|
};
|
|
2849
2862
|
}
|
|
2850
|
-
function
|
|
2863
|
+
function Ei(e) {
|
|
2851
2864
|
e.domain = null, e.domainWithoutSuffix = null, e.hostname = null, e.isIcann = null, e.isIp = null, e.isPrivate = null, e.publicSuffix = null, e.subdomain = null;
|
|
2852
2865
|
}
|
|
2853
|
-
function
|
|
2866
|
+
function Ti(e, t, n, s, a) {
|
|
2854
2867
|
const o = (
|
|
2855
2868
|
/*@__INLINE__*/
|
|
2856
|
-
|
|
2869
|
+
Ci(s)
|
|
2857
2870
|
);
|
|
2858
|
-
return typeof e != "string" || (o.extractHostname ? o.mixedInputs ? a.hostname = sa(e, ia(e)) : a.hostname = sa(e, !1) : a.hostname = e, o.detectIp && a.hostname !== null && (a.isIp =
|
|
2871
|
+
return typeof e != "string" || (o.extractHostname ? o.mixedInputs ? a.hostname = sa(e, ia(e)) : a.hostname = sa(e, !1) : a.hostname = e, o.detectIp && a.hostname !== null && (a.isIp = xi(a.hostname), a.isIp)) ? a : o.validateHostname && o.extractHostname && a.hostname !== null && !ia(a.hostname) ? (a.hostname = null, a) : (a.hostname === null || (n(a.hostname, o, a), a.publicSuffix === null) || (a.domain = bi(a.publicSuffix, a.hostname, o)), a);
|
|
2859
2872
|
}
|
|
2860
|
-
function
|
|
2873
|
+
function ji(e, t, n) {
|
|
2861
2874
|
if (!t.allowPrivateDomains && e.length > 3) {
|
|
2862
2875
|
const s = e.length - 1, a = e.charCodeAt(s), o = e.charCodeAt(s - 1), i = e.charCodeAt(s - 2), r = e.charCodeAt(s - 3);
|
|
2863
2876
|
if (a === 109 && o === 111 && i === 99 && r === 46)
|
|
@@ -2875,12 +2888,12 @@ function Ci(e, t, n) {
|
|
|
2875
2888
|
}
|
|
2876
2889
|
return !1;
|
|
2877
2890
|
}
|
|
2878
|
-
const
|
|
2891
|
+
const zi = /* @__PURE__ */ (function() {
|
|
2879
2892
|
const e = [1, {}], t = [0, { city: e }];
|
|
2880
2893
|
return [0, { ck: [0, { www: e }], jp: [0, { kawasaki: t, kitakyushu: t, kobe: t, nagoya: t, sapporo: t, sendai: t, yokohama: t }] }];
|
|
2881
|
-
})(),
|
|
2882
|
-
const e = [1, {}], t = [2, {}], n = [1, { com: e, edu: e, gov: e, net: e, org: e }], s = [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e }], a = [0, { "*": t }], o = [2, { s: a }], i = [0, { relay: t }], r = [2, { id: t }], c = [1, { gov: e }], l = [0, { airflow: a, "lambda-url": t, "transfer-webapp": t }], d = [0, { airflow: a, "transfer-webapp": t }], u = [0, { "transfer-webapp": t }], m = [0, { "transfer-webapp": t, "transfer-webapp-fips": t }], f = [0, { notebook: t, studio: t }], p = [0, { labeling: t, notebook: t, studio: t }], k = [0, { notebook: t }], b = [0, { labeling: t, notebook: t, "notebook-fips": t, studio: t }], g = [0, { notebook: t, "notebook-fips": t, studio: t, "studio-fips": t }], y = [0, { shop: t }], v = [0, { "*": e }], T = [1, { co: t }], z = [0, { objects: t }], w = [2, { nodes: t }], x = [0, { my: t }], S = [0, { s3: t, "s3-accesspoint": t, "s3-website": t }], D = [0, { s3: t, "s3-accesspoint": t }], X = [0, { direct: t }],
|
|
2883
|
-
return [0, { ac: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, drr: t, feedback: t, forms: t }], ad: e, ae: [1, { ac: e, co: e, gov: e, mil: e, net: e, org: e, sch: e }], aero: [1, { airline: e, airport: e, "accident-investigation": e, "accident-prevention": e, aerobatic: e, aeroclub: e, aerodrome: e, agents: e, "air-surveillance": e, "air-traffic-control": e, aircraft: e, airtraffic: e, ambulance: e, association: e, author: e, ballooning: e, broker: e, caa: e, cargo: e, catering: e, certification: e, championship: e, charter: e, civilaviation: e, club: e, conference: e, consultant: e, consulting: e, control: e, council: e, crew: e, design: e, dgca: e, educator: e, emergency: e, engine: e, engineer: e, entertainment: e, equipment: e, exchange: e, express: e, federation: e, flight: e, freight: e, fuel: e, gliding: e, government: e, groundhandling: e, group: e, hanggliding: e, homebuilt: e, insurance: e, journal: e, journalist: e, leasing: e, logistics: e, magazine: e, maintenance: e, marketplace: e, media: e, microlight: e, modelling: e, navigation: e, parachuting: e, paragliding: e, "passenger-association": e, pilot: e, press: e, production: e, recreation: e, repbody: e, res: e, research: e, rotorcraft: e, safety: e, scientist: e, services: e, show: e, skydiving: e, software: e, student: e, taxi: e, trader: e, trading: e, trainer: e, union: e, workinggroup: e, works: e }], af: n, ag: [1, { co: e, com: e, net: e, nom: e, org: e, obj: t }], ai: [1, { com: e, net: e, off: e, org: e, uwu: t, framer: t, kiloapps: t }], al: s, am: [1, { co: e, com: e, commune: e, net: e, org: e, radio: t }], ao: [1, { co: e, ed: e, edu: e, gov: e, gv: e, it: e, og: e, org: e, pb: e }], aq: e, ar: [1, { bet: e, com: e, coop: e, edu: e, gob: e, gov: e, int: e, mil: e, musica: e, mutual: e, net: e, org: e, seg: e, senasa: e, tur: e }], arpa: [1, { e164: e, home: e, "in-addr": e, ip6: e, iris: e, uri: e, urn: e }], as: c, asia: [1, { cloudns: t, daemon: t, dix: t }], at: [1, { 4: t, ac: [1, { sth: e }], co: e, gv: e, or: e, funkfeuer: [0, { wien: t }], futurecms: [0, { "*": t, ex: a, in: a }], futurehosting: t, futuremailing: t, ortsinfo: [0, { ex: a, kunden: a }], biz: t, info: t, "123webseite": t, priv: t, my: t, myspreadshop: t, "12hp": t, "2ix": t, "4lima": t, "lima-city": t }], au: [1, { asn: e, com: [1, { cloudlets: [0, { mel: t }], myspreadshop: t }], edu: [1, { act: e, catholic: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e }], gov: [1, { qld: e, sa: e, tas: e, vic: e, wa: e }], id: e, net: e, org: e, conf: e, oz: e, act: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e, hrsn: [0, { vps: t }] }], aw: [1, { com: e }], ax: e, az: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, int: e, mil: e, name: e, net: e, org: e, pp: e, pro: e }], ba: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, brendly: y, rs: t }], bb: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, net: e, org: e, store: e, tv: e }], bd: [1, { ac: e, ai: e, co: e, com: e, edu: e, gov: e, id: e, info: e, it: e, mil: e, net: e, org: e, sch: e, tv: e }], be: [1, { ac: e, cloudns: t, webhosting: t, interhostsolutions: [0, { cloud: t }], kuleuven: [0, { ezproxy: t }], "123website": t, myspreadshop: t, transurl: a }], bf: c, bg: [1, { 0: e, 1: e, 2: e, 3: e, 4: e, 5: e, 6: e, 7: e, 8: e, 9: e, a: e, b: e, c: e, d: e, e, f: e, g: e, h: e, i: e, j: e, k: e, l: e, m: e, n: e, o: e, p: e, q: e, r: e, s: e, t: e, u: e, v: e, w: e, x: e, y: e, z: e, barsy: t }], bh: n, bi: [1, { co: e, com: e, edu: e, or: e, org: e }], biz: [1, { activetrail: t, "cloud-ip": t, cloudns: t, jozi: t, dyndns: t, "for-better": t, "for-more": t, "for-some": t, "for-the": t, selfip: t, webhop: t, orx: t, mmafan: t, myftp: t, "no-ip": t, dscloud: t }], bj: [1, { africa: e, agro: e, architectes: e, assur: e, avocats: e, co: e, com: e, eco: e, econo: e, edu: e, info: e, loisirs: e, money: e, net: e, org: e, ote: e, restaurant: e, resto: e, tourism: e, univ: e }], bm: n, bn: [1, { com: e, edu: e, gov: e, net: e, org: e, co: t }], bo: [1, { com: e, edu: e, gob: e, int: e, mil: e, net: e, org: e, tv: e, web: e, academia: e, agro: e, arte: e, blog: e, bolivia: e, ciencia: e, cooperativa: e, democracia: e, deporte: e, ecologia: e, economia: e, empresa: e, indigena: e, industria: e, info: e, medicina: e, movimiento: e, musica: e, natural: e, nombre: e, noticias: e, patria: e, plurinacional: e, politica: e, profesional: e, pueblo: e, revista: e, salud: e, tecnologia: e, tksat: e, transporte: e, wiki: e }], br: [1, { "9guacu": e, abc: e, adm: e, adv: e, agr: e, aju: e, am: e, anani: e, aparecida: e, api: e, app: e, arq: e, art: e, ato: e, b: e, barueri: e, belem: e, bet: e, bhz: e, bib: e, bio: e, blog: e, bmd: e, boavista: e, bsb: e, campinagrande: e, campinas: e, caxias: e, cim: e, cng: e, cnt: e, com: [1, { simplesite: t }], contagem: e, coop: e, coz: e, cri: e, cuiaba: e, curitiba: e, def: e, des: e, det: e, dev: e, ecn: e, eco: e, edu: e, emp: e, enf: e, eng: e, esp: e, etc: e, eti: e, far: e, feira: e, flog: e, floripa: e, fm: e, fnd: e, fortal: e, fot: e, foz: e, fst: e, g12: e, geo: e, ggf: e, goiania: e, gov: [1, { ac: e, al: e, am: e, ap: e, ba: e, ce: e, df: e, es: e, go: e, ma: e, mg: e, ms: e, mt: e, pa: e, pb: e, pe: e, pi: e, pr: e, rj: e, rn: e, ro: e, rr: e, rs: e, sc: e, se: e, sp: e, to: e }], gru: e, ia: e, imb: e, ind: e, inf: e, jab: e, jampa: e, jdf: e, joinville: e, jor: e, jus: e, leg: [1, { ac: t, al: t, am: t, ap: t, ba: t, ce: t, df: t, es: t, go: t, ma: t, mg: t, ms: t, mt: t, pa: t, pb: t, pe: t, pi: t, pr: t, rj: t, rn: t, ro: t, rr: t, rs: t, sc: t, se: t, sp: t, to: t }], leilao: e, lel: e, log: e, londrina: e, macapa: e, maceio: e, manaus: e, maringa: e, mat: e, med: e, mil: e, morena: e, mp: e, mus: e, natal: e, net: e, niteroi: e, nom: v, not: e, ntr: e, odo: e, ong: e, org: e, osasco: e, palmas: e, poa: e, ppg: e, pro: e, psc: e, psi: e, pvh: e, qsl: e, radio: e, rec: e, recife: e, rep: e, ribeirao: e, rio: e, riobranco: e, riopreto: e, salvador: e, sampa: e, santamaria: e, santoandre: e, saobernardo: e, saogonca: e, seg: e, sjc: e, slg: e, slz: e, social: e, sorocaba: e, srv: e, taxi: e, tc: e, tec: e, teo: e, the: e, tmp: e, trd: e, tur: e, tv: e, udi: e, vet: e, vix: e, vlog: e, wiki: e, xyz: e, zlg: e, tche: t }], bs: [1, { com: e, edu: e, gov: e, net: e, org: e, we: t }], bt: n, bv: e, bw: [1, { ac: e, co: e, gov: e, net: e, org: e }], by: [1, { gov: e, mil: e, com: e, of: e, mediatech: t }], bz: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, za: t, mydns: t, gsj: t }], ca: [1, { ab: e, bc: e, mb: e, nb: e, nf: e, nl: e, ns: e, nt: e, nu: e, on: e, pe: e, qc: e, sk: e, yk: e, gc: e, barsy: t, awdev: a, co: t, "no-ip": t, onid: t, myspreadshop: t, box: t }], cat: e, cc: [1, { cleverapps: t, "cloud-ip": t, cloudns: t, ccwu: t, ftpaccess: t, "game-server": t, myphotos: t, scrapping: t, twmail: t, csx: t, fantasyleague: t, spawn: [0, { instances: t }], ec: t, eu: t, gu: t, uk: t, us: t }], cd: [1, { gov: e, cc: t }], cf: e, cg: e, ch: [1, { square7: t, cloudns: t, cloudscale: [0, { cust: t, lpg: z, rma: z }], objectstorage: [0, { lpg: t, rma: t }], flow: [0, { ae: [0, { alp1: t }], appengine: t }], "linkyard-cloud": t, gotdns: t, dnsking: t, "123website": t, myspreadshop: t, firenet: [0, { "*": t, svc: a }], "12hp": t, "2ix": t, "4lima": t, "lima-city": t }], ci: [1, { ac: e, "xn--aroport-bya": e, aéroport: e, asso: e, co: e, com: e, ed: e, edu: e, go: e, gouv: e, int: e, net: e, or: e, org: e, us: t }], ck: v, cl: [1, { co: e, gob: e, gov: e, mil: e, cloudns: t }], cm: [1, { co: e, com: e, gov: e, net: e }], cn: [1, { ac: e, com: [1, { amazonaws: [0, { "cn-north-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, rds: a, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t }], "cn-northwest-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, rds: a, dualstack: D, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t }], compute: a, airflow: [0, { "cn-north-1": a, "cn-northwest-1": a }], eb: [0, { "cn-north-1": t, "cn-northwest-1": t }], elb: a }], amazonwebservices: [0, { on: [0, { "cn-north-1": d, "cn-northwest-1": d }] }], sagemaker: [0, { "cn-north-1": f, "cn-northwest-1": f }] }], edu: e, gov: e, mil: e, net: e, org: e, "xn--55qx5d": e, 公司: e, "xn--od0alg": e, 網絡: e, "xn--io0a7i": e, 网络: e, ah: e, bj: e, cq: e, fj: e, gd: e, gs: e, gx: e, gz: e, ha: e, hb: e, he: e, hi: e, hk: e, hl: e, hn: e, jl: e, js: e, jx: e, ln: e, mo: e, nm: e, nx: e, qh: e, sc: e, sd: e, sh: [1, { as: t }], sn: e, sx: e, tj: e, tw: e, xj: e, xz: e, yn: e, zj: e, "canva-apps": t, canvasite: x, myqnapcloud: t, quickconnect: X }], co: [1, { com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, carrd: t, crd: t, otap: a, hidns: t, leadpages: t, lpages: t, mypi: t, xmit: a, rdpa: [0, { clusters: a, srvrless: a }], firewalledreplit: r, repl: r, supabase: [2, { realtime: t, storage: t }], umso: t }], com: [1, { a2hosted: t, cpserver: t, adobeaemcloud: [2, { dev: a }], africa: t, auiusercontent: a, aivencloud: t, alibabacloudcs: t, kasserver: t, amazonaws: [0, { "af-south-1": ne, "ap-east-1": ge, "ap-northeast-1": ce, "ap-northeast-2": ce, "ap-northeast-3": ne, "ap-south-1": ce, "ap-south-2": le, "ap-southeast-1": ce, "ap-southeast-2": ce, "ap-southeast-3": le, "ap-southeast-4": le, "ap-southeast-5": [0, { "execute-api": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t }], "ca-central-1": Oe, "ca-west-1": Ce, "eu-central-1": ce, "eu-central-2": le, "eu-north-1": ge, "eu-south-1": ne, "eu-south-2": le, "eu-west-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": $, cloud9: Y }], "eu-west-2": ge, "eu-west-3": ne, "il-central-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t, "aws-cloud9": $, cloud9: [0, { vfs: t }] }], "me-central-1": le, "me-south-1": ge, "sa-east-1": ne, "us-east-1": [2, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: fe, s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-deprecated": t, "s3-fips": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": $, cloud9: Y }], "us-east-2": C, "us-gov-east-1": Ce, "us-gov-west-1": Ce, "us-west-1": Oe, "us-west-2": C, compute: a, "compute-1": a, airflow: [0, { "af-south-1": a, "ap-east-1": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-south-2": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-4": a, "ap-southeast-5": a, "ap-southeast-7": a, "ca-central-1": a, "ca-west-1": a, "eu-central-1": a, "eu-central-2": a, "eu-north-1": a, "eu-south-1": a, "eu-south-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-west-1": a, "us-west-2": a }], rds: [0, { "af-south-1": a, "ap-east-1": a, "ap-east-2": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-south-2": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-4": a, "ap-southeast-5": a, "ap-southeast-6": a, "ap-southeast-7": a, "ca-central-1": a, "ca-west-1": a, "eu-central-1": a, "eu-central-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "mx-central-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-gov-east-1": a, "us-gov-west-1": a, "us-northeast-1": a, "us-west-1": a, "us-west-2": a }], s3: t, "s3-1": t, "s3-ap-east-1": t, "s3-ap-northeast-1": t, "s3-ap-northeast-2": t, "s3-ap-northeast-3": t, "s3-ap-south-1": t, "s3-ap-southeast-1": t, "s3-ap-southeast-2": t, "s3-ca-central-1": t, "s3-eu-central-1": t, "s3-eu-north-1": t, "s3-eu-west-1": t, "s3-eu-west-2": t, "s3-eu-west-3": t, "s3-external-1": t, "s3-fips-us-gov-east-1": t, "s3-fips-us-gov-west-1": t, "s3-global": [0, { accesspoint: [0, { mrap: t }] }], "s3-me-south-1": t, "s3-sa-east-1": t, "s3-us-east-2": t, "s3-us-gov-east-1": t, "s3-us-gov-west-1": t, "s3-us-west-1": t, "s3-us-west-2": t, "s3-website-ap-northeast-1": t, "s3-website-ap-southeast-1": t, "s3-website-ap-southeast-2": t, "s3-website-eu-west-1": t, "s3-website-sa-east-1": t, "s3-website-us-east-1": t, "s3-website-us-gov-west-1": t, "s3-website-us-west-1": t, "s3-website-us-west-2": t, elb: a }], amazoncognito: [0, { "af-south-1": I, "ap-east-1": I, "ap-northeast-1": I, "ap-northeast-2": I, "ap-northeast-3": I, "ap-south-1": I, "ap-south-2": I, "ap-southeast-1": I, "ap-southeast-2": I, "ap-southeast-3": I, "ap-southeast-4": I, "ap-southeast-5": I, "ap-southeast-7": I, "ca-central-1": I, "ca-west-1": I, "eu-central-1": I, "eu-central-2": I, "eu-north-1": I, "eu-south-1": I, "eu-south-2": I, "eu-west-1": I, "eu-west-2": I, "eu-west-3": I, "il-central-1": I, "me-central-1": I, "me-south-1": I, "mx-central-1": I, "sa-east-1": I, "us-east-1": Re, "us-east-2": Re, "us-gov-east-1": wt, "us-gov-west-1": wt, "us-west-1": Re, "us-west-2": Re }], amplifyapp: t, awsapprunner: a, awsapps: t, elasticbeanstalk: [2, { "af-south-1": t, "ap-east-1": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-5": t, "ap-southeast-7": t, "ca-central-1": t, "eu-central-1": t, "eu-north-1": t, "eu-south-1": t, "eu-south-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-gov-east-1": t, "us-gov-west-1": t, "us-west-1": t, "us-west-2": t }], awsglobalaccelerator: t, siiites: t, appspacehosted: t, appspaceusercontent: t, "on-aptible": t, myasustor: t, "balena-devices": t, boutir: t, bplaced: t, cafjs: t, "canva-apps": t, "canva-hosted-embed": t, canvacode: t, "rice-labs": t, "cdn77-storage": t, br: t, cn: t, de: t, eu: t, jpn: t, mex: t, ru: t, sa: t, uk: t, us: t, za: t, "clever-cloud": [0, { services: a }], abrdns: t, dnsabr: t, "ip-ddns": t, jdevcloud: t, wpdevcloud: t, "cf-ipfs": t, "cloudflare-ipfs": t, trycloudflare: t, co: t, devinapps: a, builtwithdark: t, datadetect: [0, { demo: t, instance: t }], dattolocal: t, dattorelay: t, dattoweb: t, mydatto: t, digitaloceanspaces: a, discordsays: t, discordsez: t, drayddns: t, dreamhosters: t, durumis: t, blogdns: t, cechire: t, dnsalias: t, dnsdojo: t, doesntexist: t, dontexist: t, doomdns: t, "dyn-o-saur": t, dynalias: t, "dyndns-at-home": t, "dyndns-at-work": t, "dyndns-blog": t, "dyndns-free": t, "dyndns-home": t, "dyndns-ip": t, "dyndns-mail": t, "dyndns-office": t, "dyndns-pics": t, "dyndns-remote": t, "dyndns-server": t, "dyndns-web": t, "dyndns-wiki": t, "dyndns-work": t, "est-a-la-maison": t, "est-a-la-masion": t, "est-le-patron": t, "est-mon-blogueur": t, "from-ak": t, "from-al": t, "from-ar": t, "from-ca": t, "from-ct": t, "from-dc": t, "from-de": t, "from-fl": t, "from-ga": t, "from-hi": t, "from-ia": t, "from-id": t, "from-il": t, "from-in": t, "from-ks": t, "from-ky": t, "from-ma": t, "from-md": t, "from-mi": t, "from-mn": t, "from-mo": t, "from-ms": t, "from-mt": t, "from-nc": t, "from-nd": t, "from-ne": t, "from-nh": t, "from-nj": t, "from-nm": t, "from-nv": t, "from-oh": t, "from-ok": t, "from-or": t, "from-pa": t, "from-pr": t, "from-ri": t, "from-sc": t, "from-sd": t, "from-tn": t, "from-tx": t, "from-ut": t, "from-va": t, "from-vt": t, "from-wa": t, "from-wi": t, "from-wv": t, "from-wy": t, getmyip: t, gotdns: t, "hobby-site": t, homelinux: t, homeunix: t, iamallama: t, "is-a-anarchist": t, "is-a-blogger": t, "is-a-bookkeeper": t, "is-a-bulls-fan": t, "is-a-caterer": t, "is-a-chef": t, "is-a-conservative": t, "is-a-cpa": t, "is-a-cubicle-slave": t, "is-a-democrat": t, "is-a-designer": t, "is-a-doctor": t, "is-a-financialadvisor": t, "is-a-geek": t, "is-a-green": t, "is-a-guru": t, "is-a-hard-worker": t, "is-a-hunter": t, "is-a-landscaper": t, "is-a-lawyer": t, "is-a-liberal": t, "is-a-libertarian": t, "is-a-llama": t, "is-a-musician": t, "is-a-nascarfan": t, "is-a-nurse": t, "is-a-painter": t, "is-a-personaltrainer": t, "is-a-photographer": t, "is-a-player": t, "is-a-republican": t, "is-a-rockstar": t, "is-a-socialist": t, "is-a-student": t, "is-a-teacher": t, "is-a-techie": t, "is-a-therapist": t, "is-an-accountant": t, "is-an-actor": t, "is-an-actress": t, "is-an-anarchist": t, "is-an-artist": t, "is-an-engineer": t, "is-an-entertainer": t, "is-certified": t, "is-gone": t, "is-into-anime": t, "is-into-cars": t, "is-into-cartoons": t, "is-into-games": t, "is-leet": t, "is-not-certified": t, "is-slick": t, "is-uberleet": t, "is-with-theband": t, "isa-geek": t, "isa-hockeynut": t, issmarterthanyou: t, "likes-pie": t, likescandy: t, "neat-url": t, "saves-the-whales": t, selfip: t, "sells-for-less": t, "sells-for-u": t, servebbs: t, "simple-url": t, "space-to-rent": t, "teaches-yoga": t, writesthisblog: t, "1cooldns": t, bumbleshrimp: t, ddnsfree: t, ddnsgeek: t, ddnsguru: t, dynuddns: t, dynuhosting: t, giize: t, gleeze: t, kozow: t, loseyourip: t, ooguy: t, pivohosting: t, theworkpc: t, wiredbladehosting: t, emergentagent: [0, { preview: t }], mytuleap: t, "tuleap-partners": t, encoreapi: t, evennode: [0, { "eu-1": t, "eu-2": t, "eu-3": t, "eu-4": t, "us-1": t, "us-2": t, "us-3": t, "us-4": t }], onfabrica: t, "fastly-edge": t, "fastly-terrarium": t, "fastvps-server": t, mydobiss: t, firebaseapp: t, fldrv: t, framercanvas: t, "freebox-os": t, freeboxos: t, freemyip: t, aliases121: t, gentapps: t, gentlentapis: t, githubusercontent: t, "0emm": a, appspot: [2, { r: a }], blogspot: t, codespot: t, googleapis: t, googlecode: t, pagespeedmobilizer: t, withgoogle: t, withyoutube: t, grayjayleagues: t, hatenablog: t, hatenadiary: t, "hercules-app": t, "hercules-dev": t, herokuapp: t, gr: t, smushcdn: t, wphostedmail: t, wpmucdn: t, pixolino: t, "apps-1and1": t, "live-website": t, "webspace-host": t, dopaas: t, "hosted-by-previder": Ze, hosteur: [0, { "rag-cloud": t, "rag-cloud-ch": t }], "ik-server": [0, { jcloud: t, "jcloud-ver-jpc": t }], jelastic: [0, { demo: t }], massivegrid: Ze, wafaicloud: [0, { jed: t, ryd: t }], "eu1-plenit": t, "la1-plenit": t, "us1-plenit": t, webadorsite: t, "on-forge": t, "on-vapor": t, lpusercontent: t, linode: [0, { members: t, nodebalancer: a }], linodeobjects: a, linodeusercontent: [0, { ip: t }], localtonet: t, lovableproject: t, barsycenter: t, barsyonline: t, lutrausercontent: a, magicpatternsapp: t, modelscape: t, mwcloudnonprod: t, polyspace: t, mazeplay: t, miniserver: t, atmeta: t, fbsbx: xt, meteorapp: _t, routingthecloud: t, "same-app": t, "same-preview": t, mydbserver: t, mochausercontent: t, hostedpi: t, "mythic-beasts": [0, { caracal: t, customer: t, fentiger: t, lynx: t, ocelot: t, oncilla: t, onza: t, sphinx: t, vs: t, x: t, yali: t }], nospamproxy: [0, { cloud: [2, { o365: t }] }], "4u": t, nfshost: t, "3utilities": t, blogsyte: t, ciscofreak: t, damnserver: t, ddnsking: t, ditchyourip: t, dnsiskinky: t, dynns: t, geekgalaxy: t, "health-carereform": t, homesecuritymac: t, homesecuritypc: t, myactivedirectory: t, mysecuritycamera: t, myvnc: t, "net-freaks": t, onthewifi: t, point2this: t, quicksytes: t, securitytactics: t, servebeer: t, servecounterstrike: t, serveexchange: t, serveftp: t, servegame: t, servehalflife: t, servehttp: t, servehumour: t, serveirc: t, servemp3: t, servep2p: t, servepics: t, servequake: t, servesarcasm: t, stufftoread: t, unusualperson: t, workisboring: t, myiphost: t, observableusercontent: [0, { static: t }], simplesite: t, oaiusercontent: a, orsites: t, operaunite: t, "customer-oci": [0, { "*": t, oci: a, ocp: a, ocs: a }], oraclecloudapps: a, oraclegovcloudapps: a, "authgear-staging": t, authgearapps: t, outsystemscloud: t, ownprovider: t, pgfog: t, pagexl: t, gotpantheon: t, paywhirl: a, forgeblocks: t, upsunapp: t, "postman-echo": t, prgmr: [0, { xen: t }], "project-study": [0, { dev: t }], pythonanywhere: _t, qa2: t, "alpha-myqnapcloud": t, "dev-myqnapcloud": t, mycloudnas: t, mynascloud: t, myqnapcloud: t, qualifioapp: t, ladesk: t, qualyhqpartner: a, qualyhqportal: a, qbuser: t, quipelements: a, rackmaze: t, "readthedocs-hosted": t, rhcloud: t, onrender: t, render: et, "subsc-pay": t, "180r": t, dojin: t, sakuratan: t, sakuraweb: t, x0: t, code: [0, { builder: a, "dev-builder": a, "stg-builder": a }], salesforce: [0, { platform: [0, { "code-builder-stg": [0, { test: [0, { "001": a }] }] }] }], logoip: t, scrysec: t, "firewall-gateway": t, myshopblocks: t, myshopify: t, shopitsite: t, "1kapp": t, appchizi: t, applinzi: t, sinaapp: t, vipsinaapp: t, streamlitapp: t, "try-snowplow": t, "playstation-cloud": t, myspreadshop: t, "w-corp-staticblitz": t, "w-credentialless-staticblitz": t, "w-staticblitz": t, "stackhero-network": t, stdlib: [0, { api: t }], strapiapp: [2, { media: t }], "streak-link": t, streaklinks: t, streakusercontent: t, "temp-dns": t, dsmynas: t, familyds: t, mytabit: t, taveusercontent: t, "tb-hosting": tt, reservd: t, thingdustdata: t, "townnews-staging": t, typeform: [0, { pro: t }], hk: t, it: t, "deus-canvas": t, vultrobjects: a, wafflecell: t, hotelwithflight: t, "reserve-online": t, cprapid: t, pleskns: t, remotewd: t, wiardweb: [0, { pages: t }], "base44-sandbox": t, wixsite: t, wixstudio: t, messwithdns: t, "woltlab-demo": t, wpenginepowered: [2, { js: t }], xnbay: [2, { u2: t, "u2-local": t }], xtooldevice: t, yolasite: t }], coop: e, cr: [1, { ac: e, co: e, ed: e, fi: e, go: e, or: e, sa: e }], cu: [1, { com: e, edu: e, gob: e, inf: e, nat: e, net: e, org: e }], cv: [1, { com: e, edu: e, id: e, int: e, net: e, nome: e, org: e, publ: e }], cw: Ae, cx: [1, { gov: e, cloudns: t, ath: t, info: t, assessments: t, calculators: t, funnels: t, paynow: t, quizzes: t, researched: t, tests: t }], cy: [1, { ac: e, biz: e, com: [1, { scaleforce: at }], ekloges: e, gov: e, ltd: e, mil: e, net: e, org: e, press: e, pro: e, tm: e }], cz: [1, { gov: e, contentproxy9: [0, { rsc: t }], realm: t, e4: t, co: t, metacentrum: [0, { cloud: a, custom: t }], muni: [0, { cloud: [0, { flt: t, usr: t }] }] }], de: [1, { bplaced: t, square7: t, "bwcloud-os-instance": a, com: t, cosidns: Ct, dnsupdater: t, "dynamisches-dns": t, "internet-dns": t, "l-o-g-i-n": t, ddnss: [2, { dyn: t, dyndns: t }], "dyn-ip24": t, dyndns1: t, "home-webserver": [2, { dyn: t }], "myhome-server": t, dnshome: t, fuettertdasnetz: t, isteingeek: t, istmein: t, lebtimnetz: t, leitungsen: t, traeumtgerade: t, frusky: a, goip: t, "xn--gnstigbestellen-zvb": t, günstigbestellen: t, "xn--gnstigliefern-wob": t, günstigliefern: t, "hs-heilbronn": [0, { it: [0, { pages: t, "pages-research": t }] }], "dyn-berlin": t, "in-berlin": t, "in-brb": t, "in-butter": t, "in-dsl": t, "in-vpn": t, iservschule: t, "mein-iserv": t, schuldock: t, schulplattform: t, schulserver: t, "test-iserv": t, keymachine: t, co: t, "git-repos": t, "lcube-server": t, "svn-repos": t, barsy: t, webspaceconfig: t, "123webseite": t, rub: t, "ruhr-uni-bochum": [2, { noc: [0, { io: t }] }], logoip: t, "firewall-gateway": t, "my-gateway": t, "my-router": t, spdns: t, my: t, speedpartner: [0, { customer: t }], myspreadshop: t, "taifun-dns": t, "12hp": t, "2ix": t, "4lima": t, "lima-city": t, "virtual-user": t, virtualuser: t, "community-pro": t, diskussionsbereich: t, xenonconnect: a }], dj: e, dk: [1, { biz: t, co: t, firm: t, reg: t, store: t, "123hjemmeside": t, myspreadshop: t }], dm: Tt, do: [1, { art: e, com: e, edu: e, gob: e, gov: e, mil: e, net: e, org: e, sld: e, web: e }], dz: [1, { art: e, asso: e, com: e, edu: e, gov: e, net: e, org: e, pol: e, soc: e, tm: e }], ec: [1, { abg: e, adm: e, agron: e, arqt: e, art: e, bar: e, chef: e, com: e, cont: e, cpa: e, cue: e, dent: e, dgn: e, disco: e, doc: e, edu: e, eng: e, esm: e, fin: e, fot: e, gal: e, gob: e, gov: e, gye: e, ibr: e, info: e, k12: e, lat: e, loj: e, med: e, mil: e, mktg: e, mon: e, net: e, ntr: e, odont: e, org: e, pro: e, prof: e, psic: e, psiq: e, pub: e, rio: e, rrpp: e, sal: e, tech: e, tul: e, tur: e, uio: e, vet: e, xxx: e, base: t, official: t }], edu: [1, { rit: [0, { "git-pages": t }] }], ee: [1, { aip: e, com: e, edu: e, fie: e, gov: e, lib: e, med: e, org: e, pri: e, riik: e }], eg: [1, { ac: e, com: e, edu: e, eun: e, gov: e, info: e, me: e, mil: e, name: e, net: e, org: e, sci: e, sport: e, tv: e }], er: v, es: [1, { com: e, edu: e, gob: e, nom: e, org: e, "123miweb": t, myspreadshop: t }], et: [1, { biz: e, com: e, edu: e, gov: e, info: e, name: e, net: e, org: e }], eu: [1, { amazonwebservices: [0, { on: [0, { "eusc-de-east-1": [0, { "cognito-idp": I }] }] }], cloudns: t, prvw: t, deuxfleurs: t, dogado: [0, { jelastic: t }], barsy: t, spdns: t, nxa: a, directwp: t, transurl: a }], fi: [1, { aland: e, dy: t, "xn--hkkinen-5wa": t, häkkinen: t, iki: t, cloudplatform: [0, { fi: t }], datacenter: [0, { demo: t, paas: t }], kapsi: t, "123kotisivu": t, myspreadshop: t }], fj: [1, { ac: e, biz: e, com: e, edu: e, gov: e, id: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], fk: v, fm: [1, { com: e, edu: e, net: e, org: e, radio: t, user: a }], fo: e, fr: [1, { asso: e, com: e, gouv: e, nom: e, prd: e, tm: e, avoues: e, cci: e, greta: e, "huissier-justice": e, "fbx-os": t, fbxos: t, "freebox-os": t, freeboxos: t, goupile: t, "123siteweb": t, "on-web": t, "chirurgiens-dentistes-en-france": t, dedibox: t, aeroport: t, avocat: t, chambagri: t, "chirurgiens-dentistes": t, "experts-comptables": t, medecin: t, notaires: t, pharmacien: t, port: t, veterinaire: t, myspreadshop: t, ynh: t }], ga: e, gb: e, gd: [1, { edu: e, gov: e }], ge: [1, { com: e, edu: e, gov: e, net: e, org: e, pvt: e, school: e }], gf: e, gg: [1, { co: e, net: e, org: e, ply: [0, { at: a, d6: t }], botdash: t, kaas: t, stackit: t, panel: [2, { daemon: t }] }], gh: [1, { biz: e, com: e, edu: e, gov: e, mil: e, net: e, org: e }], gi: [1, { com: e, edu: e, gov: e, ltd: e, mod: e, org: e }], gl: [1, { co: e, com: e, edu: e, net: e, org: e }], gm: e, gn: [1, { ac: e, com: e, edu: e, gov: e, net: e, org: e }], gov: e, gp: [1, { asso: e, com: e, edu: e, mobi: e, net: e, org: e }], gq: e, gr: [1, { com: e, edu: e, gov: e, net: e, org: e, barsy: t, simplesite: t }], gs: e, gt: [1, { com: e, edu: e, gob: e, ind: e, mil: e, net: e, org: e }], gu: [1, { com: e, edu: e, gov: e, guam: e, info: e, net: e, org: e, web: e }], gw: [1, { nx: t }], gy: Tt, hk: [1, { com: e, edu: e, gov: e, idv: e, net: e, org: e, "xn--ciqpn": e, 个人: e, "xn--gmqw5a": e, 個人: e, "xn--55qx5d": e, 公司: e, "xn--mxtq1m": e, 政府: e, "xn--lcvr32d": e, 敎育: e, "xn--wcvs22d": e, 教育: e, "xn--gmq050i": e, 箇人: e, "xn--uc0atv": e, 組織: e, "xn--uc0ay4a": e, 組织: e, "xn--od0alg": e, 網絡: e, "xn--zf0avx": e, 網络: e, "xn--mk0axi": e, 组織: e, "xn--tn0ag": e, 组织: e, "xn--od0aq3b": e, 网絡: e, "xn--io0a7i": e, 网络: e, inc: t, ltd: t }], hm: e, hn: [1, { com: e, edu: e, gob: e, mil: e, net: e, org: e }], hr: [1, { com: e, from: e, iz: e, name: e, brendly: y }], ht: [1, { adult: e, art: e, asso: e, com: e, coop: e, edu: e, firm: e, gouv: e, info: e, med: e, net: e, org: e, perso: e, pol: e, pro: e, rel: e, shop: e, rt: t }], hu: [1, { 2e3: e, agrar: e, bolt: e, casino: e, city: e, co: e, erotica: e, erotika: e, film: e, forum: e, games: e, hotel: e, info: e, ingatlan: e, jogasz: e, konyvelo: e, lakas: e, media: e, news: e, org: e, priv: e, reklam: e, sex: e, shop: e, sport: e, suli: e, szex: e, tm: e, tozsde: e, utazas: e, video: e }], id: [1, { ac: e, biz: e, co: e, desa: e, go: e, kop: e, mil: e, my: e, net: e, or: e, ponpes: e, sch: e, web: e, "xn--9tfky": e, "ᬩᬮᬶ": e, e: t, zone: t }], ie: [1, { gov: e, myspreadshop: t }], il: [1, { ac: e, co: [1, { ravpage: t, mytabit: t, tabitorder: t }], gov: e, idf: e, k12: e, muni: e, net: e, org: e }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": e, "xn--5dbhl8d": e, "xn--8dbq2a": e, "xn--hebda8b": e }], ישראל: [1, { אקדמיה: e, ישוב: e, צהל: e, ממשל: e }], im: [1, { ac: e, co: [1, { ltd: e, plc: e }], com: e, net: e, org: e, tt: e, tv: e }], in: [1, { "5g": e, "6g": e, ac: e, ai: e, am: e, bank: e, bihar: e, biz: e, business: e, ca: e, cn: e, co: e, com: e, coop: e, cs: e, delhi: e, dr: e, edu: e, er: e, fin: e, firm: e, gen: e, gov: e, gujarat: e, ind: e, info: e, int: e, internet: e, io: e, me: e, mil: e, net: e, nic: e, org: e, pg: e, post: e, pro: e, res: e, travel: e, tv: e, uk: e, up: e, us: e, cloudns: t, barsy: t, web: t, indevs: t, supabase: t }], info: [1, { cloudns: t, "dynamic-dns": t, "barrel-of-knowledge": t, "barrell-of-knowledge": t, dyndns: t, "for-our": t, "groks-the": t, "groks-this": t, "here-for-more": t, knowsitall: t, selfip: t, webhop: t, barsy: t, mayfirst: t, mittwald: t, mittwaldserver: t, typo3server: t, dvrcam: t, ilovecollege: t, "no-ip": t, forumz: t, nsupdate: t, dnsupdate: t, "v-info": t }], int: [1, { eu: e }], io: [1, { 2038: t, co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, "on-acorn": a, myaddr: t, apigee: t, "b-data": t, beagleboard: t, bitbucket: t, bluebite: t, boxfuse: t, brave: o, browsersafetymark: t, bubble: Se, bubbleapps: t, bigv: [0, { uk0: t }], cleverapps: t, cloudbeesusercontent: t, dappnode: [0, { dyndns: t }], darklang: t, definima: t, dedyn: t, icp0: It, icp1: It, qzz: t, "fh-muenster": t, gitbook: t, github: t, gitlab: t, lolipop: t, "hasura-app": t, hostyhosting: t, hypernode: t, moonscale: a, beebyte: Ze, beebyteapp: [0, { sekd1: t }], jele: t, keenetic: t, kiloapps: t, webthings: t, loginline: t, barsy: t, azurecontainer: a, ngrok: [2, { ap: t, au: t, eu: t, in: t, jp: t, sa: t, us: t }], nodeart: [0, { stage: t }], pantheonsite: t, forgerock: [0, { id: t }], pstmn: [2, { mock: t }], protonet: t, qcx: [2, { sys: a }], qoto: t, vaporcloud: t, myrdbx: t, "rb-hosting": tt, "on-k3s": a, "on-rio": a, readthedocs: t, resindevice: t, resinstaging: [0, { devices: t }], hzc: t, sandcats: t, scrypted: [0, { client: t }], "mo-siemens": t, lair: xt, stolos: a, musician: t, utwente: t, edugit: t, telebit: t, thingdust: [0, { dev: nt, disrec: nt, prod: Ot, testing: nt }], tickets: t, webflow: t, webflowtest: t, editorx: t, wixstudio: t, basicserver: t, virtualserver: t }], iq: s, ir: [1, { ac: e, co: e, gov: e, id: e, net: e, org: e, sch: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, arvanedge: t, vistablog: t }], is: e, it: [1, { edu: e, gov: e, abr: e, abruzzo: e, "aosta-valley": e, aostavalley: e, bas: e, basilicata: e, cal: e, calabria: e, cam: e, campania: e, "emilia-romagna": e, emiliaromagna: e, emr: e, "friuli-v-giulia": e, "friuli-ve-giulia": e, "friuli-vegiulia": e, "friuli-venezia-giulia": e, "friuli-veneziagiulia": e, "friuli-vgiulia": e, "friuliv-giulia": e, "friulive-giulia": e, friulivegiulia: e, "friulivenezia-giulia": e, friuliveneziagiulia: e, friulivgiulia: e, fvg: e, laz: e, lazio: e, lig: e, liguria: e, lom: e, lombardia: e, lombardy: e, lucania: e, mar: e, marche: e, mol: e, molise: e, piedmont: e, piemonte: e, pmn: e, pug: e, puglia: e, sar: e, sardegna: e, sardinia: e, sic: e, sicilia: e, sicily: e, taa: e, tos: e, toscana: e, "trentin-sud-tirol": e, "xn--trentin-sd-tirol-rzb": e, "trentin-süd-tirol": e, "trentin-sudtirol": e, "xn--trentin-sdtirol-7vb": e, "trentin-südtirol": e, "trentin-sued-tirol": e, "trentin-suedtirol": e, trentino: e, "trentino-a-adige": e, "trentino-aadige": e, "trentino-alto-adige": e, "trentino-altoadige": e, "trentino-s-tirol": e, "trentino-stirol": e, "trentino-sud-tirol": e, "xn--trentino-sd-tirol-c3b": e, "trentino-süd-tirol": e, "trentino-sudtirol": e, "xn--trentino-sdtirol-szb": e, "trentino-südtirol": e, "trentino-sued-tirol": e, "trentino-suedtirol": e, "trentinoa-adige": e, trentinoaadige: e, "trentinoalto-adige": e, trentinoaltoadige: e, "trentinos-tirol": e, trentinostirol: e, "trentinosud-tirol": e, "xn--trentinosd-tirol-rzb": e, "trentinosüd-tirol": e, trentinosudtirol: e, "xn--trentinosdtirol-7vb": e, trentinosüdtirol: e, "trentinosued-tirol": e, trentinosuedtirol: e, "trentinsud-tirol": e, "xn--trentinsd-tirol-6vb": e, "trentinsüd-tirol": e, trentinsudtirol: e, "xn--trentinsdtirol-nsb": e, trentinsüdtirol: e, "trentinsued-tirol": e, trentinsuedtirol: e, tuscany: e, umb: e, umbria: e, "val-d-aosta": e, "val-daosta": e, "vald-aosta": e, valdaosta: e, "valle-aosta": e, "valle-d-aosta": e, "valle-daosta": e, valleaosta: e, "valled-aosta": e, valledaosta: e, "vallee-aoste": e, "xn--valle-aoste-ebb": e, "vallée-aoste": e, "vallee-d-aoste": e, "xn--valle-d-aoste-ehb": e, "vallée-d-aoste": e, valleeaoste: e, "xn--valleaoste-e7a": e, valléeaoste: e, valleedaoste: e, "xn--valledaoste-ebb": e, valléedaoste: e, vao: e, vda: e, ven: e, veneto: e, ag: e, agrigento: e, al: e, alessandria: e, "alto-adige": e, altoadige: e, an: e, ancona: e, "andria-barletta-trani": e, "andria-trani-barletta": e, andriabarlettatrani: e, andriatranibarletta: e, ao: e, aosta: e, aoste: e, ap: e, aq: e, aquila: e, ar: e, arezzo: e, "ascoli-piceno": e, ascolipiceno: e, asti: e, at: e, av: e, avellino: e, ba: e, balsan: e, "balsan-sudtirol": e, "xn--balsan-sdtirol-nsb": e, "balsan-südtirol": e, "balsan-suedtirol": e, bari: e, "barletta-trani-andria": e, barlettatraniandria: e, belluno: e, benevento: e, bergamo: e, bg: e, bi: e, biella: e, bl: e, bn: e, bo: e, bologna: e, bolzano: e, "bolzano-altoadige": e, bozen: e, "bozen-sudtirol": e, "xn--bozen-sdtirol-2ob": e, "bozen-südtirol": e, "bozen-suedtirol": e, br: e, brescia: e, brindisi: e, bs: e, bt: e, bulsan: e, "bulsan-sudtirol": e, "xn--bulsan-sdtirol-nsb": e, "bulsan-südtirol": e, "bulsan-suedtirol": e, bz: e, ca: e, cagliari: e, caltanissetta: e, "campidano-medio": e, campidanomedio: e, campobasso: e, "carbonia-iglesias": e, carboniaiglesias: e, "carrara-massa": e, carraramassa: e, caserta: e, catania: e, catanzaro: e, cb: e, ce: e, "cesena-forli": e, "xn--cesena-forl-mcb": e, "cesena-forlì": e, cesenaforli: e, "xn--cesenaforl-i8a": e, cesenaforlì: e, ch: e, chieti: e, ci: e, cl: e, cn: e, co: e, como: e, cosenza: e, cr: e, cremona: e, crotone: e, cs: e, ct: e, cuneo: e, cz: e, "dell-ogliastra": e, dellogliastra: e, en: e, enna: e, fc: e, fe: e, fermo: e, ferrara: e, fg: e, fi: e, firenze: e, florence: e, fm: e, foggia: e, "forli-cesena": e, "xn--forl-cesena-fcb": e, "forlì-cesena": e, forlicesena: e, "xn--forlcesena-c8a": e, forlìcesena: e, fr: e, frosinone: e, ge: e, genoa: e, genova: e, go: e, gorizia: e, gr: e, grosseto: e, "iglesias-carbonia": e, iglesiascarbonia: e, im: e, imperia: e, is: e, isernia: e, kr: e, "la-spezia": e, laquila: e, laspezia: e, latina: e, lc: e, le: e, lecce: e, lecco: e, li: e, livorno: e, lo: e, lodi: e, lt: e, lu: e, lucca: e, macerata: e, mantova: e, "massa-carrara": e, massacarrara: e, matera: e, mb: e, mc: e, me: e, "medio-campidano": e, mediocampidano: e, messina: e, mi: e, milan: e, milano: e, mn: e, mo: e, modena: e, monza: e, "monza-brianza": e, "monza-e-della-brianza": e, monzabrianza: e, monzaebrianza: e, monzaedellabrianza: e, ms: e, mt: e, na: e, naples: e, napoli: e, no: e, novara: e, nu: e, nuoro: e, og: e, ogliastra: e, "olbia-tempio": e, olbiatempio: e, or: e, oristano: e, ot: e, pa: e, padova: e, padua: e, palermo: e, parma: e, pavia: e, pc: e, pd: e, pe: e, perugia: e, "pesaro-urbino": e, pesarourbino: e, pescara: e, pg: e, pi: e, piacenza: e, pisa: e, pistoia: e, pn: e, po: e, pordenone: e, potenza: e, pr: e, prato: e, pt: e, pu: e, pv: e, pz: e, ra: e, ragusa: e, ravenna: e, rc: e, re: e, "reggio-calabria": e, "reggio-emilia": e, reggiocalabria: e, reggioemilia: e, rg: e, ri: e, rieti: e, rimini: e, rm: e, rn: e, ro: e, roma: e, rome: e, rovigo: e, sa: e, salerno: e, sassari: e, savona: e, si: e, siena: e, siracusa: e, so: e, sondrio: e, sp: e, sr: e, ss: e, "xn--sdtirol-n2a": e, südtirol: e, suedtirol: e, sv: e, ta: e, taranto: e, te: e, "tempio-olbia": e, tempioolbia: e, teramo: e, terni: e, tn: e, to: e, torino: e, tp: e, tr: e, "trani-andria-barletta": e, "trani-barletta-andria": e, traniandriabarletta: e, tranibarlettaandria: e, trapani: e, trento: e, treviso: e, trieste: e, ts: e, turin: e, tv: e, ud: e, udine: e, "urbino-pesaro": e, urbinopesaro: e, va: e, varese: e, vb: e, vc: e, ve: e, venezia: e, venice: e, verbania: e, vercelli: e, verona: e, vi: e, "vibo-valentia": e, vibovalentia: e, vicenza: e, viterbo: e, vr: e, vs: e, vt: e, vv: e, ibxos: t, iliadboxos: t, neen: [0, { jc: t }], "123homepage": t, "16-b": t, "32-b": t, "64-b": t, myspreadshop: t, syncloud: t }], je: [1, { co: e, net: e, org: e, of: t }], jm: v, jo: [1, { agri: e, ai: e, com: e, edu: e, eng: e, fm: e, gov: e, mil: e, net: e, org: e, per: e, phd: e, sch: e, tv: e }], jobs: e, jp: [1, { ac: e, ad: e, co: e, ed: e, go: e, gr: e, lg: e, ne: [1, { aseinet: zt, gehirn: t, ivory: t, "mail-box": t, mints: t, mokuren: t, opal: t, sakura: t, sumomo: t, topaz: t }], or: e, aichi: [1, { aisai: e, ama: e, anjo: e, asuke: e, chiryu: e, chita: e, fuso: e, gamagori: e, handa: e, hazu: e, hekinan: e, higashiura: e, ichinomiya: e, inazawa: e, inuyama: e, isshiki: e, iwakura: e, kanie: e, kariya: e, kasugai: e, kira: e, kiyosu: e, komaki: e, konan: e, kota: e, mihama: e, miyoshi: e, nishio: e, nisshin: e, obu: e, oguchi: e, oharu: e, okazaki: e, owariasahi: e, seto: e, shikatsu: e, shinshiro: e, shitara: e, tahara: e, takahama: e, tobishima: e, toei: e, togo: e, tokai: e, tokoname: e, toyoake: e, toyohashi: e, toyokawa: e, toyone: e, toyota: e, tsushima: e, yatomi: e }], akita: [1, { akita: e, daisen: e, fujisato: e, gojome: e, hachirogata: e, happou: e, higashinaruse: e, honjo: e, honjyo: e, ikawa: e, kamikoani: e, kamioka: e, katagami: e, kazuno: e, kitaakita: e, kosaka: e, kyowa: e, misato: e, mitane: e, moriyoshi: e, nikaho: e, noshiro: e, odate: e, oga: e, ogata: e, semboku: e, yokote: e, yurihonjo: e }], aomori: [1, { aomori: e, gonohe: e, hachinohe: e, hashikami: e, hiranai: e, hirosaki: e, itayanagi: e, kuroishi: e, misawa: e, mutsu: e, nakadomari: e, noheji: e, oirase: e, owani: e, rokunohe: e, sannohe: e, shichinohe: e, shingo: e, takko: e, towada: e, tsugaru: e, tsuruta: e }], chiba: [1, { abiko: e, asahi: e, chonan: e, chosei: e, choshi: e, chuo: e, funabashi: e, futtsu: e, hanamigawa: e, ichihara: e, ichikawa: e, ichinomiya: e, inzai: e, isumi: e, kamagaya: e, kamogawa: e, kashiwa: e, katori: e, katsuura: e, kimitsu: e, kisarazu: e, kozaki: e, kujukuri: e, kyonan: e, matsudo: e, midori: e, mihama: e, minamiboso: e, mobara: e, mutsuzawa: e, nagara: e, nagareyama: e, narashino: e, narita: e, noda: e, oamishirasato: e, omigawa: e, onjuku: e, otaki: e, sakae: e, sakura: e, shimofusa: e, shirako: e, shiroi: e, shisui: e, sodegaura: e, sosa: e, tako: e, tateyama: e, togane: e, tohnosho: e, tomisato: e, urayasu: e, yachimata: e, yachiyo: e, yokaichiba: e, yokoshibahikari: e, yotsukaido: e }], ehime: [1, { ainan: e, honai: e, ikata: e, imabari: e, iyo: e, kamijima: e, kihoku: e, kumakogen: e, masaki: e, matsuno: e, matsuyama: e, namikata: e, niihama: e, ozu: e, saijo: e, seiyo: e, shikokuchuo: e, tobe: e, toon: e, uchiko: e, uwajima: e, yawatahama: e }], fukui: [1, { echizen: e, eiheiji: e, fukui: e, ikeda: e, katsuyama: e, mihama: e, minamiechizen: e, obama: e, ohi: e, ono: e, sabae: e, sakai: e, takahama: e, tsuruga: e, wakasa: e }], fukuoka: [1, { ashiya: e, buzen: e, chikugo: e, chikuho: e, chikujo: e, chikushino: e, chikuzen: e, chuo: e, dazaifu: e, fukuchi: e, hakata: e, higashi: e, hirokawa: e, hisayama: e, iizuka: e, inatsuki: e, kaho: e, kasuga: e, kasuya: e, kawara: e, keisen: e, koga: e, kurate: e, kurogi: e, kurume: e, minami: e, miyako: e, miyama: e, miyawaka: e, mizumaki: e, munakata: e, nakagawa: e, nakama: e, nishi: e, nogata: e, ogori: e, okagaki: e, okawa: e, oki: e, omuta: e, onga: e, onojo: e, oto: e, saigawa: e, sasaguri: e, shingu: e, shinyoshitomi: e, shonai: e, soeda: e, sue: e, tachiarai: e, tagawa: e, takata: e, toho: e, toyotsu: e, tsuiki: e, ukiha: e, umi: e, usui: e, yamada: e, yame: e, yanagawa: e, yukuhashi: e }], fukushima: [1, { aizubange: e, aizumisato: e, aizuwakamatsu: e, asakawa: e, bandai: e, date: e, fukushima: e, furudono: e, futaba: e, hanawa: e, higashi: e, hirata: e, hirono: e, iitate: e, inawashiro: e, ishikawa: e, iwaki: e, izumizaki: e, kagamiishi: e, kaneyama: e, kawamata: e, kitakata: e, kitashiobara: e, koori: e, koriyama: e, kunimi: e, miharu: e, mishima: e, namie: e, nango: e, nishiaizu: e, nishigo: e, okuma: e, omotego: e, ono: e, otama: e, samegawa: e, shimogo: e, shirakawa: e, showa: e, soma: e, sukagawa: e, taishin: e, tamakawa: e, tanagura: e, tenei: e, yabuki: e, yamato: e, yamatsuri: e, yanaizu: e, yugawa: e }], gifu: [1, { anpachi: e, ena: e, gifu: e, ginan: e, godo: e, gujo: e, hashima: e, hichiso: e, hida: e, higashishirakawa: e, ibigawa: e, ikeda: e, kakamigahara: e, kani: e, kasahara: e, kasamatsu: e, kawaue: e, kitagata: e, mino: e, minokamo: e, mitake: e, mizunami: e, motosu: e, nakatsugawa: e, ogaki: e, sakahogi: e, seki: e, sekigahara: e, shirakawa: e, tajimi: e, takayama: e, tarui: e, toki: e, tomika: e, wanouchi: e, yamagata: e, yaotsu: e, yoro: e }], gunma: [1, { annaka: e, chiyoda: e, fujioka: e, higashiagatsuma: e, isesaki: e, itakura: e, kanna: e, kanra: e, katashina: e, kawaba: e, kiryu: e, kusatsu: e, maebashi: e, meiwa: e, midori: e, minakami: e, naganohara: e, nakanojo: e, nanmoku: e, numata: e, oizumi: e, ora: e, ota: e, shibukawa: e, shimonita: e, shinto: e, showa: e, takasaki: e, takayama: e, tamamura: e, tatebayashi: e, tomioka: e, tsukiyono: e, tsumagoi: e, ueno: e, yoshioka: e }], hiroshima: [1, { asaminami: e, daiwa: e, etajima: e, fuchu: e, fukuyama: e, hatsukaichi: e, higashihiroshima: e, hongo: e, jinsekikogen: e, kaita: e, kui: e, kumano: e, kure: e, mihara: e, miyoshi: e, naka: e, onomichi: e, osakikamijima: e, otake: e, saka: e, sera: e, seranishi: e, shinichi: e, shobara: e, takehara: e }], hokkaido: [1, { abashiri: e, abira: e, aibetsu: e, akabira: e, akkeshi: e, asahikawa: e, ashibetsu: e, ashoro: e, assabu: e, atsuma: e, bibai: e, biei: e, bifuka: e, bihoro: e, biratori: e, chippubetsu: e, chitose: e, date: e, ebetsu: e, embetsu: e, eniwa: e, erimo: e, esan: e, esashi: e, fukagawa: e, fukushima: e, furano: e, furubira: e, haboro: e, hakodate: e, hamatonbetsu: e, hidaka: e, higashikagura: e, higashikawa: e, hiroo: e, hokuryu: e, hokuto: e, honbetsu: e, horokanai: e, horonobe: e, ikeda: e, imakane: e, ishikari: e, iwamizawa: e, iwanai: e, kamifurano: e, kamikawa: e, kamishihoro: e, kamisunagawa: e, kamoenai: e, kayabe: e, kembuchi: e, kikonai: e, kimobetsu: e, kitahiroshima: e, kitami: e, kiyosato: e, koshimizu: e, kunneppu: e, kuriyama: e, kuromatsunai: e, kushiro: e, kutchan: e, kyowa: e, mashike: e, matsumae: e, mikasa: e, minamifurano: e, mombetsu: e, moseushi: e, mukawa: e, muroran: e, naie: e, nakagawa: e, nakasatsunai: e, nakatombetsu: e, nanae: e, nanporo: e, nayoro: e, nemuro: e, niikappu: e, niki: e, nishiokoppe: e, noboribetsu: e, numata: e, obihiro: e, obira: e, oketo: e, okoppe: e, otaru: e, otobe: e, otofuke: e, otoineppu: e, oumu: e, ozora: e, pippu: e, rankoshi: e, rebun: e, rikubetsu: e, rishiri: e, rishirifuji: e, saroma: e, sarufutsu: e, shakotan: e, shari: e, shibecha: e, shibetsu: e, shikabe: e, shikaoi: e, shimamaki: e, shimizu: e, shimokawa: e, shinshinotsu: e, shintoku: e, shiranuka: e, shiraoi: e, shiriuchi: e, sobetsu: e, sunagawa: e, taiki: e, takasu: e, takikawa: e, takinoue: e, teshikaga: e, tobetsu: e, tohma: e, tomakomai: e, tomari: e, toya: e, toyako: e, toyotomi: e, toyoura: e, tsubetsu: e, tsukigata: e, urakawa: e, urausu: e, uryu: e, utashinai: e, wakkanai: e, wassamu: e, yakumo: e, yoichi: e }], hyogo: [1, { aioi: e, akashi: e, ako: e, amagasaki: e, aogaki: e, asago: e, ashiya: e, awaji: e, fukusaki: e, goshiki: e, harima: e, himeji: e, ichikawa: e, inagawa: e, itami: e, kakogawa: e, kamigori: e, kamikawa: e, kasai: e, kasuga: e, kawanishi: e, miki: e, minamiawaji: e, nishinomiya: e, nishiwaki: e, ono: e, sanda: e, sannan: e, sasayama: e, sayo: e, shingu: e, shinonsen: e, shiso: e, sumoto: e, taishi: e, taka: e, takarazuka: e, takasago: e, takino: e, tamba: e, tatsuno: e, toyooka: e, yabu: e, yashiro: e, yoka: e, yokawa: e }], ibaraki: [1, { ami: e, asahi: e, bando: e, chikusei: e, daigo: e, fujishiro: e, hitachi: e, hitachinaka: e, hitachiomiya: e, hitachiota: e, ibaraki: e, ina: e, inashiki: e, itako: e, iwama: e, joso: e, kamisu: e, kasama: e, kashima: e, kasumigaura: e, koga: e, miho: e, mito: e, moriya: e, naka: e, namegata: e, oarai: e, ogawa: e, omitama: e, ryugasaki: e, sakai: e, sakuragawa: e, shimodate: e, shimotsuma: e, shirosato: e, sowa: e, suifu: e, takahagi: e, tamatsukuri: e, tokai: e, tomobe: e, tone: e, toride: e, tsuchiura: e, tsukuba: e, uchihara: e, ushiku: e, yachiyo: e, yamagata: e, yawara: e, yuki: e }], ishikawa: [1, { anamizu: e, hakui: e, hakusan: e, kaga: e, kahoku: e, kanazawa: e, kawakita: e, komatsu: e, nakanoto: e, nanao: e, nomi: e, nonoichi: e, noto: e, shika: e, suzu: e, tsubata: e, tsurugi: e, uchinada: e, wajima: e }], iwate: [1, { fudai: e, fujisawa: e, hanamaki: e, hiraizumi: e, hirono: e, ichinohe: e, ichinoseki: e, iwaizumi: e, iwate: e, joboji: e, kamaishi: e, kanegasaki: e, karumai: e, kawai: e, kitakami: e, kuji: e, kunohe: e, kuzumaki: e, miyako: e, mizusawa: e, morioka: e, ninohe: e, noda: e, ofunato: e, oshu: e, otsuchi: e, rikuzentakata: e, shiwa: e, shizukuishi: e, sumita: e, tanohata: e, tono: e, yahaba: e, yamada: e }], kagawa: [1, { ayagawa: e, higashikagawa: e, kanonji: e, kotohira: e, manno: e, marugame: e, mitoyo: e, naoshima: e, sanuki: e, tadotsu: e, takamatsu: e, tonosho: e, uchinomi: e, utazu: e, zentsuji: e }], kagoshima: [1, { akune: e, amami: e, hioki: e, isa: e, isen: e, izumi: e, kagoshima: e, kanoya: e, kawanabe: e, kinko: e, kouyama: e, makurazaki: e, matsumoto: e, minamitane: e, nakatane: e, nishinoomote: e, satsumasendai: e, soo: e, tarumizu: e, yusui: e }], kanagawa: [1, { aikawa: e, atsugi: e, ayase: e, chigasaki: e, ebina: e, fujisawa: e, hadano: e, hakone: e, hiratsuka: e, isehara: e, kaisei: e, kamakura: e, kiyokawa: e, matsuda: e, minamiashigara: e, miura: e, nakai: e, ninomiya: e, odawara: e, oi: e, oiso: e, sagamihara: e, samukawa: e, tsukui: e, yamakita: e, yamato: e, yokosuka: e, yugawara: e, zama: e, zushi: e }], kochi: [1, { aki: e, geisei: e, hidaka: e, higashitsuno: e, ino: e, kagami: e, kami: e, kitagawa: e, kochi: e, mihara: e, motoyama: e, muroto: e, nahari: e, nakamura: e, nankoku: e, nishitosa: e, niyodogawa: e, ochi: e, okawa: e, otoyo: e, otsuki: e, sakawa: e, sukumo: e, susaki: e, tosa: e, tosashimizu: e, toyo: e, tsuno: e, umaji: e, yasuda: e, yusuhara: e }], kumamoto: [1, { amakusa: e, arao: e, aso: e, choyo: e, gyokuto: e, kamiamakusa: e, kikuchi: e, kumamoto: e, mashiki: e, mifune: e, minamata: e, minamioguni: e, nagasu: e, nishihara: e, oguni: e, ozu: e, sumoto: e, takamori: e, uki: e, uto: e, yamaga: e, yamato: e, yatsushiro: e }], kyoto: [1, { ayabe: e, fukuchiyama: e, higashiyama: e, ide: e, ine: e, joyo: e, kameoka: e, kamo: e, kita: e, kizu: e, kumiyama: e, kyotamba: e, kyotanabe: e, kyotango: e, maizuru: e, minami: e, minamiyamashiro: e, miyazu: e, muko: e, nagaokakyo: e, nakagyo: e, nantan: e, oyamazaki: e, sakyo: e, seika: e, tanabe: e, uji: e, ujitawara: e, wazuka: e, yamashina: e, yawata: e }], mie: [1, { asahi: e, inabe: e, ise: e, kameyama: e, kawagoe: e, kiho: e, kisosaki: e, kiwa: e, komono: e, kumano: e, kuwana: e, matsusaka: e, meiwa: e, mihama: e, minamiise: e, misugi: e, miyama: e, nabari: e, shima: e, suzuka: e, tado: e, taiki: e, taki: e, tamaki: e, toba: e, tsu: e, udono: e, ureshino: e, watarai: e, yokkaichi: e }], miyagi: [1, { furukawa: e, higashimatsushima: e, ishinomaki: e, iwanuma: e, kakuda: e, kami: e, kawasaki: e, marumori: e, matsushima: e, minamisanriku: e, misato: e, murata: e, natori: e, ogawara: e, ohira: e, onagawa: e, osaki: e, rifu: e, semine: e, shibata: e, shichikashuku: e, shikama: e, shiogama: e, shiroishi: e, tagajo: e, taiwa: e, tome: e, tomiya: e, wakuya: e, watari: e, yamamoto: e, zao: e }], miyazaki: [1, { aya: e, ebino: e, gokase: e, hyuga: e, kadogawa: e, kawaminami: e, kijo: e, kitagawa: e, kitakata: e, kitaura: e, kobayashi: e, kunitomi: e, kushima: e, mimata: e, miyakonojo: e, miyazaki: e, morotsuka: e, nichinan: e, nishimera: e, nobeoka: e, saito: e, shiiba: e, shintomi: e, takaharu: e, takanabe: e, takazaki: e, tsuno: e }], nagano: [1, { achi: e, agematsu: e, anan: e, aoki: e, asahi: e, azumino: e, chikuhoku: e, chikuma: e, chino: e, fujimi: e, hakuba: e, hara: e, hiraya: e, iida: e, iijima: e, iiyama: e, iizuna: e, ikeda: e, ikusaka: e, ina: e, karuizawa: e, kawakami: e, kiso: e, kisofukushima: e, kitaaiki: e, komagane: e, komoro: e, matsukawa: e, matsumoto: e, miasa: e, minamiaiki: e, minamimaki: e, minamiminowa: e, minowa: e, miyada: e, miyota: e, mochizuki: e, nagano: e, nagawa: e, nagiso: e, nakagawa: e, nakano: e, nozawaonsen: e, obuse: e, ogawa: e, okaya: e, omachi: e, omi: e, ookuwa: e, ooshika: e, otaki: e, otari: e, sakae: e, sakaki: e, saku: e, sakuho: e, shimosuwa: e, shinanomachi: e, shiojiri: e, suwa: e, suzaka: e, takagi: e, takamori: e, takayama: e, tateshina: e, tatsuno: e, togakushi: e, togura: e, tomi: e, ueda: e, wada: e, yamagata: e, yamanouchi: e, yasaka: e, yasuoka: e }], nagasaki: [1, { chijiwa: e, futsu: e, goto: e, hasami: e, hirado: e, iki: e, isahaya: e, kawatana: e, kuchinotsu: e, matsuura: e, nagasaki: e, obama: e, omura: e, oseto: e, saikai: e, sasebo: e, seihi: e, shimabara: e, shinkamigoto: e, togitsu: e, tsushima: e, unzen: e }], nara: [1, { ando: e, gose: e, heguri: e, higashiyoshino: e, ikaruga: e, ikoma: e, kamikitayama: e, kanmaki: e, kashiba: e, kashihara: e, katsuragi: e, kawai: e, kawakami: e, kawanishi: e, koryo: e, kurotaki: e, mitsue: e, miyake: e, nara: e, nosegawa: e, oji: e, ouda: e, oyodo: e, sakurai: e, sango: e, shimoichi: e, shimokitayama: e, shinjo: e, soni: e, takatori: e, tawaramoto: e, tenkawa: e, tenri: e, uda: e, yamatokoriyama: e, yamatotakada: e, yamazoe: e, yoshino: e }], niigata: [1, { aga: e, agano: e, gosen: e, itoigawa: e, izumozaki: e, joetsu: e, kamo: e, kariwa: e, kashiwazaki: e, minamiuonuma: e, mitsuke: e, muika: e, murakami: e, myoko: e, nagaoka: e, niigata: e, ojiya: e, omi: e, sado: e, sanjo: e, seiro: e, seirou: e, sekikawa: e, shibata: e, tagami: e, tainai: e, tochio: e, tokamachi: e, tsubame: e, tsunan: e, uonuma: e, yahiko: e, yoita: e, yuzawa: e }], oita: [1, { beppu: e, bungoono: e, bungotakada: e, hasama: e, hiji: e, himeshima: e, hita: e, kamitsue: e, kokonoe: e, kuju: e, kunisaki: e, kusu: e, oita: e, saiki: e, taketa: e, tsukumi: e, usa: e, usuki: e, yufu: e }], okayama: [1, { akaiwa: e, asakuchi: e, bizen: e, hayashima: e, ibara: e, kagamino: e, kasaoka: e, kibichuo: e, kumenan: e, kurashiki: e, maniwa: e, misaki: e, nagi: e, niimi: e, nishiawakura: e, okayama: e, satosho: e, setouchi: e, shinjo: e, shoo: e, soja: e, takahashi: e, tamano: e, tsuyama: e, wake: e, yakage: e }], okinawa: [1, { aguni: e, ginowan: e, ginoza: e, gushikami: e, haebaru: e, higashi: e, hirara: e, iheya: e, ishigaki: e, ishikawa: e, itoman: e, izena: e, kadena: e, kin: e, kitadaito: e, kitanakagusuku: e, kumejima: e, kunigami: e, minamidaito: e, motobu: e, nago: e, naha: e, nakagusuku: e, nakijin: e, nanjo: e, nishihara: e, ogimi: e, okinawa: e, onna: e, shimoji: e, taketomi: e, tarama: e, tokashiki: e, tomigusuku: e, tonaki: e, urasoe: e, uruma: e, yaese: e, yomitan: e, yonabaru: e, yonaguni: e, zamami: e }], osaka: [1, { abeno: e, chihayaakasaka: e, chuo: e, daito: e, fujiidera: e, habikino: e, hannan: e, higashiosaka: e, higashisumiyoshi: e, higashiyodogawa: e, hirakata: e, ibaraki: e, ikeda: e, izumi: e, izumiotsu: e, izumisano: e, kadoma: e, kaizuka: e, kanan: e, kashiwara: e, katano: e, kawachinagano: e, kishiwada: e, kita: e, kumatori: e, matsubara: e, minato: e, minoh: e, misaki: e, moriguchi: e, neyagawa: e, nishi: e, nose: e, osakasayama: e, sakai: e, sayama: e, sennan: e, settsu: e, shijonawate: e, shimamoto: e, suita: e, tadaoka: e, taishi: e, tajiri: e, takaishi: e, takatsuki: e, tondabayashi: e, toyonaka: e, toyono: e, yao: e }], saga: [1, { ariake: e, arita: e, fukudomi: e, genkai: e, hamatama: e, hizen: e, imari: e, kamimine: e, kanzaki: e, karatsu: e, kashima: e, kitagata: e, kitahata: e, kiyama: e, kouhoku: e, kyuragi: e, nishiarita: e, ogi: e, omachi: e, ouchi: e, saga: e, shiroishi: e, taku: e, tara: e, tosu: e, yoshinogari: e }], saitama: [1, { arakawa: e, asaka: e, chichibu: e, fujimi: e, fujimino: e, fukaya: e, hanno: e, hanyu: e, hasuda: e, hatogaya: e, hatoyama: e, hidaka: e, higashichichibu: e, higashimatsuyama: e, honjo: e, ina: e, iruma: e, iwatsuki: e, kamiizumi: e, kamikawa: e, kamisato: e, kasukabe: e, kawagoe: e, kawaguchi: e, kawajima: e, kazo: e, kitamoto: e, koshigaya: e, kounosu: e, kuki: e, kumagaya: e, matsubushi: e, minano: e, misato: e, miyashiro: e, miyoshi: e, moroyama: e, nagatoro: e, namegawa: e, niiza: e, ogano: e, ogawa: e, ogose: e, okegawa: e, omiya: e, otaki: e, ranzan: e, ryokami: e, saitama: e, sakado: e, satte: e, sayama: e, shiki: e, shiraoka: e, soka: e, sugito: e, toda: e, tokigawa: e, tokorozawa: e, tsurugashima: e, urawa: e, warabi: e, yashio: e, yokoze: e, yono: e, yorii: e, yoshida: e, yoshikawa: e, yoshimi: e }], shiga: [1, { aisho: e, gamo: e, higashiomi: e, hikone: e, koka: e, konan: e, kosei: e, koto: e, kusatsu: e, maibara: e, moriyama: e, nagahama: e, nishiazai: e, notogawa: e, omihachiman: e, otsu: e, ritto: e, ryuoh: e, takashima: e, takatsuki: e, torahime: e, toyosato: e, yasu: e }], shimane: [1, { akagi: e, ama: e, gotsu: e, hamada: e, higashiizumo: e, hikawa: e, hikimi: e, izumo: e, kakinoki: e, masuda: e, matsue: e, misato: e, nishinoshima: e, ohda: e, okinoshima: e, okuizumo: e, shimane: e, tamayu: e, tsuwano: e, unnan: e, yakumo: e, yasugi: e, yatsuka: e }], shizuoka: [1, { arai: e, atami: e, fuji: e, fujieda: e, fujikawa: e, fujinomiya: e, fukuroi: e, gotemba: e, haibara: e, hamamatsu: e, higashiizu: e, ito: e, iwata: e, izu: e, izunokuni: e, kakegawa: e, kannami: e, kawanehon: e, kawazu: e, kikugawa: e, kosai: e, makinohara: e, matsuzaki: e, minamiizu: e, mishima: e, morimachi: e, nishiizu: e, numazu: e, omaezaki: e, shimada: e, shimizu: e, shimoda: e, shizuoka: e, susono: e, yaizu: e, yoshida: e }], tochigi: [1, { ashikaga: e, bato: e, haga: e, ichikai: e, iwafune: e, kaminokawa: e, kanuma: e, karasuyama: e, kuroiso: e, mashiko: e, mibu: e, moka: e, motegi: e, nasu: e, nasushiobara: e, nikko: e, nishikata: e, nogi: e, ohira: e, ohtawara: e, oyama: e, sakura: e, sano: e, shimotsuke: e, shioya: e, takanezawa: e, tochigi: e, tsuga: e, ujiie: e, utsunomiya: e, yaita: e }], tokushima: [1, { aizumi: e, anan: e, ichiba: e, itano: e, kainan: e, komatsushima: e, matsushige: e, mima: e, minami: e, miyoshi: e, mugi: e, nakagawa: e, naruto: e, sanagochi: e, shishikui: e, tokushima: e, wajiki: e }], tokyo: [1, { adachi: e, akiruno: e, akishima: e, aogashima: e, arakawa: e, bunkyo: e, chiyoda: e, chofu: e, chuo: e, edogawa: e, fuchu: e, fussa: e, hachijo: e, hachioji: e, hamura: e, higashikurume: e, higashimurayama: e, higashiyamato: e, hino: e, hinode: e, hinohara: e, inagi: e, itabashi: e, katsushika: e, kita: e, kiyose: e, kodaira: e, koganei: e, kokubunji: e, komae: e, koto: e, kouzushima: e, kunitachi: e, machida: e, meguro: e, minato: e, mitaka: e, mizuho: e, musashimurayama: e, musashino: e, nakano: e, nerima: e, ogasawara: e, okutama: e, ome: e, oshima: e, ota: e, setagaya: e, shibuya: e, shinagawa: e, shinjuku: e, suginami: e, sumida: e, tachikawa: e, taito: e, tama: e, toshima: e }], tottori: [1, { chizu: e, hino: e, kawahara: e, koge: e, kotoura: e, misasa: e, nanbu: e, nichinan: e, sakaiminato: e, tottori: e, wakasa: e, yazu: e, yonago: e }], toyama: [1, { asahi: e, fuchu: e, fukumitsu: e, funahashi: e, himi: e, imizu: e, inami: e, johana: e, kamiichi: e, kurobe: e, nakaniikawa: e, namerikawa: e, nanto: e, nyuzen: e, oyabe: e, taira: e, takaoka: e, tateyama: e, toga: e, tonami: e, toyama: e, unazuki: e, uozu: e, yamada: e }], wakayama: [1, { arida: e, aridagawa: e, gobo: e, hashimoto: e, hidaka: e, hirogawa: e, inami: e, iwade: e, kainan: e, kamitonda: e, katsuragi: e, kimino: e, kinokawa: e, kitayama: e, koya: e, koza: e, kozagawa: e, kudoyama: e, kushimoto: e, mihama: e, misato: e, nachikatsuura: e, shingu: e, shirahama: e, taiji: e, tanabe: e, wakayama: e, yuasa: e, yura: e }], yamagata: [1, { asahi: e, funagata: e, higashine: e, iide: e, kahoku: e, kaminoyama: e, kaneyama: e, kawanishi: e, mamurogawa: e, mikawa: e, murayama: e, nagai: e, nakayama: e, nanyo: e, nishikawa: e, obanazawa: e, oe: e, oguni: e, ohkura: e, oishida: e, sagae: e, sakata: e, sakegawa: e, shinjo: e, shirataka: e, shonai: e, takahata: e, tendo: e, tozawa: e, tsuruoka: e, yamagata: e, yamanobe: e, yonezawa: e, yuza: e }], yamaguchi: [1, { abu: e, hagi: e, hikari: e, hofu: e, iwakuni: e, kudamatsu: e, mitou: e, nagato: e, oshima: e, shimonoseki: e, shunan: e, tabuse: e, tokuyama: e, toyota: e, ube: e, yuu: e }], yamanashi: [1, { chuo: e, doshi: e, fuefuki: e, fujikawa: e, fujikawaguchiko: e, fujiyoshida: e, hayakawa: e, hokuto: e, ichikawamisato: e, kai: e, kofu: e, koshu: e, kosuge: e, "minami-alps": e, minobu: e, nakamichi: e, nanbu: e, narusawa: e, nirasaki: e, nishikatsura: e, oshino: e, otsuki: e, showa: e, tabayama: e, tsuru: e, uenohara: e, yamanakako: e, yamanashi: e }], "xn--ehqz56n": e, 三重: e, "xn--1lqs03n": e, 京都: e, "xn--qqqt11m": e, 佐賀: e, "xn--f6qx53a": e, 兵庫: e, "xn--djrs72d6uy": e, 北海道: e, "xn--mkru45i": e, 千葉: e, "xn--0trq7p7nn": e, 和歌山: e, "xn--5js045d": e, 埼玉: e, "xn--kbrq7o": e, 大分: e, "xn--pssu33l": e, 大阪: e, "xn--ntsq17g": e, 奈良: e, "xn--uisz3g": e, 宮城: e, "xn--6btw5a": e, 宮崎: e, "xn--1ctwo": e, 富山: e, "xn--6orx2r": e, 山口: e, "xn--rht61e": e, 山形: e, "xn--rht27z": e, 山梨: e, "xn--nit225k": e, 岐阜: e, "xn--rht3d": e, 岡山: e, "xn--djty4k": e, 岩手: e, "xn--klty5x": e, 島根: e, "xn--kltx9a": e, 広島: e, "xn--kltp7d": e, 徳島: e, "xn--c3s14m": e, 愛媛: e, "xn--vgu402c": e, 愛知: e, "xn--efvn9s": e, 新潟: e, "xn--1lqs71d": e, 東京: e, "xn--4pvxs": e, 栃木: e, "xn--uuwu58a": e, 沖縄: e, "xn--zbx025d": e, 滋賀: e, "xn--8pvr4u": e, 熊本: e, "xn--5rtp49c": e, 石川: e, "xn--ntso0iqx3a": e, 神奈川: e, "xn--elqq16h": e, 福井: e, "xn--4it168d": e, 福岡: e, "xn--klt787d": e, 福島: e, "xn--rny31h": e, 秋田: e, "xn--7t0a264c": e, 群馬: e, "xn--uist22h": e, 茨城: e, "xn--8ltr62k": e, 長崎: e, "xn--2m4a15e": e, 長野: e, "xn--32vp30h": e, 青森: e, "xn--4it797k": e, 静岡: e, "xn--5rtq34k": e, 香川: e, "xn--k7yn95e": e, 高知: e, "xn--tor131o": e, 鳥取: e, "xn--d5qv7z876c": e, 鹿児島: e, kawasaki: v, kitakyushu: v, kobe: v, nagoya: v, sapporo: v, sendai: v, yokohama: v, buyshop: t, fashionstore: t, handcrafted: t, kawaiishop: t, supersale: t, theshop: t, "0am": t, "0g0": t, "0j0": t, "0t0": t, mydns: t, pgw: t, wjg: t, usercontent: t, angry: t, babyblue: t, babymilk: t, backdrop: t, bambina: t, bitter: t, blush: t, boo: t, boy: t, boyfriend: t, but: t, candypop: t, capoo: t, catfood: t, cheap: t, chicappa: t, chillout: t, chips: t, chowder: t, chu: t, ciao: t, cocotte: t, coolblog: t, cranky: t, cutegirl: t, daa: t, deca: t, deci: t, digick: t, egoism: t, fakefur: t, fem: t, flier: t, floppy: t, fool: t, frenchkiss: t, girlfriend: t, girly: t, gloomy: t, gonna: t, greater: t, hacca: t, heavy: t, her: t, hiho: t, hippy: t, holy: t, hungry: t, icurus: t, itigo: t, jellybean: t, kikirara: t, kill: t, kilo: t, kuron: t, littlestar: t, lolipopmc: t, lolitapunk: t, lomo: t, lovepop: t, lovesick: t, main: t, mods: t, mond: t, mongolian: t, moo: t, namaste: t, nikita: t, nobushi: t, noor: t, oops: t, parallel: t, parasite: t, pecori: t, peewee: t, penne: t, pepper: t, perma: t, pigboat: t, pinoko: t, punyu: t, pupu: t, pussycat: t, pya: t, raindrop: t, readymade: t, sadist: t, schoolbus: t, secret: t, staba: t, stripper: t, sub: t, sunnyday: t, thick: t, tonkotsu: t, under: t, upper: t, velvet: t, verse: t, versus: t, vivian: t, watson: t, weblike: t, whitesnow: t, zombie: t, hateblo: t, hatenablog: t, hatenadiary: t, "2-d": t, bona: t, crap: t, daynight: t, eek: t, flop: t, halfmoon: t, jeez: t, matrix: t, mimoza: t, netgamers: t, nyanta: t, o0o0: t, rdy: t, rgr: t, rulez: t, sakurastorage: [0, { isk01: st, isk02: st }], saloon: t, sblo: t, skr: t, tank: t, "uh-oh": t, undo: t, webaccel: [0, { rs: t, user: t }], websozai: t, xii: t }], ke: [1, { ac: e, co: e, go: e, info: e, me: e, mobi: e, ne: e, or: e, sc: e }], kg: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, us: t, xx: t, ae: t }], kh: v, ki: Rt, km: [1, { ass: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e, tm: e, asso: e, coop: e, gouv: e, medecin: e, notaires: e, pharmaciens: e, presse: e, veterinaire: e }], kn: [1, { edu: e, gov: e, net: e, org: e }], kp: [1, { com: e, edu: e, gov: e, org: e, rep: e, tra: e }], kr: [1, { ac: e, ai: e, co: e, es: e, go: e, hs: e, io: e, it: e, kg: e, me: e, mil: e, ms: e, ne: e, or: e, pe: e, re: e, sc: e, busan: e, chungbuk: e, chungnam: e, daegu: e, daejeon: e, gangwon: e, gwangju: e, gyeongbuk: e, gyeonggi: e, gyeongnam: e, incheon: e, jeju: e, jeonbuk: e, jeonnam: e, seoul: e, ulsan: e, c01: t, "eliv-api": t, "eliv-cdn": t, "eliv-dns": t, mmv: t, vki: t }], kw: [1, { com: e, edu: e, emb: e, gov: e, ind: e, net: e, org: e }], ky: Ae, kz: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, jcloud: t }], la: [1, { com: e, edu: e, gov: e, info: e, int: e, net: e, org: e, per: e, bnr: t }], lb: n, lc: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, oy: t }], li: e, lk: [1, { ac: e, assn: e, com: e, edu: e, gov: e, grp: e, hotel: e, int: e, ltd: e, net: e, ngo: e, org: e, sch: e, soc: e, web: e }], lr: n, ls: [1, { ac: e, biz: e, co: e, edu: e, gov: e, info: e, net: e, org: e, sc: e }], lt: c, lu: [1, { "123website": t }], lv: [1, { asn: e, com: e, conf: e, edu: e, gov: e, id: e, mil: e, net: e, org: e }], ly: [1, { com: e, edu: e, gov: e, id: e, med: e, net: e, org: e, plc: e, sch: e }], ma: [1, { ac: e, co: e, gov: e, net: e, org: e, press: e }], mc: [1, { asso: e, tm: e }], md: [1, { ir: t }], me: [1, { ac: e, co: e, edu: e, gov: e, its: e, net: e, org: e, priv: e, c66: t, craft: t, edgestack: t, filegear: t, "filegear-sg": t, lohmus: t, barsy: t, mcdir: t, brasilia: t, ddns: t, dnsfor: t, hopto: t, loginto: t, noip: t, webhop: t, soundcast: t, tcp4: t, vp4: t, diskstation: t, dscloud: t, i234: t, myds: t, synology: t, transip: tt, nohost: t }], mg: [1, { co: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e }], mh: e, mil: e, mk: [1, { com: e, edu: e, gov: e, inf: e, name: e, net: e, org: e }], ml: [1, { ac: e, art: e, asso: e, com: e, edu: e, gouv: e, gov: e, info: e, inst: e, net: e, org: e, pr: e, presse: e }], mm: v, mn: [1, { edu: e, gov: e, org: e, nyc: t }], mo: n, mobi: [1, { barsy: t, dscloud: t }], mp: [1, { ju: t }], mq: e, mr: c, ms: [1, { com: e, edu: e, gov: e, net: e, org: e, minisite: t }], mt: Ae, mu: [1, { ac: e, co: e, com: e, gov: e, net: e, or: e, org: e }], museum: e, mv: [1, { aero: e, biz: e, com: e, coop: e, edu: e, gov: e, info: e, int: e, mil: e, museum: e, name: e, net: e, org: e, pro: e }], mw: [1, { ac: e, biz: e, co: e, com: e, coop: e, edu: e, gov: e, int: e, net: e, org: e }], mx: [1, { com: e, edu: e, gob: e, net: e, org: e }], my: [1, { biz: e, com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e }], mz: [1, { ac: e, adv: e, co: e, edu: e, gov: e, mil: e, net: e, org: e }], na: [1, { alt: e, co: e, com: e, gov: e, net: e, org: e }], name: [1, { her: At, his: At, ispmanager: t, keenetic: t }], nc: [1, { asso: e, nom: e }], ne: e, net: [1, { adobeaemcloud: t, "adobeio-static": t, adobeioruntime: t, akadns: t, akamai: t, "akamai-staging": t, akamaiedge: t, "akamaiedge-staging": t, akamaihd: t, "akamaihd-staging": t, akamaiorigin: t, "akamaiorigin-staging": t, akamaized: t, "akamaized-staging": t, edgekey: t, "edgekey-staging": t, edgesuite: t, "edgesuite-staging": t, alwaysdata: t, myamaze: t, cloudfront: t, appudo: t, "atlassian-dev": [0, { prod: Se }], myfritz: t, shopselect: t, blackbaudcdn: t, boomla: t, bplaced: t, square7: t, cdn77: [0, { r: t }], "cdn77-ssl": t, gb: t, hu: t, jp: t, se: t, uk: t, clickrising: t, "ddns-ip": t, "dns-cloud": t, "dns-dynamic": t, cloudaccess: t, cloudflare: [2, { cdn: t }], cloudflareanycast: Se, cloudflarecn: Se, cloudflareglobal: Se, ctfcloud: t, "feste-ip": t, "knx-server": t, "static-access": t, cryptonomic: a, dattolocal: t, mydatto: t, debian: t, definima: t, deno: t, icp: a, de5: t, "at-band-camp": t, blogdns: t, "broke-it": t, buyshouses: t, dnsalias: t, dnsdojo: t, "does-it": t, dontexist: t, dynalias: t, dynathome: t, endofinternet: t, "from-az": t, "from-co": t, "from-la": t, "from-ny": t, "gets-it": t, "ham-radio-op": t, homeftp: t, homeip: t, homelinux: t, homeunix: t, "in-the-band": t, "is-a-chef": t, "is-a-geek": t, "isa-geek": t, "kicks-ass": t, "office-on-the": t, podzone: t, "scrapper-site": t, selfip: t, "sells-it": t, servebbs: t, serveftp: t, thruhere: t, webhop: t, casacam: t, dynu: t, dynuddns: t, mysynology: t, opik: t, spryt: t, dynv6: t, twmail: t, ru: t, channelsdvr: [2, { u: t }], fastly: [0, { freetls: t, map: t, prod: [0, { a: t, global: t }], ssl: [0, { a: t, b: t, global: t }] }], fastlylb: [2, { map: t }], "keyword-on": t, "live-on": t, "server-on": t, "cdn-edges": t, heteml: t, cloudfunctions: t, "grafana-dev": t, iobb: t, moonscale: t, "in-dsl": t, "in-vpn": t, oninferno: t, botdash: t, "apps-1and1": t, ipifony: t, cloudjiffy: [2, { "fra1-de": t, "west1-us": t }], elastx: [0, { "jls-sto1": t, "jls-sto2": t, "jls-sto3": t }], massivegrid: [0, { paas: [0, { "fr-1": t, "lon-1": t, "lon-2": t, "ny-1": t, "ny-2": t, "sg-1": t }] }], saveincloud: [0, { jelastic: t, "nordeste-idc": t }], scaleforce: at, kinghost: t, uni5: t, krellian: t, ggff: t, localto: a, barsy: t, luyani: t, memset: t, "azure-api": t, "azure-mobile": t, azureedge: t, azurefd: t, azurestaticapps: [2, { 1: t, 2: t, 3: t, 4: t, 5: t, 6: t, 7: t, centralus: t, eastasia: t, eastus2: t, westeurope: t, westus2: t }], azurewebsites: t, cloudapp: t, trafficmanager: t, usgovcloudapi: Lt, usgovcloudapp: t, usgovtrafficmanager: t, windows: Lt, mynetname: [0, { sn: t }], routingthecloud: t, bounceme: t, ddns: t, "eating-organic": t, mydissent: t, myeffect: t, mymediapc: t, mypsx: t, mysecuritycamera: t, nhlfan: t, "no-ip": t, pgafan: t, privatizehealthinsurance: t, redirectme: t, serveblog: t, serveminecraft: t, sytes: t, dnsup: t, hicam: t, "now-dns": t, ownip: t, vpndns: t, cloudycluster: t, ovh: [0, { hosting: a, webpaas: a }], rackmaze: t, myradweb: t, in: t, "subsc-pay": t, squares: t, schokokeks: t, "firewall-gateway": t, seidat: t, senseering: t, siteleaf: t, mafelo: t, myspreadshop: t, "vps-host": [2, { jelastic: [0, { atl: t, njs: t, ric: t }] }], srcf: [0, { soc: t, user: t }], supabase: t, dsmynas: t, familyds: t, ts: [2, { c: a }], torproject: [2, { pages: t }], tunnelmole: t, vusercontent: t, "reserve-online": t, localcert: t, "community-pro": t, meinforum: t, yandexcloud: [2, { storage: t, website: t }], za: t, zabc: t }], nf: [1, { arts: e, com: e, firm: e, info: e, net: e, other: e, per: e, rec: e, store: e, web: e }], ng: [1, { com: e, edu: e, gov: e, i: e, mil: e, mobi: e, name: e, net: e, org: e, sch: e, biz: [2, { co: t, dl: t, go: t, lg: t, on: t }], col: t, firm: t, gen: t, ltd: t, ngo: t, plc: t }], ni: [1, { ac: e, biz: e, co: e, com: e, edu: e, gob: e, in: e, info: e, int: e, mil: e, net: e, nom: e, org: e, web: e }], nl: [1, { co: t, "hosting-cluster": t, gov: t, khplay: t, "123website": t, myspreadshop: t, transurl: a, cistron: t, demon: t }], no: [1, { fhs: e, folkebibl: e, fylkesbibl: e, idrett: e, museum: e, priv: e, vgs: e, dep: e, herad: e, kommune: e, mil: e, stat: e, aa: M, ah: M, bu: M, fm: M, hl: M, hm: M, "jan-mayen": M, mr: M, nl: M, nt: M, of: M, ol: M, oslo: M, rl: M, sf: M, st: M, svalbard: M, tm: M, tr: M, va: M, vf: M, akrehamn: e, "xn--krehamn-dxa": e, åkrehamn: e, algard: e, "xn--lgrd-poac": e, ålgård: e, arna: e, bronnoysund: e, "xn--brnnysund-m8ac": e, brønnøysund: e, brumunddal: e, bryne: e, drobak: e, "xn--drbak-wua": e, drøbak: e, egersund: e, fetsund: e, floro: e, "xn--flor-jra": e, florø: e, fredrikstad: e, hokksund: e, honefoss: e, "xn--hnefoss-q1a": e, hønefoss: e, jessheim: e, jorpeland: e, "xn--jrpeland-54a": e, jørpeland: e, kirkenes: e, kopervik: e, krokstadelva: e, langevag: e, "xn--langevg-jxa": e, langevåg: e, leirvik: e, mjondalen: e, "xn--mjndalen-64a": e, mjøndalen: e, "mo-i-rana": e, mosjoen: e, "xn--mosjen-eya": e, mosjøen: e, nesoddtangen: e, orkanger: e, osoyro: e, "xn--osyro-wua": e, osøyro: e, raholt: e, "xn--rholt-mra": e, råholt: e, sandnessjoen: e, "xn--sandnessjen-ogb": e, sandnessjøen: e, skedsmokorset: e, slattum: e, spjelkavik: e, stathelle: e, stavern: e, stjordalshalsen: e, "xn--stjrdalshalsen-sqb": e, stjørdalshalsen: e, tananger: e, tranby: e, vossevangen: e, aarborte: e, aejrie: e, afjord: e, "xn--fjord-lra": e, åfjord: e, agdenes: e, akershus: Pt, aknoluokta: e, "xn--koluokta-7ya57h": e, ákŋoluokta: e, al: e, "xn--l-1fa": e, ål: e, alaheadju: e, "xn--laheadju-7ya": e, álaheadju: e, alesund: e, "xn--lesund-hua": e, ålesund: e, alstahaug: e, alta: e, "xn--lt-liac": e, áltá: e, alvdal: e, amli: e, "xn--mli-tla": e, åmli: e, amot: e, "xn--mot-tla": e, åmot: e, andasuolo: e, andebu: e, andoy: e, "xn--andy-ira": e, andøy: e, ardal: e, "xn--rdal-poa": e, årdal: e, aremark: e, arendal: e, "xn--s-1fa": e, ås: e, aseral: e, "xn--seral-lra": e, åseral: e, asker: e, askim: e, askoy: e, "xn--asky-ira": e, askøy: e, askvoll: e, asnes: e, "xn--snes-poa": e, åsnes: e, audnedaln: e, aukra: e, aure: e, aurland: e, "aurskog-holand": e, "xn--aurskog-hland-jnb": e, "aurskog-høland": e, austevoll: e, austrheim: e, averoy: e, "xn--avery-yua": e, averøy: e, badaddja: e, "xn--bdddj-mrabd": e, bådåddjå: e, "xn--brum-voa": e, bærum: e, bahcavuotna: e, "xn--bhcavuotna-s4a": e, báhcavuotna: e, bahccavuotna: e, "xn--bhccavuotna-k7a": e, báhccavuotna: e, baidar: e, "xn--bidr-5nac": e, báidár: e, bajddar: e, "xn--bjddar-pta": e, bájddar: e, balat: e, "xn--blt-elab": e, bálát: e, balestrand: e, ballangen: e, balsfjord: e, bamble: e, bardu: e, barum: e, batsfjord: e, "xn--btsfjord-9za": e, båtsfjord: e, bearalvahki: e, "xn--bearalvhki-y4a": e, bearalváhki: e, beardu: e, beiarn: e, berg: e, bergen: e, berlevag: e, "xn--berlevg-jxa": e, berlevåg: e, bievat: e, "xn--bievt-0qa": e, bievát: e, bindal: e, birkenes: e, bjerkreim: e, bjugn: e, bodo: e, "xn--bod-2na": e, bodø: e, bokn: e, bomlo: e, "xn--bmlo-gra": e, bømlo: e, bremanger: e, bronnoy: e, "xn--brnny-wuac": e, brønnøy: e, budejju: e, buskerud: Pt, bygland: e, bykle: e, cahcesuolo: e, "xn--hcesuolo-7ya35b": e, čáhcesuolo: e, davvenjarga: e, "xn--davvenjrga-y4a": e, davvenjárga: e, davvesiida: e, deatnu: e, dielddanuorri: e, divtasvuodna: e, divttasvuotna: e, donna: e, "xn--dnna-gra": e, dønna: e, dovre: e, drammen: e, drangedal: e, dyroy: e, "xn--dyry-ira": e, dyrøy: e, eid: e, eidfjord: e, eidsberg: e, eidskog: e, eidsvoll: e, eigersund: e, elverum: e, enebakk: e, engerdal: e, etne: e, etnedal: e, evenassi: e, "xn--eveni-0qa01ga": e, evenášši: e, evenes: e, "evje-og-hornnes": e, farsund: e, fauske: e, fedje: e, fet: e, finnoy: e, "xn--finny-yua": e, finnøy: e, fitjar: e, fjaler: e, fjell: e, fla: e, "xn--fl-zia": e, flå: e, flakstad: e, flatanger: e, flekkefjord: e, flesberg: e, flora: e, folldal: e, forde: e, "xn--frde-gra": e, førde: e, forsand: e, fosnes: e, "xn--frna-woa": e, fræna: e, frana: e, frei: e, frogn: e, froland: e, frosta: e, froya: e, "xn--frya-hra": e, frøya: e, fuoisku: e, fuossko: e, fusa: e, fyresdal: e, gaivuotna: e, "xn--givuotna-8ya": e, gáivuotna: e, galsa: e, "xn--gls-elac": e, gálsá: e, gamvik: e, gangaviika: e, "xn--ggaviika-8ya47h": e, gáŋgaviika: e, gaular: e, gausdal: e, giehtavuoatna: e, gildeskal: e, "xn--gildeskl-g0a": e, gildeskål: e, giske: e, gjemnes: e, gjerdrum: e, gjerstad: e, gjesdal: e, gjovik: e, "xn--gjvik-wua": e, gjøvik: e, gloppen: e, gol: e, gran: e, grane: e, granvin: e, gratangen: e, grimstad: e, grong: e, grue: e, gulen: e, guovdageaidnu: e, ha: e, "xn--h-2fa": e, hå: e, habmer: e, "xn--hbmer-xqa": e, hábmer: e, hadsel: e, "xn--hgebostad-g3a": e, hægebostad: e, hagebostad: e, halden: e, halsa: e, hamar: e, hamaroy: e, hammarfeasta: e, "xn--hmmrfeasta-s4ac": e, hámmárfeasta: e, hammerfest: e, hapmir: e, "xn--hpmir-xqa": e, hápmir: e, haram: e, hareid: e, harstad: e, hasvik: e, hattfjelldal: e, haugesund: e, hedmark: [0, { os: e, valer: e, "xn--vler-qoa": e, våler: e }], hemne: e, hemnes: e, hemsedal: e, hitra: e, hjartdal: e, hjelmeland: e, hobol: e, "xn--hobl-ira": e, hobøl: e, hof: e, hol: e, hole: e, holmestrand: e, holtalen: e, "xn--holtlen-hxa": e, holtålen: e, hordaland: [0, { os: e }], hornindal: e, horten: e, hoyanger: e, "xn--hyanger-q1a": e, høyanger: e, hoylandet: e, "xn--hylandet-54a": e, høylandet: e, hurdal: e, hurum: e, hvaler: e, hyllestad: e, ibestad: e, inderoy: e, "xn--indery-fya": e, inderøy: e, iveland: e, ivgu: e, jevnaker: e, jolster: e, "xn--jlster-bya": e, jølster: e, jondal: e, kafjord: e, "xn--kfjord-iua": e, kåfjord: e, karasjohka: e, "xn--krjohka-hwab49j": e, kárášjohka: e, karasjok: e, karlsoy: e, karmoy: e, "xn--karmy-yua": e, karmøy: e, kautokeino: e, klabu: e, "xn--klbu-woa": e, klæbu: e, klepp: e, kongsberg: e, kongsvinger: e, kraanghke: e, "xn--kranghke-b0a": e, kråanghke: e, kragero: e, "xn--krager-gya": e, kragerø: e, kristiansand: e, kristiansund: e, krodsherad: e, "xn--krdsherad-m8a": e, krødsherad: e, "xn--kvfjord-nxa": e, kvæfjord: e, "xn--kvnangen-k0a": e, kvænangen: e, kvafjord: e, kvalsund: e, kvam: e, kvanangen: e, kvinesdal: e, kvinnherad: e, kviteseid: e, kvitsoy: e, "xn--kvitsy-fya": e, kvitsøy: e, laakesvuemie: e, "xn--lrdal-sra": e, lærdal: e, lahppi: e, "xn--lhppi-xqa": e, láhppi: e, lardal: e, larvik: e, lavagis: e, lavangen: e, leangaviika: e, "xn--leagaviika-52b": e, leaŋgaviika: e, lebesby: e, leikanger: e, leirfjord: e, leka: e, leksvik: e, lenvik: e, lerdal: e, lesja: e, levanger: e, lier: e, lierne: e, lillehammer: e, lillesand: e, lindas: e, "xn--linds-pra": e, lindås: e, lindesnes: e, loabat: e, "xn--loabt-0qa": e, loabát: e, lodingen: e, "xn--ldingen-q1a": e, lødingen: e, lom: e, loppa: e, lorenskog: e, "xn--lrenskog-54a": e, lørenskog: e, loten: e, "xn--lten-gra": e, løten: e, lund: e, lunner: e, luroy: e, "xn--lury-ira": e, lurøy: e, luster: e, lyngdal: e, lyngen: e, malatvuopmi: e, "xn--mlatvuopmi-s4a": e, málatvuopmi: e, malselv: e, "xn--mlselv-iua": e, målselv: e, malvik: e, mandal: e, marker: e, marnardal: e, masfjorden: e, masoy: e, "xn--msy-ula0h": e, måsøy: e, "matta-varjjat": e, "xn--mtta-vrjjat-k7af": e, "mátta-várjjat": e, meland: e, meldal: e, melhus: e, meloy: e, "xn--mely-ira": e, meløy: e, meraker: e, "xn--merker-kua": e, meråker: e, midsund: e, "midtre-gauldal": e, moareke: e, "xn--moreke-jua": e, moåreke: e, modalen: e, modum: e, molde: e, "more-og-romsdal": [0, { heroy: e, sande: e }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": e, sande: e }], "møre-og-romsdal": [0, { herøy: e, sande: e }], moskenes: e, moss: e, muosat: e, "xn--muost-0qa": e, muosát: e, naamesjevuemie: e, "xn--nmesjevuemie-tcba": e, nååmesjevuemie: e, "xn--nry-yla5g": e, nærøy: e, namdalseid: e, namsos: e, namsskogan: e, nannestad: e, naroy: e, narviika: e, narvik: e, naustdal: e, navuotna: e, "xn--nvuotna-hwa": e, návuotna: e, "nedre-eiker": e, nesna: e, nesodden: e, nesseby: e, nesset: e, nissedal: e, nittedal: e, "nord-aurdal": e, "nord-fron": e, "nord-odal": e, norddal: e, nordkapp: e, nordland: [0, { bo: e, "xn--b-5ga": e, bø: e, heroy: e, "xn--hery-ira": e, herøy: e }], "nordre-land": e, nordreisa: e, "nore-og-uvdal": e, notodden: e, notteroy: e, "xn--nttery-byae": e, nøtterøy: e, odda: e, oksnes: e, "xn--ksnes-uua": e, øksnes: e, omasvuotna: e, oppdal: e, oppegard: e, "xn--oppegrd-ixa": e, oppegård: e, orkdal: e, orland: e, "xn--rland-uua": e, ørland: e, orskog: e, "xn--rskog-uua": e, ørskog: e, orsta: e, "xn--rsta-fra": e, ørsta: e, osen: e, osteroy: e, "xn--ostery-fya": e, osterøy: e, ostfold: [0, { valer: e }], "xn--stfold-9xa": [0, { "xn--vler-qoa": e }], østfold: [0, { våler: e }], "ostre-toten": e, "xn--stre-toten-zcb": e, "østre-toten": e, overhalla: e, "ovre-eiker": e, "xn--vre-eiker-k8a": e, "øvre-eiker": e, oyer: e, "xn--yer-zna": e, øyer: e, oygarden: e, "xn--ygarden-p1a": e, øygarden: e, "oystre-slidre": e, "xn--ystre-slidre-ujb": e, "øystre-slidre": e, porsanger: e, porsangu: e, "xn--porsgu-sta26f": e, porsáŋgu: e, porsgrunn: e, rade: e, "xn--rde-ula": e, råde: e, radoy: e, "xn--rady-ira": e, radøy: e, "xn--rlingen-mxa": e, rælingen: e, rahkkeravju: e, "xn--rhkkervju-01af": e, ráhkkerávju: e, raisa: e, "xn--risa-5na": e, ráisa: e, rakkestad: e, ralingen: e, rana: e, randaberg: e, rauma: e, rendalen: e, rennebu: e, rennesoy: e, "xn--rennesy-v1a": e, rennesøy: e, rindal: e, ringebu: e, ringerike: e, ringsaker: e, risor: e, "xn--risr-ira": e, risør: e, rissa: e, roan: e, rodoy: e, "xn--rdy-0nab": e, rødøy: e, rollag: e, romsa: e, romskog: e, "xn--rmskog-bya": e, rømskog: e, roros: e, "xn--rros-gra": e, røros: e, rost: e, "xn--rst-0na": e, røst: e, royken: e, "xn--ryken-vua": e, røyken: e, royrvik: e, "xn--ryrvik-bya": e, røyrvik: e, ruovat: e, rygge: e, salangen: e, salat: e, "xn--slat-5na": e, sálat: e, "xn--slt-elab": e, sálát: e, saltdal: e, samnanger: e, sandefjord: e, sandnes: e, sandoy: e, "xn--sandy-yua": e, sandøy: e, sarpsborg: e, sauda: e, sauherad: e, sel: e, selbu: e, selje: e, seljord: e, siellak: e, sigdal: e, siljan: e, sirdal: e, skanit: e, "xn--sknit-yqa": e, skánit: e, skanland: e, "xn--sknland-fxa": e, skånland: e, skaun: e, skedsmo: e, ski: e, skien: e, skierva: e, "xn--skierv-uta": e, skiervá: e, skiptvet: e, skjak: e, "xn--skjk-soa": e, skjåk: e, skjervoy: e, "xn--skjervy-v1a": e, skjervøy: e, skodje: e, smola: e, "xn--smla-hra": e, smøla: e, snaase: e, "xn--snase-nra": e, snåase: e, snasa: e, "xn--snsa-roa": e, snåsa: e, snillfjord: e, snoasa: e, sogndal: e, sogne: e, "xn--sgne-gra": e, søgne: e, sokndal: e, sola: e, solund: e, somna: e, "xn--smna-gra": e, sømna: e, "sondre-land": e, "xn--sndre-land-0cb": e, "søndre-land": e, songdalen: e, "sor-aurdal": e, "xn--sr-aurdal-l8a": e, "sør-aurdal": e, "sor-fron": e, "xn--sr-fron-q1a": e, "sør-fron": e, "sor-odal": e, "xn--sr-odal-q1a": e, "sør-odal": e, "sor-varanger": e, "xn--sr-varanger-ggb": e, "sør-varanger": e, sorfold: e, "xn--srfold-bya": e, sørfold: e, sorreisa: e, "xn--srreisa-q1a": e, sørreisa: e, sortland: e, sorum: e, "xn--srum-gra": e, sørum: e, spydeberg: e, stange: e, stavanger: e, steigen: e, steinkjer: e, stjordal: e, "xn--stjrdal-s1a": e, stjørdal: e, stokke: e, "stor-elvdal": e, stord: e, stordal: e, storfjord: e, strand: e, stranda: e, stryn: e, sula: e, suldal: e, sund: e, sunndal: e, surnadal: e, sveio: e, svelvik: e, sykkylven: e, tana: e, telemark: [0, { bo: e, "xn--b-5ga": e, bø: e }], time: e, tingvoll: e, tinn: e, tjeldsund: e, tjome: e, "xn--tjme-hra": e, tjøme: e, tokke: e, tolga: e, tonsberg: e, "xn--tnsberg-q1a": e, tønsberg: e, torsken: e, "xn--trna-woa": e, træna: e, trana: e, tranoy: e, "xn--trany-yua": e, tranøy: e, troandin: e, trogstad: e, "xn--trgstad-r1a": e, trøgstad: e, tromsa: e, tromso: e, "xn--troms-zua": e, tromsø: e, trondheim: e, trysil: e, tvedestrand: e, tydal: e, tynset: e, tysfjord: e, tysnes: e, "xn--tysvr-vra": e, tysvær: e, tysvar: e, ullensaker: e, ullensvang: e, ulvik: e, unjarga: e, "xn--unjrga-rta": e, unjárga: e, utsira: e, vaapste: e, vadso: e, "xn--vads-jra": e, vadsø: e, "xn--vry-yla5g": e, værøy: e, vaga: e, "xn--vg-yiab": e, vågå: e, vagan: e, "xn--vgan-qoa": e, vågan: e, vagsoy: e, "xn--vgsy-qoa0j": e, vågsøy: e, vaksdal: e, valle: e, vang: e, vanylven: e, vardo: e, "xn--vard-jra": e, vardø: e, varggat: e, "xn--vrggt-xqad": e, várggát: e, varoy: e, vefsn: e, vega: e, vegarshei: e, "xn--vegrshei-c0a": e, vegårshei: e, vennesla: e, verdal: e, verran: e, vestby: e, vestfold: [0, { sande: e }], vestnes: e, "vestre-slidre": e, "vestre-toten": e, vestvagoy: e, "xn--vestvgy-ixa6o": e, vestvågøy: e, vevelstad: e, vik: e, vikna: e, vindafjord: e, voagat: e, volda: e, voss: e, co: t, "123hjemmeside": t, myspreadshop: t }], np: v, nr: Rt, nu: [1, { merseine: t, mine: t, shacknet: t, enterprisecloud: t }], nz: [1, { ac: e, co: e, cri: e, geek: e, gen: e, govt: e, health: e, iwi: e, kiwi: e, maori: e, "xn--mori-qsa": e, māori: e, mil: e, net: e, org: e, parliament: e, school: e, cloudns: t }], om: [1, { co: e, com: e, edu: e, gov: e, med: e, museum: e, net: e, org: e, pro: e }], onion: e, org: [1, { altervista: t, pimienta: t, poivron: t, potager: t, sweetpepper: t, cdn77: [0, { c: t, rsc: t }], "cdn77-secure": [0, { origin: [0, { ssl: t }] }], ae: t, cloudns: t, "ip-dynamic": t, ddnss: t, dpdns: t, duckdns: t, tunk: t, blogdns: t, blogsite: t, boldlygoingnowhere: t, dnsalias: t, dnsdojo: t, doesntexist: t, dontexist: t, doomdns: t, dvrdns: t, dynalias: t, dyndns: [2, { go: t, home: t }], endofinternet: t, endoftheinternet: t, "from-me": t, "game-host": t, gotdns: t, "hobby-site": t, homedns: t, homeftp: t, homelinux: t, homeunix: t, "is-a-bruinsfan": t, "is-a-candidate": t, "is-a-celticsfan": t, "is-a-chef": t, "is-a-geek": t, "is-a-knight": t, "is-a-linux-user": t, "is-a-patsfan": t, "is-a-soxfan": t, "is-found": t, "is-lost": t, "is-saved": t, "is-very-bad": t, "is-very-evil": t, "is-very-good": t, "is-very-nice": t, "is-very-sweet": t, "isa-geek": t, "kicks-ass": t, misconfused: t, podzone: t, readmyblog: t, selfip: t, sellsyourhome: t, servebbs: t, serveftp: t, servegame: t, "stuff-4-sale": t, webhop: t, accesscam: t, camdvr: t, freeddns: t, mywire: t, roxa: t, webredirect: t, twmail: t, eu: [2, { al: t, asso: t, at: t, au: t, be: t, bg: t, ca: t, cd: t, ch: t, cn: t, cy: t, cz: t, de: t, dk: t, edu: t, ee: t, es: t, fi: t, fr: t, gr: t, hr: t, hu: t, ie: t, il: t, in: t, int: t, is: t, it: t, jp: t, kr: t, lt: t, lu: t, lv: t, me: t, mk: t, mt: t, my: t, net: t, ng: t, nl: t, no: t, nz: t, pl: t, pt: t, ro: t, ru: t, se: t, si: t, sk: t, tr: t, uk: t, us: t }], fedorainfracloud: t, fedorapeople: t, fedoraproject: [0, { cloud: t, os: et, stg: [0, { os: et }] }], freedesktop: t, hatenadiary: t, hepforge: t, "in-dsl": t, "in-vpn": t, js: t, barsy: t, mayfirst: t, routingthecloud: t, bmoattachments: t, "cable-modem": t, collegefan: t, couchpotatofries: t, hopto: t, mlbfan: t, myftp: t, mysecuritycamera: t, nflfan: t, "no-ip": t, "read-books": t, ufcfan: t, zapto: t, dynserv: t, "now-dns": t, "is-local": t, httpbin: t, pubtls: t, jpn: t, "my-firewall": t, myfirewall: t, spdns: t, "small-web": t, dsmynas: t, familyds: t, teckids: st, tuxfamily: t, hk: t, us: t, toolforge: t, wmcloud: [2, { beta: t }], wmflabs: t, za: t }], pa: [1, { abo: e, ac: e, com: e, edu: e, gob: e, ing: e, med: e, net: e, nom: e, org: e, sld: e }], pe: [1, { com: e, edu: e, gob: e, mil: e, net: e, nom: e, org: e }], pf: [1, { com: e, edu: e, org: e }], pg: v, ph: [1, { com: e, edu: e, gov: e, i: e, mil: e, net: e, ngo: e, org: e, cloudns: t }], pk: [1, { ac: e, biz: e, com: e, edu: e, fam: e, gkp: e, gob: e, gog: e, gok: e, gop: e, gos: e, gov: e, net: e, org: e, web: e }], pl: [1, { com: e, net: e, org: e, agro: e, aid: e, atm: e, auto: e, biz: e, edu: e, gmina: e, gsm: e, info: e, mail: e, media: e, miasta: e, mil: e, nieruchomosci: e, nom: e, pc: e, powiat: e, priv: e, realestate: e, rel: e, sex: e, shop: e, sklep: e, sos: e, szkola: e, targi: e, tm: e, tourism: e, travel: e, turystyka: e, gov: [1, { ap: e, griw: e, ic: e, is: e, kmpsp: e, konsulat: e, kppsp: e, kwp: e, kwpsp: e, mup: e, mw: e, oia: e, oirm: e, oke: e, oow: e, oschr: e, oum: e, pa: e, pinb: e, piw: e, po: e, pr: e, psp: e, psse: e, pup: e, rzgw: e, sa: e, sdn: e, sko: e, so: e, sr: e, starostwo: e, ug: e, ugim: e, um: e, umig: e, upow: e, uppo: e, us: e, uw: e, uzs: e, wif: e, wiih: e, winb: e, wios: e, witd: e, wiw: e, wkz: e, wsa: e, wskr: e, wsse: e, wuoz: e, wzmiuw: e, zp: e, zpisdn: e }], augustow: e, "babia-gora": e, bedzin: e, beskidy: e, bialowieza: e, bialystok: e, bielawa: e, bieszczady: e, boleslawiec: e, bydgoszcz: e, bytom: e, cieszyn: e, czeladz: e, czest: e, dlugoleka: e, elblag: e, elk: e, glogow: e, gniezno: e, gorlice: e, grajewo: e, ilawa: e, jaworzno: e, "jelenia-gora": e, jgora: e, kalisz: e, karpacz: e, kartuzy: e, kaszuby: e, katowice: e, "kazimierz-dolny": e, kepno: e, ketrzyn: e, klodzko: e, kobierzyce: e, kolobrzeg: e, konin: e, konskowola: e, kutno: e, lapy: e, lebork: e, legnica: e, lezajsk: e, limanowa: e, lomza: e, lowicz: e, lubin: e, lukow: e, malbork: e, malopolska: e, mazowsze: e, mazury: e, mielec: e, mielno: e, mragowo: e, naklo: e, nowaruda: e, nysa: e, olawa: e, olecko: e, olkusz: e, olsztyn: e, opoczno: e, opole: e, ostroda: e, ostroleka: e, ostrowiec: e, ostrowwlkp: e, pila: e, pisz: e, podhale: e, podlasie: e, polkowice: e, pomorskie: e, pomorze: e, prochowice: e, pruszkow: e, przeworsk: e, pulawy: e, radom: e, "rawa-maz": e, rybnik: e, rzeszow: e, sanok: e, sejny: e, skoczow: e, slask: e, slupsk: e, sosnowiec: e, "stalowa-wola": e, starachowice: e, stargard: e, suwalki: e, swidnica: e, swiebodzin: e, swinoujscie: e, szczecin: e, szczytno: e, tarnobrzeg: e, tgory: e, turek: e, tychy: e, ustka: e, walbrzych: e, warmia: e, warszawa: e, waw: e, wegrow: e, wielun: e, wlocl: e, wloclawek: e, wodzislaw: e, wolomin: e, wroclaw: e, zachpomor: e, zagan: e, zarow: e, zgora: e, zgorzelec: e, art: t, gliwice: t, krakow: t, poznan: t, wroc: t, zakopane: t, beep: t, "ecommerce-shop": t, cfolks: t, dfirma: t, dkonto: t, you2: t, shoparena: t, homesklep: t, sdscloud: t, unicloud: t, lodz: t, pabianice: t, plock: t, sieradz: t, skierniewice: t, zgierz: t, krasnik: t, leczna: t, lubartow: t, lublin: t, poniatowa: t, swidnik: t, co: t, torun: t, simplesite: t, myspreadshop: t, gda: t, gdansk: t, gdynia: t, med: t, sopot: t, bielsko: t }], pm: [1, { own: t, name: t }], pn: [1, { co: e, edu: e, gov: e, net: e, org: e }], post: e, pr: [1, { biz: e, com: e, edu: e, gov: e, info: e, isla: e, name: e, net: e, org: e, pro: e, ac: e, est: e, prof: e }], pro: [1, { aaa: e, aca: e, acct: e, avocat: e, bar: e, cpa: e, eng: e, jur: e, law: e, med: e, recht: e, cloudns: t, keenetic: t, barsy: t, ngrok: t }], ps: [1, { com: e, edu: e, gov: e, net: e, org: e, plo: e, sec: e }], pt: [1, { com: e, edu: e, gov: e, int: e, net: e, nome: e, org: e, publ: e, "123paginaweb": t }], pw: [1, { gov: e, cloudns: t, x443: t }], py: [1, { com: e, coop: e, edu: e, gov: e, mil: e, net: e, org: e }], qa: [1, { com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e, sch: e }], re: [1, { asso: e, com: e, netlib: t, can: t }], ro: [1, { arts: e, com: e, firm: e, info: e, nom: e, nt: e, org: e, rec: e, store: e, tm: e, www: e, co: t, shop: t, barsy: t }], rs: [1, { ac: e, co: e, edu: e, gov: e, in: e, org: e, brendly: y, barsy: t, ox: t }], ru: [1, { ac: t, edu: t, gov: t, int: t, mil: t, eurodir: t, adygeya: t, bashkiria: t, bir: t, cbg: t, com: t, dagestan: t, grozny: t, kalmykia: t, kustanai: t, marine: t, mordovia: t, msk: t, mytis: t, nalchik: t, nov: t, pyatigorsk: t, spb: t, vladikavkaz: t, vladimir: t, na4u: t, mircloud: t, myjino: [2, { hosting: a, landing: a, spectrum: a, vps: a }], cldmail: [0, { hb: t }], mcdir: [2, { vps: t }], mcpre: t, net: t, org: t, pp: t, ras: t }], rw: [1, { ac: e, co: e, coop: e, gov: e, mil: e, net: e, org: e }], sa: [1, { com: e, edu: e, gov: e, med: e, net: e, org: e, pub: e, sch: e }], sb: n, sc: n, sd: [1, { com: e, edu: e, gov: e, info: e, med: e, net: e, org: e, tv: e }], se: [1, { a: e, ac: e, b: e, bd: e, brand: e, c: e, d: e, e, f: e, fh: e, fhsk: e, fhv: e, g: e, h: e, i: e, k: e, komforb: e, kommunalforbund: e, komvux: e, l: e, lanbib: e, m: e, n: e, naturbruksgymn: e, o: e, org: e, p: e, parti: e, pp: e, press: e, r: e, s: e, t: e, tm: e, u: e, w: e, x: e, y: e, z: e, com: t, iopsys: t, "123minsida": t, itcouldbewor: t, myspreadshop: t }], sg: [1, { com: e, edu: e, gov: e, net: e, org: e, enscaled: t }], sh: [1, { com: e, gov: e, mil: e, net: e, org: e, hashbang: t, botda: t, lovable: t, platform: [0, { ent: t, eu: t, us: t }], teleport: t, now: t }], si: [1, { f5: t, gitapp: t, gitpage: t }], sj: e, sk: [1, { org: e }], sl: n, sm: e, sn: [1, { art: e, com: e, edu: e, gouv: e, org: e, univ: e }], so: [1, { com: e, edu: e, gov: e, me: e, net: e, org: e, surveys: t }], sr: e, ss: [1, { biz: e, co: e, com: e, edu: e, gov: e, me: e, net: e, org: e, sch: e }], st: [1, { co: e, com: e, consulado: e, edu: e, embaixada: e, mil: e, net: e, org: e, principe: e, saotome: e, store: e, helioho: t, cn: a, kirara: t, noho: t }], su: [1, { abkhazia: t, adygeya: t, aktyubinsk: t, arkhangelsk: t, armenia: t, ashgabad: t, azerbaijan: t, balashov: t, bashkiria: t, bryansk: t, bukhara: t, chimkent: t, dagestan: t, "east-kazakhstan": t, exnet: t, georgia: t, grozny: t, ivanovo: t, jambyl: t, kalmykia: t, kaluga: t, karacol: t, karaganda: t, karelia: t, khakassia: t, krasnodar: t, kurgan: t, kustanai: t, lenug: t, mangyshlak: t, mordovia: t, msk: t, murmansk: t, nalchik: t, navoi: t, "north-kazakhstan": t, nov: t, obninsk: t, penza: t, pokrovsk: t, sochi: t, spb: t, tashkent: t, termez: t, togliatti: t, troitsk: t, tselinograd: t, tula: t, tuva: t, vladikavkaz: t, vladimir: t, vologda: t }], sv: [1, { com: e, edu: e, gob: e, org: e, red: e }], sx: c, sy: s, sz: [1, { ac: e, co: e, org: e }], tc: e, td: e, tel: e, tf: [1, { sch: t }], tg: e, th: [1, { ac: e, co: e, go: e, in: e, mi: e, net: e, or: e, online: t, shop: t }], tj: [1, { ac: e, biz: e, co: e, com: e, edu: e, go: e, gov: e, int: e, mil: e, name: e, net: e, nic: e, org: e, test: e, web: e }], tk: e, tl: c, tm: [1, { co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e }], tn: [1, { com: e, ens: e, fin: e, gov: e, ind: e, info: e, intl: e, mincom: e, nat: e, net: e, org: e, perso: e, tourism: e, orangecloud: t }], to: [1, { 611: t, com: e, edu: e, gov: e, mil: e, net: e, org: e, oya: t, x0: t, quickconnect: X, vpnplus: t, nett: t }], tr: [1, { av: e, bbs: e, bel: e, biz: e, com: e, dr: e, edu: e, gen: e, gov: e, info: e, k12: e, kep: e, mil: e, name: e, net: e, org: e, pol: e, tel: e, tsk: e, tv: e, web: e, nc: c }], tt: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], tv: [1, { "better-than": t, dyndns: t, "on-the-web": t, "worse-than": t, from: t, sakura: t }], tw: [1, { club: e, com: [1, { mymailer: t }], ebiz: e, edu: e, game: e, gov: e, idv: e, mil: e, net: e, org: e, url: t, mydns: t }], tz: [1, { ac: e, co: e, go: e, hotel: e, info: e, me: e, mil: e, mobi: e, ne: e, or: e, sc: e, tv: e }], ua: [1, { com: e, edu: e, gov: e, in: e, net: e, org: e, cherkassy: e, cherkasy: e, chernigov: e, chernihiv: e, chernivtsi: e, chernovtsy: e, ck: e, cn: e, cr: e, crimea: e, cv: e, dn: e, dnepropetrovsk: e, dnipropetrovsk: e, donetsk: e, dp: e, if: e, "ivano-frankivsk": e, kh: e, kharkiv: e, kharkov: e, kherson: e, khmelnitskiy: e, khmelnytskyi: e, kiev: e, kirovograd: e, km: e, kr: e, kropyvnytskyi: e, krym: e, ks: e, kv: e, kyiv: e, lg: e, lt: e, lugansk: e, luhansk: e, lutsk: e, lv: e, lviv: e, mk: e, mykolaiv: e, nikolaev: e, od: e, odesa: e, odessa: e, pl: e, poltava: e, rivne: e, rovno: e, rv: e, sb: e, sebastopol: e, sevastopol: e, sm: e, sumy: e, te: e, ternopil: e, uz: e, uzhgorod: e, uzhhorod: e, vinnica: e, vinnytsia: e, vn: e, volyn: e, yalta: e, zakarpattia: e, zaporizhzhe: e, zaporizhzhia: e, zhitomir: e, zhytomyr: e, zp: e, zt: e, cc: t, inf: t, ltd: t, cx: t, biz: t, co: t, pp: t, v: t }], ug: [1, { ac: e, co: e, com: e, edu: e, go: e, gov: e, mil: e, ne: e, or: e, org: e, sc: e, us: e }], uk: [1, { ac: e, co: [1, { bytemark: [0, { dh: t, vm: t }], layershift: at, barsy: t, barsyonline: t, retrosnub: Ot, "nh-serv": t, "no-ip": t, adimo: t, myspreadshop: t }], gov: [1, { api: t, campaign: t, service: t }], ltd: e, me: e, net: e, nhs: e, org: [1, { glug: t, lug: t, lugs: t, affinitylottery: t, raffleentry: t, weeklylottery: t }], plc: e, police: e, sch: v, conn: t, copro: t, hosp: t, "independent-commission": t, "independent-inquest": t, "independent-inquiry": t, "independent-panel": t, "independent-review": t, "public-inquiry": t, "royal-commission": t, pymnt: t, barsy: t, nimsite: t, oraclegovcloudapps: a }], us: [1, { dni: e, isa: e, nsn: e, ak: _, al: _, ar: _, as: _, az: _, ca: _, co: _, ct: _, dc: _, de: Mt, fl: _, ga: _, gu: _, hi: Pe, ia: _, id: _, il: _, in: _, ks: _, ky: _, la: _, ma: [1, { k12: [1, { chtr: e, paroch: e, pvt: e }], cc: e, lib: e }], md: _, me: _, mi: [1, { k12: e, cc: e, lib: e, "ann-arbor": e, cog: e, dst: e, eaton: e, gen: e, mus: e, tec: e, washtenaw: e }], mn: _, mo: _, ms: [1, { k12: e, cc: e }], mt: _, nc: _, nd: Pe, ne: _, nh: _, nj: _, nm: _, nv: _, ny: _, oh: _, ok: _, or: _, pa: _, pr: _, ri: Pe, sc: _, sd: Pe, tn: _, tx: _, ut: _, va: _, vi: _, vt: _, wa: _, wi: _, wv: Mt, wy: _, cloudns: t, "is-by": t, "land-4-sale": t, "stuff-4-sale": t, heliohost: t, enscaled: [0, { phx: t }], mircloud: t, "azure-api": t, azurewebsites: t, ngo: t, golffan: t, noip: t, pointto: t, freeddns: t, srv: [2, { gh: t, gl: t }], servername: t }], uy: [1, { com: e, edu: e, gub: e, mil: e, net: e, org: e, gv: t }], uz: [1, { co: e, com: e, net: e, org: e }], va: e, vc: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, gv: [2, { d: t }], "0e": a, mydns: t }], ve: [1, { arts: e, bib: e, co: e, com: e, e12: e, edu: e, emprende: e, firm: e, gob: e, gov: e, ia: e, info: e, int: e, mil: e, net: e, nom: e, org: e, rar: e, rec: e, store: e, tec: e, web: e }], vg: [1, { edu: e }], vi: [1, { co: e, com: e, k12: e, net: e, org: e }], vn: [1, { ac: e, ai: e, biz: e, com: e, edu: e, gov: e, health: e, id: e, info: e, int: e, io: e, name: e, net: e, org: e, pro: e, angiang: e, bacgiang: e, backan: e, baclieu: e, bacninh: e, "baria-vungtau": e, bentre: e, binhdinh: e, binhduong: e, binhphuoc: e, binhthuan: e, camau: e, cantho: e, caobang: e, daklak: e, daknong: e, danang: e, dienbien: e, dongnai: e, dongthap: e, gialai: e, hagiang: e, haiduong: e, haiphong: e, hanam: e, hanoi: e, hatinh: e, haugiang: e, hoabinh: e, hungyen: e, khanhhoa: e, kiengiang: e, kontum: e, laichau: e, lamdong: e, langson: e, laocai: e, longan: e, namdinh: e, nghean: e, ninhbinh: e, ninhthuan: e, phutho: e, phuyen: e, quangbinh: e, quangnam: e, quangngai: e, quangninh: e, quangtri: e, soctrang: e, sonla: e, tayninh: e, thaibinh: e, thainguyen: e, thanhhoa: e, thanhphohochiminh: e, thuathienhue: e, tiengiang: e, travinh: e, tuyenquang: e, vinhlong: e, vinhphuc: e, yenbai: e }], vu: Ae, wf: [1, { biz: t, sch: t }], ws: [1, { com: e, edu: e, gov: e, net: e, org: e, advisor: a, cloud66: t, dyndns: t, mypets: t }], yt: [1, { org: t }], "xn--mgbaam7a8h": e, امارات: e, "xn--y9a3aq": e, հայ: e, "xn--54b7fta0cc": e, বাংলা: e, "xn--90ae": e, бг: e, "xn--mgbcpq6gpa1a": e, البحرين: e, "xn--90ais": e, бел: e, "xn--fiqs8s": e, 中国: e, "xn--fiqz9s": e, 中國: e, "xn--lgbbat1ad8j": e, الجزائر: e, "xn--wgbh1c": e, مصر: e, "xn--e1a4c": e, ею: e, "xn--qxa6a": e, ευ: e, "xn--mgbah1a3hjkrd": e, موريتانيا: e, "xn--node": e, გე: e, "xn--qxam": e, ελ: e, "xn--j6w193g": [1, { "xn--gmqw5a": e, "xn--55qx5d": e, "xn--mxtq1m": e, "xn--wcvs22d": e, "xn--uc0atv": e, "xn--od0alg": e }], 香港: [1, { 個人: e, 公司: e, 政府: e, 教育: e, 組織: e, 網絡: e }], "xn--2scrj9c": e, ಭಾರತ: e, "xn--3hcrj9c": e, ଭାରତ: e, "xn--45br5cyl": e, ভাৰত: e, "xn--h2breg3eve": e, भारतम्: e, "xn--h2brj9c8c": e, भारोत: e, "xn--mgbgu82a": e, ڀارت: e, "xn--rvc1e0am3e": e, ഭാരതം: e, "xn--h2brj9c": e, भारत: e, "xn--mgbbh1a": e, بارت: e, "xn--mgbbh1a71e": e, بھارت: e, "xn--fpcrj9c3d": e, భారత్: e, "xn--gecrj9c": e, ભારત: e, "xn--s9brj9c": e, ਭਾਰਤ: e, "xn--45brj9c": e, ভারত: e, "xn--xkc2dl3a5ee0h": e, இந்தியா: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, "xn--mgbtx2b": e, عراق: e, "xn--mgbayh7gpa": e, الاردن: e, "xn--3e0b707e": e, 한국: e, "xn--80ao21a": e, қаз: e, "xn--q7ce6a": e, ລາວ: e, "xn--fzc2c9e2c": e, ලංකා: e, "xn--xkc2al3hye2a": e, இலங்கை: e, "xn--mgbc0a9azcg": e, المغرب: e, "xn--d1alf": e, мкд: e, "xn--l1acc": e, мон: e, "xn--mix891f": e, 澳門: e, "xn--mix082f": e, 澳门: e, "xn--mgbx4cd0ab": e, مليسيا: e, "xn--mgb9awbf": e, عمان: e, "xn--mgbai9azgqp6j": e, پاکستان: e, "xn--mgbai9a5eva00b": e, پاكستان: e, "xn--ygbi2ammx": e, فلسطين: e, "xn--90a3ac": [1, { "xn--80au": e, "xn--90azh": e, "xn--d1at": e, "xn--c1avg": e, "xn--o1ac": e, "xn--o1ach": e }], срб: [1, { ак: e, обр: e, од: e, орг: e, пр: e, упр: e }], "xn--p1ai": e, рф: e, "xn--wgbl6a": e, قطر: e, "xn--mgberp4a5d4ar": e, السعودية: e, "xn--mgberp4a5d4a87g": e, السعودیة: e, "xn--mgbqly7c0a67fbc": e, السعودیۃ: e, "xn--mgbqly7cvafr": e, السعوديه: e, "xn--mgbpl2fh": e, سودان: e, "xn--yfro4i67o": e, 新加坡: e, "xn--clchc0ea0b2g2a9gcd": e, சிங்கப்பூர்: e, "xn--ogbpf8fl": e, سورية: e, "xn--mgbtf8fl": e, سوريا: e, "xn--o3cw4h": [1, { "xn--o3cyx2a": e, "xn--12co0c3b4eva": e, "xn--m3ch0j3a": e, "xn--h3cuzk1di": e, "xn--12c1fe0br": e, "xn--12cfi8ixb8l": e }], ไทย: [1, { ทหาร: e, ธุรกิจ: e, เน็ต: e, รัฐบาล: e, ศึกษา: e, องค์กร: e }], "xn--pgbs0dh": e, تونس: e, "xn--kpry57d": e, 台灣: e, "xn--kprw13d": e, 台湾: e, "xn--nnx388a": e, 臺灣: e, "xn--j1amh": e, укр: e, "xn--mgb2ddes": e, اليمن: e, xxx: e, ye: s, za: [0, { ac: e, agric: e, alt: e, co: e, edu: e, gov: e, grondar: e, law: e, mil: e, net: e, ngo: e, nic: e, nis: e, nom: e, org: e, school: e, tm: e, web: e }], zm: [1, { ac: e, biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, net: e, org: e, sch: e }], zw: [1, { ac: e, co: e, gov: e, mil: e, org: e }], aaa: e, aarp: e, abb: e, abbott: e, abbvie: e, abc: e, able: e, abogado: e, abudhabi: e, academy: [1, { official: t }], accenture: e, accountant: e, accountants: e, aco: e, actor: e, ads: e, adult: e, aeg: e, aetna: e, afl: e, africa: e, agakhan: e, agency: e, aig: e, airbus: e, airforce: e, airtel: e, akdn: e, alibaba: e, alipay: e, allfinanz: e, allstate: e, ally: e, alsace: e, alstom: e, amazon: e, americanexpress: e, americanfamily: e, amex: e, amfam: e, amica: e, amsterdam: e, analytics: e, android: e, anquan: e, anz: e, aol: e, apartments: e, app: [1, { adaptable: t, aiven: t, beget: a, brave: o, clerk: t, clerkstage: t, cloudflare: t, wnext: t, csb: [2, { preview: t }], convex: t, corespeed: t, deta: t, ondigitalocean: t, easypanel: t, encr: [2, { frontend: t }], evervault: i, expo: [2, { staging: t }], edgecompute: t, "on-fleek": t, flutterflow: t, sprites: t, e2b: t, framer: t, gadget: t, github: t, hosted: a, run: [0, { "*": t, mtls: a }], web: t, hackclub: t, hasura: t, onhercules: t, botdash: t, shiptoday: t, leapcell: t, loginline: t, lovable: t, luyani: t, magicpatterns: t, medusajs: t, messerli: t, miren: t, mocha: t, netlify: t, ngrok: t, "ngrok-free": t, developer: a, noop: t, northflank: a, upsun: a, railway: [0, { up: t }], replit: r, nyat: t, snowflake: [0, { "*": t, privatelink: a }], streamlit: t, spawnbase: t, telebit: t, typedream: t, vercel: t, wal: t, wasmer: t, bookonline: t, windsurf: t, base44: t, zeabur: t, zerops: a }], apple: [1, { int: [2, { cloud: [0, { "*": t, r: [0, { "*": t, "ap-north-1": a, "ap-south-1": a, "ap-south-2": a, "eu-central-1": a, "eu-north-1": a, "us-central-1": a, "us-central-2": a, "us-east-1": a, "us-east-2": a, "us-west-1": a, "us-west-2": a, "us-west-3": a }] }] }] }], aquarelle: e, arab: e, aramco: e, archi: e, army: e, art: e, arte: e, asda: e, associates: e, athleta: e, attorney: e, auction: e, audi: e, audible: e, audio: e, auspost: e, author: e, auto: e, autos: e, aws: [1, { on: [0, { "af-south-1": l, "ap-east-1": l, "ap-northeast-1": l, "ap-northeast-2": l, "ap-northeast-3": l, "ap-south-1": l, "ap-south-2": d, "ap-southeast-1": l, "ap-southeast-2": l, "ap-southeast-3": l, "ap-southeast-4": d, "ap-southeast-5": d, "ca-central-1": l, "ca-west-1": d, "eu-central-1": l, "eu-central-2": d, "eu-north-1": l, "eu-south-1": l, "eu-south-2": d, "eu-west-1": l, "eu-west-2": l, "eu-west-3": l, "il-central-1": d, "me-central-1": d, "me-south-1": l, "sa-east-1": l, "us-east-1": l, "us-east-2": l, "us-west-1": l, "us-west-2": l, "ap-southeast-7": u, "mx-central-1": u, "us-gov-east-1": m, "us-gov-west-1": m }], sagemaker: [0, { "ap-northeast-1": p, "ap-northeast-2": p, "ap-south-1": p, "ap-southeast-1": p, "ap-southeast-2": p, "ca-central-1": b, "eu-central-1": p, "eu-west-1": p, "eu-west-2": p, "us-east-1": b, "us-east-2": b, "us-west-2": b, "af-south-1": f, "ap-east-1": f, "ap-northeast-3": f, "ap-south-2": k, "ap-southeast-3": f, "ap-southeast-4": k, "ca-west-1": [0, { notebook: t, "notebook-fips": t }], "eu-central-2": f, "eu-north-1": f, "eu-south-1": f, "eu-south-2": f, "eu-west-3": f, "il-central-1": f, "me-central-1": f, "me-south-1": f, "sa-east-1": f, "us-gov-east-1": g, "us-gov-west-1": g, "us-west-1": [0, { notebook: t, "notebook-fips": t, studio: t }], experiments: a }], repost: [0, { private: a }] }], axa: e, azure: e, baby: e, baidu: e, banamex: e, band: e, bank: e, bar: e, barcelona: e, barclaycard: e, barclays: e, barefoot: e, bargains: e, baseball: e, basketball: [1, { aus: t, nz: t }], bauhaus: e, bayern: e, bbc: e, bbt: e, bbva: e, bcg: e, bcn: e, beats: e, beauty: e, beer: e, berlin: e, best: e, bestbuy: e, bet: e, bharti: e, bible: e, bid: e, bike: e, bing: e, bingo: e, bio: e, black: e, blackfriday: e, blockbuster: e, blog: e, bloomberg: e, blue: e, bms: e, bmw: e, bnpparibas: e, boats: e, boehringer: e, bofa: e, bom: e, bond: e, boo: e, book: e, booking: e, bosch: e, bostik: e, boston: e, bot: e, boutique: e, box: e, bradesco: e, bridgestone: e, broadway: e, broker: e, brother: e, brussels: e, build: [1, { shiptoday: t, v0: t, windsurf: t }], builders: [1, { cloudsite: t }], business: T, buy: e, buzz: e, bzh: e, cab: e, cafe: e, cal: e, call: e, calvinklein: e, cam: e, camera: e, camp: [1, { emf: [0, { at: t }] }], canon: e, capetown: e, capital: e, capitalone: e, car: e, caravan: e, cards: e, care: e, career: e, careers: e, cars: e, casa: [1, { nabu: [0, { ui: t }] }], case: [1, { sav: t }], cash: e, casino: e, catering: e, catholic: e, cba: e, cbn: e, cbre: e, center: e, ceo: e, cern: e, cfa: e, cfd: e, chanel: e, channel: e, charity: e, chase: e, chat: e, cheap: e, chintai: e, christmas: e, chrome: e, church: e, cipriani: e, circle: e, cisco: e, citadel: e, citi: e, citic: e, city: e, claims: e, cleaning: e, click: e, clinic: e, clinique: e, clothing: e, cloud: [1, { antagonist: t, convex: t, elementor: t, emergent: t, encoway: [0, { eu: t }], statics: a, ravendb: t, axarnet: [0, { "es-1": t }], diadem: t, jelastic: [0, { vip: t }], jele: t, "jenv-aruba": [0, { aruba: [0, { eur: [0, { it1: t }] }], it1: t }], keliweb: [2, { cs: t }], oxa: [2, { tn: t, uk: t }], primetel: [2, { uk: t }], reclaim: [0, { ca: t, uk: t, us: t }], trendhosting: [0, { ch: t, de: t }], jote: t, jotelulu: t, kuleuven: t, laravel: t, linkyard: t, magentosite: a, matlab: t, observablehq: t, perspecta: t, vapor: t, "on-rancher": a, scw: [0, { baremetal: [0, { "fr-par-1": t, "fr-par-2": t, "nl-ams-1": t }], "fr-par": [0, { cockpit: t, ddl: t, dtwh: t, fnc: [2, { functions: t }], ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t, whm: t }], instances: [0, { priv: t, pub: t }], k8s: t, "nl-ams": [0, { cockpit: t, ddl: t, dtwh: t, ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t, whm: t }], "pl-waw": [0, { cockpit: t, ddl: t, dtwh: t, ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t }], scalebook: t, smartlabeling: t }], servebolt: t, onstackit: [0, { runs: t }], trafficplex: t, "unison-services": t, urown: t, voorloper: t, zap: t }], club: [1, { cloudns: t, jele: t, barsy: t }], clubmed: e, coach: e, codes: [1, { owo: a }], coffee: e, college: e, cologne: e, commbank: e, community: [1, { nog: t, ravendb: t, myforum: t }], company: e, compare: e, computer: e, comsec: e, condos: e, construction: e, consulting: e, contact: e, contractors: e, cooking: e, cool: [1, { elementor: t, de: t }], corsica: e, country: e, coupon: e, coupons: e, courses: e, cpa: e, credit: e, creditcard: e, creditunion: e, cricket: e, crown: e, crs: e, cruise: e, cruises: e, cuisinella: e, cymru: e, cyou: e, dad: e, dance: e, data: e, date: e, dating: e, datsun: e, day: e, dclk: e, dds: e, deal: e, dealer: e, deals: e, degree: e, delivery: e, dell: e, deloitte: e, delta: e, democrat: e, dental: e, dentist: e, desi: e, design: [1, { graphic: t, bss: t }], dev: [1, { myaddr: t, panel: t, bearblog: t, brave: o, lcl: a, lclstage: a, stg: a, stgstage: a, pages: t, r2: t, workers: t, deno: t, "deno-staging": t, deta: t, lp: [2, { api: t, objects: t }], evervault: i, fly: t, githubpreview: t, gateway: a, grebedoc: t, botdash: t, inbrowser: a, "is-a-good": t, iserv: t, leapcell: t, runcontainers: t, localcert: [0, { user: a }], loginline: t, barsy: t, mediatech: t, "mocha-sandbox": t, modx: t, ngrok: t, "ngrok-free": t, "is-a-fullstack": t, "is-cool": t, "is-not-a": t, localplayer: t, xmit: t, "platter-app": t, replit: [2, { archer: t, bones: t, canary: t, global: t, hacker: t, id: t, janeway: t, kim: t, kira: t, kirk: t, odo: t, paris: t, picard: t, pike: t, prerelease: t, reed: t, riker: t, sisko: t, spock: t, staging: t, sulu: t, tarpit: t, teams: t, tucker: t, wesley: t, worf: t }], crm: [0, { aa: a, ab: a, ac: a, ad: a, ae: a, af: a, ci: a, d: a, pa: a, pb: a, pc: a, pd: a, pe: a, pf: a, w: a, wa: a, wb: a, wc: a, wd: a, we: a, wf: a }], erp: St, vercel: t, webhare: a, hrsn: t, "is-a": t }], dhl: e, diamonds: e, diet: e, digital: [1, { cloudapps: [2, { london: t }] }], direct: [1, { libp2p: t }], directory: e, discount: e, discover: e, dish: e, diy: Et, dnp: e, docs: e, doctor: e, dog: e, domains: e, dot: e, download: e, drive: e, dtv: e, dubai: e, dupont: e, durban: e, dvag: e, dvr: e, earth: e, eat: e, eco: e, edeka: e, education: T, email: [1, { crisp: [0, { on: t }], tawk: jt, tawkto: jt }], emerck: e, energy: e, engineer: e, engineering: e, enterprises: e, epson: e, equipment: e, ericsson: e, erni: e, esq: e, estate: [1, { compute: a }], eurovision: e, eus: [1, { party: zt }], events: [1, { koobin: t, co: t }], exchange: e, expert: e, exposed: e, express: e, extraspace: e, fage: e, fail: e, fairwinds: e, faith: e, family: e, fan: e, fans: e, farm: [1, { storj: t }], farmers: e, fashion: e, fast: e, fedex: e, feedback: e, ferrari: e, ferrero: e, fidelity: e, fido: e, film: e, final: e, finance: e, financial: T, fire: e, firestone: e, firmdale: e, fish: e, fishing: e, fit: e, fitness: e, flickr: e, flights: e, flir: e, florist: e, flowers: e, fly: e, foo: e, food: e, football: e, ford: e, forex: e, forsale: e, forum: e, foundation: e, fox: e, free: e, fresenius: e, frl: e, frogans: e, frontier: e, ftr: e, fujitsu: e, fun: e, fund: e, furniture: e, futbol: e, fyi: e, gal: e, gallery: e, gallo: e, gallup: e, game: e, games: [1, { pley: t, sheezy: t }], gap: e, garden: e, gay: [1, { pages: t }], gbiz: e, gdn: [1, { cnpy: t }], gea: e, gent: e, genting: e, george: e, ggee: e, gift: e, gifts: e, gives: e, giving: e, glass: e, gle: e, global: [1, { appwrite: t }], globo: e, gmail: e, gmbh: e, gmo: e, gmx: e, godaddy: e, gold: e, goldpoint: e, golf: e, goodyear: e, goog: [1, { cloud: t, translate: t, usercontent: a }], google: e, gop: e, got: e, grainger: e, graphics: e, gratis: e, green: e, gripe: e, grocery: e, group: Et, gucci: e, guge: e, guide: e, guitars: e, guru: e, hair: e, hamburg: e, hangout: e, haus: e, hbo: e, hdfc: e, hdfcbank: e, health: [1, { hra: t }], healthcare: e, help: e, helsinki: e, here: e, hermes: e, hiphop: e, hisamitsu: e, hitachi: e, hiv: e, hkt: e, hockey: e, holdings: e, holiday: e, homedepot: e, homegoods: e, homes: e, homesense: e, honda: e, horse: e, hospital: e, host: [1, { cloudaccess: t, freesite: t, easypanel: t, emergent: t, fastvps: t, myfast: t, gadget: t, tempurl: t, wpmudev: t, iserv: t, jele: t, mircloud: t, bolt: t, wp2: t, half: t }], hosting: [1, { opencraft: t }], hot: e, hotel: e, hotels: e, hotmail: e, house: e, how: e, hsbc: e, hughes: e, hyatt: e, hyundai: e, ibm: e, icbc: e, ice: e, icu: e, ieee: e, ifm: e, ikano: e, imamat: e, imdb: e, immo: e, immobilien: e, inc: e, industries: e, infiniti: e, ing: e, ink: e, institute: e, insurance: e, insure: e, international: e, intuit: e, investments: e, ipiranga: e, irish: e, ismaili: e, ist: e, istanbul: e, itau: e, itv: e, jaguar: e, java: e, jcb: e, jeep: e, jetzt: e, jewelry: e, jio: e, jll: e, jmp: e, jnj: e, joburg: e, jot: e, joy: e, jpmorgan: e, jprs: e, juegos: e, juniper: e, kaufen: e, kddi: e, kerryhotels: e, kerryproperties: e, kfh: e, kia: e, kids: e, kim: e, kindle: e, kitchen: e, kiwi: e, koeln: e, komatsu: e, kosher: e, kpmg: e, kpn: e, krd: [1, { co: t, edu: t }], kred: e, kuokgroup: e, kyoto: e, lacaixa: e, lamborghini: e, lamer: e, land: e, landrover: e, lanxess: e, lasalle: e, lat: e, latino: e, latrobe: e, law: e, lawyer: e, lds: e, lease: e, leclerc: e, lefrak: e, legal: e, lego: e, lexus: e, lgbt: e, lidl: e, life: e, lifeinsurance: e, lifestyle: e, lighting: e, like: e, lilly: e, limited: e, limo: e, lincoln: e, link: [1, { myfritz: t, cyon: t, joinmc: t, dweb: a, inbrowser: a, keenetic: t, nftstorage: ot, mypep: t, storacha: ot, w3s: ot }], live: [1, { aem: t, hlx: t, ewp: a }], living: e, llc: e, llp: e, loan: e, loans: e, locker: e, locus: e, lol: [1, { omg: t }], london: e, lotte: e, lotto: e, love: e, lpl: e, lplfinancial: e, ltd: e, ltda: e, lundbeck: e, luxe: e, luxury: e, madrid: e, maif: e, maison: e, makeup: e, man: e, management: e, mango: e, map: e, market: e, marketing: e, markets: e, marriott: e, marshalls: e, mattel: e, mba: e, mckinsey: e, med: e, media: Le, meet: e, melbourne: e, meme: e, memorial: e, men: e, menu: [1, { barsy: t, barsyonline: t }], merck: e, merckmsd: e, miami: e, microsoft: e, mini: e, mint: e, mit: e, mitsubishi: e, mlb: e, mls: e, mma: e, mobile: e, moda: e, moe: e, moi: e, mom: e, monash: e, money: e, monster: e, mormon: e, mortgage: e, moscow: e, moto: e, motorcycles: e, mov: e, movie: e, msd: e, mtn: e, mtr: e, music: e, nab: e, nagoya: e, navy: e, nba: e, nec: e, netbank: e, netflix: e, network: [1, { aem: t, alces: a, appwrite: t, co: t, arvo: t, azimuth: t, tlon: t }], neustar: e, new: e, news: [1, { noticeable: t }], next: e, nextdirect: e, nexus: e, nfl: e, ngo: e, nhk: e, nico: e, nike: e, nikon: e, ninja: e, nissan: e, nissay: e, nokia: e, norton: e, now: e, nowruz: e, nowtv: e, nra: e, nrw: e, ntt: e, nyc: e, obi: e, observer: e, office: e, okinawa: e, olayan: e, olayangroup: e, ollo: e, omega: e, one: [1, { kin: a, service: t, website: t }], ong: e, onl: e, online: [1, { eero: t, "eero-stage": t, websitebuilder: t, leapcell: t, barsy: t }], ooo: e, open: e, oracle: e, orange: [1, { tech: t }], organic: e, origins: e, osaka: e, otsuka: e, ott: e, ovh: [1, { nerdpol: t }], page: [1, { aem: t, hlx: t, codeberg: t, deuxfleurs: t, heyflow: t, prvcy: t, rocky: t, statichost: t, pdns: t, plesk: t }], panasonic: e, paris: e, pars: e, partners: e, parts: e, party: e, pay: e, pccw: e, pet: e, pfizer: e, pharmacy: e, phd: e, philips: e, phone: e, photo: e, photography: e, photos: Le, physio: e, pics: e, pictet: e, pictures: [1, { 1337: t }], pid: e, pin: e, ping: e, pink: e, pioneer: e, pizza: [1, { ngrok: t }], place: T, play: e, playstation: e, plumbing: e, plus: [1, { playit: [2, { at: a, with: t }] }], pnc: e, pohl: e, poker: e, politie: e, porn: e, praxi: e, press: e, prime: e, prod: e, productions: e, prof: e, progressive: e, promo: e, properties: e, property: e, protection: e, pru: e, prudential: e, pub: [1, { id: a, kin: a, barsy: t }], pwc: e, qpon: e, quebec: e, quest: e, racing: e, radio: e, read: e, realestate: e, realtor: e, realty: e, recipes: e, red: e, redumbrella: e, rehab: e, reise: e, reisen: e, reit: e, reliance: e, ren: e, rent: e, rentals: e, repair: e, report: e, republican: e, rest: e, restaurant: e, review: e, reviews: [1, { aem: t }], rexroth: e, rich: e, richardli: e, ricoh: e, ril: e, rio: e, rip: [1, { clan: t }], rocks: [1, { myddns: t, stackit: t, "lima-city": t, webspace: t }], rodeo: e, rogers: e, room: e, rsvp: e, rugby: e, ruhr: e, run: [1, { appwrite: a, canva: t, development: t, ravendb: t, liara: [2, { iran: t }], lovable: t, needle: t, build: a, code: a, database: a, migration: a, onporter: t, repl: t, stackit: t, val: St, vercel: t, wix: t }], rwe: e, ryukyu: e, saarland: e, safe: e, safety: e, sakura: e, sale: e, salon: e, samsclub: e, samsung: e, sandvik: e, sandvikcoromant: e, sanofi: e, sap: e, sarl: e, sas: e, save: e, saxo: e, sbi: e, sbs: e, scb: e, schaeffler: e, schmidt: e, scholarships: e, school: e, schule: e, schwarz: e, science: e, scot: [1, { co: t, me: t, org: t, gov: [2, { service: t }] }], search: e, seat: e, secure: e, security: e, seek: e, select: e, sener: e, services: [1, { loginline: t }], seven: e, sew: e, sex: e, sexy: e, sfr: e, shangrila: e, sharp: e, shell: e, shia: e, shiksha: e, shoes: e, shop: [1, { base: t, hoplix: t, barsy: t, barsyonline: t, shopware: t }], shopping: e, shouji: e, show: e, silk: e, sina: e, singles: e, site: [1, { square: t, canva: x, cloudera: a, convex: t, cyon: t, caffeine: t, fastvps: t, figma: t, "figma-gov": t, preview: t, heyflow: t, jele: t, jouwweb: t, loginline: t, barsy: t, co: t, notion: t, omniwe: t, opensocial: t, madethis: t, support: t, platformsh: a, tst: a, byen: t, sol: t, srht: t, novecore: t, cpanel: t, wpsquared: t, sourcecraft: t }], ski: e, skin: e, sky: e, skype: e, sling: e, smart: e, smile: e, sncf: e, soccer: e, social: e, softbank: e, software: e, sohu: e, solar: e, solutions: e, song: e, sony: e, soy: e, spa: e, space: [1, { myfast: t, heiyu: t, hf: [2, { static: t }], "app-ionos": t, project: t, uber: t, xs4all: t }], sport: e, spot: e, srl: e, stada: e, staples: e, star: e, statebank: e, statefarm: e, stc: e, stcgroup: e, stockholm: e, storage: e, store: [1, { barsy: t, sellfy: t, shopware: t, storebase: t }], stream: e, studio: e, study: e, style: e, sucks: e, supplies: e, supply: e, support: [1, { barsy: t }], surf: e, surgery: e, suzuki: e, swatch: e, swiss: e, sydney: e, systems: [1, { knightpoint: t, miren: t }], tab: e, taipei: e, talk: e, taobao: e, target: e, tatamotors: e, tatar: e, tattoo: e, tax: e, taxi: e, tci: e, tdk: e, team: [1, { discourse: t, jelastic: t }], tech: [1, { cleverapps: t }], technology: T, temasek: e, tennis: e, teva: e, thd: e, theater: e, theatre: e, tiaa: e, tickets: e, tienda: e, tips: e, tires: e, tirol: e, tjmaxx: e, tjx: e, tkmaxx: e, tmall: e, today: [1, { prequalifyme: t }], tokyo: e, tools: [1, { addr: Ct, myaddr: t }], top: [1, { ntdll: t, wadl: a }], toray: e, toshiba: e, total: e, tours: e, town: e, toyota: e, toys: e, trade: e, trading: e, training: e, travel: e, travelers: e, travelersinsurance: e, trust: e, trv: e, tube: e, tui: e, tunes: e, tushu: e, tvs: e, ubank: e, ubs: e, unicom: e, university: e, uno: e, uol: e, ups: e, vacations: e, vana: e, vanguard: e, vegas: e, ventures: e, verisign: e, versicherung: e, vet: e, viajes: e, video: e, vig: e, viking: e, villas: e, vin: e, vip: [1, { hidns: t }], virgin: e, visa: e, vision: e, viva: e, vivo: e, vlaanderen: e, vodka: e, volvo: e, vote: e, voting: e, voto: e, voyage: e, wales: e, walmart: e, walter: e, wang: e, wanggou: e, watch: e, watches: e, weather: e, weatherchannel: e, webcam: e, weber: e, website: Le, wed: e, wedding: e, weibo: e, weir: e, whoswho: e, wien: e, wiki: Le, williamhill: e, win: e, windows: e, wine: e, winners: e, wme: e, wolterskluwer: e, woodside: e, work: [1, { "imagine-proxy": t }], works: e, world: e, wow: e, wtc: e, wtf: e, xbox: e, xerox: e, xihuan: e, xin: e, "xn--11b4c3d": e, कॉम: e, "xn--1ck2e1b": e, セール: e, "xn--1qqw23a": e, 佛山: e, "xn--30rr7y": e, 慈善: e, "xn--3bst00m": e, 集团: e, "xn--3ds443g": e, 在线: e, "xn--3pxu8k": e, 点看: e, "xn--42c2d9a": e, คอม: e, "xn--45q11c": e, 八卦: e, "xn--4gbrim": e, موقع: e, "xn--55qw42g": e, 公益: e, "xn--55qx5d": e, 公司: e, "xn--5su34j936bgsg": e, 香格里拉: e, "xn--5tzm5g": e, 网站: e, "xn--6frz82g": e, 移动: e, "xn--6qq986b3xl": e, 我爱你: e, "xn--80adxhks": e, москва: e, "xn--80aqecdr1a": e, католик: e, "xn--80asehdb": e, онлайн: e, "xn--80aswg": e, сайт: e, "xn--8y0a063a": e, 联通: e, "xn--9dbq2a": e, קום: e, "xn--9et52u": e, 时尚: e, "xn--9krt00a": e, 微博: e, "xn--b4w605ferd": e, 淡马锡: e, "xn--bck1b9a5dre4c": e, ファッション: e, "xn--c1avg": e, орг: e, "xn--c2br7g": e, नेट: e, "xn--cck2b3b": e, ストア: e, "xn--cckwcxetd": e, アマゾン: e, "xn--cg4bki": e, 삼성: e, "xn--czr694b": e, 商标: e, "xn--czrs0t": e, 商店: e, "xn--czru2d": e, 商城: e, "xn--d1acj3b": e, дети: e, "xn--eckvdtc9d": e, ポイント: e, "xn--efvy88h": e, 新闻: e, "xn--fct429k": e, 家電: e, "xn--fhbei": e, كوم: e, "xn--fiq228c5hs": e, 中文网: e, "xn--fiq64b": e, 中信: e, "xn--fjq720a": e, 娱乐: e, "xn--flw351e": e, 谷歌: e, "xn--fzys8d69uvgm": e, 電訊盈科: e, "xn--g2xx48c": e, 购物: e, "xn--gckr3f0f": e, クラウド: e, "xn--gk3at1e": e, 通販: e, "xn--hxt814e": e, 网店: e, "xn--i1b6b1a6a2e": e, संगठन: e, "xn--imr513n": e, 餐厅: e, "xn--io0a7i": e, 网络: e, "xn--j1aef": e, ком: e, "xn--jlq480n2rg": e, 亚马逊: e, "xn--jvr189m": e, 食品: e, "xn--kcrx77d1x4a": e, 飞利浦: e, "xn--kput3i": e, 手机: e, "xn--mgba3a3ejt": e, ارامكو: e, "xn--mgba7c0bbn0a": e, العليان: e, "xn--mgbab2bd": e, بازار: e, "xn--mgbca7dzdo": e, ابوظبي: e, "xn--mgbi4ecexp": e, كاثوليك: e, "xn--mgbt3dhd": e, همراه: e, "xn--mk1bu44c": e, 닷컴: e, "xn--mxtq1m": e, 政府: e, "xn--ngbc5azd": e, شبكة: e, "xn--ngbe9e0a": e, بيتك: e, "xn--ngbrx": e, عرب: e, "xn--nqv7f": e, 机构: e, "xn--nqv7fs00ema": e, 组织机构: e, "xn--nyqy26a": e, 健康: e, "xn--otu796d": e, 招聘: e, "xn--p1acf": [1, { "xn--90amc": t, "xn--j1aef": t, "xn--j1ael8b": t, "xn--h1ahn": t, "xn--j1adp": t, "xn--c1avg": t, "xn--80aaa0cvac": t, "xn--h1aliz": t, "xn--90a1af": t, "xn--41a": t }], рус: [1, { биз: t, ком: t, крым: t, мир: t, мск: t, орг: t, самара: t, сочи: t, спб: t, я: t }], "xn--pssy2u": e, 大拿: e, "xn--q9jyb4c": e, みんな: e, "xn--qcka1pmc": e, グーグル: e, "xn--rhqv96g": e, 世界: e, "xn--rovu88b": e, 書籍: e, "xn--ses554g": e, 网址: e, "xn--t60b56a": e, 닷넷: e, "xn--tckwe": e, コム: e, "xn--tiq49xqyj": e, 天主教: e, "xn--unup4y": e, 游戏: e, "xn--vermgensberater-ctb": e, vermögensberater: e, "xn--vermgensberatung-pwb": e, vermögensberatung: e, "xn--vhquv": e, 企业: e, "xn--vuq861b": e, 信息: e, "xn--w4r85el8fhu5dnra": e, 嘉里大酒店: e, "xn--w4rs40l": e, 嘉里: e, "xn--xhq521b": e, 广东: e, "xn--zfr164b": e, 政务: e, xyz: [1, { caffeine: t, botdash: t, telebit: a }], yachts: e, yahoo: e, yamaxun: e, yandex: e, yodobashi: e, yoga: e, yokohama: e, you: e, youtube: e, yun: e, zappos: e, zara: e, zero: e, zip: e, zone: [1, { triton: a, stackit: t, lima: t }], zuerich: e }];
|
|
2894
|
+
})(), Ii = /* @__PURE__ */ (function() {
|
|
2895
|
+
const e = [1, {}], t = [2, {}], n = [1, { com: e, edu: e, gov: e, net: e, org: e }], s = [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e }], a = [0, { "*": t }], o = [2, { s: a }], i = [0, { relay: t }], r = [2, { id: t }], c = [1, { gov: e }], l = [0, { airflow: a, "lambda-url": t, "transfer-webapp": t }], d = [0, { airflow: a, "transfer-webapp": t }], u = [0, { "transfer-webapp": t }], m = [0, { "transfer-webapp": t, "transfer-webapp-fips": t }], f = [0, { notebook: t, studio: t }], p = [0, { labeling: t, notebook: t, studio: t }], k = [0, { notebook: t }], b = [0, { labeling: t, notebook: t, "notebook-fips": t, studio: t }], g = [0, { notebook: t, "notebook-fips": t, studio: t, "studio-fips": t }], y = [0, { shop: t }], v = [0, { "*": e }], T = [1, { co: t }], z = [0, { objects: t }], w = [2, { nodes: t }], x = [0, { my: t }], S = [0, { s3: t, "s3-accesspoint": t, "s3-website": t }], D = [0, { s3: t, "s3-accesspoint": t }], X = [0, { direct: t }], K = [0, { "webview-assets": t }], Y = [0, { vfs: t, "webview-assets": t }], ne = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t, "aws-cloud9": K, cloud9: Y }], fe = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: D, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t, "aws-cloud9": K, cloud9: Y }], ue = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": K, cloud9: Y }], de = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t }], ke = [0, { s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-fips": t, "s3-website": t }], Oe = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: ke, s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-fips": t, "s3-object-lambda": t, "s3-website": t, "aws-cloud9": K, cloud9: Y }], Ce = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: ke, s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-fips": t, "s3-object-lambda": t, "s3-website": t }], C = [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: ke, s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-deprecated": t, "s3-fips": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": K, cloud9: Y }], I = [0, { auth: t }], Re = [0, { auth: t, "auth-fips": t }], vt = [0, { "auth-fips": t }], wt = [0, { apps: t }], Ze = [0, { paas: t }], xt = [2, { eu: t }], et = [0, { app: t }], tt = [0, { site: t }], Ae = [1, { com: e, edu: e, net: e, org: e }], at = [0, { j: t }], _t = [0, { dyn: t }], Ct = [2, { web: t }], St = [1, { discourse: t }], Et = [1, { co: e, com: e, edu: e, gov: e, net: e, org: e }], Tt = [0, { p: t }], jt = [0, { user: t }], Se = [0, { cdn: t }], zt = [2, { raw: a }], nt = [0, { cust: t, reservd: t }], It = [0, { cust: t }], st = [0, { s3: t }], Ot = [1, { biz: e, com: e, edu: e, gov: e, info: e, net: e, org: e }], ot = [0, { ipfs: t }], Le = [1, { framer: t }], Rt = [0, { forgot: t }], mn = [0, { blob: t, file: t, web: t }], At = [0, { core: mn, servicebus: t }], M = [1, { gs: e }], Lt = [0, { nes: e }], _ = [1, { k12: e, cc: e, lib: e }], Pt = [1, { cc: e }], Pe = [1, { cc: e, lib: e }];
|
|
2896
|
+
return [0, { ac: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, drr: t, feedback: t, forms: t }], ad: e, ae: [1, { ac: e, co: e, gov: e, mil: e, net: e, org: e, sch: e }], aero: [1, { airline: e, airport: e, "accident-investigation": e, "accident-prevention": e, aerobatic: e, aeroclub: e, aerodrome: e, agents: e, "air-surveillance": e, "air-traffic-control": e, aircraft: e, airtraffic: e, ambulance: e, association: e, author: e, ballooning: e, broker: e, caa: e, cargo: e, catering: e, certification: e, championship: e, charter: e, civilaviation: e, club: e, conference: e, consultant: e, consulting: e, control: e, council: e, crew: e, design: e, dgca: e, educator: e, emergency: e, engine: e, engineer: e, entertainment: e, equipment: e, exchange: e, express: e, federation: e, flight: e, freight: e, fuel: e, gliding: e, government: e, groundhandling: e, group: e, hanggliding: e, homebuilt: e, insurance: e, journal: e, journalist: e, leasing: e, logistics: e, magazine: e, maintenance: e, marketplace: e, media: e, microlight: e, modelling: e, navigation: e, parachuting: e, paragliding: e, "passenger-association": e, pilot: e, press: e, production: e, recreation: e, repbody: e, res: e, research: e, rotorcraft: e, safety: e, scientist: e, services: e, show: e, skydiving: e, software: e, student: e, taxi: e, trader: e, trading: e, trainer: e, union: e, workinggroup: e, works: e }], af: n, ag: [1, { co: e, com: e, net: e, nom: e, org: e, obj: t }], ai: [1, { com: e, net: e, off: e, org: e, uwu: t, framer: t, kiloapps: t }], al: s, am: [1, { co: e, com: e, commune: e, net: e, org: e, radio: t }], ao: [1, { co: e, ed: e, edu: e, gov: e, gv: e, it: e, og: e, org: e, pb: e }], aq: e, ar: [1, { bet: e, com: e, coop: e, edu: e, gob: e, gov: e, int: e, mil: e, musica: e, mutual: e, net: e, org: e, seg: e, senasa: e, tur: e }], arpa: [1, { e164: e, home: e, "in-addr": e, ip6: e, iris: e, uri: e, urn: e }], as: c, asia: [1, { cloudns: t, daemon: t, dix: t }], at: [1, { 4: t, ac: [1, { sth: e }], co: e, gv: e, or: e, funkfeuer: [0, { wien: t }], futurecms: [0, { "*": t, ex: a, in: a }], futurehosting: t, futuremailing: t, ortsinfo: [0, { ex: a, kunden: a }], biz: t, info: t, "123webseite": t, priv: t, my: t, myspreadshop: t, "12hp": t, "2ix": t, "4lima": t, "lima-city": t }], au: [1, { asn: e, com: [1, { cloudlets: [0, { mel: t }], myspreadshop: t }], edu: [1, { act: e, catholic: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e }], gov: [1, { qld: e, sa: e, tas: e, vic: e, wa: e }], id: e, net: e, org: e, conf: e, oz: e, act: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e, hrsn: [0, { vps: t }] }], aw: [1, { com: e }], ax: e, az: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, int: e, mil: e, name: e, net: e, org: e, pp: e, pro: e }], ba: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, brendly: y, rs: t }], bb: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, net: e, org: e, store: e, tv: e }], bd: [1, { ac: e, ai: e, co: e, com: e, edu: e, gov: e, id: e, info: e, it: e, mil: e, net: e, org: e, sch: e, tv: e }], be: [1, { ac: e, cloudns: t, webhosting: t, interhostsolutions: [0, { cloud: t }], kuleuven: [0, { ezproxy: t }], "123website": t, myspreadshop: t, transurl: a }], bf: c, bg: [1, { 0: e, 1: e, 2: e, 3: e, 4: e, 5: e, 6: e, 7: e, 8: e, 9: e, a: e, b: e, c: e, d: e, e, f: e, g: e, h: e, i: e, j: e, k: e, l: e, m: e, n: e, o: e, p: e, q: e, r: e, s: e, t: e, u: e, v: e, w: e, x: e, y: e, z: e, barsy: t }], bh: n, bi: [1, { co: e, com: e, edu: e, or: e, org: e }], biz: [1, { activetrail: t, "cloud-ip": t, cloudns: t, jozi: t, dyndns: t, "for-better": t, "for-more": t, "for-some": t, "for-the": t, selfip: t, webhop: t, orx: t, mmafan: t, myftp: t, "no-ip": t, dscloud: t }], bj: [1, { africa: e, agro: e, architectes: e, assur: e, avocats: e, co: e, com: e, eco: e, econo: e, edu: e, info: e, loisirs: e, money: e, net: e, org: e, ote: e, restaurant: e, resto: e, tourism: e, univ: e }], bm: n, bn: [1, { com: e, edu: e, gov: e, net: e, org: e, co: t }], bo: [1, { com: e, edu: e, gob: e, int: e, mil: e, net: e, org: e, tv: e, web: e, academia: e, agro: e, arte: e, blog: e, bolivia: e, ciencia: e, cooperativa: e, democracia: e, deporte: e, ecologia: e, economia: e, empresa: e, indigena: e, industria: e, info: e, medicina: e, movimiento: e, musica: e, natural: e, nombre: e, noticias: e, patria: e, plurinacional: e, politica: e, profesional: e, pueblo: e, revista: e, salud: e, tecnologia: e, tksat: e, transporte: e, wiki: e }], br: [1, { "9guacu": e, abc: e, adm: e, adv: e, agr: e, aju: e, am: e, anani: e, aparecida: e, api: e, app: e, arq: e, art: e, ato: e, b: e, barueri: e, belem: e, bet: e, bhz: e, bib: e, bio: e, blog: e, bmd: e, boavista: e, bsb: e, campinagrande: e, campinas: e, caxias: e, cim: e, cng: e, cnt: e, com: [1, { simplesite: t }], contagem: e, coop: e, coz: e, cri: e, cuiaba: e, curitiba: e, def: e, des: e, det: e, dev: e, ecn: e, eco: e, edu: e, emp: e, enf: e, eng: e, esp: e, etc: e, eti: e, far: e, feira: e, flog: e, floripa: e, fm: e, fnd: e, fortal: e, fot: e, foz: e, fst: e, g12: e, geo: e, ggf: e, goiania: e, gov: [1, { ac: e, al: e, am: e, ap: e, ba: e, ce: e, df: e, es: e, go: e, ma: e, mg: e, ms: e, mt: e, pa: e, pb: e, pe: e, pi: e, pr: e, rj: e, rn: e, ro: e, rr: e, rs: e, sc: e, se: e, sp: e, to: e }], gru: e, ia: e, imb: e, ind: e, inf: e, jab: e, jampa: e, jdf: e, joinville: e, jor: e, jus: e, leg: [1, { ac: t, al: t, am: t, ap: t, ba: t, ce: t, df: t, es: t, go: t, ma: t, mg: t, ms: t, mt: t, pa: t, pb: t, pe: t, pi: t, pr: t, rj: t, rn: t, ro: t, rr: t, rs: t, sc: t, se: t, sp: t, to: t }], leilao: e, lel: e, log: e, londrina: e, macapa: e, maceio: e, manaus: e, maringa: e, mat: e, med: e, mil: e, morena: e, mp: e, mus: e, natal: e, net: e, niteroi: e, nom: v, not: e, ntr: e, odo: e, ong: e, org: e, osasco: e, palmas: e, poa: e, ppg: e, pro: e, psc: e, psi: e, pvh: e, qsl: e, radio: e, rec: e, recife: e, rep: e, ribeirao: e, rio: e, riobranco: e, riopreto: e, salvador: e, sampa: e, santamaria: e, santoandre: e, saobernardo: e, saogonca: e, seg: e, sjc: e, slg: e, slz: e, social: e, sorocaba: e, srv: e, taxi: e, tc: e, tec: e, teo: e, the: e, tmp: e, trd: e, tur: e, tv: e, udi: e, vet: e, vix: e, vlog: e, wiki: e, xyz: e, zlg: e, tche: t }], bs: [1, { com: e, edu: e, gov: e, net: e, org: e, we: t }], bt: n, bv: e, bw: [1, { ac: e, co: e, gov: e, net: e, org: e }], by: [1, { gov: e, mil: e, com: e, of: e, mediatech: t }], bz: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, za: t, mydns: t, gsj: t }], ca: [1, { ab: e, bc: e, mb: e, nb: e, nf: e, nl: e, ns: e, nt: e, nu: e, on: e, pe: e, qc: e, sk: e, yk: e, gc: e, barsy: t, awdev: a, co: t, "no-ip": t, onid: t, myspreadshop: t, box: t }], cat: e, cc: [1, { cleverapps: t, "cloud-ip": t, cloudns: t, ccwu: t, ftpaccess: t, "game-server": t, myphotos: t, scrapping: t, twmail: t, csx: t, fantasyleague: t, spawn: [0, { instances: t }], ec: t, eu: t, gu: t, uk: t, us: t }], cd: [1, { gov: e, cc: t }], cf: e, cg: e, ch: [1, { square7: t, cloudns: t, cloudscale: [0, { cust: t, lpg: z, rma: z }], objectstorage: [0, { lpg: t, rma: t }], flow: [0, { ae: [0, { alp1: t }], appengine: t }], "linkyard-cloud": t, gotdns: t, dnsking: t, "123website": t, myspreadshop: t, firenet: [0, { "*": t, svc: a }], "12hp": t, "2ix": t, "4lima": t, "lima-city": t }], ci: [1, { ac: e, "xn--aroport-bya": e, aéroport: e, asso: e, co: e, com: e, ed: e, edu: e, go: e, gouv: e, int: e, net: e, or: e, org: e, us: t }], ck: v, cl: [1, { co: e, gob: e, gov: e, mil: e, cloudns: t }], cm: [1, { co: e, com: e, gov: e, net: e }], cn: [1, { ac: e, com: [1, { amazonaws: [0, { "cn-north-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, rds: a, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t }], "cn-northwest-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, rds: a, dualstack: D, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t }], compute: a, airflow: [0, { "cn-north-1": a, "cn-northwest-1": a }], eb: [0, { "cn-north-1": t, "cn-northwest-1": t }], elb: a }], amazonwebservices: [0, { on: [0, { "cn-north-1": d, "cn-northwest-1": d }] }], sagemaker: [0, { "cn-north-1": f, "cn-northwest-1": f }] }], edu: e, gov: e, mil: e, net: e, org: e, "xn--55qx5d": e, 公司: e, "xn--od0alg": e, 網絡: e, "xn--io0a7i": e, 网络: e, ah: e, bj: e, cq: e, fj: e, gd: e, gs: e, gx: e, gz: e, ha: e, hb: e, he: e, hi: e, hk: e, hl: e, hn: e, jl: e, js: e, jx: e, ln: e, mo: e, nm: e, nx: e, qh: e, sc: e, sd: e, sh: [1, { as: t }], sn: e, sx: e, tj: e, tw: e, xj: e, xz: e, yn: e, zj: e, "canva-apps": t, canvasite: x, myqnapcloud: t, quickconnect: X }], co: [1, { com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, carrd: t, crd: t, otap: a, hidns: t, leadpages: t, lpages: t, mypi: t, xmit: a, rdpa: [0, { clusters: a, srvrless: a }], firewalledreplit: r, repl: r, supabase: [2, { realtime: t, storage: t }], umso: t }], com: [1, { a2hosted: t, cpserver: t, adobeaemcloud: [2, { dev: a }], africa: t, auiusercontent: a, aivencloud: t, alibabacloudcs: t, kasserver: t, amazonaws: [0, { "af-south-1": ne, "ap-east-1": fe, "ap-northeast-1": ue, "ap-northeast-2": ue, "ap-northeast-3": ne, "ap-south-1": ue, "ap-south-2": de, "ap-southeast-1": ue, "ap-southeast-2": ue, "ap-southeast-3": de, "ap-southeast-4": de, "ap-southeast-5": [0, { "execute-api": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t }], "ca-central-1": Oe, "ca-west-1": Ce, "eu-central-1": ue, "eu-central-2": de, "eu-north-1": fe, "eu-south-1": ne, "eu-south-2": de, "eu-west-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-deprecated": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": K, cloud9: Y }], "eu-west-2": fe, "eu-west-3": ne, "il-central-1": [0, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: S, s3: t, "s3-accesspoint": t, "s3-object-lambda": t, "s3-website": t, "aws-cloud9": K, cloud9: [0, { vfs: t }] }], "me-central-1": de, "me-south-1": fe, "sa-east-1": ne, "us-east-1": [2, { "execute-api": t, "emrappui-prod": t, "emrnotebooks-prod": t, "emrstudio-prod": t, dualstack: ke, s3: t, "s3-accesspoint": t, "s3-accesspoint-fips": t, "s3-deprecated": t, "s3-fips": t, "s3-object-lambda": t, "s3-website": t, "analytics-gateway": t, "aws-cloud9": K, cloud9: Y }], "us-east-2": C, "us-gov-east-1": Ce, "us-gov-west-1": Ce, "us-west-1": Oe, "us-west-2": C, compute: a, "compute-1": a, airflow: [0, { "af-south-1": a, "ap-east-1": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-south-2": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-4": a, "ap-southeast-5": a, "ap-southeast-7": a, "ca-central-1": a, "ca-west-1": a, "eu-central-1": a, "eu-central-2": a, "eu-north-1": a, "eu-south-1": a, "eu-south-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-west-1": a, "us-west-2": a }], rds: [0, { "af-south-1": a, "ap-east-1": a, "ap-east-2": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-south-2": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-4": a, "ap-southeast-5": a, "ap-southeast-6": a, "ap-southeast-7": a, "ca-central-1": a, "ca-west-1": a, "eu-central-1": a, "eu-central-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "mx-central-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-gov-east-1": a, "us-gov-west-1": a, "us-northeast-1": a, "us-west-1": a, "us-west-2": a }], s3: t, "s3-1": t, "s3-ap-east-1": t, "s3-ap-northeast-1": t, "s3-ap-northeast-2": t, "s3-ap-northeast-3": t, "s3-ap-south-1": t, "s3-ap-southeast-1": t, "s3-ap-southeast-2": t, "s3-ca-central-1": t, "s3-eu-central-1": t, "s3-eu-north-1": t, "s3-eu-west-1": t, "s3-eu-west-2": t, "s3-eu-west-3": t, "s3-external-1": t, "s3-fips-us-gov-east-1": t, "s3-fips-us-gov-west-1": t, "s3-global": [0, { accesspoint: [0, { mrap: t }] }], "s3-me-south-1": t, "s3-sa-east-1": t, "s3-us-east-2": t, "s3-us-gov-east-1": t, "s3-us-gov-west-1": t, "s3-us-west-1": t, "s3-us-west-2": t, "s3-website-ap-northeast-1": t, "s3-website-ap-southeast-1": t, "s3-website-ap-southeast-2": t, "s3-website-eu-west-1": t, "s3-website-sa-east-1": t, "s3-website-us-east-1": t, "s3-website-us-gov-west-1": t, "s3-website-us-west-1": t, "s3-website-us-west-2": t, elb: a }], amazoncognito: [0, { "af-south-1": I, "ap-east-1": I, "ap-northeast-1": I, "ap-northeast-2": I, "ap-northeast-3": I, "ap-south-1": I, "ap-south-2": I, "ap-southeast-1": I, "ap-southeast-2": I, "ap-southeast-3": I, "ap-southeast-4": I, "ap-southeast-5": I, "ap-southeast-7": I, "ca-central-1": I, "ca-west-1": I, "eu-central-1": I, "eu-central-2": I, "eu-north-1": I, "eu-south-1": I, "eu-south-2": I, "eu-west-1": I, "eu-west-2": I, "eu-west-3": I, "il-central-1": I, "me-central-1": I, "me-south-1": I, "mx-central-1": I, "sa-east-1": I, "us-east-1": Re, "us-east-2": Re, "us-gov-east-1": vt, "us-gov-west-1": vt, "us-west-1": Re, "us-west-2": Re }], amplifyapp: t, awsapprunner: a, awsapps: t, elasticbeanstalk: [2, { "af-south-1": t, "ap-east-1": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-5": t, "ap-southeast-7": t, "ca-central-1": t, "eu-central-1": t, "eu-north-1": t, "eu-south-1": t, "eu-south-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-gov-east-1": t, "us-gov-west-1": t, "us-west-1": t, "us-west-2": t }], awsglobalaccelerator: t, siiites: t, appspacehosted: t, appspaceusercontent: t, "on-aptible": t, myasustor: t, "balena-devices": t, boutir: t, bplaced: t, cafjs: t, "canva-apps": t, "canva-hosted-embed": t, canvacode: t, "rice-labs": t, "cdn77-storage": t, br: t, cn: t, de: t, eu: t, jpn: t, mex: t, ru: t, sa: t, uk: t, us: t, za: t, "clever-cloud": [0, { services: a }], abrdns: t, dnsabr: t, "ip-ddns": t, jdevcloud: t, wpdevcloud: t, "cf-ipfs": t, "cloudflare-ipfs": t, trycloudflare: t, co: t, devinapps: a, builtwithdark: t, datadetect: [0, { demo: t, instance: t }], dattolocal: t, dattorelay: t, dattoweb: t, mydatto: t, digitaloceanspaces: a, discordsays: t, discordsez: t, drayddns: t, dreamhosters: t, durumis: t, blogdns: t, cechire: t, dnsalias: t, dnsdojo: t, doesntexist: t, dontexist: t, doomdns: t, "dyn-o-saur": t, dynalias: t, "dyndns-at-home": t, "dyndns-at-work": t, "dyndns-blog": t, "dyndns-free": t, "dyndns-home": t, "dyndns-ip": t, "dyndns-mail": t, "dyndns-office": t, "dyndns-pics": t, "dyndns-remote": t, "dyndns-server": t, "dyndns-web": t, "dyndns-wiki": t, "dyndns-work": t, "est-a-la-maison": t, "est-a-la-masion": t, "est-le-patron": t, "est-mon-blogueur": t, "from-ak": t, "from-al": t, "from-ar": t, "from-ca": t, "from-ct": t, "from-dc": t, "from-de": t, "from-fl": t, "from-ga": t, "from-hi": t, "from-ia": t, "from-id": t, "from-il": t, "from-in": t, "from-ks": t, "from-ky": t, "from-ma": t, "from-md": t, "from-mi": t, "from-mn": t, "from-mo": t, "from-ms": t, "from-mt": t, "from-nc": t, "from-nd": t, "from-ne": t, "from-nh": t, "from-nj": t, "from-nm": t, "from-nv": t, "from-oh": t, "from-ok": t, "from-or": t, "from-pa": t, "from-pr": t, "from-ri": t, "from-sc": t, "from-sd": t, "from-tn": t, "from-tx": t, "from-ut": t, "from-va": t, "from-vt": t, "from-wa": t, "from-wi": t, "from-wv": t, "from-wy": t, getmyip: t, gotdns: t, "hobby-site": t, homelinux: t, homeunix: t, iamallama: t, "is-a-anarchist": t, "is-a-blogger": t, "is-a-bookkeeper": t, "is-a-bulls-fan": t, "is-a-caterer": t, "is-a-chef": t, "is-a-conservative": t, "is-a-cpa": t, "is-a-cubicle-slave": t, "is-a-democrat": t, "is-a-designer": t, "is-a-doctor": t, "is-a-financialadvisor": t, "is-a-geek": t, "is-a-green": t, "is-a-guru": t, "is-a-hard-worker": t, "is-a-hunter": t, "is-a-landscaper": t, "is-a-lawyer": t, "is-a-liberal": t, "is-a-libertarian": t, "is-a-llama": t, "is-a-musician": t, "is-a-nascarfan": t, "is-a-nurse": t, "is-a-painter": t, "is-a-personaltrainer": t, "is-a-photographer": t, "is-a-player": t, "is-a-republican": t, "is-a-rockstar": t, "is-a-socialist": t, "is-a-student": t, "is-a-teacher": t, "is-a-techie": t, "is-a-therapist": t, "is-an-accountant": t, "is-an-actor": t, "is-an-actress": t, "is-an-anarchist": t, "is-an-artist": t, "is-an-engineer": t, "is-an-entertainer": t, "is-certified": t, "is-gone": t, "is-into-anime": t, "is-into-cars": t, "is-into-cartoons": t, "is-into-games": t, "is-leet": t, "is-not-certified": t, "is-slick": t, "is-uberleet": t, "is-with-theband": t, "isa-geek": t, "isa-hockeynut": t, issmarterthanyou: t, "likes-pie": t, likescandy: t, "neat-url": t, "saves-the-whales": t, selfip: t, "sells-for-less": t, "sells-for-u": t, servebbs: t, "simple-url": t, "space-to-rent": t, "teaches-yoga": t, writesthisblog: t, "1cooldns": t, bumbleshrimp: t, ddnsfree: t, ddnsgeek: t, ddnsguru: t, dynuddns: t, dynuhosting: t, giize: t, gleeze: t, kozow: t, loseyourip: t, ooguy: t, pivohosting: t, theworkpc: t, wiredbladehosting: t, emergentagent: [0, { preview: t }], mytuleap: t, "tuleap-partners": t, encoreapi: t, evennode: [0, { "eu-1": t, "eu-2": t, "eu-3": t, "eu-4": t, "us-1": t, "us-2": t, "us-3": t, "us-4": t }], onfabrica: t, "fastly-edge": t, "fastly-terrarium": t, "fastvps-server": t, mydobiss: t, firebaseapp: t, fldrv: t, framercanvas: t, "freebox-os": t, freeboxos: t, freemyip: t, aliases121: t, gentapps: t, gentlentapis: t, githubusercontent: t, "0emm": a, appspot: [2, { r: a }], blogspot: t, codespot: t, googleapis: t, googlecode: t, pagespeedmobilizer: t, withgoogle: t, withyoutube: t, grayjayleagues: t, hatenablog: t, hatenadiary: t, "hercules-app": t, "hercules-dev": t, herokuapp: t, gr: t, smushcdn: t, wphostedmail: t, wpmucdn: t, pixolino: t, "apps-1and1": t, "live-website": t, "webspace-host": t, dopaas: t, "hosted-by-previder": Ze, hosteur: [0, { "rag-cloud": t, "rag-cloud-ch": t }], "ik-server": [0, { jcloud: t, "jcloud-ver-jpc": t }], jelastic: [0, { demo: t }], massivegrid: Ze, wafaicloud: [0, { jed: t, ryd: t }], "eu1-plenit": t, "la1-plenit": t, "us1-plenit": t, webadorsite: t, "on-forge": t, "on-vapor": t, lpusercontent: t, linode: [0, { members: t, nodebalancer: a }], linodeobjects: a, linodeusercontent: [0, { ip: t }], localtonet: t, lovableproject: t, barsycenter: t, barsyonline: t, lutrausercontent: a, magicpatternsapp: t, modelscape: t, mwcloudnonprod: t, polyspace: t, mazeplay: t, miniserver: t, atmeta: t, fbsbx: wt, meteorapp: xt, routingthecloud: t, "same-app": t, "same-preview": t, mydbserver: t, mochausercontent: t, hostedpi: t, "mythic-beasts": [0, { caracal: t, customer: t, fentiger: t, lynx: t, ocelot: t, oncilla: t, onza: t, sphinx: t, vs: t, x: t, yali: t }], nospamproxy: [0, { cloud: [2, { o365: t }] }], "4u": t, nfshost: t, "3utilities": t, blogsyte: t, ciscofreak: t, damnserver: t, ddnsking: t, ditchyourip: t, dnsiskinky: t, dynns: t, geekgalaxy: t, "health-carereform": t, homesecuritymac: t, homesecuritypc: t, myactivedirectory: t, mysecuritycamera: t, myvnc: t, "net-freaks": t, onthewifi: t, point2this: t, quicksytes: t, securitytactics: t, servebeer: t, servecounterstrike: t, serveexchange: t, serveftp: t, servegame: t, servehalflife: t, servehttp: t, servehumour: t, serveirc: t, servemp3: t, servep2p: t, servepics: t, servequake: t, servesarcasm: t, stufftoread: t, unusualperson: t, workisboring: t, myiphost: t, observableusercontent: [0, { static: t }], simplesite: t, oaiusercontent: a, orsites: t, operaunite: t, "customer-oci": [0, { "*": t, oci: a, ocp: a, ocs: a }], oraclecloudapps: a, oraclegovcloudapps: a, "authgear-staging": t, authgearapps: t, outsystemscloud: t, ownprovider: t, pgfog: t, pagexl: t, gotpantheon: t, paywhirl: a, forgeblocks: t, upsunapp: t, "postman-echo": t, prgmr: [0, { xen: t }], "project-study": [0, { dev: t }], pythonanywhere: xt, qa2: t, "alpha-myqnapcloud": t, "dev-myqnapcloud": t, mycloudnas: t, mynascloud: t, myqnapcloud: t, qualifioapp: t, ladesk: t, qualyhqpartner: a, qualyhqportal: a, qbuser: t, quipelements: a, rackmaze: t, "readthedocs-hosted": t, rhcloud: t, onrender: t, render: et, "subsc-pay": t, "180r": t, dojin: t, sakuratan: t, sakuraweb: t, x0: t, code: [0, { builder: a, "dev-builder": a, "stg-builder": a }], salesforce: [0, { platform: [0, { "code-builder-stg": [0, { test: [0, { "001": a }] }] }] }], logoip: t, scrysec: t, "firewall-gateway": t, myshopblocks: t, myshopify: t, shopitsite: t, "1kapp": t, appchizi: t, applinzi: t, sinaapp: t, vipsinaapp: t, streamlitapp: t, "try-snowplow": t, "playstation-cloud": t, myspreadshop: t, "w-corp-staticblitz": t, "w-credentialless-staticblitz": t, "w-staticblitz": t, "stackhero-network": t, stdlib: [0, { api: t }], strapiapp: [2, { media: t }], "streak-link": t, streaklinks: t, streakusercontent: t, "temp-dns": t, dsmynas: t, familyds: t, mytabit: t, taveusercontent: t, "tb-hosting": tt, reservd: t, thingdustdata: t, "townnews-staging": t, typeform: [0, { pro: t }], hk: t, it: t, "deus-canvas": t, vultrobjects: a, wafflecell: t, hotelwithflight: t, "reserve-online": t, cprapid: t, pleskns: t, remotewd: t, wiardweb: [0, { pages: t }], "base44-sandbox": t, wixsite: t, wixstudio: t, messwithdns: t, "woltlab-demo": t, wpenginepowered: [2, { js: t }], xnbay: [2, { u2: t, "u2-local": t }], xtooldevice: t, yolasite: t }], coop: e, cr: [1, { ac: e, co: e, ed: e, fi: e, go: e, or: e, sa: e }], cu: [1, { com: e, edu: e, gob: e, inf: e, nat: e, net: e, org: e }], cv: [1, { com: e, edu: e, id: e, int: e, net: e, nome: e, org: e, publ: e }], cw: Ae, cx: [1, { gov: e, cloudns: t, ath: t, info: t, assessments: t, calculators: t, funnels: t, paynow: t, quizzes: t, researched: t, tests: t }], cy: [1, { ac: e, biz: e, com: [1, { scaleforce: at }], ekloges: e, gov: e, ltd: e, mil: e, net: e, org: e, press: e, pro: e, tm: e }], cz: [1, { gov: e, contentproxy9: [0, { rsc: t }], realm: t, e4: t, co: t, metacentrum: [0, { cloud: a, custom: t }], muni: [0, { cloud: [0, { flt: t, usr: t }] }] }], de: [1, { bplaced: t, square7: t, "bwcloud-os-instance": a, com: t, cosidns: _t, dnsupdater: t, "dynamisches-dns": t, "internet-dns": t, "l-o-g-i-n": t, ddnss: [2, { dyn: t, dyndns: t }], "dyn-ip24": t, dyndns1: t, "home-webserver": [2, { dyn: t }], "myhome-server": t, dnshome: t, fuettertdasnetz: t, isteingeek: t, istmein: t, lebtimnetz: t, leitungsen: t, traeumtgerade: t, frusky: a, goip: t, "xn--gnstigbestellen-zvb": t, günstigbestellen: t, "xn--gnstigliefern-wob": t, günstigliefern: t, "hs-heilbronn": [0, { it: [0, { pages: t, "pages-research": t }] }], "dyn-berlin": t, "in-berlin": t, "in-brb": t, "in-butter": t, "in-dsl": t, "in-vpn": t, iservschule: t, "mein-iserv": t, schuldock: t, schulplattform: t, schulserver: t, "test-iserv": t, keymachine: t, co: t, "git-repos": t, "lcube-server": t, "svn-repos": t, barsy: t, webspaceconfig: t, "123webseite": t, rub: t, "ruhr-uni-bochum": [2, { noc: [0, { io: t }] }], logoip: t, "firewall-gateway": t, "my-gateway": t, "my-router": t, spdns: t, my: t, speedpartner: [0, { customer: t }], myspreadshop: t, "taifun-dns": t, "12hp": t, "2ix": t, "4lima": t, "lima-city": t, "virtual-user": t, virtualuser: t, "community-pro": t, diskussionsbereich: t, xenonconnect: a }], dj: e, dk: [1, { biz: t, co: t, firm: t, reg: t, store: t, "123hjemmeside": t, myspreadshop: t }], dm: Et, do: [1, { art: e, com: e, edu: e, gob: e, gov: e, mil: e, net: e, org: e, sld: e, web: e }], dz: [1, { art: e, asso: e, com: e, edu: e, gov: e, net: e, org: e, pol: e, soc: e, tm: e }], ec: [1, { abg: e, adm: e, agron: e, arqt: e, art: e, bar: e, chef: e, com: e, cont: e, cpa: e, cue: e, dent: e, dgn: e, disco: e, doc: e, edu: e, eng: e, esm: e, fin: e, fot: e, gal: e, gob: e, gov: e, gye: e, ibr: e, info: e, k12: e, lat: e, loj: e, med: e, mil: e, mktg: e, mon: e, net: e, ntr: e, odont: e, org: e, pro: e, prof: e, psic: e, psiq: e, pub: e, rio: e, rrpp: e, sal: e, tech: e, tul: e, tur: e, uio: e, vet: e, xxx: e, base: t, official: t }], edu: [1, { rit: [0, { "git-pages": t }] }], ee: [1, { aip: e, com: e, edu: e, fie: e, gov: e, lib: e, med: e, org: e, pri: e, riik: e }], eg: [1, { ac: e, com: e, edu: e, eun: e, gov: e, info: e, me: e, mil: e, name: e, net: e, org: e, sci: e, sport: e, tv: e }], er: v, es: [1, { com: e, edu: e, gob: e, nom: e, org: e, "123miweb": t, myspreadshop: t }], et: [1, { biz: e, com: e, edu: e, gov: e, info: e, name: e, net: e, org: e }], eu: [1, { amazonwebservices: [0, { on: [0, { "eusc-de-east-1": [0, { "cognito-idp": I }] }] }], cloudns: t, prvw: t, deuxfleurs: t, dogado: [0, { jelastic: t }], barsy: t, spdns: t, nxa: a, directwp: t, transurl: a }], fi: [1, { aland: e, dy: t, "xn--hkkinen-5wa": t, häkkinen: t, iki: t, cloudplatform: [0, { fi: t }], datacenter: [0, { demo: t, paas: t }], kapsi: t, "123kotisivu": t, myspreadshop: t }], fj: [1, { ac: e, biz: e, com: e, edu: e, gov: e, id: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], fk: v, fm: [1, { com: e, edu: e, net: e, org: e, radio: t, user: a }], fo: e, fr: [1, { asso: e, com: e, gouv: e, nom: e, prd: e, tm: e, avoues: e, cci: e, greta: e, "huissier-justice": e, "fbx-os": t, fbxos: t, "freebox-os": t, freeboxos: t, goupile: t, "123siteweb": t, "on-web": t, "chirurgiens-dentistes-en-france": t, dedibox: t, aeroport: t, avocat: t, chambagri: t, "chirurgiens-dentistes": t, "experts-comptables": t, medecin: t, notaires: t, pharmacien: t, port: t, veterinaire: t, myspreadshop: t, ynh: t }], ga: e, gb: e, gd: [1, { edu: e, gov: e }], ge: [1, { com: e, edu: e, gov: e, net: e, org: e, pvt: e, school: e }], gf: e, gg: [1, { co: e, net: e, org: e, ply: [0, { at: a, d6: t }], botdash: t, kaas: t, stackit: t, panel: [2, { daemon: t }] }], gh: [1, { biz: e, com: e, edu: e, gov: e, mil: e, net: e, org: e }], gi: [1, { com: e, edu: e, gov: e, ltd: e, mod: e, org: e }], gl: [1, { co: e, com: e, edu: e, net: e, org: e }], gm: e, gn: [1, { ac: e, com: e, edu: e, gov: e, net: e, org: e }], gov: e, gp: [1, { asso: e, com: e, edu: e, mobi: e, net: e, org: e }], gq: e, gr: [1, { com: e, edu: e, gov: e, net: e, org: e, barsy: t, simplesite: t }], gs: e, gt: [1, { com: e, edu: e, gob: e, ind: e, mil: e, net: e, org: e }], gu: [1, { com: e, edu: e, gov: e, guam: e, info: e, net: e, org: e, web: e }], gw: [1, { nx: t }], gy: Et, hk: [1, { com: e, edu: e, gov: e, idv: e, net: e, org: e, "xn--ciqpn": e, 个人: e, "xn--gmqw5a": e, 個人: e, "xn--55qx5d": e, 公司: e, "xn--mxtq1m": e, 政府: e, "xn--lcvr32d": e, 敎育: e, "xn--wcvs22d": e, 教育: e, "xn--gmq050i": e, 箇人: e, "xn--uc0atv": e, 組織: e, "xn--uc0ay4a": e, 組织: e, "xn--od0alg": e, 網絡: e, "xn--zf0avx": e, 網络: e, "xn--mk0axi": e, 组織: e, "xn--tn0ag": e, 组织: e, "xn--od0aq3b": e, 网絡: e, "xn--io0a7i": e, 网络: e, inc: t, ltd: t }], hm: e, hn: [1, { com: e, edu: e, gob: e, mil: e, net: e, org: e }], hr: [1, { com: e, from: e, iz: e, name: e, brendly: y }], ht: [1, { adult: e, art: e, asso: e, com: e, coop: e, edu: e, firm: e, gouv: e, info: e, med: e, net: e, org: e, perso: e, pol: e, pro: e, rel: e, shop: e, rt: t }], hu: [1, { 2e3: e, agrar: e, bolt: e, casino: e, city: e, co: e, erotica: e, erotika: e, film: e, forum: e, games: e, hotel: e, info: e, ingatlan: e, jogasz: e, konyvelo: e, lakas: e, media: e, news: e, org: e, priv: e, reklam: e, sex: e, shop: e, sport: e, suli: e, szex: e, tm: e, tozsde: e, utazas: e, video: e }], id: [1, { ac: e, biz: e, co: e, desa: e, go: e, kop: e, mil: e, my: e, net: e, or: e, ponpes: e, sch: e, web: e, "xn--9tfky": e, "ᬩᬮᬶ": e, e: t, zone: t }], ie: [1, { gov: e, myspreadshop: t }], il: [1, { ac: e, co: [1, { ravpage: t, mytabit: t, tabitorder: t }], gov: e, idf: e, k12: e, muni: e, net: e, org: e }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": e, "xn--5dbhl8d": e, "xn--8dbq2a": e, "xn--hebda8b": e }], ישראל: [1, { אקדמיה: e, ישוב: e, צהל: e, ממשל: e }], im: [1, { ac: e, co: [1, { ltd: e, plc: e }], com: e, net: e, org: e, tt: e, tv: e }], in: [1, { "5g": e, "6g": e, ac: e, ai: e, am: e, bank: e, bihar: e, biz: e, business: e, ca: e, cn: e, co: e, com: e, coop: e, cs: e, delhi: e, dr: e, edu: e, er: e, fin: e, firm: e, gen: e, gov: e, gujarat: e, ind: e, info: e, int: e, internet: e, io: e, me: e, mil: e, net: e, nic: e, org: e, pg: e, post: e, pro: e, res: e, travel: e, tv: e, uk: e, up: e, us: e, cloudns: t, barsy: t, web: t, indevs: t, supabase: t }], info: [1, { cloudns: t, "dynamic-dns": t, "barrel-of-knowledge": t, "barrell-of-knowledge": t, dyndns: t, "for-our": t, "groks-the": t, "groks-this": t, "here-for-more": t, knowsitall: t, selfip: t, webhop: t, barsy: t, mayfirst: t, mittwald: t, mittwaldserver: t, typo3server: t, dvrcam: t, ilovecollege: t, "no-ip": t, forumz: t, nsupdate: t, dnsupdate: t, "v-info": t }], int: [1, { eu: e }], io: [1, { 2038: t, co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, "on-acorn": a, myaddr: t, apigee: t, "b-data": t, beagleboard: t, bitbucket: t, bluebite: t, boxfuse: t, brave: o, browsersafetymark: t, bubble: Se, bubbleapps: t, bigv: [0, { uk0: t }], cleverapps: t, cloudbeesusercontent: t, dappnode: [0, { dyndns: t }], darklang: t, definima: t, dedyn: t, icp0: zt, icp1: zt, qzz: t, "fh-muenster": t, gitbook: t, github: t, gitlab: t, lolipop: t, "hasura-app": t, hostyhosting: t, hypernode: t, moonscale: a, beebyte: Ze, beebyteapp: [0, { sekd1: t }], jele: t, keenetic: t, kiloapps: t, webthings: t, loginline: t, barsy: t, azurecontainer: a, ngrok: [2, { ap: t, au: t, eu: t, in: t, jp: t, sa: t, us: t }], nodeart: [0, { stage: t }], pantheonsite: t, forgerock: [0, { id: t }], pstmn: [2, { mock: t }], protonet: t, qcx: [2, { sys: a }], qoto: t, vaporcloud: t, myrdbx: t, "rb-hosting": tt, "on-k3s": a, "on-rio": a, readthedocs: t, resindevice: t, resinstaging: [0, { devices: t }], hzc: t, sandcats: t, scrypted: [0, { client: t }], "mo-siemens": t, lair: wt, stolos: a, musician: t, utwente: t, edugit: t, telebit: t, thingdust: [0, { dev: nt, disrec: nt, prod: It, testing: nt }], tickets: t, webflow: t, webflowtest: t, editorx: t, wixstudio: t, basicserver: t, virtualserver: t }], iq: s, ir: [1, { ac: e, co: e, gov: e, id: e, net: e, org: e, sch: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, arvanedge: t, vistablog: t }], is: e, it: [1, { edu: e, gov: e, abr: e, abruzzo: e, "aosta-valley": e, aostavalley: e, bas: e, basilicata: e, cal: e, calabria: e, cam: e, campania: e, "emilia-romagna": e, emiliaromagna: e, emr: e, "friuli-v-giulia": e, "friuli-ve-giulia": e, "friuli-vegiulia": e, "friuli-venezia-giulia": e, "friuli-veneziagiulia": e, "friuli-vgiulia": e, "friuliv-giulia": e, "friulive-giulia": e, friulivegiulia: e, "friulivenezia-giulia": e, friuliveneziagiulia: e, friulivgiulia: e, fvg: e, laz: e, lazio: e, lig: e, liguria: e, lom: e, lombardia: e, lombardy: e, lucania: e, mar: e, marche: e, mol: e, molise: e, piedmont: e, piemonte: e, pmn: e, pug: e, puglia: e, sar: e, sardegna: e, sardinia: e, sic: e, sicilia: e, sicily: e, taa: e, tos: e, toscana: e, "trentin-sud-tirol": e, "xn--trentin-sd-tirol-rzb": e, "trentin-süd-tirol": e, "trentin-sudtirol": e, "xn--trentin-sdtirol-7vb": e, "trentin-südtirol": e, "trentin-sued-tirol": e, "trentin-suedtirol": e, trentino: e, "trentino-a-adige": e, "trentino-aadige": e, "trentino-alto-adige": e, "trentino-altoadige": e, "trentino-s-tirol": e, "trentino-stirol": e, "trentino-sud-tirol": e, "xn--trentino-sd-tirol-c3b": e, "trentino-süd-tirol": e, "trentino-sudtirol": e, "xn--trentino-sdtirol-szb": e, "trentino-südtirol": e, "trentino-sued-tirol": e, "trentino-suedtirol": e, "trentinoa-adige": e, trentinoaadige: e, "trentinoalto-adige": e, trentinoaltoadige: e, "trentinos-tirol": e, trentinostirol: e, "trentinosud-tirol": e, "xn--trentinosd-tirol-rzb": e, "trentinosüd-tirol": e, trentinosudtirol: e, "xn--trentinosdtirol-7vb": e, trentinosüdtirol: e, "trentinosued-tirol": e, trentinosuedtirol: e, "trentinsud-tirol": e, "xn--trentinsd-tirol-6vb": e, "trentinsüd-tirol": e, trentinsudtirol: e, "xn--trentinsdtirol-nsb": e, trentinsüdtirol: e, "trentinsued-tirol": e, trentinsuedtirol: e, tuscany: e, umb: e, umbria: e, "val-d-aosta": e, "val-daosta": e, "vald-aosta": e, valdaosta: e, "valle-aosta": e, "valle-d-aosta": e, "valle-daosta": e, valleaosta: e, "valled-aosta": e, valledaosta: e, "vallee-aoste": e, "xn--valle-aoste-ebb": e, "vallée-aoste": e, "vallee-d-aoste": e, "xn--valle-d-aoste-ehb": e, "vallée-d-aoste": e, valleeaoste: e, "xn--valleaoste-e7a": e, valléeaoste: e, valleedaoste: e, "xn--valledaoste-ebb": e, valléedaoste: e, vao: e, vda: e, ven: e, veneto: e, ag: e, agrigento: e, al: e, alessandria: e, "alto-adige": e, altoadige: e, an: e, ancona: e, "andria-barletta-trani": e, "andria-trani-barletta": e, andriabarlettatrani: e, andriatranibarletta: e, ao: e, aosta: e, aoste: e, ap: e, aq: e, aquila: e, ar: e, arezzo: e, "ascoli-piceno": e, ascolipiceno: e, asti: e, at: e, av: e, avellino: e, ba: e, balsan: e, "balsan-sudtirol": e, "xn--balsan-sdtirol-nsb": e, "balsan-südtirol": e, "balsan-suedtirol": e, bari: e, "barletta-trani-andria": e, barlettatraniandria: e, belluno: e, benevento: e, bergamo: e, bg: e, bi: e, biella: e, bl: e, bn: e, bo: e, bologna: e, bolzano: e, "bolzano-altoadige": e, bozen: e, "bozen-sudtirol": e, "xn--bozen-sdtirol-2ob": e, "bozen-südtirol": e, "bozen-suedtirol": e, br: e, brescia: e, brindisi: e, bs: e, bt: e, bulsan: e, "bulsan-sudtirol": e, "xn--bulsan-sdtirol-nsb": e, "bulsan-südtirol": e, "bulsan-suedtirol": e, bz: e, ca: e, cagliari: e, caltanissetta: e, "campidano-medio": e, campidanomedio: e, campobasso: e, "carbonia-iglesias": e, carboniaiglesias: e, "carrara-massa": e, carraramassa: e, caserta: e, catania: e, catanzaro: e, cb: e, ce: e, "cesena-forli": e, "xn--cesena-forl-mcb": e, "cesena-forlì": e, cesenaforli: e, "xn--cesenaforl-i8a": e, cesenaforlì: e, ch: e, chieti: e, ci: e, cl: e, cn: e, co: e, como: e, cosenza: e, cr: e, cremona: e, crotone: e, cs: e, ct: e, cuneo: e, cz: e, "dell-ogliastra": e, dellogliastra: e, en: e, enna: e, fc: e, fe: e, fermo: e, ferrara: e, fg: e, fi: e, firenze: e, florence: e, fm: e, foggia: e, "forli-cesena": e, "xn--forl-cesena-fcb": e, "forlì-cesena": e, forlicesena: e, "xn--forlcesena-c8a": e, forlìcesena: e, fr: e, frosinone: e, ge: e, genoa: e, genova: e, go: e, gorizia: e, gr: e, grosseto: e, "iglesias-carbonia": e, iglesiascarbonia: e, im: e, imperia: e, is: e, isernia: e, kr: e, "la-spezia": e, laquila: e, laspezia: e, latina: e, lc: e, le: e, lecce: e, lecco: e, li: e, livorno: e, lo: e, lodi: e, lt: e, lu: e, lucca: e, macerata: e, mantova: e, "massa-carrara": e, massacarrara: e, matera: e, mb: e, mc: e, me: e, "medio-campidano": e, mediocampidano: e, messina: e, mi: e, milan: e, milano: e, mn: e, mo: e, modena: e, monza: e, "monza-brianza": e, "monza-e-della-brianza": e, monzabrianza: e, monzaebrianza: e, monzaedellabrianza: e, ms: e, mt: e, na: e, naples: e, napoli: e, no: e, novara: e, nu: e, nuoro: e, og: e, ogliastra: e, "olbia-tempio": e, olbiatempio: e, or: e, oristano: e, ot: e, pa: e, padova: e, padua: e, palermo: e, parma: e, pavia: e, pc: e, pd: e, pe: e, perugia: e, "pesaro-urbino": e, pesarourbino: e, pescara: e, pg: e, pi: e, piacenza: e, pisa: e, pistoia: e, pn: e, po: e, pordenone: e, potenza: e, pr: e, prato: e, pt: e, pu: e, pv: e, pz: e, ra: e, ragusa: e, ravenna: e, rc: e, re: e, "reggio-calabria": e, "reggio-emilia": e, reggiocalabria: e, reggioemilia: e, rg: e, ri: e, rieti: e, rimini: e, rm: e, rn: e, ro: e, roma: e, rome: e, rovigo: e, sa: e, salerno: e, sassari: e, savona: e, si: e, siena: e, siracusa: e, so: e, sondrio: e, sp: e, sr: e, ss: e, "xn--sdtirol-n2a": e, südtirol: e, suedtirol: e, sv: e, ta: e, taranto: e, te: e, "tempio-olbia": e, tempioolbia: e, teramo: e, terni: e, tn: e, to: e, torino: e, tp: e, tr: e, "trani-andria-barletta": e, "trani-barletta-andria": e, traniandriabarletta: e, tranibarlettaandria: e, trapani: e, trento: e, treviso: e, trieste: e, ts: e, turin: e, tv: e, ud: e, udine: e, "urbino-pesaro": e, urbinopesaro: e, va: e, varese: e, vb: e, vc: e, ve: e, venezia: e, venice: e, verbania: e, vercelli: e, verona: e, vi: e, "vibo-valentia": e, vibovalentia: e, vicenza: e, viterbo: e, vr: e, vs: e, vt: e, vv: e, ibxos: t, iliadboxos: t, neen: [0, { jc: t }], "123homepage": t, "16-b": t, "32-b": t, "64-b": t, myspreadshop: t, syncloud: t }], je: [1, { co: e, net: e, org: e, of: t }], jm: v, jo: [1, { agri: e, ai: e, com: e, edu: e, eng: e, fm: e, gov: e, mil: e, net: e, org: e, per: e, phd: e, sch: e, tv: e }], jobs: e, jp: [1, { ac: e, ad: e, co: e, ed: e, go: e, gr: e, lg: e, ne: [1, { aseinet: jt, gehirn: t, ivory: t, "mail-box": t, mints: t, mokuren: t, opal: t, sakura: t, sumomo: t, topaz: t }], or: e, aichi: [1, { aisai: e, ama: e, anjo: e, asuke: e, chiryu: e, chita: e, fuso: e, gamagori: e, handa: e, hazu: e, hekinan: e, higashiura: e, ichinomiya: e, inazawa: e, inuyama: e, isshiki: e, iwakura: e, kanie: e, kariya: e, kasugai: e, kira: e, kiyosu: e, komaki: e, konan: e, kota: e, mihama: e, miyoshi: e, nishio: e, nisshin: e, obu: e, oguchi: e, oharu: e, okazaki: e, owariasahi: e, seto: e, shikatsu: e, shinshiro: e, shitara: e, tahara: e, takahama: e, tobishima: e, toei: e, togo: e, tokai: e, tokoname: e, toyoake: e, toyohashi: e, toyokawa: e, toyone: e, toyota: e, tsushima: e, yatomi: e }], akita: [1, { akita: e, daisen: e, fujisato: e, gojome: e, hachirogata: e, happou: e, higashinaruse: e, honjo: e, honjyo: e, ikawa: e, kamikoani: e, kamioka: e, katagami: e, kazuno: e, kitaakita: e, kosaka: e, kyowa: e, misato: e, mitane: e, moriyoshi: e, nikaho: e, noshiro: e, odate: e, oga: e, ogata: e, semboku: e, yokote: e, yurihonjo: e }], aomori: [1, { aomori: e, gonohe: e, hachinohe: e, hashikami: e, hiranai: e, hirosaki: e, itayanagi: e, kuroishi: e, misawa: e, mutsu: e, nakadomari: e, noheji: e, oirase: e, owani: e, rokunohe: e, sannohe: e, shichinohe: e, shingo: e, takko: e, towada: e, tsugaru: e, tsuruta: e }], chiba: [1, { abiko: e, asahi: e, chonan: e, chosei: e, choshi: e, chuo: e, funabashi: e, futtsu: e, hanamigawa: e, ichihara: e, ichikawa: e, ichinomiya: e, inzai: e, isumi: e, kamagaya: e, kamogawa: e, kashiwa: e, katori: e, katsuura: e, kimitsu: e, kisarazu: e, kozaki: e, kujukuri: e, kyonan: e, matsudo: e, midori: e, mihama: e, minamiboso: e, mobara: e, mutsuzawa: e, nagara: e, nagareyama: e, narashino: e, narita: e, noda: e, oamishirasato: e, omigawa: e, onjuku: e, otaki: e, sakae: e, sakura: e, shimofusa: e, shirako: e, shiroi: e, shisui: e, sodegaura: e, sosa: e, tako: e, tateyama: e, togane: e, tohnosho: e, tomisato: e, urayasu: e, yachimata: e, yachiyo: e, yokaichiba: e, yokoshibahikari: e, yotsukaido: e }], ehime: [1, { ainan: e, honai: e, ikata: e, imabari: e, iyo: e, kamijima: e, kihoku: e, kumakogen: e, masaki: e, matsuno: e, matsuyama: e, namikata: e, niihama: e, ozu: e, saijo: e, seiyo: e, shikokuchuo: e, tobe: e, toon: e, uchiko: e, uwajima: e, yawatahama: e }], fukui: [1, { echizen: e, eiheiji: e, fukui: e, ikeda: e, katsuyama: e, mihama: e, minamiechizen: e, obama: e, ohi: e, ono: e, sabae: e, sakai: e, takahama: e, tsuruga: e, wakasa: e }], fukuoka: [1, { ashiya: e, buzen: e, chikugo: e, chikuho: e, chikujo: e, chikushino: e, chikuzen: e, chuo: e, dazaifu: e, fukuchi: e, hakata: e, higashi: e, hirokawa: e, hisayama: e, iizuka: e, inatsuki: e, kaho: e, kasuga: e, kasuya: e, kawara: e, keisen: e, koga: e, kurate: e, kurogi: e, kurume: e, minami: e, miyako: e, miyama: e, miyawaka: e, mizumaki: e, munakata: e, nakagawa: e, nakama: e, nishi: e, nogata: e, ogori: e, okagaki: e, okawa: e, oki: e, omuta: e, onga: e, onojo: e, oto: e, saigawa: e, sasaguri: e, shingu: e, shinyoshitomi: e, shonai: e, soeda: e, sue: e, tachiarai: e, tagawa: e, takata: e, toho: e, toyotsu: e, tsuiki: e, ukiha: e, umi: e, usui: e, yamada: e, yame: e, yanagawa: e, yukuhashi: e }], fukushima: [1, { aizubange: e, aizumisato: e, aizuwakamatsu: e, asakawa: e, bandai: e, date: e, fukushima: e, furudono: e, futaba: e, hanawa: e, higashi: e, hirata: e, hirono: e, iitate: e, inawashiro: e, ishikawa: e, iwaki: e, izumizaki: e, kagamiishi: e, kaneyama: e, kawamata: e, kitakata: e, kitashiobara: e, koori: e, koriyama: e, kunimi: e, miharu: e, mishima: e, namie: e, nango: e, nishiaizu: e, nishigo: e, okuma: e, omotego: e, ono: e, otama: e, samegawa: e, shimogo: e, shirakawa: e, showa: e, soma: e, sukagawa: e, taishin: e, tamakawa: e, tanagura: e, tenei: e, yabuki: e, yamato: e, yamatsuri: e, yanaizu: e, yugawa: e }], gifu: [1, { anpachi: e, ena: e, gifu: e, ginan: e, godo: e, gujo: e, hashima: e, hichiso: e, hida: e, higashishirakawa: e, ibigawa: e, ikeda: e, kakamigahara: e, kani: e, kasahara: e, kasamatsu: e, kawaue: e, kitagata: e, mino: e, minokamo: e, mitake: e, mizunami: e, motosu: e, nakatsugawa: e, ogaki: e, sakahogi: e, seki: e, sekigahara: e, shirakawa: e, tajimi: e, takayama: e, tarui: e, toki: e, tomika: e, wanouchi: e, yamagata: e, yaotsu: e, yoro: e }], gunma: [1, { annaka: e, chiyoda: e, fujioka: e, higashiagatsuma: e, isesaki: e, itakura: e, kanna: e, kanra: e, katashina: e, kawaba: e, kiryu: e, kusatsu: e, maebashi: e, meiwa: e, midori: e, minakami: e, naganohara: e, nakanojo: e, nanmoku: e, numata: e, oizumi: e, ora: e, ota: e, shibukawa: e, shimonita: e, shinto: e, showa: e, takasaki: e, takayama: e, tamamura: e, tatebayashi: e, tomioka: e, tsukiyono: e, tsumagoi: e, ueno: e, yoshioka: e }], hiroshima: [1, { asaminami: e, daiwa: e, etajima: e, fuchu: e, fukuyama: e, hatsukaichi: e, higashihiroshima: e, hongo: e, jinsekikogen: e, kaita: e, kui: e, kumano: e, kure: e, mihara: e, miyoshi: e, naka: e, onomichi: e, osakikamijima: e, otake: e, saka: e, sera: e, seranishi: e, shinichi: e, shobara: e, takehara: e }], hokkaido: [1, { abashiri: e, abira: e, aibetsu: e, akabira: e, akkeshi: e, asahikawa: e, ashibetsu: e, ashoro: e, assabu: e, atsuma: e, bibai: e, biei: e, bifuka: e, bihoro: e, biratori: e, chippubetsu: e, chitose: e, date: e, ebetsu: e, embetsu: e, eniwa: e, erimo: e, esan: e, esashi: e, fukagawa: e, fukushima: e, furano: e, furubira: e, haboro: e, hakodate: e, hamatonbetsu: e, hidaka: e, higashikagura: e, higashikawa: e, hiroo: e, hokuryu: e, hokuto: e, honbetsu: e, horokanai: e, horonobe: e, ikeda: e, imakane: e, ishikari: e, iwamizawa: e, iwanai: e, kamifurano: e, kamikawa: e, kamishihoro: e, kamisunagawa: e, kamoenai: e, kayabe: e, kembuchi: e, kikonai: e, kimobetsu: e, kitahiroshima: e, kitami: e, kiyosato: e, koshimizu: e, kunneppu: e, kuriyama: e, kuromatsunai: e, kushiro: e, kutchan: e, kyowa: e, mashike: e, matsumae: e, mikasa: e, minamifurano: e, mombetsu: e, moseushi: e, mukawa: e, muroran: e, naie: e, nakagawa: e, nakasatsunai: e, nakatombetsu: e, nanae: e, nanporo: e, nayoro: e, nemuro: e, niikappu: e, niki: e, nishiokoppe: e, noboribetsu: e, numata: e, obihiro: e, obira: e, oketo: e, okoppe: e, otaru: e, otobe: e, otofuke: e, otoineppu: e, oumu: e, ozora: e, pippu: e, rankoshi: e, rebun: e, rikubetsu: e, rishiri: e, rishirifuji: e, saroma: e, sarufutsu: e, shakotan: e, shari: e, shibecha: e, shibetsu: e, shikabe: e, shikaoi: e, shimamaki: e, shimizu: e, shimokawa: e, shinshinotsu: e, shintoku: e, shiranuka: e, shiraoi: e, shiriuchi: e, sobetsu: e, sunagawa: e, taiki: e, takasu: e, takikawa: e, takinoue: e, teshikaga: e, tobetsu: e, tohma: e, tomakomai: e, tomari: e, toya: e, toyako: e, toyotomi: e, toyoura: e, tsubetsu: e, tsukigata: e, urakawa: e, urausu: e, uryu: e, utashinai: e, wakkanai: e, wassamu: e, yakumo: e, yoichi: e }], hyogo: [1, { aioi: e, akashi: e, ako: e, amagasaki: e, aogaki: e, asago: e, ashiya: e, awaji: e, fukusaki: e, goshiki: e, harima: e, himeji: e, ichikawa: e, inagawa: e, itami: e, kakogawa: e, kamigori: e, kamikawa: e, kasai: e, kasuga: e, kawanishi: e, miki: e, minamiawaji: e, nishinomiya: e, nishiwaki: e, ono: e, sanda: e, sannan: e, sasayama: e, sayo: e, shingu: e, shinonsen: e, shiso: e, sumoto: e, taishi: e, taka: e, takarazuka: e, takasago: e, takino: e, tamba: e, tatsuno: e, toyooka: e, yabu: e, yashiro: e, yoka: e, yokawa: e }], ibaraki: [1, { ami: e, asahi: e, bando: e, chikusei: e, daigo: e, fujishiro: e, hitachi: e, hitachinaka: e, hitachiomiya: e, hitachiota: e, ibaraki: e, ina: e, inashiki: e, itako: e, iwama: e, joso: e, kamisu: e, kasama: e, kashima: e, kasumigaura: e, koga: e, miho: e, mito: e, moriya: e, naka: e, namegata: e, oarai: e, ogawa: e, omitama: e, ryugasaki: e, sakai: e, sakuragawa: e, shimodate: e, shimotsuma: e, shirosato: e, sowa: e, suifu: e, takahagi: e, tamatsukuri: e, tokai: e, tomobe: e, tone: e, toride: e, tsuchiura: e, tsukuba: e, uchihara: e, ushiku: e, yachiyo: e, yamagata: e, yawara: e, yuki: e }], ishikawa: [1, { anamizu: e, hakui: e, hakusan: e, kaga: e, kahoku: e, kanazawa: e, kawakita: e, komatsu: e, nakanoto: e, nanao: e, nomi: e, nonoichi: e, noto: e, shika: e, suzu: e, tsubata: e, tsurugi: e, uchinada: e, wajima: e }], iwate: [1, { fudai: e, fujisawa: e, hanamaki: e, hiraizumi: e, hirono: e, ichinohe: e, ichinoseki: e, iwaizumi: e, iwate: e, joboji: e, kamaishi: e, kanegasaki: e, karumai: e, kawai: e, kitakami: e, kuji: e, kunohe: e, kuzumaki: e, miyako: e, mizusawa: e, morioka: e, ninohe: e, noda: e, ofunato: e, oshu: e, otsuchi: e, rikuzentakata: e, shiwa: e, shizukuishi: e, sumita: e, tanohata: e, tono: e, yahaba: e, yamada: e }], kagawa: [1, { ayagawa: e, higashikagawa: e, kanonji: e, kotohira: e, manno: e, marugame: e, mitoyo: e, naoshima: e, sanuki: e, tadotsu: e, takamatsu: e, tonosho: e, uchinomi: e, utazu: e, zentsuji: e }], kagoshima: [1, { akune: e, amami: e, hioki: e, isa: e, isen: e, izumi: e, kagoshima: e, kanoya: e, kawanabe: e, kinko: e, kouyama: e, makurazaki: e, matsumoto: e, minamitane: e, nakatane: e, nishinoomote: e, satsumasendai: e, soo: e, tarumizu: e, yusui: e }], kanagawa: [1, { aikawa: e, atsugi: e, ayase: e, chigasaki: e, ebina: e, fujisawa: e, hadano: e, hakone: e, hiratsuka: e, isehara: e, kaisei: e, kamakura: e, kiyokawa: e, matsuda: e, minamiashigara: e, miura: e, nakai: e, ninomiya: e, odawara: e, oi: e, oiso: e, sagamihara: e, samukawa: e, tsukui: e, yamakita: e, yamato: e, yokosuka: e, yugawara: e, zama: e, zushi: e }], kochi: [1, { aki: e, geisei: e, hidaka: e, higashitsuno: e, ino: e, kagami: e, kami: e, kitagawa: e, kochi: e, mihara: e, motoyama: e, muroto: e, nahari: e, nakamura: e, nankoku: e, nishitosa: e, niyodogawa: e, ochi: e, okawa: e, otoyo: e, otsuki: e, sakawa: e, sukumo: e, susaki: e, tosa: e, tosashimizu: e, toyo: e, tsuno: e, umaji: e, yasuda: e, yusuhara: e }], kumamoto: [1, { amakusa: e, arao: e, aso: e, choyo: e, gyokuto: e, kamiamakusa: e, kikuchi: e, kumamoto: e, mashiki: e, mifune: e, minamata: e, minamioguni: e, nagasu: e, nishihara: e, oguni: e, ozu: e, sumoto: e, takamori: e, uki: e, uto: e, yamaga: e, yamato: e, yatsushiro: e }], kyoto: [1, { ayabe: e, fukuchiyama: e, higashiyama: e, ide: e, ine: e, joyo: e, kameoka: e, kamo: e, kita: e, kizu: e, kumiyama: e, kyotamba: e, kyotanabe: e, kyotango: e, maizuru: e, minami: e, minamiyamashiro: e, miyazu: e, muko: e, nagaokakyo: e, nakagyo: e, nantan: e, oyamazaki: e, sakyo: e, seika: e, tanabe: e, uji: e, ujitawara: e, wazuka: e, yamashina: e, yawata: e }], mie: [1, { asahi: e, inabe: e, ise: e, kameyama: e, kawagoe: e, kiho: e, kisosaki: e, kiwa: e, komono: e, kumano: e, kuwana: e, matsusaka: e, meiwa: e, mihama: e, minamiise: e, misugi: e, miyama: e, nabari: e, shima: e, suzuka: e, tado: e, taiki: e, taki: e, tamaki: e, toba: e, tsu: e, udono: e, ureshino: e, watarai: e, yokkaichi: e }], miyagi: [1, { furukawa: e, higashimatsushima: e, ishinomaki: e, iwanuma: e, kakuda: e, kami: e, kawasaki: e, marumori: e, matsushima: e, minamisanriku: e, misato: e, murata: e, natori: e, ogawara: e, ohira: e, onagawa: e, osaki: e, rifu: e, semine: e, shibata: e, shichikashuku: e, shikama: e, shiogama: e, shiroishi: e, tagajo: e, taiwa: e, tome: e, tomiya: e, wakuya: e, watari: e, yamamoto: e, zao: e }], miyazaki: [1, { aya: e, ebino: e, gokase: e, hyuga: e, kadogawa: e, kawaminami: e, kijo: e, kitagawa: e, kitakata: e, kitaura: e, kobayashi: e, kunitomi: e, kushima: e, mimata: e, miyakonojo: e, miyazaki: e, morotsuka: e, nichinan: e, nishimera: e, nobeoka: e, saito: e, shiiba: e, shintomi: e, takaharu: e, takanabe: e, takazaki: e, tsuno: e }], nagano: [1, { achi: e, agematsu: e, anan: e, aoki: e, asahi: e, azumino: e, chikuhoku: e, chikuma: e, chino: e, fujimi: e, hakuba: e, hara: e, hiraya: e, iida: e, iijima: e, iiyama: e, iizuna: e, ikeda: e, ikusaka: e, ina: e, karuizawa: e, kawakami: e, kiso: e, kisofukushima: e, kitaaiki: e, komagane: e, komoro: e, matsukawa: e, matsumoto: e, miasa: e, minamiaiki: e, minamimaki: e, minamiminowa: e, minowa: e, miyada: e, miyota: e, mochizuki: e, nagano: e, nagawa: e, nagiso: e, nakagawa: e, nakano: e, nozawaonsen: e, obuse: e, ogawa: e, okaya: e, omachi: e, omi: e, ookuwa: e, ooshika: e, otaki: e, otari: e, sakae: e, sakaki: e, saku: e, sakuho: e, shimosuwa: e, shinanomachi: e, shiojiri: e, suwa: e, suzaka: e, takagi: e, takamori: e, takayama: e, tateshina: e, tatsuno: e, togakushi: e, togura: e, tomi: e, ueda: e, wada: e, yamagata: e, yamanouchi: e, yasaka: e, yasuoka: e }], nagasaki: [1, { chijiwa: e, futsu: e, goto: e, hasami: e, hirado: e, iki: e, isahaya: e, kawatana: e, kuchinotsu: e, matsuura: e, nagasaki: e, obama: e, omura: e, oseto: e, saikai: e, sasebo: e, seihi: e, shimabara: e, shinkamigoto: e, togitsu: e, tsushima: e, unzen: e }], nara: [1, { ando: e, gose: e, heguri: e, higashiyoshino: e, ikaruga: e, ikoma: e, kamikitayama: e, kanmaki: e, kashiba: e, kashihara: e, katsuragi: e, kawai: e, kawakami: e, kawanishi: e, koryo: e, kurotaki: e, mitsue: e, miyake: e, nara: e, nosegawa: e, oji: e, ouda: e, oyodo: e, sakurai: e, sango: e, shimoichi: e, shimokitayama: e, shinjo: e, soni: e, takatori: e, tawaramoto: e, tenkawa: e, tenri: e, uda: e, yamatokoriyama: e, yamatotakada: e, yamazoe: e, yoshino: e }], niigata: [1, { aga: e, agano: e, gosen: e, itoigawa: e, izumozaki: e, joetsu: e, kamo: e, kariwa: e, kashiwazaki: e, minamiuonuma: e, mitsuke: e, muika: e, murakami: e, myoko: e, nagaoka: e, niigata: e, ojiya: e, omi: e, sado: e, sanjo: e, seiro: e, seirou: e, sekikawa: e, shibata: e, tagami: e, tainai: e, tochio: e, tokamachi: e, tsubame: e, tsunan: e, uonuma: e, yahiko: e, yoita: e, yuzawa: e }], oita: [1, { beppu: e, bungoono: e, bungotakada: e, hasama: e, hiji: e, himeshima: e, hita: e, kamitsue: e, kokonoe: e, kuju: e, kunisaki: e, kusu: e, oita: e, saiki: e, taketa: e, tsukumi: e, usa: e, usuki: e, yufu: e }], okayama: [1, { akaiwa: e, asakuchi: e, bizen: e, hayashima: e, ibara: e, kagamino: e, kasaoka: e, kibichuo: e, kumenan: e, kurashiki: e, maniwa: e, misaki: e, nagi: e, niimi: e, nishiawakura: e, okayama: e, satosho: e, setouchi: e, shinjo: e, shoo: e, soja: e, takahashi: e, tamano: e, tsuyama: e, wake: e, yakage: e }], okinawa: [1, { aguni: e, ginowan: e, ginoza: e, gushikami: e, haebaru: e, higashi: e, hirara: e, iheya: e, ishigaki: e, ishikawa: e, itoman: e, izena: e, kadena: e, kin: e, kitadaito: e, kitanakagusuku: e, kumejima: e, kunigami: e, minamidaito: e, motobu: e, nago: e, naha: e, nakagusuku: e, nakijin: e, nanjo: e, nishihara: e, ogimi: e, okinawa: e, onna: e, shimoji: e, taketomi: e, tarama: e, tokashiki: e, tomigusuku: e, tonaki: e, urasoe: e, uruma: e, yaese: e, yomitan: e, yonabaru: e, yonaguni: e, zamami: e }], osaka: [1, { abeno: e, chihayaakasaka: e, chuo: e, daito: e, fujiidera: e, habikino: e, hannan: e, higashiosaka: e, higashisumiyoshi: e, higashiyodogawa: e, hirakata: e, ibaraki: e, ikeda: e, izumi: e, izumiotsu: e, izumisano: e, kadoma: e, kaizuka: e, kanan: e, kashiwara: e, katano: e, kawachinagano: e, kishiwada: e, kita: e, kumatori: e, matsubara: e, minato: e, minoh: e, misaki: e, moriguchi: e, neyagawa: e, nishi: e, nose: e, osakasayama: e, sakai: e, sayama: e, sennan: e, settsu: e, shijonawate: e, shimamoto: e, suita: e, tadaoka: e, taishi: e, tajiri: e, takaishi: e, takatsuki: e, tondabayashi: e, toyonaka: e, toyono: e, yao: e }], saga: [1, { ariake: e, arita: e, fukudomi: e, genkai: e, hamatama: e, hizen: e, imari: e, kamimine: e, kanzaki: e, karatsu: e, kashima: e, kitagata: e, kitahata: e, kiyama: e, kouhoku: e, kyuragi: e, nishiarita: e, ogi: e, omachi: e, ouchi: e, saga: e, shiroishi: e, taku: e, tara: e, tosu: e, yoshinogari: e }], saitama: [1, { arakawa: e, asaka: e, chichibu: e, fujimi: e, fujimino: e, fukaya: e, hanno: e, hanyu: e, hasuda: e, hatogaya: e, hatoyama: e, hidaka: e, higashichichibu: e, higashimatsuyama: e, honjo: e, ina: e, iruma: e, iwatsuki: e, kamiizumi: e, kamikawa: e, kamisato: e, kasukabe: e, kawagoe: e, kawaguchi: e, kawajima: e, kazo: e, kitamoto: e, koshigaya: e, kounosu: e, kuki: e, kumagaya: e, matsubushi: e, minano: e, misato: e, miyashiro: e, miyoshi: e, moroyama: e, nagatoro: e, namegawa: e, niiza: e, ogano: e, ogawa: e, ogose: e, okegawa: e, omiya: e, otaki: e, ranzan: e, ryokami: e, saitama: e, sakado: e, satte: e, sayama: e, shiki: e, shiraoka: e, soka: e, sugito: e, toda: e, tokigawa: e, tokorozawa: e, tsurugashima: e, urawa: e, warabi: e, yashio: e, yokoze: e, yono: e, yorii: e, yoshida: e, yoshikawa: e, yoshimi: e }], shiga: [1, { aisho: e, gamo: e, higashiomi: e, hikone: e, koka: e, konan: e, kosei: e, koto: e, kusatsu: e, maibara: e, moriyama: e, nagahama: e, nishiazai: e, notogawa: e, omihachiman: e, otsu: e, ritto: e, ryuoh: e, takashima: e, takatsuki: e, torahime: e, toyosato: e, yasu: e }], shimane: [1, { akagi: e, ama: e, gotsu: e, hamada: e, higashiizumo: e, hikawa: e, hikimi: e, izumo: e, kakinoki: e, masuda: e, matsue: e, misato: e, nishinoshima: e, ohda: e, okinoshima: e, okuizumo: e, shimane: e, tamayu: e, tsuwano: e, unnan: e, yakumo: e, yasugi: e, yatsuka: e }], shizuoka: [1, { arai: e, atami: e, fuji: e, fujieda: e, fujikawa: e, fujinomiya: e, fukuroi: e, gotemba: e, haibara: e, hamamatsu: e, higashiizu: e, ito: e, iwata: e, izu: e, izunokuni: e, kakegawa: e, kannami: e, kawanehon: e, kawazu: e, kikugawa: e, kosai: e, makinohara: e, matsuzaki: e, minamiizu: e, mishima: e, morimachi: e, nishiizu: e, numazu: e, omaezaki: e, shimada: e, shimizu: e, shimoda: e, shizuoka: e, susono: e, yaizu: e, yoshida: e }], tochigi: [1, { ashikaga: e, bato: e, haga: e, ichikai: e, iwafune: e, kaminokawa: e, kanuma: e, karasuyama: e, kuroiso: e, mashiko: e, mibu: e, moka: e, motegi: e, nasu: e, nasushiobara: e, nikko: e, nishikata: e, nogi: e, ohira: e, ohtawara: e, oyama: e, sakura: e, sano: e, shimotsuke: e, shioya: e, takanezawa: e, tochigi: e, tsuga: e, ujiie: e, utsunomiya: e, yaita: e }], tokushima: [1, { aizumi: e, anan: e, ichiba: e, itano: e, kainan: e, komatsushima: e, matsushige: e, mima: e, minami: e, miyoshi: e, mugi: e, nakagawa: e, naruto: e, sanagochi: e, shishikui: e, tokushima: e, wajiki: e }], tokyo: [1, { adachi: e, akiruno: e, akishima: e, aogashima: e, arakawa: e, bunkyo: e, chiyoda: e, chofu: e, chuo: e, edogawa: e, fuchu: e, fussa: e, hachijo: e, hachioji: e, hamura: e, higashikurume: e, higashimurayama: e, higashiyamato: e, hino: e, hinode: e, hinohara: e, inagi: e, itabashi: e, katsushika: e, kita: e, kiyose: e, kodaira: e, koganei: e, kokubunji: e, komae: e, koto: e, kouzushima: e, kunitachi: e, machida: e, meguro: e, minato: e, mitaka: e, mizuho: e, musashimurayama: e, musashino: e, nakano: e, nerima: e, ogasawara: e, okutama: e, ome: e, oshima: e, ota: e, setagaya: e, shibuya: e, shinagawa: e, shinjuku: e, suginami: e, sumida: e, tachikawa: e, taito: e, tama: e, toshima: e }], tottori: [1, { chizu: e, hino: e, kawahara: e, koge: e, kotoura: e, misasa: e, nanbu: e, nichinan: e, sakaiminato: e, tottori: e, wakasa: e, yazu: e, yonago: e }], toyama: [1, { asahi: e, fuchu: e, fukumitsu: e, funahashi: e, himi: e, imizu: e, inami: e, johana: e, kamiichi: e, kurobe: e, nakaniikawa: e, namerikawa: e, nanto: e, nyuzen: e, oyabe: e, taira: e, takaoka: e, tateyama: e, toga: e, tonami: e, toyama: e, unazuki: e, uozu: e, yamada: e }], wakayama: [1, { arida: e, aridagawa: e, gobo: e, hashimoto: e, hidaka: e, hirogawa: e, inami: e, iwade: e, kainan: e, kamitonda: e, katsuragi: e, kimino: e, kinokawa: e, kitayama: e, koya: e, koza: e, kozagawa: e, kudoyama: e, kushimoto: e, mihama: e, misato: e, nachikatsuura: e, shingu: e, shirahama: e, taiji: e, tanabe: e, wakayama: e, yuasa: e, yura: e }], yamagata: [1, { asahi: e, funagata: e, higashine: e, iide: e, kahoku: e, kaminoyama: e, kaneyama: e, kawanishi: e, mamurogawa: e, mikawa: e, murayama: e, nagai: e, nakayama: e, nanyo: e, nishikawa: e, obanazawa: e, oe: e, oguni: e, ohkura: e, oishida: e, sagae: e, sakata: e, sakegawa: e, shinjo: e, shirataka: e, shonai: e, takahata: e, tendo: e, tozawa: e, tsuruoka: e, yamagata: e, yamanobe: e, yonezawa: e, yuza: e }], yamaguchi: [1, { abu: e, hagi: e, hikari: e, hofu: e, iwakuni: e, kudamatsu: e, mitou: e, nagato: e, oshima: e, shimonoseki: e, shunan: e, tabuse: e, tokuyama: e, toyota: e, ube: e, yuu: e }], yamanashi: [1, { chuo: e, doshi: e, fuefuki: e, fujikawa: e, fujikawaguchiko: e, fujiyoshida: e, hayakawa: e, hokuto: e, ichikawamisato: e, kai: e, kofu: e, koshu: e, kosuge: e, "minami-alps": e, minobu: e, nakamichi: e, nanbu: e, narusawa: e, nirasaki: e, nishikatsura: e, oshino: e, otsuki: e, showa: e, tabayama: e, tsuru: e, uenohara: e, yamanakako: e, yamanashi: e }], "xn--ehqz56n": e, 三重: e, "xn--1lqs03n": e, 京都: e, "xn--qqqt11m": e, 佐賀: e, "xn--f6qx53a": e, 兵庫: e, "xn--djrs72d6uy": e, 北海道: e, "xn--mkru45i": e, 千葉: e, "xn--0trq7p7nn": e, 和歌山: e, "xn--5js045d": e, 埼玉: e, "xn--kbrq7o": e, 大分: e, "xn--pssu33l": e, 大阪: e, "xn--ntsq17g": e, 奈良: e, "xn--uisz3g": e, 宮城: e, "xn--6btw5a": e, 宮崎: e, "xn--1ctwo": e, 富山: e, "xn--6orx2r": e, 山口: e, "xn--rht61e": e, 山形: e, "xn--rht27z": e, 山梨: e, "xn--nit225k": e, 岐阜: e, "xn--rht3d": e, 岡山: e, "xn--djty4k": e, 岩手: e, "xn--klty5x": e, 島根: e, "xn--kltx9a": e, 広島: e, "xn--kltp7d": e, 徳島: e, "xn--c3s14m": e, 愛媛: e, "xn--vgu402c": e, 愛知: e, "xn--efvn9s": e, 新潟: e, "xn--1lqs71d": e, 東京: e, "xn--4pvxs": e, 栃木: e, "xn--uuwu58a": e, 沖縄: e, "xn--zbx025d": e, 滋賀: e, "xn--8pvr4u": e, 熊本: e, "xn--5rtp49c": e, 石川: e, "xn--ntso0iqx3a": e, 神奈川: e, "xn--elqq16h": e, 福井: e, "xn--4it168d": e, 福岡: e, "xn--klt787d": e, 福島: e, "xn--rny31h": e, 秋田: e, "xn--7t0a264c": e, 群馬: e, "xn--uist22h": e, 茨城: e, "xn--8ltr62k": e, 長崎: e, "xn--2m4a15e": e, 長野: e, "xn--32vp30h": e, 青森: e, "xn--4it797k": e, 静岡: e, "xn--5rtq34k": e, 香川: e, "xn--k7yn95e": e, 高知: e, "xn--tor131o": e, 鳥取: e, "xn--d5qv7z876c": e, 鹿児島: e, kawasaki: v, kitakyushu: v, kobe: v, nagoya: v, sapporo: v, sendai: v, yokohama: v, buyshop: t, fashionstore: t, handcrafted: t, kawaiishop: t, supersale: t, theshop: t, "0am": t, "0g0": t, "0j0": t, "0t0": t, mydns: t, pgw: t, wjg: t, usercontent: t, angry: t, babyblue: t, babymilk: t, backdrop: t, bambina: t, bitter: t, blush: t, boo: t, boy: t, boyfriend: t, but: t, candypop: t, capoo: t, catfood: t, cheap: t, chicappa: t, chillout: t, chips: t, chowder: t, chu: t, ciao: t, cocotte: t, coolblog: t, cranky: t, cutegirl: t, daa: t, deca: t, deci: t, digick: t, egoism: t, fakefur: t, fem: t, flier: t, floppy: t, fool: t, frenchkiss: t, girlfriend: t, girly: t, gloomy: t, gonna: t, greater: t, hacca: t, heavy: t, her: t, hiho: t, hippy: t, holy: t, hungry: t, icurus: t, itigo: t, jellybean: t, kikirara: t, kill: t, kilo: t, kuron: t, littlestar: t, lolipopmc: t, lolitapunk: t, lomo: t, lovepop: t, lovesick: t, main: t, mods: t, mond: t, mongolian: t, moo: t, namaste: t, nikita: t, nobushi: t, noor: t, oops: t, parallel: t, parasite: t, pecori: t, peewee: t, penne: t, pepper: t, perma: t, pigboat: t, pinoko: t, punyu: t, pupu: t, pussycat: t, pya: t, raindrop: t, readymade: t, sadist: t, schoolbus: t, secret: t, staba: t, stripper: t, sub: t, sunnyday: t, thick: t, tonkotsu: t, under: t, upper: t, velvet: t, verse: t, versus: t, vivian: t, watson: t, weblike: t, whitesnow: t, zombie: t, hateblo: t, hatenablog: t, hatenadiary: t, "2-d": t, bona: t, crap: t, daynight: t, eek: t, flop: t, halfmoon: t, jeez: t, matrix: t, mimoza: t, netgamers: t, nyanta: t, o0o0: t, rdy: t, rgr: t, rulez: t, sakurastorage: [0, { isk01: st, isk02: st }], saloon: t, sblo: t, skr: t, tank: t, "uh-oh": t, undo: t, webaccel: [0, { rs: t, user: t }], websozai: t, xii: t }], ke: [1, { ac: e, co: e, go: e, info: e, me: e, mobi: e, ne: e, or: e, sc: e }], kg: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, us: t, xx: t, ae: t }], kh: v, ki: Ot, km: [1, { ass: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e, tm: e, asso: e, coop: e, gouv: e, medecin: e, notaires: e, pharmaciens: e, presse: e, veterinaire: e }], kn: [1, { edu: e, gov: e, net: e, org: e }], kp: [1, { com: e, edu: e, gov: e, org: e, rep: e, tra: e }], kr: [1, { ac: e, ai: e, co: e, es: e, go: e, hs: e, io: e, it: e, kg: e, me: e, mil: e, ms: e, ne: e, or: e, pe: e, re: e, sc: e, busan: e, chungbuk: e, chungnam: e, daegu: e, daejeon: e, gangwon: e, gwangju: e, gyeongbuk: e, gyeonggi: e, gyeongnam: e, incheon: e, jeju: e, jeonbuk: e, jeonnam: e, seoul: e, ulsan: e, c01: t, "eliv-api": t, "eliv-cdn": t, "eliv-dns": t, mmv: t, vki: t }], kw: [1, { com: e, edu: e, emb: e, gov: e, ind: e, net: e, org: e }], ky: Ae, kz: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, jcloud: t }], la: [1, { com: e, edu: e, gov: e, info: e, int: e, net: e, org: e, per: e, bnr: t }], lb: n, lc: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, oy: t }], li: e, lk: [1, { ac: e, assn: e, com: e, edu: e, gov: e, grp: e, hotel: e, int: e, ltd: e, net: e, ngo: e, org: e, sch: e, soc: e, web: e }], lr: n, ls: [1, { ac: e, biz: e, co: e, edu: e, gov: e, info: e, net: e, org: e, sc: e }], lt: c, lu: [1, { "123website": t }], lv: [1, { asn: e, com: e, conf: e, edu: e, gov: e, id: e, mil: e, net: e, org: e }], ly: [1, { com: e, edu: e, gov: e, id: e, med: e, net: e, org: e, plc: e, sch: e }], ma: [1, { ac: e, co: e, gov: e, net: e, org: e, press: e }], mc: [1, { asso: e, tm: e }], md: [1, { ir: t }], me: [1, { ac: e, co: e, edu: e, gov: e, its: e, net: e, org: e, priv: e, c66: t, craft: t, edgestack: t, filegear: t, "filegear-sg": t, lohmus: t, barsy: t, mcdir: t, brasilia: t, ddns: t, dnsfor: t, hopto: t, loginto: t, noip: t, webhop: t, soundcast: t, tcp4: t, vp4: t, diskstation: t, dscloud: t, i234: t, myds: t, synology: t, transip: tt, nohost: t }], mg: [1, { co: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e }], mh: e, mil: e, mk: [1, { com: e, edu: e, gov: e, inf: e, name: e, net: e, org: e }], ml: [1, { ac: e, art: e, asso: e, com: e, edu: e, gouv: e, gov: e, info: e, inst: e, net: e, org: e, pr: e, presse: e }], mm: v, mn: [1, { edu: e, gov: e, org: e, nyc: t }], mo: n, mobi: [1, { barsy: t, dscloud: t }], mp: [1, { ju: t }], mq: e, mr: c, ms: [1, { com: e, edu: e, gov: e, net: e, org: e, minisite: t }], mt: Ae, mu: [1, { ac: e, co: e, com: e, gov: e, net: e, or: e, org: e }], museum: e, mv: [1, { aero: e, biz: e, com: e, coop: e, edu: e, gov: e, info: e, int: e, mil: e, museum: e, name: e, net: e, org: e, pro: e }], mw: [1, { ac: e, biz: e, co: e, com: e, coop: e, edu: e, gov: e, int: e, net: e, org: e }], mx: [1, { com: e, edu: e, gob: e, net: e, org: e }], my: [1, { biz: e, com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e }], mz: [1, { ac: e, adv: e, co: e, edu: e, gov: e, mil: e, net: e, org: e }], na: [1, { alt: e, co: e, com: e, gov: e, net: e, org: e }], name: [1, { her: Rt, his: Rt, ispmanager: t, keenetic: t }], nc: [1, { asso: e, nom: e }], ne: e, net: [1, { adobeaemcloud: t, "adobeio-static": t, adobeioruntime: t, akadns: t, akamai: t, "akamai-staging": t, akamaiedge: t, "akamaiedge-staging": t, akamaihd: t, "akamaihd-staging": t, akamaiorigin: t, "akamaiorigin-staging": t, akamaized: t, "akamaized-staging": t, edgekey: t, "edgekey-staging": t, edgesuite: t, "edgesuite-staging": t, alwaysdata: t, myamaze: t, cloudfront: t, appudo: t, "atlassian-dev": [0, { prod: Se }], myfritz: t, shopselect: t, blackbaudcdn: t, boomla: t, bplaced: t, square7: t, cdn77: [0, { r: t }], "cdn77-ssl": t, gb: t, hu: t, jp: t, se: t, uk: t, clickrising: t, "ddns-ip": t, "dns-cloud": t, "dns-dynamic": t, cloudaccess: t, cloudflare: [2, { cdn: t }], cloudflareanycast: Se, cloudflarecn: Se, cloudflareglobal: Se, ctfcloud: t, "feste-ip": t, "knx-server": t, "static-access": t, cryptonomic: a, dattolocal: t, mydatto: t, debian: t, definima: t, deno: t, icp: a, de5: t, "at-band-camp": t, blogdns: t, "broke-it": t, buyshouses: t, dnsalias: t, dnsdojo: t, "does-it": t, dontexist: t, dynalias: t, dynathome: t, endofinternet: t, "from-az": t, "from-co": t, "from-la": t, "from-ny": t, "gets-it": t, "ham-radio-op": t, homeftp: t, homeip: t, homelinux: t, homeunix: t, "in-the-band": t, "is-a-chef": t, "is-a-geek": t, "isa-geek": t, "kicks-ass": t, "office-on-the": t, podzone: t, "scrapper-site": t, selfip: t, "sells-it": t, servebbs: t, serveftp: t, thruhere: t, webhop: t, casacam: t, dynu: t, dynuddns: t, mysynology: t, opik: t, spryt: t, dynv6: t, twmail: t, ru: t, channelsdvr: [2, { u: t }], fastly: [0, { freetls: t, map: t, prod: [0, { a: t, global: t }], ssl: [0, { a: t, b: t, global: t }] }], fastlylb: [2, { map: t }], "keyword-on": t, "live-on": t, "server-on": t, "cdn-edges": t, heteml: t, cloudfunctions: t, "grafana-dev": t, iobb: t, moonscale: t, "in-dsl": t, "in-vpn": t, oninferno: t, botdash: t, "apps-1and1": t, ipifony: t, cloudjiffy: [2, { "fra1-de": t, "west1-us": t }], elastx: [0, { "jls-sto1": t, "jls-sto2": t, "jls-sto3": t }], massivegrid: [0, { paas: [0, { "fr-1": t, "lon-1": t, "lon-2": t, "ny-1": t, "ny-2": t, "sg-1": t }] }], saveincloud: [0, { jelastic: t, "nordeste-idc": t }], scaleforce: at, kinghost: t, uni5: t, krellian: t, ggff: t, localto: a, barsy: t, luyani: t, memset: t, "azure-api": t, "azure-mobile": t, azureedge: t, azurefd: t, azurestaticapps: [2, { 1: t, 2: t, 3: t, 4: t, 5: t, 6: t, 7: t, centralus: t, eastasia: t, eastus2: t, westeurope: t, westus2: t }], azurewebsites: t, cloudapp: t, trafficmanager: t, usgovcloudapi: At, usgovcloudapp: t, usgovtrafficmanager: t, windows: At, mynetname: [0, { sn: t }], routingthecloud: t, bounceme: t, ddns: t, "eating-organic": t, mydissent: t, myeffect: t, mymediapc: t, mypsx: t, mysecuritycamera: t, nhlfan: t, "no-ip": t, pgafan: t, privatizehealthinsurance: t, redirectme: t, serveblog: t, serveminecraft: t, sytes: t, dnsup: t, hicam: t, "now-dns": t, ownip: t, vpndns: t, cloudycluster: t, ovh: [0, { hosting: a, webpaas: a }], rackmaze: t, myradweb: t, in: t, "subsc-pay": t, squares: t, schokokeks: t, "firewall-gateway": t, seidat: t, senseering: t, siteleaf: t, mafelo: t, myspreadshop: t, "vps-host": [2, { jelastic: [0, { atl: t, njs: t, ric: t }] }], srcf: [0, { soc: t, user: t }], supabase: t, dsmynas: t, familyds: t, ts: [2, { c: a }], torproject: [2, { pages: t }], tunnelmole: t, vusercontent: t, "reserve-online": t, localcert: t, "community-pro": t, meinforum: t, yandexcloud: [2, { storage: t, website: t }], za: t, zabc: t }], nf: [1, { arts: e, com: e, firm: e, info: e, net: e, other: e, per: e, rec: e, store: e, web: e }], ng: [1, { com: e, edu: e, gov: e, i: e, mil: e, mobi: e, name: e, net: e, org: e, sch: e, biz: [2, { co: t, dl: t, go: t, lg: t, on: t }], col: t, firm: t, gen: t, ltd: t, ngo: t, plc: t }], ni: [1, { ac: e, biz: e, co: e, com: e, edu: e, gob: e, in: e, info: e, int: e, mil: e, net: e, nom: e, org: e, web: e }], nl: [1, { co: t, "hosting-cluster": t, gov: t, khplay: t, "123website": t, myspreadshop: t, transurl: a, cistron: t, demon: t }], no: [1, { fhs: e, folkebibl: e, fylkesbibl: e, idrett: e, museum: e, priv: e, vgs: e, dep: e, herad: e, kommune: e, mil: e, stat: e, aa: M, ah: M, bu: M, fm: M, hl: M, hm: M, "jan-mayen": M, mr: M, nl: M, nt: M, of: M, ol: M, oslo: M, rl: M, sf: M, st: M, svalbard: M, tm: M, tr: M, va: M, vf: M, akrehamn: e, "xn--krehamn-dxa": e, åkrehamn: e, algard: e, "xn--lgrd-poac": e, ålgård: e, arna: e, bronnoysund: e, "xn--brnnysund-m8ac": e, brønnøysund: e, brumunddal: e, bryne: e, drobak: e, "xn--drbak-wua": e, drøbak: e, egersund: e, fetsund: e, floro: e, "xn--flor-jra": e, florø: e, fredrikstad: e, hokksund: e, honefoss: e, "xn--hnefoss-q1a": e, hønefoss: e, jessheim: e, jorpeland: e, "xn--jrpeland-54a": e, jørpeland: e, kirkenes: e, kopervik: e, krokstadelva: e, langevag: e, "xn--langevg-jxa": e, langevåg: e, leirvik: e, mjondalen: e, "xn--mjndalen-64a": e, mjøndalen: e, "mo-i-rana": e, mosjoen: e, "xn--mosjen-eya": e, mosjøen: e, nesoddtangen: e, orkanger: e, osoyro: e, "xn--osyro-wua": e, osøyro: e, raholt: e, "xn--rholt-mra": e, råholt: e, sandnessjoen: e, "xn--sandnessjen-ogb": e, sandnessjøen: e, skedsmokorset: e, slattum: e, spjelkavik: e, stathelle: e, stavern: e, stjordalshalsen: e, "xn--stjrdalshalsen-sqb": e, stjørdalshalsen: e, tananger: e, tranby: e, vossevangen: e, aarborte: e, aejrie: e, afjord: e, "xn--fjord-lra": e, åfjord: e, agdenes: e, akershus: Lt, aknoluokta: e, "xn--koluokta-7ya57h": e, ákŋoluokta: e, al: e, "xn--l-1fa": e, ål: e, alaheadju: e, "xn--laheadju-7ya": e, álaheadju: e, alesund: e, "xn--lesund-hua": e, ålesund: e, alstahaug: e, alta: e, "xn--lt-liac": e, áltá: e, alvdal: e, amli: e, "xn--mli-tla": e, åmli: e, amot: e, "xn--mot-tla": e, åmot: e, andasuolo: e, andebu: e, andoy: e, "xn--andy-ira": e, andøy: e, ardal: e, "xn--rdal-poa": e, årdal: e, aremark: e, arendal: e, "xn--s-1fa": e, ås: e, aseral: e, "xn--seral-lra": e, åseral: e, asker: e, askim: e, askoy: e, "xn--asky-ira": e, askøy: e, askvoll: e, asnes: e, "xn--snes-poa": e, åsnes: e, audnedaln: e, aukra: e, aure: e, aurland: e, "aurskog-holand": e, "xn--aurskog-hland-jnb": e, "aurskog-høland": e, austevoll: e, austrheim: e, averoy: e, "xn--avery-yua": e, averøy: e, badaddja: e, "xn--bdddj-mrabd": e, bådåddjå: e, "xn--brum-voa": e, bærum: e, bahcavuotna: e, "xn--bhcavuotna-s4a": e, báhcavuotna: e, bahccavuotna: e, "xn--bhccavuotna-k7a": e, báhccavuotna: e, baidar: e, "xn--bidr-5nac": e, báidár: e, bajddar: e, "xn--bjddar-pta": e, bájddar: e, balat: e, "xn--blt-elab": e, bálát: e, balestrand: e, ballangen: e, balsfjord: e, bamble: e, bardu: e, barum: e, batsfjord: e, "xn--btsfjord-9za": e, båtsfjord: e, bearalvahki: e, "xn--bearalvhki-y4a": e, bearalváhki: e, beardu: e, beiarn: e, berg: e, bergen: e, berlevag: e, "xn--berlevg-jxa": e, berlevåg: e, bievat: e, "xn--bievt-0qa": e, bievát: e, bindal: e, birkenes: e, bjerkreim: e, bjugn: e, bodo: e, "xn--bod-2na": e, bodø: e, bokn: e, bomlo: e, "xn--bmlo-gra": e, bømlo: e, bremanger: e, bronnoy: e, "xn--brnny-wuac": e, brønnøy: e, budejju: e, buskerud: Lt, bygland: e, bykle: e, cahcesuolo: e, "xn--hcesuolo-7ya35b": e, čáhcesuolo: e, davvenjarga: e, "xn--davvenjrga-y4a": e, davvenjárga: e, davvesiida: e, deatnu: e, dielddanuorri: e, divtasvuodna: e, divttasvuotna: e, donna: e, "xn--dnna-gra": e, dønna: e, dovre: e, drammen: e, drangedal: e, dyroy: e, "xn--dyry-ira": e, dyrøy: e, eid: e, eidfjord: e, eidsberg: e, eidskog: e, eidsvoll: e, eigersund: e, elverum: e, enebakk: e, engerdal: e, etne: e, etnedal: e, evenassi: e, "xn--eveni-0qa01ga": e, evenášši: e, evenes: e, "evje-og-hornnes": e, farsund: e, fauske: e, fedje: e, fet: e, finnoy: e, "xn--finny-yua": e, finnøy: e, fitjar: e, fjaler: e, fjell: e, fla: e, "xn--fl-zia": e, flå: e, flakstad: e, flatanger: e, flekkefjord: e, flesberg: e, flora: e, folldal: e, forde: e, "xn--frde-gra": e, førde: e, forsand: e, fosnes: e, "xn--frna-woa": e, fræna: e, frana: e, frei: e, frogn: e, froland: e, frosta: e, froya: e, "xn--frya-hra": e, frøya: e, fuoisku: e, fuossko: e, fusa: e, fyresdal: e, gaivuotna: e, "xn--givuotna-8ya": e, gáivuotna: e, galsa: e, "xn--gls-elac": e, gálsá: e, gamvik: e, gangaviika: e, "xn--ggaviika-8ya47h": e, gáŋgaviika: e, gaular: e, gausdal: e, giehtavuoatna: e, gildeskal: e, "xn--gildeskl-g0a": e, gildeskål: e, giske: e, gjemnes: e, gjerdrum: e, gjerstad: e, gjesdal: e, gjovik: e, "xn--gjvik-wua": e, gjøvik: e, gloppen: e, gol: e, gran: e, grane: e, granvin: e, gratangen: e, grimstad: e, grong: e, grue: e, gulen: e, guovdageaidnu: e, ha: e, "xn--h-2fa": e, hå: e, habmer: e, "xn--hbmer-xqa": e, hábmer: e, hadsel: e, "xn--hgebostad-g3a": e, hægebostad: e, hagebostad: e, halden: e, halsa: e, hamar: e, hamaroy: e, hammarfeasta: e, "xn--hmmrfeasta-s4ac": e, hámmárfeasta: e, hammerfest: e, hapmir: e, "xn--hpmir-xqa": e, hápmir: e, haram: e, hareid: e, harstad: e, hasvik: e, hattfjelldal: e, haugesund: e, hedmark: [0, { os: e, valer: e, "xn--vler-qoa": e, våler: e }], hemne: e, hemnes: e, hemsedal: e, hitra: e, hjartdal: e, hjelmeland: e, hobol: e, "xn--hobl-ira": e, hobøl: e, hof: e, hol: e, hole: e, holmestrand: e, holtalen: e, "xn--holtlen-hxa": e, holtålen: e, hordaland: [0, { os: e }], hornindal: e, horten: e, hoyanger: e, "xn--hyanger-q1a": e, høyanger: e, hoylandet: e, "xn--hylandet-54a": e, høylandet: e, hurdal: e, hurum: e, hvaler: e, hyllestad: e, ibestad: e, inderoy: e, "xn--indery-fya": e, inderøy: e, iveland: e, ivgu: e, jevnaker: e, jolster: e, "xn--jlster-bya": e, jølster: e, jondal: e, kafjord: e, "xn--kfjord-iua": e, kåfjord: e, karasjohka: e, "xn--krjohka-hwab49j": e, kárášjohka: e, karasjok: e, karlsoy: e, karmoy: e, "xn--karmy-yua": e, karmøy: e, kautokeino: e, klabu: e, "xn--klbu-woa": e, klæbu: e, klepp: e, kongsberg: e, kongsvinger: e, kraanghke: e, "xn--kranghke-b0a": e, kråanghke: e, kragero: e, "xn--krager-gya": e, kragerø: e, kristiansand: e, kristiansund: e, krodsherad: e, "xn--krdsherad-m8a": e, krødsherad: e, "xn--kvfjord-nxa": e, kvæfjord: e, "xn--kvnangen-k0a": e, kvænangen: e, kvafjord: e, kvalsund: e, kvam: e, kvanangen: e, kvinesdal: e, kvinnherad: e, kviteseid: e, kvitsoy: e, "xn--kvitsy-fya": e, kvitsøy: e, laakesvuemie: e, "xn--lrdal-sra": e, lærdal: e, lahppi: e, "xn--lhppi-xqa": e, láhppi: e, lardal: e, larvik: e, lavagis: e, lavangen: e, leangaviika: e, "xn--leagaviika-52b": e, leaŋgaviika: e, lebesby: e, leikanger: e, leirfjord: e, leka: e, leksvik: e, lenvik: e, lerdal: e, lesja: e, levanger: e, lier: e, lierne: e, lillehammer: e, lillesand: e, lindas: e, "xn--linds-pra": e, lindås: e, lindesnes: e, loabat: e, "xn--loabt-0qa": e, loabát: e, lodingen: e, "xn--ldingen-q1a": e, lødingen: e, lom: e, loppa: e, lorenskog: e, "xn--lrenskog-54a": e, lørenskog: e, loten: e, "xn--lten-gra": e, løten: e, lund: e, lunner: e, luroy: e, "xn--lury-ira": e, lurøy: e, luster: e, lyngdal: e, lyngen: e, malatvuopmi: e, "xn--mlatvuopmi-s4a": e, málatvuopmi: e, malselv: e, "xn--mlselv-iua": e, målselv: e, malvik: e, mandal: e, marker: e, marnardal: e, masfjorden: e, masoy: e, "xn--msy-ula0h": e, måsøy: e, "matta-varjjat": e, "xn--mtta-vrjjat-k7af": e, "mátta-várjjat": e, meland: e, meldal: e, melhus: e, meloy: e, "xn--mely-ira": e, meløy: e, meraker: e, "xn--merker-kua": e, meråker: e, midsund: e, "midtre-gauldal": e, moareke: e, "xn--moreke-jua": e, moåreke: e, modalen: e, modum: e, molde: e, "more-og-romsdal": [0, { heroy: e, sande: e }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": e, sande: e }], "møre-og-romsdal": [0, { herøy: e, sande: e }], moskenes: e, moss: e, muosat: e, "xn--muost-0qa": e, muosát: e, naamesjevuemie: e, "xn--nmesjevuemie-tcba": e, nååmesjevuemie: e, "xn--nry-yla5g": e, nærøy: e, namdalseid: e, namsos: e, namsskogan: e, nannestad: e, naroy: e, narviika: e, narvik: e, naustdal: e, navuotna: e, "xn--nvuotna-hwa": e, návuotna: e, "nedre-eiker": e, nesna: e, nesodden: e, nesseby: e, nesset: e, nissedal: e, nittedal: e, "nord-aurdal": e, "nord-fron": e, "nord-odal": e, norddal: e, nordkapp: e, nordland: [0, { bo: e, "xn--b-5ga": e, bø: e, heroy: e, "xn--hery-ira": e, herøy: e }], "nordre-land": e, nordreisa: e, "nore-og-uvdal": e, notodden: e, notteroy: e, "xn--nttery-byae": e, nøtterøy: e, odda: e, oksnes: e, "xn--ksnes-uua": e, øksnes: e, omasvuotna: e, oppdal: e, oppegard: e, "xn--oppegrd-ixa": e, oppegård: e, orkdal: e, orland: e, "xn--rland-uua": e, ørland: e, orskog: e, "xn--rskog-uua": e, ørskog: e, orsta: e, "xn--rsta-fra": e, ørsta: e, osen: e, osteroy: e, "xn--ostery-fya": e, osterøy: e, ostfold: [0, { valer: e }], "xn--stfold-9xa": [0, { "xn--vler-qoa": e }], østfold: [0, { våler: e }], "ostre-toten": e, "xn--stre-toten-zcb": e, "østre-toten": e, overhalla: e, "ovre-eiker": e, "xn--vre-eiker-k8a": e, "øvre-eiker": e, oyer: e, "xn--yer-zna": e, øyer: e, oygarden: e, "xn--ygarden-p1a": e, øygarden: e, "oystre-slidre": e, "xn--ystre-slidre-ujb": e, "øystre-slidre": e, porsanger: e, porsangu: e, "xn--porsgu-sta26f": e, porsáŋgu: e, porsgrunn: e, rade: e, "xn--rde-ula": e, råde: e, radoy: e, "xn--rady-ira": e, radøy: e, "xn--rlingen-mxa": e, rælingen: e, rahkkeravju: e, "xn--rhkkervju-01af": e, ráhkkerávju: e, raisa: e, "xn--risa-5na": e, ráisa: e, rakkestad: e, ralingen: e, rana: e, randaberg: e, rauma: e, rendalen: e, rennebu: e, rennesoy: e, "xn--rennesy-v1a": e, rennesøy: e, rindal: e, ringebu: e, ringerike: e, ringsaker: e, risor: e, "xn--risr-ira": e, risør: e, rissa: e, roan: e, rodoy: e, "xn--rdy-0nab": e, rødøy: e, rollag: e, romsa: e, romskog: e, "xn--rmskog-bya": e, rømskog: e, roros: e, "xn--rros-gra": e, røros: e, rost: e, "xn--rst-0na": e, røst: e, royken: e, "xn--ryken-vua": e, røyken: e, royrvik: e, "xn--ryrvik-bya": e, røyrvik: e, ruovat: e, rygge: e, salangen: e, salat: e, "xn--slat-5na": e, sálat: e, "xn--slt-elab": e, sálát: e, saltdal: e, samnanger: e, sandefjord: e, sandnes: e, sandoy: e, "xn--sandy-yua": e, sandøy: e, sarpsborg: e, sauda: e, sauherad: e, sel: e, selbu: e, selje: e, seljord: e, siellak: e, sigdal: e, siljan: e, sirdal: e, skanit: e, "xn--sknit-yqa": e, skánit: e, skanland: e, "xn--sknland-fxa": e, skånland: e, skaun: e, skedsmo: e, ski: e, skien: e, skierva: e, "xn--skierv-uta": e, skiervá: e, skiptvet: e, skjak: e, "xn--skjk-soa": e, skjåk: e, skjervoy: e, "xn--skjervy-v1a": e, skjervøy: e, skodje: e, smola: e, "xn--smla-hra": e, smøla: e, snaase: e, "xn--snase-nra": e, snåase: e, snasa: e, "xn--snsa-roa": e, snåsa: e, snillfjord: e, snoasa: e, sogndal: e, sogne: e, "xn--sgne-gra": e, søgne: e, sokndal: e, sola: e, solund: e, somna: e, "xn--smna-gra": e, sømna: e, "sondre-land": e, "xn--sndre-land-0cb": e, "søndre-land": e, songdalen: e, "sor-aurdal": e, "xn--sr-aurdal-l8a": e, "sør-aurdal": e, "sor-fron": e, "xn--sr-fron-q1a": e, "sør-fron": e, "sor-odal": e, "xn--sr-odal-q1a": e, "sør-odal": e, "sor-varanger": e, "xn--sr-varanger-ggb": e, "sør-varanger": e, sorfold: e, "xn--srfold-bya": e, sørfold: e, sorreisa: e, "xn--srreisa-q1a": e, sørreisa: e, sortland: e, sorum: e, "xn--srum-gra": e, sørum: e, spydeberg: e, stange: e, stavanger: e, steigen: e, steinkjer: e, stjordal: e, "xn--stjrdal-s1a": e, stjørdal: e, stokke: e, "stor-elvdal": e, stord: e, stordal: e, storfjord: e, strand: e, stranda: e, stryn: e, sula: e, suldal: e, sund: e, sunndal: e, surnadal: e, sveio: e, svelvik: e, sykkylven: e, tana: e, telemark: [0, { bo: e, "xn--b-5ga": e, bø: e }], time: e, tingvoll: e, tinn: e, tjeldsund: e, tjome: e, "xn--tjme-hra": e, tjøme: e, tokke: e, tolga: e, tonsberg: e, "xn--tnsberg-q1a": e, tønsberg: e, torsken: e, "xn--trna-woa": e, træna: e, trana: e, tranoy: e, "xn--trany-yua": e, tranøy: e, troandin: e, trogstad: e, "xn--trgstad-r1a": e, trøgstad: e, tromsa: e, tromso: e, "xn--troms-zua": e, tromsø: e, trondheim: e, trysil: e, tvedestrand: e, tydal: e, tynset: e, tysfjord: e, tysnes: e, "xn--tysvr-vra": e, tysvær: e, tysvar: e, ullensaker: e, ullensvang: e, ulvik: e, unjarga: e, "xn--unjrga-rta": e, unjárga: e, utsira: e, vaapste: e, vadso: e, "xn--vads-jra": e, vadsø: e, "xn--vry-yla5g": e, værøy: e, vaga: e, "xn--vg-yiab": e, vågå: e, vagan: e, "xn--vgan-qoa": e, vågan: e, vagsoy: e, "xn--vgsy-qoa0j": e, vågsøy: e, vaksdal: e, valle: e, vang: e, vanylven: e, vardo: e, "xn--vard-jra": e, vardø: e, varggat: e, "xn--vrggt-xqad": e, várggát: e, varoy: e, vefsn: e, vega: e, vegarshei: e, "xn--vegrshei-c0a": e, vegårshei: e, vennesla: e, verdal: e, verran: e, vestby: e, vestfold: [0, { sande: e }], vestnes: e, "vestre-slidre": e, "vestre-toten": e, vestvagoy: e, "xn--vestvgy-ixa6o": e, vestvågøy: e, vevelstad: e, vik: e, vikna: e, vindafjord: e, voagat: e, volda: e, voss: e, co: t, "123hjemmeside": t, myspreadshop: t }], np: v, nr: Ot, nu: [1, { merseine: t, mine: t, shacknet: t, enterprisecloud: t }], nz: [1, { ac: e, co: e, cri: e, geek: e, gen: e, govt: e, health: e, iwi: e, kiwi: e, maori: e, "xn--mori-qsa": e, māori: e, mil: e, net: e, org: e, parliament: e, school: e, cloudns: t }], om: [1, { co: e, com: e, edu: e, gov: e, med: e, museum: e, net: e, org: e, pro: e }], onion: e, org: [1, { altervista: t, pimienta: t, poivron: t, potager: t, sweetpepper: t, cdn77: [0, { c: t, rsc: t }], "cdn77-secure": [0, { origin: [0, { ssl: t }] }], ae: t, cloudns: t, "ip-dynamic": t, ddnss: t, dpdns: t, duckdns: t, tunk: t, blogdns: t, blogsite: t, boldlygoingnowhere: t, dnsalias: t, dnsdojo: t, doesntexist: t, dontexist: t, doomdns: t, dvrdns: t, dynalias: t, dyndns: [2, { go: t, home: t }], endofinternet: t, endoftheinternet: t, "from-me": t, "game-host": t, gotdns: t, "hobby-site": t, homedns: t, homeftp: t, homelinux: t, homeunix: t, "is-a-bruinsfan": t, "is-a-candidate": t, "is-a-celticsfan": t, "is-a-chef": t, "is-a-geek": t, "is-a-knight": t, "is-a-linux-user": t, "is-a-patsfan": t, "is-a-soxfan": t, "is-found": t, "is-lost": t, "is-saved": t, "is-very-bad": t, "is-very-evil": t, "is-very-good": t, "is-very-nice": t, "is-very-sweet": t, "isa-geek": t, "kicks-ass": t, misconfused: t, podzone: t, readmyblog: t, selfip: t, sellsyourhome: t, servebbs: t, serveftp: t, servegame: t, "stuff-4-sale": t, webhop: t, accesscam: t, camdvr: t, freeddns: t, mywire: t, roxa: t, webredirect: t, twmail: t, eu: [2, { al: t, asso: t, at: t, au: t, be: t, bg: t, ca: t, cd: t, ch: t, cn: t, cy: t, cz: t, de: t, dk: t, edu: t, ee: t, es: t, fi: t, fr: t, gr: t, hr: t, hu: t, ie: t, il: t, in: t, int: t, is: t, it: t, jp: t, kr: t, lt: t, lu: t, lv: t, me: t, mk: t, mt: t, my: t, net: t, ng: t, nl: t, no: t, nz: t, pl: t, pt: t, ro: t, ru: t, se: t, si: t, sk: t, tr: t, uk: t, us: t }], fedorainfracloud: t, fedorapeople: t, fedoraproject: [0, { cloud: t, os: et, stg: [0, { os: et }] }], freedesktop: t, hatenadiary: t, hepforge: t, "in-dsl": t, "in-vpn": t, js: t, barsy: t, mayfirst: t, routingthecloud: t, bmoattachments: t, "cable-modem": t, collegefan: t, couchpotatofries: t, hopto: t, mlbfan: t, myftp: t, mysecuritycamera: t, nflfan: t, "no-ip": t, "read-books": t, ufcfan: t, zapto: t, dynserv: t, "now-dns": t, "is-local": t, httpbin: t, pubtls: t, jpn: t, "my-firewall": t, myfirewall: t, spdns: t, "small-web": t, dsmynas: t, familyds: t, teckids: st, tuxfamily: t, hk: t, us: t, toolforge: t, wmcloud: [2, { beta: t }], wmflabs: t, za: t }], pa: [1, { abo: e, ac: e, com: e, edu: e, gob: e, ing: e, med: e, net: e, nom: e, org: e, sld: e }], pe: [1, { com: e, edu: e, gob: e, mil: e, net: e, nom: e, org: e }], pf: [1, { com: e, edu: e, org: e }], pg: v, ph: [1, { com: e, edu: e, gov: e, i: e, mil: e, net: e, ngo: e, org: e, cloudns: t }], pk: [1, { ac: e, biz: e, com: e, edu: e, fam: e, gkp: e, gob: e, gog: e, gok: e, gop: e, gos: e, gov: e, net: e, org: e, web: e }], pl: [1, { com: e, net: e, org: e, agro: e, aid: e, atm: e, auto: e, biz: e, edu: e, gmina: e, gsm: e, info: e, mail: e, media: e, miasta: e, mil: e, nieruchomosci: e, nom: e, pc: e, powiat: e, priv: e, realestate: e, rel: e, sex: e, shop: e, sklep: e, sos: e, szkola: e, targi: e, tm: e, tourism: e, travel: e, turystyka: e, gov: [1, { ap: e, griw: e, ic: e, is: e, kmpsp: e, konsulat: e, kppsp: e, kwp: e, kwpsp: e, mup: e, mw: e, oia: e, oirm: e, oke: e, oow: e, oschr: e, oum: e, pa: e, pinb: e, piw: e, po: e, pr: e, psp: e, psse: e, pup: e, rzgw: e, sa: e, sdn: e, sko: e, so: e, sr: e, starostwo: e, ug: e, ugim: e, um: e, umig: e, upow: e, uppo: e, us: e, uw: e, uzs: e, wif: e, wiih: e, winb: e, wios: e, witd: e, wiw: e, wkz: e, wsa: e, wskr: e, wsse: e, wuoz: e, wzmiuw: e, zp: e, zpisdn: e }], augustow: e, "babia-gora": e, bedzin: e, beskidy: e, bialowieza: e, bialystok: e, bielawa: e, bieszczady: e, boleslawiec: e, bydgoszcz: e, bytom: e, cieszyn: e, czeladz: e, czest: e, dlugoleka: e, elblag: e, elk: e, glogow: e, gniezno: e, gorlice: e, grajewo: e, ilawa: e, jaworzno: e, "jelenia-gora": e, jgora: e, kalisz: e, karpacz: e, kartuzy: e, kaszuby: e, katowice: e, "kazimierz-dolny": e, kepno: e, ketrzyn: e, klodzko: e, kobierzyce: e, kolobrzeg: e, konin: e, konskowola: e, kutno: e, lapy: e, lebork: e, legnica: e, lezajsk: e, limanowa: e, lomza: e, lowicz: e, lubin: e, lukow: e, malbork: e, malopolska: e, mazowsze: e, mazury: e, mielec: e, mielno: e, mragowo: e, naklo: e, nowaruda: e, nysa: e, olawa: e, olecko: e, olkusz: e, olsztyn: e, opoczno: e, opole: e, ostroda: e, ostroleka: e, ostrowiec: e, ostrowwlkp: e, pila: e, pisz: e, podhale: e, podlasie: e, polkowice: e, pomorskie: e, pomorze: e, prochowice: e, pruszkow: e, przeworsk: e, pulawy: e, radom: e, "rawa-maz": e, rybnik: e, rzeszow: e, sanok: e, sejny: e, skoczow: e, slask: e, slupsk: e, sosnowiec: e, "stalowa-wola": e, starachowice: e, stargard: e, suwalki: e, swidnica: e, swiebodzin: e, swinoujscie: e, szczecin: e, szczytno: e, tarnobrzeg: e, tgory: e, turek: e, tychy: e, ustka: e, walbrzych: e, warmia: e, warszawa: e, waw: e, wegrow: e, wielun: e, wlocl: e, wloclawek: e, wodzislaw: e, wolomin: e, wroclaw: e, zachpomor: e, zagan: e, zarow: e, zgora: e, zgorzelec: e, art: t, gliwice: t, krakow: t, poznan: t, wroc: t, zakopane: t, beep: t, "ecommerce-shop": t, cfolks: t, dfirma: t, dkonto: t, you2: t, shoparena: t, homesklep: t, sdscloud: t, unicloud: t, lodz: t, pabianice: t, plock: t, sieradz: t, skierniewice: t, zgierz: t, krasnik: t, leczna: t, lubartow: t, lublin: t, poniatowa: t, swidnik: t, co: t, torun: t, simplesite: t, myspreadshop: t, gda: t, gdansk: t, gdynia: t, med: t, sopot: t, bielsko: t }], pm: [1, { own: t, name: t }], pn: [1, { co: e, edu: e, gov: e, net: e, org: e }], post: e, pr: [1, { biz: e, com: e, edu: e, gov: e, info: e, isla: e, name: e, net: e, org: e, pro: e, ac: e, est: e, prof: e }], pro: [1, { aaa: e, aca: e, acct: e, avocat: e, bar: e, cpa: e, eng: e, jur: e, law: e, med: e, recht: e, cloudns: t, keenetic: t, barsy: t, ngrok: t }], ps: [1, { com: e, edu: e, gov: e, net: e, org: e, plo: e, sec: e }], pt: [1, { com: e, edu: e, gov: e, int: e, net: e, nome: e, org: e, publ: e, "123paginaweb": t }], pw: [1, { gov: e, cloudns: t, x443: t }], py: [1, { com: e, coop: e, edu: e, gov: e, mil: e, net: e, org: e }], qa: [1, { com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e, sch: e }], re: [1, { asso: e, com: e, netlib: t, can: t }], ro: [1, { arts: e, com: e, firm: e, info: e, nom: e, nt: e, org: e, rec: e, store: e, tm: e, www: e, co: t, shop: t, barsy: t }], rs: [1, { ac: e, co: e, edu: e, gov: e, in: e, org: e, brendly: y, barsy: t, ox: t }], ru: [1, { ac: t, edu: t, gov: t, int: t, mil: t, eurodir: t, adygeya: t, bashkiria: t, bir: t, cbg: t, com: t, dagestan: t, grozny: t, kalmykia: t, kustanai: t, marine: t, mordovia: t, msk: t, mytis: t, nalchik: t, nov: t, pyatigorsk: t, spb: t, vladikavkaz: t, vladimir: t, na4u: t, mircloud: t, myjino: [2, { hosting: a, landing: a, spectrum: a, vps: a }], cldmail: [0, { hb: t }], mcdir: [2, { vps: t }], mcpre: t, net: t, org: t, pp: t, ras: t }], rw: [1, { ac: e, co: e, coop: e, gov: e, mil: e, net: e, org: e }], sa: [1, { com: e, edu: e, gov: e, med: e, net: e, org: e, pub: e, sch: e }], sb: n, sc: n, sd: [1, { com: e, edu: e, gov: e, info: e, med: e, net: e, org: e, tv: e }], se: [1, { a: e, ac: e, b: e, bd: e, brand: e, c: e, d: e, e, f: e, fh: e, fhsk: e, fhv: e, g: e, h: e, i: e, k: e, komforb: e, kommunalforbund: e, komvux: e, l: e, lanbib: e, m: e, n: e, naturbruksgymn: e, o: e, org: e, p: e, parti: e, pp: e, press: e, r: e, s: e, t: e, tm: e, u: e, w: e, x: e, y: e, z: e, com: t, iopsys: t, "123minsida": t, itcouldbewor: t, myspreadshop: t }], sg: [1, { com: e, edu: e, gov: e, net: e, org: e, enscaled: t }], sh: [1, { com: e, gov: e, mil: e, net: e, org: e, hashbang: t, botda: t, lovable: t, platform: [0, { ent: t, eu: t, us: t }], teleport: t, now: t }], si: [1, { f5: t, gitapp: t, gitpage: t }], sj: e, sk: [1, { org: e }], sl: n, sm: e, sn: [1, { art: e, com: e, edu: e, gouv: e, org: e, univ: e }], so: [1, { com: e, edu: e, gov: e, me: e, net: e, org: e, surveys: t }], sr: e, ss: [1, { biz: e, co: e, com: e, edu: e, gov: e, me: e, net: e, org: e, sch: e }], st: [1, { co: e, com: e, consulado: e, edu: e, embaixada: e, mil: e, net: e, org: e, principe: e, saotome: e, store: e, helioho: t, cn: a, kirara: t, noho: t }], su: [1, { abkhazia: t, adygeya: t, aktyubinsk: t, arkhangelsk: t, armenia: t, ashgabad: t, azerbaijan: t, balashov: t, bashkiria: t, bryansk: t, bukhara: t, chimkent: t, dagestan: t, "east-kazakhstan": t, exnet: t, georgia: t, grozny: t, ivanovo: t, jambyl: t, kalmykia: t, kaluga: t, karacol: t, karaganda: t, karelia: t, khakassia: t, krasnodar: t, kurgan: t, kustanai: t, lenug: t, mangyshlak: t, mordovia: t, msk: t, murmansk: t, nalchik: t, navoi: t, "north-kazakhstan": t, nov: t, obninsk: t, penza: t, pokrovsk: t, sochi: t, spb: t, tashkent: t, termez: t, togliatti: t, troitsk: t, tselinograd: t, tula: t, tuva: t, vladikavkaz: t, vladimir: t, vologda: t }], sv: [1, { com: e, edu: e, gob: e, org: e, red: e }], sx: c, sy: s, sz: [1, { ac: e, co: e, org: e }], tc: e, td: e, tel: e, tf: [1, { sch: t }], tg: e, th: [1, { ac: e, co: e, go: e, in: e, mi: e, net: e, or: e, online: t, shop: t }], tj: [1, { ac: e, biz: e, co: e, com: e, edu: e, go: e, gov: e, int: e, mil: e, name: e, net: e, nic: e, org: e, test: e, web: e }], tk: e, tl: c, tm: [1, { co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e }], tn: [1, { com: e, ens: e, fin: e, gov: e, ind: e, info: e, intl: e, mincom: e, nat: e, net: e, org: e, perso: e, tourism: e, orangecloud: t }], to: [1, { 611: t, com: e, edu: e, gov: e, mil: e, net: e, org: e, oya: t, x0: t, quickconnect: X, vpnplus: t, nett: t }], tr: [1, { av: e, bbs: e, bel: e, biz: e, com: e, dr: e, edu: e, gen: e, gov: e, info: e, k12: e, kep: e, mil: e, name: e, net: e, org: e, pol: e, tel: e, tsk: e, tv: e, web: e, nc: c }], tt: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], tv: [1, { "better-than": t, dyndns: t, "on-the-web": t, "worse-than": t, from: t, sakura: t }], tw: [1, { club: e, com: [1, { mymailer: t }], ebiz: e, edu: e, game: e, gov: e, idv: e, mil: e, net: e, org: e, url: t, mydns: t }], tz: [1, { ac: e, co: e, go: e, hotel: e, info: e, me: e, mil: e, mobi: e, ne: e, or: e, sc: e, tv: e }], ua: [1, { com: e, edu: e, gov: e, in: e, net: e, org: e, cherkassy: e, cherkasy: e, chernigov: e, chernihiv: e, chernivtsi: e, chernovtsy: e, ck: e, cn: e, cr: e, crimea: e, cv: e, dn: e, dnepropetrovsk: e, dnipropetrovsk: e, donetsk: e, dp: e, if: e, "ivano-frankivsk": e, kh: e, kharkiv: e, kharkov: e, kherson: e, khmelnitskiy: e, khmelnytskyi: e, kiev: e, kirovograd: e, km: e, kr: e, kropyvnytskyi: e, krym: e, ks: e, kv: e, kyiv: e, lg: e, lt: e, lugansk: e, luhansk: e, lutsk: e, lv: e, lviv: e, mk: e, mykolaiv: e, nikolaev: e, od: e, odesa: e, odessa: e, pl: e, poltava: e, rivne: e, rovno: e, rv: e, sb: e, sebastopol: e, sevastopol: e, sm: e, sumy: e, te: e, ternopil: e, uz: e, uzhgorod: e, uzhhorod: e, vinnica: e, vinnytsia: e, vn: e, volyn: e, yalta: e, zakarpattia: e, zaporizhzhe: e, zaporizhzhia: e, zhitomir: e, zhytomyr: e, zp: e, zt: e, cc: t, inf: t, ltd: t, cx: t, biz: t, co: t, pp: t, v: t }], ug: [1, { ac: e, co: e, com: e, edu: e, go: e, gov: e, mil: e, ne: e, or: e, org: e, sc: e, us: e }], uk: [1, { ac: e, co: [1, { bytemark: [0, { dh: t, vm: t }], layershift: at, barsy: t, barsyonline: t, retrosnub: It, "nh-serv": t, "no-ip": t, adimo: t, myspreadshop: t }], gov: [1, { api: t, campaign: t, service: t }], ltd: e, me: e, net: e, nhs: e, org: [1, { glug: t, lug: t, lugs: t, affinitylottery: t, raffleentry: t, weeklylottery: t }], plc: e, police: e, sch: v, conn: t, copro: t, hosp: t, "independent-commission": t, "independent-inquest": t, "independent-inquiry": t, "independent-panel": t, "independent-review": t, "public-inquiry": t, "royal-commission": t, pymnt: t, barsy: t, nimsite: t, oraclegovcloudapps: a }], us: [1, { dni: e, isa: e, nsn: e, ak: _, al: _, ar: _, as: _, az: _, ca: _, co: _, ct: _, dc: _, de: Pt, fl: _, ga: _, gu: _, hi: Pe, ia: _, id: _, il: _, in: _, ks: _, ky: _, la: _, ma: [1, { k12: [1, { chtr: e, paroch: e, pvt: e }], cc: e, lib: e }], md: _, me: _, mi: [1, { k12: e, cc: e, lib: e, "ann-arbor": e, cog: e, dst: e, eaton: e, gen: e, mus: e, tec: e, washtenaw: e }], mn: _, mo: _, ms: [1, { k12: e, cc: e }], mt: _, nc: _, nd: Pe, ne: _, nh: _, nj: _, nm: _, nv: _, ny: _, oh: _, ok: _, or: _, pa: _, pr: _, ri: Pe, sc: _, sd: Pe, tn: _, tx: _, ut: _, va: _, vi: _, vt: _, wa: _, wi: _, wv: Pt, wy: _, cloudns: t, "is-by": t, "land-4-sale": t, "stuff-4-sale": t, heliohost: t, enscaled: [0, { phx: t }], mircloud: t, "azure-api": t, azurewebsites: t, ngo: t, golffan: t, noip: t, pointto: t, freeddns: t, srv: [2, { gh: t, gl: t }], servername: t }], uy: [1, { com: e, edu: e, gub: e, mil: e, net: e, org: e, gv: t }], uz: [1, { co: e, com: e, net: e, org: e }], va: e, vc: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, gv: [2, { d: t }], "0e": a, mydns: t }], ve: [1, { arts: e, bib: e, co: e, com: e, e12: e, edu: e, emprende: e, firm: e, gob: e, gov: e, ia: e, info: e, int: e, mil: e, net: e, nom: e, org: e, rar: e, rec: e, store: e, tec: e, web: e }], vg: [1, { edu: e }], vi: [1, { co: e, com: e, k12: e, net: e, org: e }], vn: [1, { ac: e, ai: e, biz: e, com: e, edu: e, gov: e, health: e, id: e, info: e, int: e, io: e, name: e, net: e, org: e, pro: e, angiang: e, bacgiang: e, backan: e, baclieu: e, bacninh: e, "baria-vungtau": e, bentre: e, binhdinh: e, binhduong: e, binhphuoc: e, binhthuan: e, camau: e, cantho: e, caobang: e, daklak: e, daknong: e, danang: e, dienbien: e, dongnai: e, dongthap: e, gialai: e, hagiang: e, haiduong: e, haiphong: e, hanam: e, hanoi: e, hatinh: e, haugiang: e, hoabinh: e, hungyen: e, khanhhoa: e, kiengiang: e, kontum: e, laichau: e, lamdong: e, langson: e, laocai: e, longan: e, namdinh: e, nghean: e, ninhbinh: e, ninhthuan: e, phutho: e, phuyen: e, quangbinh: e, quangnam: e, quangngai: e, quangninh: e, quangtri: e, soctrang: e, sonla: e, tayninh: e, thaibinh: e, thainguyen: e, thanhhoa: e, thanhphohochiminh: e, thuathienhue: e, tiengiang: e, travinh: e, tuyenquang: e, vinhlong: e, vinhphuc: e, yenbai: e }], vu: Ae, wf: [1, { biz: t, sch: t }], ws: [1, { com: e, edu: e, gov: e, net: e, org: e, advisor: a, cloud66: t, dyndns: t, mypets: t }], yt: [1, { org: t }], "xn--mgbaam7a8h": e, امارات: e, "xn--y9a3aq": e, հայ: e, "xn--54b7fta0cc": e, বাংলা: e, "xn--90ae": e, бг: e, "xn--mgbcpq6gpa1a": e, البحرين: e, "xn--90ais": e, бел: e, "xn--fiqs8s": e, 中国: e, "xn--fiqz9s": e, 中國: e, "xn--lgbbat1ad8j": e, الجزائر: e, "xn--wgbh1c": e, مصر: e, "xn--e1a4c": e, ею: e, "xn--qxa6a": e, ευ: e, "xn--mgbah1a3hjkrd": e, موريتانيا: e, "xn--node": e, გე: e, "xn--qxam": e, ελ: e, "xn--j6w193g": [1, { "xn--gmqw5a": e, "xn--55qx5d": e, "xn--mxtq1m": e, "xn--wcvs22d": e, "xn--uc0atv": e, "xn--od0alg": e }], 香港: [1, { 個人: e, 公司: e, 政府: e, 教育: e, 組織: e, 網絡: e }], "xn--2scrj9c": e, ಭಾರತ: e, "xn--3hcrj9c": e, ଭାରତ: e, "xn--45br5cyl": e, ভাৰত: e, "xn--h2breg3eve": e, भारतम्: e, "xn--h2brj9c8c": e, भारोत: e, "xn--mgbgu82a": e, ڀارت: e, "xn--rvc1e0am3e": e, ഭാരതം: e, "xn--h2brj9c": e, भारत: e, "xn--mgbbh1a": e, بارت: e, "xn--mgbbh1a71e": e, بھارت: e, "xn--fpcrj9c3d": e, భారత్: e, "xn--gecrj9c": e, ભારત: e, "xn--s9brj9c": e, ਭਾਰਤ: e, "xn--45brj9c": e, ভারত: e, "xn--xkc2dl3a5ee0h": e, இந்தியா: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, "xn--mgbtx2b": e, عراق: e, "xn--mgbayh7gpa": e, الاردن: e, "xn--3e0b707e": e, 한국: e, "xn--80ao21a": e, қаз: e, "xn--q7ce6a": e, ລາວ: e, "xn--fzc2c9e2c": e, ලංකා: e, "xn--xkc2al3hye2a": e, இலங்கை: e, "xn--mgbc0a9azcg": e, المغرب: e, "xn--d1alf": e, мкд: e, "xn--l1acc": e, мон: e, "xn--mix891f": e, 澳門: e, "xn--mix082f": e, 澳门: e, "xn--mgbx4cd0ab": e, مليسيا: e, "xn--mgb9awbf": e, عمان: e, "xn--mgbai9azgqp6j": e, پاکستان: e, "xn--mgbai9a5eva00b": e, پاكستان: e, "xn--ygbi2ammx": e, فلسطين: e, "xn--90a3ac": [1, { "xn--80au": e, "xn--90azh": e, "xn--d1at": e, "xn--c1avg": e, "xn--o1ac": e, "xn--o1ach": e }], срб: [1, { ак: e, обр: e, од: e, орг: e, пр: e, упр: e }], "xn--p1ai": e, рф: e, "xn--wgbl6a": e, قطر: e, "xn--mgberp4a5d4ar": e, السعودية: e, "xn--mgberp4a5d4a87g": e, السعودیة: e, "xn--mgbqly7c0a67fbc": e, السعودیۃ: e, "xn--mgbqly7cvafr": e, السعوديه: e, "xn--mgbpl2fh": e, سودان: e, "xn--yfro4i67o": e, 新加坡: e, "xn--clchc0ea0b2g2a9gcd": e, சிங்கப்பூர்: e, "xn--ogbpf8fl": e, سورية: e, "xn--mgbtf8fl": e, سوريا: e, "xn--o3cw4h": [1, { "xn--o3cyx2a": e, "xn--12co0c3b4eva": e, "xn--m3ch0j3a": e, "xn--h3cuzk1di": e, "xn--12c1fe0br": e, "xn--12cfi8ixb8l": e }], ไทย: [1, { ทหาร: e, ธุรกิจ: e, เน็ต: e, รัฐบาล: e, ศึกษา: e, องค์กร: e }], "xn--pgbs0dh": e, تونس: e, "xn--kpry57d": e, 台灣: e, "xn--kprw13d": e, 台湾: e, "xn--nnx388a": e, 臺灣: e, "xn--j1amh": e, укр: e, "xn--mgb2ddes": e, اليمن: e, xxx: e, ye: s, za: [0, { ac: e, agric: e, alt: e, co: e, edu: e, gov: e, grondar: e, law: e, mil: e, net: e, ngo: e, nic: e, nis: e, nom: e, org: e, school: e, tm: e, web: e }], zm: [1, { ac: e, biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, net: e, org: e, sch: e }], zw: [1, { ac: e, co: e, gov: e, mil: e, org: e }], aaa: e, aarp: e, abb: e, abbott: e, abbvie: e, abc: e, able: e, abogado: e, abudhabi: e, academy: [1, { official: t }], accenture: e, accountant: e, accountants: e, aco: e, actor: e, ads: e, adult: e, aeg: e, aetna: e, afl: e, africa: e, agakhan: e, agency: e, aig: e, airbus: e, airforce: e, airtel: e, akdn: e, alibaba: e, alipay: e, allfinanz: e, allstate: e, ally: e, alsace: e, alstom: e, amazon: e, americanexpress: e, americanfamily: e, amex: e, amfam: e, amica: e, amsterdam: e, analytics: e, android: e, anquan: e, anz: e, aol: e, apartments: e, app: [1, { adaptable: t, aiven: t, beget: a, brave: o, clerk: t, clerkstage: t, cloudflare: t, wnext: t, csb: [2, { preview: t }], convex: t, corespeed: t, deta: t, ondigitalocean: t, easypanel: t, encr: [2, { frontend: t }], evervault: i, expo: [2, { staging: t }], edgecompute: t, "on-fleek": t, flutterflow: t, sprites: t, e2b: t, framer: t, gadget: t, github: t, hosted: a, run: [0, { "*": t, mtls: a }], web: t, hackclub: t, hasura: t, onhercules: t, botdash: t, shiptoday: t, leapcell: t, loginline: t, lovable: t, luyani: t, magicpatterns: t, medusajs: t, messerli: t, miren: t, mocha: t, netlify: t, ngrok: t, "ngrok-free": t, developer: a, noop: t, northflank: a, upsun: a, railway: [0, { up: t }], replit: r, nyat: t, snowflake: [0, { "*": t, privatelink: a }], streamlit: t, spawnbase: t, telebit: t, typedream: t, vercel: t, wal: t, wasmer: t, bookonline: t, windsurf: t, base44: t, zeabur: t, zerops: a }], apple: [1, { int: [2, { cloud: [0, { "*": t, r: [0, { "*": t, "ap-north-1": a, "ap-south-1": a, "ap-south-2": a, "eu-central-1": a, "eu-north-1": a, "us-central-1": a, "us-central-2": a, "us-east-1": a, "us-east-2": a, "us-west-1": a, "us-west-2": a, "us-west-3": a }] }] }] }], aquarelle: e, arab: e, aramco: e, archi: e, army: e, art: e, arte: e, asda: e, associates: e, athleta: e, attorney: e, auction: e, audi: e, audible: e, audio: e, auspost: e, author: e, auto: e, autos: e, aws: [1, { on: [0, { "af-south-1": l, "ap-east-1": l, "ap-northeast-1": l, "ap-northeast-2": l, "ap-northeast-3": l, "ap-south-1": l, "ap-south-2": d, "ap-southeast-1": l, "ap-southeast-2": l, "ap-southeast-3": l, "ap-southeast-4": d, "ap-southeast-5": d, "ca-central-1": l, "ca-west-1": d, "eu-central-1": l, "eu-central-2": d, "eu-north-1": l, "eu-south-1": l, "eu-south-2": d, "eu-west-1": l, "eu-west-2": l, "eu-west-3": l, "il-central-1": d, "me-central-1": d, "me-south-1": l, "sa-east-1": l, "us-east-1": l, "us-east-2": l, "us-west-1": l, "us-west-2": l, "ap-southeast-7": u, "mx-central-1": u, "us-gov-east-1": m, "us-gov-west-1": m }], sagemaker: [0, { "ap-northeast-1": p, "ap-northeast-2": p, "ap-south-1": p, "ap-southeast-1": p, "ap-southeast-2": p, "ca-central-1": b, "eu-central-1": p, "eu-west-1": p, "eu-west-2": p, "us-east-1": b, "us-east-2": b, "us-west-2": b, "af-south-1": f, "ap-east-1": f, "ap-northeast-3": f, "ap-south-2": k, "ap-southeast-3": f, "ap-southeast-4": k, "ca-west-1": [0, { notebook: t, "notebook-fips": t }], "eu-central-2": f, "eu-north-1": f, "eu-south-1": f, "eu-south-2": f, "eu-west-3": f, "il-central-1": f, "me-central-1": f, "me-south-1": f, "sa-east-1": f, "us-gov-east-1": g, "us-gov-west-1": g, "us-west-1": [0, { notebook: t, "notebook-fips": t, studio: t }], experiments: a }], repost: [0, { private: a }] }], axa: e, azure: e, baby: e, baidu: e, banamex: e, band: e, bank: e, bar: e, barcelona: e, barclaycard: e, barclays: e, barefoot: e, bargains: e, baseball: e, basketball: [1, { aus: t, nz: t }], bauhaus: e, bayern: e, bbc: e, bbt: e, bbva: e, bcg: e, bcn: e, beats: e, beauty: e, beer: e, berlin: e, best: e, bestbuy: e, bet: e, bharti: e, bible: e, bid: e, bike: e, bing: e, bingo: e, bio: e, black: e, blackfriday: e, blockbuster: e, blog: e, bloomberg: e, blue: e, bms: e, bmw: e, bnpparibas: e, boats: e, boehringer: e, bofa: e, bom: e, bond: e, boo: e, book: e, booking: e, bosch: e, bostik: e, boston: e, bot: e, boutique: e, box: e, bradesco: e, bridgestone: e, broadway: e, broker: e, brother: e, brussels: e, build: [1, { shiptoday: t, v0: t, windsurf: t }], builders: [1, { cloudsite: t }], business: T, buy: e, buzz: e, bzh: e, cab: e, cafe: e, cal: e, call: e, calvinklein: e, cam: e, camera: e, camp: [1, { emf: [0, { at: t }] }], canon: e, capetown: e, capital: e, capitalone: e, car: e, caravan: e, cards: e, care: e, career: e, careers: e, cars: e, casa: [1, { nabu: [0, { ui: t }] }], case: [1, { sav: t }], cash: e, casino: e, catering: e, catholic: e, cba: e, cbn: e, cbre: e, center: e, ceo: e, cern: e, cfa: e, cfd: e, chanel: e, channel: e, charity: e, chase: e, chat: e, cheap: e, chintai: e, christmas: e, chrome: e, church: e, cipriani: e, circle: e, cisco: e, citadel: e, citi: e, citic: e, city: e, claims: e, cleaning: e, click: e, clinic: e, clinique: e, clothing: e, cloud: [1, { antagonist: t, convex: t, elementor: t, emergent: t, encoway: [0, { eu: t }], statics: a, ravendb: t, axarnet: [0, { "es-1": t }], diadem: t, jelastic: [0, { vip: t }], jele: t, "jenv-aruba": [0, { aruba: [0, { eur: [0, { it1: t }] }], it1: t }], keliweb: [2, { cs: t }], oxa: [2, { tn: t, uk: t }], primetel: [2, { uk: t }], reclaim: [0, { ca: t, uk: t, us: t }], trendhosting: [0, { ch: t, de: t }], jote: t, jotelulu: t, kuleuven: t, laravel: t, linkyard: t, magentosite: a, matlab: t, observablehq: t, perspecta: t, vapor: t, "on-rancher": a, scw: [0, { baremetal: [0, { "fr-par-1": t, "fr-par-2": t, "nl-ams-1": t }], "fr-par": [0, { cockpit: t, ddl: t, dtwh: t, fnc: [2, { functions: t }], ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t, whm: t }], instances: [0, { priv: t, pub: t }], k8s: t, "nl-ams": [0, { cockpit: t, ddl: t, dtwh: t, ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t, whm: t }], "pl-waw": [0, { cockpit: t, ddl: t, dtwh: t, ifr: t, k8s: w, kafk: t, mgdb: t, rdb: t, s3: t, "s3-website": t, scbl: t }], scalebook: t, smartlabeling: t }], servebolt: t, onstackit: [0, { runs: t }], trafficplex: t, "unison-services": t, urown: t, voorloper: t, zap: t }], club: [1, { cloudns: t, jele: t, barsy: t }], clubmed: e, coach: e, codes: [1, { owo: a }], coffee: e, college: e, cologne: e, commbank: e, community: [1, { nog: t, ravendb: t, myforum: t }], company: e, compare: e, computer: e, comsec: e, condos: e, construction: e, consulting: e, contact: e, contractors: e, cooking: e, cool: [1, { elementor: t, de: t }], corsica: e, country: e, coupon: e, coupons: e, courses: e, cpa: e, credit: e, creditcard: e, creditunion: e, cricket: e, crown: e, crs: e, cruise: e, cruises: e, cuisinella: e, cymru: e, cyou: e, dad: e, dance: e, data: e, date: e, dating: e, datsun: e, day: e, dclk: e, dds: e, deal: e, dealer: e, deals: e, degree: e, delivery: e, dell: e, deloitte: e, delta: e, democrat: e, dental: e, dentist: e, desi: e, design: [1, { graphic: t, bss: t }], dev: [1, { myaddr: t, panel: t, bearblog: t, brave: o, lcl: a, lclstage: a, stg: a, stgstage: a, pages: t, r2: t, workers: t, deno: t, "deno-staging": t, deta: t, lp: [2, { api: t, objects: t }], evervault: i, fly: t, githubpreview: t, gateway: a, grebedoc: t, botdash: t, inbrowser: a, "is-a-good": t, iserv: t, leapcell: t, runcontainers: t, localcert: [0, { user: a }], loginline: t, barsy: t, mediatech: t, "mocha-sandbox": t, modx: t, ngrok: t, "ngrok-free": t, "is-a-fullstack": t, "is-cool": t, "is-not-a": t, localplayer: t, xmit: t, "platter-app": t, replit: [2, { archer: t, bones: t, canary: t, global: t, hacker: t, id: t, janeway: t, kim: t, kira: t, kirk: t, odo: t, paris: t, picard: t, pike: t, prerelease: t, reed: t, riker: t, sisko: t, spock: t, staging: t, sulu: t, tarpit: t, teams: t, tucker: t, wesley: t, worf: t }], crm: [0, { aa: a, ab: a, ac: a, ad: a, ae: a, af: a, ci: a, d: a, pa: a, pb: a, pc: a, pd: a, pe: a, pf: a, w: a, wa: a, wb: a, wc: a, wd: a, we: a, wf: a }], erp: Ct, vercel: t, webhare: a, hrsn: t, "is-a": t }], dhl: e, diamonds: e, diet: e, digital: [1, { cloudapps: [2, { london: t }] }], direct: [1, { libp2p: t }], directory: e, discount: e, discover: e, dish: e, diy: St, dnp: e, docs: e, doctor: e, dog: e, domains: e, dot: e, download: e, drive: e, dtv: e, dubai: e, dupont: e, durban: e, dvag: e, dvr: e, earth: e, eat: e, eco: e, edeka: e, education: T, email: [1, { crisp: [0, { on: t }], tawk: Tt, tawkto: Tt }], emerck: e, energy: e, engineer: e, engineering: e, enterprises: e, epson: e, equipment: e, ericsson: e, erni: e, esq: e, estate: [1, { compute: a }], eurovision: e, eus: [1, { party: jt }], events: [1, { koobin: t, co: t }], exchange: e, expert: e, exposed: e, express: e, extraspace: e, fage: e, fail: e, fairwinds: e, faith: e, family: e, fan: e, fans: e, farm: [1, { storj: t }], farmers: e, fashion: e, fast: e, fedex: e, feedback: e, ferrari: e, ferrero: e, fidelity: e, fido: e, film: e, final: e, finance: e, financial: T, fire: e, firestone: e, firmdale: e, fish: e, fishing: e, fit: e, fitness: e, flickr: e, flights: e, flir: e, florist: e, flowers: e, fly: e, foo: e, food: e, football: e, ford: e, forex: e, forsale: e, forum: e, foundation: e, fox: e, free: e, fresenius: e, frl: e, frogans: e, frontier: e, ftr: e, fujitsu: e, fun: e, fund: e, furniture: e, futbol: e, fyi: e, gal: e, gallery: e, gallo: e, gallup: e, game: e, games: [1, { pley: t, sheezy: t }], gap: e, garden: e, gay: [1, { pages: t }], gbiz: e, gdn: [1, { cnpy: t }], gea: e, gent: e, genting: e, george: e, ggee: e, gift: e, gifts: e, gives: e, giving: e, glass: e, gle: e, global: [1, { appwrite: t }], globo: e, gmail: e, gmbh: e, gmo: e, gmx: e, godaddy: e, gold: e, goldpoint: e, golf: e, goodyear: e, goog: [1, { cloud: t, translate: t, usercontent: a }], google: e, gop: e, got: e, grainger: e, graphics: e, gratis: e, green: e, gripe: e, grocery: e, group: St, gucci: e, guge: e, guide: e, guitars: e, guru: e, hair: e, hamburg: e, hangout: e, haus: e, hbo: e, hdfc: e, hdfcbank: e, health: [1, { hra: t }], healthcare: e, help: e, helsinki: e, here: e, hermes: e, hiphop: e, hisamitsu: e, hitachi: e, hiv: e, hkt: e, hockey: e, holdings: e, holiday: e, homedepot: e, homegoods: e, homes: e, homesense: e, honda: e, horse: e, hospital: e, host: [1, { cloudaccess: t, freesite: t, easypanel: t, emergent: t, fastvps: t, myfast: t, gadget: t, tempurl: t, wpmudev: t, iserv: t, jele: t, mircloud: t, bolt: t, wp2: t, half: t }], hosting: [1, { opencraft: t }], hot: e, hotel: e, hotels: e, hotmail: e, house: e, how: e, hsbc: e, hughes: e, hyatt: e, hyundai: e, ibm: e, icbc: e, ice: e, icu: e, ieee: e, ifm: e, ikano: e, imamat: e, imdb: e, immo: e, immobilien: e, inc: e, industries: e, infiniti: e, ing: e, ink: e, institute: e, insurance: e, insure: e, international: e, intuit: e, investments: e, ipiranga: e, irish: e, ismaili: e, ist: e, istanbul: e, itau: e, itv: e, jaguar: e, java: e, jcb: e, jeep: e, jetzt: e, jewelry: e, jio: e, jll: e, jmp: e, jnj: e, joburg: e, jot: e, joy: e, jpmorgan: e, jprs: e, juegos: e, juniper: e, kaufen: e, kddi: e, kerryhotels: e, kerryproperties: e, kfh: e, kia: e, kids: e, kim: e, kindle: e, kitchen: e, kiwi: e, koeln: e, komatsu: e, kosher: e, kpmg: e, kpn: e, krd: [1, { co: t, edu: t }], kred: e, kuokgroup: e, kyoto: e, lacaixa: e, lamborghini: e, lamer: e, land: e, landrover: e, lanxess: e, lasalle: e, lat: e, latino: e, latrobe: e, law: e, lawyer: e, lds: e, lease: e, leclerc: e, lefrak: e, legal: e, lego: e, lexus: e, lgbt: e, lidl: e, life: e, lifeinsurance: e, lifestyle: e, lighting: e, like: e, lilly: e, limited: e, limo: e, lincoln: e, link: [1, { myfritz: t, cyon: t, joinmc: t, dweb: a, inbrowser: a, keenetic: t, nftstorage: ot, mypep: t, storacha: ot, w3s: ot }], live: [1, { aem: t, hlx: t, ewp: a }], living: e, llc: e, llp: e, loan: e, loans: e, locker: e, locus: e, lol: [1, { omg: t }], london: e, lotte: e, lotto: e, love: e, lpl: e, lplfinancial: e, ltd: e, ltda: e, lundbeck: e, luxe: e, luxury: e, madrid: e, maif: e, maison: e, makeup: e, man: e, management: e, mango: e, map: e, market: e, marketing: e, markets: e, marriott: e, marshalls: e, mattel: e, mba: e, mckinsey: e, med: e, media: Le, meet: e, melbourne: e, meme: e, memorial: e, men: e, menu: [1, { barsy: t, barsyonline: t }], merck: e, merckmsd: e, miami: e, microsoft: e, mini: e, mint: e, mit: e, mitsubishi: e, mlb: e, mls: e, mma: e, mobile: e, moda: e, moe: e, moi: e, mom: e, monash: e, money: e, monster: e, mormon: e, mortgage: e, moscow: e, moto: e, motorcycles: e, mov: e, movie: e, msd: e, mtn: e, mtr: e, music: e, nab: e, nagoya: e, navy: e, nba: e, nec: e, netbank: e, netflix: e, network: [1, { aem: t, alces: a, appwrite: t, co: t, arvo: t, azimuth: t, tlon: t }], neustar: e, new: e, news: [1, { noticeable: t }], next: e, nextdirect: e, nexus: e, nfl: e, ngo: e, nhk: e, nico: e, nike: e, nikon: e, ninja: e, nissan: e, nissay: e, nokia: e, norton: e, now: e, nowruz: e, nowtv: e, nra: e, nrw: e, ntt: e, nyc: e, obi: e, observer: e, office: e, okinawa: e, olayan: e, olayangroup: e, ollo: e, omega: e, one: [1, { kin: a, service: t, website: t }], ong: e, onl: e, online: [1, { eero: t, "eero-stage": t, websitebuilder: t, leapcell: t, barsy: t }], ooo: e, open: e, oracle: e, orange: [1, { tech: t }], organic: e, origins: e, osaka: e, otsuka: e, ott: e, ovh: [1, { nerdpol: t }], page: [1, { aem: t, hlx: t, codeberg: t, deuxfleurs: t, heyflow: t, prvcy: t, rocky: t, statichost: t, pdns: t, plesk: t }], panasonic: e, paris: e, pars: e, partners: e, parts: e, party: e, pay: e, pccw: e, pet: e, pfizer: e, pharmacy: e, phd: e, philips: e, phone: e, photo: e, photography: e, photos: Le, physio: e, pics: e, pictet: e, pictures: [1, { 1337: t }], pid: e, pin: e, ping: e, pink: e, pioneer: e, pizza: [1, { ngrok: t }], place: T, play: e, playstation: e, plumbing: e, plus: [1, { playit: [2, { at: a, with: t }] }], pnc: e, pohl: e, poker: e, politie: e, porn: e, praxi: e, press: e, prime: e, prod: e, productions: e, prof: e, progressive: e, promo: e, properties: e, property: e, protection: e, pru: e, prudential: e, pub: [1, { id: a, kin: a, barsy: t }], pwc: e, qpon: e, quebec: e, quest: e, racing: e, radio: e, read: e, realestate: e, realtor: e, realty: e, recipes: e, red: e, redumbrella: e, rehab: e, reise: e, reisen: e, reit: e, reliance: e, ren: e, rent: e, rentals: e, repair: e, report: e, republican: e, rest: e, restaurant: e, review: e, reviews: [1, { aem: t }], rexroth: e, rich: e, richardli: e, ricoh: e, ril: e, rio: e, rip: [1, { clan: t }], rocks: [1, { myddns: t, stackit: t, "lima-city": t, webspace: t }], rodeo: e, rogers: e, room: e, rsvp: e, rugby: e, ruhr: e, run: [1, { appwrite: a, canva: t, development: t, ravendb: t, liara: [2, { iran: t }], lovable: t, needle: t, build: a, code: a, database: a, migration: a, onporter: t, repl: t, stackit: t, val: Ct, vercel: t, wix: t }], rwe: e, ryukyu: e, saarland: e, safe: e, safety: e, sakura: e, sale: e, salon: e, samsclub: e, samsung: e, sandvik: e, sandvikcoromant: e, sanofi: e, sap: e, sarl: e, sas: e, save: e, saxo: e, sbi: e, sbs: e, scb: e, schaeffler: e, schmidt: e, scholarships: e, school: e, schule: e, schwarz: e, science: e, scot: [1, { co: t, me: t, org: t, gov: [2, { service: t }] }], search: e, seat: e, secure: e, security: e, seek: e, select: e, sener: e, services: [1, { loginline: t }], seven: e, sew: e, sex: e, sexy: e, sfr: e, shangrila: e, sharp: e, shell: e, shia: e, shiksha: e, shoes: e, shop: [1, { base: t, hoplix: t, barsy: t, barsyonline: t, shopware: t }], shopping: e, shouji: e, show: e, silk: e, sina: e, singles: e, site: [1, { square: t, canva: x, cloudera: a, convex: t, cyon: t, caffeine: t, fastvps: t, figma: t, "figma-gov": t, preview: t, heyflow: t, jele: t, jouwweb: t, loginline: t, barsy: t, co: t, notion: t, omniwe: t, opensocial: t, madethis: t, support: t, platformsh: a, tst: a, byen: t, sol: t, srht: t, novecore: t, cpanel: t, wpsquared: t, sourcecraft: t }], ski: e, skin: e, sky: e, skype: e, sling: e, smart: e, smile: e, sncf: e, soccer: e, social: e, softbank: e, software: e, sohu: e, solar: e, solutions: e, song: e, sony: e, soy: e, spa: e, space: [1, { myfast: t, heiyu: t, hf: [2, { static: t }], "app-ionos": t, project: t, uber: t, xs4all: t }], sport: e, spot: e, srl: e, stada: e, staples: e, star: e, statebank: e, statefarm: e, stc: e, stcgroup: e, stockholm: e, storage: e, store: [1, { barsy: t, sellfy: t, shopware: t, storebase: t }], stream: e, studio: e, study: e, style: e, sucks: e, supplies: e, supply: e, support: [1, { barsy: t }], surf: e, surgery: e, suzuki: e, swatch: e, swiss: e, sydney: e, systems: [1, { knightpoint: t, miren: t }], tab: e, taipei: e, talk: e, taobao: e, target: e, tatamotors: e, tatar: e, tattoo: e, tax: e, taxi: e, tci: e, tdk: e, team: [1, { discourse: t, jelastic: t }], tech: [1, { cleverapps: t }], technology: T, temasek: e, tennis: e, teva: e, thd: e, theater: e, theatre: e, tiaa: e, tickets: e, tienda: e, tips: e, tires: e, tirol: e, tjmaxx: e, tjx: e, tkmaxx: e, tmall: e, today: [1, { prequalifyme: t }], tokyo: e, tools: [1, { addr: _t, myaddr: t }], top: [1, { ntdll: t, wadl: a }], toray: e, toshiba: e, total: e, tours: e, town: e, toyota: e, toys: e, trade: e, trading: e, training: e, travel: e, travelers: e, travelersinsurance: e, trust: e, trv: e, tube: e, tui: e, tunes: e, tushu: e, tvs: e, ubank: e, ubs: e, unicom: e, university: e, uno: e, uol: e, ups: e, vacations: e, vana: e, vanguard: e, vegas: e, ventures: e, verisign: e, versicherung: e, vet: e, viajes: e, video: e, vig: e, viking: e, villas: e, vin: e, vip: [1, { hidns: t }], virgin: e, visa: e, vision: e, viva: e, vivo: e, vlaanderen: e, vodka: e, volvo: e, vote: e, voting: e, voto: e, voyage: e, wales: e, walmart: e, walter: e, wang: e, wanggou: e, watch: e, watches: e, weather: e, weatherchannel: e, webcam: e, weber: e, website: Le, wed: e, wedding: e, weibo: e, weir: e, whoswho: e, wien: e, wiki: Le, williamhill: e, win: e, windows: e, wine: e, winners: e, wme: e, wolterskluwer: e, woodside: e, work: [1, { "imagine-proxy": t }], works: e, world: e, wow: e, wtc: e, wtf: e, xbox: e, xerox: e, xihuan: e, xin: e, "xn--11b4c3d": e, कॉम: e, "xn--1ck2e1b": e, セール: e, "xn--1qqw23a": e, 佛山: e, "xn--30rr7y": e, 慈善: e, "xn--3bst00m": e, 集团: e, "xn--3ds443g": e, 在线: e, "xn--3pxu8k": e, 点看: e, "xn--42c2d9a": e, คอม: e, "xn--45q11c": e, 八卦: e, "xn--4gbrim": e, موقع: e, "xn--55qw42g": e, 公益: e, "xn--55qx5d": e, 公司: e, "xn--5su34j936bgsg": e, 香格里拉: e, "xn--5tzm5g": e, 网站: e, "xn--6frz82g": e, 移动: e, "xn--6qq986b3xl": e, 我爱你: e, "xn--80adxhks": e, москва: e, "xn--80aqecdr1a": e, католик: e, "xn--80asehdb": e, онлайн: e, "xn--80aswg": e, сайт: e, "xn--8y0a063a": e, 联通: e, "xn--9dbq2a": e, קום: e, "xn--9et52u": e, 时尚: e, "xn--9krt00a": e, 微博: e, "xn--b4w605ferd": e, 淡马锡: e, "xn--bck1b9a5dre4c": e, ファッション: e, "xn--c1avg": e, орг: e, "xn--c2br7g": e, नेट: e, "xn--cck2b3b": e, ストア: e, "xn--cckwcxetd": e, アマゾン: e, "xn--cg4bki": e, 삼성: e, "xn--czr694b": e, 商标: e, "xn--czrs0t": e, 商店: e, "xn--czru2d": e, 商城: e, "xn--d1acj3b": e, дети: e, "xn--eckvdtc9d": e, ポイント: e, "xn--efvy88h": e, 新闻: e, "xn--fct429k": e, 家電: e, "xn--fhbei": e, كوم: e, "xn--fiq228c5hs": e, 中文网: e, "xn--fiq64b": e, 中信: e, "xn--fjq720a": e, 娱乐: e, "xn--flw351e": e, 谷歌: e, "xn--fzys8d69uvgm": e, 電訊盈科: e, "xn--g2xx48c": e, 购物: e, "xn--gckr3f0f": e, クラウド: e, "xn--gk3at1e": e, 通販: e, "xn--hxt814e": e, 网店: e, "xn--i1b6b1a6a2e": e, संगठन: e, "xn--imr513n": e, 餐厅: e, "xn--io0a7i": e, 网络: e, "xn--j1aef": e, ком: e, "xn--jlq480n2rg": e, 亚马逊: e, "xn--jvr189m": e, 食品: e, "xn--kcrx77d1x4a": e, 飞利浦: e, "xn--kput3i": e, 手机: e, "xn--mgba3a3ejt": e, ارامكو: e, "xn--mgba7c0bbn0a": e, العليان: e, "xn--mgbab2bd": e, بازار: e, "xn--mgbca7dzdo": e, ابوظبي: e, "xn--mgbi4ecexp": e, كاثوليك: e, "xn--mgbt3dhd": e, همراه: e, "xn--mk1bu44c": e, 닷컴: e, "xn--mxtq1m": e, 政府: e, "xn--ngbc5azd": e, شبكة: e, "xn--ngbe9e0a": e, بيتك: e, "xn--ngbrx": e, عرب: e, "xn--nqv7f": e, 机构: e, "xn--nqv7fs00ema": e, 组织机构: e, "xn--nyqy26a": e, 健康: e, "xn--otu796d": e, 招聘: e, "xn--p1acf": [1, { "xn--90amc": t, "xn--j1aef": t, "xn--j1ael8b": t, "xn--h1ahn": t, "xn--j1adp": t, "xn--c1avg": t, "xn--80aaa0cvac": t, "xn--h1aliz": t, "xn--90a1af": t, "xn--41a": t }], рус: [1, { биз: t, ком: t, крым: t, мир: t, мск: t, орг: t, самара: t, сочи: t, спб: t, я: t }], "xn--pssy2u": e, 大拿: e, "xn--q9jyb4c": e, みんな: e, "xn--qcka1pmc": e, グーグル: e, "xn--rhqv96g": e, 世界: e, "xn--rovu88b": e, 書籍: e, "xn--ses554g": e, 网址: e, "xn--t60b56a": e, 닷넷: e, "xn--tckwe": e, コム: e, "xn--tiq49xqyj": e, 天主教: e, "xn--unup4y": e, 游戏: e, "xn--vermgensberater-ctb": e, vermögensberater: e, "xn--vermgensberatung-pwb": e, vermögensberatung: e, "xn--vhquv": e, 企业: e, "xn--vuq861b": e, 信息: e, "xn--w4r85el8fhu5dnra": e, 嘉里大酒店: e, "xn--w4rs40l": e, 嘉里: e, "xn--xhq521b": e, 广东: e, "xn--zfr164b": e, 政务: e, xyz: [1, { caffeine: t, botdash: t, telebit: a }], yachts: e, yahoo: e, yamaxun: e, yandex: e, yodobashi: e, yoga: e, yokohama: e, you: e, youtube: e, yun: e, zappos: e, zara: e, zero: e, zip: e, zone: [1, { triton: a, stackit: t, lima: t }], zuerich: e }];
|
|
2884
2897
|
})();
|
|
2885
2898
|
function ra(e, t, n, s) {
|
|
2886
2899
|
let a = null, o = t;
|
|
@@ -2894,35 +2907,35 @@ function ra(e, t, n, s) {
|
|
|
2894
2907
|
}
|
|
2895
2908
|
return a;
|
|
2896
2909
|
}
|
|
2897
|
-
function
|
|
2910
|
+
function Oi(e, t, n) {
|
|
2898
2911
|
var s;
|
|
2899
|
-
if (
|
|
2912
|
+
if (ji(e, t, n))
|
|
2900
2913
|
return;
|
|
2901
|
-
const a = e.split("."), o = (t.allowPrivateDomains ? 2 : 0) | (t.allowIcannDomains ? 1 : 0), i = ra(a,
|
|
2914
|
+
const a = e.split("."), o = (t.allowPrivateDomains ? 2 : 0) | (t.allowIcannDomains ? 1 : 0), i = ra(a, zi, a.length - 1, o);
|
|
2902
2915
|
if (i !== null) {
|
|
2903
2916
|
n.isIcann = i.isIcann, n.isPrivate = i.isPrivate, n.publicSuffix = a.slice(i.index + 1).join(".");
|
|
2904
2917
|
return;
|
|
2905
2918
|
}
|
|
2906
|
-
const r = ra(a,
|
|
2919
|
+
const r = ra(a, Ii, a.length - 1, o);
|
|
2907
2920
|
if (r !== null) {
|
|
2908
2921
|
n.isIcann = r.isIcann, n.isPrivate = r.isPrivate, n.publicSuffix = a.slice(r.index).join(".");
|
|
2909
2922
|
return;
|
|
2910
2923
|
}
|
|
2911
2924
|
n.isIcann = !1, n.isPrivate = !1, n.publicSuffix = (s = a[a.length - 1]) !== null && s !== void 0 ? s : null;
|
|
2912
2925
|
}
|
|
2913
|
-
const ca =
|
|
2914
|
-
function
|
|
2915
|
-
return
|
|
2926
|
+
const ca = Si();
|
|
2927
|
+
function Ri(e, t = {}) {
|
|
2928
|
+
return Ei(ca), Ti(e, 3, Oi, t, ca).domain;
|
|
2916
2929
|
}
|
|
2917
|
-
var
|
|
2930
|
+
var Ai = class Xa extends Error {
|
|
2918
2931
|
constructor(t) {
|
|
2919
|
-
super(t), this.name = "TimeoutError", Object.setPrototypeOf(this,
|
|
2932
|
+
super(t), this.name = "TimeoutError", Object.setPrototypeOf(this, Xa.prototype);
|
|
2920
2933
|
}
|
|
2921
2934
|
};
|
|
2922
|
-
async function
|
|
2935
|
+
async function Li(e, t) {
|
|
2923
2936
|
return new Promise((n, s) => {
|
|
2924
2937
|
const a = setTimeout(() => {
|
|
2925
|
-
s(new
|
|
2938
|
+
s(new Ai("Promise timed out."));
|
|
2926
2939
|
}, t);
|
|
2927
2940
|
e.then((o) => {
|
|
2928
2941
|
clearTimeout(a), n(o);
|
|
@@ -2931,7 +2944,7 @@ async function Ii(e, t) {
|
|
|
2931
2944
|
});
|
|
2932
2945
|
});
|
|
2933
2946
|
}
|
|
2934
|
-
var
|
|
2947
|
+
var Pi = "565487b2-a67c-4aac-bb92-3fb64732c7b8", Ya = kn(
|
|
2935
2948
|
({ onLoad: e, scriptLocation: t }, n) => {
|
|
2936
2949
|
const [s, a] = ae(!1);
|
|
2937
2950
|
return H(() => {
|
|
@@ -2939,9 +2952,9 @@ var Oi = "565487b2-a67c-4aac-bb92-3fb64732c7b8", Xa = fn(
|
|
|
2939
2952
|
}, []), H(() => {
|
|
2940
2953
|
s && e();
|
|
2941
2954
|
}, [s, e]), /* @__PURE__ */ h(
|
|
2942
|
-
|
|
2955
|
+
Po,
|
|
2943
2956
|
{
|
|
2944
|
-
sitekey:
|
|
2957
|
+
sitekey: Pi,
|
|
2945
2958
|
onLoad: () => {
|
|
2946
2959
|
a(!0);
|
|
2947
2960
|
},
|
|
@@ -2952,8 +2965,8 @@ var Oi = "565487b2-a67c-4aac-bb92-3fb64732c7b8", Xa = fn(
|
|
|
2952
2965
|
);
|
|
2953
2966
|
}
|
|
2954
2967
|
);
|
|
2955
|
-
|
|
2956
|
-
var la = "kapa-recaptcha-script",
|
|
2968
|
+
Ya.displayName = "HCaptcha";
|
|
2969
|
+
var la = "kapa-recaptcha-script", Mi = ({ siteKey: e, config: t, onLoad: n }) => {
|
|
2957
2970
|
const { loadScript: s = !0 } = t || {}, [a, o] = ae(!1);
|
|
2958
2971
|
return H(() => {
|
|
2959
2972
|
var i;
|
|
@@ -2988,7 +3001,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
2988
3001
|
console.error("Error during reCAPTCHA ready initialization:", i);
|
|
2989
3002
|
}
|
|
2990
3003
|
}, [a, n]), null;
|
|
2991
|
-
},
|
|
3004
|
+
}, Ni = Mi, ua = "6Lck4YwlAAAAAEIE1hR--varWp0qu9F-8-emQn2v", Ja = O.createContext(void 0), qi = ({ children: e, provider: t, hasConsent: n }) => {
|
|
2992
3005
|
const s = O.useRef(null), a = O.useRef(null), [o, i] = O.useState(!1), r = O.useCallback(
|
|
2993
3006
|
async (l) => {
|
|
2994
3007
|
var d;
|
|
@@ -3011,7 +3024,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3011
3024
|
return console.error("reCAPTCHA is not ready"), null;
|
|
3012
3025
|
try {
|
|
3013
3026
|
return {
|
|
3014
|
-
token: await
|
|
3027
|
+
token: await Li(
|
|
3015
3028
|
window.grecaptcha.enterprise.execute(ua, {
|
|
3016
3029
|
action: l
|
|
3017
3030
|
}),
|
|
@@ -3026,7 +3039,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3026
3039
|
[o]
|
|
3027
3040
|
);
|
|
3028
3041
|
return /* @__PURE__ */ j(
|
|
3029
|
-
|
|
3042
|
+
Ja.Provider,
|
|
3030
3043
|
{
|
|
3031
3044
|
value: {
|
|
3032
3045
|
executeCaptcha: t === "hcaptcha" ? r : c
|
|
@@ -3035,7 +3048,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3035
3048
|
e,
|
|
3036
3049
|
/* @__PURE__ */ j("div", { ref: a, style: { display: "none" }, children: [
|
|
3037
3050
|
t === "hcaptcha" && n ? /* @__PURE__ */ h(
|
|
3038
|
-
|
|
3051
|
+
Ya,
|
|
3039
3052
|
{
|
|
3040
3053
|
onLoad: () => {
|
|
3041
3054
|
i(!0);
|
|
@@ -3045,7 +3058,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3045
3058
|
}
|
|
3046
3059
|
) : null,
|
|
3047
3060
|
t === "recaptcha" ? /* @__PURE__ */ h(
|
|
3048
|
-
|
|
3061
|
+
Ni,
|
|
3049
3062
|
{
|
|
3050
3063
|
onLoad: () => {
|
|
3051
3064
|
i(!0);
|
|
@@ -3060,12 +3073,12 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3060
3073
|
]
|
|
3061
3074
|
}
|
|
3062
3075
|
);
|
|
3063
|
-
},
|
|
3064
|
-
const e = O.useContext(
|
|
3076
|
+
}, Di = () => {
|
|
3077
|
+
const e = O.useContext(Ja);
|
|
3065
3078
|
if (e === void 0)
|
|
3066
3079
|
throw new Error("useConfig must be used within a CaptchaProvider");
|
|
3067
3080
|
return e;
|
|
3068
|
-
},
|
|
3081
|
+
}, Bi = class {
|
|
3069
3082
|
constructor(e, t) {
|
|
3070
3083
|
this.abortController = new AbortController(), this.proxyURL = "https://proxy.kapa.ai", this.processStreamFn = () => {
|
|
3071
3084
|
throw new Error("processStream not implemented");
|
|
@@ -3178,10 +3191,10 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3178
3191
|
})).ok)
|
|
3179
3192
|
throw new Error("Failed to send feedback");
|
|
3180
3193
|
}
|
|
3181
|
-
},
|
|
3194
|
+
}, Za = yn(null), Fi = ({
|
|
3182
3195
|
children: e
|
|
3183
3196
|
}) => {
|
|
3184
|
-
const t =
|
|
3197
|
+
const t = $(null), n = {
|
|
3185
3198
|
mode: "default",
|
|
3186
3199
|
deepThinkingTimer: {
|
|
3187
3200
|
seconds: 0,
|
|
@@ -3227,7 +3240,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3227
3240
|
default:
|
|
3228
3241
|
return u;
|
|
3229
3242
|
}
|
|
3230
|
-
}, [a, o] =
|
|
3243
|
+
}, [a, o] = gn(s, n), i = E(() => {
|
|
3231
3244
|
o({
|
|
3232
3245
|
type: "SET_MODE",
|
|
3233
3246
|
mode: a.mode === "deep_thinking" ? "default" : "deep_thinking"
|
|
@@ -3246,7 +3259,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3246
3259
|
o({ type: "SET_MODE", mode: "default" });
|
|
3247
3260
|
}, [o]);
|
|
3248
3261
|
return /* @__PURE__ */ h(
|
|
3249
|
-
|
|
3262
|
+
Za.Provider,
|
|
3250
3263
|
{
|
|
3251
3264
|
value: {
|
|
3252
3265
|
active: a.mode === "deep_thinking",
|
|
@@ -3260,7 +3273,7 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3260
3273
|
children: e
|
|
3261
3274
|
}
|
|
3262
3275
|
);
|
|
3263
|
-
},
|
|
3276
|
+
}, Ui = async (e, {
|
|
3264
3277
|
onIdentifiers: t,
|
|
3265
3278
|
onFirstToken: n,
|
|
3266
3279
|
onRelevantSources: s,
|
|
@@ -3317,15 +3330,15 @@ var la = "kapa-recaptcha-script", Ri = ({ siteKey: e, config: t, onLoad: n }) =>
|
|
|
3317
3330
|
}
|
|
3318
3331
|
}
|
|
3319
3332
|
}
|
|
3320
|
-
},
|
|
3333
|
+
}, en = "@fpjs@client@";
|
|
3321
3334
|
function ve(e, t) {
|
|
3322
3335
|
return `${t}__${e}`;
|
|
3323
3336
|
}
|
|
3324
|
-
function
|
|
3337
|
+
function tn(e, t) {
|
|
3325
3338
|
return e.replace(`${t}__`, "");
|
|
3326
3339
|
}
|
|
3327
|
-
var
|
|
3328
|
-
constructor(e =
|
|
3340
|
+
var Hi = class {
|
|
3341
|
+
constructor(e = en) {
|
|
3329
3342
|
this.prefix = e;
|
|
3330
3343
|
}
|
|
3331
3344
|
set(e, t) {
|
|
@@ -3344,10 +3357,10 @@ var Di = class {
|
|
|
3344
3357
|
window.localStorage.removeItem(ve(e, this.prefix));
|
|
3345
3358
|
}
|
|
3346
3359
|
allKeys() {
|
|
3347
|
-
return Object.keys(window.localStorage).filter((e) => e.startsWith(this.prefix)).map((e) =>
|
|
3360
|
+
return Object.keys(window.localStorage).filter((e) => e.startsWith(this.prefix)).map((e) => tn(e, this.prefix));
|
|
3348
3361
|
}
|
|
3349
|
-
},
|
|
3350
|
-
constructor(e =
|
|
3362
|
+
}, Ki = class {
|
|
3363
|
+
constructor(e = en) {
|
|
3351
3364
|
this.prefix = e;
|
|
3352
3365
|
}
|
|
3353
3366
|
/**
|
|
@@ -3384,9 +3397,9 @@ var Di = class {
|
|
|
3384
3397
|
* @returns An array of all the keys in the sessionStorage that start with the prefix.
|
|
3385
3398
|
*/
|
|
3386
3399
|
allKeys() {
|
|
3387
|
-
return Object.keys(window.sessionStorage).filter((e) => e.startsWith(this.prefix)).map((e) =>
|
|
3400
|
+
return Object.keys(window.sessionStorage).filter((e) => e.startsWith(this.prefix)).map((e) => tn(e, this.prefix));
|
|
3388
3401
|
}
|
|
3389
|
-
},
|
|
3402
|
+
}, $i = class {
|
|
3390
3403
|
constructor() {
|
|
3391
3404
|
this.enclosedCache = /* @__PURE__ */ (function() {
|
|
3392
3405
|
const e = {};
|
|
@@ -3408,7 +3421,7 @@ var Di = class {
|
|
|
3408
3421
|
};
|
|
3409
3422
|
})();
|
|
3410
3423
|
}
|
|
3411
|
-
},
|
|
3424
|
+
}, Qi = class {
|
|
3412
3425
|
set() {
|
|
3413
3426
|
}
|
|
3414
3427
|
get() {
|
|
@@ -3418,18 +3431,18 @@ var Di = class {
|
|
|
3418
3431
|
allKeys() {
|
|
3419
3432
|
return [];
|
|
3420
3433
|
}
|
|
3421
|
-
},
|
|
3434
|
+
}, pe;
|
|
3422
3435
|
(function(e) {
|
|
3423
3436
|
e.Memory = "memory", e.LocalStorage = "localstorage", e.SessionStorage = "sessionstorage", e.NoCache = "nocache";
|
|
3424
|
-
})(
|
|
3425
|
-
|
|
3426
|
-
var da = "kapa_web_id",
|
|
3427
|
-
const { mode: t } = e, { data: n, getData: s } =
|
|
3437
|
+
})(pe || (pe = {}));
|
|
3438
|
+
pe.Memory + "", pe.LocalStorage + "", pe.SessionStorage + "", pe.NoCache + "";
|
|
3439
|
+
var da = "kapa_web_id", Vi = (e) => {
|
|
3440
|
+
const { mode: t } = e, { data: n, getData: s } = No(), a = O.useCallback(() => {
|
|
3428
3441
|
var r, c;
|
|
3429
3442
|
if (t !== "cookie") return;
|
|
3430
3443
|
let l = (r = na.get(da)) != null ? r : crypto.randomUUID();
|
|
3431
3444
|
const d = window.location.hostname, u = {
|
|
3432
|
-
domain: (c =
|
|
3445
|
+
domain: (c = Ri(d)) != null ? c : d,
|
|
3433
3446
|
secure: !0,
|
|
3434
3447
|
sameSite: "strict",
|
|
3435
3448
|
expires: 399
|
|
@@ -3460,9 +3473,9 @@ var da = "kapa_web_id", Hi = (e) => {
|
|
|
3460
3473
|
return { identifiers: p, metadata: k };
|
|
3461
3474
|
}, [o, a])
|
|
3462
3475
|
};
|
|
3463
|
-
}, se = class
|
|
3476
|
+
}, se = class an extends Array {
|
|
3464
3477
|
constructor(...t) {
|
|
3465
|
-
super(...t), Object.setPrototypeOf(this,
|
|
3478
|
+
super(...t), Object.setPrototypeOf(this, an.prototype);
|
|
3466
3479
|
}
|
|
3467
3480
|
getById(t) {
|
|
3468
3481
|
return this.find((n) => n.id === t);
|
|
@@ -3507,10 +3520,10 @@ var da = "kapa_web_id", Hi = (e) => {
|
|
|
3507
3520
|
this[n] = { ...s, ...t };
|
|
3508
3521
|
}
|
|
3509
3522
|
};
|
|
3510
|
-
function
|
|
3523
|
+
function nn(e) {
|
|
3511
3524
|
return e.replace(/[#/]+$/, "");
|
|
3512
3525
|
}
|
|
3513
|
-
function
|
|
3526
|
+
function Wi(e) {
|
|
3514
3527
|
if (!e) return ["", ""];
|
|
3515
3528
|
const t = e.split(new RegExp("(?<=\\S)\\|(?=\\S)"));
|
|
3516
3529
|
if (t.length === 1) {
|
|
@@ -3523,9 +3536,9 @@ function $i(e) {
|
|
|
3523
3536
|
const n = t[0] || "", s = t[1] || "";
|
|
3524
3537
|
return [n, s];
|
|
3525
3538
|
}
|
|
3526
|
-
function
|
|
3539
|
+
function Gi(e) {
|
|
3527
3540
|
return e.map((t) => {
|
|
3528
|
-
const [n, s] =
|
|
3541
|
+
const [n, s] = Wi(t.title);
|
|
3529
3542
|
return {
|
|
3530
3543
|
...t,
|
|
3531
3544
|
title: n,
|
|
@@ -3533,24 +3546,24 @@ function Ki(e) {
|
|
|
3533
3546
|
};
|
|
3534
3547
|
});
|
|
3535
3548
|
}
|
|
3536
|
-
var
|
|
3537
|
-
const t = e.replace(/```[\s\S]*?```/g, ""), n = /(http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/+#-]*[\w@?^=%&/+#-])(?=[^\w@?^=%&/+#-]|$)/g, a = (t.match(n) || []).map((o) =>
|
|
3549
|
+
var Xi = (e) => {
|
|
3550
|
+
const t = e.replace(/```[\s\S]*?```/g, ""), n = /(http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/+#-]*[\w@?^=%&/+#-])(?=[^\w@?^=%&/+#-]|$)/g, a = (t.match(n) || []).map((o) => nn(o));
|
|
3538
3551
|
return new Set(a);
|
|
3539
3552
|
};
|
|
3540
|
-
function
|
|
3553
|
+
function Yi(e) {
|
|
3541
3554
|
const t = /* @__PURE__ */ new Set();
|
|
3542
3555
|
return e.reduce((n, s) => {
|
|
3543
|
-
const a =
|
|
3556
|
+
const a = nn(s.source_url);
|
|
3544
3557
|
return t.has(a) || (t.add(a), n.push({ ...s, source_url: a })), n;
|
|
3545
3558
|
}, []);
|
|
3546
3559
|
}
|
|
3547
|
-
var
|
|
3548
|
-
const n =
|
|
3560
|
+
var Ji = (e, t) => {
|
|
3561
|
+
const n = Yi(t), s = Xi(e);
|
|
3549
3562
|
return n.filter(
|
|
3550
3563
|
(a) => s?.has(a.source_url)
|
|
3551
3564
|
);
|
|
3552
3565
|
};
|
|
3553
|
-
function
|
|
3566
|
+
function Zi(e, t) {
|
|
3554
3567
|
var n, s;
|
|
3555
3568
|
switch (t.type) {
|
|
3556
3569
|
case "ADD_NEW_QA": {
|
|
@@ -3586,7 +3599,7 @@ function Gi(e, t) {
|
|
|
3586
3599
|
case "SET_RELEVANT_SOURCES": {
|
|
3587
3600
|
const a = e.conversation.getLatest();
|
|
3588
3601
|
if (a) {
|
|
3589
|
-
const o =
|
|
3602
|
+
const o = Ji(a.answer, t.sources), i = Gi(o), r = new se(...e.conversation);
|
|
3590
3603
|
return r.setLatest({ sources: i }), {
|
|
3591
3604
|
...e,
|
|
3592
3605
|
conversation: r
|
|
@@ -3655,14 +3668,14 @@ function Gi(e, t) {
|
|
|
3655
3668
|
return e;
|
|
3656
3669
|
}
|
|
3657
3670
|
}
|
|
3658
|
-
var
|
|
3671
|
+
var er = "MHIUVE6Y4VV6H5lpgMyI", sn = O.createContext(void 0), ha = ({
|
|
3659
3672
|
children: e,
|
|
3660
3673
|
integrationId: t,
|
|
3661
3674
|
sourceGroupIDsInclude: n,
|
|
3662
3675
|
uncertainAnswerCallout: s,
|
|
3663
3676
|
userTrackingMode: a,
|
|
3664
3677
|
callbacks: o = {},
|
|
3665
|
-
apiService: i = new
|
|
3678
|
+
apiService: i = new Bi(Ui)
|
|
3666
3679
|
}) => {
|
|
3667
3680
|
const c = O.useRef(i).current, l = {
|
|
3668
3681
|
isGenerating: !1,
|
|
@@ -3670,7 +3683,7 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3670
3683
|
threadId: null,
|
|
3671
3684
|
conversation: new se(),
|
|
3672
3685
|
error: null
|
|
3673
|
-
}, d =
|
|
3686
|
+
}, d = fn(Za), [u, m] = O.useReducer(Zi, l), { executeCaptcha: f } = Di(), { buildIdentifiers: p } = Vi({
|
|
3674
3687
|
mode: a
|
|
3675
3688
|
}), k = O.useRef({
|
|
3676
3689
|
onRelevantSources: (w) => m({ type: "SET_RELEVANT_SOURCES", sources: w }),
|
|
@@ -3737,7 +3750,7 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3737
3750
|
return;
|
|
3738
3751
|
}
|
|
3739
3752
|
try {
|
|
3740
|
-
const { identifiers: X, metadata:
|
|
3753
|
+
const { identifiers: X, metadata: K } = await p();
|
|
3741
3754
|
d?.active && d.startTimer(), await c.submitQuery(
|
|
3742
3755
|
{
|
|
3743
3756
|
query: w,
|
|
@@ -3747,7 +3760,7 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3747
3760
|
integrationId: t,
|
|
3748
3761
|
sourceGroupIDsInclude: n,
|
|
3749
3762
|
userIdentifiers: X || {},
|
|
3750
|
-
userMetadata:
|
|
3763
|
+
userMetadata: K || {},
|
|
3751
3764
|
originUrl: `${window.location.origin}${window.location.pathname}`
|
|
3752
3765
|
},
|
|
3753
3766
|
k.current
|
|
@@ -3773,14 +3786,14 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3773
3786
|
conversation: u.conversation.formatForCallbacks(),
|
|
3774
3787
|
question: ((x = u.conversation.getLatest()) == null ? void 0 : x.question) || ""
|
|
3775
3788
|
});
|
|
3776
|
-
}, T =
|
|
3789
|
+
}, T = gi({
|
|
3777
3790
|
mutationKey: ["feedback"],
|
|
3778
3791
|
mutationFn: async ({
|
|
3779
3792
|
questionAnswerId: w,
|
|
3780
3793
|
reaction: x,
|
|
3781
3794
|
comment: S
|
|
3782
3795
|
}) => {
|
|
3783
|
-
var D, X,
|
|
3796
|
+
var D, X, K, Y;
|
|
3784
3797
|
const ne = await f(
|
|
3785
3798
|
"feedback_submit"
|
|
3786
3799
|
/* FeedbackSubmit */
|
|
@@ -3805,7 +3818,7 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3805
3818
|
comment: S,
|
|
3806
3819
|
questionAnswerId: w,
|
|
3807
3820
|
question: ((X = u.conversation.getLatest()) == null ? void 0 : X.question) || "",
|
|
3808
|
-
answer: ((
|
|
3821
|
+
answer: ((K = u.conversation.getLatest()) == null ? void 0 : K.answer) || ""
|
|
3809
3822
|
});
|
|
3810
3823
|
}
|
|
3811
3824
|
}), z = (w, x, S) => {
|
|
@@ -3819,7 +3832,7 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3819
3832
|
);
|
|
3820
3833
|
};
|
|
3821
3834
|
return /* @__PURE__ */ h(
|
|
3822
|
-
|
|
3835
|
+
sn.Provider,
|
|
3823
3836
|
{
|
|
3824
3837
|
value: {
|
|
3825
3838
|
integrationId: t,
|
|
@@ -3837,12 +3850,12 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3837
3850
|
children: e
|
|
3838
3851
|
}
|
|
3839
3852
|
);
|
|
3840
|
-
},
|
|
3853
|
+
}, tr = new hi({
|
|
3841
3854
|
defaultOptions: {
|
|
3842
3855
|
queries: { refetchOnWindowFocus: !1, retry: !1 },
|
|
3843
3856
|
mutations: { retry: !1 }
|
|
3844
3857
|
}
|
|
3845
|
-
}),
|
|
3858
|
+
}), ar = ({
|
|
3846
3859
|
children: e,
|
|
3847
3860
|
integrationId: t,
|
|
3848
3861
|
sourceGroupIDsInclude: n,
|
|
@@ -3852,20 +3865,20 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3852
3865
|
botProtectionMechanism: i,
|
|
3853
3866
|
hasConsentForCaptcha: r = !0,
|
|
3854
3867
|
apiService: c
|
|
3855
|
-
}) => /* @__PURE__ */ h(
|
|
3856
|
-
|
|
3868
|
+
}) => /* @__PURE__ */ h(pi, { client: tr, children: /* @__PURE__ */ h(
|
|
3869
|
+
qi,
|
|
3857
3870
|
{
|
|
3858
3871
|
provider: i || "recaptcha",
|
|
3859
3872
|
hasConsent: r,
|
|
3860
|
-
children: /* @__PURE__ */ h(
|
|
3861
|
-
|
|
3873
|
+
children: /* @__PURE__ */ h(Fi, { children: o === "fingerprint" ? /* @__PURE__ */ h(
|
|
3874
|
+
Mo,
|
|
3862
3875
|
{
|
|
3863
3876
|
loadOptions: {
|
|
3864
|
-
apiKey:
|
|
3877
|
+
apiKey: er,
|
|
3865
3878
|
endpoint: "https://metrics.kapa.ai",
|
|
3866
3879
|
scriptUrlPattern: "https://metrics.kapa.ai/web/v<version>/<apiKey>/loader_v<loaderVersion>.js"
|
|
3867
3880
|
},
|
|
3868
|
-
cacheLocation:
|
|
3881
|
+
cacheLocation: pe.LocalStorage,
|
|
3869
3882
|
children: /* @__PURE__ */ h(
|
|
3870
3883
|
ha,
|
|
3871
3884
|
{
|
|
@@ -3893,9 +3906,9 @@ var Xi = "MHIUVE6Y4VV6H5lpgMyI", nn = O.createContext(void 0), ha = ({
|
|
|
3893
3906
|
) })
|
|
3894
3907
|
}
|
|
3895
3908
|
) });
|
|
3896
|
-
function
|
|
3909
|
+
function nr() {
|
|
3897
3910
|
var e;
|
|
3898
|
-
const t = je.useContext(
|
|
3911
|
+
const t = je.useContext(sn);
|
|
3899
3912
|
if (t === void 0)
|
|
3900
3913
|
throw new Error("useChat must be used within a KapaProvider");
|
|
3901
3914
|
return {
|
|
@@ -3920,8 +3933,8 @@ const ma = (e) => {
|
|
|
3920
3933
|
}
|
|
3921
3934
|
}, a = () => t, r = { setState: s, getState: a, getInitialState: () => c, subscribe: (l) => (n.add(l), () => n.delete(l)) }, c = t = e(s, a, r);
|
|
3922
3935
|
return r;
|
|
3923
|
-
},
|
|
3924
|
-
function
|
|
3936
|
+
}, sr = ((e) => e ? ma(e) : ma), or = (e) => e;
|
|
3937
|
+
function ir(e, t = or) {
|
|
3925
3938
|
const n = je.useSyncExternalStore(
|
|
3926
3939
|
e.subscribe,
|
|
3927
3940
|
je.useCallback(() => t(e.getState()), [e, t]),
|
|
@@ -3930,11 +3943,11 @@ function ar(e, t = tr) {
|
|
|
3930
3943
|
return je.useDebugValue(n), n;
|
|
3931
3944
|
}
|
|
3932
3945
|
const pa = (e) => {
|
|
3933
|
-
const t =
|
|
3946
|
+
const t = sr(e), n = (s) => ir(t, s);
|
|
3934
3947
|
return Object.assign(n, t), n;
|
|
3935
|
-
}, Ye = ((e) => e ? pa(e) : pa),
|
|
3948
|
+
}, Ye = ((e) => e ? pa(e) : pa), rr = () => `msg-${Date.now()}-${Math.random().toString(36).slice(2, 9)}`, cr = (e) => ({
|
|
3936
3949
|
addUserMessage: (t) => {
|
|
3937
|
-
const n =
|
|
3950
|
+
const n = rr();
|
|
3938
3951
|
return e((s) => ({
|
|
3939
3952
|
messages: [
|
|
3940
3953
|
...s.messages,
|
|
@@ -4040,7 +4053,7 @@ const pa = (e) => {
|
|
|
4040
4053
|
};
|
|
4041
4054
|
});
|
|
4042
4055
|
}
|
|
4043
|
-
}),
|
|
4056
|
+
}), lr = (e) => ({
|
|
4044
4057
|
addThinkingBlock: (t, n, s) => {
|
|
4045
4058
|
const a = { id: n, content: "", label: s, isComplete: !1 };
|
|
4046
4059
|
e((o) => ({
|
|
@@ -4125,7 +4138,7 @@ const pa = (e) => {
|
|
|
4125
4138
|
)
|
|
4126
4139
|
}));
|
|
4127
4140
|
}
|
|
4128
|
-
}),
|
|
4141
|
+
}), ur = {
|
|
4129
4142
|
view: "chat",
|
|
4130
4143
|
messages: [],
|
|
4131
4144
|
isStreaming: !1,
|
|
@@ -4133,9 +4146,9 @@ const pa = (e) => {
|
|
|
4133
4146
|
currentThinkingBlockId: null,
|
|
4134
4147
|
conversationTitle: null
|
|
4135
4148
|
}, A = Ye((e) => ({
|
|
4136
|
-
...
|
|
4137
|
-
...
|
|
4138
|
-
...
|
|
4149
|
+
...ur,
|
|
4150
|
+
...cr(e),
|
|
4151
|
+
...lr(e)
|
|
4139
4152
|
})), R = {
|
|
4140
4153
|
THINKING: "THINKING",
|
|
4141
4154
|
EXECUTION_PLAN: "EXECUTION_PLAN",
|
|
@@ -4154,7 +4167,7 @@ const pa = (e) => {
|
|
|
4154
4167
|
TOOL_INVOKE: "TOOL_INVOKE",
|
|
4155
4168
|
MIXED_TOOL_RESULT: "MIXED_TOOL_RESULT",
|
|
4156
4169
|
CONVERSATION_TITLE: "CONVERSATION_TITLE"
|
|
4157
|
-
},
|
|
4170
|
+
}, yl = {
|
|
4158
4171
|
IDLE: "IDLE",
|
|
4159
4172
|
BUSY: "BUSY",
|
|
4160
4173
|
AWAITING_TOOL: "AWAITING_TOOL",
|
|
@@ -4192,14 +4205,14 @@ const pa = (e) => {
|
|
|
4192
4205
|
clear: () => {
|
|
4193
4206
|
ee.clear();
|
|
4194
4207
|
}
|
|
4195
|
-
},
|
|
4208
|
+
}, on = (e) => {
|
|
4196
4209
|
if (!e) return {};
|
|
4197
4210
|
try {
|
|
4198
4211
|
return JSON.parse(e);
|
|
4199
4212
|
} catch {
|
|
4200
4213
|
return {};
|
|
4201
4214
|
}
|
|
4202
|
-
},
|
|
4215
|
+
}, dr = ({ event: e }) => e.status === V.ERROR ? {
|
|
4203
4216
|
stateUpdate: {
|
|
4204
4217
|
isBusy: !1,
|
|
4205
4218
|
currentEventType: null,
|
|
@@ -4209,7 +4222,7 @@ const pa = (e) => {
|
|
|
4209
4222
|
},
|
|
4210
4223
|
result: null,
|
|
4211
4224
|
messageStatus: "error"
|
|
4212
|
-
} : null,
|
|
4225
|
+
} : null, hr = ({ event: e }) => e.type === R.EXECUTION_COMPLETE ? {
|
|
4213
4226
|
stateUpdate: {
|
|
4214
4227
|
isBusy: !1,
|
|
4215
4228
|
currentEventType: null,
|
|
@@ -4219,7 +4232,7 @@ const pa = (e) => {
|
|
|
4219
4232
|
result: null,
|
|
4220
4233
|
messageStatus: "complete",
|
|
4221
4234
|
clearStatusLabel: !0
|
|
4222
|
-
} : null,
|
|
4235
|
+
} : null, mr = ({ event: e, state: t }) => {
|
|
4223
4236
|
if (e.status !== V.IN_PROGRESS) return null;
|
|
4224
4237
|
const n = {
|
|
4225
4238
|
currentEventType: e.type,
|
|
@@ -4231,7 +4244,7 @@ const pa = (e) => {
|
|
|
4231
4244
|
return { stateUpdate: n, result: null };
|
|
4232
4245
|
if (!(e.type === R.EXTERNAL_TOOL_CALL && oe.has(s) && !t.pendingToolInvoke))
|
|
4233
4246
|
return { stateUpdate: n, result: null };
|
|
4234
|
-
const o =
|
|
4247
|
+
const o = on(e.toolArguments);
|
|
4235
4248
|
return {
|
|
4236
4249
|
stateUpdate: {
|
|
4237
4250
|
...n,
|
|
@@ -4243,7 +4256,7 @@ const pa = (e) => {
|
|
|
4243
4256
|
toolArguments: o
|
|
4244
4257
|
}
|
|
4245
4258
|
};
|
|
4246
|
-
},
|
|
4259
|
+
}, pr = ({ event: e, state: t }) => e.status === V.COMPLETED && e.type === R.TOOL_RESULT && e.toolName && t.pendingToolInvoke?.toolName === e.toolName ? { stateUpdate: { pendingToolInvoke: null }, result: null } : null, gr = ({ event: e }) => {
|
|
4247
4260
|
const t = e.toolName;
|
|
4248
4261
|
return !(e.status === V.COMPLETED && e.type === R.TOOL_RESULT && t && oe.isMixed(t) && e.toolResult) || !t || !e.toolResult ? null : {
|
|
4249
4262
|
stateUpdate: null,
|
|
@@ -4253,15 +4266,15 @@ const pa = (e) => {
|
|
|
4253
4266
|
toolResult: e.toolResult
|
|
4254
4267
|
}
|
|
4255
4268
|
};
|
|
4256
|
-
},
|
|
4257
|
-
rr,
|
|
4258
|
-
cr,
|
|
4259
|
-
lr,
|
|
4269
|
+
}, fr = [
|
|
4260
4270
|
dr,
|
|
4261
|
-
|
|
4262
|
-
|
|
4271
|
+
hr,
|
|
4272
|
+
mr,
|
|
4273
|
+
gr,
|
|
4274
|
+
pr
|
|
4275
|
+
], kr = (e, t) => {
|
|
4263
4276
|
const n = { event: e, state: t, messageId: t.currentMessageId };
|
|
4264
|
-
return
|
|
4277
|
+
return fr.reduce((s, a) => a(n) ?? s, {
|
|
4265
4278
|
stateUpdate: null,
|
|
4266
4279
|
result: null
|
|
4267
4280
|
});
|
|
@@ -4273,7 +4286,7 @@ const pa = (e) => {
|
|
|
4273
4286
|
currentToolName: null,
|
|
4274
4287
|
pendingToolInvoke: null,
|
|
4275
4288
|
error: null
|
|
4276
|
-
},
|
|
4289
|
+
}, yr = (e) => e.isBusy || e.pendingToolInvoke !== null, bl = (e) => e.error ? "ERROR" : e.pendingToolInvoke ? "AWAITING_TOOL" : e.isBusy ? "BUSY" : "IDLE", L = Ye((e, t) => ({
|
|
4277
4290
|
...ga,
|
|
4278
4291
|
callbacks: {},
|
|
4279
4292
|
setCallbacks: (n) => {
|
|
@@ -4291,7 +4304,7 @@ const pa = (e) => {
|
|
|
4291
4304
|
});
|
|
4292
4305
|
},
|
|
4293
4306
|
processEvent: (n) => {
|
|
4294
|
-
const s = t(), a = s.currentMessageId, { stateUpdate: o, result: i, messageStatus: r, clearStatusLabel: c } =
|
|
4307
|
+
const s = t(), a = s.currentMessageId, { stateUpdate: o, result: i, messageStatus: r, clearStatusLabel: c } = kr(n, s);
|
|
4295
4308
|
return o && e(o), a && r && s.callbacks.onMessageStatusUpdate && s.callbacks.onMessageStatusUpdate(a, r), a && c && s.callbacks.onStatusLabelClear && s.callbacks.onStatusLabelClear(a, ""), i;
|
|
4296
4309
|
},
|
|
4297
4310
|
clearPendingTool: () => {
|
|
@@ -4319,18 +4332,18 @@ const pa = (e) => {
|
|
|
4319
4332
|
open: () => e({ isOpen: !0 }),
|
|
4320
4333
|
close: () => e({ isOpen: !1 }),
|
|
4321
4334
|
toggle: () => e((t) => ({ isOpen: !t.isOpen }))
|
|
4322
|
-
})),
|
|
4323
|
-
const { messages: t, pendingToolBlocks: n } = e.filter((s) =>
|
|
4324
|
-
return n.length > 0 ?
|
|
4325
|
-
},
|
|
4335
|
+
})), br = { messages: [], pendingToolBlocks: [] }, vr = /* @__PURE__ */ new Set(["USER", "ASSISTANT", "TOOL_CALL", "TOOL_OUTPUT"]), wr = (e) => {
|
|
4336
|
+
const { messages: t, pendingToolBlocks: n } = e.filter((s) => vr.has(s.type)).reduce(xr, br);
|
|
4337
|
+
return n.length > 0 ? _r(t, n) : t;
|
|
4338
|
+
}, xr = (e, t) => {
|
|
4326
4339
|
if (t.type === "USER")
|
|
4327
|
-
return { ...e, messages: [...e.messages,
|
|
4340
|
+
return { ...e, messages: [...e.messages, Cr(t)] };
|
|
4328
4341
|
if (t.type === "ASSISTANT") {
|
|
4329
4342
|
const n = e.pendingToolBlocks.length > 0 ? { ...fa(t), thinkingBlocks: e.pendingToolBlocks } : fa(t);
|
|
4330
4343
|
return { messages: [...e.messages, n], pendingToolBlocks: [] };
|
|
4331
4344
|
}
|
|
4332
|
-
return { ...e, pendingToolBlocks: [...e.pendingToolBlocks,
|
|
4333
|
-
},
|
|
4345
|
+
return { ...e, pendingToolBlocks: [...e.pendingToolBlocks, Sr(t)] };
|
|
4346
|
+
}, _r = (e, t) => {
|
|
4334
4347
|
const n = [...e].reverse().findIndex((i) => i.role === "assistant");
|
|
4335
4348
|
if (n === -1)
|
|
4336
4349
|
return e;
|
|
@@ -4339,7 +4352,7 @@ const pa = (e) => {
|
|
|
4339
4352
|
thinkingBlocks: [...a.thinkingBlocks ?? [], ...t]
|
|
4340
4353
|
};
|
|
4341
4354
|
return e.map((i, r) => r === s ? o : i);
|
|
4342
|
-
},
|
|
4355
|
+
}, Cr = (e) => ({
|
|
4343
4356
|
id: e.id,
|
|
4344
4357
|
role: "user",
|
|
4345
4358
|
content: e.message ?? "",
|
|
@@ -4352,7 +4365,7 @@ const pa = (e) => {
|
|
|
4352
4365
|
status: "complete",
|
|
4353
4366
|
timestamp: new Date(e.created).getTime(),
|
|
4354
4367
|
...e.milestoneId ? { milestoneId: e.milestoneId } : {}
|
|
4355
|
-
}),
|
|
4368
|
+
}), Sr = (e) => ({
|
|
4356
4369
|
id: e.id,
|
|
4357
4370
|
content: e.message ?? e.artifactJson ?? "",
|
|
4358
4371
|
label: e.toolName ?? (e.type === "TOOL_CALL" ? "Tool call" : "Tool result"),
|
|
@@ -4360,7 +4373,7 @@ const pa = (e) => {
|
|
|
4360
4373
|
kind: "tool",
|
|
4361
4374
|
toolName: e.toolName,
|
|
4362
4375
|
toolStatus: e.message?.includes("Error") ? "error" : "success"
|
|
4363
|
-
}),
|
|
4376
|
+
}), Er = 20, ka = {
|
|
4364
4377
|
conversations: [],
|
|
4365
4378
|
isLoadingConversations: !1,
|
|
4366
4379
|
isLoadingMessages: !1,
|
|
@@ -4371,7 +4384,7 @@ const pa = (e) => {
|
|
|
4371
4384
|
if (e.fetchConversations) {
|
|
4372
4385
|
n({ isLoadingConversations: !0 });
|
|
4373
4386
|
try {
|
|
4374
|
-
const s = await e.fetchConversations(t,
|
|
4387
|
+
const s = await e.fetchConversations(t, Er);
|
|
4375
4388
|
n(t === 0 ? { conversations: s.conversations } : {
|
|
4376
4389
|
conversations: [...N.getState().conversations, ...s.conversations]
|
|
4377
4390
|
});
|
|
@@ -4403,7 +4416,7 @@ const pa = (e) => {
|
|
|
4403
4416
|
if (s?.fetchConversationMessages) {
|
|
4404
4417
|
e({ isLoadingMessages: !0 });
|
|
4405
4418
|
try {
|
|
4406
|
-
const a = await s.fetchConversationMessages(n), o =
|
|
4419
|
+
const a = await s.fetchConversationMessages(n), o = wr(a.messages).map(({ thinkingBlocks: i, ...r }) => r);
|
|
4407
4420
|
L.getState().reset(), A.getState().loadConversation(o, a.name), L.getState().setConversationId(n), e({ error: null });
|
|
4408
4421
|
} catch (a) {
|
|
4409
4422
|
const o = a instanceof Error ? a.message : "Failed to load conversation";
|
|
@@ -4470,35 +4483,35 @@ const pa = (e) => {
|
|
|
4470
4483
|
e({ error: r });
|
|
4471
4484
|
}
|
|
4472
4485
|
}
|
|
4473
|
-
})),
|
|
4474
|
-
confirmation:
|
|
4475
|
-
actions:
|
|
4476
|
-
},
|
|
4486
|
+
})), Tr = "_confirmation_prut5_9", jr = "_actions_prut5_16", ba = {
|
|
4487
|
+
confirmation: Tr,
|
|
4488
|
+
actions: jr
|
|
4489
|
+
}, rn = ({ message: e, onConfirm: t, onCancel: n }) => /* @__PURE__ */ j("div", { role: "alert", className: ba.confirmation, children: [
|
|
4477
4490
|
/* @__PURE__ */ h("span", { children: e }),
|
|
4478
4491
|
/* @__PURE__ */ j("div", { className: ba.actions, children: [
|
|
4479
4492
|
/* @__PURE__ */ h(we, { kind: "danger", size: "sm", onClick: t, children: "Delete" }),
|
|
4480
4493
|
/* @__PURE__ */ h(we, { kind: "ghost", size: "sm", onClick: n, children: "Cancel" })
|
|
4481
4494
|
] })
|
|
4482
|
-
] }),
|
|
4483
|
-
conversationItem:
|
|
4484
|
-
rowContent:
|
|
4485
|
-
rowActions:
|
|
4486
|
-
actionIcon:
|
|
4487
|
-
editRow:
|
|
4488
|
-
editInput:
|
|
4489
|
-
rowButton:
|
|
4490
|
-
active:
|
|
4491
|
-
activeDot:
|
|
4492
|
-
timestampRow:
|
|
4493
|
-
timestamp:
|
|
4494
|
-
},
|
|
4495
|
+
] }), zr = "_conversationItem_1gc29_9", Ir = "_rowContent_1gc29_38", Or = "_rowActions_1gc29_45", Rr = "_actionIcon_1gc29_58", Ar = "_editRow_1gc29_64", Lr = "_editInput_1gc29_70", Pr = "_rowButton_1gc29_75", Mr = "_active_1gc29_93", Nr = "_activeDot_1gc29_97", qr = "_timestampRow_1gc29_109", Dr = "_timestamp_1gc29_109", B = {
|
|
4496
|
+
conversationItem: zr,
|
|
4497
|
+
rowContent: Ir,
|
|
4498
|
+
rowActions: Or,
|
|
4499
|
+
actionIcon: Rr,
|
|
4500
|
+
editRow: Ar,
|
|
4501
|
+
editInput: Lr,
|
|
4502
|
+
rowButton: Pr,
|
|
4503
|
+
active: Mr,
|
|
4504
|
+
activeDot: Nr,
|
|
4505
|
+
timestampRow: qr,
|
|
4506
|
+
timestamp: Dr
|
|
4507
|
+
}, Br = ({
|
|
4495
4508
|
conversation: e,
|
|
4496
4509
|
isActive: t,
|
|
4497
4510
|
onSelect: n,
|
|
4498
4511
|
onRename: s,
|
|
4499
4512
|
onDelete: a
|
|
4500
4513
|
}) => {
|
|
4501
|
-
const [o, i] = ae("default"), [r, c] = ae(e.name), l =
|
|
4514
|
+
const [o, i] = ae("default"), [r, c] = ae(e.name), l = $(null);
|
|
4502
4515
|
H(() => {
|
|
4503
4516
|
o === "editing" && (l.current?.focus(), l.current?.select());
|
|
4504
4517
|
}, [o]);
|
|
@@ -4525,12 +4538,12 @@ const pa = (e) => {
|
|
|
4525
4538
|
i("default");
|
|
4526
4539
|
}, []), g = E(() => {
|
|
4527
4540
|
n(e.id);
|
|
4528
|
-
}, [n, e.id]), y =
|
|
4541
|
+
}, [n, e.id]), y = Aa(new Date(e.updated || e.created).getTime());
|
|
4529
4542
|
return o === "editing" ? /* @__PURE__ */ j("div", { className: B.conversationItem, "data-editing": !0, children: [
|
|
4530
4543
|
/* @__PURE__ */ h("span", { className: B.timestamp, children: y }),
|
|
4531
4544
|
/* @__PURE__ */ j("div", { className: B.editRow, children: [
|
|
4532
4545
|
/* @__PURE__ */ h(
|
|
4533
|
-
|
|
4546
|
+
vn,
|
|
4534
4547
|
{
|
|
4535
4548
|
id: `rename-${e.id}`,
|
|
4536
4549
|
ref: l,
|
|
@@ -4545,11 +4558,11 @@ const pa = (e) => {
|
|
|
4545
4558
|
className: B.editInput
|
|
4546
4559
|
}
|
|
4547
4560
|
),
|
|
4548
|
-
/* @__PURE__ */ h(
|
|
4549
|
-
/* @__PURE__ */ h(
|
|
4561
|
+
/* @__PURE__ */ h(ce, { kind: "ghost", size: "sm", label: "Confirm", onClick: u, className: B.actionIcon, children: /* @__PURE__ */ h(In, {}) }),
|
|
4562
|
+
/* @__PURE__ */ h(ce, { kind: "ghost", size: "sm", label: "Cancel", onClick: m, className: B.actionIcon, children: /* @__PURE__ */ h(On, {}) })
|
|
4550
4563
|
] })
|
|
4551
4564
|
] }) : o === "confirming-delete" ? /* @__PURE__ */ h("div", { className: B.conversationItem, "data-confirming-delete": !0, children: /* @__PURE__ */ h(
|
|
4552
|
-
|
|
4565
|
+
rn,
|
|
4553
4566
|
{
|
|
4554
4567
|
message: "Delete this conversation?",
|
|
4555
4568
|
onConfirm: k,
|
|
@@ -4565,7 +4578,7 @@ const pa = (e) => {
|
|
|
4565
4578
|
] }),
|
|
4566
4579
|
/* @__PURE__ */ j("div", { className: B.rowActions, children: [
|
|
4567
4580
|
/* @__PURE__ */ h(
|
|
4568
|
-
|
|
4581
|
+
ce,
|
|
4569
4582
|
{
|
|
4570
4583
|
kind: "ghost",
|
|
4571
4584
|
size: "sm",
|
|
@@ -4573,11 +4586,11 @@ const pa = (e) => {
|
|
|
4573
4586
|
autoAlign: !0,
|
|
4574
4587
|
onClick: d,
|
|
4575
4588
|
className: B.actionIcon,
|
|
4576
|
-
children: /* @__PURE__ */ h(
|
|
4589
|
+
children: /* @__PURE__ */ h(Rn, {})
|
|
4577
4590
|
}
|
|
4578
4591
|
),
|
|
4579
4592
|
/* @__PURE__ */ h(
|
|
4580
|
-
|
|
4593
|
+
ce,
|
|
4581
4594
|
{
|
|
4582
4595
|
kind: "ghost",
|
|
4583
4596
|
size: "sm",
|
|
@@ -4585,25 +4598,25 @@ const pa = (e) => {
|
|
|
4585
4598
|
autoAlign: !0,
|
|
4586
4599
|
onClick: p,
|
|
4587
4600
|
className: B.actionIcon,
|
|
4588
|
-
children: /* @__PURE__ */ h(
|
|
4601
|
+
children: /* @__PURE__ */ h(An, {})
|
|
4589
4602
|
}
|
|
4590
4603
|
)
|
|
4591
4604
|
] })
|
|
4592
4605
|
] }) });
|
|
4593
|
-
},
|
|
4594
|
-
panel:
|
|
4595
|
-
conversationList:
|
|
4596
|
-
emptyState:
|
|
4597
|
-
emptyStateTitle:
|
|
4598
|
-
emptyStateDescription:
|
|
4599
|
-
loadMoreContainer:
|
|
4600
|
-
loadingMoreContainer:
|
|
4601
|
-
loadingRow:
|
|
4602
|
-
errorNotification:
|
|
4603
|
-
skeletonItem:
|
|
4604
|
-
footer:
|
|
4605
|
-
footerText:
|
|
4606
|
-
},
|
|
4606
|
+
}, Fr = "_panel_fkjgk_9", Ur = "_conversationList_fkjgk_18", Hr = "_emptyState_fkjgk_27", Kr = "_emptyStateTitle_fkjgk_35", $r = "_emptyStateDescription_fkjgk_41", Qr = "_loadMoreContainer_fkjgk_46", Vr = "_loadingMoreContainer_fkjgk_52", Wr = "_loadingRow_fkjgk_59", Gr = "_errorNotification_fkjgk_66", Xr = "_skeletonItem_fkjgk_70", Yr = "_footer_fkjgk_78", Jr = "_footerText_fkjgk_88", W = {
|
|
4607
|
+
panel: Fr,
|
|
4608
|
+
conversationList: Ur,
|
|
4609
|
+
emptyState: Hr,
|
|
4610
|
+
emptyStateTitle: Kr,
|
|
4611
|
+
emptyStateDescription: $r,
|
|
4612
|
+
loadMoreContainer: Qr,
|
|
4613
|
+
loadingMoreContainer: Vr,
|
|
4614
|
+
loadingRow: Wr,
|
|
4615
|
+
errorNotification: Gr,
|
|
4616
|
+
skeletonItem: Xr,
|
|
4617
|
+
footer: Yr,
|
|
4618
|
+
footerText: Jr
|
|
4619
|
+
}, Zr = ({
|
|
4607
4620
|
conversations: e,
|
|
4608
4621
|
activeConversationId: t,
|
|
4609
4622
|
onSelectConversation: n,
|
|
@@ -4620,7 +4633,7 @@ const pa = (e) => {
|
|
|
4620
4633
|
return /* @__PURE__ */ j("div", { className: W.panel, children: [
|
|
4621
4634
|
/* @__PURE__ */ j("div", { className: W.conversationList, children: [
|
|
4622
4635
|
c && /* @__PURE__ */ h(
|
|
4623
|
-
|
|
4636
|
+
Ia,
|
|
4624
4637
|
{
|
|
4625
4638
|
className: W.errorNotification,
|
|
4626
4639
|
kind: "error",
|
|
@@ -4630,12 +4643,12 @@ const pa = (e) => {
|
|
|
4630
4643
|
hideCloseButton: !0
|
|
4631
4644
|
}
|
|
4632
4645
|
),
|
|
4633
|
-
i && e.length === 0 ? /* @__PURE__ */ h(
|
|
4646
|
+
i && e.length === 0 ? /* @__PURE__ */ h(ec, {}) : e.length === 0 ? /* @__PURE__ */ j("div", { className: W.emptyState, children: [
|
|
4634
4647
|
/* @__PURE__ */ h("span", { className: W.emptyStateTitle, children: "Your chat history is empty." }),
|
|
4635
4648
|
/* @__PURE__ */ h("span", { className: W.emptyStateDescription, children: "Start a chat — it will be saved for 30 days." })
|
|
4636
4649
|
] }) : /* @__PURE__ */ j(He, { children: [
|
|
4637
4650
|
e.map((p) => /* @__PURE__ */ h(
|
|
4638
|
-
|
|
4651
|
+
Br,
|
|
4639
4652
|
{
|
|
4640
4653
|
conversation: p,
|
|
4641
4654
|
isActive: p.id === t,
|
|
@@ -4660,7 +4673,7 @@ const pa = (e) => {
|
|
|
4660
4673
|
] })
|
|
4661
4674
|
] }),
|
|
4662
4675
|
/* @__PURE__ */ h("div", { className: W.footer, children: u ? /* @__PURE__ */ h(
|
|
4663
|
-
|
|
4676
|
+
rn,
|
|
4664
4677
|
{
|
|
4665
4678
|
message: "Delete all conversations?",
|
|
4666
4679
|
onConfirm: () => {
|
|
@@ -4682,19 +4695,19 @@ const pa = (e) => {
|
|
|
4682
4695
|
)
|
|
4683
4696
|
] }) })
|
|
4684
4697
|
] });
|
|
4685
|
-
},
|
|
4686
|
-
/* @__PURE__ */ h(
|
|
4687
|
-
/* @__PURE__ */ h(
|
|
4698
|
+
}, ec = () => /* @__PURE__ */ h(He, { children: Array.from({ length: 5 }, (e, t) => /* @__PURE__ */ j("div", { className: W.skeletonItem, children: [
|
|
4699
|
+
/* @__PURE__ */ h(Nt, { heading: !0, width: "60%" }),
|
|
4700
|
+
/* @__PURE__ */ h(Nt, { width: "30%" })
|
|
4688
4701
|
] }, t)) }), va = ({ label: e }) => /* @__PURE__ */ j("div", { className: W.loadingRow, role: "status", "aria-live": "polite", children: [
|
|
4689
|
-
/* @__PURE__ */ h(
|
|
4702
|
+
/* @__PURE__ */ h(wn, { withOverlay: !1, small: !0 }),
|
|
4690
4703
|
/* @__PURE__ */ h("span", { className: "cds--type-body-compact-01", children: e })
|
|
4691
|
-
] }),
|
|
4692
|
-
class
|
|
4704
|
+
] }), tc = 6e4, ac = 5, nc = 50;
|
|
4705
|
+
class sc extends Error {
|
|
4693
4706
|
constructor(t = "Query was cancelled due to a new query being submitted") {
|
|
4694
4707
|
super(t), this.name = "QueryCancelledError";
|
|
4695
4708
|
}
|
|
4696
4709
|
}
|
|
4697
|
-
class
|
|
4710
|
+
class oc {
|
|
4698
4711
|
executor = null;
|
|
4699
4712
|
pendingQuery = null;
|
|
4700
4713
|
conversationRef = null;
|
|
@@ -4711,7 +4724,7 @@ class tc {
|
|
|
4711
4724
|
return this.executor;
|
|
4712
4725
|
}
|
|
4713
4726
|
setPendingQuery(t) {
|
|
4714
|
-
this.pendingQuery && t !== null && (clearTimeout(this.pendingQuery.timeout), this.pendingQuery.reject(new
|
|
4727
|
+
this.pendingQuery && t !== null && (clearTimeout(this.pendingQuery.timeout), this.pendingQuery.reject(new sc())), this.pendingQuery = t;
|
|
4715
4728
|
}
|
|
4716
4729
|
getPendingQuery() {
|
|
4717
4730
|
return this.pendingQuery;
|
|
@@ -4723,17 +4736,17 @@ class tc {
|
|
|
4723
4736
|
return this.pendingQuery?.query === t;
|
|
4724
4737
|
}
|
|
4725
4738
|
}
|
|
4726
|
-
const te = new
|
|
4739
|
+
const te = new oc(), ic = (e) => ({
|
|
4727
4740
|
content: "",
|
|
4728
4741
|
source_url: e.source_url ?? "",
|
|
4729
4742
|
title: e.title ?? "",
|
|
4730
4743
|
source_type: e.source_type ?? "document"
|
|
4731
|
-
}),
|
|
4744
|
+
}), rc = (e) => ({
|
|
4732
4745
|
content: "",
|
|
4733
4746
|
source_url: e.source_url ?? "",
|
|
4734
4747
|
title: e.title ?? "",
|
|
4735
4748
|
source_type: e.source_type ?? "document"
|
|
4736
|
-
}),
|
|
4749
|
+
}), cc = (e) => {
|
|
4737
4750
|
const t = /* @__PURE__ */ new Set();
|
|
4738
4751
|
return e.filter((n) => {
|
|
4739
4752
|
const s = t.has(n.source_url);
|
|
@@ -4746,10 +4759,10 @@ function wa(e) {
|
|
|
4746
4759
|
function xa(e) {
|
|
4747
4760
|
te.setExecutor(e);
|
|
4748
4761
|
}
|
|
4749
|
-
function
|
|
4762
|
+
function lc() {
|
|
4750
4763
|
return te.getExecutor();
|
|
4751
4764
|
}
|
|
4752
|
-
function
|
|
4765
|
+
function uc() {
|
|
4753
4766
|
return (e) => {
|
|
4754
4767
|
const t = te.getPendingQuery();
|
|
4755
4768
|
if (!t) return;
|
|
@@ -4760,11 +4773,11 @@ function ic() {
|
|
|
4760
4773
|
const l = te.getPendingQuery();
|
|
4761
4774
|
l && (clearTimeout(l.timeout), te.setPendingQuery(null), l.resolve({
|
|
4762
4775
|
answer: a,
|
|
4763
|
-
sources:
|
|
4776
|
+
sources: cc(c)
|
|
4764
4777
|
}));
|
|
4765
4778
|
};
|
|
4766
4779
|
if (o.length > 0) {
|
|
4767
|
-
const c = o.map((l) =>
|
|
4780
|
+
const c = o.map((l) => ic(l));
|
|
4768
4781
|
i(c);
|
|
4769
4782
|
return;
|
|
4770
4783
|
}
|
|
@@ -4774,17 +4787,17 @@ function ic() {
|
|
|
4774
4787
|
if (d?.current) {
|
|
4775
4788
|
const u = d.current.getLatest();
|
|
4776
4789
|
if (u?.sources && u.sources.length > 0) {
|
|
4777
|
-
const m = u.sources.map((f) =>
|
|
4790
|
+
const m = u.sources.map((f) => rc(f));
|
|
4778
4791
|
i(m);
|
|
4779
4792
|
return;
|
|
4780
4793
|
}
|
|
4781
4794
|
}
|
|
4782
|
-
c > 0 ? setTimeout(() => r(c - 1),
|
|
4795
|
+
c > 0 ? setTimeout(() => r(c - 1), nc) : i([]);
|
|
4783
4796
|
};
|
|
4784
|
-
r(
|
|
4797
|
+
r(ac);
|
|
4785
4798
|
};
|
|
4786
4799
|
}
|
|
4787
|
-
function
|
|
4800
|
+
function dc(e, t = tc) {
|
|
4788
4801
|
return (n) => new Promise((s, a) => {
|
|
4789
4802
|
const o = setTimeout(() => {
|
|
4790
4803
|
te.isPendingQueryMatch(n) && (te.clearPendingQuery(), a(new Error("Request timed out")));
|
|
@@ -4797,11 +4810,11 @@ function rc(e, t = Yr) {
|
|
|
4797
4810
|
}), e(n);
|
|
4798
4811
|
});
|
|
4799
4812
|
}
|
|
4800
|
-
function
|
|
4801
|
-
const { submitQuery: t, conversation: n } =
|
|
4813
|
+
function hc({ children: e }) {
|
|
4814
|
+
const { submitQuery: t, conversation: n } = nr(), s = $(n);
|
|
4802
4815
|
return s.current = n, H(() => {
|
|
4803
4816
|
wa(s);
|
|
4804
|
-
const a =
|
|
4817
|
+
const a = dc(t);
|
|
4805
4818
|
return xa(a), () => {
|
|
4806
4819
|
xa(null), wa(null);
|
|
4807
4820
|
};
|
|
@@ -4821,7 +4834,7 @@ const _a = ({
|
|
|
4821
4834
|
onRemoveContext: d,
|
|
4822
4835
|
onSeeVersion: u
|
|
4823
4836
|
}) => {
|
|
4824
|
-
const m = A((C) => C.messages), f = A((C) => C.clearMessages), p = A((C) => C.conversationTitle), k = A((C) => C.view), b = L((C) => C.conversationId), g = N((C) => !!C.transport?.fetchConversations), y = N((C) => !!C.transport?.rollbackConversation), v = N((C) => C.rollback), T = N((C) => C.conversations), z = N((C) => C.isLoadingConversations), w = N((C) => C.isLoadingMessages), x = N((C) => C.error), S = N((C) => C.hasMore), D = N((C) => C.showHistory), X = N((C) => C.hideHistory),
|
|
4837
|
+
const m = A((C) => C.messages), f = A((C) => C.clearMessages), p = A((C) => C.conversationTitle), k = A((C) => C.view), b = L((C) => C.conversationId), g = N((C) => !!C.transport?.fetchConversations), y = N((C) => !!C.transport?.rollbackConversation), v = N((C) => C.rollback), T = N((C) => C.conversations), z = N((C) => C.isLoadingConversations), w = N((C) => C.isLoadingMessages), x = N((C) => C.error), S = N((C) => C.hasMore), D = N((C) => C.showHistory), X = N((C) => C.hideHistory), K = N((C) => C.selectConversation), Y = N((C) => C.renameConversation), ne = N((C) => C.deleteConversation), fe = N((C) => C.deleteAllConversations), ue = N((C) => C.loadMore), de = s ?? K, ke = E(() => {
|
|
4825
4838
|
f(), n?.();
|
|
4826
4839
|
}, [f, n]), Oe = E(
|
|
4827
4840
|
(C, I) => {
|
|
@@ -4831,18 +4844,19 @@ const _a = ({
|
|
|
4831
4844
|
), Ce = E(() => {
|
|
4832
4845
|
k === "history" ? X() : D();
|
|
4833
4846
|
}, [k, D, X]);
|
|
4834
|
-
return /* @__PURE__ */ h(
|
|
4847
|
+
return /* @__PURE__ */ h(xn, { theme: "g10", className: Ee.themeWrapper, children: /* @__PURE__ */ j(Fn, { className: `${Ee.container} ${c ?? ""}`, showWorkspace: k === "history", children: [
|
|
4835
4848
|
/* @__PURE__ */ h("div", { slot: "header", children: /* @__PURE__ */ h(
|
|
4836
|
-
|
|
4849
|
+
Ys,
|
|
4837
4850
|
{
|
|
4838
|
-
onReset:
|
|
4851
|
+
onReset: ke,
|
|
4839
4852
|
onShowHistory: g ? Ce : void 0,
|
|
4840
4853
|
conversationTitle: p ?? void 0,
|
|
4841
|
-
view: k
|
|
4854
|
+
view: k,
|
|
4855
|
+
isBusy: a
|
|
4842
4856
|
}
|
|
4843
4857
|
) }),
|
|
4844
4858
|
/* @__PURE__ */ h("div", { slot: "messages", className: Ee.messagesSlot, children: /* @__PURE__ */ h(
|
|
4845
|
-
|
|
4859
|
+
qs,
|
|
4846
4860
|
{
|
|
4847
4861
|
messages: m,
|
|
4848
4862
|
emptyStateTitle: i,
|
|
@@ -4852,27 +4866,27 @@ const _a = ({
|
|
|
4852
4866
|
}
|
|
4853
4867
|
) }),
|
|
4854
4868
|
/* @__PURE__ */ h("div", { slot: "workspace", className: Ee.workspaceSlot, children: /* @__PURE__ */ h(
|
|
4855
|
-
|
|
4869
|
+
Zr,
|
|
4856
4870
|
{
|
|
4857
4871
|
conversations: T,
|
|
4858
4872
|
activeConversationId: b,
|
|
4859
|
-
onSelectConversation:
|
|
4873
|
+
onSelectConversation: de,
|
|
4860
4874
|
onRenameConversation: Y,
|
|
4861
4875
|
onDeleteConversation: ne,
|
|
4862
|
-
onDeleteAllConversations:
|
|
4876
|
+
onDeleteAllConversations: fe,
|
|
4863
4877
|
isLoadingConversations: z,
|
|
4864
4878
|
isOpeningConversation: w,
|
|
4865
4879
|
error: x,
|
|
4866
4880
|
hasMore: S,
|
|
4867
|
-
onLoadMore:
|
|
4881
|
+
onLoadMore: ue
|
|
4868
4882
|
}
|
|
4869
4883
|
) }),
|
|
4870
4884
|
/* @__PURE__ */ h("div", { slot: "input", children: /* @__PURE__ */ j("div", { className: Ee.inputBlock, children: [
|
|
4871
|
-
/* @__PURE__ */ h(
|
|
4872
|
-
/* @__PURE__ */ h(
|
|
4885
|
+
/* @__PURE__ */ h(eo, { items: l, onRemoveItem: d }),
|
|
4886
|
+
/* @__PURE__ */ h(Xn, { onSend: e, onStop: t, isBusy: a, isOpen: o })
|
|
4873
4887
|
] }) })
|
|
4874
4888
|
] }) });
|
|
4875
|
-
},
|
|
4889
|
+
}, vl = ({
|
|
4876
4890
|
onSendMessage: e,
|
|
4877
4891
|
kapaAiIntegrationId: t,
|
|
4878
4892
|
onStopGeneration: n,
|
|
@@ -4898,45 +4912,45 @@ const _a = ({
|
|
|
4898
4912
|
contextItems: l,
|
|
4899
4913
|
onRemoveContext: d,
|
|
4900
4914
|
onSeeVersion: u
|
|
4901
|
-
}, f =
|
|
4915
|
+
}, f = za(
|
|
4902
4916
|
() => ({
|
|
4903
4917
|
askAI: {
|
|
4904
4918
|
// onQuerySubmit is intentionally empty - we don't need to handle query submission
|
|
4905
4919
|
// as the tool execution flow is managed by createSubmitAndWait and the executor
|
|
4906
4920
|
onQuerySubmit: () => {
|
|
4907
4921
|
},
|
|
4908
|
-
onAnswerGenerationCompleted:
|
|
4922
|
+
onAnswerGenerationCompleted: uc()
|
|
4909
4923
|
}
|
|
4910
4924
|
}),
|
|
4911
4925
|
[]
|
|
4912
4926
|
);
|
|
4913
|
-
return t ? /* @__PURE__ */ h(
|
|
4914
|
-
},
|
|
4915
|
-
wrapper:
|
|
4916
|
-
wrapperOpen:
|
|
4917
|
-
panel:
|
|
4918
|
-
},
|
|
4927
|
+
return t ? /* @__PURE__ */ h(ar, { integrationId: t, callbacks: f, userTrackingMode: "none", children: /* @__PURE__ */ h(hc, { children: /* @__PURE__ */ h(_a, { ...m }) }) }) : /* @__PURE__ */ h(_a, { ...m });
|
|
4928
|
+
}, mc = "_wrapper_vs6dz_9", pc = "_wrapperOpen_vs6dz_22", gc = "_panel_vs6dz_26", rt = {
|
|
4929
|
+
wrapper: mc,
|
|
4930
|
+
wrapperOpen: pc,
|
|
4931
|
+
panel: gc
|
|
4932
|
+
}, fc = () => ({
|
|
4919
4933
|
activeCount: 0,
|
|
4920
4934
|
rootSnapshot: null,
|
|
4921
4935
|
hostRegistry: /* @__PURE__ */ new Map(),
|
|
4922
4936
|
mediaWatcher: null,
|
|
4923
4937
|
mode: "sidecar",
|
|
4924
4938
|
activeWidth: 416
|
|
4925
|
-
}),
|
|
4926
|
-
const e = { current:
|
|
4939
|
+
}), kc = () => {
|
|
4940
|
+
const e = { current: fc() }, t = () => e.current, n = (a) => {
|
|
4927
4941
|
e.current = { ...e.current, ...a };
|
|
4928
4942
|
};
|
|
4929
4943
|
return { getState: t, setState: n, updateHostRegistry: (a) => {
|
|
4930
4944
|
const o = t();
|
|
4931
4945
|
n({ hostRegistry: a(o.hostRegistry) });
|
|
4932
4946
|
} };
|
|
4933
|
-
}, P =
|
|
4934
|
-
if (!
|
|
4947
|
+
}, P = kc(), cn = "data-copilot-chat-layout", kt = "data-copilot-chat-host", Ve = "--copilot-chat-sidecar-width", We = "--copilot-chat-panel-z-index", Ge = "--copilot-chat-offset-top", le = () => typeof document < "u" && typeof window < "u", yc = (e) => {
|
|
4948
|
+
if (!le() || !e)
|
|
4935
4949
|
return 0;
|
|
4936
4950
|
const t = document.querySelector(e);
|
|
4937
4951
|
return t instanceof HTMLElement ? t.offsetHeight : 0;
|
|
4938
|
-
},
|
|
4939
|
-
if (!
|
|
4952
|
+
}, bc = (e) => {
|
|
4953
|
+
if (!le())
|
|
4940
4954
|
return [];
|
|
4941
4955
|
if (e) {
|
|
4942
4956
|
const t = document.querySelectorAll(e), n = Array.from(t).filter(
|
|
@@ -4945,10 +4959,10 @@ const _a = ({
|
|
|
4945
4959
|
return n.length > 0 ? n : [document.body];
|
|
4946
4960
|
}
|
|
4947
4961
|
return [document.body];
|
|
4948
|
-
},
|
|
4962
|
+
}, ln = (e) => {
|
|
4949
4963
|
P.getState().hostRegistry.forEach((n, s) => s.setAttribute(kt, e));
|
|
4950
|
-
},
|
|
4951
|
-
if (!
|
|
4964
|
+
}, vc = (e, t, n) => {
|
|
4965
|
+
if (!le())
|
|
4952
4966
|
return;
|
|
4953
4967
|
const s = document.documentElement;
|
|
4954
4968
|
P.getState().rootSnapshot || P.setState({
|
|
@@ -4957,16 +4971,16 @@ const _a = ({
|
|
|
4957
4971
|
zIndex: s.style.getPropertyValue(We),
|
|
4958
4972
|
topOffset: s.style.getPropertyValue(Ge)
|
|
4959
4973
|
}
|
|
4960
|
-
}), P.setState({ activeWidth: e }), s.style.setProperty(Ve, `${e}px`), s.style.setProperty(We, `${t}`), s.style.setProperty(Ge, `${n}px`),
|
|
4961
|
-
},
|
|
4962
|
-
if (!
|
|
4974
|
+
}), P.setState({ activeWidth: e }), s.style.setProperty(Ve, `${e}px`), s.style.setProperty(We, `${t}`), s.style.setProperty(Ge, `${n}px`), ln(P.getState().mode);
|
|
4975
|
+
}, wc = () => {
|
|
4976
|
+
if (!le())
|
|
4963
4977
|
return;
|
|
4964
4978
|
const e = P.getState();
|
|
4965
4979
|
if (!e.rootSnapshot)
|
|
4966
4980
|
return;
|
|
4967
4981
|
const t = document.documentElement, { width: n, zIndex: s, topOffset: a } = e.rootSnapshot;
|
|
4968
4982
|
n ? t.style.setProperty(Ve, n) : t.style.removeProperty(Ve), s ? t.style.setProperty(We, s) : t.style.removeProperty(We), a ? t.style.setProperty(Ge, a) : t.style.removeProperty(Ge), P.setState({ rootSnapshot: null, activeWidth: 416 });
|
|
4969
|
-
},
|
|
4983
|
+
}, xc = (e) => {
|
|
4970
4984
|
const t = P.getState(), n = t.hostRegistry.get(e) ?? { count: 0 };
|
|
4971
4985
|
return P.updateHostRegistry((s) => {
|
|
4972
4986
|
const a = new Map(s);
|
|
@@ -4989,11 +5003,11 @@ const _a = ({
|
|
|
4989
5003
|
});
|
|
4990
5004
|
};
|
|
4991
5005
|
}, Ca = (e) => {
|
|
4992
|
-
|
|
4993
|
-
},
|
|
4994
|
-
|
|
4995
|
-
},
|
|
4996
|
-
if (!
|
|
5006
|
+
le() && (P.setState({ mode: e }), document.body.setAttribute(cn, e), ln(e));
|
|
5007
|
+
}, _c = () => {
|
|
5008
|
+
le() && (document.body.removeAttribute(cn), P.setState({ mode: "sidecar" }));
|
|
5009
|
+
}, Cc = (e) => {
|
|
5010
|
+
if (!le() || typeof window.matchMedia != "function")
|
|
4997
5011
|
return Ca("sidecar"), () => {
|
|
4998
5012
|
};
|
|
4999
5013
|
const t = window.matchMedia(`(max-width: ${e}px)`), n = (a) => {
|
|
@@ -5002,36 +5016,36 @@ const _a = ({
|
|
|
5002
5016
|
n(t.matches);
|
|
5003
5017
|
const s = (a) => n(a.matches);
|
|
5004
5018
|
return t.addEventListener("change", s), () => t.removeEventListener("change", s);
|
|
5005
|
-
},
|
|
5006
|
-
if (!
|
|
5019
|
+
}, Sc = (e) => {
|
|
5020
|
+
if (!le())
|
|
5007
5021
|
return;
|
|
5008
5022
|
const t = P.getState();
|
|
5009
5023
|
if (t.mediaWatcher && t.mediaWatcher.breakpoint === e)
|
|
5010
5024
|
return;
|
|
5011
5025
|
t.mediaWatcher?.dispose();
|
|
5012
|
-
const n =
|
|
5026
|
+
const n = Cc(e);
|
|
5013
5027
|
P.setState({ mediaWatcher: { breakpoint: e, dispose: n } });
|
|
5014
|
-
},
|
|
5015
|
-
P.getState().mediaWatcher?.dispose(), P.setState({ mediaWatcher: null }),
|
|
5016
|
-
},
|
|
5028
|
+
}, Ec = () => {
|
|
5029
|
+
P.getState().mediaWatcher?.dispose(), P.setState({ mediaWatcher: null }), _c();
|
|
5030
|
+
}, Tc = ({
|
|
5017
5031
|
width: e,
|
|
5018
5032
|
zIndex: t,
|
|
5019
5033
|
workareaSelector: n,
|
|
5020
5034
|
headerSelector: s,
|
|
5021
5035
|
responsiveBreakpoint: a
|
|
5022
5036
|
}) => {
|
|
5023
|
-
if (!
|
|
5037
|
+
if (!le())
|
|
5024
5038
|
return () => {
|
|
5025
5039
|
};
|
|
5026
|
-
const o =
|
|
5027
|
-
|
|
5028
|
-
const r = o.map((l) =>
|
|
5040
|
+
const o = bc(n), i = yc(s);
|
|
5041
|
+
vc(e, t, i), Sc(a);
|
|
5042
|
+
const r = o.map((l) => xc(l)), c = P.getState();
|
|
5029
5043
|
return P.setState({ activeCount: c.activeCount + 1 }), () => {
|
|
5030
5044
|
r.forEach((u) => u());
|
|
5031
5045
|
const l = P.getState(), d = Math.max(l.activeCount - 1, 0);
|
|
5032
|
-
P.setState({ activeCount: d }), d === 0 && (
|
|
5046
|
+
P.setState({ activeCount: d }), d === 0 && (Ec(), wc());
|
|
5033
5047
|
};
|
|
5034
|
-
},
|
|
5048
|
+
}, jc = ({
|
|
5035
5049
|
enabled: e,
|
|
5036
5050
|
width: t,
|
|
5037
5051
|
zIndex: n,
|
|
@@ -5042,7 +5056,7 @@ const _a = ({
|
|
|
5042
5056
|
ja(() => {
|
|
5043
5057
|
if (!e)
|
|
5044
5058
|
return;
|
|
5045
|
-
const i =
|
|
5059
|
+
const i = Tc({
|
|
5046
5060
|
width: t,
|
|
5047
5061
|
zIndex: n,
|
|
5048
5062
|
workareaSelector: s,
|
|
@@ -5051,24 +5065,24 @@ const _a = ({
|
|
|
5051
5065
|
});
|
|
5052
5066
|
return () => i();
|
|
5053
5067
|
}, [e, t, n, s, a, o]);
|
|
5054
|
-
},
|
|
5055
|
-
"../ContextBar/ContextBar.module.css":
|
|
5056
|
-
"../ConversationHistoryPanel/ConversationHistoryPanel.module.css":
|
|
5057
|
-
"../ConversationHistoryPanel/ConversationHistoryRow.module.css":
|
|
5058
|
-
"../ConversationHistoryPanel/DeleteConfirmation.module.css":
|
|
5059
|
-
"./copilotChat.module.css":
|
|
5060
|
-
"./copilotSidecar.module.css":
|
|
5061
|
-
}),
|
|
5062
|
-
`),
|
|
5068
|
+
}, zc = "._container_db17r_9{display:flex;flex-wrap:wrap;align-items:center;gap:var(--cds-spacing-02);padding:var(--cds-spacing-03) var(--cds-spacing-05);background-color:var(--cds-layer-01)}._tag_db17r_18{max-inline-size:100%;min-inline-size:0}", Ic = "._panel_fkjgk_9{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}._conversationList_fkjgk_18{display:flex;flex-direction:column;flex:1;overflow-x:hidden;overflow-y:auto;padding:0}._emptyState_fkjgk_27{display:flex;flex-direction:column;flex:1;padding:var(--cds-spacing-05);color:var(--cds-text-secondary)}._emptyStateTitle_fkjgk_35{margin-block-end:var(--cds-spacing-03);font-size:var(--cds-body-compact-01-font-size);color:var(--cds-text-secondary)}._emptyStateDescription_fkjgk_41{font-size:var(--cds-body-compact-01-font-size);color:var(--cds-text-secondary)}._loadMoreContainer_fkjgk_46{display:flex;justify-content:center;padding:var(--cds-spacing-03) 0}._loadingMoreContainer_fkjgk_52{display:flex;align-items:center;justify-content:center;padding:var(--cds-spacing-05) 0}._loadingRow_fkjgk_59{display:inline-flex;align-items:center;justify-content:center;gap:var(--cds-spacing-03)}._errorNotification_fkjgk_66{margin:var(--cds-spacing-03)}._skeletonItem_fkjgk_70{display:flex;flex-direction:column;gap:var(--cds-spacing-02);padding:var(--cds-spacing-03) var(--cds-spacing-05);border-block-end:1px solid var(--cds-border-subtle-01)}._footer_fkjgk_78{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-block-start:auto;padding:var(--cds-spacing-03) var(--cds-spacing-05);border-block-start:1px solid var(--cds-border-subtle-01)}._footerText_fkjgk_88{font-size:var(--cds-helper-text-02-font-size);color:var(--cds-text-secondary)}", Oc = "._conversationItem_1gc29_9{display:flex;flex-direction:column;gap:var(--cds-spacing-02);background-color:inherit;color:inherit;text-decoration:none;text-align:start;cursor:pointer;inline-size:100%;border:0;border-radius:0;border-block-end:1px solid var(--cds-border-subtle-01);padding:var(--cds-spacing-03) var(--cds-spacing-05)}._conversationItem_1gc29_9:hover{background-color:var(--cds-layer-hover-01)}._conversationItem_1gc29_9:hover,._conversationItem_1gc29_9:link,._conversationItem_1gc29_9:focus,._conversationItem_1gc29_9:active,._conversationItem_1gc29_9:visited{color:inherit;text-decoration:none}._rowContent_1gc29_38{display:flex;align-items:center;gap:var(--cds-spacing-03);inline-size:100%}._rowActions_1gc29_45{display:flex;gap:var(--cds-spacing-01);flex-shrink:0;opacity:0;transition:opacity .12s ease}._conversationItem_1gc29_9:hover ._rowActions_1gc29_45,._conversationItem_1gc29_9:focus-within ._rowActions_1gc29_45{opacity:1}._actionIcon_1gc29_58{min-block-size:unset;block-size:1.5rem;inline-size:1.5rem}._editRow_1gc29_64{display:flex;align-items:flex-end;gap:var(--cds-spacing-02)}._editInput_1gc29_70{flex:1;min-inline-size:0}._rowButton_1gc29_75{display:flex;flex-direction:column;align-items:flex-start;gap:var(--cds-spacing-02);flex:1;min-inline-size:0;padding:0;border:0;background:none;text-align:start;color:var(--cds-text-primary);font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer}._active_1gc29_93{background-color:var(--cds-layer-selected-01)}._activeDot_1gc29_97{position:absolute;inset-block-start:50%;inset-inline-start:calc(-1 * var(--cds-spacing-03));translate:0 -50%;display:block;inline-size:.375rem;block-size:.375rem;border-radius:50%;background-color:var(--cds-link-primary)}._timestampRow_1gc29_109{position:relative;display:inline-flex;align-items:center}._timestamp_1gc29_109{font-size:var(--cds-helper-text-01-font-size);font-weight:var(--cds-label-01-font-weight);color:var(--cds-text-secondary)}", Rc = "._confirmation_prut5_9{display:flex;align-items:center;gap:var(--cds-spacing-03);inline-size:100%}._actions_prut5_16{display:flex;gap:var(--cds-spacing-03);margin-inline-start:auto}", Ac = '._themeWrapper_neun4_9{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}._container_neun4_17{--cds-chat-shell-background: var(--cds-background);display:flex;flex-direction:column;flex:1;min-height:0;height:100%;background-color:var(--cds-background);font-family:var(--cds-font-family-sans)}._messagesSlot_neun4_29,._workspaceSlot_neun4_36{display:flex;flex-direction:column;height:100%;min-height:0}._inputSlotNoBorder_neun4_43>div{border-block-start:none}._inputBlock_neun4_47{border-block-start:1px solid var(--cds-border-subtle-00);position:relative}._inputBlock_neun4_47:focus-within:after{content:"";position:absolute;inset:0;border:2px solid var(--cds-focus);pointer-events:none}', Lc = "._wrapper_vs6dz_9{position:fixed;inset-block-start:var(--copilot-chat-offset-top);inset-inline-end:0;inset-block-end:0;inline-size:var(--copilot-chat-sidecar-width);z-index:12;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}._wrapperOpen_vs6dz_22{transform:translate(0)}._panel_vs6dz_26{display:flex;flex-direction:column;block-size:100%;background-color:var(--cds-background);border-inline-start:1px solid var(--cds-border-subtle-00)}", Pc = ":root{--copilot-chat-sidecar-width: 400px;--copilot-chat-panel-z-index: 9999;--copilot-chat-transition: var(--cds-duration-moderate-01) cubic-bezier(.2, 0, .38, .9);--copilot-chat-offset-top: 0}body[data-copilot-chat-layout=sidecar][data-copilot-chat-host],[data-copilot-chat-host]{padding-inline-end:var(--copilot-chat-sidecar-width);transition:padding-inline-end var(--copilot-chat-transition);box-sizing:border-box}body[data-copilot-chat-layout=bottom-sheet]{padding-inline-end:0}", Sa = "copilot-chat-sidecar-styles", Mc = /* @__PURE__ */ Object.assign({
|
|
5069
|
+
"../ContextBar/ContextBar.module.css": zc,
|
|
5070
|
+
"../ConversationHistoryPanel/ConversationHistoryPanel.module.css": Ic,
|
|
5071
|
+
"../ConversationHistoryPanel/ConversationHistoryRow.module.css": Oc,
|
|
5072
|
+
"../ConversationHistoryPanel/DeleteConfirmation.module.css": Rc,
|
|
5073
|
+
"./copilotChat.module.css": Ac,
|
|
5074
|
+
"./copilotSidecar.module.css": Lc
|
|
5075
|
+
}), Nc = [Pc, ...Object.values(Mc)].join(`
|
|
5076
|
+
`), qc = () => {
|
|
5063
5077
|
if (typeof document > "u" || document.getElementById(Sa))
|
|
5064
5078
|
return;
|
|
5065
5079
|
const t = document.createElement("style");
|
|
5066
|
-
t.id = Sa, t.textContent =
|
|
5067
|
-
},
|
|
5080
|
+
t.id = Sa, t.textContent = Nc, document.head.appendChild(t);
|
|
5081
|
+
}, wl = ({ children: e, workareaSelector: t, headerSelector: n }) => {
|
|
5068
5082
|
const s = _e((o) => o.isOpen);
|
|
5069
5083
|
H(() => {
|
|
5070
|
-
|
|
5071
|
-
}, []),
|
|
5084
|
+
qc();
|
|
5085
|
+
}, []), jc({
|
|
5072
5086
|
enabled: s,
|
|
5073
5087
|
width: 400,
|
|
5074
5088
|
zIndex: 12,
|
|
@@ -5080,13 +5094,13 @@ const _a = ({
|
|
|
5080
5094
|
_e.getState().close();
|
|
5081
5095
|
}, []);
|
|
5082
5096
|
return /* @__PURE__ */ h("div", { className: `${rt.wrapper} ${s ? rt.wrapperOpen : ""}`, children: /* @__PURE__ */ h("div", { className: rt.panel, children: e({ onMinimize: a, isOpen: s }) }) });
|
|
5083
|
-
},
|
|
5097
|
+
}, xl = () => {
|
|
5084
5098
|
_e.getState().open();
|
|
5085
|
-
},
|
|
5099
|
+
}, _l = () => {
|
|
5086
5100
|
_e.getState().close();
|
|
5087
|
-
},
|
|
5101
|
+
}, Cl = () => {
|
|
5088
5102
|
_e.getState().toggle();
|
|
5089
|
-
},
|
|
5103
|
+
}, Sl = () => _e((e) => e.isOpen), Dc = {
|
|
5090
5104
|
[R.THINKING]: "Thinking...",
|
|
5091
5105
|
[R.EXECUTION_PLAN]: "Planning...",
|
|
5092
5106
|
[R.TOOL_PLANNING]: void 0,
|
|
@@ -5096,8 +5110,8 @@ const _a = ({
|
|
|
5096
5110
|
[R.EXECUTION_COMPLETE]: void 0,
|
|
5097
5111
|
[R.ERROR]: "Error",
|
|
5098
5112
|
[R.CONVERSATION_TITLE]: void 0
|
|
5099
|
-
},
|
|
5100
|
-
` : "") + e,
|
|
5113
|
+
}, un = (e, t) => Dc[e], bt = (e) => e.type === R.THINKING && (e.status === V.IN_PROGRESS || e.status === V.COMPLETED) && !!e.content, Bc = (e) => e.type === R.TOOL_PLANNING && (e.status === V.IN_PROGRESS || e.status === V.COMPLETED), Fc = (e) => e.type === R.TOOL_RESULT && (e.status === V.IN_PROGRESS || e.status === V.COMPLETED), dn = (e) => e.type === R.TOOL_INVOKE || e.type === R.EXTERNAL_TOOL_CALL, Uc = (e) => e.type === R.EXECUTION_COMPLETE, Hc = (e) => e.status === V.ERROR, Kc = (e) => e.status === V.IN_PROGRESS && !!e.type, $c = (e) => bt(e) || Bc(e) || dn(e) || Fc(e), hn = () => `thinking-${Date.now()}-${Math.random().toString(36).slice(2, 7)}`, Qc = (e, t) => e.startsWith(t) ? e.slice(t.length) : (t.length > 0 ? `
|
|
5114
|
+
` : "") + e, Vc = (e) => {
|
|
5101
5115
|
const n = {
|
|
5102
5116
|
[R.TOOL_PLANNING]: "Planning",
|
|
5103
5117
|
[R.TOOL_INVOKE]: "Executing",
|
|
@@ -5120,22 +5134,22 @@ const _a = ({
|
|
|
5120
5134
|
o(e.messageId);
|
|
5121
5135
|
break;
|
|
5122
5136
|
}
|
|
5123
|
-
},
|
|
5137
|
+
}, Wc = (e, t) => ({
|
|
5124
5138
|
contentType: oe.getContentType(e),
|
|
5125
5139
|
resultString: typeof t == "string" ? t : JSON.stringify(t)
|
|
5126
|
-
}),
|
|
5127
|
-
if (
|
|
5140
|
+
}), Gc = (e, t) => Kc(e) ? t(e.type, e.toolName) : void 0, Xc = (e, t, n, s, a, o, i) => {
|
|
5141
|
+
if (!$c(e))
|
|
5128
5142
|
return { newBlockId: n, newContent: s };
|
|
5129
|
-
const r =
|
|
5143
|
+
const r = bt(e) ? e.content || "" : Vc(e);
|
|
5130
5144
|
if (!r)
|
|
5131
5145
|
return { newBlockId: n, newContent: s };
|
|
5132
|
-
const c = !n, l = c ?
|
|
5146
|
+
const c = !n, l = c ? hn() : n, d = a || o || `Thinking (${i + 1})...`, u = Qc(r, c ? "" : s);
|
|
5133
5147
|
return {
|
|
5134
5148
|
action: c ? { type: "ADD_BLOCK", messageId: t, blockId: l, label: d, content: u } : { type: "APPEND_BLOCK", messageId: t, blockId: l, label: "", content: u },
|
|
5135
5149
|
newBlockId: l,
|
|
5136
5150
|
newContent: r
|
|
5137
5151
|
};
|
|
5138
|
-
},
|
|
5152
|
+
}, Yc = ({
|
|
5139
5153
|
event: e,
|
|
5140
5154
|
messageId: t,
|
|
5141
5155
|
currentBlockId: n,
|
|
@@ -5152,8 +5166,8 @@ const _a = ({
|
|
|
5152
5166
|
newAccumulatedContent: i,
|
|
5153
5167
|
newBlockCount: o
|
|
5154
5168
|
};
|
|
5155
|
-
if (
|
|
5156
|
-
const p = `**Error**: ${e.content || "Copilot agent error"}`, k = n ||
|
|
5169
|
+
if (Hc(e)) {
|
|
5170
|
+
const p = `**Error**: ${e.content || "Copilot agent error"}`, k = n || hn(), b = n ? {
|
|
5157
5171
|
type: "APPEND_BLOCK",
|
|
5158
5172
|
messageId: t,
|
|
5159
5173
|
blockId: n,
|
|
@@ -5177,11 +5191,11 @@ ${p}`
|
|
|
5177
5191
|
newBlockCount: n ? o : o + 1
|
|
5178
5192
|
};
|
|
5179
5193
|
}
|
|
5180
|
-
const c =
|
|
5194
|
+
const c = Gc(e, r), {
|
|
5181
5195
|
action: l,
|
|
5182
5196
|
newBlockId: d,
|
|
5183
5197
|
newContent: u
|
|
5184
|
-
} =
|
|
5198
|
+
} = Xc(
|
|
5185
5199
|
e,
|
|
5186
5200
|
t,
|
|
5187
5201
|
n,
|
|
@@ -5189,8 +5203,8 @@ ${p}`
|
|
|
5189
5203
|
c || "",
|
|
5190
5204
|
a,
|
|
5191
5205
|
o
|
|
5192
|
-
), m = l?.type === "ADD_BLOCK" ? o + 1 : o, f =
|
|
5193
|
-
if (
|
|
5206
|
+
), m = l?.type === "ADD_BLOCK" ? o + 1 : o, f = bt(e) && e.content && e.status === V.COMPLETED ? e.content : i;
|
|
5207
|
+
if (dn(e))
|
|
5194
5208
|
return n && l ? {
|
|
5195
5209
|
statusLabel: c,
|
|
5196
5210
|
thinkingAction: {
|
|
@@ -5212,7 +5226,7 @@ ${p}`
|
|
|
5212
5226
|
newAccumulatedContent: f,
|
|
5213
5227
|
newBlockCount: m
|
|
5214
5228
|
};
|
|
5215
|
-
if (
|
|
5229
|
+
if (Uc(e)) {
|
|
5216
5230
|
const p = f || (e.content ?? "");
|
|
5217
5231
|
return {
|
|
5218
5232
|
statusLabel: c,
|
|
@@ -5238,8 +5252,8 @@ ${p}`
|
|
|
5238
5252
|
newAccumulatedContent: f,
|
|
5239
5253
|
newBlockCount: m
|
|
5240
5254
|
};
|
|
5241
|
-
},
|
|
5242
|
-
const n =
|
|
5255
|
+
}, Jc = ({ onToolInvoke: e, transport: t }) => {
|
|
5256
|
+
const n = $(e), s = $(t);
|
|
5243
5257
|
n.current = e, s.current = t;
|
|
5244
5258
|
const a = E((i, r) => {
|
|
5245
5259
|
L.getState().setError(`Tool "${i}" failed: ${r.message}`);
|
|
@@ -5253,7 +5267,7 @@ ${p}`
|
|
|
5253
5267
|
return;
|
|
5254
5268
|
}
|
|
5255
5269
|
try {
|
|
5256
|
-
const u = c ? await c(r, a) : await l?.(i, r), { contentType: m, resultString: f } = oe.has(i) ?
|
|
5270
|
+
const u = c ? await c(r, a) : await l?.(i, r), { contentType: m, resultString: f } = oe.has(i) ? Wc(i, u) : { contentType: "TEXT", resultString: String(u) }, p = L.getState().conversationId;
|
|
5257
5271
|
p && await s.current.sendToolResult({
|
|
5258
5272
|
conversationId: p,
|
|
5259
5273
|
type: "TOOL_RESULT",
|
|
@@ -5270,12 +5284,12 @@ ${p}`
|
|
|
5270
5284
|
),
|
|
5271
5285
|
handleToolExecutionError: a
|
|
5272
5286
|
};
|
|
5273
|
-
},
|
|
5287
|
+
}, Zc = () => `tool-${Date.now()}-${Math.random().toString(36).slice(2, 9)}`, el = ({
|
|
5274
5288
|
getStatusLabel: e,
|
|
5275
5289
|
getMessageContext: t,
|
|
5276
5290
|
onUpdateMessageContext: n
|
|
5277
5291
|
}) => {
|
|
5278
|
-
const s = A((g) => g.updateMessageStatusLabel), a = A((g) => g.addThinkingBlock), o = A((g) => g.appendToThinkingBlock), i = A((g) => g.completeThinkingBlock), r = A((g) => g.completeAllThinkingBlocks), c = A((g) => g.setMessageContent), l = A((g) => g.setMessageSources), d = A((g) => g.addToolBlock), u = A((g) => g.updateToolBlockStatus), m = A((g) => g.updateToolBlockResult), f = A((g) => g.setConversationTitle), p =
|
|
5292
|
+
const s = A((g) => g.updateMessageStatusLabel), a = A((g) => g.addThinkingBlock), o = A((g) => g.appendToThinkingBlock), i = A((g) => g.completeThinkingBlock), r = A((g) => g.completeAllThinkingBlocks), c = A((g) => g.setMessageContent), l = A((g) => g.setMessageSources), d = A((g) => g.addToolBlock), u = A((g) => g.updateToolBlockStatus), m = A((g) => g.updateToolBlockResult), f = A((g) => g.setConversationTitle), p = $(null), k = E(
|
|
5279
5293
|
(g, y) => {
|
|
5280
5294
|
if (!oe.isMixed(g))
|
|
5281
5295
|
return;
|
|
@@ -5304,7 +5318,7 @@ ${p}`
|
|
|
5304
5318
|
(g) => {
|
|
5305
5319
|
if (g.type === R.CONVERSATION_TITLE && g.content)
|
|
5306
5320
|
return f(g.content), { agentResultType: Je.CONVERSATION_TITLE, conversationTitle: g.content };
|
|
5307
|
-
const y = t(), v = e ??
|
|
5321
|
+
const y = t(), v = e ?? un, T = Yc({
|
|
5308
5322
|
event: g,
|
|
5309
5323
|
messageId: y.messageId,
|
|
5310
5324
|
currentBlockId: y.currentThinkingBlockId,
|
|
@@ -5335,9 +5349,9 @@ ${p}`
|
|
|
5335
5349
|
}), T.finalContent?.trim() && y.messageId && c(y.messageId, T.finalContent);
|
|
5336
5350
|
const z = L.getState().processEvent(g);
|
|
5337
5351
|
if ((g.type === R.TOOL_INVOKE || g.type === R.EXTERNAL_TOOL_CALL) && y.messageId && g.toolName) {
|
|
5338
|
-
const w =
|
|
5352
|
+
const w = Zc(), x = (y.toolStepCount ?? 0) + 1;
|
|
5339
5353
|
p.current = w;
|
|
5340
|
-
const S = g.toolArguments ?
|
|
5354
|
+
const S = g.toolArguments ? on(g.toolArguments) : void 0;
|
|
5341
5355
|
d(y.messageId, w, g.toolName, x, S), n({ toolStepCount: x });
|
|
5342
5356
|
}
|
|
5343
5357
|
if (g.type === R.TOOL_RESULT && y.messageId && p.current) {
|
|
@@ -5369,7 +5383,7 @@ ${p}`
|
|
|
5369
5383
|
f
|
|
5370
5384
|
]
|
|
5371
5385
|
) };
|
|
5372
|
-
},
|
|
5386
|
+
}, tl = ({
|
|
5373
5387
|
transport: e,
|
|
5374
5388
|
onEvent: t,
|
|
5375
5389
|
onInitializeMessage: n
|
|
@@ -5429,8 +5443,8 @@ ${p}`
|
|
|
5429
5443
|
resetConversation: m,
|
|
5430
5444
|
loadConversation: p
|
|
5431
5445
|
};
|
|
5432
|
-
},
|
|
5433
|
-
const t =
|
|
5446
|
+
}, al = ({ transport: e }) => {
|
|
5447
|
+
const t = $(e);
|
|
5434
5448
|
H(() => {
|
|
5435
5449
|
t.current = e;
|
|
5436
5450
|
}, [e]), H(() => () => {
|
|
@@ -5445,12 +5459,12 @@ ${p}`
|
|
|
5445
5459
|
accumulatedContent: "",
|
|
5446
5460
|
blockCount: 0,
|
|
5447
5461
|
toolStepCount: 0
|
|
5448
|
-
}),
|
|
5462
|
+
}), El = ({
|
|
5449
5463
|
transport: e,
|
|
5450
5464
|
onToolInvoke: t,
|
|
5451
|
-
getStatusLabel: n =
|
|
5465
|
+
getStatusLabel: n = un
|
|
5452
5466
|
}) => {
|
|
5453
|
-
const s = L(
|
|
5467
|
+
const s = L(yr), a = L((x) => x.setCallbacks), o = A((x) => x.updateMessageStatus), i = A((x) => x.updateMessageStatusLabel), r = A((x) => x.setMessageError), c = $(Te());
|
|
5454
5468
|
H(() => {
|
|
5455
5469
|
a({
|
|
5456
5470
|
onMessageStatusUpdate: o,
|
|
@@ -5462,10 +5476,10 @@ ${p}`
|
|
|
5462
5476
|
c.current = { ...c.current, ...x };
|
|
5463
5477
|
}, []), d = E((x) => {
|
|
5464
5478
|
c.current = Te(x);
|
|
5465
|
-
}, []), { executeToolAndSendResult: u } =
|
|
5479
|
+
}, []), { executeToolAndSendResult: u } = Jc({
|
|
5466
5480
|
onToolInvoke: t,
|
|
5467
5481
|
transport: e
|
|
5468
|
-
}), m =
|
|
5482
|
+
}), m = $(null), f = E(() => c.current, []), p = el({
|
|
5469
5483
|
getStatusLabel: n,
|
|
5470
5484
|
getMessageContext: f,
|
|
5471
5485
|
onUpdateMessageContext: l
|
|
@@ -5477,12 +5491,12 @@ ${p}`
|
|
|
5477
5491
|
S?.agentResultType === Je.TOOL_INVOKE && S.toolName && u(S.toolName, S.toolArguments ?? {});
|
|
5478
5492
|
},
|
|
5479
5493
|
[u]
|
|
5480
|
-
), { sendMessage: b, stopGeneration: g, resetConversation: y, loadConversation: v } =
|
|
5494
|
+
), { sendMessage: b, stopGeneration: g, resetConversation: y, loadConversation: v } = tl({
|
|
5481
5495
|
transport: e,
|
|
5482
5496
|
onEvent: k,
|
|
5483
5497
|
onInitializeMessage: d
|
|
5484
5498
|
});
|
|
5485
|
-
|
|
5499
|
+
al({ transport: e }), H(() => {
|
|
5486
5500
|
N.getState().setTransport(e);
|
|
5487
5501
|
}, [e]);
|
|
5488
5502
|
const T = E(() => {
|
|
@@ -5502,7 +5516,7 @@ ${p}`
|
|
|
5502
5516
|
resetConversation: T,
|
|
5503
5517
|
loadConversation: w
|
|
5504
5518
|
};
|
|
5505
|
-
},
|
|
5519
|
+
}, nl = async (e, t) => {
|
|
5506
5520
|
const n = e.query;
|
|
5507
5521
|
if (typeof n != "string" || n.trim() === "")
|
|
5508
5522
|
return t("kapa_ai_search", new Error("Query parameter is required and must be a non-empty string")), JSON.stringify({
|
|
@@ -5510,7 +5524,7 @@ ${p}`
|
|
|
5510
5524
|
answer: "",
|
|
5511
5525
|
sources: []
|
|
5512
5526
|
});
|
|
5513
|
-
const s = n.trim(), a =
|
|
5527
|
+
const s = n.trim(), a = lc();
|
|
5514
5528
|
if (!a) {
|
|
5515
5529
|
const o = "Kapa search is not available. Ensure CopilotChat is rendered with kapaAiIntegrationId.";
|
|
5516
5530
|
return t("kapa_ai_search", new Error(o)), JSON.stringify({ error: o, answer: "", sources: [] });
|
|
@@ -5529,7 +5543,7 @@ ${p}`
|
|
|
5529
5543
|
sources: []
|
|
5530
5544
|
});
|
|
5531
5545
|
}
|
|
5532
|
-
},
|
|
5546
|
+
}, Tl = {
|
|
5533
5547
|
name: "kapa_ai_search",
|
|
5534
5548
|
description: "Search the Camunda documentation and knowledge base for information. Use this tool when you need to find specific information, documentation, best practices, or answers about Camunda products, BPMN, DMN, Forms, Connectors, or related topics.",
|
|
5535
5549
|
parameters: {
|
|
@@ -5545,32 +5559,32 @@ ${p}`
|
|
|
5545
5559
|
type: "frontend",
|
|
5546
5560
|
contentType: "TEXT",
|
|
5547
5561
|
category: "GENERAL",
|
|
5548
|
-
handler:
|
|
5562
|
+
handler: nl
|
|
5549
5563
|
};
|
|
5550
5564
|
export {
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5565
|
+
yl as AgentState,
|
|
5566
|
+
Xn as ChatInput,
|
|
5567
|
+
xs as ChatMessage,
|
|
5568
|
+
qs as ChatMessageList,
|
|
5569
|
+
vl as CopilotChat,
|
|
5570
|
+
Ys as CopilotHeader,
|
|
5571
|
+
wl as CopilotSidecar,
|
|
5558
5572
|
V as EventStatus,
|
|
5559
5573
|
R as EventType,
|
|
5560
|
-
|
|
5561
|
-
|
|
5574
|
+
La as MarkdownRenderer,
|
|
5575
|
+
sc as QueryCancelledError,
|
|
5562
5576
|
Je as ResultType,
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5577
|
+
ps as ThinkingIndicator,
|
|
5578
|
+
_l as closeSidecar,
|
|
5579
|
+
un as getDefaultStatusLabel,
|
|
5580
|
+
Tl as kapaSearchTool,
|
|
5581
|
+
xl as openSidecar,
|
|
5582
|
+
bl as selectAgentState,
|
|
5583
|
+
yr as selectIsBusy,
|
|
5584
|
+
Cl as toggleSidecar,
|
|
5571
5585
|
oe as toolRegistry,
|
|
5572
|
-
|
|
5586
|
+
El as useAgentAdapter,
|
|
5573
5587
|
L as useAgentStore,
|
|
5574
5588
|
A as useChatStore,
|
|
5575
|
-
|
|
5589
|
+
Sl as useSidecarOpen
|
|
5576
5590
|
};
|