We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ContactId
1 parent 5940c18 commit 49ed498Copy full SHA for 49ed498
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vesselapi/integrations",
3
- "version": "0.0.99",
+ "version": "0.0.100",
4
"description": "Vessel integrations",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
src/platforms/salesforce/schemas.ts
@@ -212,6 +212,7 @@ export const salesforceOpportunityCreate = validators.object({
212
CloseDate: validators.date(),
213
Probability: z.string(),
214
AccountId: z.string(),
215
+ ContactId: z.string(),
216
StageName: z.string(),
217
$native: z.record(z.any()),
218
})
0 commit comments