@hiver/connector-agent 2.0.5-globalSearch-beta.10 → 2.0.5-globalSearch-beta.11
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/context/react-query-client-provider/index.d.ts.map +1 -1
- package/index.es.js +19 -22
- package/index.umd.js +10 -10
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/react-query-client-provider/index.tsx"],"names":[],"mappings":"AAEA,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/react-query-client-provider/index.tsx"],"names":[],"mappings":"AAEA,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAIF,QAAA,MAAM,wBAAwB,iBAAkB,uBAAuB,4CAEtE,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
package/index.es.js
CHANGED
|
@@ -33721,7 +33721,7 @@ const hr = {
|
|
|
33721
33721
|
if (!hr.baseUrl)
|
|
33722
33722
|
throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");
|
|
33723
33723
|
return hr;
|
|
33724
|
-
},
|
|
33724
|
+
}, bJ = ({
|
|
33725
33725
|
baseUrl: e,
|
|
33726
33726
|
appEnv: t,
|
|
33727
33727
|
tier: n,
|
|
@@ -36412,7 +36412,7 @@ const B2 = {
|
|
|
36412
36412
|
data: null
|
|
36413
36413
|
});
|
|
36414
36414
|
}
|
|
36415
|
-
), { resetState:
|
|
36415
|
+
), { resetState: wJ, resetPreviewCardData: pz } = $3.actions, Cz = $3.reducer, tl = "/v1/api", Ez = `${tl}/connectors/forms/list`, hz = `${tl}/connectors/cards/:id/unlink`, Iz = `${tl}/connectors/forms/:id/link`, mz = `${tl}/connectors/form/:formId`, Bz = `${tl}/connectors/forms/:formId/data`, Qz = ({
|
|
36416
36416
|
inboxIds: e,
|
|
36417
36417
|
channelType: t,
|
|
36418
36418
|
conversationId: n
|
|
@@ -36700,7 +36700,7 @@ Do you want to continue?`, Pz = "Select an object to create", Lz = "Select an ob
|
|
|
36700
36700
|
return ln({ message: t1, type: _r }), t(A);
|
|
36701
36701
|
}
|
|
36702
36702
|
}
|
|
36703
|
-
), { resetState:
|
|
36703
|
+
), { resetState: xJ, setCurrentCardInEdit: Os, resetCurrentResourceDetails: Hz, setHasUnsavedChanges: w2 } = nQ.actions, Wz = nQ.reducer, zz = () => {
|
|
36704
36704
|
const [e, t] = ve(null), [n, r] = ve({
|
|
36705
36705
|
isVertical: !1,
|
|
36706
36706
|
isHorizontal: !1,
|
|
@@ -41876,7 +41876,7 @@ const Uc = (e) => {
|
|
|
41876
41876
|
DELETE: "DELETE",
|
|
41877
41877
|
PATCH: "PATCH",
|
|
41878
41878
|
PUT: "PUT"
|
|
41879
|
-
},
|
|
41879
|
+
}, TJ = async (e) => {
|
|
41880
41880
|
const t = new URLSearchParams(), { inboxIds: n, channelType: r, conversationId: o } = e || {};
|
|
41881
41881
|
return n && n.forEach((i) => t.append("inbox_ids", i)), r && t.append("channel_type", r), o && t.append("conversation_id", o), Un({
|
|
41882
41882
|
url: `${ZK}?${t.toString()}`,
|
|
@@ -44319,24 +44319,21 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
44319
44319
|
]
|
|
44320
44320
|
);
|
|
44321
44321
|
return /* @__PURE__ */ y.jsx(Nn.Provider, { value: u, children: e });
|
|
44322
|
-
}, gJ = ({ children: e }) => {
|
|
44323
|
-
const t = new BZ();
|
|
44324
|
-
return /* @__PURE__ */ y.jsx(wZ, { client: t, children: e });
|
|
44325
|
-
}, fJ = F3({
|
|
44322
|
+
}, gJ = new BZ(), fJ = ({ children: e }) => /* @__PURE__ */ y.jsx(wZ, { client: gJ, children: e }), pJ = F3({
|
|
44326
44323
|
cardList: aY,
|
|
44327
44324
|
write: Wz,
|
|
44328
44325
|
common: Cz
|
|
44329
|
-
}),
|
|
44330
|
-
reducer:
|
|
44326
|
+
}), CJ = cW({
|
|
44327
|
+
reducer: pJ,
|
|
44331
44328
|
devTools: !0
|
|
44332
|
-
}),
|
|
44329
|
+
}), EJ = ({
|
|
44333
44330
|
children: e,
|
|
44334
44331
|
extraParams: t,
|
|
44335
44332
|
contactEmail: n,
|
|
44336
44333
|
baseUrls: r,
|
|
44337
44334
|
availableFeatures: o,
|
|
44338
44335
|
connectorFunctions: i
|
|
44339
|
-
}) => /* @__PURE__ */ y.jsx(WV, { store:
|
|
44336
|
+
}) => /* @__PURE__ */ y.jsx(WV, { store: CJ, children: /* @__PURE__ */ y.jsx(UL, { custom: !0, children: /* @__PURE__ */ y.jsx(fJ, { children: /* @__PURE__ */ y.jsx(
|
|
44340
44337
|
dJ,
|
|
44341
44338
|
{
|
|
44342
44339
|
availableFeatures: o,
|
|
@@ -44350,7 +44347,7 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
44350
44347
|
isAdmin: t == null ? void 0 : t.isAdmin,
|
|
44351
44348
|
children: /* @__PURE__ */ y.jsx(kv, { fallback: /* @__PURE__ */ y.jsx(y.Fragment, {}), children: e })
|
|
44352
44349
|
}
|
|
44353
|
-
) }) }) }),
|
|
44350
|
+
) }) }) }), hJ = N(At)`
|
|
44354
44351
|
height: inherit;
|
|
44355
44352
|
.MuiScopedCssBaseline-root {
|
|
44356
44353
|
height: inherit;
|
|
@@ -44458,7 +44455,7 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
44458
44455
|
[hidden] {
|
|
44459
44456
|
display: none;
|
|
44460
44457
|
}
|
|
44461
|
-
`,
|
|
44458
|
+
`, IJ = N(At)`
|
|
44462
44459
|
:root {
|
|
44463
44460
|
--toastify-color-light: #fff;
|
|
44464
44461
|
--toastify-color-dark: #121212;
|
|
@@ -45189,7 +45186,7 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
45189
45186
|
transform: rotate(360deg);
|
|
45190
45187
|
}
|
|
45191
45188
|
}
|
|
45192
|
-
`,
|
|
45189
|
+
`, mJ = N(IJ)`
|
|
45193
45190
|
.Toastify__toast-container {
|
|
45194
45191
|
min-width: 320px !important;
|
|
45195
45192
|
font-size: 16px;
|
|
@@ -45238,14 +45235,14 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
45238
45235
|
align-self: auto !important;
|
|
45239
45236
|
margin-left: 12px;
|
|
45240
45237
|
}
|
|
45241
|
-
`,
|
|
45238
|
+
`, FJ = ({
|
|
45242
45239
|
contactEmail: e = "",
|
|
45243
45240
|
baseUrls: t = {},
|
|
45244
45241
|
extraParams: n = {},
|
|
45245
45242
|
availableFeatures: r = {},
|
|
45246
45243
|
connectorFunctions: o
|
|
45247
|
-
}) => /* @__PURE__ */ y.jsx(
|
|
45248
|
-
|
|
45244
|
+
}) => /* @__PURE__ */ y.jsx(hJ, { children: /* @__PURE__ */ y.jsxs(
|
|
45245
|
+
EJ,
|
|
45249
45246
|
{
|
|
45250
45247
|
availableFeatures: r,
|
|
45251
45248
|
extraParams: n,
|
|
@@ -45255,7 +45252,7 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
45255
45252
|
children: [
|
|
45256
45253
|
/* @__PURE__ */ y.jsx(uJ, { isAdmin: n == null ? void 0 : n.isAdmin }),
|
|
45257
45254
|
hf(
|
|
45258
|
-
/* @__PURE__ */ y.jsx(
|
|
45255
|
+
/* @__PURE__ */ y.jsx(mJ, { id: "toast-message", children: /* @__PURE__ */ y.jsx(
|
|
45259
45256
|
Kv,
|
|
45260
45257
|
{
|
|
45261
45258
|
position: "bottom-left",
|
|
@@ -45275,8 +45272,8 @@ const NZ = (e) => new Promise((t) => setTimeout(t, e)), UZ = ({
|
|
|
45275
45272
|
}
|
|
45276
45273
|
) });
|
|
45277
45274
|
export {
|
|
45278
|
-
|
|
45275
|
+
FJ as ConnectorCardList,
|
|
45279
45276
|
ma as getConnectorsBifrostConfigs,
|
|
45280
|
-
|
|
45281
|
-
|
|
45277
|
+
TJ as getMetaData,
|
|
45278
|
+
bJ as initConnectorsBifrost
|
|
45282
45279
|
};
|