reflex-agent 0.7.1 → 0.8.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 +107 -107
- package/.next/app-path-routes-manifest.json +11 -11
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +3 -3
- 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.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 +1 -1
- 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 +4 -4
- 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 +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]/page.js +11 -3
- 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 +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.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/2485.js +1 -1
- package/.next/server/chunks/285.js +120 -49
- package/.next/server/chunks/2920.js +1 -0
- package/.next/server/chunks/3151.js +3 -0
- package/.next/server/chunks/3152.js +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/4197.js +4 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/539.js +1 -1
- package/.next/server/chunks/6483.js +2 -2
- package/.next/server/chunks/6822.js +1 -0
- package/.next/server/chunks/{6909.js → 7358.js} +121 -50
- package/.next/server/chunks/8872.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9637.js +1 -0
- package/.next/server/functions-config-manifest.json +1 -1
- 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/4108.aca4cb07ce9b3ed2.js +1 -0
- package/.next/static/chunks/4138-d787eac2eac9c9a8.js +1 -0
- package/.next/static/chunks/4847-a85e8d18ea0da09e.js +1 -0
- package/.next/static/chunks/527-c86224761908776e.js +1 -0
- package/.next/static/chunks/70-61c97afa667d1efe.js +1 -0
- package/.next/static/chunks/8270-8e72f6c35eb03ad2.js +1 -0
- package/.next/static/chunks/app/layout-c712136be28f3127.js +1 -0
- package/.next/static/chunks/app/onboarding/page-a4145c3e505dfe74.js +1 -0
- package/.next/static/chunks/app/page-6096902532dd6ec8.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-b3d8e79a61db4bdc.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-75d2a17f6f78a45d.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-6a9df2bb923bb1d3.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js +1 -0
- package/.next/static/chunks/app/roots/new/{page-8bd0f9cdda3e8174.js → page-dc4edb7f4cbc2441.js} +1 -1
- package/.next/static/chunks/app/settings/page-df5f4911b7f3a2df.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-050853f9974f0915.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-d5494af2daf1c38d.js +1 -0
- package/.next/static/chunks/app/utilities/page-3ee2dc6d66ad4154.js +1 -0
- package/.next/static/chunks/{webpack-18930958151e32fe.js → webpack-6f08731be9714ee4.js} +1 -1
- package/.next/static/css/2bc00775af31f40f.css +1 -0
- package/.next/trace +89 -89
- package/dist/lib/reflex/agents/prompts.js +60 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/1314.js +0 -1
- package/.next/server/chunks/5276.js +0 -3
- package/.next/server/chunks/5871.js +0 -1
- package/.next/server/chunks/62.js +0 -1
- package/.next/server/chunks/6266.js +0 -1
- package/.next/server/chunks/9249.js +0 -4
- package/.next/static/chunks/1000-49ad093733e70f09.js +0 -1
- package/.next/static/chunks/1226-fd290816f32913c2.js +0 -1
- package/.next/static/chunks/4108.5dbd5b779fea2993.js +0 -1
- package/.next/static/chunks/5771-202f27993722fa17.js +0 -1
- package/.next/static/chunks/7124-34b05243f6c43a12.js +0 -1
- package/.next/static/chunks/7529-acb1a406a593e6cf.js +0 -1
- package/.next/static/chunks/app/layout-f72fb9bc2ee5b6a2.js +0 -1
- package/.next/static/chunks/app/onboarding/page-bbd13228685e577f.js +0 -1
- package/.next/static/chunks/app/page-a617e1a2eaabe4af.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-d6ef0d1004f68749.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-abb5340574dfb7f1.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-b5d8b67b53874827.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7ab7e51fa775b34e.js +0 -1
- package/.next/static/chunks/app/settings/page-b164636cbad34025.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-958eed5784f7cc92.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-4383ad50c38434ad.js +0 -1
- package/.next/static/chunks/app/utilities/page-ff028844ad2820cd.js +0 -1
- package/.next/static/css/c46d970256fc7904.css +0 -1
- /package/.next/static/{mc0TeBBP3_H8uf7oGZRzW → F56etct0NPc8KXiqqJQvx}/_buildManifest.js +0 -0
- /package/.next/static/{mc0TeBBP3_H8uf7oGZRzW → F56etct0NPc8KXiqqJQvx}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
F56etct0NPc8KXiqqJQvx
|
|
@@ -1,139 +1,139 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-6f08731be9714ee4.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-6f08731be9714ee4.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/2bc00775af31f40f.css",
|
|
16
16
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
17
|
"static/chunks/1217-407174d9b164a499.js",
|
|
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-
|
|
22
|
-
],
|
|
23
|
-
"/api/images/[rootId]/[file]/route": [
|
|
24
|
-
"static/chunks/webpack-18930958151e32fe.js",
|
|
25
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
26
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
27
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
28
|
-
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
21
|
+
"static/chunks/app/layout-c712136be28f3127.js"
|
|
29
22
|
],
|
|
30
23
|
"/api/oauth/start/route": [
|
|
31
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
32
25
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
33
26
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
34
27
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
35
28
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
36
29
|
],
|
|
37
|
-
"/api/
|
|
38
|
-
"static/chunks/webpack-
|
|
30
|
+
"/api/images/[rootId]/[file]/route": [
|
|
31
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
39
32
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
40
33
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
41
34
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
42
|
-
"static/chunks/app/api/
|
|
35
|
+
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
43
36
|
],
|
|
44
37
|
"/api/agents/[agentId]/respond/route": [
|
|
45
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
46
39
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
47
40
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
48
41
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
49
42
|
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
50
43
|
],
|
|
51
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
52
|
-
"static/chunks/webpack-
|
|
44
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
45
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
53
46
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
54
47
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
55
48
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
56
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
49
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
57
50
|
],
|
|
58
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
59
|
-
"static/chunks/webpack-
|
|
51
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
52
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
60
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
61
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
62
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
63
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
56
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
64
57
|
],
|
|
65
58
|
"/api/roots/[id]/attachments/route": [
|
|
66
|
-
"static/chunks/webpack-
|
|
59
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
67
60
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
68
61
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
69
62
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
70
63
|
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
71
64
|
],
|
|
72
65
|
"/api/roots/[id]/dashboard/route": [
|
|
73
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
74
67
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
75
68
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
76
69
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
77
70
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
78
71
|
],
|
|
79
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
80
|
-
"static/chunks/webpack-18930958151e32fe.js",
|
|
81
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
85
|
-
],
|
|
86
72
|
"/api/roots/[id]/suggestions/route": [
|
|
87
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
88
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
77
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
92
78
|
],
|
|
93
79
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
94
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
95
81
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
96
82
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
97
83
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
98
84
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
99
85
|
],
|
|
100
|
-
"/api/utilities/[scope]/[id]/
|
|
101
|
-
"static/chunks/webpack-
|
|
86
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
87
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
102
88
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
89
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
90
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
91
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
106
92
|
],
|
|
107
|
-
"/api/
|
|
108
|
-
"static/chunks/webpack-
|
|
93
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
94
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
109
95
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
110
96
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
111
97
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
112
|
-
"static/chunks/app/api/
|
|
98
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
99
|
+
],
|
|
100
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
101
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
102
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
113
106
|
],
|
|
114
107
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
115
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
116
109
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
110
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
111
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
112
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
120
113
|
],
|
|
114
|
+
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
115
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
116
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
|
+
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
120
|
+
],
|
|
121
121
|
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
122
|
-
"static/chunks/webpack-
|
|
122
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
123
123
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
124
124
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
125
125
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
126
126
|
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
127
127
|
],
|
|
128
|
-
"/api/
|
|
129
|
-
"static/chunks/webpack-
|
|
128
|
+
"/api/oauth/callback/route": [
|
|
129
|
+
"static/chunks/webpack-6f08731be9714ee4.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/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
134
134
|
],
|
|
135
135
|
"/agents/[agentId]/page": [
|
|
136
|
-
"static/chunks/webpack-
|
|
136
|
+
"static/chunks/webpack-6f08731be9714ee4.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-6f08731be9714ee4.js",
|
|
148
148
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
149
149
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
150
150
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -154,30 +154,32 @@
|
|
|
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/4847-a85e8d18ea0da09e.js",
|
|
158
|
+
"static/chunks/app/page-6096902532dd6ec8.js"
|
|
159
159
|
],
|
|
160
160
|
"/onboarding/page": [
|
|
161
|
-
"static/chunks/webpack-
|
|
161
|
+
"static/chunks/webpack-6f08731be9714ee4.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-a4145c3e505dfe74.js"
|
|
168
168
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
169
|
+
"/roots/new/page": [
|
|
170
|
+
"static/chunks/webpack-6f08731be9714ee4.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",
|
|
176
177
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
177
|
-
"static/chunks/
|
|
178
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
179
|
+
"static/chunks/app/roots/new/page-dc4edb7f4cbc2441.js"
|
|
178
180
|
],
|
|
179
|
-
"/
|
|
180
|
-
"static/chunks/webpack-
|
|
181
|
+
"/settings/page": [
|
|
182
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
181
183
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
182
184
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
183
185
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -186,44 +188,40 @@
|
|
|
186
188
|
"static/chunks/9411-af5f758c57741929.js",
|
|
187
189
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
188
190
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
189
|
-
"static/chunks/
|
|
191
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
192
|
+
"static/chunks/app/settings/page-df5f4911b7f3a2df.js"
|
|
190
193
|
],
|
|
191
|
-
"/
|
|
192
|
-
"static/chunks/webpack-
|
|
194
|
+
"/audit/page": [
|
|
195
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
193
196
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
194
197
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
195
198
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
196
199
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
197
200
|
"static/chunks/1217-407174d9b164a499.js",
|
|
198
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
199
201
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/5235-990ba9c4c8446446.js",
|
|
202
|
-
"static/chunks/app/settings/page-b164636cbad34025.js"
|
|
202
|
+
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
203
203
|
],
|
|
204
204
|
"/share/[id]/file/page": [
|
|
205
|
-
"static/chunks/webpack-
|
|
205
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
206
206
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
207
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
208
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
209
209
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
210
210
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
211
211
|
],
|
|
212
|
-
"/
|
|
213
|
-
"static/chunks/webpack-
|
|
212
|
+
"/share/[id]/page": [
|
|
213
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
214
214
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
215
215
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
216
216
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
217
217
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
218
|
-
"static/chunks/1217-407174d9b164a499.js",
|
|
219
218
|
"static/chunks/9411-af5f758c57741929.js",
|
|
220
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
221
219
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
222
|
-
"static/chunks/
|
|
223
|
-
"static/chunks/app/
|
|
220
|
+
"static/chunks/527-c86224761908776e.js",
|
|
221
|
+
"static/chunks/app/share/[id]/page-050853f9974f0915.js"
|
|
224
222
|
],
|
|
225
223
|
"/utilities/page": [
|
|
226
|
-
"static/chunks/webpack-
|
|
224
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
227
225
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
228
226
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
229
227
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -232,28 +230,30 @@
|
|
|
232
230
|
"static/chunks/9411-af5f758c57741929.js",
|
|
233
231
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
234
232
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
235
|
-
"static/chunks/app/utilities/page-
|
|
233
|
+
"static/chunks/app/utilities/page-3ee2dc6d66ad4154.js"
|
|
236
234
|
],
|
|
237
|
-
"/
|
|
238
|
-
"static/chunks/webpack-
|
|
235
|
+
"/utilities/[scope]/[id]/page": [
|
|
236
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
239
237
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
240
238
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
241
239
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
242
240
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
241
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
243
242
|
"static/chunks/9411-af5f758c57741929.js",
|
|
243
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
244
244
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
245
|
-
"static/chunks/
|
|
246
|
-
"static/chunks/app/
|
|
245
|
+
"static/chunks/527-c86224761908776e.js",
|
|
246
|
+
"static/chunks/app/utilities/[scope]/[id]/page-d5494af2daf1c38d.js"
|
|
247
247
|
],
|
|
248
248
|
"/roots/[id]/layout": [
|
|
249
|
-
"static/chunks/webpack-
|
|
249
|
+
"static/chunks/webpack-6f08731be9714ee4.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
|
-
"/roots/[id]/
|
|
256
|
-
"static/chunks/webpack-
|
|
255
|
+
"/roots/[id]/chat/[topicId]/page": [
|
|
256
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
257
257
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
258
258
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
259
259
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -264,13 +264,14 @@
|
|
|
264
264
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
265
265
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
266
266
|
"static/chunks/8775-890699c74c28df61.js",
|
|
267
|
-
"static/chunks/
|
|
268
|
-
"static/chunks/
|
|
269
|
-
"static/chunks/
|
|
270
|
-
"static/chunks/
|
|
267
|
+
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
268
|
+
"static/chunks/4847-a85e8d18ea0da09e.js",
|
|
269
|
+
"static/chunks/70-61c97afa667d1efe.js",
|
|
270
|
+
"static/chunks/4138-d787eac2eac9c9a8.js",
|
|
271
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-b3d8e79a61db4bdc.js"
|
|
271
272
|
],
|
|
272
|
-
"/roots/[id]/page": [
|
|
273
|
-
"static/chunks/webpack-
|
|
273
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
274
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
274
275
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
275
276
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
276
277
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -281,15 +282,13 @@
|
|
|
281
282
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
282
283
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
283
284
|
"static/chunks/8775-890699c74c28df61.js",
|
|
284
|
-
"static/chunks/
|
|
285
|
-
"static/chunks/
|
|
286
|
-
"static/chunks/
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/1226-fd290816f32913c2.js",
|
|
289
|
-
"static/chunks/app/roots/[id]/page-b5d8b67b53874827.js"
|
|
285
|
+
"static/chunks/4847-a85e8d18ea0da09e.js",
|
|
286
|
+
"static/chunks/70-61c97afa667d1efe.js",
|
|
287
|
+
"static/chunks/8270-8e72f6c35eb03ad2.js",
|
|
288
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-75d2a17f6f78a45d.js"
|
|
290
289
|
],
|
|
291
|
-
"/roots/[id]/
|
|
292
|
-
"static/chunks/webpack-
|
|
290
|
+
"/roots/[id]/page": [
|
|
291
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
293
292
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
294
293
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
295
294
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -298,35 +297,36 @@
|
|
|
298
297
|
"static/chunks/9411-af5f758c57741929.js",
|
|
299
298
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
300
299
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
301
|
-
"static/chunks/
|
|
300
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
301
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
302
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
303
|
+
"static/chunks/4847-a85e8d18ea0da09e.js",
|
|
304
|
+
"static/chunks/70-61c97afa667d1efe.js",
|
|
305
|
+
"static/chunks/4138-d787eac2eac9c9a8.js",
|
|
306
|
+
"static/chunks/8270-8e72f6c35eb03ad2.js",
|
|
307
|
+
"static/chunks/app/roots/[id]/page-6a9df2bb923bb1d3.js"
|
|
302
308
|
],
|
|
303
|
-
"/roots/[id]/workflows/page": [
|
|
304
|
-
"static/chunks/webpack-
|
|
309
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
310
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
305
311
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
306
312
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
307
313
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
308
314
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
309
315
|
"static/chunks/1217-407174d9b164a499.js",
|
|
316
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
310
317
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
311
|
-
"static/chunks/
|
|
318
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js"
|
|
312
320
|
],
|
|
313
|
-
"/roots/[id]/
|
|
314
|
-
"static/chunks/webpack-
|
|
321
|
+
"/roots/[id]/workflows/page": [
|
|
322
|
+
"static/chunks/webpack-6f08731be9714ee4.js",
|
|
315
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
316
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
317
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
318
326
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
319
327
|
"static/chunks/1217-407174d9b164a499.js",
|
|
320
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
321
328
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
322
|
-
"static/chunks/
|
|
323
|
-
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
324
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
325
|
-
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
326
|
-
"static/chunks/7529-acb1a406a593e6cf.js",
|
|
327
|
-
"static/chunks/5771-202f27993722fa17.js",
|
|
328
|
-
"static/chunks/1000-49ad093733e70f09.js",
|
|
329
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-d6ef0d1004f68749.js"
|
|
329
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
332
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
|
-
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
3
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
-
"/api/
|
|
4
|
+
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
6
5
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
|
-
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
6
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
7
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
9
8
|
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
10
9
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
12
10
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
13
11
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
|
-
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
15
12
|
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
13
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
14
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
15
|
"/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
16
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
17
|
+
"/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",
|
|
23
22
|
"/roots/new/page": "/roots/new",
|
|
24
23
|
"/settings/page": "/settings",
|
|
24
|
+
"/audit/page": "/audit",
|
|
25
25
|
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
|
-
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
27
|
-
"/utilities/page": "/utilities",
|
|
28
26
|
"/share/[id]/page": "/share/[id]",
|
|
27
|
+
"/utilities/page": "/utilities",
|
|
28
|
+
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
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
32
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
33
|
-
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]"
|
|
33
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/F56etct0NPc8KXiqqJQvx/_buildManifest.js",
|
|
9
|
+
"static/F56etct0NPc8KXiqqJQvx/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-6f08731be9714ee4.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-6f08731be9714ee4.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-6f08731be9714ee4.js",
|
|
27
27
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
28
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
29
|
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"notFoundRoutes": [],
|
|
57
57
|
"preview": {
|
|
58
|
-
"previewModeId": "
|
|
59
|
-
"previewModeSigningKey": "
|
|
60
|
-
"previewModeEncryptionKey": "
|
|
58
|
+
"previewModeId": "3e8401438e388e4fa0a977ea587d92bb",
|
|
59
|
+
"previewModeSigningKey": "03701193e7fc19cdd9210b9cd049c014067b58be1ea08dbbba5626dff7a0bfac",
|
|
60
|
+
"previewModeEncryptionKey": "a8772d3817a0b59a1e4b5a54f2fb76b7f2e6ca40e992108d99bf296ef5c8660a"
|
|
61
61
|
}
|
|
62
62
|
}
|