@glydeunity/voice-sdk 1.6.11 → 1.6.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.d.ts CHANGED
@@ -734,7 +734,7 @@ export declare const GlydeChat: {
734
734
  */
735
735
  isReady(): boolean;
736
736
  /**
737
- * Get SDK version
737
+ * Get SDK version (replaced at build time via Vite define).
738
738
  */
739
739
  readonly version: string;
740
740
  };
@@ -13558,10 +13558,10 @@ const kl = /* @__PURE__ */ new Map(), _n = {
13558
13558
  return !0;
13559
13559
  },
13560
13560
  /**
13561
- * Get SDK version
13561
+ * Get SDK version (replaced at build time via Vite define).
13562
13562
  */
13563
13563
  get version() {
13564
- return "__SDK_VERSION__";
13564
+ return "1.6.13";
13565
13565
  }
13566
13566
  };
13567
13567
  async function Kg(h, f) {
@@ -13639,7 +13639,7 @@ function Wg() {
13639
13639
  authToken: r,
13640
13640
  contextId: h.getAttribute("data-context-id") || void 0,
13641
13641
  unityBaseUrl: H,
13642
- contextType: h.getAttribute("data-context-type") || "screening",
13642
+ contextType: h.getAttribute("data-context-type") || "discovery",
13643
13643
  defaultMode: h.getAttribute("data-default-mode") || "voice",
13644
13644
  position: h.getAttribute("data-position") || "bottom-right",
13645
13645
  theme: h.getAttribute("data-theme") || "light",