@vellumai/plugin-api 0.10.8-dev.202607142125.4cfef21 → 0.10.8-dev.202607142322.265489c
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -667,6 +667,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
667
667
|
minCooldownMs: z.ZodDefault<z.ZodNumber>;
|
|
668
668
|
keepSupersededRuns: z.ZodDefault<z.ZodBoolean>;
|
|
669
669
|
matchConversationProfile: z.ZodDefault<z.ZodBoolean>;
|
|
670
|
+
promptPath: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
670
671
|
}, z.core.$strip>>;
|
|
671
672
|
}, z.core.$strip>>;
|
|
672
673
|
monitoring: z.ZodDefault<z.ZodObject<{
|
|
@@ -1254,6 +1255,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
1254
1255
|
bargeInMinSpeechMs: z.ZodDefault<z.ZodNumber>;
|
|
1255
1256
|
}, z.core.$strip>>;
|
|
1256
1257
|
maxSessionDurationSeconds: z.ZodDefault<z.ZodNumber>;
|
|
1258
|
+
archiveAudio: z.ZodDefault<z.ZodBoolean>;
|
|
1257
1259
|
}, z.core.$strip>>;
|
|
1258
1260
|
whatsapp: z.ZodDefault<z.ZodObject<{
|
|
1259
1261
|
phoneNumber: z.ZodDefault<z.ZodString>;
|
package/package.json
CHANGED