@kl1/contracts 1.3.81 → 1.3.83

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.mjs CHANGED
@@ -1402,7 +1402,8 @@ var SendMessageToPlatformSchema = z26.object({
1402
1402
  channel: z26.string().nullable(),
1403
1403
  notes: z26.string().nullable(),
1404
1404
  contactProfile: z26.string().nullable(),
1405
- socialProfileUrl: z26.string().nullable()
1405
+ socialProfileUrl: z26.string().nullable(),
1406
+ deletedAt: z26.date().nullable()
1406
1407
  })
1407
1408
  }),
1408
1409
  actor: z26.object({