@objectstack/service-settings 6.9.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -907,8 +907,8 @@ var manifest = {
|
|
|
907
907
|
icon: "Mail",
|
|
908
908
|
description: "SMTP and transactional email provider configuration.",
|
|
909
909
|
scope: "global",
|
|
910
|
-
readPermission: "
|
|
911
|
-
writePermission: "
|
|
910
|
+
readPermission: "manage_platform_settings",
|
|
911
|
+
writePermission: "manage_platform_settings",
|
|
912
912
|
category: "Communication",
|
|
913
913
|
order: 10,
|
|
914
914
|
specifiers: [
|
|
@@ -1121,8 +1121,8 @@ var manifest2 = {
|
|
|
1121
1121
|
icon: "HardDrive",
|
|
1122
1122
|
description: "Backend used for attachments, exports, and user uploads. \u26A0 Switching adapter does not migrate existing files \u2014 files uploaded under the previous adapter become unreachable through the new one.",
|
|
1123
1123
|
scope: "global",
|
|
1124
|
-
readPermission: "
|
|
1125
|
-
writePermission: "
|
|
1124
|
+
readPermission: "manage_platform_settings",
|
|
1125
|
+
writePermission: "manage_platform_settings",
|
|
1126
1126
|
category: "Infrastructure",
|
|
1127
1127
|
order: 20,
|
|
1128
1128
|
specifiers: [
|
|
@@ -1294,8 +1294,8 @@ var manifest3 = {
|
|
|
1294
1294
|
icon: "Sparkles",
|
|
1295
1295
|
description: "LLM provider, model, credentials, and embedder configuration used by the platform AI and knowledge services. Provider SDK packages (e.g. @ai-sdk/openai for chat, @objectstack/embedder-openai for embeddings) must be installed on the host for the chosen provider to be loadable at runtime.",
|
|
1296
1296
|
scope: "global",
|
|
1297
|
-
readPermission: "
|
|
1298
|
-
writePermission: "
|
|
1297
|
+
readPermission: "manage_platform_settings",
|
|
1298
|
+
writePermission: "manage_platform_settings",
|
|
1299
1299
|
category: "Infrastructure",
|
|
1300
1300
|
order: 30,
|
|
1301
1301
|
specifiers: [
|
|
@@ -1677,8 +1677,8 @@ var manifest4 = {
|
|
|
1677
1677
|
icon: "BookOpen",
|
|
1678
1678
|
description: "Vector-store backend for RAG / knowledge sources. \u26A0 Switching adapter does NOT migrate existing indices \u2014 documents indexed under the previous adapter become unreachable until re-indexed. The embedder is configured separately under AI.",
|
|
1679
1679
|
scope: "global",
|
|
1680
|
-
readPermission: "
|
|
1681
|
-
writePermission: "
|
|
1680
|
+
readPermission: "manage_platform_settings",
|
|
1681
|
+
writePermission: "manage_platform_settings",
|
|
1682
1682
|
category: "Infrastructure",
|
|
1683
1683
|
order: 35,
|
|
1684
1684
|
specifiers: [
|