@pagelines/sdk 1.0.787 → 1.0.789

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/contract.js CHANGED
@@ -4527,6 +4527,10 @@ var ei = object({ conversationId: string().min(1) }).strict(), ti = object({
4527
4527
  senderName: string().optional(),
4528
4528
  senderRole: _enum(["owner", "member"]).optional(),
4529
4529
  threadSummary: string(),
4530
+ capabilities: array(object({
4531
+ name: string().min(1),
4532
+ description: string().min(1)
4533
+ })).optional(),
4530
4534
  surfaceGuidance: string().optional(),
4531
4535
  maxDurationSeconds: number().int().positive().max(3600).optional(),
4532
4536
  expiresAt: datetime()