@customize-agent/server 3.0.14 → 3.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +210 -193
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.json +14 -0
- package/.next/routes-manifest.json +29 -14
- package/.next/server/chunks/3328.js +196 -0
- package/.next/server/chunks/3445.js +151 -57
- package/.next/server/chunks/{5076.js → 774.js} +25 -25
- package/.next/server/chunks/8204.js +1 -1
- package/.next/server/chunks/8645.js +1 -0
- package/.next/server/chunks/9199.js +2 -2
- package/.next/server/chunks/9270.js +1 -1
- package/.next/server/chunks/9301.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_app.js +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/api/assets/generated/preview.js +1 -0
- package/.next/server/pages/api/assets/generated/preview.js.nft.json +1 -0
- package/.next/server/pages/api/assets/generated.js +1 -0
- package/.next/server/pages/api/assets/generated.js.nft.json +1 -0
- package/.next/server/pages/api/config/providers/[provider].js +1 -1
- package/.next/server/pages/api/config/providers.js +1 -1
- package/.next/server/pages/api/documents/chapter/regenerate.js +1 -1
- package/.next/server/pages/api/documents/chapter/regenerate.js.nft.json +1 -1
- package/.next/server/pages/api/documents/export.js +2 -2
- package/.next/server/pages/api/documents/export.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generate.js +1 -1
- package/.next/server/pages/api/documents/generate.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generated/[id].js +1 -0
- package/.next/server/pages/api/documents/generated/[id].js.nft.json +1 -0
- package/.next/server/pages/api/documents/generated.js +1 -0
- package/.next/server/pages/api/documents/generated.js.nft.json +1 -0
- package/.next/server/pages/api/documents/roles.js +1 -1
- package/.next/server/pages/api/documents/specs.js +1 -1
- package/.next/server/pages/api/documents/templates.js +1 -1
- package/.next/server/pages/api/documents/templates.js.nft.json +1 -1
- package/.next/server/pages/api/kb/categories.js +1 -52
- package/.next/server/pages/api/kb/categories.js.nft.json +1 -1
- package/.next/server/pages/api/kb/duplicates.js +1 -52
- package/.next/server/pages/api/kb/duplicates.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/detail.js +3 -52
- package/.next/server/pages/api/kb/files/detail.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/open.js +1 -52
- package/.next/server/pages/api/kb/files/open.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/preview-pdf-page.js +1 -52
- package/.next/server/pages/api/kb/files/preview-pdf-page.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/reindex.js +1 -52
- package/.next/server/pages/api/kb/files/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files.js +1 -52
- package/.next/server/pages/api/kb/files.js.nft.json +1 -1
- package/.next/server/pages/api/kb/ignore.js +1 -52
- package/.next/server/pages/api/kb/ignore.js.nft.json +1 -1
- package/.next/server/pages/api/kb/operations.js +1 -52
- package/.next/server/pages/api/kb/operations.js.nft.json +1 -1
- package/.next/server/pages/api/kb/reindex.js +1 -52
- package/.next/server/pages/api/kb/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/search.js +1 -52
- package/.next/server/pages/api/kb/search.js.nft.json +1 -1
- package/.next/server/pages/api/kb/stats.js +1 -52
- package/.next/server/pages/api/kb/stats.js.nft.json +1 -1
- package/.next/server/pages/api/kb/tags.js +1 -52
- package/.next/server/pages/api/kb/tags.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload.js +1 -52
- package/.next/server/pages/api/kb/upload.js.nft.json +1 -1
- package/.next/server/pages/api/prompt.js +1 -1
- package/.next/server/pages/asset-library.html +1 -0
- package/.next/server/pages/asset-library.js.nft.json +1 -0
- package/.next/server/pages/context/long-term.html +1 -1
- package/.next/server/pages/context/long-term.js.nft.json +1 -1
- package/.next/server/pages/context/short-term.html +1 -1
- package/.next/server/pages/context/short-term.js.nft.json +1 -1
- package/.next/server/pages/document-roles.html +1 -1
- package/.next/server/pages/document-roles.js.nft.json +1 -1
- package/.next/server/pages/document-specs.html +1 -1
- package/.next/server/pages/document-specs.js.nft.json +1 -1
- package/.next/server/pages/documents.html +1 -1
- package/.next/server/pages/documents.js.nft.json +1 -1
- package/.next/server/pages/guide.html +1 -1
- package/.next/server/pages/guide.js.nft.json +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/knowledge/file-detail.html +1 -1
- package/.next/server/pages/knowledge/file-detail.js.nft.json +1 -1
- package/.next/server/pages/knowledge/files.html +1 -1
- package/.next/server/pages/knowledge/files.js.nft.json +1 -1
- package/.next/server/pages/knowledge/manage.html +1 -1
- package/.next/server/pages/knowledge/manage.js.nft.json +1 -1
- package/.next/server/pages/knowledge/search.html +1 -1
- package/.next/server/pages/knowledge/search.js.nft.json +1 -1
- package/.next/server/pages/knowledge.html +1 -1
- package/.next/server/pages/knowledge.js.nft.json +1 -1
- package/.next/server/pages/models.html +1 -1
- package/.next/server/pages/models.js.nft.json +1 -1
- package/.next/server/pages/overview.html +1 -1
- package/.next/server/pages/overview.js.nft.json +1 -1
- package/.next/server/pages/prompt.html +1 -1
- package/.next/server/pages/prompt.js.nft.json +1 -1
- package/.next/server/pages/settings.html +1 -1
- package/.next/server/pages/settings.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +27 -22
- package/.next/static/chunks/15-4683808cb8db7005.js +4 -0
- package/.next/static/chunks/167-d4f384b289ecb70c.js +1 -0
- package/.next/static/chunks/174-51b6d64f21e9b976.js +10 -0
- package/.next/static/chunks/183-8da0232dd30cdc81.js +1 -0
- package/.next/static/chunks/20-8968ee2d4013a5b8.js +1 -0
- package/.next/static/chunks/224-9a7074031493793b.js +1 -0
- package/.next/static/chunks/232-813af4932a145fdc.js +6 -0
- package/.next/static/chunks/257-e4ebae17a8ee8412.js +1 -0
- package/.next/static/chunks/260-cec84dc6c353e104.js +28 -0
- package/.next/static/chunks/271-39045be4cdbd6af1.js +16 -0
- package/.next/static/chunks/292-f0a2c92861c304e6.js +16 -0
- package/.next/static/chunks/350-8c5e13c0577a38c3.js +1 -0
- package/.next/static/chunks/382-6ab5f41cd91edad0.js +25 -0
- package/.next/static/chunks/400-1fa1899b7c3f0bb4.js +78 -0
- package/.next/static/chunks/576-fd55b302cb0c9a48.js +4 -0
- package/.next/static/chunks/577-5b2691f0c8f17187.js +1 -0
- package/.next/static/chunks/617-68a9e848c380f9c3.js +1 -0
- package/.next/static/chunks/628-27424ba8ca9ca8ce.js +1 -0
- package/.next/static/chunks/700-5d29b0475311f590.js +1 -0
- package/.next/static/chunks/80-96429163e5c103a8.js +1 -0
- package/.next/static/chunks/858-5e6982e2b239d4b7.js +1 -0
- package/.next/static/chunks/881-a1eb917222b66f09.js +4 -0
- package/.next/static/chunks/935-daa0026982d7fa8d.js +1 -0
- package/.next/static/chunks/951-8ecf8af33ab36369.js +1 -0
- package/.next/static/chunks/969-5d5ff5a3ed74f52b.js +11 -0
- package/.next/static/chunks/985-4b4a3ed36ada16eb.js +4 -0
- package/.next/static/chunks/framework-161be364fd69a7ce.js +1 -0
- package/.next/static/chunks/main-ed4abb3bb200c815.js +1 -0
- package/.next/static/chunks/pages/_app-b1f31c6bbc0bb7b1.js +140 -0
- package/.next/static/chunks/pages/{_error-18decb9cd478883d.js → _error-282257fbdcc167b4.js} +1 -1
- package/.next/static/chunks/pages/asset-library-0f607b74fa016470.js +1 -0
- package/.next/static/chunks/pages/context/long-term-09e23b06634b08d9.js +1 -0
- package/.next/static/chunks/pages/context/short-term-2f5fd8531e87b5bd.js +1 -0
- package/.next/static/chunks/pages/document-roles-077fc7159c88e89e.js +1 -0
- package/.next/static/chunks/pages/document-specs-fb5b8a89cff6d1e3.js +1 -0
- package/.next/static/chunks/pages/documents-38320ae2fd50be35.js +1 -0
- package/.next/static/chunks/pages/guide-acf32d66a6df6e5a.js +1 -0
- package/.next/static/chunks/pages/index-c5e0758e6b31deee.js +1 -0
- package/.next/static/chunks/pages/knowledge/file-detail-ad1dc61c1413db0c.js +1 -0
- package/.next/static/chunks/pages/knowledge/files-896c058f2da5e907.js +1 -0
- package/.next/static/chunks/pages/knowledge/manage-6da10158f75718cf.js +1 -0
- package/.next/static/chunks/pages/knowledge/search-3fd704d2afa1af3e.js +1 -0
- package/.next/static/chunks/pages/knowledge-905248d8dcb15453.js +1 -0
- package/.next/static/chunks/pages/models-7bdf24068811ae91.js +1 -0
- package/.next/static/chunks/pages/overview-572bba4876e617f5.js +1 -0
- package/.next/static/chunks/pages/prompt-c9bc7884a44d3767.js +1 -0
- package/.next/static/chunks/pages/settings-68f0d05bf95d12da.js +1 -0
- package/.next/static/css/9af88fe8ee791d26.css +1 -0
- package/.next/static/customize-agent-dashboard/_buildManifest.js +1 -0
- package/README.md +18 -0
- package/next.config.ts +15 -6
- package/package.json +4 -4
- package/public/favicon.ico +1 -0
- package/.next/server/chunks/2583.js +0 -1
- package/.next/server/chunks/6352.js +0 -1
- package/.next/static/HrpIpnt5wstKoy1Bjfffe/_buildManifest.js +0 -1
- package/.next/static/chunks/15-289cb38b53bafa4a.js +0 -4
- package/.next/static/chunks/167-9f45623d7ea7ab43.js +0 -1
- package/.next/static/chunks/174-e7df14600b457a5c.js +0 -10
- package/.next/static/chunks/201-b16b4788042ed1aa.js +0 -1
- package/.next/static/chunks/227-442963c7b630eade.js +0 -1
- package/.next/static/chunks/257-ba16dfe16a27f417.js +0 -1
- package/.next/static/chunks/260-7a7a65a3ca8539ba.js +0 -28
- package/.next/static/chunks/292-c2888a94068fae74.js +0 -16
- package/.next/static/chunks/382-dd7535429e16931b.js +0 -25
- package/.next/static/chunks/400-f06f00619f22421e.js +0 -78
- package/.next/static/chunks/446-0591221372df7d49.js +0 -4
- package/.next/static/chunks/455-e31becaaf948f868.js +0 -6
- package/.next/static/chunks/492-62671486700ed3f9.js +0 -1
- package/.next/static/chunks/517-f43787133528ba48.js +0 -1
- package/.next/static/chunks/668-662b7bc81e4ad48f.js +0 -4
- package/.next/static/chunks/730-727fe4b055c78dc2.js +0 -1
- package/.next/static/chunks/740-2bcba39d841f2b16.js +0 -16
- package/.next/static/chunks/746-120983153bceeea6.js +0 -1
- package/.next/static/chunks/804-e654a1589d9adc65.js +0 -11
- package/.next/static/chunks/846-fed995f7c83fc6c3.js +0 -1
- package/.next/static/chunks/851-1190cb42a0630eef.js +0 -1
- package/.next/static/chunks/891-b6a172e1df7ab8c1.js +0 -1
- package/.next/static/chunks/958-66e2dcf301fb3c3f.js +0 -1
- package/.next/static/chunks/969-8843874536e7fd83.js +0 -1
- package/.next/static/chunks/992-ea93dfa182a02a8e.js +0 -1
- package/.next/static/chunks/framework-b5223c1542334872.js +0 -1
- package/.next/static/chunks/main-1a03005b3754c708.js +0 -1
- package/.next/static/chunks/pages/_app-725afbb7d3371a13.js +0 -140
- package/.next/static/chunks/pages/context/long-term-dba1d735f2b5e12b.js +0 -1
- package/.next/static/chunks/pages/context/short-term-7cc72881b42b74fb.js +0 -1
- package/.next/static/chunks/pages/document-roles-0f24b162cfd49513.js +0 -1
- package/.next/static/chunks/pages/document-specs-991368925b27ceda.js +0 -1
- package/.next/static/chunks/pages/documents-93e638518deec9b5.js +0 -1
- package/.next/static/chunks/pages/guide-414134ce66270eb0.js +0 -1
- package/.next/static/chunks/pages/index-505bd438c95ec0e8.js +0 -1
- package/.next/static/chunks/pages/knowledge/file-detail-793d12234ccddac1.js +0 -1
- package/.next/static/chunks/pages/knowledge/files-1662e995b81e79aa.js +0 -1
- package/.next/static/chunks/pages/knowledge/manage-64ad6cdce068edb1.js +0 -1
- package/.next/static/chunks/pages/knowledge/search-fe148477dfe05966.js +0 -1
- package/.next/static/chunks/pages/knowledge-81fd1e907a6fcb84.js +0 -1
- package/.next/static/chunks/pages/models-0fb086e70387dde1.js +0 -1
- package/.next/static/chunks/pages/overview-db5df4f0bec2a77c.js +0 -1
- package/.next/static/chunks/pages/prompt-aa556d7a438117f1.js +0 -1
- package/.next/static/chunks/pages/settings-88f50b9cafc389e0.js +0 -1
- package/.next/static/css/5237c5e3358f3282.css +0 -1
- /package/.next/static/{HrpIpnt5wstKoy1Bjfffe → customize-agent-dashboard}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
customize-agent-dashboard
|
|
@@ -5,261 +5,278 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/customize-agent-dashboard/_buildManifest.js",
|
|
9
|
+
"static/customize-agent-dashboard/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"rootMainFilesTree": {},
|
|
13
13
|
"pages": {
|
|
14
14
|
"/": [
|
|
15
15
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
16
|
-
"static/chunks/framework-
|
|
17
|
-
"static/chunks/main-
|
|
18
|
-
"static/chunks/pages/index-
|
|
16
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
17
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
18
|
+
"static/chunks/pages/index-c5e0758e6b31deee.js"
|
|
19
19
|
],
|
|
20
20
|
"/_app": [
|
|
21
21
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
22
|
-
"static/chunks/framework-
|
|
23
|
-
"static/chunks/main-
|
|
24
|
-
"static/css/
|
|
25
|
-
"static/chunks/pages/_app-
|
|
22
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
23
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
24
|
+
"static/css/9af88fe8ee791d26.css",
|
|
25
|
+
"static/chunks/pages/_app-b1f31c6bbc0bb7b1.js"
|
|
26
26
|
],
|
|
27
27
|
"/_error": [
|
|
28
28
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
29
|
-
"static/chunks/framework-
|
|
30
|
-
"static/chunks/main-
|
|
31
|
-
"static/chunks/pages/_error-
|
|
29
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
30
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
31
|
+
"static/chunks/pages/_error-282257fbdcc167b4.js"
|
|
32
|
+
],
|
|
33
|
+
"/asset-library": [
|
|
34
|
+
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
35
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
36
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
37
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
38
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
39
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
40
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
41
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
42
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
43
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
44
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
45
|
+
"static/chunks/292-f0a2c92861c304e6.js",
|
|
46
|
+
"static/chunks/951-8ecf8af33ab36369.js",
|
|
47
|
+
"static/chunks/881-a1eb917222b66f09.js",
|
|
48
|
+
"static/chunks/pages/asset-library-0f607b74fa016470.js"
|
|
32
49
|
],
|
|
33
50
|
"/context/long-term": [
|
|
34
51
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
35
|
-
"static/chunks/framework-
|
|
36
|
-
"static/chunks/main-
|
|
37
|
-
"static/chunks/260-
|
|
38
|
-
"static/chunks/167-
|
|
39
|
-
"static/chunks/382-
|
|
40
|
-
"static/chunks/
|
|
41
|
-
"static/chunks/
|
|
42
|
-
"static/chunks/
|
|
43
|
-
"static/chunks/
|
|
44
|
-
"static/chunks/174-
|
|
45
|
-
"static/chunks/
|
|
46
|
-
"static/chunks/
|
|
47
|
-
"static/chunks/
|
|
48
|
-
"static/chunks/400-
|
|
49
|
-
"static/chunks/257-
|
|
50
|
-
"static/chunks/pages/context/long-term-
|
|
52
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
53
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
54
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
55
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
56
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
57
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
58
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
59
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
60
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
61
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
62
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
63
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
64
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
65
|
+
"static/chunks/400-1fa1899b7c3f0bb4.js",
|
|
66
|
+
"static/chunks/257-e4ebae17a8ee8412.js",
|
|
67
|
+
"static/chunks/pages/context/long-term-09e23b06634b08d9.js"
|
|
51
68
|
],
|
|
52
69
|
"/context/short-term": [
|
|
53
70
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
54
|
-
"static/chunks/framework-
|
|
55
|
-
"static/chunks/main-
|
|
56
|
-
"static/chunks/260-
|
|
57
|
-
"static/chunks/167-
|
|
58
|
-
"static/chunks/382-
|
|
59
|
-
"static/chunks/
|
|
60
|
-
"static/chunks/
|
|
61
|
-
"static/chunks/
|
|
62
|
-
"static/chunks/
|
|
63
|
-
"static/chunks/174-
|
|
64
|
-
"static/chunks/
|
|
65
|
-
"static/chunks/
|
|
66
|
-
"static/chunks/
|
|
67
|
-
"static/chunks/400-
|
|
68
|
-
"static/chunks/257-
|
|
69
|
-
"static/chunks/pages/context/short-term-
|
|
71
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
72
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
73
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
74
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
75
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
76
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
77
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
78
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
79
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
80
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
81
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
82
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
83
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
84
|
+
"static/chunks/400-1fa1899b7c3f0bb4.js",
|
|
85
|
+
"static/chunks/257-e4ebae17a8ee8412.js",
|
|
86
|
+
"static/chunks/pages/context/short-term-2f5fd8531e87b5bd.js"
|
|
70
87
|
],
|
|
71
88
|
"/document-roles": [
|
|
72
89
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
73
|
-
"static/chunks/framework-
|
|
74
|
-
"static/chunks/main-
|
|
75
|
-
"static/chunks/260-
|
|
76
|
-
"static/chunks/167-
|
|
77
|
-
"static/chunks/382-
|
|
78
|
-
"static/chunks/
|
|
79
|
-
"static/chunks/
|
|
80
|
-
"static/chunks/
|
|
81
|
-
"static/chunks/
|
|
82
|
-
"static/chunks/174-
|
|
83
|
-
"static/chunks/
|
|
84
|
-
"static/chunks/
|
|
85
|
-
"static/chunks/
|
|
86
|
-
"static/chunks/pages/document-roles-
|
|
90
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
91
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
92
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
93
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
94
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
95
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
96
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
97
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
98
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
99
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
100
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
101
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
102
|
+
"static/chunks/951-8ecf8af33ab36369.js",
|
|
103
|
+
"static/chunks/pages/document-roles-077fc7159c88e89e.js"
|
|
87
104
|
],
|
|
88
105
|
"/document-specs": [
|
|
89
106
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
90
|
-
"static/chunks/framework-
|
|
91
|
-
"static/chunks/main-
|
|
92
|
-
"static/chunks/260-
|
|
93
|
-
"static/chunks/167-
|
|
94
|
-
"static/chunks/382-
|
|
95
|
-
"static/chunks/
|
|
96
|
-
"static/chunks/
|
|
97
|
-
"static/chunks/
|
|
98
|
-
"static/chunks/
|
|
99
|
-
"static/chunks/174-
|
|
100
|
-
"static/chunks/
|
|
101
|
-
"static/chunks/
|
|
102
|
-
"static/chunks/
|
|
103
|
-
"static/chunks/
|
|
104
|
-
"static/chunks/
|
|
105
|
-
"static/chunks/pages/document-specs-991368925b27ceda.js"
|
|
107
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
108
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
109
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
110
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
111
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
112
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
113
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
114
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
115
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
116
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
117
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
118
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
119
|
+
"static/chunks/951-8ecf8af33ab36369.js",
|
|
120
|
+
"static/chunks/20-8968ee2d4013a5b8.js",
|
|
121
|
+
"static/chunks/pages/document-specs-fb5b8a89cff6d1e3.js"
|
|
106
122
|
],
|
|
107
123
|
"/documents": [
|
|
108
124
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
109
|
-
"static/chunks/framework-
|
|
110
|
-
"static/chunks/main-
|
|
111
|
-
"static/chunks/260-
|
|
112
|
-
"static/chunks/167-
|
|
113
|
-
"static/chunks/382-
|
|
114
|
-
"static/chunks/
|
|
115
|
-
"static/chunks/
|
|
116
|
-
"static/chunks/
|
|
117
|
-
"static/chunks/
|
|
118
|
-
"static/chunks/174-
|
|
119
|
-
"static/chunks/
|
|
120
|
-
"static/chunks/
|
|
121
|
-
"static/chunks/292-
|
|
122
|
-
"static/chunks/
|
|
123
|
-
"static/chunks/
|
|
124
|
-
"static/chunks/
|
|
125
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
126
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
127
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
128
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
129
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
130
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
131
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
132
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
133
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
134
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
135
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
136
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
137
|
+
"static/chunks/292-f0a2c92861c304e6.js",
|
|
138
|
+
"static/chunks/951-8ecf8af33ab36369.js",
|
|
139
|
+
"static/chunks/858-5e6982e2b239d4b7.js",
|
|
140
|
+
"static/chunks/617-68a9e848c380f9c3.js",
|
|
141
|
+
"static/chunks/pages/documents-38320ae2fd50be35.js"
|
|
125
142
|
],
|
|
126
143
|
"/guide": [
|
|
127
144
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
128
|
-
"static/chunks/framework-
|
|
129
|
-
"static/chunks/main-
|
|
130
|
-
"static/chunks/260-
|
|
131
|
-
"static/chunks/167-
|
|
132
|
-
"static/chunks/382-
|
|
133
|
-
"static/chunks/292-
|
|
134
|
-
"static/chunks/
|
|
135
|
-
"static/chunks/
|
|
136
|
-
"static/chunks/pages/guide-
|
|
145
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
146
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
147
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
148
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
149
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
150
|
+
"static/chunks/292-f0a2c92861c304e6.js",
|
|
151
|
+
"static/chunks/858-5e6982e2b239d4b7.js",
|
|
152
|
+
"static/chunks/969-5d5ff5a3ed74f52b.js",
|
|
153
|
+
"static/chunks/pages/guide-acf32d66a6df6e5a.js"
|
|
137
154
|
],
|
|
138
155
|
"/knowledge": [
|
|
139
156
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
140
|
-
"static/chunks/framework-
|
|
141
|
-
"static/chunks/main-
|
|
142
|
-
"static/chunks/pages/knowledge-
|
|
157
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
158
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
159
|
+
"static/chunks/pages/knowledge-905248d8dcb15453.js"
|
|
143
160
|
],
|
|
144
161
|
"/knowledge/file-detail": [
|
|
145
162
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
146
|
-
"static/chunks/framework-
|
|
147
|
-
"static/chunks/main-
|
|
148
|
-
"static/chunks/260-
|
|
149
|
-
"static/chunks/167-
|
|
150
|
-
"static/chunks/382-
|
|
151
|
-
"static/chunks/
|
|
152
|
-
"static/chunks/
|
|
153
|
-
"static/chunks/
|
|
154
|
-
"static/chunks/
|
|
155
|
-
"static/chunks/174-
|
|
156
|
-
"static/chunks/
|
|
157
|
-
"static/chunks/400-
|
|
158
|
-
"static/chunks/292-
|
|
159
|
-
"static/chunks/
|
|
160
|
-
"static/chunks/
|
|
163
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
164
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
165
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
166
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
167
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
168
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
169
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
170
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
171
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
172
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
173
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
174
|
+
"static/chunks/400-1fa1899b7c3f0bb4.js",
|
|
175
|
+
"static/chunks/292-f0a2c92861c304e6.js",
|
|
176
|
+
"static/chunks/350-8c5e13c0577a38c3.js",
|
|
177
|
+
"static/chunks/80-96429163e5c103a8.js",
|
|
161
178
|
"static/css/d284a7454d6f6b06.css",
|
|
162
|
-
"static/chunks/pages/knowledge/file-detail-
|
|
179
|
+
"static/chunks/pages/knowledge/file-detail-ad1dc61c1413db0c.js"
|
|
163
180
|
],
|
|
164
181
|
"/knowledge/files": [
|
|
165
182
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
166
|
-
"static/chunks/framework-
|
|
167
|
-
"static/chunks/main-
|
|
168
|
-
"static/chunks/260-
|
|
169
|
-
"static/chunks/167-
|
|
170
|
-
"static/chunks/382-
|
|
171
|
-
"static/chunks/
|
|
172
|
-
"static/chunks/
|
|
173
|
-
"static/chunks/
|
|
174
|
-
"static/chunks/
|
|
175
|
-
"static/chunks/174-
|
|
176
|
-
"static/chunks/
|
|
177
|
-
"static/chunks/400-
|
|
178
|
-
"static/chunks/15-
|
|
183
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
184
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
185
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
186
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
187
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
188
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
189
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
190
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
191
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
192
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
193
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
194
|
+
"static/chunks/400-1fa1899b7c3f0bb4.js",
|
|
195
|
+
"static/chunks/15-4683808cb8db7005.js",
|
|
179
196
|
"static/css/d284a7454d6f6b06.css",
|
|
180
|
-
"static/chunks/pages/knowledge/files-
|
|
197
|
+
"static/chunks/pages/knowledge/files-896c058f2da5e907.js"
|
|
181
198
|
],
|
|
182
199
|
"/knowledge/manage": [
|
|
183
200
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
184
|
-
"static/chunks/framework-
|
|
185
|
-
"static/chunks/main-
|
|
186
|
-
"static/chunks/260-
|
|
187
|
-
"static/chunks/167-
|
|
188
|
-
"static/chunks/382-
|
|
189
|
-
"static/chunks/
|
|
190
|
-
"static/chunks/
|
|
191
|
-
"static/chunks/
|
|
192
|
-
"static/chunks/174-
|
|
193
|
-
"static/chunks/
|
|
194
|
-
"static/chunks/400-
|
|
195
|
-
"static/chunks/
|
|
196
|
-
"static/chunks/
|
|
197
|
-
"static/chunks/pages/knowledge/manage-
|
|
201
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
202
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
203
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
204
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
205
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
206
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
207
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
208
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
209
|
+
"static/chunks/174-51b6d64f21e9b976.js",
|
|
210
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
211
|
+
"static/chunks/400-1fa1899b7c3f0bb4.js",
|
|
212
|
+
"static/chunks/577-5b2691f0c8f17187.js",
|
|
213
|
+
"static/chunks/935-daa0026982d7fa8d.js",
|
|
214
|
+
"static/chunks/pages/knowledge/manage-6da10158f75718cf.js"
|
|
198
215
|
],
|
|
199
216
|
"/knowledge/search": [
|
|
200
217
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
201
|
-
"static/chunks/framework-
|
|
202
|
-
"static/chunks/main-
|
|
203
|
-
"static/chunks/260-
|
|
204
|
-
"static/chunks/167-
|
|
205
|
-
"static/chunks/382-
|
|
206
|
-
"static/chunks/
|
|
207
|
-
"static/chunks/
|
|
208
|
-
"static/chunks/
|
|
209
|
-
"static/chunks/292-
|
|
210
|
-
"static/chunks/
|
|
211
|
-
"static/chunks/
|
|
218
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
219
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
220
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
221
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
222
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
223
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
224
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
225
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
226
|
+
"static/chunks/292-f0a2c92861c304e6.js",
|
|
227
|
+
"static/chunks/20-8968ee2d4013a5b8.js",
|
|
228
|
+
"static/chunks/350-8c5e13c0577a38c3.js",
|
|
212
229
|
"static/css/d284a7454d6f6b06.css",
|
|
213
|
-
"static/chunks/pages/knowledge/search-
|
|
230
|
+
"static/chunks/pages/knowledge/search-3fd704d2afa1af3e.js"
|
|
214
231
|
],
|
|
215
232
|
"/models": [
|
|
216
233
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
217
|
-
"static/chunks/framework-
|
|
218
|
-
"static/chunks/main-
|
|
219
|
-
"static/chunks/260-
|
|
220
|
-
"static/chunks/167-
|
|
221
|
-
"static/chunks/382-
|
|
222
|
-
"static/chunks/
|
|
223
|
-
"static/chunks/
|
|
224
|
-
"static/chunks/
|
|
225
|
-
"static/chunks/
|
|
226
|
-
"static/chunks/
|
|
227
|
-
"static/chunks/
|
|
234
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
235
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
236
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
237
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
238
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
239
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
240
|
+
"static/chunks/271-39045be4cdbd6af1.js",
|
|
241
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
242
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
243
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
244
|
+
"static/chunks/232-813af4932a145fdc.js",
|
|
245
|
+
"static/chunks/20-8968ee2d4013a5b8.js",
|
|
228
246
|
"static/css/0e153583d22cc52e.css",
|
|
229
|
-
"static/chunks/pages/models-
|
|
247
|
+
"static/chunks/pages/models-7bdf24068811ae91.js"
|
|
230
248
|
],
|
|
231
249
|
"/overview": [
|
|
232
250
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
233
|
-
"static/chunks/framework-
|
|
234
|
-
"static/chunks/main-
|
|
235
|
-
"static/chunks/260-
|
|
236
|
-
"static/chunks/167-
|
|
237
|
-
"static/chunks/
|
|
238
|
-
"static/chunks/
|
|
239
|
-
"static/chunks/
|
|
240
|
-
"static/chunks/
|
|
241
|
-
"static/chunks/pages/overview-db5df4f0bec2a77c.js"
|
|
251
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
252
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
253
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
254
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
255
|
+
"static/chunks/15-4683808cb8db7005.js",
|
|
256
|
+
"static/chunks/577-5b2691f0c8f17187.js",
|
|
257
|
+
"static/chunks/224-9a7074031493793b.js",
|
|
258
|
+
"static/chunks/pages/overview-572bba4876e617f5.js"
|
|
242
259
|
],
|
|
243
260
|
"/prompt": [
|
|
244
261
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
245
|
-
"static/chunks/framework-
|
|
246
|
-
"static/chunks/main-
|
|
247
|
-
"static/chunks/260-
|
|
248
|
-
"static/chunks/167-
|
|
249
|
-
"static/chunks/382-
|
|
250
|
-
"static/chunks/
|
|
251
|
-
"static/chunks/
|
|
252
|
-
"static/chunks/
|
|
253
|
-
"static/chunks/
|
|
254
|
-
"static/chunks/pages/prompt-
|
|
262
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
263
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
264
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
265
|
+
"static/chunks/167-d4f384b289ecb70c.js",
|
|
266
|
+
"static/chunks/382-6ab5f41cd91edad0.js",
|
|
267
|
+
"static/chunks/628-27424ba8ca9ca8ce.js",
|
|
268
|
+
"static/chunks/576-fd55b302cb0c9a48.js",
|
|
269
|
+
"static/chunks/183-8da0232dd30cdc81.js",
|
|
270
|
+
"static/chunks/985-4b4a3ed36ada16eb.js",
|
|
271
|
+
"static/chunks/pages/prompt-c9bc7884a44d3767.js"
|
|
255
272
|
],
|
|
256
273
|
"/settings": [
|
|
257
274
|
"static/chunks/webpack-77d10b4726f13aa5.js",
|
|
258
|
-
"static/chunks/framework-
|
|
259
|
-
"static/chunks/main-
|
|
260
|
-
"static/chunks/260-
|
|
275
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
276
|
+
"static/chunks/main-ed4abb3bb200c815.js",
|
|
277
|
+
"static/chunks/260-cec84dc6c353e104.js",
|
|
261
278
|
"static/css/82b6ddff0ef364fe.css",
|
|
262
|
-
"static/chunks/pages/settings-
|
|
279
|
+
"static/chunks/pages/settings-68f0d05bf95d12da.js"
|
|
263
280
|
]
|
|
264
281
|
},
|
|
265
282
|
"ampFirstPages": []
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {},
|
|
5
5
|
"preview": {
|
|
6
|
-
"previewModeId": "
|
|
7
|
-
"previewModeSigningKey": "
|
|
8
|
-
"previewModeEncryptionKey": "
|
|
6
|
+
"previewModeId": "1c90d63f9dde1d6619bf46deef8779d6",
|
|
7
|
+
"previewModeSigningKey": "b75765b16f7e6c0d7129271be8fa0d623dc7b102b37523f337af6be5b41a9fe6",
|
|
8
|
+
"previewModeEncryptionKey": "85a02246ff9abbef1637000801806d80f54f4407c9c0b36dbdbf4bf404882326"
|
|
9
9
|
},
|
|
10
10
|
"notFoundRoutes": []
|
|
11
11
|
}
|
|
@@ -304,6 +304,20 @@
|
|
|
304
304
|
"turbopack": {
|
|
305
305
|
"root": "/Users/pan/Desktop/codeing/customize-agent"
|
|
306
306
|
},
|
|
307
|
+
"_originalRewrites": {
|
|
308
|
+
"beforeFiles": [
|
|
309
|
+
{
|
|
310
|
+
"source": "/_next/static/:buildId/_buildManifest.js",
|
|
311
|
+
"destination": "/_next/static/customize-agent-dashboard/_buildManifest.js"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"source": "/_next/static/:buildId/_ssgManifest.js",
|
|
315
|
+
"destination": "/_next/static/customize-agent-dashboard/_ssgManifest.js"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"afterFiles": [],
|
|
319
|
+
"fallback": []
|
|
320
|
+
},
|
|
307
321
|
"_originalRedirects": [
|
|
308
322
|
{
|
|
309
323
|
"source": "/",
|
|
@@ -38,28 +38,29 @@
|
|
|
38
38
|
],
|
|
39
39
|
"headers": [
|
|
40
40
|
{
|
|
41
|
-
"source": "
|
|
41
|
+
"source": "/((?!_next/static|_next/image|favicon.ico).*)",
|
|
42
42
|
"headers": [
|
|
43
43
|
{
|
|
44
44
|
"key": "Cache-Control",
|
|
45
|
-
"value": "no-store,
|
|
45
|
+
"value": "no-store, must-revalidate"
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
|
-
"regex": "^(?:/((?!_next/static).*))(?:/)?$"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"source": "/_next/static/:buildId(_[^/]+)/(.*Manifest.js)",
|
|
52
|
-
"headers": [
|
|
53
|
-
{
|
|
54
|
-
"key": "Cache-Control",
|
|
55
|
-
"value": "no-store, max-age=0"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"regex": "^/_next/static(?:/(_[^/]+))(?:/(.*Manifest.js))(?:/)?$"
|
|
48
|
+
"regex": "^(?:/((?!_next/static|_next/image|favicon.ico).*))(?:/)?$"
|
|
59
49
|
}
|
|
60
50
|
],
|
|
61
51
|
"rewrites": {
|
|
62
|
-
"beforeFiles": [
|
|
52
|
+
"beforeFiles": [
|
|
53
|
+
{
|
|
54
|
+
"source": "/_next/static/:buildId/_buildManifest.js",
|
|
55
|
+
"destination": "/_next/static/customize-agent-dashboard/_buildManifest.js",
|
|
56
|
+
"regex": "^/_next/static(?:/([^/]+?))/_buildManifest\\.js(?:/)?$"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"source": "/_next/static/:buildId/_ssgManifest.js",
|
|
60
|
+
"destination": "/_next/static/customize-agent-dashboard/_ssgManifest.js",
|
|
61
|
+
"regex": "^/_next/static(?:/([^/]+?))/_ssgManifest\\.js(?:/)?$"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
63
64
|
"afterFiles": [],
|
|
64
65
|
"fallback": []
|
|
65
66
|
},
|
|
@@ -71,6 +72,14 @@
|
|
|
71
72
|
"nxtPprovider": "nxtPprovider"
|
|
72
73
|
},
|
|
73
74
|
"namedRegex": "^/api/config/providers/(?<nxtPprovider>[^/]+?)(?:/)?$"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"page": "/api/documents/generated/[id]",
|
|
78
|
+
"regex": "^/api/documents/generated/([^/]+?)(?:/)?$",
|
|
79
|
+
"routeKeys": {
|
|
80
|
+
"nxtPid": "nxtPid"
|
|
81
|
+
},
|
|
82
|
+
"namedRegex": "^/api/documents/generated/(?<nxtPid>[^/]+?)(?:/)?$"
|
|
74
83
|
}
|
|
75
84
|
],
|
|
76
85
|
"staticRoutes": [
|
|
@@ -80,6 +89,12 @@
|
|
|
80
89
|
"routeKeys": {},
|
|
81
90
|
"namedRegex": "^/(?:/)?$"
|
|
82
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"page": "/asset-library",
|
|
94
|
+
"regex": "^/asset\\-library(?:/)?$",
|
|
95
|
+
"routeKeys": {},
|
|
96
|
+
"namedRegex": "^/asset\\-library(?:/)?$"
|
|
97
|
+
},
|
|
83
98
|
{
|
|
84
99
|
"page": "/context/long-term",
|
|
85
100
|
"regex": "^/context/long\\-term(?:/)?$",
|