@customize-agent/server 4.1.18 → 4.1.20
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 +174 -18
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/_error.js +1 -1
- package/.next/server/chunks/1928.js +1 -1
- package/.next/server/chunks/582.js +223 -0
- package/.next/server/chunks/5840.js +1 -1
- package/.next/server/chunks/8661.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -40
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/api/assets/generated/preview.js +1 -1
- package/.next/server/pages/api/assets/generated/preview.js.nft.json +1 -1
- package/.next/server/pages/api/assets/generated.js +1 -1
- package/.next/server/pages/api/assets/generated.js.nft.json +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 +7 -7
- package/.next/server/pages/api/documents/export.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generate.js +2 -2
- package/.next/server/pages/api/documents/generate.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generated/[id].js +1 -1
- package/.next/server/pages/api/documents/generated/[id].js.nft.json +1 -1
- package/.next/server/pages/api/documents/generated.js +1 -1
- package/.next/server/pages/api/documents/generated.js.nft.json +1 -1
- package/.next/server/pages/api/documents/roles.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/asset-library.html +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/documents.html +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/knowledge/file-detail.html +1 -1
- package/.next/server/pages/knowledge/files.html +1 -1
- package/.next/server/pages/knowledge/manage.html +1 -1
- package/.next/server/pages/knowledge.html +1 -1
- package/.next/server/pages/models.html +1 -1
- package/.next/server/pages/overview.html +1 -1
- package/.next/server/pages/prompt.html +1 -1
- package/.next/server/pages/settings.html +1 -1
- package/.next/server/pages/system/logs.html +1 -1
- package/.next/server/pages-manifest.json +60 -3
- package/.next/server/vendor-chunks/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7_sass@1.101.0.js +10 -10
- package/.next/static/Q_xFgspIZa7UtyNcbbeXp/_buildManifest.js +1 -0
- package/.next/static/chunks/44-d3545eedd5c75ef1.js +4 -0
- package/.next/static/chunks/563-b12f299d34bb9e44.js +1 -0
- package/.next/static/chunks/717-743b697a417dd5ee.js +4 -0
- package/.next/static/chunks/795-cd94e8d4e9768eb9.js +1 -0
- package/.next/static/chunks/827-a6dc09e42833e6a3.js +1 -0
- package/.next/static/chunks/883-506cbca959974997.js +16 -0
- package/.next/static/chunks/957-7c7f05f1c2ccfb96.js +8 -0
- package/.next/static/chunks/{238-16333381c574f65b.js → 994-241f87efc61005b8.js} +4 -1
- package/.next/static/chunks/fallback/amp.js +1015 -0
- package/.next/static/chunks/fallback/main.js +1616 -0
- package/.next/static/chunks/fallback/pages/_app.js +28 -0
- package/.next/static/chunks/fallback/pages/_error.js +28 -0
- package/.next/static/chunks/fallback/react-refresh.js +62 -0
- package/.next/static/chunks/fallback/webpack.js +1192 -0
- package/.next/static/chunks/pages/{asset-library-bedc7113dfc7ad6a.js → asset-library-a1047694e888e655.js} +1 -1
- package/.next/static/chunks/pages/document-roles-5620a98d6312f81c.js +1 -0
- package/.next/static/chunks/pages/documents-7550a1ef2e5f266c.js +1 -0
- package/.next/static/chunks/pages/guide-b847733a9a832c2c.js +1 -0
- package/.next/static/chunks/pages/knowledge/{file-detail-f70a35f5b24a5b61.js → file-detail-02cd5d87cd1d1c5d.js} +1 -1
- package/.next/static/chunks/pages/knowledge/{files-3b5d049efb076e4b.js → files-8503246ce2bc07c6.js} +1 -1
- package/.next/static/chunks/pages/knowledge/{manage-67b5c7fe257f37c5.js → manage-a00bb7fc6a76f820.js} +1 -1
- package/.next/static/chunks/pages/{models-89f9769a32da8e5f.js → models-aa250428e72433df.js} +1 -1
- package/.next/static/chunks/pages/{prompt-08ecf369f65abdfd.js → prompt-224af05519ef8304.js} +1 -1
- package/.next/static/chunks/pages/system/{logs-a76f9e3131e0cd79.js → logs-6f45ef8d862759a2.js} +1 -1
- package/.next/static/chunks/polyfills.js +1 -0
- package/.next/static/chunks/webpack.js +2 -2
- package/.next/static/css/3f9e41b5c0ba95f7.css +1 -0
- package/package.json +4 -4
- package/.next/server/chunks/1924.js +0 -215
- package/.next/static/VJfTgkSHEgD9CkDEznJbt/_buildManifest.js +0 -1
- package/.next/static/chunks/209-5117020514c2bd0c.js +0 -4
- package/.next/static/chunks/466-1cd359f130473697.js +0 -1
- package/.next/static/chunks/576-6699fed6c88502fe.js +0 -1
- package/.next/static/chunks/580-618d7d7e7b74daf6.js +0 -19
- package/.next/static/chunks/644-3299885a9dc1ef78.js +0 -11
- package/.next/static/chunks/649-06b72042a4de8074.js +0 -4
- package/.next/static/chunks/795-18a2b5f64892634d.js +0 -1
- package/.next/static/chunks/pages/document-roles-3d8c5440cc3f15fd.js +0 -1
- package/.next/static/chunks/pages/documents-b59eba36e96a5621.js +0 -1
- package/.next/static/chunks/pages/guide-9d7d88a25d972c06.js +0 -1
- package/.next/static/css/9daa4d0938f1a323.css +0 -1
- package/.next/static/development/_buildManifest.js +0 -1
- package/.next/static/development/_ssgManifest.js +0 -1
- package/.next/static/webpack/0dc2c45812c77911.webpack.hot-update.json +0 -1
- package/.next/static/webpack/7de8e01bd19935ee.webpack.hot-update.json +0 -1
- package/.next/static/webpack/webpack.0dc2c45812c77911.hot-update.js +0 -12
- package/.next/static/webpack/webpack.7de8e01bd19935ee.hot-update.js +0 -12
- /package/.next/static/{VJfTgkSHEgD9CkDEznJbt → Q_xFgspIZa7UtyNcbbeXp}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Q_xFgspIZa7UtyNcbbeXp
|
|
@@ -1,37 +1,193 @@
|
|
|
1
1
|
{
|
|
2
2
|
"polyfillFiles": [
|
|
3
|
-
"static/chunks/polyfills.js"
|
|
4
|
-
],
|
|
5
|
-
"devFiles": [
|
|
6
|
-
"static/chunks/react-refresh.js"
|
|
3
|
+
"static/chunks/polyfills-42372ed130431b0a.js"
|
|
7
4
|
],
|
|
5
|
+
"devFiles": [],
|
|
8
6
|
"ampDevFiles": [],
|
|
9
7
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
8
|
+
"static/Q_xFgspIZa7UtyNcbbeXp/_buildManifest.js",
|
|
9
|
+
"static/Q_xFgspIZa7UtyNcbbeXp/_ssgManifest.js"
|
|
12
10
|
],
|
|
13
11
|
"rootMainFiles": [],
|
|
14
12
|
"rootMainFilesTree": {},
|
|
15
13
|
"pages": {
|
|
14
|
+
"/": [
|
|
15
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
16
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
17
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
18
|
+
"static/chunks/880-64d8a15c524106d2.js",
|
|
19
|
+
"static/chunks/795-cd94e8d4e9768eb9.js",
|
|
20
|
+
"static/chunks/pages/index-cb27bfa36c212ab5.js"
|
|
21
|
+
],
|
|
16
22
|
"/_app": [
|
|
17
|
-
"static/chunks/webpack.js",
|
|
18
|
-
"static/chunks/
|
|
19
|
-
"static/chunks/
|
|
23
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
24
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
25
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
26
|
+
"static/css/3f9e41b5c0ba95f7.css",
|
|
27
|
+
"static/chunks/pages/_app-1c5f09be429599e4.js"
|
|
20
28
|
],
|
|
21
29
|
"/_error": [
|
|
22
|
-
"static/chunks/webpack.js",
|
|
23
|
-
"static/chunks/
|
|
24
|
-
"static/chunks/
|
|
30
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
31
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
32
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
33
|
+
"static/chunks/pages/_error-282257fbdcc167b4.js"
|
|
34
|
+
],
|
|
35
|
+
"/asset-library": [
|
|
36
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
37
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
38
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
39
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
40
|
+
"static/chunks/883-506cbca959974997.js",
|
|
41
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
42
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
43
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
44
|
+
"static/chunks/289-35ac595388bbd018.js",
|
|
45
|
+
"static/chunks/994-241f87efc61005b8.js",
|
|
46
|
+
"static/chunks/pages/asset-library-a1047694e888e655.js"
|
|
47
|
+
],
|
|
48
|
+
"/document-roles": [
|
|
49
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
50
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
51
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
52
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
53
|
+
"static/chunks/883-506cbca959974997.js",
|
|
54
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
55
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
56
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
57
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
58
|
+
"static/chunks/289-35ac595388bbd018.js",
|
|
59
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
60
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
61
|
+
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
62
|
+
"static/chunks/pages/document-roles-5620a98d6312f81c.js"
|
|
25
63
|
],
|
|
26
64
|
"/documents": [
|
|
27
|
-
"static/chunks/webpack.js",
|
|
28
|
-
"static/chunks/
|
|
29
|
-
"static/chunks/
|
|
65
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
66
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
67
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
68
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
69
|
+
"static/chunks/883-506cbca959974997.js",
|
|
70
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
71
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
72
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
73
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
74
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
75
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
76
|
+
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
77
|
+
"static/chunks/506-93f730bc149d0dce.js",
|
|
78
|
+
"static/chunks/230-8184e70eae35f2bb.js",
|
|
79
|
+
"static/chunks/pages/documents-7550a1ef2e5f266c.js"
|
|
80
|
+
],
|
|
81
|
+
"/guide": [
|
|
82
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
83
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
84
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
85
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
86
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
87
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
88
|
+
"static/chunks/957-7c7f05f1c2ccfb96.js",
|
|
89
|
+
"static/chunks/pages/guide-b847733a9a832c2c.js"
|
|
90
|
+
],
|
|
91
|
+
"/knowledge": [
|
|
92
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
93
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
94
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
95
|
+
"static/chunks/pages/knowledge-905248d8dcb15453.js"
|
|
96
|
+
],
|
|
97
|
+
"/knowledge/file-detail": [
|
|
98
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
99
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
100
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
101
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
102
|
+
"static/chunks/883-506cbca959974997.js",
|
|
103
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
104
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
105
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
106
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
107
|
+
"static/chunks/289-35ac595388bbd018.js",
|
|
108
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
109
|
+
"static/chunks/506-93f730bc149d0dce.js",
|
|
110
|
+
"static/chunks/850-0f48354694fc6b3e.js",
|
|
111
|
+
"static/css/ad5a592c79d1448b.css",
|
|
112
|
+
"static/chunks/pages/knowledge/file-detail-02cd5d87cd1d1c5d.js"
|
|
30
113
|
],
|
|
31
114
|
"/knowledge/files": [
|
|
32
|
-
"static/chunks/webpack.js",
|
|
33
|
-
"static/chunks/
|
|
34
|
-
"static/chunks/
|
|
115
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
116
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
117
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
118
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
119
|
+
"static/chunks/883-506cbca959974997.js",
|
|
120
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
121
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
122
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
123
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
124
|
+
"static/chunks/289-35ac595388bbd018.js",
|
|
125
|
+
"static/css/ad5a592c79d1448b.css",
|
|
126
|
+
"static/chunks/pages/knowledge/files-8503246ce2bc07c6.js"
|
|
127
|
+
],
|
|
128
|
+
"/knowledge/manage": [
|
|
129
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
130
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
131
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
132
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
133
|
+
"static/chunks/883-506cbca959974997.js",
|
|
134
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
135
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
136
|
+
"static/chunks/506-93f730bc149d0dce.js",
|
|
137
|
+
"static/chunks/788-3afeb069ed706ac0.js",
|
|
138
|
+
"static/chunks/pages/knowledge/manage-a00bb7fc6a76f820.js"
|
|
139
|
+
],
|
|
140
|
+
"/models": [
|
|
141
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
142
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
143
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
144
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
145
|
+
"static/chunks/883-506cbca959974997.js",
|
|
146
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
147
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
148
|
+
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
149
|
+
"static/chunks/827-a6dc09e42833e6a3.js",
|
|
150
|
+
"static/chunks/pages/models-aa250428e72433df.js"
|
|
151
|
+
],
|
|
152
|
+
"/overview": [
|
|
153
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
154
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
155
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
156
|
+
"static/chunks/880-64d8a15c524106d2.js",
|
|
157
|
+
"static/chunks/795-cd94e8d4e9768eb9.js",
|
|
158
|
+
"static/chunks/pages/overview-8713b5d37af0eeb3.js"
|
|
159
|
+
],
|
|
160
|
+
"/prompt": [
|
|
161
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
162
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
163
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
164
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
165
|
+
"static/chunks/883-506cbca959974997.js",
|
|
166
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
167
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
168
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
169
|
+
"static/chunks/187-358527d7061417bf.js",
|
|
170
|
+
"static/chunks/pages/prompt-224af05519ef8304.js"
|
|
171
|
+
],
|
|
172
|
+
"/settings": [
|
|
173
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
174
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
175
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
176
|
+
"static/chunks/pages/settings-810eb1a6cf1a6b02.js"
|
|
177
|
+
],
|
|
178
|
+
"/system/logs": [
|
|
179
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
180
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
181
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
182
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
183
|
+
"static/chunks/883-506cbca959974997.js",
|
|
184
|
+
"static/chunks/665-88e20299084b9e73.js",
|
|
185
|
+
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
186
|
+
"static/chunks/563-b12f299d34bb9e44.js",
|
|
187
|
+
"static/chunks/7-20bcc985742a9ae1.js",
|
|
188
|
+
"static/chunks/289-35ac595388bbd018.js",
|
|
189
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
190
|
+
"static/chunks/pages/system/logs-6f45ef8d862759a2.js"
|
|
35
191
|
]
|
|
36
192
|
},
|
|
37
193
|
"ampFirstPages": []
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {},
|
|
5
5
|
"preview": {
|
|
6
|
-
"previewModeId": "
|
|
7
|
-
"previewModeSigningKey": "
|
|
8
|
-
"previewModeEncryptionKey": "
|
|
6
|
+
"previewModeId": "06035a0b6cbac2cf46ed07c6908d35c9",
|
|
7
|
+
"previewModeSigningKey": "bdaaab2063aad91cead3053a675d0951fb3d9f5ec3bbe6c54bf5da02615c04e3",
|
|
8
|
+
"previewModeEncryptionKey": "77d648216037ab27a3fd2710310b33fc6f3cc791bfd526815cbbb07eebcbf5cf"
|
|
9
9
|
},
|
|
10
10
|
"notFoundRoutes": []
|
|
11
11
|
}
|