reflex-agent 0.8.0 → 0.9.0
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 +104 -104
- package/.next/app-path-routes-manifest.json +11 -11
- 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 +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +3 -3
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +2 -2
- package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +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.js +2 -2
- 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 +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +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 +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +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 +3 -3
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +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.js.nft.json +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.js.nft.json +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 +2 -2
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +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_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 +1 -1
- package/.next/server/app/audit/page.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +3 -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]/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 +1 -1
- 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.js.nft.json +1 -1
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +4 -4
- 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 +1 -1
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +11 -11
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/126.js +4 -0
- package/.next/server/chunks/{3152.js → 1358.js} +1 -1
- package/.next/server/chunks/1769.js +4 -0
- package/.next/server/chunks/2485.js +2 -2
- package/.next/server/chunks/2787.js +1 -0
- package/.next/server/chunks/285.js +52 -19
- package/.next/server/chunks/3325.js +1 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3662.js +1 -0
- package/.next/server/chunks/3834.js +1 -0
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/4315.js +3 -0
- package/.next/server/chunks/4334.js +1 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4863.js +1 -1
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/539.js +1 -1
- package/.next/server/chunks/6038.js +1 -1
- package/.next/server/chunks/{6822.js → 6060.js} +1 -1
- package/.next/server/chunks/6483.js +2 -2
- package/.next/server/chunks/6796.js +1 -0
- package/.next/server/chunks/7220.js +1 -0
- package/.next/server/chunks/7358.js +52 -19
- package/.next/server/chunks/8576.js +7 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9179.js +7 -0
- package/.next/server/chunks/9897.js +4 -0
- 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/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1160-65b58f7f28665195.js +1 -0
- package/.next/static/chunks/2658-cc99fd9ba2a00562.js +1 -0
- package/.next/static/chunks/4108.9f8cc28a75365b81.js +1 -0
- package/.next/static/chunks/5009-9a5e431b79b6d31a.js +1 -0
- package/.next/static/chunks/6525-6a879c1bae21d76b.js +1 -0
- package/.next/static/chunks/9129-2656848b2540e05d.js +1 -0
- package/.next/static/chunks/app/layout-ad875f9d0eb94653.js +1 -0
- package/.next/static/chunks/app/onboarding/page-9dd30a7cc94ad562.js +1 -0
- package/.next/static/chunks/app/page-28756fb2874347a0.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-5cbee36c42e841cd.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-4ef320e1d42925da.js +1 -0
- package/.next/static/chunks/app/roots/[id]/{page-6a9df2bb923bb1d3.js → page-130496cce12e4d65.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-a7985128904fb885.js +1 -0
- package/.next/static/chunks/app/roots/new/page-ab8f40cf85744a4f.js +1 -0
- package/.next/static/chunks/app/settings/page-0e912af785eefc49.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-aaabf42daed89c53.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-fc19e1ed2c5b6d91.js +1 -0
- package/.next/static/chunks/app/utilities/page-6d361b43b2b8997c.js +1 -0
- package/.next/static/chunks/{webpack-6f08731be9714ee4.js → webpack-0eaa6fc269024b97.js} +1 -1
- package/.next/trace +89 -89
- package/dist/lib/reflex/agents/prompts.js +45 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/2920.js +0 -1
- package/.next/server/chunks/3151.js +0 -3
- package/.next/server/chunks/4197.js +0 -4
- package/.next/server/chunks/8872.js +0 -1
- package/.next/server/chunks/9637.js +0 -1
- package/.next/static/chunks/4108.aca4cb07ce9b3ed2.js +0 -1
- package/.next/static/chunks/4138-d787eac2eac9c9a8.js +0 -1
- package/.next/static/chunks/4847-a85e8d18ea0da09e.js +0 -1
- package/.next/static/chunks/527-c86224761908776e.js +0 -1
- package/.next/static/chunks/70-61c97afa667d1efe.js +0 -1
- package/.next/static/chunks/8270-8e72f6c35eb03ad2.js +0 -1
- package/.next/static/chunks/app/layout-c712136be28f3127.js +0 -1
- package/.next/static/chunks/app/onboarding/page-a4145c3e505dfe74.js +0 -1
- package/.next/static/chunks/app/page-6096902532dd6ec8.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-b3d8e79a61db4bdc.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-75d2a17f6f78a45d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js +0 -1
- package/.next/static/chunks/app/roots/new/page-dc4edb7f4cbc2441.js +0 -1
- package/.next/static/chunks/app/settings/page-df5f4911b7f3a2df.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-050853f9974f0915.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-d5494af2daf1c38d.js +0 -1
- package/.next/static/chunks/app/utilities/page-3ee2dc6d66ad4154.js +0 -1
- /package/.next/static/{F56etct0NPc8KXiqqJQvx → MBVnqa0-K_3N0C89I_I5d}/_buildManifest.js +0 -0
- /package/.next/static/{F56etct0NPc8KXiqqJQvx → MBVnqa0-K_3N0C89I_I5d}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
MBVnqa0-K_3N0C89I_I5d
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-0eaa6fc269024b97.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-0eaa6fc269024b97.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -18,122 +18,122 @@
|
|
|
18
18
|
"static/chunks/9411-af5f758c57741929.js",
|
|
19
19
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
20
20
|
"static/chunks/6445-99824866a51b582a.js",
|
|
21
|
-
"static/chunks/app/layout-
|
|
21
|
+
"static/chunks/app/layout-ad875f9d0eb94653.js"
|
|
22
22
|
],
|
|
23
|
-
"/api/
|
|
24
|
-
"static/chunks/webpack-
|
|
23
|
+
"/api/images/[rootId]/[file]/route": [
|
|
24
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
25
25
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
26
26
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
27
27
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
28
|
-
"static/chunks/app/api/
|
|
28
|
+
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
29
29
|
],
|
|
30
|
-
"/api/
|
|
31
|
-
"static/chunks/webpack-
|
|
30
|
+
"/api/oauth/callback/route": [
|
|
31
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
32
32
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
33
33
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
34
34
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
35
|
-
"static/chunks/app/api/
|
|
35
|
+
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
36
|
+
],
|
|
37
|
+
"/api/oauth/start/route": [
|
|
38
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
39
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
40
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
41
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
42
|
+
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
36
43
|
],
|
|
37
44
|
"/api/agents/[agentId]/respond/route": [
|
|
38
|
-
"static/chunks/webpack-
|
|
45
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
39
46
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
40
47
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
41
48
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
42
49
|
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
43
50
|
],
|
|
44
51
|
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
45
|
-
"static/chunks/webpack-
|
|
52
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
46
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
47
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
48
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
49
56
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
50
57
|
],
|
|
51
58
|
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
52
|
-
"static/chunks/webpack-
|
|
59
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
53
60
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
54
61
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
55
62
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
56
63
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
57
64
|
],
|
|
58
|
-
"/api/roots/[id]/
|
|
59
|
-
"static/chunks/webpack-
|
|
65
|
+
"/api/roots/[id]/dashboard/route": [
|
|
66
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
60
67
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
61
68
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
62
69
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
63
|
-
"static/chunks/app/api/roots/[id]/
|
|
70
|
+
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
64
71
|
],
|
|
65
|
-
"/api/roots/[id]/
|
|
66
|
-
"static/chunks/webpack-
|
|
72
|
+
"/api/roots/[id]/attachments/route": [
|
|
73
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
67
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
68
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
69
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
70
|
-
"static/chunks/app/api/roots/[id]/
|
|
77
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
71
78
|
],
|
|
72
79
|
"/api/roots/[id]/suggestions/route": [
|
|
73
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
74
81
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
75
82
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
76
83
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
77
84
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
78
85
|
],
|
|
79
86
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
80
|
-
"static/chunks/webpack-
|
|
87
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
81
88
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
89
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
90
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
91
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
85
92
|
],
|
|
86
|
-
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
87
|
-
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
88
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
|
-
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
92
|
-
],
|
|
93
93
|
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
94
|
-
"static/chunks/webpack-
|
|
94
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
95
95
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
96
96
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
97
97
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
98
98
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
99
99
|
],
|
|
100
|
-
"/api/utilities/[scope]/[id]/
|
|
101
|
-
"static/chunks/webpack-
|
|
100
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
101
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
102
102
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
103
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
104
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
105
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
106
106
|
],
|
|
107
|
-
"/api/utilities/[scope]/[id]/host/route": [
|
|
108
|
-
"static/chunks/webpack-
|
|
107
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
108
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
109
109
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
110
110
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
111
111
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
112
|
-
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
112
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
113
113
|
],
|
|
114
114
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
115
|
-
"static/chunks/webpack-
|
|
115
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
116
116
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
117
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
118
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
119
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
120
120
|
],
|
|
121
|
-
"/api/utilities/[scope]/[id]/
|
|
122
|
-
"static/chunks/webpack-
|
|
121
|
+
"/api/utilities/[scope]/[id]/host/route": [
|
|
122
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
123
123
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
124
124
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
125
125
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
126
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
126
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
127
127
|
],
|
|
128
|
-
"/api/
|
|
129
|
-
"static/chunks/webpack-
|
|
128
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
129
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
130
130
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
131
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
132
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
|
-
"static/chunks/app/api/
|
|
133
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
134
134
|
],
|
|
135
135
|
"/agents/[agentId]/page": [
|
|
136
|
-
"static/chunks/webpack-
|
|
136
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
137
137
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
138
138
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
139
139
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js"
|
|
145
145
|
],
|
|
146
146
|
"/page": [
|
|
147
|
-
"static/chunks/webpack-
|
|
147
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
148
148
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
149
149
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
150
150
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -154,32 +154,30 @@
|
|
|
154
154
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
155
155
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
156
156
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
157
|
-
"static/chunks/
|
|
158
|
-
"static/chunks/app/page-
|
|
157
|
+
"static/chunks/1160-65b58f7f28665195.js",
|
|
158
|
+
"static/chunks/app/page-28756fb2874347a0.js"
|
|
159
159
|
],
|
|
160
160
|
"/onboarding/page": [
|
|
161
|
-
"static/chunks/webpack-
|
|
161
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
162
162
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
163
163
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
164
164
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
165
165
|
"static/chunks/9411-af5f758c57741929.js",
|
|
166
166
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
167
|
-
"static/chunks/app/onboarding/page-
|
|
167
|
+
"static/chunks/app/onboarding/page-9dd30a7cc94ad562.js"
|
|
168
168
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
169
|
+
"/audit/page": [
|
|
170
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
171
171
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
172
172
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
173
173
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
174
174
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
175
175
|
"static/chunks/1217-407174d9b164a499.js",
|
|
176
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
177
176
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
178
|
-
"static/chunks/
|
|
179
|
-
"static/chunks/app/roots/new/page-dc4edb7f4cbc2441.js"
|
|
177
|
+
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
180
178
|
],
|
|
181
|
-
"/
|
|
182
|
-
"static/chunks/webpack-
|
|
179
|
+
"/roots/new/page": [
|
|
180
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
183
181
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
184
182
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
185
183
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -188,40 +186,36 @@
|
|
|
188
186
|
"static/chunks/9411-af5f758c57741929.js",
|
|
189
187
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
190
188
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
191
|
-
"static/chunks/
|
|
192
|
-
"static/chunks/app/settings/page-df5f4911b7f3a2df.js"
|
|
189
|
+
"static/chunks/app/roots/new/page-ab8f40cf85744a4f.js"
|
|
193
190
|
],
|
|
194
|
-
"/
|
|
195
|
-
"static/chunks/webpack-
|
|
191
|
+
"/settings/page": [
|
|
192
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
196
193
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
197
194
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
198
195
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
199
196
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
200
197
|
"static/chunks/1217-407174d9b164a499.js",
|
|
198
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
201
199
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
202
|
-
"static/chunks/
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
206
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
209
|
-
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
210
|
-
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
200
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
201
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
202
|
+
"static/chunks/app/settings/page-0e912af785eefc49.js"
|
|
211
203
|
],
|
|
212
|
-
"/
|
|
213
|
-
"static/chunks/webpack-
|
|
204
|
+
"/utilities/[scope]/[id]/page": [
|
|
205
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
214
206
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
215
207
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
216
208
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
217
209
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
210
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
218
211
|
"static/chunks/9411-af5f758c57741929.js",
|
|
212
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
219
213
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
220
|
-
"static/chunks/
|
|
221
|
-
"static/chunks/app/
|
|
214
|
+
"static/chunks/5009-9a5e431b79b6d31a.js",
|
|
215
|
+
"static/chunks/app/utilities/[scope]/[id]/page-fc19e1ed2c5b6d91.js"
|
|
222
216
|
],
|
|
223
217
|
"/utilities/page": [
|
|
224
|
-
"static/chunks/webpack-
|
|
218
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
225
219
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
226
220
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
227
221
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -230,30 +224,36 @@
|
|
|
230
224
|
"static/chunks/9411-af5f758c57741929.js",
|
|
231
225
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
232
226
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
233
|
-
"static/chunks/app/utilities/page-
|
|
227
|
+
"static/chunks/app/utilities/page-6d361b43b2b8997c.js"
|
|
234
228
|
],
|
|
235
|
-
"/
|
|
236
|
-
"static/chunks/webpack-
|
|
229
|
+
"/share/[id]/page": [
|
|
230
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
237
231
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
238
232
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
239
233
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
240
234
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
241
|
-
"static/chunks/1217-407174d9b164a499.js",
|
|
242
235
|
"static/chunks/9411-af5f758c57741929.js",
|
|
243
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
244
236
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
245
|
-
"static/chunks/
|
|
246
|
-
"static/chunks/app/
|
|
237
|
+
"static/chunks/5009-9a5e431b79b6d31a.js",
|
|
238
|
+
"static/chunks/app/share/[id]/page-aaabf42daed89c53.js"
|
|
239
|
+
],
|
|
240
|
+
"/share/[id]/file/page": [
|
|
241
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
242
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
243
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
244
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
245
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
246
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
247
247
|
],
|
|
248
248
|
"/roots/[id]/layout": [
|
|
249
|
-
"static/chunks/webpack-
|
|
249
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
250
250
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
251
251
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
252
252
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
253
253
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
254
254
|
],
|
|
255
255
|
"/roots/[id]/chat/[topicId]/page": [
|
|
256
|
-
"static/chunks/webpack-
|
|
256
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
257
257
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
258
258
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
259
259
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -265,13 +265,13 @@
|
|
|
265
265
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
266
266
|
"static/chunks/8775-890699c74c28df61.js",
|
|
267
267
|
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
268
|
-
"static/chunks/
|
|
269
|
-
"static/chunks/
|
|
270
|
-
"static/chunks/
|
|
271
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
268
|
+
"static/chunks/1160-65b58f7f28665195.js",
|
|
269
|
+
"static/chunks/6525-6a879c1bae21d76b.js",
|
|
270
|
+
"static/chunks/2658-cc99fd9ba2a00562.js",
|
|
271
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-5cbee36c42e841cd.js"
|
|
272
272
|
],
|
|
273
273
|
"/roots/[id]/kb/[...slug]/page": [
|
|
274
|
-
"static/chunks/webpack-
|
|
274
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
275
275
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
276
276
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
277
277
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -282,13 +282,13 @@
|
|
|
282
282
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
283
283
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
284
284
|
"static/chunks/8775-890699c74c28df61.js",
|
|
285
|
-
"static/chunks/
|
|
286
|
-
"static/chunks/
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/app/roots/[id]/kb/[...slug]/page-
|
|
285
|
+
"static/chunks/1160-65b58f7f28665195.js",
|
|
286
|
+
"static/chunks/6525-6a879c1bae21d76b.js",
|
|
287
|
+
"static/chunks/9129-2656848b2540e05d.js",
|
|
288
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-4ef320e1d42925da.js"
|
|
289
289
|
],
|
|
290
290
|
"/roots/[id]/page": [
|
|
291
|
-
"static/chunks/webpack-
|
|
291
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
292
292
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
293
293
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
294
294
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -300,33 +300,33 @@
|
|
|
300
300
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
301
301
|
"static/chunks/8775-890699c74c28df61.js",
|
|
302
302
|
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
303
|
-
"static/chunks/
|
|
304
|
-
"static/chunks/
|
|
305
|
-
"static/chunks/
|
|
306
|
-
"static/chunks/
|
|
307
|
-
"static/chunks/app/roots/[id]/page-
|
|
303
|
+
"static/chunks/1160-65b58f7f28665195.js",
|
|
304
|
+
"static/chunks/6525-6a879c1bae21d76b.js",
|
|
305
|
+
"static/chunks/2658-cc99fd9ba2a00562.js",
|
|
306
|
+
"static/chunks/9129-2656848b2540e05d.js",
|
|
307
|
+
"static/chunks/app/roots/[id]/page-130496cce12e4d65.js"
|
|
308
308
|
],
|
|
309
|
-
"/roots/[id]/workflows/
|
|
310
|
-
"static/chunks/webpack-
|
|
309
|
+
"/roots/[id]/workflows/page": [
|
|
310
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
311
311
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
312
312
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
313
313
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
314
314
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
315
315
|
"static/chunks/1217-407174d9b164a499.js",
|
|
316
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
317
316
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
318
|
-
"static/chunks/
|
|
319
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js"
|
|
317
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
320
318
|
],
|
|
321
|
-
"/roots/[id]/workflows/page": [
|
|
322
|
-
"static/chunks/webpack-
|
|
319
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
320
|
+
"static/chunks/webpack-0eaa6fc269024b97.js",
|
|
323
321
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
324
322
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
325
323
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
326
324
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
327
325
|
"static/chunks/1217-407174d9b164a499.js",
|
|
326
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
328
327
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
329
|
-
"static/chunks/
|
|
328
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
329
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-a7985128904fb885.js"
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
332
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
|
-
"/api/oauth/start/route": "/api/oauth/start",
|
|
4
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
5
|
+
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
6
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
6
7
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
7
8
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
9
9
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
10
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
10
11
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
11
12
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
12
|
-
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
13
13
|
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
14
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
14
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
15
|
-
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
16
16
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
17
|
+
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
18
|
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
|
-
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
19
19
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
20
|
"/page": "/",
|
|
21
21
|
"/onboarding/page": "/onboarding",
|
|
22
|
+
"/audit/page": "/audit",
|
|
22
23
|
"/roots/new/page": "/roots/new",
|
|
23
24
|
"/settings/page": "/settings",
|
|
24
|
-
"/audit/page": "/audit",
|
|
25
|
-
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
|
-
"/share/[id]/page": "/share/[id]",
|
|
27
|
-
"/utilities/page": "/utilities",
|
|
28
25
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
26
|
+
"/utilities/page": "/utilities",
|
|
27
|
+
"/share/[id]/page": "/share/[id]",
|
|
28
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
29
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
30
30
|
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
31
31
|
"/roots/[id]/page": "/roots/[id]",
|
|
32
|
-
"/roots/[id]/workflows/
|
|
33
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
32
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
33
|
+
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/MBVnqa0-K_3N0C89I_I5d/_buildManifest.js",
|
|
9
|
+
"static/MBVnqa0-K_3N0C89I_I5d/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-0eaa6fc269024b97.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-0eaa6fc269024b97.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-0eaa6fc269024b97.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": "6ee1704b8e42ac23d8d59a767d595a3d",
|
|
59
|
+
"previewModeSigningKey": "a59bed3a7fe97d58f8e273bb0152a0ce74b4a33a6a5d57bc89c00fab9c069d3f",
|
|
60
|
+
"previewModeEncryptionKey": "b5bc7036629b08916d845f934b226b8324ab5dd2b1be2941749eaa8d175c4007"
|
|
61
61
|
}
|
|
62
62
|
}
|