@customize-agent/server 3.0.29 → 4.0.2
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 +212 -192
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/chunks/{774.js → 1547.js} +12 -12
- package/.next/server/chunks/3328.js +2 -2
- package/.next/server/chunks/3445.js +14 -14
- package/.next/server/chunks/550.js +1 -0
- package/.next/server/chunks/7367.js +1 -0
- package/.next/server/chunks/8204.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/_app.js +1 -1
- package/.next/server/pages/_app.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 -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/embedding/healthCheck.js +1 -1
- package/.next/server/pages/api/config/embedding/healthCheck.js.nft.json +1 -1
- package/.next/server/pages/api/config/embedding.js +1 -1
- package/.next/server/pages/api/config/healthCheck.js +2 -2
- package/.next/server/pages/api/config/providers.js +2 -2
- 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 +3 -3
- 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/specs.js +1 -1
- package/.next/server/pages/api/documents/specs.js.nft.json +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.nft.json +1 -1
- package/.next/server/pages/api/kb/duplicates.js.nft.json +1 -1
- package/.next/server/pages/api/kb/features.js +1 -1
- package/.next/server/pages/api/kb/files/detail.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/open.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/preview-pdf-page.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files.js +3 -3
- package/.next/server/pages/api/kb/files.js.nft.json +1 -1
- package/.next/server/pages/api/kb/ignore.js.nft.json +1 -1
- package/.next/server/pages/api/kb/operations.js +2 -2
- package/.next/server/pages/api/kb/operations.js.nft.json +1 -1
- package/.next/server/pages/api/kb/reindex.js +2 -1
- package/.next/server/pages/api/kb/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/search.js.nft.json +1 -1
- package/.next/server/pages/api/kb/stats.js.nft.json +1 -1
- package/.next/server/pages/api/kb/tags.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload/progress.js +1 -1
- package/.next/server/pages/api/kb/upload/progress.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload.js +2 -2
- 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/api/system/logs.js +2 -2
- package/.next/server/pages/asset-library.html +1 -1
- package/.next/server/pages/asset-library.js.nft.json +1 -1
- 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/system/logs.html +1 -1
- package/.next/server/pages/system/logs.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +26 -27
- package/.next/static/JSSClm7Ao89P7zD8JkYIG/_buildManifest.js +1 -0
- package/.next/static/chunks/1289-c788c44e65e9dc64.js +38 -0
- package/.next/static/chunks/1515-051d4383493143c9.js +1 -0
- package/.next/static/chunks/2073-244191fe7cc6e330.js +4 -0
- package/.next/static/chunks/2225-a90b5cc9338c63fa.js +1 -0
- package/.next/static/chunks/261-8a5ce39d74fc746e.js +1 -0
- package/.next/static/chunks/2884-b2944538a4a0d9b2.js +1 -0
- package/.next/static/chunks/3057-9eda004e07594513.js +1 -0
- package/.next/static/chunks/3455-c73ce4738620db20.js +6 -0
- package/.next/static/chunks/347-62c74776c299477d.js +4 -0
- package/.next/static/chunks/4052-9caaaa494d67a7e0.js +1 -0
- package/.next/static/chunks/4277-ba039fcf8f4e9cdc.js +1 -0
- package/.next/static/chunks/{1054-0bc42843b140e120.js → 4427-302c5267a1f8493e.js} +1 -1
- package/.next/static/chunks/4833-bf56f1203e2daffa.js +28 -0
- package/.next/static/chunks/{5292-860654c8ecbfa554.js → 5292-e65eab4f54b9f7ff.js} +1 -1
- package/.next/static/chunks/5938-da5d441b981ec422.js +1 -0
- package/.next/static/chunks/6506-9d3cdc1ea816d7c4.js +1 -0
- package/.next/static/chunks/6578-6422ce4e29eb07d4.js +1 -0
- package/.next/static/chunks/{6985-c62a7a9c8c9ce25d.js → 6985-29200efa04920cb3.js} +1 -1
- package/.next/static/chunks/7150-123ff059dd0e2eb9.js +41 -0
- package/.next/static/chunks/7223-58376fd8a1d62df4.js +1 -0
- package/.next/static/chunks/7271-587c30b66ea4e619.js +16 -0
- package/.next/static/chunks/7576-b34ccf53f6efc388.js +1 -0
- package/.next/static/chunks/7889-8531b79751a71e39.js +1 -0
- package/.next/static/chunks/8326-b79c7555af5866e7.js +8 -0
- package/.next/static/chunks/{861-91cbdd34b8e23151.js → 861-dd60ef688592115e.js} +1 -1
- package/.next/static/chunks/8676-5982391f15ea1190.js +1 -0
- package/.next/static/chunks/8732-69ffc27ed6c68f6f.js +4 -0
- package/.next/static/chunks/8787-c8bea0f25cbd3cf0.js +25 -0
- package/.next/static/chunks/8932-e1bb3137986c259a.js +1 -0
- package/.next/static/chunks/9144-51689069a3d341e5.js +1 -0
- package/.next/static/chunks/9189-03f286defdb92816.js +10 -0
- package/.next/static/chunks/9773-53116cd0bf4b961a.js +1 -0
- package/.next/static/chunks/pages/_app-38ff7f551a80399f.js +140 -0
- package/.next/static/chunks/pages/asset-library-634d18652eb7507d.js +1 -0
- package/.next/static/chunks/pages/context/long-term-820cba5f1ae3a6cd.js +1 -0
- package/.next/static/chunks/pages/context/short-term-3332ffb90b3b58a9.js +1 -0
- package/.next/static/chunks/pages/document-roles-ab6dfead3fd99a2c.js +1 -0
- package/.next/static/chunks/pages/document-specs-565cf77237fce3d5.js +1 -0
- package/.next/static/chunks/pages/documents-c04e4ed600384e6a.js +1 -0
- package/.next/static/chunks/pages/guide-c5ef2e13eab4c312.js +1 -0
- package/.next/static/chunks/pages/knowledge/file-detail-f5e8f9bc35ebb92d.js +1 -0
- package/.next/static/chunks/pages/knowledge/files-88aba3534bd722f9.js +1 -0
- package/.next/static/chunks/pages/knowledge/manage-5629ccce14402b99.js +1 -0
- package/.next/static/chunks/pages/knowledge/search-72a46d6d1200ef93.js +1 -0
- package/.next/static/chunks/pages/models-a37db9926d9a0a52.js +1 -0
- package/.next/static/chunks/pages/overview-3dd4c539302d7349.js +1 -0
- package/.next/static/chunks/pages/prompt-0184d79af09db7e1.js +1 -0
- package/.next/static/chunks/pages/settings-fd31c9ef833cf0af.js +1 -0
- package/.next/static/chunks/pages/system/logs-8040fb1e0c814a0c.js +1 -0
- package/.next/static/css/09be1fdeab8595ab.css +1 -0
- package/.next/static/css/38dba0a7a42a8df3.css +1 -0
- package/README.md +38 -179
- package/package.json +4 -4
- package/.next/server/pages/api/assets/generated/test-generate.js +0 -1
- package/.next/server/pages/api/assets/generated/test-generate.js.nft.json +0 -1
- package/.next/static/HkVDaoZfFU-l0wA8-E_IF/_buildManifest.js +0 -1
- package/.next/static/chunks/1539-4cbefe760ca0ae2c.js +0 -1
- package/.next/static/chunks/1830-cabd00b9e865a498.js +0 -4
- package/.next/static/chunks/224-9a7074031493793b.js +0 -1
- package/.next/static/chunks/257-e4ebae17a8ee8412.js +0 -1
- package/.next/static/chunks/2700-03ae5530fdc95014.js +0 -1
- package/.next/static/chunks/2856-ac8dbcb84c6960e4.js +0 -1
- package/.next/static/chunks/288-304992fa705244a2.js +0 -6
- package/.next/static/chunks/2969-2b1c9dec09863c33.js +0 -11
- package/.next/static/chunks/4020-964ab4dd1c8bc8dc.js +0 -1
- package/.next/static/chunks/4260-18140c66386111a7.js +0 -28
- package/.next/static/chunks/4696-8675ea601a3cf725.js +0 -1
- package/.next/static/chunks/5174-963b6343ef5d5628.js +0 -10
- package/.next/static/chunks/6288-afb4a972f5ec0f8c.js +0 -1
- package/.next/static/chunks/6474-e99853dc4b0b4f37.js +0 -1
- package/.next/static/chunks/7167-3194cd6d7b0156e9.js +0 -1
- package/.next/static/chunks/7271-0d4dab9994570a7c.js +0 -16
- package/.next/static/chunks/7576-e1b7b82dcd20a6dc.js +0 -4
- package/.next/static/chunks/8332-df14c832a569ee70.js +0 -1
- package/.next/static/chunks/8628-3438dc642afd4462.js +0 -1
- package/.next/static/chunks/9015-eb03937bff81f42d.js +0 -4
- package/.next/static/chunks/9382-2be85f64a2a04466.js +0 -25
- package/.next/static/chunks/9400-3f253e755a16dd1a.js +0 -78
- package/.next/static/chunks/9958-4f828ecf03e2f16c.js +0 -1
- package/.next/static/chunks/9969-01dc77acd9935a57.js +0 -1
- package/.next/static/chunks/9978-ef33e50fc2b65303.js +0 -1
- package/.next/static/chunks/pages/_app-d769a06b2dd2bbe2.js +0 -140
- package/.next/static/chunks/pages/asset-library-764f3ad063f40fff.js +0 -1
- package/.next/static/chunks/pages/context/long-term-3b59c9386df2b218.js +0 -1
- package/.next/static/chunks/pages/context/short-term-b1ab1b56112896bf.js +0 -1
- package/.next/static/chunks/pages/document-roles-0288a3e6e00e6e02.js +0 -1
- package/.next/static/chunks/pages/document-specs-e2337e693c352897.js +0 -1
- package/.next/static/chunks/pages/documents-cd370a6de9223124.js +0 -1
- package/.next/static/chunks/pages/guide-8cee9c05d4b3e9ec.js +0 -1
- package/.next/static/chunks/pages/knowledge/file-detail-9d493b7de07860dc.js +0 -1
- package/.next/static/chunks/pages/knowledge/files-0de1287c0c3e9663.js +0 -1
- package/.next/static/chunks/pages/knowledge/manage-1e8b62ae3c336814.js +0 -1
- package/.next/static/chunks/pages/knowledge/search-50b40e01b826e035.js +0 -1
- package/.next/static/chunks/pages/models-58d14888232c7212.js +0 -1
- package/.next/static/chunks/pages/overview-5c5f37e743f251c9.js +0 -1
- package/.next/static/chunks/pages/prompt-ecb8772b12e5a7e0.js +0 -1
- package/.next/static/chunks/pages/settings-af3b67f0b96364b5.js +0 -1
- package/.next/static/chunks/pages/system/logs-7a90a654d4931f5f.js +0 -1
- package/.next/static/css/0e153583d22cc52e.css +0 -1
- package/.next/static/css/82b6ddff0ef364fe.css +0 -1
- package/.next/static/css/9af88fe8ee791d26.css +0 -1
- package/.next/static/css/d284a7454d6f6b06.css +0 -1
- /package/.next/static/{HkVDaoZfFU-l0wA8-E_IF → JSSClm7Ao89P7zD8JkYIG}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
JSSClm7Ao89P7zD8JkYIG
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/JSSClm7Ao89P7zD8JkYIG/_buildManifest.js",
|
|
9
|
+
"static/JSSClm7Ao89P7zD8JkYIG/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"rootMainFilesTree": {},
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
22
22
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
23
23
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
24
|
-
"static/css/
|
|
25
|
-
"static/chunks/pages/_app-
|
|
24
|
+
"static/css/38dba0a7a42a8df3.css",
|
|
25
|
+
"static/chunks/pages/_app-38ff7f551a80399f.js"
|
|
26
26
|
],
|
|
27
27
|
"/_error": [
|
|
28
28
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
@@ -34,127 +34,135 @@
|
|
|
34
34
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
35
35
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
36
36
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
37
|
-
"static/chunks/
|
|
38
|
-
"static/chunks/
|
|
39
|
-
"static/chunks/
|
|
40
|
-
"static/chunks/
|
|
41
|
-
"static/chunks/
|
|
42
|
-
"static/chunks/
|
|
43
|
-
"static/chunks/
|
|
44
|
-
"static/chunks/
|
|
45
|
-
"static/chunks/5292-860654c8ecbfa554.js",
|
|
46
|
-
"static/chunks/8332-df14c832a569ee70.js",
|
|
47
|
-
"static/chunks/1830-cabd00b9e865a498.js",
|
|
48
|
-
"static/chunks/pages/asset-library-764f3ad063f40fff.js"
|
|
37
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
38
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
39
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
40
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
41
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
42
|
+
"static/chunks/2073-244191fe7cc6e330.js",
|
|
43
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
44
|
+
"static/chunks/pages/asset-library-634d18652eb7507d.js"
|
|
49
45
|
],
|
|
50
46
|
"/context/long-term": [
|
|
51
47
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
52
48
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
53
49
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
54
|
-
"static/chunks/
|
|
55
|
-
"static/chunks/
|
|
56
|
-
"static/chunks/
|
|
57
|
-
"static/chunks/
|
|
58
|
-
"static/chunks/
|
|
59
|
-
"static/chunks/
|
|
60
|
-
"static/chunks/
|
|
61
|
-
"static/chunks/
|
|
62
|
-
"static/chunks/
|
|
63
|
-
"static/chunks/
|
|
64
|
-
"static/chunks/
|
|
65
|
-
"static/chunks/
|
|
66
|
-
"static/chunks/
|
|
67
|
-
"static/chunks/
|
|
68
|
-
"static/chunks/
|
|
50
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
51
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
52
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
53
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
54
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
55
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
56
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
57
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
58
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
59
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
60
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
61
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
62
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
63
|
+
"static/chunks/1289-c788c44e65e9dc64.js",
|
|
64
|
+
"static/chunks/8932-e1bb3137986c259a.js",
|
|
65
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
66
|
+
"static/chunks/pages/context/long-term-820cba5f1ae3a6cd.js"
|
|
69
67
|
],
|
|
70
68
|
"/context/short-term": [
|
|
71
69
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
72
70
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
73
71
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
74
|
-
"static/chunks/
|
|
75
|
-
"static/chunks/
|
|
76
|
-
"static/chunks/
|
|
77
|
-
"static/chunks/
|
|
78
|
-
"static/chunks/
|
|
79
|
-
"static/chunks/
|
|
80
|
-
"static/chunks/
|
|
81
|
-
"static/chunks/
|
|
82
|
-
"static/chunks/
|
|
83
|
-
"static/chunks/
|
|
84
|
-
"static/chunks/
|
|
85
|
-
"static/chunks/
|
|
86
|
-
"static/chunks/
|
|
87
|
-
"static/chunks/
|
|
88
|
-
"static/chunks/
|
|
72
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
73
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
74
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
75
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
76
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
77
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
78
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
79
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
80
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
81
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
82
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
83
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
84
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
85
|
+
"static/chunks/1289-c788c44e65e9dc64.js",
|
|
86
|
+
"static/chunks/8932-e1bb3137986c259a.js",
|
|
87
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
88
|
+
"static/chunks/pages/context/short-term-3332ffb90b3b58a9.js"
|
|
89
89
|
],
|
|
90
90
|
"/document-roles": [
|
|
91
91
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
92
92
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
93
93
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
94
|
-
"static/chunks/
|
|
95
|
-
"static/chunks/
|
|
96
|
-
"static/chunks/
|
|
97
|
-
"static/chunks/
|
|
98
|
-
"static/chunks/
|
|
99
|
-
"static/chunks/
|
|
100
|
-
"static/chunks/
|
|
101
|
-
"static/chunks/
|
|
102
|
-
"static/chunks/
|
|
103
|
-
"static/chunks/
|
|
104
|
-
"static/chunks/
|
|
105
|
-
"static/chunks/
|
|
106
|
-
"static/chunks/
|
|
94
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
95
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
96
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
97
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
98
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
99
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
100
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
101
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
102
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
103
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
104
|
+
"static/chunks/4052-9caaaa494d67a7e0.js",
|
|
105
|
+
"static/chunks/8676-5982391f15ea1190.js",
|
|
106
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
107
|
+
"static/chunks/pages/document-roles-ab6dfead3fd99a2c.js"
|
|
107
108
|
],
|
|
108
109
|
"/document-specs": [
|
|
109
110
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
110
111
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
111
112
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
112
|
-
"static/chunks/
|
|
113
|
-
"static/chunks/
|
|
114
|
-
"static/chunks/
|
|
115
|
-
"static/chunks/
|
|
116
|
-
"static/chunks/
|
|
117
|
-
"static/chunks/
|
|
118
|
-
"static/chunks/
|
|
119
|
-
"static/chunks/
|
|
120
|
-
"static/chunks/
|
|
121
|
-
"static/chunks/
|
|
122
|
-
"static/chunks/
|
|
123
|
-
"static/chunks/
|
|
124
|
-
"static/chunks/
|
|
125
|
-
"static/chunks/
|
|
113
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
114
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
115
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
116
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
117
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
118
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
119
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
120
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
121
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
122
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
123
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
124
|
+
"static/chunks/4052-9caaaa494d67a7e0.js",
|
|
125
|
+
"static/chunks/5938-da5d441b981ec422.js",
|
|
126
|
+
"static/chunks/3057-9eda004e07594513.js",
|
|
127
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
128
|
+
"static/chunks/pages/document-specs-565cf77237fce3d5.js"
|
|
126
129
|
],
|
|
127
130
|
"/documents": [
|
|
128
131
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
129
132
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
130
133
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
131
|
-
"static/chunks/
|
|
132
|
-
"static/chunks/
|
|
133
|
-
"static/chunks/
|
|
134
|
-
"static/chunks/
|
|
135
|
-
"static/chunks/
|
|
136
|
-
"static/chunks/
|
|
137
|
-
"static/chunks/
|
|
138
|
-
"static/chunks/
|
|
139
|
-
"static/chunks/
|
|
140
|
-
"static/chunks/
|
|
141
|
-
"static/chunks/
|
|
142
|
-
"static/chunks/
|
|
143
|
-
"static/chunks/
|
|
144
|
-
"static/chunks/
|
|
145
|
-
"static/chunks/
|
|
134
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
135
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
136
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
137
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
138
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
139
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
140
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
141
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
142
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
143
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
144
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
145
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
146
|
+
"static/chunks/4052-9caaaa494d67a7e0.js",
|
|
147
|
+
"static/chunks/6506-9d3cdc1ea816d7c4.js",
|
|
148
|
+
"static/chunks/4427-302c5267a1f8493e.js",
|
|
149
|
+
"static/chunks/3057-9eda004e07594513.js",
|
|
150
|
+
"static/chunks/2225-a90b5cc9338c63fa.js",
|
|
151
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
152
|
+
"static/chunks/pages/documents-c04e4ed600384e6a.js"
|
|
146
153
|
],
|
|
147
154
|
"/guide": [
|
|
148
155
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
149
156
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
150
157
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
151
|
-
"static/chunks/
|
|
152
|
-
"static/chunks/
|
|
153
|
-
"static/chunks/
|
|
154
|
-
"static/chunks/
|
|
155
|
-
"static/chunks/
|
|
156
|
-
"static/chunks/
|
|
157
|
-
"static/chunks/
|
|
158
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
159
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
160
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
161
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
162
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
163
|
+
"static/chunks/4427-302c5267a1f8493e.js",
|
|
164
|
+
"static/chunks/8326-b79c7555af5866e7.js",
|
|
165
|
+
"static/chunks/pages/guide-c5ef2e13eab4c312.js"
|
|
158
166
|
],
|
|
159
167
|
"/knowledge": [
|
|
160
168
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
@@ -166,143 +174,155 @@
|
|
|
166
174
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
167
175
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
168
176
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
169
|
-
"static/chunks/
|
|
170
|
-
"static/chunks/
|
|
171
|
-
"static/chunks/
|
|
172
|
-
"static/chunks/
|
|
173
|
-
"static/chunks/
|
|
174
|
-
"static/chunks/
|
|
175
|
-
"static/chunks/
|
|
176
|
-
"static/chunks/
|
|
177
|
-
"static/chunks/
|
|
178
|
-
"static/chunks/
|
|
179
|
-
"static/chunks/
|
|
180
|
-
"static/chunks/
|
|
181
|
-
"static/chunks/
|
|
182
|
-
"static/chunks/
|
|
183
|
-
"static/
|
|
184
|
-
"static/chunks/
|
|
177
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
178
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
179
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
180
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
181
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
182
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
183
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
184
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
185
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
186
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
187
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
188
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
189
|
+
"static/chunks/1289-c788c44e65e9dc64.js",
|
|
190
|
+
"static/chunks/6506-9d3cdc1ea816d7c4.js",
|
|
191
|
+
"static/chunks/861-dd60ef688592115e.js",
|
|
192
|
+
"static/chunks/1515-051d4383493143c9.js",
|
|
193
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
194
|
+
"static/css/09be1fdeab8595ab.css",
|
|
195
|
+
"static/chunks/pages/knowledge/file-detail-f5e8f9bc35ebb92d.js"
|
|
185
196
|
],
|
|
186
197
|
"/knowledge/files": [
|
|
187
198
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
188
199
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
189
200
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
190
|
-
"static/chunks/
|
|
191
|
-
"static/chunks/
|
|
192
|
-
"static/chunks/
|
|
193
|
-
"static/chunks/
|
|
194
|
-
"static/chunks/
|
|
195
|
-
"static/chunks/
|
|
196
|
-
"static/chunks/
|
|
197
|
-
"static/chunks/
|
|
198
|
-
"static/chunks/
|
|
199
|
-
"static/chunks/
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/
|
|
202
|
-
"static/
|
|
203
|
-
"static/chunks/
|
|
201
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
202
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
203
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
204
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
205
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
206
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
207
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
208
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
209
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
210
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
211
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
212
|
+
"static/chunks/1289-c788c44e65e9dc64.js",
|
|
213
|
+
"static/chunks/8732-69ffc27ed6c68f6f.js",
|
|
214
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
215
|
+
"static/css/09be1fdeab8595ab.css",
|
|
216
|
+
"static/chunks/pages/knowledge/files-88aba3534bd722f9.js"
|
|
204
217
|
],
|
|
205
218
|
"/knowledge/manage": [
|
|
206
219
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
207
220
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
208
221
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
209
|
-
"static/chunks/
|
|
210
|
-
"static/chunks/
|
|
211
|
-
"static/chunks/
|
|
212
|
-
"static/chunks/
|
|
213
|
-
"static/chunks/
|
|
214
|
-
"static/chunks/
|
|
215
|
-
"static/chunks/
|
|
216
|
-
"static/chunks/
|
|
217
|
-
"static/chunks/9400-3f253e755a16dd1a.js",
|
|
218
|
-
"static/chunks/9958-4f828ecf03e2f16c.js",
|
|
219
|
-
"static/chunks/6288-afb4a972f5ec0f8c.js",
|
|
220
|
-
"static/chunks/9978-ef33e50fc2b65303.js",
|
|
221
|
-
"static/chunks/pages/knowledge/manage-1e8b62ae3c336814.js"
|
|
222
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
223
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
224
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
225
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
226
|
+
"static/chunks/6506-9d3cdc1ea816d7c4.js",
|
|
227
|
+
"static/chunks/7223-58376fd8a1d62df4.js",
|
|
228
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
229
|
+
"static/chunks/pages/knowledge/manage-5629ccce14402b99.js"
|
|
222
230
|
],
|
|
223
231
|
"/knowledge/search": [
|
|
224
232
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
225
233
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
226
234
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
227
|
-
"static/chunks/
|
|
228
|
-
"static/chunks/
|
|
229
|
-
"static/chunks/
|
|
230
|
-
"static/chunks/
|
|
231
|
-
"static/chunks/
|
|
232
|
-
"static/chunks/
|
|
233
|
-
"static/chunks/
|
|
234
|
-
"static/chunks/
|
|
235
|
-
"static/chunks/
|
|
236
|
-
"static/
|
|
237
|
-
"static/chunks/
|
|
235
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
236
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
237
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
238
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
239
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
240
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
241
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
242
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
243
|
+
"static/chunks/6506-9d3cdc1ea816d7c4.js",
|
|
244
|
+
"static/chunks/5938-da5d441b981ec422.js",
|
|
245
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
246
|
+
"static/css/09be1fdeab8595ab.css",
|
|
247
|
+
"static/chunks/pages/knowledge/search-72a46d6d1200ef93.js"
|
|
238
248
|
],
|
|
239
249
|
"/models": [
|
|
240
250
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
241
251
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
242
252
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
243
|
-
"static/chunks/
|
|
244
|
-
"static/chunks/
|
|
245
|
-
"static/chunks/
|
|
246
|
-
"static/chunks/
|
|
247
|
-
"static/chunks/
|
|
248
|
-
"static/chunks/
|
|
249
|
-
"static/chunks/
|
|
250
|
-
"static/chunks/
|
|
251
|
-
"static/chunks/
|
|
252
|
-
"static/chunks/
|
|
253
|
-
"static/
|
|
254
|
-
"static/chunks/
|
|
253
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
254
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
255
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
256
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
257
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
258
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
259
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
260
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
261
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
262
|
+
"static/chunks/3455-c73ce4738620db20.js",
|
|
263
|
+
"static/chunks/4052-9caaaa494d67a7e0.js",
|
|
264
|
+
"static/chunks/5938-da5d441b981ec422.js",
|
|
265
|
+
"static/chunks/9773-53116cd0bf4b961a.js",
|
|
266
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
267
|
+
"static/chunks/pages/models-a37db9926d9a0a52.js"
|
|
255
268
|
],
|
|
256
269
|
"/overview": [
|
|
257
270
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
258
271
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
259
272
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
260
|
-
"static/chunks/
|
|
261
|
-
"static/chunks/
|
|
262
|
-
"static/chunks/
|
|
263
|
-
"static/chunks/
|
|
264
|
-
"static/chunks/
|
|
265
|
-
"static/chunks/
|
|
273
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
274
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
275
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
276
|
+
"static/chunks/8732-69ffc27ed6c68f6f.js",
|
|
277
|
+
"static/chunks/261-8a5ce39d74fc746e.js",
|
|
278
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
279
|
+
"static/chunks/pages/overview-3dd4c539302d7349.js"
|
|
266
280
|
],
|
|
267
281
|
"/prompt": [
|
|
268
282
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
269
283
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
270
284
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
271
|
-
"static/chunks/
|
|
272
|
-
"static/chunks/
|
|
273
|
-
"static/chunks/
|
|
274
|
-
"static/chunks/
|
|
275
|
-
"static/chunks/
|
|
276
|
-
"static/chunks/
|
|
277
|
-
"static/chunks/
|
|
278
|
-
"static/chunks/
|
|
285
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
286
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
287
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
288
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
289
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
290
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
291
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
292
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
293
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
294
|
+
"static/chunks/4052-9caaaa494d67a7e0.js",
|
|
295
|
+
"static/chunks/pages/prompt-0184d79af09db7e1.js"
|
|
279
296
|
],
|
|
280
297
|
"/settings": [
|
|
281
298
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
282
299
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
283
300
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
284
|
-
"static/chunks/
|
|
285
|
-
"static/
|
|
286
|
-
"static/chunks/
|
|
301
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
302
|
+
"static/chunks/8787-c8bea0f25cbd3cf0.js",
|
|
303
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
304
|
+
"static/chunks/pages/settings-fd31c9ef833cf0af.js"
|
|
287
305
|
],
|
|
288
306
|
"/system/logs": [
|
|
289
307
|
"static/chunks/webpack-689755a4ff6d1f93.js",
|
|
290
308
|
"static/chunks/framework-fbc6f575b16f07d7.js",
|
|
291
309
|
"static/chunks/main-105db6ecf7f64ff3.js",
|
|
292
|
-
"static/chunks/
|
|
293
|
-
"static/chunks/
|
|
294
|
-
"static/chunks/
|
|
295
|
-
"static/chunks/
|
|
296
|
-
"static/chunks/7271-
|
|
297
|
-
"static/chunks/7576-
|
|
298
|
-
"static/chunks/
|
|
299
|
-
"static/chunks/
|
|
300
|
-
"static/chunks/
|
|
301
|
-
"static/chunks/6985-
|
|
302
|
-
"static/chunks/
|
|
303
|
-
"static/chunks/5292-
|
|
304
|
-
"static/chunks/
|
|
305
|
-
"static/chunks/
|
|
310
|
+
"static/chunks/347-62c74776c299477d.js",
|
|
311
|
+
"static/chunks/4277-ba039fcf8f4e9cdc.js",
|
|
312
|
+
"static/chunks/7889-8531b79751a71e39.js",
|
|
313
|
+
"static/chunks/4833-bf56f1203e2daffa.js",
|
|
314
|
+
"static/chunks/7271-587c30b66ea4e619.js",
|
|
315
|
+
"static/chunks/7576-b34ccf53f6efc388.js",
|
|
316
|
+
"static/chunks/2884-b2944538a4a0d9b2.js",
|
|
317
|
+
"static/chunks/9144-51689069a3d341e5.js",
|
|
318
|
+
"static/chunks/9189-03f286defdb92816.js",
|
|
319
|
+
"static/chunks/6985-29200efa04920cb3.js",
|
|
320
|
+
"static/chunks/7150-123ff059dd0e2eb9.js",
|
|
321
|
+
"static/chunks/5292-e65eab4f54b9f7ff.js",
|
|
322
|
+
"static/chunks/1289-c788c44e65e9dc64.js",
|
|
323
|
+
"static/chunks/861-dd60ef688592115e.js",
|
|
324
|
+
"static/chunks/6578-6422ce4e29eb07d4.js",
|
|
325
|
+
"static/chunks/pages/system/logs-8040fb1e0c814a0c.js"
|
|
306
326
|
]
|
|
307
327
|
},
|
|
308
328
|
"ampFirstPages": []
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {},
|
|
5
5
|
"preview": {
|
|
6
|
-
"previewModeId": "
|
|
7
|
-
"previewModeSigningKey": "
|
|
8
|
-
"previewModeEncryptionKey": "
|
|
6
|
+
"previewModeId": "0d5a4d261cad035f3859adfbd47d2674",
|
|
7
|
+
"previewModeSigningKey": "a24f43bc769d8fdd5f84f0002267385f9f25d1fa24f3a45cc8061f56af474b1f",
|
|
8
|
+
"previewModeEncryptionKey": "a74b75d25f2682aab19b4d7990e4f14e0cc1d05375d95c5d459567d6dfeb98a3"
|
|
9
9
|
},
|
|
10
10
|
"notFoundRoutes": []
|
|
11
11
|
}
|