Add call recording schema and meeting bot scaffold (#21584)

## Summary
- add 2.13 upgrade commands for call recording request status and
dropping CalendarEvent recordingPreference
- remove the recording preference from the core CalendarEvent standard
object
- add a scaffold-generated twenty-meeting-bot app with logo and the
CalendarEvent meetingBotPreference field

## Tests
- yarn install
- yarn lint
- yarn twenty dev:typecheck
- git diff --check


<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21584?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
nitin
2026-06-15 19:03:12 +05:30
committed by GitHub
parent d1ba63d4a4
commit 8a866dba54
47 changed files with 5716 additions and 1502 deletions
@@ -480,9 +480,6 @@ export const STANDARD_OBJECTS = {
calendarEventParticipants: {
universalIdentifier: '20202020-e07e-4ccb-88f5-6f3d00458eec',
},
recordingPreference: {
universalIdentifier: '1d231e7e-9bbe-410b-8007-ea7678a83e58',
},
callRecordings: {
universalIdentifier: '48d6d151-18e2-4111-b405-d85fb9d860d8',
},
@@ -553,6 +550,9 @@ export const STANDARD_OBJECTS = {
status: {
universalIdentifier: '3e617680-d93e-4309-a54f-90f69528bfd7',
},
recordingRequestStatus: {
universalIdentifier: '7fd681c9-244c-4e98-8939-7b175d472638',
},
applicationId: {
universalIdentifier: '24ec1239-1240-42cb-8a2d-302632378e09',
},
@@ -608,6 +608,9 @@ export const STANDARD_OBJECTS = {
status: {
universalIdentifier: '6c4a81a2-d9c1-4f82-984c-f97e083ca710',
},
recordingRequestStatus: {
universalIdentifier: '3bdedacd-0fd5-4175-8d28-2fe41bb5aa77',
},
title: {
universalIdentifier: 'b1d5051b-071d-4514-93cf-704724cdc8f6',
},
@@ -630,6 +633,9 @@ export const STANDARD_OBJECTS = {
status: {
universalIdentifier: '93483569-fcd2-46cf-b576-9f0318ad2b3b',
},
recordingRequestStatus: {
universalIdentifier: '364a90b1-e9aa-4606-996b-46e579ebeb28',
},
startedAt: {
universalIdentifier: '3fd00fbb-c153-45e3-b6e6-43d18d34052a',
},