reflex-agent 0.13.2 → 0.13.3
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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +86 -86
- package/.next/app-path-routes-manifest.json +6 -6
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +7 -7
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +2 -2
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route.js +28 -10
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +2 -2
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page.js +3 -3
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js +2 -2
- package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +4 -4
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +3 -3
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +5 -5
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +2 -2
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +6 -6
- package/.next/server/chunks/1116.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/{9157.js → 1854.js} +1 -1
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/2553.js +4 -0
- package/.next/server/chunks/285.js +6 -6
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/4031.js +1 -1
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/5798.js +3 -0
- package/.next/server/chunks/{5172.js → 6057.js} +1 -1
- package/.next/server/chunks/6261.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/chunks/9809.js +1 -1
- package/.next/server/functions-config-manifest.json +3 -3
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1053-ea6a705a291aa42a.js +1 -0
- package/.next/static/chunks/2145-c6ca18def78454d6.js +1 -0
- package/.next/static/chunks/2283-846ac14d7ab55b2a.js +1 -0
- package/.next/static/chunks/3798-d4d575ac69051cf9.js +1 -0
- package/.next/static/chunks/4108.2dc3c767f831f9af.js +1 -0
- package/.next/static/chunks/4243-193beeabc76bcd91.js +1 -0
- package/.next/static/chunks/app/layout-b89925fa75d66eea.js +1 -0
- package/.next/static/chunks/app/onboarding/page-9b9f74b3737805f6.js +1 -0
- package/.next/static/chunks/app/page-d46c2ac151511ae7.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-3be786d8da8f76d5.js → page-8dc9ea79064a1e6e.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0345054358c099c2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-ca21167541d9d818.js +1 -0
- package/.next/static/chunks/app/roots/[id]/{page-22fd50b40a9d7da1.js → page-1c6b4677b911c463.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-688ef6bc97b92a38.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-4f1658f13b1ed62f.js +1 -0
- package/.next/static/chunks/app/roots/new/page-3c0a418feff0bf27.js +1 -0
- package/.next/static/chunks/app/settings/page-bfc3e0b4fca2b6cd.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-3c41145c5052196e.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-561dd294cb2beb54.js +1 -0
- package/.next/static/chunks/app/utilities/page-5061f113002b5638.js +1 -0
- package/.next/static/chunks/{webpack-96a46ed6f170dc97.js → webpack-e4214c40f8bbfb8a.js} +1 -1
- package/.next/trace +90 -90
- package/lib/server/utilities/worker-bootstrap.js +28 -19
- package/package.json +1 -1
- package/.next/server/chunks/2455.js +0 -4
- package/.next/server/chunks/5082.js +0 -1
- package/.next/server/chunks/6880.js +0 -3
- package/.next/static/chunks/124-15fc36c432df3dbf.js +0 -1
- package/.next/static/chunks/2084-7233d5537043daca.js +0 -1
- package/.next/static/chunks/4108.dc018213e45cb33d.js +0 -1
- package/.next/static/chunks/4728-bc5cf7af49fca773.js +0 -1
- package/.next/static/chunks/9813-b766d258f203cf47.js +0 -1
- package/.next/static/chunks/9819-9c9fce1bc9bfd112.js +0 -1
- package/.next/static/chunks/app/layout-2a915770c355308f.js +0 -1
- package/.next/static/chunks/app/onboarding/page-863f1b600bf234e0.js +0 -1
- package/.next/static/chunks/app/page-13508f16cf38f321.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js +0 -1
- package/.next/static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js +0 -1
- package/.next/static/chunks/app/roots/new/page-f3fc15595bc31190.js +0 -1
- package/.next/static/chunks/app/settings/page-ef1f77cbd60deaa7.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-517af2077ca1619b.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js +0 -1
- package/.next/static/chunks/app/utilities/page-d6d31ca1ba920ef9.js +0 -1
- /package/.next/static/{14BmONHeyoAOMNd2xJOGC → BGlfzUnm4RdoF1cif83QI}/_buildManifest.js +0 -0
- /package/.next/static/{14BmONHeyoAOMNd2xJOGC → BGlfzUnm4RdoF1cif83QI}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
BGlfzUnm4RdoF1cif83QI
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
5
5
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
6
6
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
7
7
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-ffead1b4e248e14d.js"
|
|
9
9
|
],
|
|
10
10
|
"/layout": [
|
|
11
|
-
"static/chunks/webpack-
|
|
11
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -19,122 +19,122 @@
|
|
|
19
19
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
20
20
|
"static/chunks/9411-af5f758c57741929.js",
|
|
21
21
|
"static/chunks/951-5ff2aaad965fedb7.js",
|
|
22
|
-
"static/chunks/app/layout-
|
|
22
|
+
"static/chunks/app/layout-b89925fa75d66eea.js"
|
|
23
23
|
],
|
|
24
24
|
"/api/images/[rootId]/[file]/route": [
|
|
25
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
26
26
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
27
27
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
28
28
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
29
29
|
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
30
30
|
],
|
|
31
31
|
"/api/oauth/start/route": [
|
|
32
|
-
"static/chunks/webpack-
|
|
32
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
33
33
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
34
34
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
35
35
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
36
36
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
37
37
|
],
|
|
38
38
|
"/api/agents/[agentId]/respond/route": [
|
|
39
|
-
"static/chunks/webpack-
|
|
39
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
40
40
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
41
41
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
42
42
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
43
43
|
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
44
44
|
],
|
|
45
|
-
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
46
|
-
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
47
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
48
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
49
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
50
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
51
|
-
],
|
|
52
45
|
"/api/oauth/callback/route": [
|
|
53
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
54
47
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
55
48
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
56
49
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
57
50
|
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
58
51
|
],
|
|
59
|
-
"/api/roots/[id]/
|
|
60
|
-
"static/chunks/webpack-
|
|
52
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
53
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
61
54
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
62
55
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
63
56
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
64
|
-
"static/chunks/app/api/roots/[id]/
|
|
57
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
65
58
|
],
|
|
66
59
|
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
67
|
-
"static/chunks/webpack-
|
|
60
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
68
61
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
69
62
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
70
63
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
71
64
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
72
65
|
],
|
|
66
|
+
"/api/roots/[id]/attachments/route": [
|
|
67
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
68
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
69
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
70
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
71
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
72
|
+
],
|
|
73
73
|
"/api/roots/[id]/dashboard/route": [
|
|
74
|
-
"static/chunks/webpack-
|
|
74
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
75
75
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
76
76
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
77
77
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
78
78
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
79
79
|
],
|
|
80
80
|
"/api/roots/[id]/suggestions/route": [
|
|
81
|
-
"static/chunks/webpack-
|
|
81
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
82
82
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
83
83
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
84
84
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
85
85
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
86
86
|
],
|
|
87
|
-
"/api/
|
|
88
|
-
"static/chunks/webpack-
|
|
87
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
88
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
89
89
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
90
90
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
91
91
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
92
|
-
"static/chunks/app/api/
|
|
92
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
93
93
|
],
|
|
94
|
-
"/api/
|
|
95
|
-
"static/chunks/webpack-
|
|
94
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
95
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
96
96
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
97
97
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
98
98
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
99
|
-
"static/chunks/app/api/
|
|
99
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
100
100
|
],
|
|
101
101
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
102
|
-
"static/chunks/webpack-
|
|
102
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
103
103
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
104
104
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
105
105
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
106
106
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
107
107
|
],
|
|
108
108
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
109
|
-
"static/chunks/webpack-
|
|
109
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
110
110
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
111
111
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
112
112
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
113
113
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
114
114
|
],
|
|
115
|
-
"/api/utilities/[scope]/[id]/
|
|
116
|
-
"static/chunks/webpack-
|
|
115
|
+
"/api/utilities/[scope]/[id]/host/route": [
|
|
116
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
117
117
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
118
118
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
119
119
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
120
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
120
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
121
121
|
],
|
|
122
|
-
"/api/utilities/[scope]/[id]/
|
|
123
|
-
"static/chunks/webpack-
|
|
122
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
123
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
124
124
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
125
125
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
126
126
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
127
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
127
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
128
128
|
],
|
|
129
129
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
130
|
-
"static/chunks/webpack-
|
|
130
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
131
131
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
132
132
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
133
133
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
134
134
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
135
135
|
],
|
|
136
136
|
"/agents/[agentId]/page": [
|
|
137
|
-
"static/chunks/webpack-
|
|
137
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
138
138
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
139
139
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
140
140
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"static/chunks/app/agents/[agentId]/page-2ee5d78dc94253c5.js"
|
|
147
147
|
],
|
|
148
148
|
"/page": [
|
|
149
|
-
"static/chunks/webpack-
|
|
149
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
150
150
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
151
151
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
152
152
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -157,20 +157,20 @@
|
|
|
157
157
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
158
158
|
"static/chunks/9411-af5f758c57741929.js",
|
|
159
159
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
160
|
-
"static/chunks/
|
|
161
|
-
"static/chunks/app/page-
|
|
160
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
161
|
+
"static/chunks/app/page-d46c2ac151511ae7.js"
|
|
162
162
|
],
|
|
163
163
|
"/onboarding/page": [
|
|
164
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
165
165
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
166
166
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
167
167
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
168
168
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
169
169
|
"static/chunks/9411-af5f758c57741929.js",
|
|
170
|
-
"static/chunks/app/onboarding/page-
|
|
170
|
+
"static/chunks/app/onboarding/page-9b9f74b3737805f6.js"
|
|
171
171
|
],
|
|
172
172
|
"/roots/new/page": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
174
174
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
175
175
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
176
176
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
181
181
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
182
182
|
"static/chunks/9411-af5f758c57741929.js",
|
|
183
|
-
"static/chunks/app/roots/new/page-
|
|
183
|
+
"static/chunks/app/roots/new/page-3c0a418feff0bf27.js"
|
|
184
184
|
],
|
|
185
185
|
"/settings/page": [
|
|
186
|
-
"static/chunks/webpack-
|
|
186
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
187
187
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
188
188
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
189
189
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -194,10 +194,10 @@
|
|
|
194
194
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
195
195
|
"static/chunks/9411-af5f758c57741929.js",
|
|
196
196
|
"static/chunks/6231-d572db56a0a44f92.js",
|
|
197
|
-
"static/chunks/app/settings/page-
|
|
197
|
+
"static/chunks/app/settings/page-bfc3e0b4fca2b6cd.js"
|
|
198
198
|
],
|
|
199
199
|
"/audit/page": [
|
|
200
|
-
"static/chunks/webpack-
|
|
200
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
201
201
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
202
202
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
203
203
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"static/chunks/app/audit/page-9bac9e3674f0fae9.js"
|
|
209
209
|
],
|
|
210
210
|
"/share/[id]/file/page": [
|
|
211
|
-
"static/chunks/webpack-
|
|
211
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
212
212
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
213
213
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
214
214
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
217
217
|
],
|
|
218
218
|
"/share/[id]/page": [
|
|
219
|
-
"static/chunks/webpack-
|
|
219
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
220
220
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
221
221
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
222
222
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -224,11 +224,11 @@
|
|
|
224
224
|
"static/chunks/4678-15402b9832b27389.js",
|
|
225
225
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
226
226
|
"static/chunks/9411-af5f758c57741929.js",
|
|
227
|
-
"static/chunks/
|
|
228
|
-
"static/chunks/app/share/[id]/page-
|
|
227
|
+
"static/chunks/2283-846ac14d7ab55b2a.js",
|
|
228
|
+
"static/chunks/app/share/[id]/page-3c41145c5052196e.js"
|
|
229
229
|
],
|
|
230
230
|
"/utilities/[scope]/[id]/page": [
|
|
231
|
-
"static/chunks/webpack-
|
|
231
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
232
232
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
233
233
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
234
234
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -238,11 +238,11 @@
|
|
|
238
238
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
239
239
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
240
240
|
"static/chunks/9411-af5f758c57741929.js",
|
|
241
|
-
"static/chunks/
|
|
242
|
-
"static/chunks/app/utilities/[scope]/[id]/page-
|
|
241
|
+
"static/chunks/2283-846ac14d7ab55b2a.js",
|
|
242
|
+
"static/chunks/app/utilities/[scope]/[id]/page-561dd294cb2beb54.js"
|
|
243
243
|
],
|
|
244
244
|
"/utilities/page": [
|
|
245
|
-
"static/chunks/webpack-
|
|
245
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
246
246
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
247
247
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
248
248
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -252,17 +252,17 @@
|
|
|
252
252
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
253
253
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
254
254
|
"static/chunks/9411-af5f758c57741929.js",
|
|
255
|
-
"static/chunks/app/utilities/page-
|
|
255
|
+
"static/chunks/app/utilities/page-5061f113002b5638.js"
|
|
256
256
|
],
|
|
257
257
|
"/roots/[id]/layout": [
|
|
258
|
-
"static/chunks/webpack-
|
|
258
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
259
259
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
260
260
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
261
261
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
262
262
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
263
263
|
],
|
|
264
|
-
"/roots/[id]/
|
|
265
|
-
"static/chunks/webpack-
|
|
264
|
+
"/roots/[id]/chat/[topicId]/page": [
|
|
265
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
266
266
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
267
267
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
268
268
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -274,13 +274,14 @@
|
|
|
274
274
|
"static/chunks/9411-af5f758c57741929.js",
|
|
275
275
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
276
276
|
"static/chunks/8775-890699c74c28df61.js",
|
|
277
|
-
"static/chunks/
|
|
278
|
-
"static/chunks/
|
|
279
|
-
"static/chunks/
|
|
280
|
-
"static/chunks/
|
|
277
|
+
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
278
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
279
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
280
|
+
"static/chunks/2145-c6ca18def78454d6.js",
|
|
281
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-8dc9ea79064a1e6e.js"
|
|
281
282
|
],
|
|
282
|
-
"/roots/[id]/page": [
|
|
283
|
-
"static/chunks/webpack-
|
|
283
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
284
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
284
285
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
285
286
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
286
287
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -292,15 +293,13 @@
|
|
|
292
293
|
"static/chunks/9411-af5f758c57741929.js",
|
|
293
294
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
294
295
|
"static/chunks/8775-890699c74c28df61.js",
|
|
295
|
-
"static/chunks/
|
|
296
|
-
"static/chunks/
|
|
297
|
-
"static/chunks/
|
|
298
|
-
"static/chunks/
|
|
299
|
-
"static/chunks/124-15fc36c432df3dbf.js",
|
|
300
|
-
"static/chunks/app/roots/[id]/page-22fd50b40a9d7da1.js"
|
|
296
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
297
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
298
|
+
"static/chunks/4243-193beeabc76bcd91.js",
|
|
299
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-0345054358c099c2.js"
|
|
301
300
|
],
|
|
302
|
-
"/roots/[id]/
|
|
303
|
-
"static/chunks/webpack-
|
|
301
|
+
"/roots/[id]/page": [
|
|
302
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
304
303
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
305
304
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
306
305
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -312,14 +311,15 @@
|
|
|
312
311
|
"static/chunks/9411-af5f758c57741929.js",
|
|
313
312
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
314
313
|
"static/chunks/8775-890699c74c28df61.js",
|
|
315
|
-
"static/chunks/
|
|
316
|
-
"static/chunks/
|
|
317
|
-
"static/chunks/
|
|
318
|
-
"static/chunks/
|
|
319
|
-
"static/chunks/
|
|
314
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
315
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
316
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
317
|
+
"static/chunks/2145-c6ca18def78454d6.js",
|
|
318
|
+
"static/chunks/4243-193beeabc76bcd91.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/page-1c6b4677b911c463.js"
|
|
320
320
|
],
|
|
321
|
-
"/roots/[id]/workflows/
|
|
322
|
-
"static/chunks/webpack-
|
|
321
|
+
"/roots/[id]/workflows/page": [
|
|
322
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
323
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
324
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
325
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -328,11 +328,10 @@
|
|
|
328
328
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
329
329
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
330
330
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
331
|
-
"static/chunks/
|
|
332
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js"
|
|
331
|
+
"static/chunks/app/roots/[id]/workflows/page-4f1658f13b1ed62f.js"
|
|
333
332
|
],
|
|
334
|
-
"/roots/[id]/workflows/page": [
|
|
335
|
-
"static/chunks/webpack-
|
|
333
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
334
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
336
335
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
337
336
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
338
337
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -341,10 +340,11 @@
|
|
|
341
340
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
342
341
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
343
342
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
344
|
-
"static/chunks/
|
|
343
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
344
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-688ef6bc97b92a38.js"
|
|
345
345
|
],
|
|
346
346
|
"/roots/[id]/memory/page": [
|
|
347
|
-
"static/chunks/webpack-
|
|
347
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
348
348
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
349
349
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
350
350
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
354
354
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
355
355
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
356
|
-
"static/chunks/app/roots/[id]/memory/page-
|
|
356
|
+
"static/chunks/app/roots/[id]/memory/page-ca21167541d9d818.js"
|
|
357
357
|
]
|
|
358
358
|
}
|
|
359
359
|
}
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
5
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
6
|
-
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
7
6
|
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
8
|
-
"/api/roots/[id]/
|
|
7
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
9
8
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
9
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
10
10
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
11
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
12
|
-
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
13
12
|
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
13
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
14
14
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
15
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
|
-
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
17
16
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
|
+
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
18
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
19
19
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
20
|
"/page": "/",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"/share/[id]/page": "/share/[id]",
|
|
27
27
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
28
28
|
"/utilities/page": "/utilities",
|
|
29
|
+
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
29
30
|
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
30
31
|
"/roots/[id]/page": "/roots/[id]",
|
|
31
|
-
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
32
|
-
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
33
32
|
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
33
|
+
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
34
34
|
"/roots/[id]/memory/page": "/roots/[id]/memory"
|
|
35
35
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/BGlfzUnm4RdoF1cif83QI/_buildManifest.js",
|
|
9
|
+
"static/BGlfzUnm4RdoF1cif83QI/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
13
13
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
14
14
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
15
15
|
"static/chunks/main-app-ebe67847147d19aa.js"
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"rootMainFilesTree": {},
|
|
18
18
|
"pages": {
|
|
19
19
|
"/_app": [
|
|
20
|
-
"static/chunks/webpack-
|
|
20
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
21
21
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
22
22
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
23
23
|
"static/chunks/pages/_app-bf8bc157ace53d59.js"
|
|
24
24
|
],
|
|
25
25
|
"/_error": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
27
27
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
28
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
29
|
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {
|
|
5
|
-
"/api/utilities/[scope]/[id]/host-
|
|
5
|
+
"/api/utilities/[scope]/[id]/host-api.mjs": {
|
|
6
6
|
"experimentalBypassFor": [
|
|
7
7
|
{
|
|
8
8
|
"type": "header",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"value": "multipart/form-data;.*"
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
|
-
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-
|
|
17
|
+
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-api\\.mjs(?:/)?$",
|
|
18
18
|
"dataRoute": null,
|
|
19
19
|
"fallback": null,
|
|
20
20
|
"dataRouteRegex": null,
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"x-next-revalidate-tag-token"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"/api/utilities/[scope]/[id]/host-
|
|
30
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs": {
|
|
31
31
|
"experimentalBypassFor": [
|
|
32
32
|
{
|
|
33
33
|
"type": "header",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"value": "multipart/form-data;.*"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
-
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-
|
|
42
|
+
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-ui\\.mjs(?:/)?$",
|
|
43
43
|
"dataRoute": null,
|
|
44
44
|
"fallback": null,
|
|
45
45
|
"dataRouteRegex": null,
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"notFoundRoutes": [],
|
|
57
57
|
"preview": {
|
|
58
|
-
"previewModeId": "
|
|
59
|
-
"previewModeSigningKey": "
|
|
60
|
-
"previewModeEncryptionKey": "
|
|
58
|
+
"previewModeId": "ac865055032b561217ac0d5d40fbf9ff",
|
|
59
|
+
"previewModeSigningKey": "7c2dea2ee81a8eeed58bfd05c15eaee0fc8824f6a1e9a476e742b4effb570476",
|
|
60
|
+
"previewModeEncryptionKey": "bf44975acdcfd63333c6d908ac42e3105d77d2f705986991bc7068ec9a0ac543"
|
|
61
61
|
}
|
|
62
62
|
}
|