@customize-agent/server 4.0.120 → 4.0.122
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 +4 -4
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/chunks/6041.js +38 -52
- package/.next/server/chunks/8661.js +1 -1
- 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/asset-library.html +1 -1
- package/.next/server/pages/document-roles.html +1 -1
- package/.next/server/pages/documents.html +1 -1
- package/.next/server/pages/guide.html +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 +21 -21
- package/.next/static/chunks/pages/{documents-00c3141dc75a0187.js → documents-0b6dad727c4dfd9b.js} +1 -1
- package/.next/static/css/{6b48c108e9522e06.css → 9daa4d0938f1a323.css} +1 -1
- package/.next/static/{WY056Im8sR0Ppk124MSM_ → m8qnV2-RFXCUnM7-Rz-Op}/_buildManifest.js +1 -1
- package/package.json +3 -3
- /package/.next/static/{WY056Im8sR0Ppk124MSM_ → m8qnV2-RFXCUnM7-Rz-Op}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
m8qnV2-RFXCUnM7-Rz-Op
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/m8qnV2-RFXCUnM7-Rz-Op/_buildManifest.js",
|
|
9
|
+
"static/m8qnV2-RFXCUnM7-Rz-Op/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"rootMainFilesTree": {},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
24
24
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
25
25
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
26
|
-
"static/css/
|
|
26
|
+
"static/css/9daa4d0938f1a323.css",
|
|
27
27
|
"static/chunks/pages/_app-34260fc817f32ddc.js"
|
|
28
28
|
],
|
|
29
29
|
"/_error": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
72
72
|
"static/chunks/506-93f730bc149d0dce.js",
|
|
73
73
|
"static/chunks/230-8184e70eae35f2bb.js",
|
|
74
|
-
"static/chunks/pages/documents-
|
|
74
|
+
"static/chunks/pages/documents-0b6dad727c4dfd9b.js"
|
|
75
75
|
],
|
|
76
76
|
"/guide": [
|
|
77
77
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {},
|
|
5
5
|
"preview": {
|
|
6
|
-
"previewModeId": "
|
|
7
|
-
"previewModeSigningKey": "
|
|
8
|
-
"previewModeEncryptionKey": "
|
|
6
|
+
"previewModeId": "2d3b325997947daaece8354188095445",
|
|
7
|
+
"previewModeSigningKey": "1cfc837a8bdb06779a033d06389bbb98bdc893d47e76754d5b088b4cb4c95676",
|
|
8
|
+
"previewModeEncryptionKey": "e29b86d6b055ad1e33e765ff1388b3a63c51491b8b2e70f1b731a05a17c471ae"
|
|
9
9
|
},
|
|
10
10
|
"notFoundRoutes": []
|
|
11
11
|
}
|