@feedmepos/mf-remy-panel 0.16.0-dev.1 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, ref as n, openBlock as l, createElementBlock as i, createElementVNode as e, unref as k, createTextVNode as g, createStaticVNode as C, toDisplayString as p, createCommentVNode as m } from "vue";
2
- import { u as E, a as _, R as x, _ as B } from "./app-2a76af28.js";
2
+ import { u as E, a as _, R as x, _ as B } from "./app-7ef7503a.js";
3
3
  import "pinia";
4
4
  import "@feedmepos/mf-common";
5
5
  import "vue-router";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as s, computed as o, openBlock as i, createElementBlock as l, normalizeClass as t, createElementVNode as p, unref as u, createCommentVNode as d } from "vue";
2
- import { u as y, R as _ } from "./app-2a76af28.js";
2
+ import { u as y, R as _ } from "./app-7ef7503a.js";
3
3
  import "pinia";
4
4
  import "@feedmepos/mf-common";
5
5
  import "vue-router";
@@ -9324,7 +9324,7 @@ const vn = Pa("chat", () => {
9324
9324
  r.value && a.value === D || (r.value = $p(
9325
9325
  new xy({
9326
9326
  transport: new ch({
9327
- api: `${C}/feedme-portal/chat`,
9327
+ api: `${C}/chat`,
9328
9328
  prepareSendMessagesRequest: ({ id: w, messages: x, trigger: W, messageId: H, body: X }) => {
9329
9329
  const O = j();
9330
9330
  if (!O)
@@ -20380,7 +20380,7 @@ function wT() {
20380
20380
  return (is().currentCountry.value ?? "MY").toString().toLowerCase();
20381
20381
  }
20382
20382
  function jp() {
20383
- return is().namespace.value === "dev" || !0;
20383
+ return is().namespace.value === "dev" || !1;
20384
20384
  }
20385
20385
  function Cp() {
20386
20386
  const e = wT();
@@ -20393,7 +20393,7 @@ function ZT() {
20393
20393
  return {}.VITE_PORTAL_BACKEND_URL ?? `https://portal-v2${jp() ? "-dev" : ""}${Cp()}.feedmeapi.com`;
20394
20394
  }
20395
20395
  function ET() {
20396
- return "https://portal.feedmedev.cc/connect";
20396
+ return "https://portal.feedme.cc/portal";
20397
20397
  }
20398
20398
  function Yo(e) {
20399
20399
  return e && typeof e == "object" && "data" in e ? e.data : e;
@@ -27260,7 +27260,7 @@ const aF = /* @__PURE__ */ zt(GE, [["__scopeId", "data-v-874a35a1"]]), PE = [
27260
27260
  {
27261
27261
  path: "/",
27262
27262
  name: "home",
27263
- component: () => import("./HomeView-7c56daee.js")
27263
+ component: () => import("./HomeView-0b671366.js")
27264
27264
  }
27265
27265
  ], oF = nf({
27266
27266
  history: sf(),
@@ -27362,14 +27362,14 @@ const aF = /* @__PURE__ */ zt(GE, [["__scopeId", "data-v-874a35a1"]]), PE = [
27362
27362
  "zh-CN": KE
27363
27363
  };
27364
27364
  async function cF(e) {
27365
- const t = (e == null ? void 0 : e.backendUrl) ?? "https://remy-agent-api.feedmeapidev.com", n = (e == null ? void 0 : e.licenseApiUrl) ?? "https://license-v2-dev.feedmeapi.com";
27365
+ const t = (e == null ? void 0 : e.backendUrl) ?? "https://remy-agent-api.feedmeapi.com", n = (e == null ? void 0 : e.licenseApiUrl) ?? "https://license-v2.feedmeapi.com";
27366
27366
  if (!t)
27367
27367
  throw new Error("Backend URL is required for Remy Chat initialization");
27368
27368
  if (!n)
27369
27369
  throw new Error("License API URL is required for Remy Chat initialization");
27370
27370
  _v(t), Uv(n), ii().initialize(), vn(), console.log("Remy Chat initialized");
27371
27371
  }
27372
- const dF = Wd(() => Promise.resolve().then(() => QE)), uF = Wd(() => import("./RemyButton-66f83076.js"));
27372
+ const dF = Wd(() => Promise.resolve().then(() => QE)), uF = Wd(() => import("./RemyButton-de19b474.js"));
27373
27373
  export {
27374
27374
  aF as A,
27375
27375
  dF as C,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { C as o, A as p, b as m, i as n, c as u, r as C, u as l, a as A } from "./app-2a76af28.js";
2
+ import { C as o, A as p, b as m, i as n, c as u, r as C, u as l, a as A } from "./app-7ef7503a.js";
3
3
  import "pinia";
4
4
  import "@feedmepos/mf-common";
5
5
  import "vue-router";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-remy-panel",
3
- "version": "0.16.0-dev.1",
3
+ "version": "0.16.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],