@inline-openclaw/inline 0.0.32 → 0.0.33
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.js
CHANGED
|
@@ -34775,11 +34775,11 @@ var InlineAccountSchemaBase = exports_external.object({
|
|
|
34775
34775
|
token: exports_external.string().optional(),
|
|
34776
34776
|
tokenFile: exports_external.string().optional(),
|
|
34777
34777
|
capabilities: InlineCapabilitiesSchema.optional(),
|
|
34778
|
-
dmPolicy: DmPolicySchema.
|
|
34778
|
+
dmPolicy: DmPolicySchema.default("pairing").optional(),
|
|
34779
34779
|
allowFrom: exports_external.array(exports_external.string()).optional(),
|
|
34780
34780
|
systemPrompt: exports_external.string().optional(),
|
|
34781
34781
|
groupAllowFrom: exports_external.array(exports_external.string()).optional(),
|
|
34782
|
-
groupPolicy: GroupPolicySchema.
|
|
34782
|
+
groupPolicy: GroupPolicySchema.default("allowlist").optional(),
|
|
34783
34783
|
groups: exports_external.record(exports_external.string(), InlineGroupSchema.optional()).optional(),
|
|
34784
34784
|
requireMention: exports_external.boolean().optional(),
|
|
34785
34785
|
replyToBotWithoutMention: exports_external.boolean().optional(),
|
|
@@ -40497,7 +40497,7 @@ var inlineChannelPlugin = {
|
|
|
40497
40497
|
blockStreamingCoalesceDefaults: { minChars: 1500, idleMs: 1000 }
|
|
40498
40498
|
},
|
|
40499
40499
|
reload: { configPrefixes: ["channels.inline"] },
|
|
40500
|
-
configSchema: buildChannelConfigSchema(
|
|
40500
|
+
configSchema: buildChannelConfigSchema(InlineRuntimeConfigSchema),
|
|
40501
40501
|
setup: inlineSetupAdapter,
|
|
40502
40502
|
setupWizard: inlineSetupWizard,
|
|
40503
40503
|
config: {
|
|
@@ -42094,5 +42094,5 @@ export {
|
|
|
42094
42094
|
src_default as default
|
|
42095
42095
|
};
|
|
42096
42096
|
|
|
42097
|
-
//# debugId=
|
|
42097
|
+
//# debugId=1EC6FB6041962E9D64756E2164756E21
|
|
42098
42098
|
//# sourceMappingURL=index.js.map
|