@uptrademedia/site-kit 1.1.1 → 1.1.2
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/README.md +1 -1
- package/dist/{chunk-6NTMCSHP.js → chunk-53UQPBNI.js} +2 -2
- package/dist/{chunk-6NTMCSHP.js.map → chunk-53UQPBNI.js.map} +1 -1
- package/dist/{chunk-GM2ZDV2B.mjs → chunk-AQWUIXKC.mjs} +4 -3
- package/dist/chunk-AQWUIXKC.mjs.map +1 -0
- package/dist/{chunk-JRCYNWUZ.js → chunk-GHSZWROI.js} +5 -5
- package/dist/{chunk-JRCYNWUZ.js.map → chunk-GHSZWROI.js.map} +1 -1
- package/dist/{chunk-ZG2AGGPZ.js → chunk-HAQGHTGV.js} +3 -3
- package/dist/chunk-HAQGHTGV.js.map +1 -0
- package/dist/{chunk-F6D3L676.js → chunk-HEUULOSC.js} +4 -4
- package/dist/{chunk-F6D3L676.js.map → chunk-HEUULOSC.js.map} +1 -1
- package/dist/{chunk-QT73LSTP.mjs → chunk-HYJHGCYY.mjs} +3 -3
- package/dist/chunk-HYJHGCYY.mjs.map +1 -0
- package/dist/{chunk-WG2SI2UN.mjs → chunk-KG46POJZ.mjs} +2 -2
- package/dist/{chunk-WG2SI2UN.mjs.map → chunk-KG46POJZ.mjs.map} +1 -1
- package/dist/{chunk-ASVFZY6X.mjs → chunk-TJUON7TH.mjs} +2 -2
- package/dist/chunk-TJUON7TH.mjs.map +1 -0
- package/dist/{chunk-H5PVDCCM.js → chunk-UENZ4BYN.js} +4 -3
- package/dist/chunk-UENZ4BYN.js.map +1 -0
- package/dist/{chunk-4KKQQRZV.js → chunk-V7QPQBFG.js} +2 -2
- package/dist/chunk-V7QPQBFG.js.map +1 -0
- package/dist/{chunk-WZMRFNJK.mjs → chunk-YT5SBY5W.mjs} +4 -4
- package/dist/{chunk-WZMRFNJK.mjs.map → chunk-YT5SBY5W.mjs.map} +1 -1
- package/dist/{chunk-35Y3M4ZE.mjs → chunk-ZUYWXUHQ.mjs} +5 -5
- package/dist/{chunk-35Y3M4ZE.mjs.map → chunk-ZUYWXUHQ.mjs.map} +1 -1
- package/dist/cli/index.js +4 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +2 -2
- package/dist/cli/index.mjs.map +1 -1
- package/dist/engage/index.d.mts +2 -1
- package/dist/engage/index.d.ts +2 -1
- package/dist/engage/index.js +4 -4
- package/dist/engage/index.mjs +1 -1
- package/dist/{generators-H6YQQRR4.mjs → generators-EQHJ22YW.mjs} +3 -3
- package/dist/{generators-H6YQQRR4.mjs.map → generators-EQHJ22YW.mjs.map} +1 -1
- package/dist/{generators-HZZLGIUB.js → generators-UXPMVYP4.js} +9 -9
- package/dist/{generators-HZZLGIUB.js.map → generators-UXPMVYP4.js.map} +1 -1
- package/dist/index.d.mts +9 -4
- package/dist/index.d.ts +9 -4
- package/dist/index.js +25 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -17
- package/dist/index.mjs.map +1 -1
- package/dist/redirects/index.d.mts +1 -1
- package/dist/redirects/index.d.ts +1 -1
- package/dist/redirects/index.js +5 -5
- package/dist/redirects/index.mjs +1 -1
- package/dist/{routing-DpR93G8R.d.ts → routing-D311WhuV.d.ts} +1 -1
- package/dist/{routing-yuOiCiAy.d.mts → routing-bTjqOM8S.d.mts} +1 -1
- package/dist/seo/index.d.mts +1 -1
- package/dist/seo/index.d.ts +1 -1
- package/dist/seo/index.js +5 -5
- package/dist/seo/index.mjs +1 -1
- package/dist/seo/register-sitemap-cli.mjs +0 -0
- package/dist/seo/server.d.mts +1 -1
- package/dist/seo/server.d.ts +1 -1
- package/dist/seo/server.js +3 -3
- package/dist/seo/server.mjs +1 -1
- package/dist/setup/client.js +3 -3
- package/dist/setup/client.mjs +1 -1
- package/dist/setup/index.js +5 -5
- package/dist/setup/index.mjs +2 -2
- package/dist/setup/server.js +2 -2
- package/dist/setup/server.mjs +1 -1
- package/package.json +10 -10
- package/dist/chunk-4KKQQRZV.js.map +0 -1
- package/dist/chunk-ASVFZY6X.mjs.map +0 -1
- package/dist/chunk-GM2ZDV2B.mjs.map +0 -1
- package/dist/chunk-H5PVDCCM.js.map +0 -1
- package/dist/chunk-QT73LSTP.mjs.map +0 -1
- package/dist/chunk-ZG2AGGPZ.js.map +0 -1
package/dist/engage/index.d.mts
CHANGED
|
@@ -12,12 +12,13 @@ import 'react';
|
|
|
12
12
|
interface EngageWidgetProps {
|
|
13
13
|
apiUrl?: string;
|
|
14
14
|
apiKey?: string;
|
|
15
|
+
projectId?: string;
|
|
15
16
|
position?: 'bottom-right' | 'bottom-left';
|
|
16
17
|
zIndex?: number;
|
|
17
18
|
chatEnabled?: boolean;
|
|
18
19
|
debug?: boolean;
|
|
19
20
|
}
|
|
20
|
-
declare function EngageWidget({ apiUrl: propApiUrl, apiKey: propApiKey, position, zIndex, chatEnabled, debug, }: EngageWidgetProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
declare function EngageWidget({ apiUrl: propApiUrl, apiKey: propApiKey, projectId: propProjectId, position, zIndex, chatEnabled, debug, }: EngageWidgetProps): react_jsx_runtime.JSX.Element;
|
|
21
22
|
|
|
22
23
|
interface ChatWidgetProps {
|
|
23
24
|
/** Optional: resolved from API key via project-info when not provided */
|
package/dist/engage/index.d.ts
CHANGED
|
@@ -12,12 +12,13 @@ import 'react';
|
|
|
12
12
|
interface EngageWidgetProps {
|
|
13
13
|
apiUrl?: string;
|
|
14
14
|
apiKey?: string;
|
|
15
|
+
projectId?: string;
|
|
15
16
|
position?: 'bottom-right' | 'bottom-left';
|
|
16
17
|
zIndex?: number;
|
|
17
18
|
chatEnabled?: boolean;
|
|
18
19
|
debug?: boolean;
|
|
19
20
|
}
|
|
20
|
-
declare function EngageWidget({ apiUrl: propApiUrl, apiKey: propApiKey, position, zIndex, chatEnabled, debug, }: EngageWidgetProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
declare function EngageWidget({ apiUrl: propApiUrl, apiKey: propApiKey, projectId: propProjectId, position, zIndex, chatEnabled, debug, }: EngageWidgetProps): react_jsx_runtime.JSX.Element;
|
|
21
22
|
|
|
22
23
|
interface ChatWidgetProps {
|
|
23
24
|
/** Optional: resolved from API key via project-info when not provided */
|
package/dist/engage/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkUENZ4BYN_js = require('../chunk-UENZ4BYN.js');
|
|
5
5
|
require('../chunk-ZSMWDLMK.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "ChatWidget", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkUENZ4BYN_js.ChatWidget; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DesignRenderer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkUENZ4BYN_js.DesignRenderer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "EngageWidget", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkUENZ4BYN_js.EngageWidget; }
|
|
20
20
|
});
|
|
21
21
|
//# sourceMappingURL=index.js.map
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
package/dist/engage/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
export { ChatWidget, DesignRenderer, EngageWidget } from '../chunk-
|
|
2
|
+
export { ChatWidget, DesignRenderer, EngageWidget } from '../chunk-AQWUIXKC.mjs';
|
|
3
3
|
import '../chunk-4XPGGLVP.mjs';
|
|
4
4
|
//# sourceMappingURL=index.mjs.map
|
|
5
5
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { generateEnvFile, generateProvider, generateSetupRoute, migrateSitemap, removeNextSitemapDependency, selfDestruct } from './chunk-
|
|
1
|
+
export { generateEnvFile, generateProvider, generateSetupRoute, migrateSitemap, removeNextSitemapDependency, selfDestruct } from './chunk-HYJHGCYY.mjs';
|
|
2
2
|
import './chunk-4XPGGLVP.mjs';
|
|
3
|
-
//# sourceMappingURL=generators-
|
|
4
|
-
//# sourceMappingURL=generators-
|
|
3
|
+
//# sourceMappingURL=generators-EQHJ22YW.mjs.map
|
|
4
|
+
//# sourceMappingURL=generators-EQHJ22YW.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"generators-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"generators-EQHJ22YW.mjs"}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHAQGHTGV_js = require('./chunk-HAQGHTGV.js');
|
|
4
4
|
require('./chunk-ZSMWDLMK.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "generateEnvFile", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkHAQGHTGV_js.generateEnvFile; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "generateProvider", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkHAQGHTGV_js.generateProvider; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "generateSetupRoute", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkHAQGHTGV_js.generateSetupRoute; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "migrateSitemap", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkHAQGHTGV_js.migrateSitemap; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "removeNextSitemapDependency", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkHAQGHTGV_js.removeNextSitemapDependency; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "selfDestruct", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkHAQGHTGV_js.selfDestruct; }
|
|
31
31
|
});
|
|
32
|
-
//# sourceMappingURL=generators-
|
|
33
|
-
//# sourceMappingURL=generators-
|
|
32
|
+
//# sourceMappingURL=generators-UXPMVYP4.js.map
|
|
33
|
+
//# sourceMappingURL=generators-UXPMVYP4.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"generators-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"generators-UXPMVYP4.js"}
|
package/dist/index.d.mts
CHANGED
|
@@ -30,6 +30,11 @@ interface SiteKitConfig {
|
|
|
30
30
|
* Required - identifies the project and provides access
|
|
31
31
|
*/
|
|
32
32
|
apiKey: string;
|
|
33
|
+
/**
|
|
34
|
+
* Project ID (UUID) for Engage chat - used for WebSocket room routing.
|
|
35
|
+
* If not provided, ChatWidget resolves it from /api/public/seo/project-info.
|
|
36
|
+
*/
|
|
37
|
+
projectId?: string;
|
|
33
38
|
/** Analytics module configuration */
|
|
34
39
|
analytics?: {
|
|
35
40
|
enabled: boolean;
|
|
@@ -72,7 +77,7 @@ interface SiteKitProviderProps extends SiteKitConfig {
|
|
|
72
77
|
children: ReactNode;
|
|
73
78
|
signalUrl?: string;
|
|
74
79
|
}
|
|
75
|
-
declare function SiteKitProvider({ children, apiKey, apiUrl, signalUrl, analytics, engage, forms, signal, debug, }: SiteKitProviderProps & {
|
|
80
|
+
declare function SiteKitProvider({ children, apiKey, apiUrl, signalUrl, projectId, analytics, engage, forms, signal, debug, }: SiteKitProviderProps & {
|
|
76
81
|
signal?: SignalConfig$1;
|
|
77
82
|
}): react_jsx_runtime.JSX.Element;
|
|
78
83
|
|
|
@@ -626,7 +631,7 @@ interface SetupState {
|
|
|
626
631
|
context: SetupContext;
|
|
627
632
|
}
|
|
628
633
|
interface SetupAssistantProps {
|
|
629
|
-
/**
|
|
634
|
+
/** Sonor API URL */
|
|
630
635
|
apiUrl?: string;
|
|
631
636
|
/** Signal API URL for AI chat */
|
|
632
637
|
signalUrl?: string;
|
|
@@ -634,9 +639,9 @@ interface SetupAssistantProps {
|
|
|
634
639
|
supabaseUrl?: string;
|
|
635
640
|
/** Supabase anon key */
|
|
636
641
|
supabaseKey?: string;
|
|
637
|
-
/** Pre-selected project ID (if coming from
|
|
642
|
+
/** Pre-selected project ID (if coming from Sonor) */
|
|
638
643
|
projectId?: string;
|
|
639
|
-
/** Pre-selected org ID (if coming from
|
|
644
|
+
/** Pre-selected org ID (if coming from Sonor) */
|
|
640
645
|
orgId?: string;
|
|
641
646
|
/** Auth token (if already authenticated) */
|
|
642
647
|
authToken?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -30,6 +30,11 @@ interface SiteKitConfig {
|
|
|
30
30
|
* Required - identifies the project and provides access
|
|
31
31
|
*/
|
|
32
32
|
apiKey: string;
|
|
33
|
+
/**
|
|
34
|
+
* Project ID (UUID) for Engage chat - used for WebSocket room routing.
|
|
35
|
+
* If not provided, ChatWidget resolves it from /api/public/seo/project-info.
|
|
36
|
+
*/
|
|
37
|
+
projectId?: string;
|
|
33
38
|
/** Analytics module configuration */
|
|
34
39
|
analytics?: {
|
|
35
40
|
enabled: boolean;
|
|
@@ -72,7 +77,7 @@ interface SiteKitProviderProps extends SiteKitConfig {
|
|
|
72
77
|
children: ReactNode;
|
|
73
78
|
signalUrl?: string;
|
|
74
79
|
}
|
|
75
|
-
declare function SiteKitProvider({ children, apiKey, apiUrl, signalUrl, analytics, engage, forms, signal, debug, }: SiteKitProviderProps & {
|
|
80
|
+
declare function SiteKitProvider({ children, apiKey, apiUrl, signalUrl, projectId, analytics, engage, forms, signal, debug, }: SiteKitProviderProps & {
|
|
76
81
|
signal?: SignalConfig$1;
|
|
77
82
|
}): react_jsx_runtime.JSX.Element;
|
|
78
83
|
|
|
@@ -626,7 +631,7 @@ interface SetupState {
|
|
|
626
631
|
context: SetupContext;
|
|
627
632
|
}
|
|
628
633
|
interface SetupAssistantProps {
|
|
629
|
-
/**
|
|
634
|
+
/** Sonor API URL */
|
|
630
635
|
apiUrl?: string;
|
|
631
636
|
/** Signal API URL for AI chat */
|
|
632
637
|
signalUrl?: string;
|
|
@@ -634,9 +639,9 @@ interface SetupAssistantProps {
|
|
|
634
639
|
supabaseUrl?: string;
|
|
635
640
|
/** Supabase anon key */
|
|
636
641
|
supabaseKey?: string;
|
|
637
|
-
/** Pre-selected project ID (if coming from
|
|
642
|
+
/** Pre-selected project ID (if coming from Sonor) */
|
|
638
643
|
projectId?: string;
|
|
639
|
-
/** Pre-selected org ID (if coming from
|
|
644
|
+
/** Pre-selected org ID (if coming from Sonor) */
|
|
640
645
|
orgId?: string;
|
|
641
646
|
/** Auth token (if already authenticated) */
|
|
642
647
|
authToken?: string;
|
package/dist/index.js
CHANGED
|
@@ -4,11 +4,11 @@ var chunkKUGMH4ZF_js = require('./chunk-KUGMH4ZF.js');
|
|
|
4
4
|
require('./chunk-KHP4AK3O.js');
|
|
5
5
|
var chunkUJQ73OS6_js = require('./chunk-UJQ73OS6.js');
|
|
6
6
|
var chunkYZRNC2Z6_js = require('./chunk-YZRNC2Z6.js');
|
|
7
|
-
var
|
|
8
|
-
var
|
|
7
|
+
var chunkGHSZWROI_js = require('./chunk-GHSZWROI.js');
|
|
8
|
+
var chunkV7QPQBFG_js = require('./chunk-V7QPQBFG.js');
|
|
9
9
|
var chunkG7RSD56P_js = require('./chunk-G7RSD56P.js');
|
|
10
10
|
var chunkHGTTGJVZ_js = require('./chunk-HGTTGJVZ.js');
|
|
11
|
-
var
|
|
11
|
+
var chunkUENZ4BYN_js = require('./chunk-UENZ4BYN.js');
|
|
12
12
|
var chunkADHVEFWD_js = require('./chunk-ADHVEFWD.js');
|
|
13
13
|
require('./chunk-ZSMWDLMK.js');
|
|
14
14
|
var React3 = require('react');
|
|
@@ -358,6 +358,7 @@ function SiteKitProvider({
|
|
|
358
358
|
apiKey,
|
|
359
359
|
apiUrl,
|
|
360
360
|
signalUrl,
|
|
361
|
+
projectId,
|
|
361
362
|
analytics,
|
|
362
363
|
engage,
|
|
363
364
|
forms,
|
|
@@ -429,10 +430,11 @@ function SiteKitProvider({
|
|
|
429
430
|
content = /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
430
431
|
content,
|
|
431
432
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
432
|
-
|
|
433
|
+
chunkUENZ4BYN_js.EngageWidget,
|
|
433
434
|
{
|
|
434
435
|
apiUrl: finalApiUrl,
|
|
435
436
|
apiKey,
|
|
437
|
+
projectId,
|
|
436
438
|
position: engage.position || "bottom-right",
|
|
437
439
|
chatEnabled: engage.chatEnabled !== false
|
|
438
440
|
}
|
|
@@ -847,7 +849,7 @@ var styles = {
|
|
|
847
849
|
var MODULES = [
|
|
848
850
|
{ id: "analytics", name: "Analytics", icon: "\u{1F4CA}", description: "Page views, events, sessions, web vitals", recommended: true },
|
|
849
851
|
{ id: "seo", name: "SEO", icon: "\u{1F50D}", description: "Managed FAQs, meta tags, schema markup", recommended: true },
|
|
850
|
-
{ id: "forms", name: "Forms", icon: "\u{1F4DD}", description: "
|
|
852
|
+
{ id: "forms", name: "Forms", icon: "\u{1F4DD}", description: "Sonor-managed forms with submissions", recommended: true },
|
|
851
853
|
{ id: "engage", name: "Engage", icon: "\u{1F4AC}", description: "Live chat, popups, nudges, banners", recommended: false },
|
|
852
854
|
{ id: "commerce", name: "Commerce", icon: "\u{1F6D2}", description: "Products, services, checkout", recommended: false },
|
|
853
855
|
{ id: "signal", name: "Signal AI", icon: "\u{1F916}", description: "Autonomous optimization & A/B testing", recommended: false }
|
|
@@ -1074,9 +1076,9 @@ I'll help you integrate Uptrade Site-Kit into your project. What are we working
|
|
|
1074
1076
|
addMessage({ role: "user", content: "Let's do it!" });
|
|
1075
1077
|
setState((prev) => ({ ...prev, step: "auth" }));
|
|
1076
1078
|
addAssistantMessage(
|
|
1077
|
-
`Great! First, let's connect to your
|
|
1079
|
+
`Great! First, let's connect to your Sonor account.
|
|
1078
1080
|
|
|
1079
|
-
You can sign in with your existing
|
|
1081
|
+
You can sign in with your existing Sonor credentials:`,
|
|
1080
1082
|
[
|
|
1081
1083
|
{ id: "1", label: "Sign in with Email", action: "auth_email", variant: "primary" },
|
|
1082
1084
|
{ id: "2", label: "Sign in with Google", action: "auth_google", variant: "secondary" },
|
|
@@ -1087,18 +1089,18 @@ You can sign in with your existing Portal credentials:`,
|
|
|
1087
1089
|
case "explain":
|
|
1088
1090
|
addMessage({ role: "user", content: "Tell me more first" });
|
|
1089
1091
|
addAssistantMessage(
|
|
1090
|
-
`Uptrade Site-Kit is a lightweight package that connects your site to
|
|
1092
|
+
`Uptrade Site-Kit is a lightweight package that connects your site to Sonor.
|
|
1091
1093
|
|
|
1092
1094
|
Here's what you can enable:
|
|
1093
1095
|
|
|
1094
1096
|
\u{1F4CA} **Analytics** - Track page views, events, and Core Web Vitals
|
|
1095
1097
|
\u{1F50D} **SEO** - Managed meta tags, FAQs, and schema markup
|
|
1096
|
-
\u{1F4DD} **Forms** -
|
|
1098
|
+
\u{1F4DD} **Forms** - Sonor-managed forms with spam protection
|
|
1097
1099
|
\u{1F4AC} **Engage** - Live chat, popups, and nudges
|
|
1098
1100
|
\u{1F6D2} **Commerce** - Products, services, and checkout
|
|
1099
1101
|
\u{1F916} **Signal AI** - Autonomous optimization and A/B testing
|
|
1100
1102
|
|
|
1101
|
-
You only pay for what you use, and everything is managed from your
|
|
1103
|
+
You only pay for what you use, and everything is managed from your Sonor dashboard.`,
|
|
1102
1104
|
[
|
|
1103
1105
|
{ id: "1", label: "Sounds good, let's set it up", action: "start", variant: "primary" }
|
|
1104
1106
|
]
|
|
@@ -1107,7 +1109,7 @@ You only pay for what you use, and everything is managed from your Portal dashbo
|
|
|
1107
1109
|
case "auth_email":
|
|
1108
1110
|
addMessage({ role: "user", content: "Sign in with Email" });
|
|
1109
1111
|
addAssistantMessage(
|
|
1110
|
-
`What's your
|
|
1112
|
+
`What's your Sonor email address?`
|
|
1111
1113
|
);
|
|
1112
1114
|
setState((prev) => ({ ...prev, step: "auth" }));
|
|
1113
1115
|
setTimeout(() => inputRef.current?.focus(), 600);
|
|
@@ -1188,9 +1190,9 @@ I detected your site at \`localhost:3000\` and verified:
|
|
|
1188
1190
|
\u2705 Analytics tracking active
|
|
1189
1191
|
\u2705 SEO components ready
|
|
1190
1192
|
|
|
1191
|
-
You're all set! Your data will start appearing in your
|
|
1193
|
+
You're all set! Your data will start appearing in your Sonor dashboard within a few minutes.`,
|
|
1192
1194
|
[
|
|
1193
|
-
{ id: "1", label: "Open
|
|
1195
|
+
{ id: "1", label: "Open Sonor Dashboard", action: "open_dashboard", variant: "primary" },
|
|
1194
1196
|
{ id: "2", label: "Enable Signal AI", action: "enable_signal", variant: "secondary" }
|
|
1195
1197
|
]
|
|
1196
1198
|
);
|
|
@@ -1204,11 +1206,11 @@ You're all set! Your data will start appearing in your Portal dashboard within a
|
|
|
1204
1206
|
|
|
1205
1207
|
Your site-kit integration is ready. Here's what happens next:
|
|
1206
1208
|
|
|
1207
|
-
\u2022 Analytics data will appear in
|
|
1209
|
+
\u2022 Analytics data will appear in Sonor within ~5 minutes
|
|
1208
1210
|
\u2022 You can manage SEO, forms, and engage from the dashboard
|
|
1209
1211
|
\u2022 If you enabled Signal, it'll start learning from your traffic
|
|
1210
1212
|
|
|
1211
|
-
Need help anytime? Just come back to \`/_uptrade/setup\` or ping us in
|
|
1213
|
+
Need help anytime? Just come back to \`/_uptrade/setup\` or ping us in Sonor.
|
|
1212
1214
|
|
|
1213
1215
|
Happy building! \u{1F3A8}`
|
|
1214
1216
|
);
|
|
@@ -1445,9 +1447,9 @@ I found these projects in your account. Which one are we setting up?`,
|
|
|
1445
1447
|
|
|
1446
1448
|
${checkList}
|
|
1447
1449
|
|
|
1448
|
-
Your site-kit integration is working perfectly. Data will start appearing in
|
|
1450
|
+
Your site-kit integration is working perfectly. Data will start appearing in Sonor shortly.`,
|
|
1449
1451
|
[
|
|
1450
|
-
{ id: "1", label: "Open
|
|
1452
|
+
{ id: "1", label: "Open Sonor Dashboard", action: "open_dashboard", variant: "primary" },
|
|
1451
1453
|
{ id: "2", label: "Generate Copilot Instructions", action: "generate_copilot_instructions", variant: "secondary" }
|
|
1452
1454
|
]
|
|
1453
1455
|
);
|
|
@@ -1474,7 +1476,7 @@ Would you like help troubleshooting?`,
|
|
|
1474
1476
|
You can manually verify by:
|
|
1475
1477
|
1. Opening your site in the browser
|
|
1476
1478
|
2. Checking the Network tab for requests to api.uptrademedia.com
|
|
1477
|
-
3. Looking for analytics events in your
|
|
1479
|
+
3. Looking for analytics events in your Sonor dashboard`,
|
|
1478
1480
|
[
|
|
1479
1481
|
{ id: "1", label: "Try again", action: "verify_now", variant: "primary" },
|
|
1480
1482
|
{ id: "2", label: "Continue anyway", action: "complete", variant: "outline" }
|
|
@@ -2871,23 +2873,23 @@ Object.defineProperty(exports, "useEventModal", {
|
|
|
2871
2873
|
});
|
|
2872
2874
|
Object.defineProperty(exports, "SetupWizard", {
|
|
2873
2875
|
enumerable: true,
|
|
2874
|
-
get: function () { return
|
|
2876
|
+
get: function () { return chunkGHSZWROI_js.SetupWizard; }
|
|
2875
2877
|
});
|
|
2876
2878
|
Object.defineProperty(exports, "clearRedirectCache", {
|
|
2877
2879
|
enumerable: true,
|
|
2878
|
-
get: function () { return
|
|
2880
|
+
get: function () { return chunkV7QPQBFG_js.clearRedirectCache; }
|
|
2879
2881
|
});
|
|
2880
2882
|
Object.defineProperty(exports, "fetchRedirectRules", {
|
|
2881
2883
|
enumerable: true,
|
|
2882
|
-
get: function () { return
|
|
2884
|
+
get: function () { return chunkV7QPQBFG_js.fetchRedirectRules; }
|
|
2883
2885
|
});
|
|
2884
2886
|
Object.defineProperty(exports, "generateNextRedirects", {
|
|
2885
2887
|
enumerable: true,
|
|
2886
|
-
get: function () { return
|
|
2888
|
+
get: function () { return chunkV7QPQBFG_js.generateNextRedirects; }
|
|
2887
2889
|
});
|
|
2888
2890
|
Object.defineProperty(exports, "handleManagedRedirects", {
|
|
2889
2891
|
enumerable: true,
|
|
2890
|
-
get: function () { return
|
|
2892
|
+
get: function () { return chunkV7QPQBFG_js.handleManagedRedirects; }
|
|
2891
2893
|
});
|
|
2892
2894
|
exports.AffiliateCard = AffiliateCard;
|
|
2893
2895
|
exports.AffiliatesWidget = AffiliatesWidget;
|