@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.js
CHANGED
|
@@ -849,8 +849,8 @@ var manifest = {
|
|
|
849
849
|
icon: "Mail",
|
|
850
850
|
description: "SMTP and transactional email provider configuration.",
|
|
851
851
|
scope: "global",
|
|
852
|
-
readPermission: "
|
|
853
|
-
writePermission: "
|
|
852
|
+
readPermission: "manage_platform_settings",
|
|
853
|
+
writePermission: "manage_platform_settings",
|
|
854
854
|
category: "Communication",
|
|
855
855
|
order: 10,
|
|
856
856
|
specifiers: [
|
|
@@ -1063,8 +1063,8 @@ var manifest2 = {
|
|
|
1063
1063
|
icon: "HardDrive",
|
|
1064
1064
|
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.",
|
|
1065
1065
|
scope: "global",
|
|
1066
|
-
readPermission: "
|
|
1067
|
-
writePermission: "
|
|
1066
|
+
readPermission: "manage_platform_settings",
|
|
1067
|
+
writePermission: "manage_platform_settings",
|
|
1068
1068
|
category: "Infrastructure",
|
|
1069
1069
|
order: 20,
|
|
1070
1070
|
specifiers: [
|
|
@@ -1236,8 +1236,8 @@ var manifest3 = {
|
|
|
1236
1236
|
icon: "Sparkles",
|
|
1237
1237
|
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.",
|
|
1238
1238
|
scope: "global",
|
|
1239
|
-
readPermission: "
|
|
1240
|
-
writePermission: "
|
|
1239
|
+
readPermission: "manage_platform_settings",
|
|
1240
|
+
writePermission: "manage_platform_settings",
|
|
1241
1241
|
category: "Infrastructure",
|
|
1242
1242
|
order: 30,
|
|
1243
1243
|
specifiers: [
|
|
@@ -1619,8 +1619,8 @@ var manifest4 = {
|
|
|
1619
1619
|
icon: "BookOpen",
|
|
1620
1620
|
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.",
|
|
1621
1621
|
scope: "global",
|
|
1622
|
-
readPermission: "
|
|
1623
|
-
writePermission: "
|
|
1622
|
+
readPermission: "manage_platform_settings",
|
|
1623
|
+
writePermission: "manage_platform_settings",
|
|
1624
1624
|
category: "Infrastructure",
|
|
1625
1625
|
order: 35,
|
|
1626
1626
|
specifiers: [
|