@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +589 -551
- package/dist/index.mjs +589 -551
- package/package.json +11 -12
- package/dist/aom-GA6W42DG.mjs +0 -71
- package/dist/aom-J6NYMGDW.mjs +0 -69
- package/dist/chunk-6DZX6EAA.mjs +0 -37
- package/dist/dom-sync-Y7Z7TOU6.mjs +0 -57
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
|
|
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://
|
|
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
|
|
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://
|
|
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;
|