lancer-shared 1.2.304 → 1.2.305
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/bundle.cjs.js +1 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/agent/index.d.ts +158 -90
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -7009,6 +7009,7 @@ const agentGenerateProposalRequestSchema = z.object({
|
|
|
7009
7009
|
applyToLeads: z
|
|
7010
7010
|
.array(z.object({ leadId: z.string(), campaignId: z.string() }))
|
|
7011
7011
|
.optional(),
|
|
7012
|
+
clientReviews: z.array(clientReviewSchema).optional(),
|
|
7012
7013
|
});
|
|
7013
7014
|
const agentGenerateProposalResponseSchema = z.object({
|
|
7014
7015
|
coverLetter: z.string(),
|