@modelnex/sdk 0.5.14 → 0.5.16

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.mts CHANGED
@@ -228,7 +228,7 @@ interface RecordingStep {
228
228
  }
229
229
 
230
230
  /** Default ModelNex server when `serverUrl` is omitted or React context is unavailable. */
231
- declare const DEFAULT_MODELNEX_SERVER_URL = "https://modelnex-server-production.up.railway.app";
231
+ declare const DEFAULT_MODELNEX_SERVER_URL = "https://api.modelnex.com";
232
232
 
233
233
  /**
234
234
  * Automatic DOM element extraction with stable fingerprinting.
@@ -822,7 +822,7 @@ declare function clearActiveDraftPreview(experienceType?: ExperienceType): void;
822
822
  interface ModelNexProviderProps {
823
823
  children?: unknown;
824
824
  /**
825
- * ModelNex Server URL (e.g. https://xxx.up.railway.app).
825
+ * ModelNex Server URL (e.g. https://api.modelnex.com).
826
826
  * When omitted, {@link DEFAULT_MODELNEX_SERVER_URL} is used.
827
827
  */
828
828
  serverUrl?: string;
package/dist/index.d.ts CHANGED
@@ -228,7 +228,7 @@ interface RecordingStep {
228
228
  }
229
229
 
230
230
  /** Default ModelNex server when `serverUrl` is omitted or React context is unavailable. */
231
- declare const DEFAULT_MODELNEX_SERVER_URL = "https://modelnex-server-production.up.railway.app";
231
+ declare const DEFAULT_MODELNEX_SERVER_URL = "https://api.modelnex.com";
232
232
 
233
233
  /**
234
234
  * Automatic DOM element extraction with stable fingerprinting.
@@ -822,7 +822,7 @@ declare function clearActiveDraftPreview(experienceType?: ExperienceType): void;
822
822
  interface ModelNexProviderProps {
823
823
  children?: unknown;
824
824
  /**
825
- * ModelNex Server URL (e.g. https://xxx.up.railway.app).
825
+ * ModelNex Server URL (e.g. https://api.modelnex.com).
826
826
  * When omitted, {@link DEFAULT_MODELNEX_SERVER_URL} is used.
827
827
  */
828
828
  serverUrl?: string;