From b284c8323caed95357c8fd77dae9856333e49d94 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Fri, 10 Apr 2026 12:47:06 +0200 Subject: [PATCH] Remove Favorite and FavoriteFolder from workspace schema (#19536) ## Summary - Removes all workspace schema definitions for `Favorite` and `FavoriteFolder` entities, which have been fully migrated to `NavigationMenuItems` - Deletes 26 standalone files including workspace entities, NestJS modules, services, listeners, jobs, standard application builders (field metadata, views, view fields, view field groups, indexes, page layouts), mocks, and integration tests - Cleans up ~40 modified files: removes `favorites` relation from 10 workspace entities and their field metadata utils, removes entries from all builder maps, shared constants (`STANDARD_OBJECTS`, `CoreObjectNameSingular`, `DEFAULT_RELATIONS_OBJECTS_STANDARD_IDS`), SDK default relations, AI tool filtering, and standard object icons --- .../scripts/mock-data/generate-record-data.ts | 2 - .../src/generated-metadata/graphql.ts | 8 + ...coreObjectNamesToDeleteOnRelationDetach.ts | 1 - ...olumnDefinitionsFromObjectMetadata.test.ts | 2 +- .../types/CoreObjectNamePlural.ts | 1 - ...epthRecordGqlFieldsFromObject.test.ts.snap | 5 +- ...epthRecordGqlFieldsFromRecord.test.ts.snap | 4 +- .../hooks/__mocks__/personFragments.ts | 8 - .../hooks/__mocks__/useCreateOneRecord.ts | 3 - .../hooks/__mocks__/useFindManyRecords.ts | 14 - .../hooks/__mocks__/useUpdateOneRecord.ts | 3 - .../useDeleteOneRecord.test.tsx.snap | 8 +- .../components/__stories__/perf/mock.ts | 44 - .../data/companies/mock-companies-data.ts | 40 - .../generated/data/notes/mock-notes-data.ts | 40 - .../generated/data/people/mock-people-data.ts | 40 - .../generated/data/tasks/mock-tasks-data.ts | 40 - .../mock-workspaceMembers-data.ts | 40 - .../metadata/minimal/mock-minimal-metadata.ts | 1040 +- .../mock-navigation-menu-items-data.ts | 255 +- .../metadata/objects/mock-objects-metadata.ts | 42001 +++++++--------- .../metadata/roles/mock-roles-data.ts | 38 +- .../metadata/views/mock-views-data.ts | 6287 +-- .../app-dev/expected-manifest.ts | 35 - .../app-dev/expected-manifest.ts | 140 - .../app-dev/tests/manifest.tests.ts | 2 +- ...et-default-fields-in-object-fields.spec.ts | 2 +- .../get-default-relation-object-fields.ts | 9 - .../core-modules/message-queue/jobs.module.ts | 2 - .../providers/database-tool.provider.ts | 6 +- .../utils/is-favorite-related-object.util.ts | 14 - .../__mocks__/company-flat-fields.mock.ts | 23 - .../__mocks__/favorite-flat-fields.mock.ts | 506 - .../favorite-folder-flat-fields.mock.ts | 170 - .../__mocks__/note-flat-fields.mock.ts | 23 - .../__mocks__/opportunity-flat-fields.mock.ts | 23 - .../__mocks__/person-flat-fields.mock.ts | 23 - .../__mocks__/pet-flat-fields.mock.ts | 23 - .../__mocks__/rocket-flat-fields.mock.ts | 23 - .../__mocks__/task-flat-fields.mock.ts | 23 - .../all-flat-object-metadatas.mock.ts | 4 - .../__mocks__/favorite-flat-object.mock.ts | 25 - .../favorite-folder-flat-object.mock.ts | 25 - ...ation-target-flat-object-metadata.mocks.ts | 4 - ...-field-metadatas-for-custom-object.util.ts | 1 - .../twenty-orm/custom.workspace-entity.ts | 2 - .../standard-page-layout.constant.ts | 4 - ...adata-related-entity-ids.util.spec.ts.snap | 2252 +- ...adata-related-entity-ids.util.spec.ts.snap | 460 +- ...-standard-flat-field-metadata-maps.util.ts | 4 - ...mpany-standard-flat-field-metadata.util.ts | 22 - ...board-standard-flat-field-metadata.util.ts | 22 - ...older-standard-flat-field-metadata.util.ts | 246 - ...orite-standard-flat-field-metadata.util.ts | 495 - ...-note-standard-flat-field-metadata.util.ts | 22 - ...unity-standard-flat-field-metadata.util.ts | 22 - ...erson-standard-flat-field-metadata.util.ts | 22 - ...-task-standard-flat-field-metadata.util.ts | 22 - ...w-run-standard-flat-field-metadata.util.ts | 23 - ...kflow-standard-flat-field-metadata.util.ts | 22 - ...rsion-standard-flat-field-metadata.util.ts | 23 - ...ember-standard-flat-field-metadata.util.ts | 23 - ...-standard-flat-index-metadata-maps.util.ts | 2 - ...orite-standard-flat-index-metadata.util.ts | 151 - ...eate-standard-flat-object-metadata.util.ts | 56 - .../utils/page-layout-config/index.ts | 2 - ...dard-favorite-folder-page-layout.config.ts | 44 - .../standard-favorite-page-layout.config.ts | 43 - ...t-page-layout-widget-metadata-maps.util.ts | 2 - ...lat-view-field-group-metadata-maps.util.ts | 4 - ...-favorite-folder-view-field-groups.util.ts | 36 - ...tandard-favorite-view-field-groups.util.ts | 34 - ...dard-flat-view-field-metadata-maps.util.ts | 4 - ...mpute-standard-company-view-fields.util.ts | 13 - ...andard-favorite-folder-view-fields.util.ts | 65 - ...pute-standard-favorite-view-fields.util.ts | 254 - .../compute-standard-note-view-fields.util.ts | 13 - ...e-standard-opportunity-view-fields.util.ts | 13 - ...ompute-standard-person-view-fields.util.ts | 13 - .../compute-standard-task-view-fields.util.ts | 13 - ...-standard-workflow-run-view-fields.util.ts | 13 - ...ndard-workflow-version-view-fields.util.ts | 14 - ...d-standard-flat-view-metadata-maps.util.ts | 4 - ...ute-standard-favorite-folder-views.util.ts | 38 - .../compute-standard-favorite-views.util.ts | 38 - .../constant/standard-object-icons.ts | 1 - .../company.workspace-entity.ts | 2 - .../dashboard.workspace-entity.ts | 2 - .../favorite-folder/favorite-folder.module.ts | 10 - .../listeners/favorite-folder.listener.ts | 43 - .../favorite-folder.workspace-entity.ts | 18 - .../constants/favorite-deletion-batch-size.ts | 1 - .../src/modules/favorite/favorite.module.ts | 21 - .../favorite/jobs/favorite-deletion.job.ts | 29 - .../listeners/favorite-deletion.listener.ts | 37 - .../services/favorite-deletion.service.ts | 92 - .../favorite.workspace-entity.ts | 42 - .../src/modules/modules.module.ts | 4 - .../standard-objects/note.workspace-entity.ts | 2 - .../opportunity.workspace-entity.ts | 2 - .../person.workspace-entity.ts | 2 - .../standard-objects/task.workspace-entity.ts | 2 - .../workflow-run.workspace-entity.ts | 2 - .../workflow-version.workspace-entity.ts | 2 - .../workflow.workspace-entity.ts | 2 - .../workspace-member.workspace-entity.ts | 2 - .../favorites.integration-spec.ts | 77 - ...omplexity-failing.integration-spec.ts.snap | 2 +- .../query-complexity.integration-spec.ts.snap | 6 +- .../tooManyRelationQueryGqlFields.constant.ts | 29 +- ...anyRootResolversQueryGqlFields.constant.ts | 21 +- ...bject-metadata-v2.integration-spec.ts.snap | 642 +- .../rename-custom-object.integration-spec.ts | 1 - .../rest-api-core-delete.integration-spec.ts | 19 - ...-relations-object-standard-ids.constant.ts | 1 - .../constants/standard-object.constant.ts | 276 - .../src/types/CoreObjectNameSingular.ts | 2 - 117 files changed, 24640 insertions(+), 32339 deletions(-) delete mode 100644 packages/twenty-server/src/engine/metadata-modules/ai/ai-agent/utils/is-favorite-related-object.util.ts delete mode 100644 packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-flat-fields.mock.ts delete mode 100644 packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-folder-flat-fields.mock.ts delete mode 100644 packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock.ts delete mode 100644 packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-folder-standard-flat-field-metadata.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-standard-flat-field-metadata.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/compute-favorite-standard-flat-index-metadata.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-folder-page-layout.config.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-page-layout.config.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-folder-view-field-groups.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-view-field-groups.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-folder-view-fields.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-view-fields.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-folder-views.util.ts delete mode 100644 packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-views.util.ts delete mode 100644 packages/twenty-server/src/modules/favorite-folder/favorite-folder.module.ts delete mode 100644 packages/twenty-server/src/modules/favorite-folder/listeners/favorite-folder.listener.ts delete mode 100644 packages/twenty-server/src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity.ts delete mode 100644 packages/twenty-server/src/modules/favorite/constants/favorite-deletion-batch-size.ts delete mode 100644 packages/twenty-server/src/modules/favorite/favorite.module.ts delete mode 100644 packages/twenty-server/src/modules/favorite/jobs/favorite-deletion.job.ts delete mode 100644 packages/twenty-server/src/modules/favorite/listeners/favorite-deletion.listener.ts delete mode 100644 packages/twenty-server/src/modules/favorite/services/favorite-deletion.service.ts delete mode 100644 packages/twenty-server/src/modules/favorite/standard-objects/favorite.workspace-entity.ts delete mode 100644 packages/twenty-server/test/integration/graphql/suites/object-generated/favorites.integration-spec.ts diff --git a/packages/twenty-front/scripts/mock-data/generate-record-data.ts b/packages/twenty-front/scripts/mock-data/generate-record-data.ts index 168855c028f..1b6b5ae9630 100644 --- a/packages/twenty-front/scripts/mock-data/generate-record-data.ts +++ b/packages/twenty-front/scripts/mock-data/generate-record-data.ts @@ -16,8 +16,6 @@ const OBJECTS_TO_GENERATE = [ 'note', 'timelineActivity', 'workspaceMember', - 'favorite', - 'favoriteFolder', 'connectedAccount', 'calendarEvent', ]; diff --git a/packages/twenty-front/src/generated-metadata/graphql.ts b/packages/twenty-front/src/generated-metadata/graphql.ts index bf2fad7841a..7bc85642e3f 100644 --- a/packages/twenty-front/src/generated-metadata/graphql.ts +++ b/packages/twenty-front/src/generated-metadata/graphql.ts @@ -6809,6 +6809,13 @@ export type ValidatePasswordResetTokenQuery = { __typename?: 'Query', validatePa export type CommandMenuItemFieldsFragment = { __typename?: 'CommandMenuItem', id: string, workflowVersionId?: string | null, frontComponentId?: string | null, engineComponentKey: EngineComponentKey, label: string, icon?: string | null, shortLabel?: string | null, position: number, isPinned: boolean, hotKeys?: Array | null, conditionalAvailabilityExpression?: string | null, availabilityType: CommandMenuItemAvailabilityType, availabilityObjectMetadataId?: string | null, frontComponent?: { __typename?: 'FrontComponent', id: string, name: string, isHeadless: boolean } | null, payload?: { __typename?: 'ObjectMetadataCommandMenuItemPayload', objectMetadataItemId: string } | { __typename?: 'PathCommandMenuItemPayload', path: string } | null }; +export type UpdateCommandMenuItemMutationVariables = Exact<{ + input: UpdateCommandMenuItemInput; +}>; + + +export type UpdateCommandMenuItemMutation = { __typename?: 'Mutation', updateCommandMenuItem: { __typename?: 'CommandMenuItem', id: string, workflowVersionId?: string | null, frontComponentId?: string | null, engineComponentKey: EngineComponentKey, label: string, icon?: string | null, shortLabel?: string | null, position: number, isPinned: boolean, hotKeys?: Array | null, conditionalAvailabilityExpression?: string | null, availabilityType: CommandMenuItemAvailabilityType, availabilityObjectMetadataId?: string | null, frontComponent?: { __typename?: 'FrontComponent', id: string, name: string, isHeadless: boolean } | null, payload?: { __typename?: 'ObjectMetadataCommandMenuItemPayload', objectMetadataItemId: string } | { __typename?: 'PathCommandMenuItemPayload', path: string } | null } }; + export type FindManyCommandMenuItemsQueryVariables = Exact<{ [key: string]: never; }>; @@ -8476,6 +8483,7 @@ export const CheckUserExistsDocument = {"kind":"Document","definitions":[{"kind" export const FindApplicationRegistrationByClientIdDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindApplicationRegistrationByClientId"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"clientId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findApplicationRegistrationByClientId"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"clientId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"clientId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"logoUrl"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"websiteUrl"}}]}}]}}]} as unknown as DocumentNode; export const GetPublicWorkspaceDataByDomainDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetPublicWorkspaceDataByDomain"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"origin"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getPublicWorkspaceDataByDomain"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"origin"},"value":{"kind":"Variable","name":{"kind":"Name","value":"origin"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"logo"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"workspaceUrls"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"WorkspaceUrlsFragment"}}]}},{"kind":"Field","name":{"kind":"Name","value":"authProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"sso"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"issuer"}}]}},{"kind":"Field","name":{"kind":"Name","value":"google"}},{"kind":"Field","name":{"kind":"Name","value":"magicLink"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"microsoft"}}]}},{"kind":"Field","name":{"kind":"Name","value":"authBypassProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"google"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"microsoft"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"WorkspaceUrlsFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"WorkspaceUrls"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subdomainUrl"}},{"kind":"Field","name":{"kind":"Name","value":"customUrl"}}]}}]} as unknown as DocumentNode; export const ValidatePasswordResetTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"ValidatePasswordResetToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"token"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"validatePasswordResetToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"passwordResetToken"},"value":{"kind":"Variable","name":{"kind":"Name","value":"token"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"hasPassword"}}]}}]}}]} as unknown as DocumentNode; +export const UpdateCommandMenuItemDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateCommandMenuItem"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UpdateCommandMenuItemInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateCommandMenuItem"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"CommandMenuItemFields"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"CommandMenuItemFields"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"CommandMenuItem"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"workflowVersionId"}},{"kind":"Field","name":{"kind":"Name","value":"frontComponentId"}},{"kind":"Field","name":{"kind":"Name","value":"frontComponent"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"isHeadless"}}]}},{"kind":"Field","name":{"kind":"Name","value":"engineComponentKey"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"shortLabel"}},{"kind":"Field","name":{"kind":"Name","value":"position"}},{"kind":"Field","name":{"kind":"Name","value":"isPinned"}},{"kind":"Field","name":{"kind":"Name","value":"payload"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PathCommandMenuItemPayload"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"path"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ObjectMetadataCommandMenuItemPayload"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"objectMetadataItemId"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"hotKeys"}},{"kind":"Field","name":{"kind":"Name","value":"conditionalAvailabilityExpression"}},{"kind":"Field","name":{"kind":"Name","value":"availabilityType"}},{"kind":"Field","name":{"kind":"Name","value":"availabilityObjectMetadataId"}}]}}]} as unknown as DocumentNode; export const FindManyCommandMenuItemsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindManyCommandMenuItems"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"commandMenuItems"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"CommandMenuItemFields"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"CommandMenuItemFields"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"CommandMenuItem"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"workflowVersionId"}},{"kind":"Field","name":{"kind":"Name","value":"frontComponentId"}},{"kind":"Field","name":{"kind":"Name","value":"frontComponent"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"isHeadless"}}]}},{"kind":"Field","name":{"kind":"Name","value":"engineComponentKey"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"shortLabel"}},{"kind":"Field","name":{"kind":"Name","value":"position"}},{"kind":"Field","name":{"kind":"Name","value":"isPinned"}},{"kind":"Field","name":{"kind":"Name","value":"payload"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PathCommandMenuItemPayload"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"path"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ObjectMetadataCommandMenuItemPayload"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"objectMetadataItemId"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"hotKeys"}},{"kind":"Field","name":{"kind":"Name","value":"conditionalAvailabilityExpression"}},{"kind":"Field","name":{"kind":"Name","value":"availabilityType"}},{"kind":"Field","name":{"kind":"Name","value":"availabilityObjectMetadataId"}}]}}]} as unknown as DocumentNode; export const DuplicateDashboardDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DuplicateDashboard"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duplicateDashboard"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"pageLayoutId"}},{"kind":"Field","name":{"kind":"Name","value":"position"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const FindOnePageLayoutDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindOnePageLayout"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getPageLayout"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"PageLayoutFragment"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"PageLayoutWidgetFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayoutWidget"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"objectMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"deletedAt"}},{"kind":"Field","name":{"kind":"Name","value":"conditionalDisplay"}},{"kind":"Field","name":{"kind":"Name","value":"conditionalAvailabilityExpression"}},{"kind":"Field","name":{"kind":"Name","value":"gridPosition"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"column"}},{"kind":"Field","name":{"kind":"Name","value":"columnSpan"}},{"kind":"Field","name":{"kind":"Name","value":"row"}},{"kind":"Field","name":{"kind":"Name","value":"rowSpan"}}]}},{"kind":"Field","name":{"kind":"Name","value":"position"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayoutWidgetGridPosition"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"layoutMode"}},{"kind":"Field","name":{"kind":"Name","value":"row"}},{"kind":"Field","name":{"kind":"Name","value":"column"}},{"kind":"Field","name":{"kind":"Name","value":"rowSpan"}},{"kind":"Field","name":{"kind":"Name","value":"columnSpan"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayoutWidgetVerticalListPosition"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"layoutMode"}},{"kind":"Field","name":{"kind":"Name","value":"index"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayoutWidgetCanvasPosition"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"layoutMode"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"configuration"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"BarChartConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateOperation"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisGroupByFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisGroupBySubFieldName"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisDateGranularity"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisOrderBy"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisManualSortOrder"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupByFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupBySubFieldName"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupByDateGranularity"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisOrderBy"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisManualSortOrder"}},{"kind":"Field","name":{"kind":"Name","value":"omitNullValues"}},{"kind":"Field","name":{"kind":"Name","value":"axisNameDisplay"}},{"kind":"Field","name":{"kind":"Name","value":"displayDataLabel"}},{"kind":"Field","name":{"kind":"Name","value":"displayLegend"}},{"kind":"Field","name":{"kind":"Name","value":"rangeMin"}},{"kind":"Field","name":{"kind":"Name","value":"rangeMax"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"filter"}},{"kind":"Field","name":{"kind":"Name","value":"groupMode"}},{"kind":"Field","name":{"kind":"Name","value":"layout"}},{"kind":"Field","name":{"kind":"Name","value":"isCumulative"}},{"kind":"Field","name":{"kind":"Name","value":"splitMultiValueFields"}},{"kind":"Field","name":{"kind":"Name","value":"timezone"}},{"kind":"Field","name":{"kind":"Name","value":"firstDayOfTheWeek"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"LineChartConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateOperation"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisGroupByFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisGroupBySubFieldName"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisDateGranularity"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisOrderBy"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAxisManualSortOrder"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupByFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupBySubFieldName"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisGroupByDateGranularity"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisOrderBy"}},{"kind":"Field","name":{"kind":"Name","value":"secondaryAxisManualSortOrder"}},{"kind":"Field","name":{"kind":"Name","value":"omitNullValues"}},{"kind":"Field","name":{"kind":"Name","value":"axisNameDisplay"}},{"kind":"Field","name":{"kind":"Name","value":"displayDataLabel"}},{"kind":"Field","name":{"kind":"Name","value":"displayLegend"}},{"kind":"Field","name":{"kind":"Name","value":"rangeMin"}},{"kind":"Field","name":{"kind":"Name","value":"rangeMax"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"filter"}},{"kind":"Field","name":{"kind":"Name","value":"isStacked"}},{"kind":"Field","name":{"kind":"Name","value":"isCumulative"}},{"kind":"Field","name":{"kind":"Name","value":"splitMultiValueFields"}},{"kind":"Field","name":{"kind":"Name","value":"timezone"}},{"kind":"Field","name":{"kind":"Name","value":"firstDayOfTheWeek"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PieChartConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"groupByFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateOperation"}},{"kind":"Field","name":{"kind":"Name","value":"groupBySubFieldName"}},{"kind":"Field","name":{"kind":"Name","value":"dateGranularity"}},{"kind":"Field","name":{"kind":"Name","value":"orderBy"}},{"kind":"Field","name":{"kind":"Name","value":"manualSortOrder"}},{"kind":"Field","name":{"kind":"Name","value":"displayDataLabel"}},{"kind":"Field","name":{"kind":"Name","value":"showCenterMetric"}},{"kind":"Field","name":{"kind":"Name","value":"displayLegend"}},{"kind":"Field","name":{"kind":"Name","value":"hideEmptyCategory"}},{"kind":"Field","name":{"kind":"Name","value":"splitMultiValueFields"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"filter"}},{"kind":"Field","name":{"kind":"Name","value":"timezone"}},{"kind":"Field","name":{"kind":"Name","value":"firstDayOfTheWeek"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"AggregateChartConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateOperation"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"displayDataLabel"}},{"kind":"Field","name":{"kind":"Name","value":"format"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"filter"}},{"kind":"Field","name":{"kind":"Name","value":"prefix"}},{"kind":"Field","name":{"kind":"Name","value":"suffix"}},{"kind":"Field","name":{"kind":"Name","value":"timezone"}},{"kind":"Field","name":{"kind":"Name","value":"firstDayOfTheWeek"}},{"kind":"Field","name":{"kind":"Name","value":"ratioAggregateConfig"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"fieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"optionValue"}}]}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"GaugeChartConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateFieldMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"aggregateOperation"}},{"kind":"Field","name":{"kind":"Name","value":"displayDataLabel"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"filter"}},{"kind":"Field","name":{"kind":"Name","value":"timezone"}},{"kind":"Field","name":{"kind":"Name","value":"firstDayOfTheWeek"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"IframeConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"url"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"StandaloneRichTextConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"blocknote"}},{"kind":"Field","name":{"kind":"Name","value":"markdown"}}]}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"CalendarConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EmailsConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EmailThreadConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FieldConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"fieldDisplayMode"}},{"kind":"Field","name":{"kind":"Name","value":"fieldMetadataId"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FieldRichTextConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FieldsConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"viewId"}},{"kind":"Field","name":{"kind":"Name","value":"newFieldDefaultVisibility"}},{"kind":"Field","name":{"kind":"Name","value":"shouldAllowUserToSeeHiddenFields"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FilesConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"NotesConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"TasksConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"TimelineConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ViewConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RecordTableConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"viewId"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"WorkflowConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"WorkflowRunConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"WorkflowVersionConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FrontComponentConfiguration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"configurationType"}},{"kind":"Field","name":{"kind":"Name","value":"frontComponentId"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pageLayoutTabId"}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"PageLayoutTabFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayoutTab"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"applicationId"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"position"}},{"kind":"Field","name":{"kind":"Name","value":"layoutMode"}},{"kind":"Field","name":{"kind":"Name","value":"widgets"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"PageLayoutWidgetFragment"}}]}},{"kind":"Field","name":{"kind":"Name","value":"pageLayoutId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"PageLayoutFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PageLayout"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"objectMetadataId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"defaultTabToFocusOnMobileAndSidePanelId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"tabs"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"PageLayoutTabFragment"}}]}}]}}]} as unknown as DocumentNode; diff --git a/packages/twenty-front/src/modules/apollo/types/coreObjectNamesToDeleteOnRelationDetach.ts b/packages/twenty-front/src/modules/apollo/types/coreObjectNamesToDeleteOnRelationDetach.ts index c2bd63d538c..3c568cd5041 100644 --- a/packages/twenty-front/src/modules/apollo/types/coreObjectNamesToDeleteOnRelationDetach.ts +++ b/packages/twenty-front/src/modules/apollo/types/coreObjectNamesToDeleteOnRelationDetach.ts @@ -1,7 +1,6 @@ import { CoreObjectNameSingular } from 'twenty-shared/types'; export const CORE_OBJECT_NAMES_TO_DELETE_ON_TRIGGER_RELATION_DETACH = [ - CoreObjectNameSingular.Favorite, CoreObjectNameSingular.NoteTarget, CoreObjectNameSingular.TaskTarget, CoreObjectNameSingular.Comment, diff --git a/packages/twenty-front/src/modules/object-metadata/hooks/__tests__/useColumnDefinitionsFromObjectMetadata.test.ts b/packages/twenty-front/src/modules/object-metadata/hooks/__tests__/useColumnDefinitionsFromObjectMetadata.test.ts index 2643bc66ee6..66373bb58fc 100644 --- a/packages/twenty-front/src/modules/object-metadata/hooks/__tests__/useColumnDefinitionsFromObjectMetadata.test.ts +++ b/packages/twenty-front/src/modules/object-metadata/hooks/__tests__/useColumnDefinitionsFromObjectMetadata.test.ts @@ -92,6 +92,6 @@ describe('useColumnDefinitionsFromObjectMetadata', () => { const { columnDefinitions } = result.current; - expect(columnDefinitions.length).toBe(25); + expect(columnDefinitions.length).toBe(24); }); }); diff --git a/packages/twenty-front/src/modules/object-metadata/types/CoreObjectNamePlural.ts b/packages/twenty-front/src/modules/object-metadata/types/CoreObjectNamePlural.ts index ae720a244e0..ebb141b0632 100644 --- a/packages/twenty-front/src/modules/object-metadata/types/CoreObjectNamePlural.ts +++ b/packages/twenty-front/src/modules/object-metadata/types/CoreObjectNamePlural.ts @@ -11,7 +11,6 @@ export enum CoreObjectNamePlural { ConnectedAccount = 'connectedAccounts', Dashboard = 'dashboards', TimelineActivity = 'timelineActivities', - Favorite = 'favorites', Message = 'messages', MessageChannel = 'messageChannels', MessageParticipant = 'messageParticipants', diff --git a/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromObject.test.ts.snap b/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromObject.test.ts.snap index 5b1e82a4066..1a9e95eed74 100644 --- a/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromObject.test.ts.snap +++ b/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromObject.test.ts.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing +// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`generateDepthRecordGqlFieldsFromObject should generate depth one record gql fields from object 1`] = ` { @@ -25,9 +25,6 @@ exports[`generateDepthRecordGqlFieldsFromObject should generate depth one record "deletedAt": true, "domainName": true, "employees": true, - "favorites": { - "id": true, - }, "id": true, "idealCustomerProfile": true, "introVideo": true, diff --git a/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromRecord.test.ts.snap b/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromRecord.test.ts.snap index 8962cb3cae4..8e0df29f68a 100644 --- a/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromRecord.test.ts.snap +++ b/packages/twenty-front/src/modules/object-record/graphql/record-gql-fields/utils/__tests__/__snapshots__/generateDepthRecordGqlFieldsFromRecord.test.ts.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing +// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`generateDepthRecordGqlFieldsFromRecord should generate depth one record gql fields from empty record 1`] = ` { @@ -13,7 +13,6 @@ exports[`generateDepthRecordGqlFieldsFromRecord should generate depth one record "deletedAt": false, "domainName": false, "employees": false, - "favorites": false, "id": false, "idealCustomerProfile": false, "introVideo": false, @@ -49,7 +48,6 @@ exports[`generateDepthRecordGqlFieldsFromRecord should generate depth one record "deletedAt": false, "domainName": true, "employees": false, - "favorites": false, "id": true, "idealCustomerProfile": false, "introVideo": false, diff --git a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/personFragments.ts b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/personFragments.ts index fb07e5a736d..fce044681e8 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/personFragments.ts +++ b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/personFragments.ts @@ -126,14 +126,6 @@ export const PERSON_FRAGMENT_WITH_DEPTH_ONE_RELATIONS = ` primaryEmail additionalEmails } - favorites { - edges { - node { - __typename - id - } - } - } id intro jobTitle diff --git a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useCreateOneRecord.ts b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useCreateOneRecord.ts index 1477530b90d..e4b157cec6d 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useCreateOneRecord.ts +++ b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useCreateOneRecord.ts @@ -31,9 +31,6 @@ export const responseData = { edges: [], }, jobTitle: '', - favorites: { - edges: [], - }, attachments: { edges: [], }, diff --git a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useFindManyRecords.ts b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useFindManyRecords.ts index 18766f6bfff..fbd8fb334e8 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useFindManyRecords.ts +++ b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useFindManyRecords.ts @@ -100,20 +100,6 @@ export const query = gql` city email jobTitle - favorites { - edges { - node { - __typename - id - companyId - createdAt - forWorkspaceMemberId - personId - position - updatedAt - } - } - } attachments { edges { node { diff --git a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useUpdateOneRecord.ts b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useUpdateOneRecord.ts index f902881d63c..3b74e36a5ac 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useUpdateOneRecord.ts +++ b/packages/twenty-front/src/modules/object-record/hooks/__mocks__/useUpdateOneRecord.ts @@ -34,9 +34,6 @@ const basePerson = { }; const connectedObjects = { - favorites: { - edges: [], - }, opportunities: { edges: [], }, diff --git a/packages/twenty-front/src/modules/object-record/hooks/__tests__/__snapshots__/useDeleteOneRecord.test.tsx.snap b/packages/twenty-front/src/modules/object-record/hooks/__tests__/__snapshots__/useDeleteOneRecord.test.tsx.snap index 24713dabdad..979e4b365a5 100644 --- a/packages/twenty-front/src/modules/object-record/hooks/__tests__/__snapshots__/useDeleteOneRecord.test.tsx.snap +++ b/packages/twenty-front/src/modules/object-record/hooks/__tests__/__snapshots__/useDeleteOneRecord.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing +// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`useDeleteOneRecord A. Starting from empty cache 1. Should successfully delete record and update record cache entry 1`] = ` { @@ -33,7 +33,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 1. Should handle succe "additionalEmails": [], "primaryEmail": "jeffery.griffin@example.com", }, - "favorites": [], "id": "20202020-b000-4485-94de-70c2a98daef2", "intro": "", "jobTitle": "Embryologist, clinical", @@ -137,7 +136,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 1. Should handle succe "secondaryLinks": [], }, "employees": 894, - "favorites": [], "id": "20202020-a000-4485-94de-70c2a98daef2", "idealCustomerProfile": false, "introVideo": { @@ -218,7 +216,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 2. Should handle optim "additionalEmails": [], "primaryEmail": "jeffery.griffin@example.com", }, - "favorites": [], "id": "20202020-b000-4485-94de-70c2a98daef2", "intro": "", "jobTitle": "Embryologist, clinical", @@ -322,7 +319,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 2. Should handle optim "secondaryLinks": [], }, "employees": 894, - "favorites": [], "id": "20202020-a000-4485-94de-70c2a98daef2", "idealCustomerProfile": false, "introVideo": { @@ -403,7 +399,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 3. Should handle optim "additionalEmails": [], "primaryEmail": "jeffery.griffin@example.com", }, - "favorites": [], "id": "20202020-b000-4485-94de-70c2a98daef2", "intro": "", "jobTitle": "Embryologist, clinical", @@ -507,7 +502,6 @@ exports[`useDeleteOneRecord B. Starting from filled cache 3. Should handle optim "secondaryLinks": [], }, "employees": 894, - "favorites": [], "id": "20202020-a000-4485-94de-70c2a98daef2", "idealCustomerProfile": false, "introVideo": { diff --git a/packages/twenty-front/src/modules/object-record/record-table/components/__stories__/perf/mock.ts b/packages/twenty-front/src/modules/object-record/record-table/components/__stories__/perf/mock.ts index da090267faf..dce40720ede 100644 --- a/packages/twenty-front/src/modules/object-record/record-table/components/__stories__/perf/mock.ts +++ b/packages/twenty-front/src/modules/object-record/record-table/components/__stories__/perf/mock.ts @@ -249,50 +249,6 @@ export const mockPerformance = { options: null, relation: null, }, - { - __typename: 'field', - id: 'b96e0e45-278c-44b6-a601-30ba24592dd6', - type: 'RELATION', - name: 'favorites', - primaryLinkLabel: 'Favorites', - description: 'Favorites linked to the contact', - icon: 'IconHeart', - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - createdAt: '2024-05-16T10:54:27.788Z', - updatedAt: '2024-05-16T10:54:27.788Z', - defaultValue: null, - options: null, - relation: { - __typename: 'Relation', - relationId: '31542774-fb15-4d01-b00b-8fc94887f458', - direction: 'ONE_TO_MANY', - sourceObjectMetadata: { - __typename: 'object', - id: '4916628e-8570-4242-8970-f58c509e5a93', - nameSingular: 'person', - namePlural: 'people', - }, - sourceFieldMetadata: { - __typename: 'field', - id: 'b96e0e45-278c-44b6-a601-30ba24592dd6', - name: 'favorites', - }, - targetObjectMetadata: { - __typename: 'object', - id: 'f08422e2-14cd-4966-9cd3-bce0302cc56f', - nameSingular: 'favorite', - namePlural: 'favorites', - }, - targetFieldMetadata: { - __typename: 'field', - id: '67d28b17-ff3c-49b4-a6da-1354be9634b0', - name: 'person', - }, - }, - }, { __typename: 'field', id: '430af81e-2a8c-4ce2-9969-c0f0e91818bb', diff --git a/packages/twenty-front/src/testing/mock-data/generated/data/companies/mock-companies-data.ts b/packages/twenty-front/src/testing/mock-data/generated/data/companies/mock-companies-data.ts index c2d01f71543..5667acdf325 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/data/companies/mock-companies-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/data/companies/mock-companies-data.ts @@ -59,10 +59,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 894, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a000-4485-94de-70c2a98daef2", "idealCustomerProfile": false, "introVideo": { @@ -267,10 +263,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 1415, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a018-492d-89de-f9cd4ee80437", "idealCustomerProfile": false, "introVideo": { @@ -467,10 +459,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 1001, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a023-4180-9da1-6b417beacf0e", "idealCustomerProfile": false, "introVideo": { @@ -676,10 +664,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 8891, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a026-43c0-b042-0123f72f6cf9", "idealCustomerProfile": false, "introVideo": { @@ -885,10 +869,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 3875, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a026-47d2-9474-75fb625f5eb1", "idealCustomerProfile": false, "introVideo": { @@ -1101,10 +1081,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 874, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a02e-4e28-b4a9-6096b36e26df", "idealCustomerProfile": false, "introVideo": { @@ -1301,10 +1277,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 691, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a043-441a-b269-a2378afed31c", "idealCustomerProfile": false, "introVideo": { @@ -1517,10 +1489,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 1261, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a045-4266-b9e4-0e7a0697322b", "idealCustomerProfile": false, "introVideo": { @@ -1733,10 +1701,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 978, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a045-4b32-8484-a6807e9e0d22", "idealCustomerProfile": false, "introVideo": { @@ -1990,10 +1954,6 @@ export const mockedCompanyRecords: ObjectRecord[] = "secondaryLinks": [] }, "employees": 3774, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-a048-4007-9024-3ac47b8484d5", "idealCustomerProfile": false, "introVideo": { diff --git a/packages/twenty-front/src/testing/mock-data/generated/data/notes/mock-notes-data.ts b/packages/twenty-front/src/testing/mock-data/generated/data/notes/mock-notes-data.ts index 9eac4cf44eb..4b5027dbddc 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/data/notes/mock-notes-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/data/notes/mock-notes-data.ts @@ -36,10 +36,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0001-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -119,10 +115,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0002-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -202,10 +194,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0003-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -285,10 +273,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0004-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -368,10 +352,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0005-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -451,10 +431,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0006-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -534,10 +510,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0007-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -617,10 +589,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0008-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -700,10 +668,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0009-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", @@ -783,10 +747,6 @@ export const mockedNoteRecords: ObjectRecord[] = "context": null }, "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-000a-4e7c-8001-123456789abc", "noteTargets": { "__typename": "NoteTargetConnection", diff --git a/packages/twenty-front/src/testing/mock-data/generated/data/people/mock-people-data.ts b/packages/twenty-front/src/testing/mock-data/generated/data/people/mock-people-data.ts index aa97c49d98b..58ca2bb33cf 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/data/people/mock-people-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/data/people/mock-people-data.ts @@ -50,10 +50,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "jeffery.griffin@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b000-4485-94de-70c2a98daef2", "intro": "", "jobTitle": "Embryologist, clinical", @@ -236,10 +232,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "terry.melendez@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b003-415a-9051-133248495f7f", "intro": "", "jobTitle": "Public relations officer", @@ -412,10 +404,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "lee.jones@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b00e-4bc1-87c8-00aeb49c10f8", "intro": "", "jobTitle": "Radiographer, therapeutic", @@ -604,10 +592,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "sarah.hernandez@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b012-44c1-9fdc-90f110962d07", "intro": "", "jobTitle": "Engineer, water", @@ -798,10 +782,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "suzanne.rodriguez@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b017-4ae0-9ece-01dcfa9627e8", "intro": "", "jobTitle": "Games developer", @@ -1000,10 +980,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "christy.hall@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b018-492d-89de-f9cd4ee80437", "intro": "", "jobTitle": "Pension scheme manager", @@ -1177,10 +1153,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "jacqueline.martin@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b01b-46cc-85b9-93b884b7cebe", "intro": "", "jobTitle": "Product manager", @@ -1345,10 +1317,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "brenda.brown@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b01b-49bf-85eb-8b1694edc057", "intro": "", "jobTitle": "Secretary, company", @@ -1537,10 +1505,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "anthony.green@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b01d-4aa3-afec-0b97a593b28d", "intro": "", "jobTitle": "Land", @@ -1722,10 +1686,6 @@ export const mockedPersonRecords: ObjectRecord[] = "primaryEmail": "ronald.smith@example.com", "additionalEmails": [] }, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-b01e-4011-979d-33f260f97529", "intro": "", "jobTitle": "Engineer, aeronautical", diff --git a/packages/twenty-front/src/testing/mock-data/generated/data/tasks/mock-tasks-data.ts b/packages/twenty-front/src/testing/mock-data/generated/data/tasks/mock-tasks-data.ts index ea7fda378e1..7aff064bb2e 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/data/tasks/mock-tasks-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/data/tasks/mock-tasks-data.ts @@ -47,10 +47,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-02T01:17:25.389Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0001-4e7c-8001-123456789def", "position": 1, "status": "TODO", @@ -142,10 +138,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-04T01:17:25.389Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0002-4e7c-8001-123456789def", "position": 2, "status": "IN_PROGRESS", @@ -237,10 +229,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-06T01:17:25.389Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0003-4e7c-8001-123456789def", "position": 3, "status": "TODO", @@ -332,10 +320,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-01T01:17:25.389Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0004-4e7c-8001-123456789def", "position": 4, "status": "TODO", @@ -427,10 +411,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0005-4e7c-8001-123456789def", "position": 5, "status": "DONE", @@ -522,10 +502,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-03T01:17:25.389Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0006-4e7c-8001-123456789def", "position": 6, "status": "IN_PROGRESS", @@ -617,10 +593,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-05T01:17:25.390Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0007-4e7c-8001-123456789def", "position": 7, "status": "TODO", @@ -712,10 +684,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-07T01:17:25.390Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0008-4e7c-8001-123456789def", "position": 8, "status": "TODO", @@ -807,10 +775,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-02T01:17:25.390Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0009-4e7c-8001-123456789def", "position": 9, "status": "TODO", @@ -902,10 +866,6 @@ export const mockedTaskRecords: ObjectRecord[] = }, "deletedAt": null, "dueAt": "2026-03-04T01:17:25.390Z", - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-000a-4e7c-8001-123456789def", "position": 10, "status": "IN_PROGRESS", diff --git a/packages/twenty-front/src/testing/mock-data/generated/data/workspaceMembers/mock-workspaceMembers-data.ts b/packages/twenty-front/src/testing/mock-data/generated/data/workspaceMembers/mock-workspaceMembers-data.ts index 9f159d79da9..ff1b7952120 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/data/workspaceMembers/mock-workspaceMembers-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/data/workspaceMembers/mock-workspaceMembers-data.ts @@ -4323,10 +4323,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-0687-4c41-b707-ed1bfca972a7", "locale": "en", "messageParticipants": { @@ -18630,10 +18626,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-1553-45c6-a028-5a9064cce07f", "locale": "en", "messageParticipants": { @@ -18712,10 +18704,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-463f-435b-828c-107e007a2711", "locale": "en", "messageParticipants": { @@ -23485,10 +23473,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "20202020-77d5-4cb6-b60a-f4a835a85d61", "locale": "en", "messageParticipants": { @@ -23558,10 +23542,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0001-4000-8000-000000000000", "locale": "en", "messageParticipants": { @@ -23648,10 +23628,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0002-4000-8000-000000000000", "locale": "en", "messageParticipants": { @@ -23730,10 +23706,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0003-4000-8000-000000000000", "locale": "en", "messageParticipants": { @@ -23812,10 +23784,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0004-4000-8000-000000000000", "locale": "en", "messageParticipants": { @@ -23885,10 +23853,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0005-4000-8000-000000000000", "locale": "en", "messageParticipants": { @@ -23958,10 +23922,6 @@ export const mockedWorkspaceMemberRecords: ObjectRecord[] = }, "dateFormat": "SYSTEM", "deletedAt": null, - "favorites": { - "__typename": "FavoriteConnection", - "edges": [] - }, "id": "32323232-0006-4000-8000-000000000000", "locale": "en", "messageParticipants": { diff --git a/packages/twenty-front/src/testing/mock-data/generated/metadata/minimal/mock-minimal-metadata.ts b/packages/twenty-front/src/testing/mock-data/generated/metadata/minimal/mock-minimal-metadata.ts index 9e805da11f5..6c338bfc2ed 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/metadata/minimal/mock-minimal-metadata.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/metadata/minimal/mock-minimal-metadata.ts @@ -9,19 +9,7 @@ export const mockedMinimalMetadata: MinimalMetadata = { "objectMetadataItems": [ { - "id": "e24d3eee-cab9-48c9-9ec5-26192fd43c47", - "nameSingular": "attachment", - "namePlural": "attachments", - "labelSingular": "Attachment", - "labelPlural": "Attachments", - "icon": "IconFileImport", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "f8da2fb8-65bd-463a-b651-3c285eddc728", + "id": "0f6e48ff-3948-44f7-9b25-154899a9a684", "nameSingular": "blocklist", "namePlural": "blocklists", "labelSingular": "Blocklist", @@ -33,199 +21,7 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "a4f42d2e-8955-43ee-86c6-54368eb442d2", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations", - "labelSingular": "Calendar Channel Event Association", - "labelPlural": "Calendar Channel Event Associations", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "618d3a73-85ac-4df2-a04f-e91ee413550a", - "nameSingular": "calendarChannel", - "namePlural": "calendarChannels", - "labelSingular": "Calendar Channel", - "labelPlural": "Calendar Channels", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "48547468-2e46-4a2a-a356-1eb449e7bd4e", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants", - "labelSingular": "Calendar event participant", - "labelPlural": "Calendar event participants", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "0dce0e6c-1a3d-4478-b03c-422105886383", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents", - "labelSingular": "Calendar event", - "labelPlural": "Calendar events", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "def5a0f9-6233-4572-8f58-3aba99bcf248", - "nameSingular": "company", - "namePlural": "companies", - "labelSingular": "Company", - "labelPlural": "Companies", - "icon": "IconBuildingSkyscraper", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "11cb16db-271f-494d-a11e-8f5c8f4008d8", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts", - "labelSingular": "Connected Account", - "labelPlural": "Connected Accounts", - "icon": "IconAt", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "bec46d6b-4fe4-45db-9bf0-6840864f0d21", - "nameSingular": "dashboard", - "namePlural": "dashboards", - "labelSingular": "Dashboard", - "labelPlural": "Dashboards", - "icon": "IconLayoutDashboard", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "f2ae50d3-41c6-4bb1-882a-8cd6eeb5b439", - "nameSingular": "favorite", - "namePlural": "favorites", - "labelSingular": "Favorite", - "labelPlural": "Favorites", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "d510c827-83bf-4d18-86b0-90183327a0ce", - "nameSingular": "favoriteFolder", - "namePlural": "favoriteFolders", - "labelSingular": "Favorite Folder", - "labelPlural": "Favorite Folders", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "9921d994-3888-43e4-b933-82eb199f9154", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations", - "labelSingular": "Message Channel Message Association", - "labelPlural": "Message Channel Message Associations", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "1f1b593c-99ed-4849-8b27-6d8fb8f001af", - "nameSingular": "messageChannel", - "namePlural": "messageChannels", - "labelSingular": "Message Channel", - "labelPlural": "Message Channels", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "13aa631f-8a01-491e-9e49-b24eaaeaac00", - "nameSingular": "messageFolder", - "namePlural": "messageFolders", - "labelSingular": "Message Folder", - "labelPlural": "Message Folders", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "c11d27bb-9e7d-4e07-aa2d-cb7f1930a2b2", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders", - "labelSingular": "Message Channel Message Association Message Folder", - "labelPlural": "Message Channel Message Association Message Folders", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "5267a212-5850-4dba-be1d-5f545cc8b1f3", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants", - "labelSingular": "Message Participant", - "labelPlural": "Message Participants", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "7caaa1ed-5955-4f33-a9a8-3f1f7834a957", - "nameSingular": "messageThread", - "namePlural": "messageThreads", - "labelSingular": "Message Thread", - "labelPlural": "Message Threads", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "8a3aecb7-cf19-4d57-b8e5-d4480326c145", - "nameSingular": "message", - "namePlural": "messages", - "labelSingular": "Message", - "labelPlural": "Messages", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "599e8013-e826-420e-a4d4-135826550a96", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", "nameSingular": "note", "namePlural": "notes", "labelSingular": "Note", @@ -237,43 +33,7 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "1d0b6b96-c961-417d-aa33-f399fd975af3", - "nameSingular": "noteTarget", - "namePlural": "noteTargets", - "labelSingular": "Note Target", - "labelPlural": "Note Targets", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "2b9fd1c5-90ef-4d86-adbd-1a1df4bfd2da", - "nameSingular": "opportunity", - "namePlural": "opportunities", - "labelSingular": "Opportunity", - "labelPlural": "Opportunities", - "icon": "IconTargetArrow", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "b6e21d5b-97f4-4d46-b3eb-84cd548fcf3e", - "nameSingular": "person", - "namePlural": "people", - "labelSingular": "Person", - "labelPlural": "People", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "2036c405-31bb-4f93-821a-79af46f9a00a", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", "nameSingular": "task", "namePlural": "tasks", "labelSingular": "Task", @@ -285,43 +45,7 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "a8d747b8-f2f1-4309-a011-19e95312a9c8", - "nameSingular": "taskTarget", - "namePlural": "taskTargets", - "labelSingular": "Task Target", - "labelPlural": "Task Targets", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "16ae84e9-e4eb-4a1a-8f7e-cd39c617d105", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities", - "labelSingular": "Timeline Activity", - "labelPlural": "Timeline Activities", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "769ea79c-a2cb-49ce-ae1d-73ce37a5c4d0", - "nameSingular": "workflow", - "namePlural": "workflows", - "labelSingular": "Workflow", - "labelPlural": "Workflows", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "bf481196-2767-485f-9f7d-982a96463d2f", + "id": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922", "nameSingular": "workflowAutomatedTrigger", "namePlural": "workflowAutomatedTriggers", "labelSingular": "Workflow Automated Trigger", @@ -333,31 +57,7 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "14ef07a6-5304-479a-8b33-dbe62bae2cef", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns", - "labelSingular": "Workflow Run", - "labelPlural": "Workflow Runs", - "icon": "IconHistoryToggle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "b340fed6-3848-4571-9d18-7522d53e9ee9", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions", - "labelSingular": "Workflow Version", - "labelPlural": "Workflow Versions", - "icon": "IconVersions", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isRemote": false - }, - { - "id": "45951e41-0540-48e1-8cb4-b18d68771481", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", "nameSingular": "workspaceMember", "namePlural": "workspaceMembers", "labelSingular": "Workspace Member", @@ -369,19 +69,283 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "8c77d57d-1c06-4550-bb7d-4dff29b16889", - "nameSingular": "rocket", - "namePlural": "rockets", - "labelSingular": "Rocket", - "labelPlural": "Rockets", - "icon": "IconRocket", - "isCustom": true, + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "nameSingular": "dashboard", + "namePlural": "dashboards", + "labelSingular": "Dashboard", + "labelPlural": "Dashboards", + "icon": "IconLayoutDashboard", + "isCustom": false, "isActive": true, "isSystem": false, "isRemote": false }, { - "id": "96a6d580-c305-4a5e-9310-96d6a705c344", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages", + "labelSingular": "Message", + "labelPlural": "Messages", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "e810b473-155d-423f-8e0a-9c1bb95acb96", + "nameSingular": "calendarChannelEventAssociation", + "namePlural": "calendarChannelEventAssociations", + "labelSingular": "Calendar Channel Event Association", + "labelPlural": "Calendar Channel Event Associations", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "06ac365e-28d1-4966-8b15-30f268468a19", + "nameSingular": "messageFolder", + "namePlural": "messageFolders", + "labelSingular": "Message Folder", + "labelPlural": "Message Folders", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns", + "labelSingular": "Workflow Run", + "labelPlural": "Workflow Runs", + "icon": "IconHistoryToggle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets", + "labelSingular": "Task Target", + "labelPlural": "Task Targets", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows", + "labelSingular": "Workflow", + "labelPlural": "Workflows", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isRemote": false + }, + { + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities", + "labelSingular": "Timeline Activity", + "labelPlural": "Timeline Activities", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "nameSingular": "messageThread", + "namePlural": "messageThreads", + "labelSingular": "Message Thread", + "labelPlural": "Message Threads", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents", + "labelSingular": "Calendar event", + "labelPlural": "Calendar events", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities", + "labelSingular": "Opportunity", + "labelPlural": "Opportunities", + "icon": "IconTargetArrow", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isRemote": false + }, + { + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts", + "labelSingular": "Connected Account", + "labelPlural": "Connected Accounts", + "icon": "IconAt", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "3d3605e7-f61c-4abe-9886-a485b4450bf9", + "nameSingular": "messageChannelMessageAssociationMessageFolder", + "namePlural": "messageChannelMessageAssociationMessageFolders", + "labelSingular": "Message Channel Message Association Message Folder", + "labelPlural": "Message Channel Message Association Message Folders", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants", + "labelSingular": "Calendar event participant", + "labelPlural": "Calendar event participants", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants", + "labelSingular": "Message Participant", + "labelPlural": "Message Participants", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations", + "labelSingular": "Message Channel Message Association", + "labelPlural": "Message Channel Message Associations", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies", + "labelSingular": "Company", + "labelPlural": "Companies", + "icon": "IconBuildingSkyscraper", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isRemote": false + }, + { + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments", + "labelSingular": "Attachment", + "labelPlural": "Attachments", + "icon": "IconFileImport", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions", + "labelSingular": "Workflow Version", + "labelPlural": "Workflow Versions", + "icon": "IconVersions", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people", + "labelSingular": "Person", + "labelPlural": "People", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isRemote": false + }, + { + "id": "ce1549f6-1cb8-4f47-ba55-16d5a399a235", + "nameSingular": "calendarChannel", + "namePlural": "calendarChannels", + "labelSingular": "Calendar Channel", + "labelPlural": "Calendar Channels", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "c48ce4de-a73c-4b94-ba79-123559a8b299", + "nameSingular": "messageChannel", + "namePlural": "messageChannels", + "labelSingular": "Message Channel", + "labelPlural": "Message Channels", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets", + "labelSingular": "Note Target", + "labelPlural": "Note Targets", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isRemote": false + }, + { + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", "nameSingular": "pet", "namePlural": "pets", "labelSingular": "Pet", @@ -393,31 +357,19 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "a32db57b-c2f1-4409-a9ce-5b80434fb1ce", - "nameSingular": "surveyResult", - "namePlural": "surveyResults", - "labelSingular": "Survey result", - "labelPlural": "Survey results", - "icon": "IconRulerMeasure", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets", + "labelSingular": "Rocket", + "labelPlural": "Rockets", + "icon": "IconRocket", "isCustom": true, "isActive": true, "isSystem": false, "isRemote": false }, { - "id": "7e995e28-ad5d-4bef-b248-58f261584ed8", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories", - "labelSingular": "Employment History", - "labelPlural": "Employment Histories", - "icon": "IconBriefcase", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "4ea2d7fc-d992-49d0-877c-794f2661ee53", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", "nameSingular": "petCareAgreement", "namePlural": "petCareAgreements", "labelSingular": "Pet Care Agreement", @@ -429,36 +381,24 @@ export const mockedMinimalMetadata: MinimalMetadata = "isRemote": false }, { - "id": "05271aca-8403-491a-9971-d2a1fe623401", - "nameSingular": "vla", - "namePlural": "vlas", - "labelSingular": "Vla", - "labelPlural": "Vlas", - "icon": "IconListNumbers", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories", + "labelSingular": "Employment History", + "labelPlural": "Employment Histories", + "icon": "IconBriefcase", "isCustom": true, "isActive": true, "isSystem": false, "isRemote": false }, { - "id": "31968ed5-2aa4-423f-acff-066565377f53", - "nameSingular": "tea", - "namePlural": "teas", - "labelSingular": "Tea", - "labelPlural": "Teas", - "icon": "IconListNumbers", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isRemote": false - }, - { - "id": "44b00550-b1cb-4e25-b18e-7c6bac97903b", - "nameSingular": "toto", - "namePlural": "totos", - "labelSingular": "Toto", - "labelPlural": "Totos", - "icon": "IconListNumbers", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults", + "labelSingular": "Survey result", + "labelPlural": "Survey results", + "icon": "IconRulerMeasure", "isCustom": true, "isActive": true, "isSystem": false, @@ -467,398 +407,356 @@ export const mockedMinimalMetadata: MinimalMetadata = ], "views": [ { - "id": "f04ef9fc-b7f1-4e09-90aa-f6ecf00e70b5", + "id": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "e24d3eee-cab9-48c9-9ec5-26192fd43c47" + "objectMetadataId": "e810b473-155d-423f-8e0a-9c1bb95acb96" }, { - "id": "7dba738a-6757-4f49-8a2a-735df085fafb", + "id": "0942a4f0-62a8-45d9-964d-a7254236e774", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "f8da2fb8-65bd-463a-b651-3c285eddc728" + "objectMetadataId": "adbffcd0-bb69-408a-bbd1-1ee7264689d5" }, { - "id": "53d52e42-d15f-47eb-8b44-2b4b1abebc13", + "id": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", + "type": "FIELDS_WIDGET", + "key": null, + "objectMetadataId": "057951b6-46e0-4ae9-956a-b3b72f2cf800" + }, + { + "id": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "618d3a73-85ac-4df2-a04f-e91ee413550a" + "objectMetadataId": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3" }, { - "id": "f583f6f0-2d3a-4295-82e8-3ece5f9e9dfa", + "id": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "a4f42d2e-8955-43ee-86c6-54368eb442d2" + "objectMetadataId": "29a80d39-c931-4ed2-8ae7-8eac638f7f95" }, { - "id": "e20d1f78-cd39-4589-a431-b9d7064f145d", + "id": "63a3a574-c3a5-4903-b975-10d96fb7f53a", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "0dce0e6c-1a3d-4478-b03c-422105886383" + "objectMetadataId": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101" }, { - "id": "6b7d26f9-a003-43d7-a5e0-e7d45dba88aa", + "id": "81127daa-f46d-4c7c-8db1-716705c89b44", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "48547468-2e46-4a2a-a356-1eb449e7bd4e" + "objectMetadataId": "d493b617-19c8-4cbb-a50f-c084e4b9f276" }, { - "id": "4fbe1837-e5b2-4d8b-9f0d-0191f11da17f", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "def5a0f9-6233-4572-8f58-3aba99bcf248" - }, - { - "id": "d0ee877c-57f4-4e89-b676-1bf78ae7a5eb", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "11cb16db-271f-494d-a11e-8f5c8f4008d8" - }, - { - "id": "f160aaf2-3e6a-4f5c-a61c-551d77c9bef3", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "bec46d6b-4fe4-45db-9bf0-6840864f0d21" - }, - { - "id": "2146a413-9339-49d4-9718-32815117e545", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "f2ae50d3-41c6-4bb1-882a-8cd6eeb5b439" - }, - { - "id": "287a7082-d5dc-4fcd-998f-8bb3c531c43b", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "d510c827-83bf-4d18-86b0-90183327a0ce" - }, - { - "id": "400e57d4-5ef5-4ba8-9b92-cae859471bb8", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "8a3aecb7-cf19-4d57-b8e5-d4480326c145" - }, - { - "id": "76f1ff8f-3b80-4b7f-8b50-0d9617da717f", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "1f1b593c-99ed-4849-8b27-6d8fb8f001af" - }, - { - "id": "f7edd044-5371-4f94-9318-723fdd70777b", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "9921d994-3888-43e4-b933-82eb199f9154" - }, - { - "id": "ad308c35-47f2-4d4d-8cd1-94544dafa0a8", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "c11d27bb-9e7d-4e07-aa2d-cb7f1930a2b2" - }, - { - "id": "04b4ba8c-55ca-4287-be43-7f073b055c90", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "13aa631f-8a01-491e-9e49-b24eaaeaac00" - }, - { - "id": "d524aade-4d12-4745-b693-243547a865d1", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "5267a212-5850-4dba-be1d-5f545cc8b1f3" - }, - { - "id": "f1557881-60a7-487d-98cf-fb2b1f248e2b", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "7caaa1ed-5955-4f33-a9a8-3f1f7834a957" - }, - { - "id": "3ea68976-f3ea-4800-919f-d10b6b8b82df", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "599e8013-e826-420e-a4d4-135826550a96" - }, - { - "id": "60927cc3-5dae-4bc2-9928-883b3c6ef436", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "1d0b6b96-c961-417d-aa33-f399fd975af3" - }, - { - "id": "014bcf01-837e-4ac0-8fa7-db8eb5853e0c", - "type": "TABLE", - "key": "INDEX", - "objectMetadataId": "2b9fd1c5-90ef-4d86-adbd-1a1df4bfd2da" - }, - { - "id": "4b998b70-db02-4f5f-8d11-ebe47beec39d", + "id": "2a035ccb-6968-4477-b72c-03d563e021ea", "type": "KANBAN", "key": null, - "objectMetadataId": "2b9fd1c5-90ef-4d86-adbd-1a1df4bfd2da" + "objectMetadataId": "d493b617-19c8-4cbb-a50f-c084e4b9f276" }, { - "id": "07f3ccf3-0e66-48b9-a25a-9e3146487ac0", + "id": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "b6e21d5b-97f4-4d46-b3eb-84cd548fcf3e" + "objectMetadataId": "254e79a9-80e6-4841-b22c-2d67b04d97d6" }, { - "id": "baa47df1-d385-4abf-b0f8-41b71a1d874f", + "id": "a3a0aec8-388a-4147-b853-ddb75245f7fa", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "2036c405-31bb-4f93-821a-79af46f9a00a" + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a" }, { - "id": "c2380957-32b4-4c97-b678-8bdbb688cfe7", + "id": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "type": "TABLE", + "key": null, + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a" + }, + { + "id": "bcf1f60e-058a-4962-b906-bf54d096da4c", "type": "KANBAN", "key": null, - "objectMetadataId": "2036c405-31bb-4f93-821a-79af46f9a00a" + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a" }, { - "id": "0fd4340c-1c76-452a-988d-be4f1864e95f", - "type": "TABLE", - "key": null, - "objectMetadataId": "2036c405-31bb-4f93-821a-79af46f9a00a" - }, - { - "id": "e75fac35-cda0-4513-9e6c-494f926269dc", + "id": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "a8d747b8-f2f1-4309-a011-19e95312a9c8" + "objectMetadataId": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9" }, { - "id": "a8550e48-63e6-4d36-97ff-ad8d6c31ec4c", + "id": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "16ae84e9-e4eb-4a1a-8f7e-cd39c617d105" + "objectMetadataId": "2f5f0567-c6f1-48f7-bd11-19f316d4395a" }, { - "id": "60a2a05b-3c27-4c0b-b70e-d9e3230101d6", + "id": "88e1e49c-8cf7-4fc6-9e84-7577f217cdff", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "769ea79c-a2cb-49ce-ae1d-73ce37a5c4d0" + "objectMetadataId": "61d7672d-5c4f-42e1-812e-99eb0a2565de" }, { - "id": "6f7c0068-a35e-46ad-bda7-095a27e25592", + "id": "300589ec-0a27-4b05-b8b8-af86942c8ff6", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "bf481196-2767-485f-9f7d-982a96463d2f" + "objectMetadataId": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1" }, { - "id": "d55fe3ad-7d0a-449c-816e-fcaa8e2e0c3d", + "id": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "14ef07a6-5304-479a-8b33-dbe62bae2cef" + "objectMetadataId": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2" }, { - "id": "d954fdb7-fd84-4427-8a16-e5e573ab8260", + "id": "af0c8229-8337-4889-946b-0986ad5e7d9c", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "b340fed6-3848-4571-9d18-7522d53e9ee9" + "objectMetadataId": "f7d73428-92b5-46e1-9b2f-6c079f743ab2" }, { - "id": "fe2fe310-d2d8-4dec-b9c7-47ec3296379f", + "id": "350645b7-e8ca-4649-af33-b88d8628c223", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "45951e41-0540-48e1-8cb4-b18d68771481" + "objectMetadataId": "1365b607-7ba1-4a6a-9c32-3f284b77de7f" }, { - "id": "21e62404-bb05-47e3-89da-f515cadeb82e", + "id": "8c1a3f7a-352f-4496-8af8-5498b207aa93", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "8c77d57d-1c06-4550-bb7d-4dff29b16889" + "objectMetadataId": "cd9f8eee-25e6-497b-9dcc-29c5071d8493" }, { - "id": "a5d1291c-69f2-4f99-9c7b-92b3d86c3355", + "id": "d4d23736-5ed3-4c71-8dec-7756e4af009c", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0" + }, + { + "id": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "057951b6-46e0-4ae9-956a-b3b72f2cf800" + }, + { + "id": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "ce1549f6-1cb8-4f47-ba55-16d5a399a235" + }, + { + "id": "cccea524-558f-49c0-8657-c07bc3610c23", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "713c3680-8982-49e3-b7dc-8d6002ac13aa" + }, + { + "id": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac" + }, + { + "id": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", "type": "FIELDS_WIDGET", "key": null, - "objectMetadataId": "8c77d57d-1c06-4550-bb7d-4dff29b16889" + "objectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0" }, { - "id": "f4044ef2-99a9-4ae5-a5e0-d5664dfcd4ee", + "id": "7492a9b8-f277-4021-b1b5-ab64bdaac114", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "96a6d580-c305-4a5e-9310-96d6a705c344" + "objectMetadataId": "0f6e48ff-3948-44f7-9b25-154899a9a684" }, { - "id": "6bcb5114-483f-43db-bdb3-8315025d3a2e", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "96a6d580-c305-4a5e-9310-96d6a705c344" - }, - { - "id": "cc83a36a-4c40-4aa9-8529-13c5fc9efe41", + "id": "fc434162-cc85-49ce-92b0-481c433a3949", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "a32db57b-c2f1-4409-a9ce-5b80434fb1ce" + "objectMetadataId": "4397cb61-4bcc-49f8-b024-739b74ed9928" }, { - "id": "6b3fcd9a-3e51-4557-a54e-a9d838170e67", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "a32db57b-c2f1-4409-a9ce-5b80434fb1ce" - }, - { - "id": "53fc7567-b6b6-440e-a06b-5ed8bb7164fb", + "id": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "7e995e28-ad5d-4bef-b248-58f261584ed8" + "objectMetadataId": "06ac365e-28d1-4966-8b15-30f268468a19" }, { - "id": "d8e8b80c-a95c-4e2b-9bee-e29e400d8221", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "7e995e28-ad5d-4bef-b248-58f261584ed8" - }, - { - "id": "d555d97b-041f-4b83-a7a5-93c526598ff8", + "id": "a144d5ab-3195-4409-95f5-5aee8c0d3bbe", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "4ea2d7fc-d992-49d0-877c-794f2661ee53" + "objectMetadataId": "3d3605e7-f61c-4abe-9886-a485b4450bf9" }, { - "id": "b3e7efcf-214e-41d7-8663-4e1bcb83fa7b", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "4ea2d7fc-d992-49d0-877c-794f2661ee53" - }, - { - "id": "5af3f071-074b-4a7b-9f6a-bd7e5c4d2b15", + "id": "8b935776-9c8f-47b5-8946-76ee00ddab18", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "05271aca-8403-491a-9971-d2a1fe623401" + "objectMetadataId": "9b374f59-ccba-4cfe-8f1f-0725332c4a13" }, { - "id": "7631f50d-8476-42ee-8af0-081bd364807e", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "05271aca-8403-491a-9971-d2a1fe623401" - }, - { - "id": "31a5ae29-df94-46c7-b248-29f871707b11", - "type": "TABLE", - "key": null, - "objectMetadataId": "def5a0f9-6233-4572-8f58-3aba99bcf248" - }, - { - "id": "54379c74-3248-4474-b6a8-511bf79a2c72", + "id": "37cf2db1-7211-4141-a3b2-f8e5da302981", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "31968ed5-2aa4-423f-acff-066565377f53" + "objectMetadataId": "7db07e5a-4476-4a4f-ba75-6de6597689aa" }, { - "id": "2fb84c8b-b7a9-4cc6-b48e-b46a8b0f147a", - "type": "FIELDS_WIDGET", - "key": null, - "objectMetadataId": "31968ed5-2aa4-423f-acff-066565377f53" - }, - { - "id": "c1332d82-c75d-40da-9d30-dc44c7d93444", + "id": "022dba8d-2c8e-40e7-b767-0234e71ad705", "type": "TABLE", "key": "INDEX", - "objectMetadataId": "44b00550-b1cb-4e25-b18e-7c6bac97903b" + "objectMetadataId": "c48ce4de-a73c-4b94-ba79-123559a8b299" }, { - "id": "a32b5909-5c66-4d02-b753-6444808263a4", + "id": "b2e63752-f7e4-4d38-ae6e-063e6766a02d", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922" + }, + { + "id": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "6a48ae9e-2964-48b4-90cd-abef2f7eac30" + }, + { + "id": "63706885-4294-45e0-9013-2ac4b1a040db", "type": "FIELDS_WIDGET", "key": null, - "objectMetadataId": "44b00550-b1cb-4e25-b18e-7c6bac97903b" + "objectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6" + }, + { + "id": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "type": "FIELDS_WIDGET", + "key": null, + "objectMetadataId": "9b374f59-ccba-4cfe-8f1f-0725332c4a13" + }, + { + "id": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6" + }, + { + "id": "a1296718-e3d5-4b9c-8568-78611380d286", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "89c57180-083a-47b6-bfb7-ec51b3a87eae" + }, + { + "id": "856250b0-28ab-4621-8693-9c869bb9d11d", + "type": "FIELDS_WIDGET", + "key": null, + "objectMetadataId": "4397cb61-4bcc-49f8-b024-739b74ed9928" + }, + { + "id": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "type": "TABLE", + "key": "INDEX", + "objectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0" } ], "collectionHashes": [ { "collectionName": "fieldMetadata", - "hash": "ce13f1e8-f54e-480b-890e-ce867ea6b2fa" + "hash": "91479d2c-1045-444f-bb9a-502f3a95dd11" }, { "collectionName": "objectMetadata", - "hash": "6a2f420e-84f6-4990-9433-7b7a53ff9abc" + "hash": "8213b884-dafa-4131-adef-41426c816a2f" }, { "collectionName": "view", - "hash": "00c71b28-94a6-42c2-9128-6c31f13709db" + "hash": "af4ec7fb-64fa-407f-8446-e2dd46ae83e0" }, { "collectionName": "viewField", - "hash": "7a4d98c9-85b1-44a2-9443-79fcb9f58e15" + "hash": "39a2d3bd-f8a4-4819-bf8b-a132aa8237af" }, { "collectionName": "viewFieldGroup", - "hash": "d1ce28ed-0117-4f3c-9c43-ebc188defcc6" + "hash": "e2a77ea4-359c-4897-a731-f7dd94c4fc0d" }, { "collectionName": "viewGroup", - "hash": "ffe35afe-0d3c-4637-9a8a-1c16c6cd3047" + "hash": "e2a2caf9-e223-4517-9626-713d7ee4118a" }, { "collectionName": "viewSort", - "hash": "2a3e7cc8-e330-489a-8016-5ec57869a578" + "hash": "8156da76-42b3-4880-bdd3-97e9b6caf03c" }, { "collectionName": "rowLevelPermissionPredicate", - "hash": "26f5dc80-f9db-4d92-938d-1192520ff19a" + "hash": "ec22cbc1-0ebf-494e-b52a-bf59f62bb97a" }, { "collectionName": "rowLevelPermissionPredicateGroup", - "hash": "b18e8285-b308-4db9-96d1-2f64f8e1bd80" + "hash": "96e8fc06-10a4-4ce0-938a-ecdeaac27051" }, { "collectionName": "viewFilterGroup", - "hash": "8a988096-5aa5-414b-8a4c-b040438acad4" + "hash": "6e555972-170e-4ede-a24e-6becebbb0f35" }, { "collectionName": "index", - "hash": "a2f51a56-3c4e-49bb-bcb7-1da9ec1277c1" + "hash": "10c56a4b-e69e-42e6-ade6-822187a83d08" }, { "collectionName": "logicFunction", - "hash": "0e1af693-a8d2-4c8c-be85-45ed4412c0c5" + "hash": "a0403d46-53f1-4916-8932-89b6df821369" }, { "collectionName": "viewFilter", - "hash": "41db50cc-45ce-4630-a7dd-ae5881cd3e1f" + "hash": "3f1907b9-d8a4-402f-a79e-7a1a06c13998" }, { "collectionName": "role", - "hash": "a7252385-a38c-400f-8411-4db5c6897023" + "hash": "22b60e9a-954e-414e-81de-1441202af425" }, { "collectionName": "roleTarget", - "hash": "4ebb8b78-e7f1-46c5-b1dd-e4cf003ef0be" + "hash": "dfccc228-ef7d-4e0d-a703-3ba6257eeaab" }, { "collectionName": "agent", - "hash": "6a6a2ece-a771-4b47-86fd-48f8295a8092" + "hash": "9154799a-dc53-4502-b100-44b24aa84527" }, { "collectionName": "skill", - "hash": "8712eb59-fe28-403d-be23-d6a6d120661e" + "hash": "f8999625-b0f1-4f16-b9c6-7570e5bbb94f" }, { "collectionName": "pageLayout", - "hash": "f8f16b56-31df-49ad-8ba0-9857e9f1d745" + "hash": "3ec3d31f-2c7b-4f88-8a7c-96fdadde26c2" }, { "collectionName": "pageLayoutWidget", - "hash": "d161e497-38cd-4dc9-84fc-f5e9f290ce1b" + "hash": "91b402f6-b698-4cd4-aa05-94d7d361fc42" }, { "collectionName": "pageLayoutTab", - "hash": "55d14e7e-b0ad-428f-b85f-8726b2110425" + "hash": "4f03b7ea-48f2-4b16-b1dd-0f73fb49120f" }, { "collectionName": "commandMenuItem", - "hash": "0ae53571-cd1d-4231-9ee3-1b9c728c9336" + "hash": "b2d9257a-27d7-4a2f-b8bc-f7368771e1d4" }, { "collectionName": "navigationMenuItem", - "hash": "af2427b8-094a-4093-8c69-a01c87cc3a3e" + "hash": "b022456a-bd5b-4314-9fb5-0111c80a8649" + }, + { + "collectionName": "permissionFlag", + "hash": "2de6c5b6-3b5c-4f61-8426-92c3d4c5daac" + }, + { + "collectionName": "objectPermission", + "hash": "0fdfbcac-82ea-4f7d-85cf-6b4b5d9fb716" + }, + { + "collectionName": "fieldPermission", + "hash": "78cb62f9-e2ed-4627-91a4-08ff42ecaa9e" }, { "collectionName": "frontComponent", - "hash": "d99e9435-ec62-4889-84d3-d8adf2fd19a4" + "hash": "e2289a67-0db7-45f7-8b62-21f5c19c7ddf" } ] }; diff --git a/packages/twenty-front/src/testing/mock-data/generated/metadata/navigation-menu-items/mock-navigation-menu-items-data.ts b/packages/twenty-front/src/testing/mock-data/generated/metadata/navigation-menu-items/mock-navigation-menu-items-data.ts index fe9c1612454..241dcd66eb6 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/metadata/navigation-menu-items/mock-navigation-menu-items-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/metadata/navigation-menu-items/mock-navigation-menu-items-data.ts @@ -8,160 +8,160 @@ import { type NavigationMenuItem } from '~/generated-metadata/graphql'; export const mockedNavigationMenuItems: NavigationMenuItem[] = [ { - "id": "6c5f8eeb-e0eb-419c-959f-35971c4307da", + "id": "ad334306-764d-4158-b043-a16416fcd724", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "60a2a05b-3c27-4c0b-b70e-d9e3230101d6", - "folderId": "c626185c-ce8b-4d99-a239-07411fbb3e0c", + "targetObjectMetadataId": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "viewId": null, + "folderId": null, + "name": null, + "link": null, + "icon": null, + "color": "blue", + "position": 0, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "targetRecordIdentifier": null + }, + { + "id": "d6cc6806-100d-4c6e-91fd-e82fc1d8237a", + "userWorkspaceId": null, + "targetRecordId": null, + "targetObjectMetadataId": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "viewId": null, + "folderId": "c91d2186-fd13-4a4c-b95a-d90b61628c2c", "name": null, "link": null, "icon": null, "color": "gray", "position": 0, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "d9ac8e9f-26dc-4571-8d78-7a829862f37b", + "id": "b3d5ea51-6004-467c-9757-ce1d736f983e", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "07f3ccf3-0e66-48b9-a25a-9e3146487ac0", + "targetObjectMetadataId": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": "blue", "position": 1, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "ce60ce3c-28ba-45af-8391-457d9066884e", + "id": "514542c0-c165-495a-a54a-b57efa14ecfe", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "d55fe3ad-7d0a-449c-816e-fcaa8e2e0c3d", - "folderId": "c626185c-ce8b-4d99-a239-07411fbb3e0c", + "targetObjectMetadataId": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "viewId": null, + "folderId": "c91d2186-fd13-4a4c-b95a-d90b61628c2c", "name": null, "link": null, "icon": null, "color": "gray", "position": 1, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "f8a54baa-c1df-460c-9bd1-9fd3450a72af", + "id": "55ca829c-0033-4069-a889-febc12512ee2", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "014bcf01-837e-4ac0-8fa7-db8eb5853e0c", + "targetObjectMetadataId": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": "red", "position": 2, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "e4bcdbe3-a511-42e9-b454-0914eedcd414", + "id": "a5effa77-b1e0-434f-9116-242159386b05", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "d954fdb7-fd84-4427-8a16-e5e573ab8260", - "folderId": "c626185c-ce8b-4d99-a239-07411fbb3e0c", + "targetObjectMetadataId": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "viewId": null, + "folderId": "c91d2186-fd13-4a4c-b95a-d90b61628c2c", "name": null, "link": null, "icon": null, "color": "gray", "position": 2, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "67258966-aaa8-42ac-a2d7-19a6d897f829", + "id": "91170d5e-85ef-4164-b06d-143f468009f8", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "4fbe1837-e5b2-4d8b-9f0d-0191f11da17f", - "folderId": null, - "name": null, - "link": null, - "icon": null, - "color": "blue", - "position": 2.5, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-15T10:21:41.704Z", - "targetRecordIdentifier": null - }, - { - "id": "8a5dc1d9-05d3-4630-8c92-dc6503b6979a", - "userWorkspaceId": null, - "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "baa47df1-d385-4abf-b0f8-41b71a1d874f", + "targetObjectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": "turquoise", "position": 3, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "f91f583d-18f0-4f74-ab23-cbf8b27960f4", + "id": "4ec3a5d8-59a0-4d9e-8012-86030364da32", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "3ea68976-f3ea-4800-919f-d10b6b8b82df", + "targetObjectMetadataId": "254e79a9-80e6-4841-b22c-2d67b04d97d6", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": "turquoise", "position": 4, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "535d064e-6a83-4a21-aa29-71ca764462da", + "id": "81bac961-a2de-4144-aa3f-93d6fc58ecf2", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "f160aaf2-3e6a-4f5c-a61c-551d77c9bef3", + "targetObjectMetadataId": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": "gray", "position": 5, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "c626185c-ce8b-4d99-a239-07411fbb3e0c", + "id": "c91d2186-fd13-4a4c-b95a-d90b61628c2c", "userWorkspaceId": null, "targetRecordId": null, "targetObjectMetadataId": null, @@ -172,145 +172,94 @@ export const mockedNavigationMenuItems: NavigationMenuItem[] = "icon": "IconSettingsAutomation", "color": "orange", "position": 6, - "applicationId": "76c2f582-7223-4e93-8413-75ff4949325b", - "createdAt": "2026-03-14T18:16:51.168Z", - "updatedAt": "2026-03-14T18:16:51.168Z", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "targetRecordIdentifier": null }, { - "id": "05c88371-46e0-41e9-a3bc-e176148db9cf", + "id": "b55420ec-f3bb-49a2-b685-c6c3bac58dc1", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "21e62404-bb05-47e3-89da-f515cadeb82e", + "targetObjectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": null, "position": 7, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:16:51.837Z", - "updatedAt": "2026-03-14T18:16:51.837Z", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "targetRecordIdentifier": null }, { - "id": "d18a347e-70ca-4e37-8f5c-4c38a944ed04", + "id": "2e3ae7b7-e40e-40e8-a835-865abdcd7c4d", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "f4044ef2-99a9-4ae5-a5e0-d5664dfcd4ee", + "targetObjectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": null, "position": 8, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:16:52.091Z", - "updatedAt": "2026-03-14T18:16:52.091Z", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", "targetRecordIdentifier": null }, { - "id": "9bdde562-66b0-42b2-89fc-bd3ee42345f2", + "id": "33e146b1-2c51-4882-83af-764807dfdbbe", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "cc83a36a-4c40-4aa9-8529-13c5fc9efe41", + "targetObjectMetadataId": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": null, "position": 9, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:16:52.352Z", - "updatedAt": "2026-03-14T18:16:52.352Z", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", "targetRecordIdentifier": null }, { - "id": "1beeff3a-9245-4b01-b7e6-34581fa54340", + "id": "b0b422e1-afae-4269-b9c4-71219f8e104b", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "53fc7567-b6b6-440e-a06b-5ed8bb7164fb", + "targetObjectMetadataId": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": null, "position": 10, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:16:52.534Z", - "updatedAt": "2026-03-14T18:16:52.534Z", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "targetRecordIdentifier": null }, { - "id": "db51d71f-0cf3-4ae2-8670-0326b1dabe50", + "id": "1b52442b-5414-441f-832b-c79d9df97bec", "userWorkspaceId": null, "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "d555d97b-041f-4b83-a7a5-93c526598ff8", + "targetObjectMetadataId": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "viewId": null, "folderId": null, "name": null, "link": null, "icon": null, "color": null, "position": 11, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:16:52.660Z", - "updatedAt": "2026-03-14T18:16:52.660Z", - "targetRecordIdentifier": null - }, - { - "id": "e31c0236-fdec-4b1e-a0bd-f4ae5159fdd4", - "userWorkspaceId": null, - "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "5af3f071-074b-4a7b-9f6a-bd7e5c4d2b15", - "folderId": null, - "name": null, - "link": null, - "icon": null, - "color": null, - "position": 12, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-14T18:18:57.135Z", - "updatedAt": "2026-03-14T18:18:57.135Z", - "targetRecordIdentifier": null - }, - { - "id": "058e70ce-d136-46c6-84d9-7907622a4808", - "userWorkspaceId": null, - "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "54379c74-3248-4474-b6a8-511bf79a2c72", - "folderId": null, - "name": null, - "link": null, - "icon": null, - "color": null, - "position": 13, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-15T09:09:39.132Z", - "updatedAt": "2026-03-15T09:09:39.132Z", - "targetRecordIdentifier": null - }, - { - "id": "14d0630a-a73f-4045-8613-1e98e58d09b5", - "userWorkspaceId": null, - "targetRecordId": null, - "targetObjectMetadataId": null, - "viewId": "c1332d82-c75d-40da-9d30-dc44c7d93444", - "folderId": null, - "name": null, - "link": null, - "icon": null, - "color": null, - "position": 14, - "applicationId": "42e22aff-5cbf-478e-b54c-229b2bc21805", - "createdAt": "2026-03-15T10:23:50.323Z", - "updatedAt": "2026-03-15T10:23:50.323Z", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "createdAt": "2026-04-10T08:55:59.196Z", + "updatedAt": "2026-04-10T08:55:59.196Z", "targetRecordIdentifier": null } ]; diff --git a/packages/twenty-front/src/testing/mock-data/generated/metadata/objects/mock-objects-metadata.ts b/packages/twenty-front/src/testing/mock-data/generated/metadata/objects/mock-objects-metadata.ts index a548b3c763b..2646cbd958c 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/metadata/objects/mock-objects-metadata.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/metadata/objects/mock-objects-metadata.ts @@ -14,40 +14,197 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "hasNextPage": false, "hasPreviousPage": false, "startCursor": "YXJyYXljb25uZWN0aW9uOjA=", - "endCursor": "YXJyYXljb25uZWN0aW9uOjM0" + "endCursor": "YXJyYXljb25uZWN0aW9uOjMy" }, "edges": [ { "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "universalIdentifier": "20202020-fff0-4b44-be82-bda313884400", - "nameSingular": "noteTarget", - "namePlural": "noteTargets", + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "universalIdentifier": "20202020-8f1d-4eef-9f85-0d1965e27221", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents", "isCustom": false, "isRemote": false, "isActive": true, "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "36027089-61d6-48e8-bb7a-61249ff1bb0b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "63d7dfdd-ccca-410b-9686-f2ad8428496a", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, "isSearchable": false, "duplicateCriteria": null, - "labelSingular": "Note Target", - "labelPlural": "Note Targets", - "description": "A note target", - "icon": "IconCheckbox", + "labelSingular": "Calendar event", + "labelPlural": "Calendar events", + "description": "Calendar events", + "icon": "IconCalendar", + "indexMetadataList": [], "fieldsList": [ { "__typename": "Field", - "id": "36027089-61d6-48e8-bb7a-61249ff1bb0b", - "universalIdentifier": "20202020-c02a-4121-8a21-cddeef123456", + "id": "c91f142e-f52d-4842-b7a6-12e0dc273ca8", + "universalIdentifier": "20202020-335b-4e04-b470-43b84b64863c", + "type": "BOOLEAN", + "name": "isCanceled", + "label": "Is canceled", + "description": "Is canceled", + "icon": "IconCalendarCancel", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "37f9a5cf-3cac-42fc-9c53-e9767adf842a", + "universalIdentifier": "20202020-551c-402c-bb6d-dfe9efe86bcb", + "type": "BOOLEAN", + "name": "isFullDay", + "label": "Is Full Day", + "description": "Is Full Day", + "icon": "IconHours24", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "501e9e6f-e1c3-49fa-80c5-50ce232121fa", + "universalIdentifier": "20202020-2c57-4c75-93c5-2ac950a6ed67", + "type": "DATE_TIME", + "name": "startsAt", + "label": "Start Date", + "description": "Start Date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "84aba543-5fc8-4e82-9f4a-7b79c87fe0bc", + "universalIdentifier": "20202020-2554-4ee1-a617-17907f6bab21", + "type": "DATE_TIME", + "name": "endsAt", + "label": "End Date", + "description": "End Date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6100d486-b03e-4915-9412-883b2f5df2e7", + "universalIdentifier": "20202020-9f03-4058-a898-346c62181599", + "type": "DATE_TIME", + "name": "externalCreatedAt", + "label": "Creation DateTime", + "description": "Creation DateTime", + "icon": "IconCalendarPlus", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8726861d-1957-461b-a274-677405d49702", + "universalIdentifier": "20202020-b355-4c18-8825-ef42c8a5a755", + "type": "DATE_TIME", + "name": "externalUpdatedAt", + "label": "Update DateTime", + "description": "Update DateTime", + "icon": "IconCalendarCog", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a9897873-ea2c-407a-b1f0-a4b9f7ef6daa", + "universalIdentifier": "20202020-c04a-4051-8a51-9cadbe0f1e2d", "type": "UUID", "name": "id", "label": "Id", @@ -59,21 +216,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "996ec78d-cdee-4263-9017-e60d587ac5d0", - "universalIdentifier": "20202020-c02b-4122-9b22-ddeef1234567", + "id": "3624068b-68c9-471e-b356-094659552e64", + "universalIdentifier": "20202020-c04b-4052-9b52-adbecf1f2e3e", "type": "DATE_TIME", "name": "createdAt", "label": "Creation date", @@ -85,8 +242,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -94,14 +251,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "46c3b145-f373-45d5-bdb4-45b2ff2425b7", - "universalIdentifier": "20202020-c02c-4123-8c23-eef12345678a", + "id": "40e81432-8be1-40fd-85fc-17c81bcc9bb4", + "universalIdentifier": "20202020-c04c-4053-8c53-becf0f2f3e4f", "type": "DATE_TIME", "name": "updatedAt", "label": "Last update", @@ -113,8 +270,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -122,14 +279,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "f816dd82-9cfa-430c-b84f-d60536db9944", - "universalIdentifier": "20202020-c02d-4124-9d24-ef123456789b", + "id": "be5e4065-df50-4554-89c1-105673b2e77e", + "universalIdentifier": "20202020-c04d-4054-9d54-cd0f1f3f4e5f", "type": "DATE_TIME", "name": "deletedAt", "label": "Deleted at", @@ -141,8 +298,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -150,14 +307,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "5a517a8e-c7fe-4288-b0d8-8bc33d657f60", - "universalIdentifier": "820a3163-bb7d-41bc-93d9-81a464559c48", + "id": "6ba9b957-7820-4e09-bf27-7cf801f75836", + "universalIdentifier": "664a9500-2641-4caa-8d95-069807bb2eb4", "type": "ACTOR", "name": "createdBy", "label": "Created by", @@ -169,8 +326,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -180,14 +337,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "283e1352-e93c-4bb2-808a-ef31c528420d", - "universalIdentifier": "a48c2bae-fe78-4d9d-bc37-f56d1a462121", + "id": "fa6798dc-609e-4a8c-a41b-6bff85b66e5c", + "universalIdentifier": "1081c196-d675-4801-b9e1-7d8637b48eab", "type": "ACTOR", "name": "updatedBy", "label": "Updated by", @@ -199,8 +356,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -210,18 +367,18 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "44c6a23b-ddb8-4f92-b177-44b718f33556", - "universalIdentifier": "082f7c9e-5ccd-4056-8748-a428f65fa6f6", + "id": "959642c7-70bc-4dd3-8417-374d1a614096", + "universalIdentifier": "e9488e9a-0abe-4500-8c1d-bfbd6b8cffad", "type": "POSITION", "name": "position", "label": "Position", - "description": "NoteTarget record position", + "description": "Calendar event record position", "icon": "IconHierarchy2", "isCustom": false, "isActive": true, @@ -229,21 +386,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "1e36c79d-f711-417e-bd21-23a9d575c468", - "universalIdentifier": "0cc32d0f-99ab-4fee-bf66-9e84bc8bce00", + "id": "a14ee0ea-710f-498d-ae17-5040c9ec59a9", + "universalIdentifier": "b9e7825c-d491-4414-b904-910c00b5b93b", "type": "TS_VECTOR", "name": "searchVector", "label": "Search vector", @@ -255,319 +412,678 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, - "settings": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), ''))", + "generatedType": "STORED" + }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "9c7ac0eb-cbb9-4043-bc79-a6350611d037", - "universalIdentifier": "20202020-57f3-4f50-9599-fc0f671df003", - "type": "RELATION", - "name": "note", - "label": "Note", - "description": "NoteTarget note", - "icon": "IconNotes", + "id": "63d7dfdd-ccca-410b-9686-f2ad8428496a", + "universalIdentifier": "20202020-080e-49d1-b21d-9702a7e2525c", + "type": "TEXT", + "name": "title", + "label": "Title", + "description": "Title", + "icon": "IconH1", "isCustom": false, "isActive": true, "isSystem": false, "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fec3ed15-bb37-45b1-89d9-6c5fb848287e", + "universalIdentifier": "20202020-52c4-4266-a98f-e90af0b4d271", + "type": "TEXT", + "name": "description", + "label": "Description", + "description": "Description", + "icon": "IconFileDescription", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3949b601-221e-4a6a-bb1e-40f75aae9f37", + "universalIdentifier": "20202020-641a-4ffe-960d-c3c186d95b17", + "type": "TEXT", + "name": "location", + "label": "Location", + "description": "Location", + "icon": "IconMapPin", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "43e5892c-813e-40dc-beaa-6ccd92bc0f51", + "universalIdentifier": "20202020-f24b-45f4-b6a3-d2f9fcb98714", + "type": "TEXT", + "name": "iCalUid", + "label": "iCal UID", + "description": "iCal UID", + "icon": "IconKey", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e9fc2d45-9acc-4b16-9bae-b77a5238a4ec", + "universalIdentifier": "20202020-1c3f-4b5a-b526-5411a82179eb", + "type": "TEXT", + "name": "conferenceSolution", + "label": "Conference Solution", + "description": "Conference Solution", + "icon": "IconScreenShare", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "68eee8bf-4a0f-4dc0-a1e2-5ba1aab74c52", + "universalIdentifier": "20202020-35da-43ef-9ca0-e936e9dc237b", + "type": "LINKS", + "name": "conferenceLink", + "label": "Meet Link", + "description": "Meet Link", + "icon": "IconLink", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d6a8258e-a176-4e9f-83eb-3f4ca836a924", + "universalIdentifier": "20202020-bdf8-4572-a2cc-ecbb6bcc3a02", + "type": "RELATION", + "name": "calendarChannelEventAssociations", + "label": "Calendar Channel Event Associations", + "description": "Calendar Channel Event Associations", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "noteId" + "relationType": "ONE_TO_MANY" }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", - "type": "MANY_TO_ONE", + "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents" }, "targetObjectMetadata": { "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "nameSingular": "note", - "namePlural": "notes" + "id": "e810b473-155d-423f-8e0a-9c1bb95acb96", + "nameSingular": "calendarChannelEventAssociation", + "namePlural": "calendarChannelEventAssociations" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "9c7ac0eb-cbb9-4043-bc79-a6350611d037", - "name": "note" + "id": "d6a8258e-a176-4e9f-83eb-3f4ca836a924", + "name": "calendarChannelEventAssociations" }, "targetFieldMetadata": { "__typename": "Field", - "id": "1acbbea8-76dd-4a1e-9d2e-fdbebc1efe1f", - "name": "noteTargets" + "id": "bec42de8-adc9-4df4-a41f-cd9ccd9172c0", + "name": "calendarEvent" } }, "morphRelations": null }, { "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "universalIdentifier": "0d2f7258-66a9-4d2a-b85d-51829bf29060", - "type": "MORPH_RELATION", - "name": "target", - "label": "EmploymentHistory", - "description": "NoteTargets Employment History", - "icon": "IconCheckbox", - "isCustom": true, + "id": "fe674eaa-be02-409c-9eb7-ba5cd8d8bf00", + "universalIdentifier": "20202020-e07e-4ccb-88f5-6f3d00458eec", + "type": "RELATION", + "name": "calendarEventParticipants", + "label": "Event Participants", + "description": "Event Participants", + "icon": "IconUserCircle", + "isCustom": false, "isActive": true, "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, + "isUIReadOnly": true, + "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "targetEmploymentHistoryId" + "relationType": "ONE_TO_MANY" }, "isLabelSyncedWithName": false, - "morphId": "20202020-f635-435d-ab8d-e1168b375c70", - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": [ - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ed6f71a0-2b17-4fd9-af77-dbfb5184ee8f", - "name": "noteTargets" - } + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents" }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "757b63bb-1b11-496d-8939-f16ad85e8387", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ff9e80e1-58be-4acf-867c-0afcf656d65c", - "name": "noteTargets" - } + "targetObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "24e72ed6-7f06-4533-969d-88920f629d32", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "4c72443b-0c85-46b5-a23e-b5c056a5342c", - "name": "noteTargets" - } + "sourceFieldMetadata": { + "__typename": "Field", + "id": "fe674eaa-be02-409c-9eb7-ba5cd8d8bf00", + "name": "calendarEventParticipants" }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ae386ffb-ec86-4eb4-b583-625897a42223", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "31959174-8fbe-4fc3-a8f6-17405bfe92db", - "name": "noteTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1d75ce55-3009-4c75-8bc0-c1a7006a8f8d", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "23d12b1b-64a2-4c69-9fed-f9cb33cb05a7", - "name": "noteTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a0c0206c-7289-457f-85da-ce17b661a604", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5aa9be29-57c9-4f2a-968d-47bb2762e383", - "name": "noteTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ef6fbaeb-487e-4fb5-a138-567f5ce16f9c", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b6e33f88-009c-4d8c-8593-0ca8c023247d", - "name": "noteTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9630c791-07b6-4a34-9062-a9ff70900392", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "46edb2f7-20fd-4696-b124-ef5e336ab84c", - "name": "noteTargets" - } + "targetFieldMetadata": { + "__typename": "Field", + "id": "dea2cce3-9296-4263-82f2-dc8e2e1c6402", + "name": "calendarEvent" } - ] + }, + "morphRelations": null + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "e810b473-155d-423f-8e0a-9c1bb95acb96", + "universalIdentifier": "20202020-491b-4aaa-9825-afd1bae6ae00", + "nameSingular": "calendarChannelEventAssociation", + "namePlural": "calendarChannelEventAssociations", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "126456b1-0206-479b-a362-7cf99b727614", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Calendar Channel Event Association", + "labelPlural": "Calendar Channel Event Associations", + "description": "Calendar Channel Event Associations", + "icon": "IconCalendar", + "fieldsList": [ + { + "__typename": "Field", + "id": "126456b1-0206-479b-a362-7cf99b727614", + "universalIdentifier": "20202020-c01a-4021-8a21-9edf06bfef0a", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2311b977-d3ac-46a1-9d30-1afef17e84a5", + "universalIdentifier": "20202020-c01b-4022-9b22-afefd7cffefb", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "31c1b35f-7934-461c-b6b5-d6ad8f2adef5", + "universalIdentifier": "20202020-c01c-4023-8c23-bffef8dffef0", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "df856272-16f2-4b5c-8c50-41f9b48b263b", + "universalIdentifier": "20202020-c01d-4024-9d24-cffef9effef1", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4a169ae2-6e2f-4c6b-b5be-a9783402c5ba", + "universalIdentifier": "8daa2bc8-bce2-4309-8a48-b929f3ee2c34", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "91674b47-8399-4134-abfe-f03f3b9b695a", + "universalIdentifier": "55d810d2-fe47-44b4-b1de-b9c32113b695", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e9100b0a-eac8-441f-9ae4-8c7fb6bc0dd3", + "universalIdentifier": "4fa18346-bb2b-49b0-ab35-23df86eed1c8", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Calendar channel event association record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8163a9ae-f81b-49cc-8593-b61d061a205f", + "universalIdentifier": "1844a9cf-6d35-46d7-99ba-011626a6d71b", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"eventExternalId\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c4f3d0f0-4c6e-4fc0-a91a-9734cb98224c", + "universalIdentifier": "20202020-9ec8-48bb-b279-21d0734a75a1", + "type": "TEXT", + "name": "eventExternalId", + "label": "Event external ID", + "description": "Event external ID", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "37780919-c378-41aa-a661-b220a302cfaa", + "universalIdentifier": "20202020-c58f-4c69-9bf8-9518fa31aa50", + "type": "TEXT", + "name": "recurringEventExternalId", + "label": "Recurring Event ID", + "description": "Recurring Event ID", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e0705c81-f3a5-4d17-a5ca-2538d238c43c", + "universalIdentifier": "20202020-93ee-4da4-8d58-0282c4a9cb7d", + "type": "UUID", + "name": "calendarChannelId", + "label": "Channel ID", + "description": "Channel ID", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bec42de8-adc9-4df4-a41f-cd9ccd9172c0", + "universalIdentifier": "20202020-5aa5-437e-bb86-f42d457783e3", + "type": "RELATION", + "name": "calendarEvent", + "label": "Event ID", + "description": "Event ID", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "calendarEventId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "e810b473-155d-423f-8e0a-9c1bb95acb96", + "nameSingular": "calendarChannelEventAssociation", + "namePlural": "calendarChannelEventAssociations" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "bec42de8-adc9-4df4-a41f-cd9ccd9172c0", + "name": "calendarEvent" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d6a8258e-a176-4e9f-83eb-3f4ca836a924", + "name": "calendarChannelEventAssociations" + } + }, + "morphRelations": null } ], "indexMetadataList": [ { "__typename": "Index", - "id": "1f88a82b-2fb8-4ece-97fb-05fa23785a3d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_7e2582241f3b749d7a43d7d0231", + "id": "f792141c-5fe4-4490-97c8-b4edfe351a0a", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_968d4fd721a78b75c13a1b9ec12", "indexWhereClause": null, "indexType": "BTREE", "isUnique": false, @@ -575,20 +1091,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "891a8997-e9df-4c3b-8a47-c6b11f6f19df", - "fieldMetadataId": "9c7ac0eb-cbb9-4043-bc79-a6350611d037", - "createdAt": "2026-02-27T01:17:26.889Z", - "updatedAt": "2026-02-27T01:17:26.889Z", + "id": "312ea7c6-2c9a-43a6-b902-415f32730183", + "fieldMetadataId": "e0705c81-f3a5-4d17-a5ca-2538d238c43c", + "createdAt": "2026-04-10T08:55:56.591Z", + "updatedAt": "2026-04-10T08:55:56.591Z", "order": 0 } ] }, { "__typename": "Index", - "id": "cfe98e81-718e-4619-b018-4b2de64c84e4", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_a1e176335c31525bf3cc12f0e00", + "id": "40b527b9-38c2-4d5a-b272-541ff1b50bb8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_733381453fca683f36c05af5478", "indexWhereClause": null, "indexType": "BTREE", "isUnique": false, @@ -596,52 +1112,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "8495a4b0-2374-4159-bac1-872d66d7ba67", - "fieldMetadataId": "24e72ed6-7f06-4533-969d-88920f629d32", - "createdAt": "2026-02-27T01:17:26.890Z", - "updatedAt": "2026-02-27T01:17:26.890Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "859db338-d2f3-43ff-b2e7-839dced2d27f", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_2f07fa4cf183061692f8d99df80", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "4f3746da-97f2-491e-8b0a-bd6bbb25df7d", - "fieldMetadataId": "757b63bb-1b11-496d-8939-f16ad85e8387", - "createdAt": "2026-02-27T01:17:26.890Z", - "updatedAt": "2026-02-27T01:17:26.890Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "0d209a53-7299-4688-afaf-3d3b2843a6bb", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_9058210268a941b4b77a609e982", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "88dd8e78-fed9-43bd-a037-82f75d772c90", - "fieldMetadataId": "ae386ffb-ec86-4eb4-b583-625897a42223", - "createdAt": "2026-02-27T01:17:26.891Z", - "updatedAt": "2026-02-27T01:17:26.891Z", + "id": "7d6550b8-0f58-421a-8449-f3986a27b323", + "fieldMetadataId": "bec42de8-adc9-4df4-a41f-cd9ccd9172c0", + "createdAt": "2026-04-10T08:55:56.592Z", + "updatedAt": "2026-04-10T08:55:56.592Z", "order": 0 } ] @@ -653,40 +1127,33 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "universalIdentifier": "20202020-b374-4779-a561-80086cb2e17f", - "nameSingular": "company", - "namePlural": "companies", + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "universalIdentifier": "20202020-3840-4b6d-9425-0c5188b05ca8", + "nameSingular": "dashboard", + "namePlural": "dashboards", "isCustom": false, "isRemote": false, "isActive": true, "isSystem": false, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "22f022bd-6ab1-42df-b7eb-f08d7f1b1a6d", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "447dbffe-f0f5-47c3-8d2c-ac448a452a1e", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": "C", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": "D", "isLabelSyncedWithName": false, "isSearchable": true, - "duplicateCriteria": [ - [ - "name" - ], - [ - "domainNamePrimaryLinkUrl" - ] - ], - "labelSingular": "Company", - "labelPlural": "Companies", - "description": "A company", - "icon": "IconBuildingSkyscraper", + "duplicateCriteria": null, + "labelSingular": "Dashboard", + "labelPlural": "Dashboards", + "description": "A dashboard", + "icon": "IconLayoutDashboard", "fieldsList": [ { "__typename": "Field", - "id": "37bb2b96-e805-441a-bee9-3147070be498", - "universalIdentifier": "20202020-c05a-4061-8a61-1e2f3a4b5c6d", + "id": "3812c8ef-76d3-46ee-93a3-855dc113133a", + "universalIdentifier": "20202020-da1a-41d1-8ad1-abcdefabcdef", "type": "UUID", "name": "id", "label": "Id", @@ -698,21 +1165,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "7ba060df-386f-4a00-87b8-1eca233b2e68", - "universalIdentifier": "20202020-c05b-4062-9b62-2f3a4b5c6d7e", + "id": "f150ffd0-a97b-435b-bf0d-cb40f72ed31a", + "universalIdentifier": "20202020-da1b-41d2-9bd2-bcdefabcdefa", "type": "DATE_TIME", "name": "createdAt", "label": "Creation date", @@ -724,8 +1191,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -733,14 +1200,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "543f4fe8-97cf-4666-886f-4d6ba9545bd6", - "universalIdentifier": "20202020-c05c-4063-8c63-3a4b5c6d7e8f", + "id": "46008e68-0414-4584-a478-92086e5daadb", + "universalIdentifier": "20202020-da1c-41d3-8cd3-cdefabcdefab", "type": "DATE_TIME", "name": "updatedAt", "label": "Last update", @@ -752,8 +1219,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -761,14 +1228,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "dfff0759-4085-47f4-abf2-95312ddfa9d9", - "universalIdentifier": "20202020-c05d-4064-9d64-4b5c6d7e8f9a", + "id": "ef5c858a-1972-486d-99db-870b84494363", + "universalIdentifier": "20202020-da1d-41d4-9dd4-defabcdefabc", "type": "DATE_TIME", "name": "deletedAt", "label": "Deleted at", @@ -780,8 +1247,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -789,228 +1256,44 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "22f022bd-6ab1-42df-b7eb-f08d7f1b1a6d", - "universalIdentifier": "20202020-4d99-4e2e-a84c-4a27837b1ece", + "id": "447dbffe-f0f5-47c3-8d2c-ac448a452a1e", + "universalIdentifier": "20202020-20ee-4091-95dc-44b57eda3a89", "type": "TEXT", - "name": "name", - "label": "Name", - "description": "The company name", - "icon": "IconBuildingSkyscraper", + "name": "title", + "label": "Title", + "description": "Dashboard title", + "icon": "IconNotes", "isCustom": false, "isActive": true, "isSystem": false, "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "0745db32-3bc7-4475-9cbe-a6fede666d63", - "universalIdentifier": "20202020-0c28-43d8-8ba5-3659924d3489", - "type": "LINKS", - "name": "domainName", - "label": "Domain Name", - "description": "The company website URL. We use this url to fetch the company icon", - "icon": "IconLink", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": true, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "maxNumberOfValues": 1 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b0988fa7-da62-4465-b31d-a807ecf264ec", - "universalIdentifier": "20202020-c5ce-4adc-b7b6-9c0979fc55e7", - "type": "ADDRESS", - "name": "address", - "label": "Address", - "description": "Address of the company", - "icon": "IconMap", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c4bc7169-f7a5-4fb0-8fd8-0c4ae656089d", - "universalIdentifier": "20202020-8965-464a-8a75-74bafc152a0b", - "type": "NUMBER", - "name": "employees", - "label": "Employees", - "description": "Number of employees in the company", - "icon": "IconUsers", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0954834a-3adc-48d6-a07e-7b4645fb24f3", - "universalIdentifier": "20202020-ebeb-4beb-b9ad-6848036fb451", - "type": "LINKS", - "name": "linkedinLink", - "label": "Linkedin", - "description": "The company Linkedin account", - "icon": "IconBrandLinkedin", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fd3eb026-1266-45fe-a45f-8d0d54058f15", - "universalIdentifier": "20202020-6f64-4fd9-9580-9c1991c7d8c3", - "type": "LINKS", - "name": "xLink", - "label": "X", - "description": "The company Twitter/X account", - "icon": "IconBrandX", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1ba660fb-5778-4650-9ce6-b787702a52e5", - "universalIdentifier": "20202020-602a-495c-9776-f5d5b11d227b", - "type": "CURRENCY", - "name": "annualRecurringRevenue", - "label": "ARR", - "description": "Annual Recurring Revenue: The actual or estimated annual revenue of the company", - "icon": "IconMoneybag", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9d20c1fb-87b4-40a7-bea8-b7df3eb0e356", - "universalIdentifier": "20202020-ba6b-438a-8213-2c5ba28d76a2", - "type": "BOOLEAN", - "name": "idealCustomerProfile", - "label": "ICP", - "description": "Ideal Customer Profile: Indicates whether the company is the most suitable and valuable customer for you", - "icon": "IconTarget", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2f3e2ed7-6b1a-41ae-ac1b-9834f5521138", - "universalIdentifier": "20202020-9b4e-462b-991d-a0ee33326454", + "id": "dd1f53e8-7a3d-4fcb-b87d-455e8e91ed82", + "universalIdentifier": "20202020-38af-409b-95f0-7f08aa5f420f", "type": "POSITION", "name": "position", "label": "Position", - "description": "Company record position", + "description": "Dashboard record Position", "icon": "IconHierarchy2", "isCustom": false, "isActive": true, @@ -1018,21 +1301,47 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "2458a15f-4bc3-4bb3-a259-3c1bdd2117b5", - "universalIdentifier": "20202020-fabc-451d-ab7d-412170916baa", + "id": "3ca06e86-2ef4-451b-a4df-4232a9c7cc4e", + "universalIdentifier": "20202020-bb53-4648-aa36-1d9d54e6f7f2", + "type": "UUID", + "name": "pageLayoutId", + "label": "Page Layout ID", + "description": "Dashboard page layout", + "icon": "IconLayout", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "85f49d4b-a296-4db6-bd4e-b3e9e3642781", + "universalIdentifier": "20202020-ff32-4fa1-b7ad-407cc6aa0734", "type": "ACTOR", "name": "createdBy", "label": "Created by", @@ -1044,8 +1353,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -1055,14 +1364,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "b6c1bd58-53e5-4633-ae96-e4c3d0de41ff", - "universalIdentifier": "7444022e-b38f-4d4f-801b-cd664abc4834", + "id": "4f91bd2e-aba4-4934-9e7d-970a78ea6fbe", + "universalIdentifier": "53ee42e7-f157-42b5-b278-a5fa9b378307", "type": "ACTOR", "name": "updatedBy", "label": "Updated by", @@ -1074,8 +1383,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -1085,14 +1394,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "aeee8e7c-3702-4726-9710-b350f1f185da", - "universalIdentifier": "85c71601-72f9-4b7b-b343-d46100b2c74d", + "id": "0069bcdd-962a-42e7-9c9a-c66c01dd8806", + "universalIdentifier": "20202020-0bcc-47a4-8360-2e35a7133f7a", "type": "TS_VECTOR", "name": "searchVector", "label": "Search vector", @@ -1104,28 +1413,28 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"domainNamePrimaryLinkLabel\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"domainNamePrimaryLinkUrl\"), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(regexp_replace(\"domainNameSecondaryLinks\"::text, '\"(label|url)\"\\s*:\\s*', '', 'g'), '[]{}\",:', ' ')), ''))", + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), ''))", "generatedType": "STORED" }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "ce4aaec1-0195-484f-9971-6d9d980ec179", - "universalIdentifier": "20202020-c1b5-4120-b0f0-987ca401ed53", + "id": "44d1bf28-de4c-46c8-a7a5-7ba770db12f2", + "universalIdentifier": "20202020-bf6f-4220-8c55-2764f1175870", "type": "RELATION", "name": "attachments", "label": "Attachments", - "description": "Attachments linked to the company", + "description": "Attachments linked to the dashboard", "icon": "IconFileImport", "isCustom": false, "isActive": true, @@ -1133,8 +1442,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -1142,3652 +1451,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ce4aaec1-0195-484f-9971-6d9d980ec179", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6e05d90c-7fce-4115-93c7-d5fa28a44e75", - "universalIdentifier": "20202020-3213-4ddf-9494-6422bcff8d7c", - "type": "RELATION", - "name": "people", - "label": "People", - "description": "People linked to the company.", - "icon": "IconUsers", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6e05d90c-7fce-4115-93c7-d5fa28a44e75", - "name": "people" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "bb9817f1-4487-4cfc-b743-6a5cd374cd78", - "name": "company" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ebe26ed0-4b68-48cc-b2d4-e23f3a5e265d", - "universalIdentifier": "20202020-95b8-4e10-9881-edb5d4765f9d", - "type": "RELATION", - "name": "accountOwner", - "label": "Account Owner", - "description": "Your team member responsible for managing the company account", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "accountOwnerId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ebe26ed0-4b68-48cc-b2d4-e23f3a5e265d", - "name": "accountOwner" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c875a774-e700-4d7b-94c5-23116ac470fb", - "name": "accountOwnerForCompanies" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2ca55499-a2e8-457d-8f31-531b1598e758", - "universalIdentifier": "20202020-cb17-4a61-8f8f-3be6730480de", - "type": "RELATION", - "name": "taskTargets", - "label": "Tasks", - "description": "Tasks tied to the company", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "2ca55499-a2e8-457d-8f31-531b1598e758", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ff9e80e1-58be-4acf-867c-0afcf656d65c", - "universalIdentifier": "20202020-bae0-4556-a74a-a9c686f77a88", - "type": "RELATION", - "name": "noteTargets", - "label": "Notes", - "description": "Notes tied to the company", - "icon": "IconNotes", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ff9e80e1-58be-4acf-867c-0afcf656d65c", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "147fef87-1b7f-495f-86b2-a71eca873d56", - "universalIdentifier": "20202020-add3-4658-8e23-d70dccb6d0ec", - "type": "RELATION", - "name": "opportunities", - "label": "Opportunities", - "description": "Opportunities linked to the company.", - "icon": "IconTargetArrow", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "147fef87-1b7f-495f-86b2-a71eca873d56", - "name": "opportunities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", - "name": "company" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5bdca64b-0bc7-4a3f-b6d4-93969604cd85", - "universalIdentifier": "20202020-4d1d-41ac-b13b-621631298d55", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the company", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5bdca64b-0bc7-4a3f-b6d4-93969604cd85", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c8186975-3e09-461f-9576-5cbc390e51f2", - "name": "company" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d26e5411-91c9-4eec-a731-5a8fded0dfd1", - "universalIdentifier": "20202020-0414-4daf-9c0d-64fe7b27f89f", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Timeline Activities linked to the company", - "icon": "IconIconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d26e5411-91c9-4eec-a731-5a8fded0dfd1", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9e5ff05a-4dc4-41b6-94bc-357a921dcbfd", - "universalIdentifier": "65166b03-06c3-4b1d-a09a-51eac313e75c", - "type": "TEXT", - "name": "tagline", - "label": "Tagline", - "description": "Company's Tagline", - "icon": "IconAdCircle", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.073Z", - "updatedAt": "2026-02-27T01:17:28.073Z", - "defaultValue": "''", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7ac3929d-081f-4199-bd56-dfdcb1e3e614", - "universalIdentifier": "cc6bf47e-db61-4523-80e3-9ff29396757f", - "type": "LINKS", - "name": "introVideo", - "label": "Intro Video", - "description": "Company's Intro Video", - "icon": "IconVideo", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.073Z", - "updatedAt": "2026-02-27T01:17:28.073Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "efa40ccf-be4f-4a76-8b60-d97794de5996", - "universalIdentifier": "6792fb12-e568-4b11-9240-5b5c982715ff", - "type": "MULTI_SELECT", - "name": "workPolicy", - "label": "Work Policy", - "description": "Company's Work Policy", - "icon": "IconHome", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.073Z", - "updatedAt": "2026-02-27T01:17:28.073Z", - "defaultValue": null, - "options": [ - { - "id": "a79ba9af-291e-4e63-8ab2-f82a42bb6685", - "color": "green", - "label": "On-Site", - "value": "ON_SITE", - "position": 0 - }, - { - "id": "797af80d-f4bb-4b5e-a917-5a4b7a22b79e", - "color": "turquoise", - "label": "Hybrid", - "value": "HYBRID", - "position": 1 - }, - { - "id": "fa680971-414e-4d72-9465-ef4e4266ed81", - "color": "sky", - "label": "Remote Work", - "value": "REMOTE_WORK", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bbb5cfe8-161d-45c5-b8d0-7910ab87db91", - "universalIdentifier": "2bcef742-7396-4575-b0e4-34e47cf50fba", - "type": "BOOLEAN", - "name": "visaSponsorship", - "label": "Visa Sponsorship", - "description": "Company's Visa Sponsorship Policy", - "icon": "IconBrandVisa", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.073Z", - "updatedAt": "2026-02-27T01:17:28.073Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b6ed9897-574d-4859-83ed-46cfb7943908", - "universalIdentifier": "ece542ec-aed5-4bb8-8731-b2241a798177", - "type": "RELATION", - "name": "caredForPets", - "label": "Cared For Pets", - "description": "Companies Pet Care Agreement", - "icon": "IconPaw", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.305Z", - "updatedAt": "2026-02-27T01:17:28.813Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY", - "junctionTargetFieldId": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b6ed9897-574d-4859-83ed-46cfb7943908", - "name": "caredForPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0a27394a-f071-4155-a642-9b6700abb9d6", - "name": "caretaker" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "da8ebad7-75c4-492f-a062-cd7df9ee586d", - "universalIdentifier": "e4ab9be3-5087-492e-b6f1-bdf39b08dac6", - "type": "RELATION", - "name": "previousEmployees", - "label": "Previous Employees", - "description": "Companies tied to the Employment History", - "icon": "IconUser", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.476Z", - "updatedAt": "2026-02-27T01:17:28.700Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY", - "junctionTargetFieldId": "9146ab09-84d2-46e0-b68c-f4947bc6f60d" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "da8ebad7-75c4-492f-a062-cd7df9ee586d", - "name": "previousEmployees" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "af82354c-fc09-49e1-8a5c-dbf8bff020d7", - "name": "company" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "033dcd90-339a-4ccd-9699-43814a880dd4", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f719a95179070eac397ba18dc70", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "65a2989f-821a-43e0-9737-1e18cd00ff44", - "fieldMetadataId": "ebe26ed0-4b68-48cc-b2d4-e23f3a5e265d", - "createdAt": "2026-02-27T01:17:26.872Z", - "updatedAt": "2026-02-27T01:17:26.872Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "1a133c87-1eae-4620-89bc-705b1a5d96a9", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_UNIQUE_2a32339058d0b6910b0834ddf81", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": true, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "7aed995d-312a-438a-af22-4f8ee045c83f", - "fieldMetadataId": "0745db32-3bc7-4475-9cbe-a6fede666d63", - "createdAt": "2026-02-27T01:17:26.873Z", - "updatedAt": "2026-02-27T01:17:26.873Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "f67861fe-df5a-4c0d-a909-70269da21c8f", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_fb1f4905546cfc6d70a971c76f7", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "a0a15809-37c1-4845-afaf-01840208899b", - "fieldMetadataId": "aeee8e7c-3702-4726-9710-b350f1f185da", - "createdAt": "2026-02-27T01:17:26.873Z", - "updatedAt": "2026-02-27T01:17:26.873Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "universalIdentifier": "20202020-3319-4234-a34c-82d5c0e881a6", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "5cb19fe2-0520-4dec-bc24-2e16a2dc9588", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Workspace Member", - "labelPlural": "Workspace Members", - "description": "A workspace member", - "icon": "IconUserCircle", - "fieldsList": [ - { - "__typename": "Field", - "id": "6a7fda67-f684-43ac-895f-843120e857bc", - "universalIdentifier": "20202020-fb1a-41b1-8ab1-efabcdefabcd", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "40127007-983c-487e-aad4-7931b5388a07", - "universalIdentifier": "20202020-fb1b-41b2-9bb2-fabcdefabcde", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "db6cd739-46ed-4aaf-aaec-aa99c25c08c8", - "universalIdentifier": "20202020-fb1c-41b3-8cb3-abcdefabcdef", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e401865b-4986-4e81-94df-45dd970794f4", - "universalIdentifier": "20202020-fb1d-41b4-9db4-bcdefabcdefa", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "45dee731-0d06-4660-82fc-9ea48c487dab", - "universalIdentifier": "20202020-1810-4591-a93c-d0df97dca843", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Workspace member position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5cb19fe2-0520-4dec-bc24-2e16a2dc9588", - "universalIdentifier": "20202020-e914-43a6-9c26-3603c59065f4", - "type": "FULL_NAME", - "name": "name", - "label": "Name", - "description": "Workspace member name", - "icon": "IconCircleUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6f3ffb60-d196-43ed-bb45-844c7ff1334d", - "universalIdentifier": "20202020-66bc-47f2-adac-f2ef7c598b63", - "type": "TEXT", - "name": "colorScheme", - "label": "Color Scheme", - "description": "Preferred color scheme", - "icon": "IconColorSwatch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'System'", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a0388d40-a1e5-4c38-9aa6-6d6db2f144a0", - "universalIdentifier": "20202020-402e-4695-b169-794fa015afbe", - "type": "TEXT", - "name": "locale", - "label": "Language", - "description": "Preferred language", - "icon": "IconLanguage", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'en'", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f6a173e3-c4ea-4116-b3ad-dc0f26cc71d2", - "universalIdentifier": "20202020-0ced-4c4f-a376-c98a966af3f6", - "type": "TEXT", - "name": "avatarUrl", - "label": "Avatar Url", - "description": "Workspace member avatar", - "icon": "IconFileUpload", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "98237c5c-3468-43fa-a0a1-722cec408d9c", - "universalIdentifier": "20202020-4c5f-4e09-bebc-9e624e21ecf4", - "type": "TEXT", - "name": "userEmail", - "label": "User Email", - "description": "Related user email address", - "icon": "IconMail", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": true, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a7459788-fcc0-4e9b-b6ec-3b16ec9348c4", - "universalIdentifier": "20202020-1ecc-4562-84c9-ff3a2f6cce85", - "type": "NUMBER", - "name": "calendarStartDay", - "label": "Start of the week", - "description": "User's preferred start day of the week", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 7, - "options": null, - "settings": { - "dataType": "int" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "102be4b5-d177-42d5-bc4f-b17bb1b3e7f9", - "universalIdentifier": "20202020-75a9-4dfc-bf25-2e4b43e89820", - "type": "UUID", - "name": "userId", - "label": "User Id", - "description": "Associated User Id", - "icon": "IconCircleUsers", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b490400c-74dc-43d8-b5a6-2cbdd583e4ba", - "universalIdentifier": "20202020-2d33-4c21-a86e-5943b050dd54", - "type": "TEXT", - "name": "timeZone", - "label": "Time zone", - "description": "User time zone", - "icon": "IconTimezone", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'system'", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e6456cf4-b09a-4b47-8738-ce42761f5771", - "universalIdentifier": "20202020-af13-4e11-b1e7-b8cf5ea13dc0", - "type": "SELECT", - "name": "dateFormat", - "label": "Date format", - "description": "User's preferred date format", - "icon": "IconCalendarEvent", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'SYSTEM'", - "options": [ - { - "id": "20202020-4b6a-4a08-8506-09bd59ef118e", - "color": "turquoise", - "label": "System", - "value": "SYSTEM", - "position": 0 - }, - { - "id": "20202020-6981-4e21-bb11-43ac1081be04", - "color": "red", - "label": "Month First", - "value": "MONTH_FIRST", - "position": 1 - }, - { - "id": "20202020-bf56-4199-b013-27ee921d046d", - "color": "purple", - "label": "Day First", - "value": "DAY_FIRST", - "position": 2 - }, - { - "id": "20202020-fd23-47d3-b01d-0479c11e5a2d", - "color": "sky", - "label": "Year First", - "value": "YEAR_FIRST", - "position": 3 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "555a6225-a668-4634-9eff-c2e82aa1f864", - "universalIdentifier": "20202020-8acb-4cf8-a851-a6ed443c8d81", - "type": "SELECT", - "name": "timeFormat", - "label": "Time format", - "description": "User's preferred time format", - "icon": "IconClock2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'SYSTEM'", - "options": [ - { - "id": "20202020-349f-4ff8-82be-3eb52e7ec5f5", - "color": "sky", - "label": "System", - "value": "SYSTEM", - "position": 0 - }, - { - "id": "20202020-592c-4e33-a457-f4dcde59a3fc", - "color": "red", - "label": "24HRS", - "value": "HOUR_24", - "position": 1 - }, - { - "id": "20202020-151c-43c2-a463-5bc42e5ce434", - "color": "purple", - "label": "12HRS", - "value": "HOUR_12", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cf6df27c-8ad7-4dd6-9e31-2c9c3f312772", - "universalIdentifier": "20202020-7f40-4e7f-b126-11c0eda6b141", - "type": "SELECT", - "name": "numberFormat", - "label": "Number format", - "description": "User's preferred number format", - "icon": "IconNumbers", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'SYSTEM'", - "options": [ - { - "id": "20202020-8b5b-4cee-8449-ca48d7c65c11", - "color": "turquoise", - "label": "System", - "value": "SYSTEM", - "position": 0 - }, - { - "id": "20202020-657d-409b-9c2a-d8c3b8842859", - "color": "blue", - "label": "Commas and dot", - "value": "COMMAS_AND_DOT", - "position": 1 - }, - { - "id": "20202020-8703-4475-a92b-42e631851d8b", - "color": "green", - "label": "Spaces and comma", - "value": "SPACES_AND_COMMA", - "position": 2 - }, - { - "id": "20202020-2ea4-4b99-b72b-bebac01fd7db", - "color": "orange", - "label": "Dots and comma", - "value": "DOTS_AND_COMMA", - "position": 3 - }, - { - "id": "20202020-9d07-4353-8ce9-d067d639abf5", - "color": "purple", - "label": "Apostrophe and dot", - "value": "APOSTROPHE_AND_DOT", - "position": 4 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e7d4d6b8-7a7e-408b-9058-91acda0646a6", - "universalIdentifier": "20202020-46d0-4e7f-bc26-74c0edaeb619", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"nameFirstName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"nameLastName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"userEmail\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "04417d23-b60a-4a44-b081-3dd312355bd0", - "universalIdentifier": "4a3f26d1-033e-4d84-b23a-9adc2fd0c2a8", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8f804c9c-35fb-47bf-9c2a-7721122dec1c", - "universalIdentifier": "29f84ad0-509f-4aef-9f9c-2691dd60cd87", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "26d6d9bb-c63e-439f-b801-497dc6711611", - "universalIdentifier": "20202020-6cb2-4161-9f29-a4b7f1283859", - "type": "RELATION", - "name": "blocklist", - "label": "Blocklist", - "description": "Blocklisted handles", - "icon": "IconForbid2", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "031d2e7c-0a30-4713-889a-5c2ab30da9fb", - "nameSingular": "blocklist", - "namePlural": "blocklists" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "26d6d9bb-c63e-439f-b801-497dc6711611", - "name": "blocklist" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0a556eea-a4ab-41c9-a1ab-847cc8952eb0", - "name": "workspaceMember" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cec55fa9-705a-4a1e-a881-d1daa93a1e55", - "universalIdentifier": "20202020-0dbc-4841-9ce1-3e793b5b3512", - "type": "RELATION", - "name": "calendarEventParticipants", - "label": "Calendar Event Participants", - "description": "Calendar Event Participants", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "cec55fa9-705a-4a1e-a881-d1daa93a1e55", - "name": "calendarEventParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5e53b2cc-3b3a-4b73-ae98-c60409a27def", - "name": "workspaceMember" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c875a774-e700-4d7b-94c5-23116ac470fb", - "universalIdentifier": "20202020-dc29-4bd4-a3c1-29eafa324bee", - "type": "RELATION", - "name": "accountOwnerForCompanies", - "label": "Account Owner For Companies", - "description": "Account owner for companies", - "icon": "IconBriefcase", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c875a774-e700-4d7b-94c5-23116ac470fb", - "name": "accountOwnerForCompanies" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ebe26ed0-4b68-48cc-b2d4-e23f3a5e265d", - "name": "accountOwner" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c27331d0-0ae9-4c42-ae82-5b518cf9ec44", - "universalIdentifier": "20202020-e322-4bde-a525-727079b4a100", - "type": "RELATION", - "name": "connectedAccounts", - "label": "Connected accounts", - "description": "Connected accounts", - "icon": "IconAt", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c27331d0-0ae9-4c42-ae82-5b518cf9ec44", - "name": "connectedAccounts" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "82974602-49aa-43a9-8623-28a0222cc204", - "name": "accountOwner" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "693888c1-27fa-4d6c-89ca-215bc598c85b", - "universalIdentifier": "20202020-f3c1-4faf-b343-cf7681038757", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the workspace member", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "693888c1-27fa-4d6c-89ca-215bc598c85b", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0c3f6382-d3dd-4d20-a5ef-24e4f81b15ab", - "name": "forWorkspaceMember" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "659660f4-0f1f-47ed-aa44-b672a4d212f3", - "universalIdentifier": "20202020-8f99-48bc-a5eb-edd33dd54188", - "type": "RELATION", - "name": "messageParticipants", - "label": "Message Participants", - "description": "Message Participants", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "659660f4-0f1f-47ed-aa44-b672a4d212f3", - "name": "messageParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d5c64f59-1e63-4b50-96dc-38bba2fe401f", - "name": "workspaceMember" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "33c895f2-e6ec-4d2f-b0c0-391e041c04a4", - "universalIdentifier": "20202020-9e4d-4b3a-8c1f-6d7e8f9a0b1c", - "type": "RELATION", - "name": "ownedOpportunities", - "label": "Owned opportunities", - "description": "Opportunities owned by the workspace member", - "icon": "IconTargetArrow", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "33c895f2-e6ec-4d2f-b0c0-391e041c04a4", - "name": "ownedOpportunities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5a6259f6-aa53-431a-bc25-26fa0072aa60", - "name": "owner" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "70156151-d92a-49ab-8f18-fb1ede8ccf09", - "universalIdentifier": "20202020-61dc-4a1c-99e8-38ebf8d2bbeb", - "type": "RELATION", - "name": "assignedTasks", - "label": "Assigned tasks", - "description": "Tasks assigned to the workspace member", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "70156151-d92a-49ab-8f18-fb1ede8ccf09", - "name": "assignedTasks" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "name": "assignee" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b4c76ed0-b128-479f-9e3a-18878b67f5ec", - "universalIdentifier": "20202020-e15b-47b8-94fe-8200e3c66615", - "type": "RELATION", - "name": "timelineActivities", - "label": "Events", - "description": "Events linked to the workspace member", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b4c76ed0-b128-479f-9e3a-18878b67f5ec", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "9394ad17-cd2e-4473-87e7-3208eb3ad5d3", - "name": "workspaceMember" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "aa6538f6-aad2-4bb9-9d76-814418fa54d5", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_UNIQUE_39954942ffa78c957b5dee47739", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": true, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "f2d57c66-f9e5-4eb1-8065-badcd567fc29", - "fieldMetadataId": "98237c5c-3468-43fa-a0a1-722cec408d9c", - "createdAt": "2026-02-27T01:17:26.909Z", - "updatedAt": "2026-02-27T01:17:26.909Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "264b4ff4-3c70-4261-852c-5f79f039d4c1", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_e47451872f70c8f187a6b460ac7", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "c6e9407c-acc0-43f7-8884-3721aef55a4b", - "fieldMetadataId": "e7d4d6b8-7a7e-408b-9058-91acda0646a6", - "createdAt": "2026-02-27T01:17:26.910Z", - "updatedAt": "2026-02-27T01:17:26.910Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "universalIdentifier": "20202020-ab56-4e05-92a3-e2414a499860", - "nameSingular": "favorite", - "namePlural": "favorites", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "17a2ff16-3ad0-4ffb-9cd3-5ab113846383", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Favorite", - "labelPlural": "Favorites", - "description": "A favorite", - "icon": "IconHeart", - "fieldsList": [ - { - "__typename": "Field", - "id": "17a2ff16-3ad0-4ffb-9cd3-5ab113846383", - "universalIdentifier": "20202020-f01a-4091-8a91-ddeeffaabbcc", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6659b3dc-54fe-4498-9f06-191e88e895f0", - "universalIdentifier": "20202020-f01b-4092-9b92-eeffaabbccdd", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9ba7ca15-e8d9-44c7-b53a-c11032a53f08", - "universalIdentifier": "20202020-f01c-4093-8c93-ffaabbccddee", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e2531487-1843-4a7e-8858-deff13d25ebe", - "universalIdentifier": "20202020-f01d-4094-9d94-aabbccddeeff", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f4737f2c-1d51-43d7-9209-c33897b2ac33", - "universalIdentifier": "6440dc3d-fa50-49cc-abd3-98eeccd79288", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9b70a498-177f-4ba4-9b59-0e9a5ffe203f", - "universalIdentifier": "6c117b1a-0470-499b-8fcb-d9059eafbd43", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0c70a5f2-59f7-455f-8e26-12bd5e3ec36b", - "universalIdentifier": "20202020-dd26-42c6-8c3c-2a7598c204f6", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Favorite position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b28e16ed-2142-41d1-af3a-6ba792bcf74b", - "universalIdentifier": "cbb27ea1-5cf8-4fed-9e0a-e4152815bd6e", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d605a131-11c6-44ec-8436-1179138bd92f", - "universalIdentifier": "20202020-5a93-4fa9-acce-e73481a0bbdf", - "type": "UUID", - "name": "viewId", - "label": "ViewId", - "description": "ViewId", - "icon": "IconView", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c8186975-3e09-461f-9576-5cbc390e51f2", - "universalIdentifier": "20202020-cff5-4682-8bf9-069169e08279", - "type": "RELATION", - "name": "company", - "label": "Company", - "description": "Favorite company", - "icon": "IconBuildingSkyscraper", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "companyId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c8186975-3e09-461f-9576-5cbc390e51f2", - "name": "company" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5bdca64b-0bc7-4a3f-b6d4-93969604cd85", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fd546307-50fb-46f2-be3c-0fc7fc158054", - "universalIdentifier": "20202020-6ef9-45e4-b440-cc986f687c91", - "type": "RELATION", - "name": "dashboard", - "label": "Dashboard", - "description": "Favorite dashboard", - "icon": "IconLayoutDashboard", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "dashboardId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", "nameSingular": "dashboard", "namePlural": "dashboards" }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "fd546307-50fb-46f2-be3c-0fc7fc158054", - "name": "dashboard" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "a65b5018-0202-4abd-8b4b-93f48cdf9c23", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0c3f6382-d3dd-4d20-a5ef-24e4f81b15ab", - "universalIdentifier": "20202020-ce63-49cb-9676-fdc0c45892cd", - "type": "RELATION", - "name": "forWorkspaceMember", - "label": "Workspace Member", - "description": "Favorite workspace member", - "icon": "IconCircleUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "forWorkspaceMemberId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, "targetObjectMetadata": { "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0c3f6382-d3dd-4d20-a5ef-24e4f81b15ab", - "name": "forWorkspaceMember" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "693888c1-27fa-4d6c-89ca-215bc598c85b", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c60b72a9-d86d-4e45-935c-6a99103ac289", - "universalIdentifier": "20202020-c428-4f40-b6f3-86091511c41c", - "type": "RELATION", - "name": "person", - "label": "Person", - "description": "Favorite person", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "personId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c60b72a9-d86d-4e45-935c-6a99103ac289", - "name": "person" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "f84728f2-dffc-4e74-ac53-b7ebe5e787be", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dee9b3ac-33e2-45e0-ad39-2c2e01bc2c70", - "universalIdentifier": "20202020-dabc-48e1-8318-2781a2b32aa2", - "type": "RELATION", - "name": "opportunity", - "label": "Opportunity", - "description": "Favorite opportunity", - "icon": "IconTargetArrow", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "opportunityId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "dee9b3ac-33e2-45e0-ad39-2c2e01bc2c70", - "name": "opportunity" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "f509d897-5beb-4689-b088-9b536de69598", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fa1d225d-54e0-4aa5-b62e-c294bd1232d7", - "universalIdentifier": "20202020-b11b-4dc8-999a-6bd0a947b463", - "type": "RELATION", - "name": "workflow", - "label": "Workflow", - "description": "Favorite workflow", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "fa1d225d-54e0-4aa5-b62e-c294bd1232d7", - "name": "workflow" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "8ae44b68-4047-4435-9ece-021d85db9371", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6e710e3a-4956-4fb4-bfa7-b0942e974847", - "universalIdentifier": "20202020-e1b8-4caf-b55a-3ab4d4cbcd21", - "type": "RELATION", - "name": "workflowVersion", - "label": "Workflow", - "description": "Favorite workflow version", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowVersionId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6e710e3a-4956-4fb4-bfa7-b0942e974847", - "name": "workflowVersion" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "dce31db6-aca2-407a-acf5-236d717d2800", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3237b607-74e1-4a0c-ab79-a4d765adc979", - "universalIdentifier": "20202020-db5a-4fe4-9a13-9afa22b1e762", - "type": "RELATION", - "name": "workflowRun", - "label": "Workflow", - "description": "Favorite workflow run", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowRunId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "3237b607-74e1-4a0c-ab79-a4d765adc979", - "name": "workflowRun" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "00961b91-1ccc-49ed-b237-95454988ed46", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "230d06af-ad50-47d7-957c-a55068535bfc", - "universalIdentifier": "20202020-1b1b-4b3b-8b1b-7f8d6a1d7d5c", - "type": "RELATION", - "name": "task", - "label": "Task", - "description": "Favorite task", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "taskId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "230d06af-ad50-47d7-957c-a55068535bfc", - "name": "task" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "8e9fc8f9-931f-4ab3-a921-e3d0aadd2483", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "385f67b2-ae55-4b0c-95b8-8936b26019cb", - "universalIdentifier": "20202020-1f25-43fe-8b00-af212fdde824", - "type": "RELATION", - "name": "note", - "label": "Note", - "description": "Favorite note", - "icon": "IconNotes", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "noteId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "nameSingular": "note", - "namePlural": "notes" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "385f67b2-ae55-4b0c-95b8-8936b26019cb", - "name": "note" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c6158691-1136-49a3-8304-af8bf92cf441", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "31e1facd-9690-4c42-9390-f470ded7f011", - "universalIdentifier": "20202020-f658-4d12-8b4d-248356aa4bd9", - "type": "RELATION", - "name": "favoriteFolder", - "label": "Favorite Folder", - "description": "The folder this favorite belongs to", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "favoriteFolderId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "c8cfc2a1-da32-4f98-b774-363ee823309f", - "nameSingular": "favoriteFolder", - "namePlural": "favoriteFolders" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "31e1facd-9690-4c42-9390-f470ded7f011", - "name": "favoriteFolder" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "59083e94-c477-4b56-b6e6-4b1b05f62c4a", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f7538c1b-4e0c-4e88-9307-7a3b293cf08c", - "universalIdentifier": "bfc5e6a4-2bc4-46b4-b8db-3e4c499e321a", - "type": "RELATION", - "name": "rocket", - "label": "Rocket", - "description": "Favorites Rocket", - "icon": "IconHeart", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "rocketId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "f7538c1b-4e0c-4e88-9307-7a3b293cf08c", - "name": "rocket" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c9a81cb8-d1a2-4091-8637-60b79c71813a", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1fdc12a0-c2d3-4dd5-9b1b-45a435361b78", - "universalIdentifier": "5c306a1f-61e3-49d9-9867-40dc30f7c1e6", - "type": "RELATION", - "name": "pet", - "label": "Pet", - "description": "Favorites Pet", - "icon": "IconHeart", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "petId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1fdc12a0-c2d3-4dd5-9b1b-45a435361b78", - "name": "pet" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "90830515-2b58-4398-bdd5-cbe9408a2680", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e3e51e03-3892-404d-8013-df9d1339ec6c", - "universalIdentifier": "e0d16280-b967-4a8f-a055-b584fb11a7ce", - "type": "RELATION", - "name": "surveyResult", - "label": "SurveyResult", - "description": "Favorites Survey result", - "icon": "IconHeart", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "surveyResultId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e3e51e03-3892-404d-8013-df9d1339ec6c", - "name": "surveyResult" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "4f610fea-70c9-4c2c-97a6-c036867042ba", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "feb9dc3e-a86a-4f2b-985b-2ce9b2c2713d", - "universalIdentifier": "342f9524-91e3-41af-9f9a-d91bb630520f", - "type": "RELATION", - "name": "employmentHistory", - "label": "EmploymentHistory", - "description": "Favorites Employment History", - "icon": "IconHeart", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "employmentHistoryId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "feb9dc3e-a86a-4f2b-985b-2ce9b2c2713d", - "name": "employmentHistory" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d8f02374-471c-48db-a8c7-85a86a0f7c53", - "name": "favorites" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b135c229-c0be-42a4-8ec7-7b1346053668", - "universalIdentifier": "c6b799dc-56e6-407f-83f4-4cdf24322fa8", - "type": "RELATION", - "name": "petCareAgreement", - "label": "PetCareAgreement", - "description": "Favorites Pet Care Agreement", - "icon": "IconHeart", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "petCareAgreementId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b135c229-c0be-42a4-8ec7-7b1346053668", - "name": "petCareAgreement" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "19aa48dc-c57f-49a7-aac1-a5cbbd41bb35", - "name": "favorites" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "2546794d-feee-4f44-8444-060f85971436", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_e6a755f59ac856c2af85d0b1857", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "63b20ecd-be6a-4aeb-9868-a38e65a0fb30", - "fieldMetadataId": "0c3f6382-d3dd-4d20-a5ef-24e4f81b15ab", - "createdAt": "2026-02-27T01:17:26.875Z", - "updatedAt": "2026-02-27T01:17:26.875Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "2faa30b8-c455-4281-885f-642e710368a5", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_c6a04c62f1b835de81b87c8d5cb", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "643b3c0c-f23a-4361-888e-dd516210bc93", - "fieldMetadataId": "c60b72a9-d86d-4e45-935c-6a99103ac289", - "createdAt": "2026-02-27T01:17:26.876Z", - "updatedAt": "2026-02-27T01:17:26.876Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "5a6ed281-3ef8-4f7d-a8c5-f9affb8ba2f1", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f54929018ffb0a56df35a15ee1a", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "052f48b8-1a68-4d52-a48b-18de45308111", - "fieldMetadataId": "c8186975-3e09-461f-9576-5cbc390e51f2", - "createdAt": "2026-02-27T01:17:26.876Z", - "updatedAt": "2026-02-27T01:17:26.876Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "7cc62cab-1f14-4421-b8df-25850599b6f7", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_03c5b5ea0ebe0cdd54c16f01cd4", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "40835170-2292-4fb7-80c4-7c21fe9410e4", - "fieldMetadataId": "31e1facd-9690-4c42-9390-f470ded7f011", - "createdAt": "2026-02-27T01:17:26.877Z", - "updatedAt": "2026-02-27T01:17:26.877Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "3f0e07d8-a35a-406b-8745-c87985388437", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_2ef95462446ad1fad48894bd459", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "8e7d9d62-fad5-4d72-8f83-42573dfe332f", - "fieldMetadataId": "dee9b3ac-33e2-45e0-ad39-2c2e01bc2c70", - "createdAt": "2026-02-27T01:17:26.877Z", - "updatedAt": "2026-02-27T01:17:26.877Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "384f6cd1-59ec-441b-8ce5-11993cbf42b8", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_7b93282d4e9b5a9851d07829996", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "0d94f08e-b285-46ec-a01a-6374c67173aa", - "fieldMetadataId": "fa1d225d-54e0-4aa5-b62e-c294bd1232d7", - "createdAt": "2026-02-27T01:17:26.878Z", - "updatedAt": "2026-02-27T01:17:26.878Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "c02a6050-9595-4e99-b3fa-21e5957d9f68", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_352fe024686b6bcf5e7e1b65449", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "be382946-7d2b-4c4f-9d35-6a7918518b69", - "fieldMetadataId": "6e710e3a-4956-4fb4-bfa7-b0942e974847", - "createdAt": "2026-02-27T01:17:26.879Z", - "updatedAt": "2026-02-27T01:17:26.879Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "9c6d1fda-3c61-4eee-b4b3-bd12cd070273", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_17f260b2397f21011117688a00c", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9afdf176-d36d-472f-9a14-bef6bd2d5c42", - "fieldMetadataId": "3237b607-74e1-4a0c-ab79-a4d765adc979", - "createdAt": "2026-02-27T01:17:26.879Z", - "updatedAt": "2026-02-27T01:17:26.879Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "46585517-f020-43d5-967d-7286db105acc", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f08a4bc49e7422db941d7c1be50", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "3fd1b1ef-8fed-449b-b2d7-cfc73ab2b761", - "fieldMetadataId": "230d06af-ad50-47d7-957c-a55068535bfc", - "createdAt": "2026-02-27T01:17:26.880Z", - "updatedAt": "2026-02-27T01:17:26.880Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "3fff0d8a-bf2b-4291-bd0f-27b69c5ff659", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_36f8b958533baaeabdde3479b31", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "3662fdcd-95af-423a-a15c-29dd7fb13225", - "fieldMetadataId": "385f67b2-ae55-4b0c-95b8-8936b26019cb", - "createdAt": "2026-02-27T01:17:26.880Z", - "updatedAt": "2026-02-27T01:17:26.880Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "7467b792-5620-4896-abc8-b13d12f2cd57", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_d85e3f572ec0d3c406cc58f79af", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "c2f4a3c3-67ae-495f-8bca-5ac26a753c2b", - "fieldMetadataId": "fd546307-50fb-46f2-be3c-0fc7fc158054", - "createdAt": "2026-02-27T01:17:26.881Z", - "updatedAt": "2026-02-27T01:17:26.881Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "universalIdentifier": "20202020-62be-406c-b9ca-8caa50d51392", - "nameSingular": "workflow", - "namePlural": "workflows", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "f301e223-384e-4a56-b80e-8b84f733ca3b", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": "W", - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Workflow", - "labelPlural": "Workflows", - "description": "A workflow", - "icon": "IconSettingsAutomation", - "fieldsList": [ - { - "__typename": "Field", - "id": "3d8e38e7-d817-409e-a0f5-dc48743b7c0e", - "universalIdentifier": "20202020-f02a-4181-8a81-efabcdefabcd", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "29f0ef10-6cd9-484a-aa65-85611c663a5f", - "universalIdentifier": "20202020-f02b-4182-9b82-fabcdefabcde", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a2b6e0eb-1319-488a-8a34-0a49d3a344cc", - "universalIdentifier": "20202020-f02c-4183-8c83-abcdefabcdef", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0236e922-7d3d-4231-b44e-31dce5e99174", - "universalIdentifier": "20202020-f02d-4184-9d84-bcdefabcdefa", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f301e223-384e-4a56-b80e-8b84f733ca3b", - "universalIdentifier": "20202020-b3d3-478f-acc0-5d901e725b20", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "The workflow name", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f209ff52-b455-4674-b289-a5f9125fe199", - "universalIdentifier": "20202020-326a-4fba-8639-3456c0a169e8", - "type": "TEXT", - "name": "lastPublishedVersionId", - "label": "Last published Version Id", - "description": "The workflow last published version id", - "icon": "IconVersions", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8e2f3d90-866d-4b5f-b9b3-f96822010533", - "universalIdentifier": "20202020-357c-4432-8c50-8c31b4a552d9", - "type": "MULTI_SELECT", - "name": "statuses", - "label": "Statuses", - "description": "The current statuses of the workflow versions", - "icon": "IconStatusChange", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": [ - { - "id": "20202020-e9d8-41df-8262-31bb04948366", - "color": "yellow", - "label": "Draft", - "value": "DRAFT", - "position": 0 - }, - { - "id": "20202020-e47e-4d57-913a-7b29e1f140ef", - "color": "green", - "label": "Active", - "value": "ACTIVE", - "position": 1 - }, - { - "id": "20202020-bdfa-4d35-bf5c-e410cccfc765", - "color": "gray", - "label": "Deactivated", - "value": "DEACTIVATED", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "aa65946d-5bfa-404f-93df-74933f86d9b5", - "universalIdentifier": "20202020-39b0-4d8c-8c5f-33c2326deb5f", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Workflow record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3020144e-007d-40bf-b06f-e1357078d3f9", - "universalIdentifier": "20202020-6007-401a-8aa5-e6f48581a6f3", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "391fdfee-fed7-4552-a4a3-01028b4070ae", - "universalIdentifier": "3559831e-caf2-4eb5-9db1-b47bf968c774", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a618764e-3d20-4520-affa-4786d12eee88", - "universalIdentifier": "20202020-535d-4ffa-b7f3-4fa0d5da1b7a", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4f258bc3-7033-4c42-86d4-0af28f7521f6", - "universalIdentifier": "20202020-4a8c-4e2d-9b1c-7e5f3a2b4c6d", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Attachments linked to the workflow", - "icon": "IconFileUpload", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", "nameSingular": "attachment", "namePlural": "attachments" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "4f258bc3-7033-4c42-86d4-0af28f7521f6", + "id": "44d1bf28-de4c-46c8-a7a5-7ba770db12f2", "name": "attachments" }, "targetFieldMetadata": { "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", "name": "target" } }, @@ -4795,74 +1482,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "8ae44b68-4047-4435-9ece-021d85db9371", - "universalIdentifier": "20202020-c554-4c41-be7a-cf9cd4b0d512", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the workflow", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "8ae44b68-4047-4435-9ece-021d85db9371", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "fa1d225d-54e0-4aa5-b62e-c294bd1232d7", - "name": "workflow" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fe15112f-1287-4fc7-bbca-44ead6b54951", - "universalIdentifier": "20202020-906e-486a-a798-131a5f081faf", + "id": "20acfd6a-3b43-4829-8844-2fb9539ed78b", + "universalIdentifier": "99c330c0-5b7d-4276-a764-aed84499dfb5", "type": "RELATION", "name": "timelineActivities", "label": "Timeline Activities", - "description": "Timeline activities linked to the workflow", + "description": "Timeline activities linked to the dashboard", "icon": "IconTimelineEvent", "isCustom": false, "isActive": true, "isSystem": false, "isUIReadOnly": false, - "isNullable": false, + "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -4870,202 +1504,43 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "nameSingular": "dashboard", + "namePlural": "dashboards" }, "targetObjectMetadata": { "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", "nameSingular": "timelineActivity", "namePlural": "timelineActivities" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "fe15112f-1287-4fc7-bbca-44ead6b54951", + "id": "20acfd6a-3b43-4829-8844-2fb9539ed78b", "name": "timelineActivities" }, "targetFieldMetadata": { "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", "name": "target" } }, "morphRelations": null - }, - { - "__typename": "Field", - "id": "0a87b634-8df5-471e-a593-9722294e5367", - "universalIdentifier": "20202020-9432-416e-8f3c-27ee3153d099", - "type": "RELATION", - "name": "versions", - "label": "Versions", - "description": "Workflow versions linked to the workflow.", - "icon": "IconVersions", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0a87b634-8df5-471e-a593-9722294e5367", - "name": "versions" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b53ff967-d031-4948-8511-244de53d3e1c", - "name": "workflow" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "19b372d2-98a4-4bb1-9ba7-6d326162ec1a", - "universalIdentifier": "20202020-759b-4340-b58b-e73595c4df4f", - "type": "RELATION", - "name": "runs", - "label": "Runs", - "description": "Workflow runs linked to the workflow.", - "icon": "IconRun", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "19b372d2-98a4-4bb1-9ba7-6d326162ec1a", - "name": "runs" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1554dabd-cb9c-469a-9f0c-9c04d8d026bf", - "name": "workflow" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "59483686-03bc-4b69-94ff-59eb4033ecb4", - "universalIdentifier": "20202020-3319-4234-a34c-117ecad2b8a9", - "type": "RELATION", - "name": "automatedTriggers", - "label": "Automated Triggers", - "description": "Workflow automated triggers linked to the workflow.", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "545a3d39-02d9-4057-9ad6-61c294b401c4", - "nameSingular": "workflowAutomatedTrigger", - "namePlural": "workflowAutomatedTriggers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "59483686-03bc-4b69-94ff-59eb4033ecb4", - "name": "automatedTriggers" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "6b553e0c-e43d-48e9-9809-de6a31296c0f", - "name": "workflow" - } - }, - "morphRelations": null } ], "indexMetadataList": [ { "__typename": "Index", - "id": "32d75c22-591e-4ec6-b7f4-aaff9ddec5e2", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_d09fc4b1711543f42c127270f1e", + "id": "4a124aa2-9859-427a-9864-1a0932350fe8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_f3b76c5322b31cba175b2eccec8", "indexWhereClause": null, "indexType": "GIN", "isUnique": false, @@ -5073,10 +1548,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "98e2d7c3-fa60-49ab-9bac-6932b3816cd7", - "fieldMetadataId": "a618764e-3d20-4520-affa-4786d12eee88", - "createdAt": "2026-02-27T01:17:26.905Z", - "updatedAt": "2026-02-27T01:17:26.905Z", + "id": "20db25e8-48ee-4c6c-8eb8-75e0ec08b61f", + "fieldMetadataId": "0069bcdd-962a-42e7-9c9a-c66c01dd8806", + "createdAt": "2026-04-10T08:55:56.598Z", + "updatedAt": "2026-04-10T08:55:56.598Z", "order": 0 } ] @@ -5088,342 +1563,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "c8cfc2a1-da32-4f98-b774-363ee823309f", - "universalIdentifier": "20202020-7cf8-401f-8211-a9587d27fd2d", - "nameSingular": "favoriteFolder", - "namePlural": "favoriteFolders", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "4007b50d-6458-4078-9e0d-778d2e8e76b6", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Favorite Folder", - "labelPlural": "Favorite Folders", - "description": "A favorite folder", - "icon": "IconFolder", - "indexMetadataList": [], - "fieldsList": [ - { - "__typename": "Field", - "id": "4007b50d-6458-4078-9e0d-778d2e8e76b6", - "universalIdentifier": "20202020-f02a-40a1-8aa1-1f2e3d4c5b6a", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "66729565-9366-4054-9d74-74490c564275", - "universalIdentifier": "20202020-f02b-40a2-9ba2-2f3e4d5c6b7a", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ac6374c7-b988-4559-acea-ace2765d4c88", - "universalIdentifier": "20202020-f02c-40a3-8ca3-3f4e5d6c7b8a", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "38a11cac-cf66-4a66-9894-cfbfc8364b25", - "universalIdentifier": "20202020-f02d-40a4-9da4-4f5e6d7c8b9a", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c47467c3-91ac-4853-8310-0c8f1c20a05b", - "universalIdentifier": "1ec58922-7789-4832-a583-ec97f766f433", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c1cf0f65-451c-4573-809e-ee55c0e55de9", - "universalIdentifier": "6a53edc6-0ef2-4c35-9065-f91c4ddf7f01", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c07a694e-171c-4c3b-808c-489ab73b5793", - "universalIdentifier": "20202020-5278-4bde-8909-2cec74d43744", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Favorite folder position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3f34cccb-4b52-4ff5-89d1-3b2dabc5c778", - "universalIdentifier": "c5bb12e1-0cc3-428f-89f0-4c8747239ac3", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f3c4c0b7-5f58-44f3-82da-ebdefc684645", - "universalIdentifier": "20202020-82a3-4537-8ff0-dbce7eec35d6", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Name of the favorite folder", - "icon": "IconText", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "59083e94-c477-4b56-b6e6-4b1b05f62c4a", - "universalIdentifier": "20202020-b5e3-4b42-8af2-03cd4fd2e4d2", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites in this folder", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "c8cfc2a1-da32-4f98-b774-363ee823309f", - "nameSingular": "favoriteFolder", - "namePlural": "favoriteFolders" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "59083e94-c477-4b56-b6e6-4b1b05f62c4a", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "31e1facd-9690-4c42-9390-f470ded7f011", - "name": "favoriteFolder" - } - }, - "morphRelations": null - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "universalIdentifier": "20202020-9549-49dd-b2b2-883999db8938", "nameSingular": "opportunity", "namePlural": "opportunities", @@ -5432,11 +1572,11 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isActive": true, "isSystem": false, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "73870ebe-aaa9-4a39-8487-5de19361629b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "ba2f93fe-248e-47f7-83b4-00189ca53e24", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": "O", "isLabelSyncedWithName": false, "isSearchable": true, @@ -5448,7 +1588,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "fieldsList": [ { "__typename": "Field", - "id": "c1d7bb95-4b7e-4432-9d5b-e755c75062ed", + "id": "39a5bf5f-3ede-47df-9a92-08d1b5902fbf", "universalIdentifier": "20202020-d01a-4131-8a31-f123456789ab", "type": "UUID", "name": "id", @@ -5461,20 +1601,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "1d5adc56-92b6-4e62-950d-570c4754a7b2", + "id": "260947c5-a092-4d5a-ba01-e7e739698805", "universalIdentifier": "20202020-d01b-4132-9b32-123456789abc", "type": "DATE_TIME", "name": "createdAt", @@ -5487,8 +1627,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -5496,13 +1636,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "bfeb8a4c-85c7-4ce2-a741-8567a0b6e7ec", + "id": "e8ec558b-b60b-4495-a8d2-6d0402022332", "universalIdentifier": "20202020-d01c-4133-8c33-23456789abcd", "type": "DATE_TIME", "name": "updatedAt", @@ -5515,8 +1655,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -5524,13 +1664,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "70db13e1-71ea-41cf-858e-82dfdab18fbb", + "id": "86329510-657f-45de-9bf3-972f8347606a", "universalIdentifier": "20202020-d01d-4134-9d34-3456789abcde", "type": "DATE_TIME", "name": "deletedAt", @@ -5543,8 +1683,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -5552,13 +1692,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "73870ebe-aaa9-4a39-8487-5de19361629b", + "id": "ba2f93fe-248e-47f7-83b4-00189ca53e24", "universalIdentifier": "20202020-8609-4f65-a2d9-44009eb422b5", "type": "TEXT", "name": "name", @@ -5571,20 +1711,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "6b13a3ed-cd1c-477e-ba31-6db7b5062836", + "id": "0a5ea35b-95e9-4771-aa43-32ae368e6353", "universalIdentifier": "20202020-583e-4642-8533-db761d5fa82f", "type": "CURRENCY", "name": "amount", @@ -5597,20 +1737,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "1460b2b7-d1f9-423f-92d3-3d99106b886c", + "id": "1e61c502-37d1-4be0-ba9e-b0ab0e41dd0f", "universalIdentifier": "20202020-527e-44d6-b1ac-c4158d307b97", "type": "DATE_TIME", "name": "closeDate", @@ -5623,20 +1763,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "35115cd4-1211-43d1-9162-21ae53d63d03", + "id": "4e029608-6039-4720-9119-61aa6db12430", "universalIdentifier": "20202020-6f76-477d-8551-28cd65b2b4b9", "type": "SELECT", "name": "stage", @@ -5649,8 +1789,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "'NEW'", "options": [ { @@ -5692,13 +1832,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "a0ad02ab-67b0-4c5e-bd8c-3c61ff0f3563", + "id": "0d30eadd-856b-4c9a-badf-4ee139f5cd3f", "universalIdentifier": "20202020-806d-493a-bbc6-6313e62958e2", "type": "POSITION", "name": "position", @@ -5711,20 +1851,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "84911608-039f-4baa-8aeb-97b5d035298c", + "id": "3cbbe6de-5427-442c-be81-e8d2d9aa7aaa", "universalIdentifier": "20202020-a63e-4a62-8e63-42a51828f831", "type": "ACTOR", "name": "createdBy", @@ -5737,8 +1877,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -5748,13 +1888,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "ce370104-f382-45f3-87a3-df579d9035a5", + "id": "95b4f0c1-561d-408e-b4d5-c416a88ae6c7", "universalIdentifier": "3c8a6095-3f64-4e81-a59e-66c2bd181e11", "type": "ACTOR", "name": "updatedBy", @@ -5767,8 +1907,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -5778,13 +1918,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "b14459e0-e62e-482d-886d-e5f7e27e0d6b", + "id": "6c3235ac-f3ba-40ac-9fbc-2cbc250887b6", "universalIdentifier": "428a0da5-4b2e-4ce3-b695-89a8b384e6e3", "type": "TS_VECTOR", "name": "searchVector", @@ -5797,8 +1937,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -5807,13 +1947,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "c44505bc-6201-4bb4-80a3-18e49dfc3bc3", + "id": "24084abc-ee9c-49e2-aff3-410c35234d0e", "universalIdentifier": "20202020-87c7-4118-83d6-2f4031005209", "type": "RELATION", "name": "attachments", @@ -5826,8 +1966,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -5835,30 +1975,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", "nameSingular": "attachment", "namePlural": "attachments" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "c44505bc-6201-4bb4-80a3-18e49dfc3bc3", + "id": "24084abc-ee9c-49e2-aff3-410c35234d0e", "name": "attachments" }, "targetFieldMetadata": { "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", "name": "target" } }, @@ -5866,7 +2006,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", + "id": "4cafe09c-e246-4de8-a4f3-8c60e1186395", "universalIdentifier": "20202020-cbac-457e-b565-adece5fc815f", "type": "RELATION", "name": "company", @@ -5879,8 +2019,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -5890,30 +2030,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", "nameSingular": "company", "namePlural": "companies" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", + "id": "4cafe09c-e246-4de8-a4f3-8c60e1186395", "name": "company" }, "targetFieldMetadata": { "__typename": "Field", - "id": "147fef87-1b7f-495f-86b2-a71eca873d56", + "id": "d66f35e6-99c1-4dbc-9325-129172005bb9", "name": "opportunities" } }, @@ -5921,60 +2061,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "f509d897-5beb-4689-b088-9b536de69598", - "universalIdentifier": "20202020-a1c2-4500-aaae-83ba8a0e827a", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the opportunity", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "f509d897-5beb-4689-b088-9b536de69598", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "dee9b3ac-33e2-45e0-ad39-2c2e01bc2c70", - "name": "opportunity" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "31959174-8fbe-4fc3-a8f6-17405bfe92db", + "id": "8793e14d-8782-48c4-93f0-d665f48215bb", "universalIdentifier": "20202020-dd3f-42d5-a382-db58aabf43d3", "type": "RELATION", "name": "noteTargets", @@ -5987,8 +2074,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -5996,30 +2083,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", "nameSingular": "noteTarget", "namePlural": "noteTargets" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "31959174-8fbe-4fc3-a8f6-17405bfe92db", + "id": "8793e14d-8782-48c4-93f0-d665f48215bb", "name": "noteTargets" }, "targetFieldMetadata": { "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", "name": "target" } }, @@ -6027,7 +2114,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "6550d04e-1509-4f3d-946d-ba6694eb8605", + "id": "6a300914-eab8-43a6-ac46-3745c0497de1", "universalIdentifier": "20202020-8dfb-42fc-92b6-01afb759ed16", "type": "RELATION", "name": "pointOfContact", @@ -6040,8 +2127,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -6051,30 +2138,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", "nameSingular": "person", "namePlural": "people" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "6550d04e-1509-4f3d-946d-ba6694eb8605", + "id": "6a300914-eab8-43a6-ac46-3745c0497de1", "name": "pointOfContact" }, "targetFieldMetadata": { "__typename": "Field", - "id": "c91a81e6-4f92-4009-9fc3-185cd4259bba", + "id": "cc8d8dcb-bd39-4d29-8c87-d161d818791d", "name": "pointOfContactForOpportunities" } }, @@ -6082,7 +2169,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "17bdc140-c821-4917-ba8d-8409355567ed", + "id": "5925f4d7-f2ea-4f84-9fe8-8cf337b938d0", "universalIdentifier": "20202020-59c0-4179-a208-4a255f04a5be", "type": "RELATION", "name": "taskTargets", @@ -6095,8 +2182,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -6104,30 +2191,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", "nameSingular": "taskTarget", "namePlural": "taskTargets" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "17bdc140-c821-4917-ba8d-8409355567ed", + "id": "5925f4d7-f2ea-4f84-9fe8-8cf337b938d0", "name": "taskTargets" }, "targetFieldMetadata": { "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", "name": "target" } }, @@ -6135,7 +2222,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "81af430e-2889-403e-8b34-6d1756689ca2", + "id": "a8a81fec-6315-46b1-927b-064f3e52ab94", "universalIdentifier": "20202020-30e2-421f-96c7-19c69d1cf631", "type": "RELATION", "name": "timelineActivities", @@ -6148,8 +2235,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -6157,30 +2244,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", "nameSingular": "timelineActivity", "namePlural": "timelineActivities" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "81af430e-2889-403e-8b34-6d1756689ca2", + "id": "a8a81fec-6315-46b1-927b-064f3e52ab94", "name": "timelineActivities" }, "targetFieldMetadata": { "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", "name": "target" } }, @@ -6188,7 +2275,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "5a6259f6-aa53-431a-bc25-26fa0072aa60", + "id": "a2fe0f8a-ac46-4d3b-989b-b6d2039ec9ac", "universalIdentifier": "20202020-be7e-4d1e-8e19-3d5c7c4b9f2a", "type": "RELATION", "name": "owner", @@ -6201,8 +2288,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -6212,30 +2299,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "nameSingular": "opportunity", "namePlural": "opportunities" }, "targetObjectMetadata": { "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", "nameSingular": "workspaceMember", "namePlural": "workspaceMembers" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "5a6259f6-aa53-431a-bc25-26fa0072aa60", + "id": "a2fe0f8a-ac46-4d3b-989b-b6d2039ec9ac", "name": "owner" }, "targetFieldMetadata": { "__typename": "Field", - "id": "33c895f2-e6ec-4d2f-b0c0-391e041c04a4", + "id": "1c8c30f7-a362-4fb1-8bd7-41571f82bbdb", "name": "ownedOpportunities" } }, @@ -6245,9 +2332,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexMetadataList": [ { "__typename": "Index", - "id": "d275a8ee-657f-4d63-9777-6be2e11b35e0", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "78eb5069-97b0-4c9a-ab67-e0d63e3d7b66", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_c0ac950d77b75527f654b7f6a06", "indexWhereClause": null, "indexType": "BTREE", @@ -6256,19 +2343,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "d13474c7-0660-4a0a-b39a-64da5ef796e0", - "fieldMetadataId": "6550d04e-1509-4f3d-946d-ba6694eb8605", - "createdAt": "2026-02-27T01:17:26.892Z", - "updatedAt": "2026-02-27T01:17:26.892Z", + "id": "78164736-ac44-4d37-a8df-630ac666c95a", + "fieldMetadataId": "6a300914-eab8-43a6-ac46-3745c0497de1", + "createdAt": "2026-04-10T08:55:56.610Z", + "updatedAt": "2026-04-10T08:55:56.610Z", "order": 0 } ] }, { "__typename": "Index", - "id": "28c1aac4-b34d-4f24-bb01-7762cfdb7de0", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "a1aef5e5-60fa-4ad4-9794-767dcf8730b4", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_4b9feee3298c853326bf6ff8e42", "indexWhereClause": null, "indexType": "BTREE", @@ -6277,19 +2364,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "c9e8341f-230b-4a50-a0c9-4d4754215f4e", - "fieldMetadataId": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", - "createdAt": "2026-02-27T01:17:26.892Z", - "updatedAt": "2026-02-27T01:17:26.892Z", + "id": "c2788b27-4d85-428e-9ab3-756245bb6c0b", + "fieldMetadataId": "4cafe09c-e246-4de8-a4f3-8c60e1186395", + "createdAt": "2026-04-10T08:55:56.610Z", + "updatedAt": "2026-04-10T08:55:56.610Z", "order": 0 } ] }, { "__typename": "Index", - "id": "580e6b93-9259-43a1-bca9-c5d282d9457a", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "80df968b-8b46-43b9-b48a-52e73a3ff3c5", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_ae112c10e060420923011767b14", "indexWhereClause": null, "indexType": "BTREE", @@ -6298,19 +2385,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "5c6182fd-6a82-42d6-b869-c3a26763b54e", - "fieldMetadataId": "35115cd4-1211-43d1-9162-21ae53d63d03", - "createdAt": "2026-02-27T01:17:26.893Z", - "updatedAt": "2026-02-27T01:17:26.893Z", + "id": "241aa9ee-a001-4a50-a64d-93ce12467224", + "fieldMetadataId": "4e029608-6039-4720-9119-61aa6db12430", + "createdAt": "2026-04-10T08:55:56.611Z", + "updatedAt": "2026-04-10T08:55:56.611Z", "order": 0 } ] }, { "__typename": "Index", - "id": "3d7aae70-76f0-40fb-9e4d-23bad198dfa9", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "6150005f-28ee-476f-a4ac-5eb78c50a12a", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_9f96d65260c4676faac27cb6bf3", "indexWhereClause": null, "indexType": "GIN", @@ -6319,10 +2406,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "3b5338ce-e505-47d5-af4b-b1513a591856", - "fieldMetadataId": "b14459e0-e62e-482d-886d-e5f7e27e0d6b", - "createdAt": "2026-02-27T01:17:26.893Z", - "updatedAt": "2026-02-27T01:17:26.893Z", + "id": "d937ad62-746c-4ad9-b99b-7373427133f1", + "fieldMetadataId": "6c3235ac-f3ba-40ac-9fbc-2cbc250887b6", + "createdAt": "2026-04-10T08:55:56.612Z", + "updatedAt": "2026-04-10T08:55:56.612Z", "order": 0 } ] @@ -6334,15139 +2421,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "universalIdentifier": "20202020-3f6b-4425-80ab-e468899ab4b2", - "nameSingular": "message", - "namePlural": "messages", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "5014da55-de66-491f-b7cc-2700c588cc56", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message", - "labelPlural": "Messages", - "description": "Message", - "icon": "IconMessage", - "fieldsList": [ - { - "__typename": "Field", - "id": "19729084-978f-4744-a1a6-0e21e1f049dc", - "universalIdentifier": "20202020-b06a-4101-8a01-9cadbedfaeb1", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c37b7a9c-202b-4122-912e-c095b6bb760e", - "universalIdentifier": "20202020-b06b-4102-9b02-adbecfeafbc2", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dc191dca-05cd-4a14-b25a-901721a531ea", - "universalIdentifier": "20202020-b06c-4103-8c03-becfdfabfcd3", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3d2e28de-6e98-41cc-8b17-d65537aa17db", - "universalIdentifier": "20202020-b06d-4104-9d04-cfdfabecdde4", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "029c078a-9972-4c5c-ad4d-463c2e62e822", - "universalIdentifier": "6e52bde4-ed41-4462-aa70-121e496270b4", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "529293dd-5e7e-465c-a161-d99537804c68", - "universalIdentifier": "7822dcc0-ee40-4af0-a6fe-f10a14e72b24", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "22cdf01a-b530-4717-a04c-4067f0fb78ff", - "universalIdentifier": "06c5052d-3369-4d6d-8eaa-f9780eddb1fd", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f823bd7a-a934-4ee1-a06c-ee1a98210e6f", - "universalIdentifier": "529b6008-4a12-4d48-bbc3-26a3f199bafd", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"subject\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f724990f-93e6-420f-8318-d518c4c64727", - "universalIdentifier": "20202020-72b5-416d-aed8-b55609067d01", - "type": "TEXT", - "name": "headerMessageId", - "label": "Header message Id", - "description": "Message id from the message header", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d97ffad4-fc34-4b94-ac4a-2e9cb76097dc", - "universalIdentifier": "20202020-0203-4118-8e2a-05b9bdae6dab", - "type": "SELECT", - "name": "direction", - "label": "Direction", - "description": "Message Direction", - "icon": "IconDirection", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'INCOMING'", - "options": [ - { - "id": "20202020-7b52-47d2-abd8-e96a4295f9a6", - "color": "green", - "label": "Incoming", - "value": "INCOMING", - "position": 0 - }, - { - "id": "20202020-11cb-42be-8df7-709ad53f90f9", - "color": "blue", - "label": "Outgoing", - "value": "OUTGOING", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5014da55-de66-491f-b7cc-2700c588cc56", - "universalIdentifier": "20202020-52d1-4036-b9ae-84bd722bb37a", - "type": "TEXT", - "name": "subject", - "label": "Subject", - "description": "Subject", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4922fff2-2120-4bce-9567-f7ecc21a9fa2", - "universalIdentifier": "20202020-d2ee-4e7e-89de-9a0a9044a143", - "type": "TEXT", - "name": "text", - "label": "Text", - "description": "Text", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "28edc2a0-e125-4189-ad42-37618f395678", - "universalIdentifier": "20202020-140a-4a2a-9f86-f13b6a979afc", - "type": "DATE_TIME", - "name": "receivedAt", - "label": "Received At", - "description": "The date the message was received", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b177c805-4ff4-4c09-8c28-1c9ed81a09f6", - "universalIdentifier": "20202020-30f2-4ccd-9f5c-e41bb9d26214", - "type": "RELATION", - "name": "messageThread", - "label": "Message Thread Id", - "description": "Message Thread Id", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageThreadId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "26f62a07-444a-44b2-abf6-70037ab95e25", - "nameSingular": "messageThread", - "namePlural": "messageThreads" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b177c805-4ff4-4c09-8c28-1c9ed81a09f6", - "name": "messageThread" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ff159b75-37ac-4745-8b55-6d72f84c992a", - "name": "messages" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4ffdf98f-6607-4fd0-a646-1c4ca6a1e77a", - "universalIdentifier": "20202020-7cff-4a74-b63c-73228448cbd9", - "type": "RELATION", - "name": "messageParticipants", - "label": "Message Participants", - "description": "Message Participants", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4ffdf98f-6607-4fd0-a646-1c4ca6a1e77a", - "name": "messageParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5786ed66-82e8-45b5-a99e-eb89ec2d74dc", - "name": "message" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "287d80c0-0349-45d8-ba03-a228b85039e8", - "universalIdentifier": "20202020-3cef-43a3-82c6-50e7cfbc9ae4", - "type": "RELATION", - "name": "messageChannelMessageAssociations", - "label": "Message Channel Association", - "description": "Messages from the channel.", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "287d80c0-0349-45d8-ba03-a228b85039e8", - "name": "messageChannelMessageAssociations" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d0f39dc4-f79d-4409-94fc-f3af14c209ad", - "name": "message" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "b3acb940-d218-494e-93f3-21c7588f75c2", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_5d002cd3b5be1cb05c0b7b28582", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "696b1a9e-e8f1-438d-af24-cc002b963804", - "fieldMetadataId": "b177c805-4ff4-4c09-8c28-1c9ed81a09f6", - "createdAt": "2026-02-27T01:17:26.881Z", - "updatedAt": "2026-02-27T01:17:26.881Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "aa5c2ea8-3c4e-49c4-857d-ccc02378f49c", - "universalIdentifier": "20202020-491b-4aaa-9825-afd1bae6ae00", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "31896372-bd54-44b7-b516-52914f20c291", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Calendar Channel Event Association", - "labelPlural": "Calendar Channel Event Associations", - "description": "Calendar Channel Event Associations", - "icon": "IconCalendar", - "fieldsList": [ - { - "__typename": "Field", - "id": "31896372-bd54-44b7-b516-52914f20c291", - "universalIdentifier": "20202020-c01a-4021-8a21-9edf06bfef0a", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fcccc32f-5b9d-4042-b5dd-e7a654df6f5e", - "universalIdentifier": "20202020-c01b-4022-9b22-afefd7cffefb", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "208bc43e-4629-4397-a439-5140ddc4c195", - "universalIdentifier": "20202020-c01c-4023-8c23-bffef8dffef0", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d7e42256-e3b2-42de-91a6-41e15107be27", - "universalIdentifier": "20202020-c01d-4024-9d24-cffef9effef1", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b2788c99-f72f-45ca-a6fb-339ac51e24a7", - "universalIdentifier": "8daa2bc8-bce2-4309-8a48-b929f3ee2c34", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "33c3490a-19c9-45d9-8c91-b9ef43e73aaa", - "universalIdentifier": "55d810d2-fe47-44b4-b1de-b9c32113b695", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "89227db3-76c1-425e-bb82-d0f592a991ce", - "universalIdentifier": "4fa18346-bb2b-49b0-ab35-23df86eed1c8", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Calendar channel event association record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4c79357b-f5b6-477c-a4ab-a923b6232d65", - "universalIdentifier": "1844a9cf-6d35-46d7-99ba-011626a6d71b", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"eventExternalId\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a2273446-bc46-4cef-817a-9dab0b87528b", - "universalIdentifier": "20202020-9ec8-48bb-b279-21d0734a75a1", - "type": "TEXT", - "name": "eventExternalId", - "label": "Event external ID", - "description": "Event external ID", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "45cea326-5aa7-46d7-b38c-1aa8db792c97", - "universalIdentifier": "20202020-c58f-4c69-9bf8-9518fa31aa50", - "type": "TEXT", - "name": "recurringEventExternalId", - "label": "Recurring Event ID", - "description": "Recurring Event ID", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fa14a5c8-0205-48ac-bb6b-3e1dd93e3502", - "universalIdentifier": "20202020-93ee-4da4-8d58-0282c4a9cb7d", - "type": "RELATION", - "name": "calendarChannel", - "label": "Channel ID", - "description": "Channel ID", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "calendarChannelId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "aa5c2ea8-3c4e-49c4-857d-ccc02378f49c", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "28d82d16-3079-4669-a560-cc3e7eb0cdcb", - "nameSingular": "calendarChannel", - "namePlural": "calendarChannels" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "fa14a5c8-0205-48ac-bb6b-3e1dd93e3502", - "name": "calendarChannel" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "56bcb165-d95e-4e90-bd73-f4ce3f3cad45", - "name": "calendarChannelEventAssociations" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9e024610-3ebd-4863-beb8-f68c19f457be", - "universalIdentifier": "20202020-5aa5-437e-bb86-f42d457783e3", - "type": "RELATION", - "name": "calendarEvent", - "label": "Event ID", - "description": "Event ID", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "calendarEventId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "aa5c2ea8-3c4e-49c4-857d-ccc02378f49c", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9e024610-3ebd-4863-beb8-f68c19f457be", - "name": "calendarEvent" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "407c8165-eba1-4f1a-8778-a381afa8c21c", - "name": "calendarChannelEventAssociations" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "40a48ab5-eabe-4277-975a-5a3f59d506b4", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_968d4fd721a78b75c13a1b9ec12", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9894edf3-991f-40dd-be5d-9558d6607a95", - "fieldMetadataId": "fa14a5c8-0205-48ac-bb6b-3e1dd93e3502", - "createdAt": "2026-02-27T01:17:26.867Z", - "updatedAt": "2026-02-27T01:17:26.867Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "e1e2170e-82b5-4bba-abeb-ce2bb14bd0ec", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_733381453fca683f36c05af5478", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "a6204034-3474-47b9-92f2-d095d0681d8f", - "fieldMetadataId": "9e024610-3ebd-4863-beb8-f68c19f457be", - "createdAt": "2026-02-27T01:17:26.868Z", - "updatedAt": "2026-02-27T01:17:26.868Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "universalIdentifier": "20202020-fe8c-40bc-a681-b80b771449b7", - "nameSingular": "messageChannel", - "namePlural": "messageChannels", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "23b27dd4-2aea-4caf-a9a0-914cfd0e46c4", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message Channel", - "labelPlural": "Message Channels", - "description": "Message Channels", - "icon": "IconMessage", - "fieldsList": [ - { - "__typename": "Field", - "id": "55d3ea0a-4a59-4a26-97f2-088011d8a694", - "universalIdentifier": "20202020-b02a-40c1-8ac1-9eafbacbdced", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5928fd2d-b734-4a29-888f-4aec1df683de", - "universalIdentifier": "20202020-b02b-40c2-9bc2-afbacbdcedfe", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0b159079-8f48-4070-bf7f-9fc7506bf14a", - "universalIdentifier": "20202020-b02c-40c3-8cc3-bacbdcedfefa", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "874b24ae-6050-443e-95c1-b7f39dd6245b", - "universalIdentifier": "20202020-b02d-40c4-9dc4-cbdcedfefaab", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "84f27d0d-d4a2-4654-8e4d-6c05d9553844", - "universalIdentifier": "b7de8fcc-a7c6-4122-b3fa-1fcf8f30931c", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8297ae7f-bdb4-4422-9d21-520a2c8d0e08", - "universalIdentifier": "88bb6ff1-b8a1-4313-95d4-7879acca0b93", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "902788e6-a3be-45a1-a021-c34c9a8d5bc5", - "universalIdentifier": "bc8a36af-8b9c-4548-a0da-c90e899e7243", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message Channel record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "579860ad-bcd4-4d0a-a8b9-364d3845b240", - "universalIdentifier": "5e84794c-6f14-4bdf-81a6-76ee11cda51f", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b3d54a5e-0210-470a-89d7-f1abe5f3b530", - "universalIdentifier": "20202020-6a6b-4532-9767-cbc61b469453", - "type": "SELECT", - "name": "visibility", - "label": "Visibility", - "description": "Visibility", - "icon": "IconEyeglass", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'SHARE_EVERYTHING'", - "options": [ - { - "id": "20202020-4548-4830-b3f8-221fd082ebc0", - "color": "green", - "label": "Metadata", - "value": "METADATA", - "position": 0 - }, - { - "id": "20202020-6a42-40a8-b81e-28b7e591c598", - "color": "blue", - "label": "Subject", - "value": "SUBJECT", - "position": 1 - }, - { - "id": "20202020-d520-4cba-8832-5bca315b64f3", - "color": "orange", - "label": "Share Everything", - "value": "SHARE_EVERYTHING", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "23b27dd4-2aea-4caf-a9a0-914cfd0e46c4", - "universalIdentifier": "20202020-2c96-43c3-93e3-ed6b1acb69bc", - "type": "TEXT", - "name": "handle", - "label": "Handle", - "description": "Handle", - "icon": "IconAt", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2163b7e2-11cb-4bcf-bca9-c4363f52fb52", - "universalIdentifier": "20202020-ae95-42d9-a3f1-797a2ea22122", - "type": "SELECT", - "name": "type", - "label": "Type", - "description": "Channel Type", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'EMAIL'", - "options": [ - { - "id": "20202020-1628-4bc0-aae1-1a46c648cf90", - "color": "green", - "label": "Email", - "value": "EMAIL", - "position": 0 - }, - { - "id": "20202020-fb11-4da3-80fd-b291cda8deb1", - "color": "blue", - "label": "SMS", - "value": "SMS", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "abcb987f-7540-441c-a505-baad5e635091", - "universalIdentifier": "20202020-fabd-4f14-b7c6-3310f6d132c6", - "type": "BOOLEAN", - "name": "isContactAutoCreationEnabled", - "label": "Is Contact Auto Creation Enabled", - "description": "Is Contact Auto Creation Enabled", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": true, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "34f523a3-a78a-429d-883f-0db92f3018de", - "universalIdentifier": "20202020-fc0e-4ba6-b259-a66ca89cfa38", - "type": "SELECT", - "name": "contactAutoCreationPolicy", - "label": "Contact auto creation policy", - "description": "Automatically create People records when receiving or sending emails", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'SENT'", - "options": [ - { - "id": "20202020-1923-4ffd-907d-be8cc37ecee5", - "color": "green", - "label": "Sent and Received", - "value": "SENT_AND_RECEIVED", - "position": 0 - }, - { - "id": "20202020-8f6a-44d8-bdbb-90cf8b919467", - "color": "blue", - "label": "Sent", - "value": "SENT", - "position": 1 - }, - { - "id": "20202020-b43e-4bc4-840e-d903a69e2ffc", - "color": "red", - "label": "None", - "value": "NONE", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5ebd2d1b-53ca-4c97-8260-b32a1a03802a", - "universalIdentifier": "20202020-cc39-4432-9fe8-ec8ab8bbed95", - "type": "SELECT", - "name": "messageFolderImportPolicy", - "label": "Message folder import policy", - "description": "Message folder import policy", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'ALL_FOLDERS'", - "options": [ - { - "id": "20202020-140d-4326-978c-83ca0e9a4d8f", - "color": "green", - "label": "All folders", - "value": "ALL_FOLDERS", - "position": 0 - }, - { - "id": "20202020-513a-4b91-9033-5b74b404e2cb", - "color": "blue", - "label": "Selected folders", - "value": "SELECTED_FOLDERS", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1328fdc6-226f-47c4-a1d1-905d2d025bbe", - "universalIdentifier": "20202020-1df5-445d-b4f3-2413ad178431", - "type": "BOOLEAN", - "name": "excludeNonProfessionalEmails", - "label": "Exclude non professional emails", - "description": "Exclude non professional emails", - "icon": "IconBriefcase", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": true, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2a49cd9d-9847-466f-8a51-40697496113f", - "universalIdentifier": "20202020-45a0-4be4-9164-5820a6a109fb", - "type": "BOOLEAN", - "name": "excludeGroupEmails", - "label": "Exclude group emails", - "description": "Exclude group emails", - "icon": "IconUsersGroup", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": true, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5bbf7f68-c632-4477-8c40-425e3ffe41b6", - "universalIdentifier": "20202020-17c5-4e9f-bc50-af46a89fdd42", - "type": "SELECT", - "name": "pendingGroupEmailsAction", - "label": "Pending group emails action", - "description": "Pending action for group emails", - "icon": "IconUsersGroup", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'NONE'", - "options": [ - { - "id": "20202020-2ead-4bd1-aa5d-5005c7a956b4", - "color": "red", - "label": "Group emails deletion", - "value": "GROUP_EMAILS_DELETION", - "position": 0 - }, - { - "id": "20202020-155d-447d-a36e-6ecbb30fc37c", - "color": "green", - "label": "Group emails import", - "value": "GROUP_EMAILS_IMPORT", - "position": 1 - }, - { - "id": "20202020-fe98-4018-9f94-f878c22b8ece", - "color": "blue", - "label": "None", - "value": "NONE", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bc420ea8-f5a6-4153-8708-b6d66bc705bb", - "universalIdentifier": "20202020-d9a6-48e9-990b-b97fdf22e8dd", - "type": "BOOLEAN", - "name": "isSyncEnabled", - "label": "Is Sync Enabled", - "description": "Is Sync Enabled", - "icon": "IconRefresh", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": true, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f519028c-00f2-4e96-9593-8e43751a94cc", - "universalIdentifier": "20202020-79d1-41cf-b738-bcf5ed61e256", - "type": "TEXT", - "name": "syncCursor", - "label": "Last sync cursor", - "description": "Last sync cursor", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0042f5e7-52e4-4114-a258-034600058271", - "universalIdentifier": "20202020-263d-4c6b-ad51-137ada56f7d4", - "type": "DATE_TIME", - "name": "syncedAt", - "label": "Last sync date", - "description": "Last sync date", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8806f34b-8ad8-40bc-8ab0-f2a87e9f100e", - "universalIdentifier": "20202020-56a1-4f7e-9880-a8493bb899cc", - "type": "SELECT", - "name": "syncStatus", - "label": "Sync status", - "description": "Sync status", - "icon": "IconStatusChange", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": [ - { - "id": "20202020-046b-4bc2-b085-bd69aaa8e577", - "color": "yellow", - "label": "Ongoing", - "value": "ONGOING", - "position": 1 - }, - { - "id": "20202020-09ec-4ea6-9a8a-bf48211b67e2", - "color": "blue", - "label": "Not Synced", - "value": "NOT_SYNCED", - "position": 2 - }, - { - "id": "20202020-2d1b-4d74-9689-9bd28fd3c3f9", - "color": "green", - "label": "Active", - "value": "ACTIVE", - "position": 3 - }, - { - "id": "20202020-0fb2-4a8b-9f9b-569144a45193", - "color": "red", - "label": "Failed Insufficient Permissions", - "value": "FAILED_INSUFFICIENT_PERMISSIONS", - "position": 4 - }, - { - "id": "20202020-bde3-415a-a8ac-55ced6014364", - "color": "red", - "label": "Failed Unknown", - "value": "FAILED_UNKNOWN", - "position": 5 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ee085d72-ef8e-46f3-b4a4-ccf9fa6c48d2", - "universalIdentifier": "20202020-7979-4b08-89fe-99cb5e698767", - "type": "SELECT", - "name": "syncStage", - "label": "Sync stage", - "description": "Sync stage", - "icon": "IconStatusChange", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'PENDING_CONFIGURATION'", - "options": [ - { - "id": "20202020-1f62-4d79-a633-33a0e4fce9a6", - "color": "blue", - "label": "Messages list fetch pending", - "value": "MESSAGE_LIST_FETCH_PENDING", - "position": 0 - }, - { - "id": "20202020-d24f-4c3d-94a6-86c42e0f51d7", - "color": "green", - "label": "Messages list fetch scheduled", - "value": "MESSAGE_LIST_FETCH_SCHEDULED", - "position": 1 - }, - { - "id": "20202020-8751-408a-ae46-21a51b76be28", - "color": "orange", - "label": "Messages list fetch ongoing", - "value": "MESSAGE_LIST_FETCH_ONGOING", - "position": 2 - }, - { - "id": "20202020-1cfa-4a7d-a82d-93c8e29d0671", - "color": "blue", - "label": "Messages import pending", - "value": "MESSAGES_IMPORT_PENDING", - "position": 3 - }, - { - "id": "20202020-341e-4fbd-9dbf-30a70828ca69", - "color": "green", - "label": "Messages import scheduled", - "value": "MESSAGES_IMPORT_SCHEDULED", - "position": 4 - }, - { - "id": "20202020-e944-4594-ab81-fdbc53a85026", - "color": "orange", - "label": "Messages import ongoing", - "value": "MESSAGES_IMPORT_ONGOING", - "position": 5 - }, - { - "id": "20202020-f7c5-4756-9084-02f6a0b1a5f8", - "color": "red", - "label": "Failed", - "value": "FAILED", - "position": 6 - }, - { - "id": "20202020-0ede-4c75-84f1-29c8309829ec", - "color": "gray", - "label": "Pending configuration", - "value": "PENDING_CONFIGURATION", - "position": 7 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bc93a07f-46e4-42f4-adcf-83dd42e5467a", - "universalIdentifier": "20202020-8c61-4a42-ae63-73c1c3c52e06", - "type": "DATE_TIME", - "name": "syncStageStartedAt", - "label": "Sync stage started at", - "description": "Sync stage started at", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5e246ebe-ca96-4e11-8dc0-c56da48189e2", - "universalIdentifier": "20202020-0291-42be-9ad0-d578a51684ab", - "type": "NUMBER", - "name": "throttleFailureCount", - "label": "Throttle Failure Count", - "description": "Throttle Failure Count", - "icon": "IconX", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e4018f67-c38b-4bc7-bb36-3c2862e4dee3", - "universalIdentifier": "20202020-a1e3-4d7f-b5c2-9f8e6d4c3b2a", - "type": "DATE_TIME", - "name": "throttleRetryAfter", - "label": "Throttle Retry After", - "description": "Throttle Retry After", - "icon": "IconClock", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "44eb5272-311c-483a-91a1-59fc683ddc67", - "universalIdentifier": "20202020-49a2-44a4-b470-282c0440d15d", - "type": "RELATION", - "name": "connectedAccount", - "label": "Connected Account", - "description": "Connected Account", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "connectedAccountId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "44eb5272-311c-483a-91a1-59fc683ddc67", - "name": "connectedAccount" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5cbe30fd-39bd-4f9b-a79a-6d96a012b445", - "name": "messageChannels" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "42e10048-928c-416b-9995-199e283a2ab0", - "universalIdentifier": "20202020-49b8-4766-88fd-75f1e21b3d5f", - "type": "RELATION", - "name": "messageChannelMessageAssociations", - "label": "Message Channel Association", - "description": "Messages from the channel.", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "42e10048-928c-416b-9995-199e283a2ab0", - "name": "messageChannelMessageAssociations" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ab65a1a2-05e3-415d-916f-ed3e982cc9d1", - "name": "messageChannel" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dd48687d-fdb2-4120-920f-d4caeb08e3b3", - "universalIdentifier": "20202020-cc39-4432-9fe8-ec8ab8bbed94", - "type": "RELATION", - "name": "messageFolders", - "label": "Message Folders", - "description": "Message Folders", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "356be4c3-b095-4533-94ce-b314cb0653ad", - "nameSingular": "messageFolder", - "namePlural": "messageFolders" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "dd48687d-fdb2-4120-920f-d4caeb08e3b3", - "name": "messageFolders" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "263eb09c-9779-4104-b341-ecd41a8d4b35", - "name": "messageChannel" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "c02a9ede-78a5-4a2e-b171-98e33e6464e4", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_bf1967e8710f32f1a65c67fb4b4", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "d87de232-74fb-4e72-8aaf-a07c5257d70a", - "fieldMetadataId": "44eb5272-311c-483a-91a1-59fc683ddc67", - "createdAt": "2026-02-27T01:17:26.882Z", - "updatedAt": "2026-02-27T01:17:26.882Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "universalIdentifier": "20202020-1ba1-48ba-bc83-ef7e5990ed10", - "nameSingular": "task", - "namePlural": "tasks", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "7f90d9d3-0e7a-4392-bc59-535efbe5ff3c", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": "T", - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Task", - "labelPlural": "Tasks", - "description": "A task", - "icon": "IconCheckbox", - "fieldsList": [ - { - "__typename": "Field", - "id": "14868caf-65c6-47cd-97e1-7cda3064ac0d", - "universalIdentifier": "20202020-a02a-4151-8a51-89abcdefabcd", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2d31c009-a760-4817-80c9-060998d14ba6", - "universalIdentifier": "20202020-a02b-4152-9b52-9abcdefabcde", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "34b65e7e-3ecd-4176-b174-30be74cfb39c", - "universalIdentifier": "20202020-a02c-4153-8c53-abcdefabcdef", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "63df565f-0b63-4e26-83f0-53b5014e316c", - "universalIdentifier": "20202020-a02d-4154-9d54-bcdefabcdefa", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f0206e70-2c6d-49d8-9db6-c9ce839183b8", - "universalIdentifier": "20202020-7d47-4690-8a98-98b9a0c05dd8", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Task record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7f90d9d3-0e7a-4392-bc59-535efbe5ff3c", - "universalIdentifier": "20202020-b386-4cb7-aa5a-08d4a4d92680", - "type": "TEXT", - "name": "title", - "label": "Title", - "description": "Task title", - "icon": "IconNotes", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "15cffcf2-ed38-4ee1-956a-d8bc9d2bef16", - "universalIdentifier": "20202020-4aa0-4ae8-898d-7df0afd47ab1", - "type": "RICH_TEXT", - "name": "bodyV2", - "label": "Body", - "description": "Task body", - "icon": "IconFilePencil", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bdb36854-d68b-472c-8b10-c4f484b95f00", - "universalIdentifier": "20202020-fd99-40da-951b-4cb9a352fce3", - "type": "DATE_TIME", - "name": "dueAt", - "label": "Due Date", - "description": "Task due date", - "icon": "IconCalendarEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f7bf94fe-1cbc-42e0-8b2c-0e8ef1ed8c64", - "universalIdentifier": "20202020-70bc-48f9-89c5-6aa730b151e0", - "type": "SELECT", - "name": "status", - "label": "Status", - "description": "Task status", - "icon": "IconCheck", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'TODO'", - "options": [ - { - "id": "20202020-3d31-4860-ad07-5c4603d44887", - "color": "sky", - "label": "To do", - "value": "TODO", - "position": 0 - }, - { - "id": "20202020-c559-4f8e-8b8e-21136da8684d", - "color": "purple", - "label": "In progress", - "value": "IN_PROGRESS", - "position": 1 - }, - { - "id": "20202020-c7a7-43ff-8226-f6a97a32759e", - "color": "green", - "label": "Done", - "value": "DONE", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e7b03c49-574d-4e0c-9999-96a06e00441d", - "universalIdentifier": "20202020-1a04-48ab-a567-576965ae5387", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fb08e529-8ab6-49a6-a46a-fdddd70d5ab4", - "universalIdentifier": "9e8bf518-f4ab-433e-9674-efb75fba2802", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e41415a2-ac36-4d2b-8a74-d28561f8cc37", - "universalIdentifier": "20202020-4746-4e2f-870c-52b02c67c90d", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"bodyV2Markdown\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "53fa1449-f637-49e0-9086-90c438cbe752", - "universalIdentifier": "20202020-794d-4783-a8ff-cecdb15be139", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Task attachments", - "icon": "IconFileImport", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "53fa1449-f637-49e0-9086-90c438cbe752", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8e9fc8f9-931f-4ab3-a921-e3d0aadd2483", - "universalIdentifier": "20202020-4d1d-41ac-b13b-621631298d65", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the task", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "8e9fc8f9-931f-4ab3-a921-e3d0aadd2483", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "230d06af-ad50-47d7-957c-a55068535bfc", - "name": "task" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "017ad6e6-1e18-47fc-abe3-5c332eca430f", - "universalIdentifier": "20202020-de9c-4d0e-a452-713d4a3e5fc7", - "type": "RELATION", - "name": "taskTargets", - "label": "Relations", - "description": "Task targets", - "icon": "IconArrowUpRight", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "017ad6e6-1e18-47fc-abe3-5c332eca430f", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "40044cb8-94ea-4468-92d1-7cd0c2aaf748", - "name": "task" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "universalIdentifier": "20202020-065a-4f42-a906-e20422c1753f", - "type": "RELATION", - "name": "assignee", - "label": "Assignee", - "description": "Task assignee", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "assigneeId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "name": "assignee" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "70156151-d92a-49ab-8f18-fb1ede8ccf09", - "name": "assignedTasks" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b9ef310f-dbd9-431b-a9ca-7ba0f7142d31", - "universalIdentifier": "20202020-c778-4278-99ee-23a2837aee64", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Timeline Activities linked to the task.", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b9ef310f-dbd9-431b-a9ca-7ba0f7142d31", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "568cb40b-b454-4ff6-bdc0-765b24afb93f", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_b5b4da613fc4d734f65fb1deb6b", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "80156830-3df4-4f12-b4a3-c4411ab51f77", - "fieldMetadataId": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "createdAt": "2026-02-27T01:17:26.896Z", - "updatedAt": "2026-02-27T01:17:26.896Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "6698678c-91e6-4466-a9ca-1d22c1b7ff0d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_d01a000cf26e1225d894dc3d364", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "8d188d90-7872-4d50-952b-19107a5053b8", - "fieldMetadataId": "e41415a2-ac36-4d2b-8a74-d28561f8cc37", - "createdAt": "2026-02-27T01:17:26.896Z", - "updatedAt": "2026-02-27T01:17:26.896Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "universalIdentifier": "20202020-e674-48e5-a542-72570eee7213", - "nameSingular": "person", - "namePlural": "people", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "ca449ef8-9e1f-4068-a495-aa0637aaa2f5", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": "P", - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": [ - [ - "nameFirstName", - "nameLastName" - ], - [ - "linkedinLinkPrimaryLinkUrl" - ], - [ - "emailsPrimaryEmail" - ] - ], - "labelSingular": "Person", - "labelPlural": "People", - "description": "A person", - "icon": "IconUser", - "fieldsList": [ - { - "__typename": "Field", - "id": "3707be18-4c9d-4822-9532-26d3dbb66667", - "universalIdentifier": "20202020-e01a-4141-8a41-456789abcdef", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "18f17d62-517d-4619-b4f6-391bd54a63ad", - "universalIdentifier": "20202020-e01b-4142-9b42-56789abcdefa", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "38b8660f-fc35-41a2-bac8-81b8c5ce2876", - "universalIdentifier": "20202020-e01c-4143-8c43-6789abcdefab", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b41c7b89-6125-4bfc-a049-f18b35449fd3", - "universalIdentifier": "20202020-e01d-4144-9d44-789abcdefabc", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ca449ef8-9e1f-4068-a495-aa0637aaa2f5", - "universalIdentifier": "20202020-3875-44d5-8c33-a6239011cab8", - "type": "FULL_NAME", - "name": "name", - "label": "Name", - "description": "Contact's name", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f846b233-9ac7-4222-88d5-f06ea1d97543", - "universalIdentifier": "20202020-3c51-43fa-8b6e-af39e29368ab", - "type": "EMAILS", - "name": "emails", - "label": "Emails", - "description": "Contact's Emails", - "icon": "IconMail", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": true, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "maxNumberOfValues": 1 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "31b75aea-4480-4bcb-a721-c7e865779d81", - "universalIdentifier": "20202020-f1af-48f7-893b-2007a73dd508", - "type": "LINKS", - "name": "linkedinLink", - "label": "Linkedin", - "description": "Contact's Linkedin account", - "icon": "IconBrandLinkedin", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e7c52f56-410c-457d-8fe3-7c07b373d1a5", - "universalIdentifier": "20202020-8fc2-487c-b84a-55a99b145cfd", - "type": "LINKS", - "name": "xLink", - "label": "X", - "description": "Contact's X/Twitter account", - "icon": "IconBrandX", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fa1ea693-2dd8-4ce5-8f18-ee29709d2142", - "universalIdentifier": "20202020-b0d0-415a-bef9-640a26dacd9b", - "type": "TEXT", - "name": "jobTitle", - "label": "Job Title", - "description": "Contact's job title", - "icon": "IconBriefcase", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7fb5b899-ee4a-43db-ae10-36f9688b130b", - "universalIdentifier": "20202020-0638-448e-8825-439134618022", - "type": "PHONES", - "name": "phones", - "label": "Phones", - "description": "Contact's phone numbers", - "icon": "IconPhone", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "maxNumberOfValues": 1 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c38ed21b-9e25-450e-a627-1085249ad83a", - "universalIdentifier": "20202020-5243-4ffb-afc5-2c675da41346", - "type": "TEXT", - "name": "city", - "label": "City", - "description": "Contact's city", - "icon": "IconMap", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2d5d150e-fb3c-4bd9-aa14-e4c0b49ce8d9", - "universalIdentifier": "20202020-b8a6-40df-961c-373dc5d2ec21", - "type": "TEXT", - "name": "avatarUrl", - "label": "Avatar", - "description": "Contact's avatar", - "icon": "IconFileUpload", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "42959c09-9e47-41b2-b5ff-a3093a3ee3c2", - "universalIdentifier": "20202020-a7c9-4e3d-8f1b-2d5a6b7c8e9f", - "type": "FILES", - "name": "avatarFile", - "label": "Avatar File", - "description": "Contact's avatar file", - "icon": "IconFileUpload", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "maxNumberOfValues": 1 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fb6daf83-9918-499b-98c2-c8d8d0d9b688", - "universalIdentifier": "20202020-fcd5-4231-aff5-fff583eaa0b1", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Person record Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "45a32fb5-0ebf-4a4f-a272-3d3ea1fafb7a", - "universalIdentifier": "20202020-f6ab-4d98-af24-a3d5b664148a", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "51bb8b5b-4e36-4193-af15-e154e8fc3a34", - "universalIdentifier": "e9e0dd35-184c-4742-84da-afadf45ce59a", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6054f5fa-2911-4282-84ee-7d713a069af6", - "universalIdentifier": "57d1d7ad-fa10-44fc-82f3-ad0959ec2534", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"nameFirstName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"nameLastName\"), '') || ' ' || \n COALESCE(public.unaccent_immutable(\"emailsPrimaryEmail\"), '') || ' ' ||\n COALESCE(public.unaccent_immutable(SPLIT_PART(\"emailsPrimaryEmail\", '@', 2)), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(\"emailsAdditionalEmails\"::text, '[]\",', ' ')), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(REPLACE(\"emailsAdditionalEmails\"::text, '@', ' '), '[]\",', ' ')), '') || ' ' || COALESCE(\"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(\"phonesPrimaryPhoneCallingCode\", '') || ' ' || COALESCE(\"phonesPrimaryPhoneCallingCode\" || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(REPLACE(\"phonesPrimaryPhoneCallingCode\", '+', '') || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE('0' || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(TRANSLATE(regexp_replace(\"phonesAdditionalPhones\"::text, '\"(number|countryCode|callingCode)\"\\s*:\\s*', '', 'g'), '[]{}\",:', ' '), '') || ' ' || COALESCE(public.unaccent_immutable(\"jobTitle\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1848414f-be0a-4243-8c17-bcebdf5da652", - "universalIdentifier": "20202020-cd97-451f-87fa-bcb789bdbf3a", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Attachments linked to the contact.", - "icon": "IconFileImport", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1848414f-be0a-4243-8c17-bcebdf5da652", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1e4ecf31-4538-4979-b5c7-77a4f0977498", - "universalIdentifier": "20202020-52ee-45e9-a702-b64b3753e3a9", - "type": "RELATION", - "name": "calendarEventParticipants", - "label": "Calendar Event Participants", - "description": "Calendar Event Participants", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1e4ecf31-4538-4979-b5c7-77a4f0977498", - "name": "calendarEventParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "2ea47fa7-556f-48ab-b8d9-e695280dfa38", - "name": "person" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bb9817f1-4487-4cfc-b743-6a5cd374cd78", - "universalIdentifier": "20202020-e2f3-448e-b34c-2d625f0025fd", - "type": "RELATION", - "name": "company", - "label": "Company", - "description": "Contact's company", - "icon": "IconBuildingSkyscraper", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "companyId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "bb9817f1-4487-4cfc-b743-6a5cd374cd78", - "name": "company" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "6e05d90c-7fce-4115-93c7-d5fa28a44e75", - "name": "people" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f84728f2-dffc-4e74-ac53-b7ebe5e787be", - "universalIdentifier": "20202020-4073-4117-9cf1-203bcdc91cbd", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the contact", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "f84728f2-dffc-4e74-ac53-b7ebe5e787be", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c60b72a9-d86d-4e45-935c-6a99103ac289", - "name": "person" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9b9e146a-5f80-42ef-9603-f254e8a30ff9", - "universalIdentifier": "20202020-498e-4c61-8158-fa04f0638334", - "type": "RELATION", - "name": "messageParticipants", - "label": "Message Participants", - "description": "Message Participants", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9b9e146a-5f80-42ef-9603-f254e8a30ff9", - "name": "messageParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d74c4e2a-279c-46bb-9729-b61c18342461", - "name": "person" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4c72443b-0c85-46b5-a23e-b5c056a5342c", - "universalIdentifier": "20202020-c8fc-4258-8250-15905d3fcfec", - "type": "RELATION", - "name": "noteTargets", - "label": "Notes", - "description": "Notes tied to the contact", - "icon": "IconNotes", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4c72443b-0c85-46b5-a23e-b5c056a5342c", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c91a81e6-4f92-4009-9fc3-185cd4259bba", - "universalIdentifier": "20202020-911b-4a7d-b67b-918aa9a5b33a", - "type": "RELATION", - "name": "pointOfContactForOpportunities", - "label": "Opportunities", - "description": "List of opportunities for which that person is the point of contact", - "icon": "IconTargetArrow", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c91a81e6-4f92-4009-9fc3-185cd4259bba", - "name": "pointOfContactForOpportunities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "6550d04e-1509-4f3d-946d-ba6694eb8605", - "name": "pointOfContact" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "25079ed0-3c1d-430e-a434-02f33bba6759", - "universalIdentifier": "20202020-584b-4d3e-88b6-53ab1fa03c3a", - "type": "RELATION", - "name": "taskTargets", - "label": "Tasks", - "description": "Tasks tied to the contact", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "25079ed0-3c1d-430e-a434-02f33bba6759", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "42350fbf-41d1-4f3b-b5f8-ac2e57f50632", - "universalIdentifier": "20202020-a43e-4873-9c23-e522de906ce5", - "type": "RELATION", - "name": "timelineActivities", - "label": "Events", - "description": "Events linked to the person", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "42350fbf-41d1-4f3b-b5f8-ac2e57f50632", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8f442178-4b4a-4bb9-a7f4-51c043ea72e1", - "universalIdentifier": "f53c055d-bc4d-408e-a9bc-113fbfccd42c", - "type": "TEXT", - "name": "intro", - "label": "Intro", - "description": "Contact's Intro", - "icon": "IconNote", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.141Z", - "updatedAt": "2026-02-27T01:17:28.141Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "88e4f08b-0a5d-420e-9fab-88b843e47aeb", - "universalIdentifier": "df987af3-f0ca-400d-b9d3-9a0489469d52", - "type": "PHONES", - "name": "whatsapp", - "label": "Whatsapp", - "description": "Contact's Whatsapp Number", - "icon": "IconBrandWhatsapp", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.141Z", - "updatedAt": "2026-02-27T01:17:28.141Z", - "defaultValue": { - "additionalPhones": null, - "primaryPhoneNumber": "''", - "primaryPhoneCallingCode": "'+33'", - "primaryPhoneCountryCode": "'FR'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "787f8754-2f93-4d4f-921c-f27724f9d6f7", - "universalIdentifier": "1500d388-bf38-4eef-a4c0-ab7e812ad37e", - "type": "MULTI_SELECT", - "name": "workPreference", - "label": "Work Preference", - "description": "Person's Work Preference", - "icon": "IconHome", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.141Z", - "updatedAt": "2026-02-27T01:17:28.141Z", - "defaultValue": null, - "options": [ - { - "id": "4d859724-93ba-46e7-af56-573c31f7a934", - "color": "green", - "label": "On-Site", - "value": "ON_SITE", - "position": 0 - }, - { - "id": "ec870b35-1762-4122-8abd-9e286f18d1b4", - "color": "turquoise", - "label": "Hybrid", - "value": "HYBRID", - "position": 1 - }, - { - "id": "04dbdf13-3bcd-4c94-8130-8aca4b750e90", - "color": "sky", - "label": "Remote Work", - "value": "REMOTE_WORK", - "position": 2 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bb97619a-05f5-46a0-a22c-d5efdb610664", - "universalIdentifier": "a3abd8f2-aec7-4c8e-bbc9-9e2059141e57", - "type": "RATING", - "name": "performanceRating", - "label": "Performance Rating", - "description": "Person's Performance Rating", - "icon": "IconStars", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.141Z", - "updatedAt": "2026-02-27T01:17:28.141Z", - "defaultValue": null, - "options": [ - { - "id": "6a60bd4c-8b16-48f1-8448-81de31c20a21", - "label": "1", - "value": "RATING_1", - "position": 0 - }, - { - "id": "78c094e5-6b72-4b2a-b003-619b1bc7db81", - "label": "2", - "value": "RATING_2", - "position": 1 - }, - { - "id": "94191599-7732-4846-ac9e-3a9e7ddc7802", - "label": "3", - "value": "RATING_3", - "position": 2 - }, - { - "id": "31c7992d-483e-4966-a34b-aeb06feb4eef", - "label": "4", - "value": "RATING_4", - "position": 3 - }, - { - "id": "ee240e09-0233-405c-b30f-a2ad129466c6", - "label": "5", - "value": "RATING_5", - "position": 4 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0d3ec59b-3ed9-4e25-9882-e58f0d7be540", - "universalIdentifier": "a4f077e4-8bc6-4a51-bec1-2746910fab23", - "type": "RELATION", - "name": "previousCompanies", - "label": "Previous Companies", - "description": "People tied to the Employment History", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.405Z", - "updatedAt": "2026-02-27T01:17:28.642Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY", - "junctionTargetFieldId": "af82354c-fc09-49e1-8a5c-dbf8bff020d7" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0d3ec59b-3ed9-4e25-9882-e58f0d7be540", - "name": "previousCompanies" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "9146ab09-84d2-46e0-b68c-f4947bc6f60d", - "name": "person" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7c515645-7061-4b47-a962-bd14f0ede49d", - "universalIdentifier": "4c561f69-7ef4-4099-9816-d51a1a501210", - "type": "RELATION", - "name": "caredForPets", - "label": "Cared For Pets", - "description": "People Pet Care Agreement", - "icon": "IconPaw", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.305Z", - "updatedAt": "2026-02-27T01:17:28.870Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY", - "junctionTargetFieldId": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "7c515645-7061-4b47-a962-bd14f0ede49d", - "name": "caredForPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0a27394a-f071-4155-a642-9b6700abb9d6", - "name": "caretaker" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "904bdd57-6607-4df5-999c-7285aef8ee54", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_ae09ff97967369e0644bacc0fce", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "f8019931-1122-4704-a60a-684477e2bb3c", - "fieldMetadataId": "bb9817f1-4487-4cfc-b743-6a5cd374cd78", - "createdAt": "2026-02-27T01:17:26.894Z", - "updatedAt": "2026-02-27T01:17:26.894Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "385f3131-682f-435d-a03b-04c552d29cbb", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_UNIQUE_87914cd3ce963115f8cb943e2ac", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": true, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "b83dd92f-189b-4217-82cc-8c9cbc3243df", - "fieldMetadataId": "f846b233-9ac7-4222-88d5-f06ea1d97543", - "createdAt": "2026-02-27T01:17:26.895Z", - "updatedAt": "2026-02-27T01:17:26.895Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "702755df-9cf4-4e51-bedd-9616d2c40083", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_bbd7aec1976fc684a0a5e4816c9", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "6939344f-01d0-4b00-bdee-1eb4841597e0", - "fieldMetadataId": "6054f5fa-2911-4282-84ee-7d713a069af6", - "createdAt": "2026-02-27T01:17:26.895Z", - "updatedAt": "2026-02-27T01:17:26.895Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "universalIdentifier": "20202020-977e-46b2-890b-c3002ddfd5c5", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "b9ef7340-2030-461d-9852-07de860559f5", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Connected Account", - "labelPlural": "Connected Accounts", - "description": "A connected account", - "icon": "IconAt", - "fieldsList": [ - { - "__typename": "Field", - "id": "756901a1-cb8d-4cf1-868a-316388872864", - "universalIdentifier": "20202020-c06a-4071-8a71-5c6d7e8f9aab", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "feb746a1-2eb5-491f-8b27-d9554147687c", - "universalIdentifier": "20202020-c06b-4072-9b72-6d7e8f9aabbc", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d16b097e-aab2-469f-a0eb-997e6ff73835", - "universalIdentifier": "20202020-c06c-4073-8c73-7e8f9aabbccd", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "68e75c2e-08e0-4d1d-8096-5aaffd1af1ed", - "universalIdentifier": "20202020-c06d-4074-9d74-8f9aabbccdde", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c4f45a0e-f6a1-44f0-bee4-168dd5120ed9", - "universalIdentifier": "e09c2463-9ca6-4004-97ce-6039e3161a5d", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6dc4a26d-b061-42a5-a8d5-07e832cb273f", - "universalIdentifier": "0a84c0e1-f9fc-47d5-8ac9-58538e50a9f9", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d874ba9a-cb95-4e0a-8abb-f6c14d32d087", - "universalIdentifier": "66b7bc3e-c99e-42b6-82e6-6f43142c0f2f", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Connected account record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b0236a2e-922e-4227-897c-d7eb87a5f55d", - "universalIdentifier": "140767fe-0aa4-4573-a0bd-67cb657c9452", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b9ef7340-2030-461d-9852-07de860559f5", - "universalIdentifier": "20202020-c804-4a50-bb05-b3a9e24f1dec", - "type": "TEXT", - "name": "handle", - "label": "handle", - "description": "The account handle (email, username, phone number, etc.)", - "icon": "IconMail", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d20eb007-9100-43ae-aaa7-77be2d0473c5", - "universalIdentifier": "20202020-ebb0-4516-befc-a9e95935efd5", - "type": "TEXT", - "name": "provider", - "label": "provider", - "description": "The account provider", - "icon": "IconSettings", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'google'", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8cb073d9-a38b-4977-8415-fc271c0ced61", - "universalIdentifier": "20202020-707b-4a0a-8753-2ad42efe1e29", - "type": "TEXT", - "name": "accessToken", - "label": "Access Token", - "description": "Messaging provider access token", - "icon": "IconKey", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "475864f2-0ff0-49e1-8c42-ee1ecade168c", - "universalIdentifier": "20202020-532d-48bd-80a5-c4be6e7f6e49", - "type": "TEXT", - "name": "refreshToken", - "label": "Refresh Token", - "description": "Messaging provider refresh token", - "icon": "IconKey", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8346c1e0-c501-49bf-ba94-e88475aa7e1b", - "universalIdentifier": "20202020-115c-4a87-b50f-ac4367a971b9", - "type": "TEXT", - "name": "lastSyncHistoryId", - "label": "Last sync history ID", - "description": "Last sync history ID", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cf7f9413-3dc2-4eb0-865c-f1ac5d0adb98", - "universalIdentifier": "20202020-d268-4c6b-baff-400d402b430a", - "type": "DATE_TIME", - "name": "authFailedAt", - "label": "Auth failed at", - "description": "Auth failed at", - "icon": "IconX", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7df95e62-a797-491a-bf7f-ca8b55d67fc2", - "universalIdentifier": "20202020-aa5e-4e85-903b-fdf90a941941", - "type": "DATE_TIME", - "name": "lastCredentialsRefreshedAt", - "label": "Last credentials refreshed at", - "description": "Last credentials refreshed at", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2a806817-2395-4cd6-8cab-f16b61a09f23", - "universalIdentifier": "20202020-8a3d-46be-814f-6228af16c47b", - "type": "TEXT", - "name": "handleAliases", - "label": "Handle Aliases", - "description": "Handle Aliases", - "icon": "IconMail", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "35915e09-d2d5-4401-98b4-f697ab9a6876", - "universalIdentifier": "20202020-8a3d-46be-814f-6228af16c47c", - "type": "ARRAY", - "name": "scopes", - "label": "Scopes", - "description": "Scopes", - "icon": "IconSettings", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a107fa6b-cc91-47af-b577-77db2af0bdb9", - "universalIdentifier": "20202020-a1b2-46be-814f-6228af16c481", - "type": "RAW_JSON", - "name": "connectionParameters", - "label": "Custom Connection Parameters", - "description": "JSON object containing custom connection parameters", - "icon": "IconSettings", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "583f6285-3cb1-4358-be64-339984436045", - "universalIdentifier": "20202020-af4a-47bb-99ec-51911c1d3977", - "type": "RELATION", - "name": "calendarChannels", - "label": "Calendar Channels", - "description": "Calendar Channels", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "28d82d16-3079-4669-a560-cc3e7eb0cdcb", - "nameSingular": "calendarChannel", - "namePlural": "calendarChannels" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "583f6285-3cb1-4358-be64-339984436045", - "name": "calendarChannels" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "2d5fa76f-3b75-4f23-83fa-39db5ed38f57", - "name": "connectedAccount" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "82974602-49aa-43a9-8623-28a0222cc204", - "universalIdentifier": "20202020-3517-4896-afac-b1d0aa362af6", - "type": "RELATION", - "name": "accountOwner", - "label": "Account Owner", - "description": "Account Owner", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "accountOwnerId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "82974602-49aa-43a9-8623-28a0222cc204", - "name": "accountOwner" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c27331d0-0ae9-4c42-ae82-5b518cf9ec44", - "name": "connectedAccounts" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5cbe30fd-39bd-4f9b-a79a-6d96a012b445", - "universalIdentifier": "20202020-24f7-4362-8468-042204d1e445", - "type": "RELATION", - "name": "messageChannels", - "label": "Message Channels", - "description": "Message Channels", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", - "nameSingular": "connectedAccount", - "namePlural": "connectedAccounts" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5cbe30fd-39bd-4f9b-a79a-6d96a012b445", - "name": "messageChannels" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "44eb5272-311c-483a-91a1-59fc683ddc67", - "name": "connectedAccount" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "5e20a513-5997-4c23-a0b8-8a4b55e9384d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_3c8bbe54bd34f40dfe2d05ac964", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "b151f41a-f3a2-483d-897b-7e0f723ba676", - "fieldMetadataId": "82974602-49aa-43a9-8623-28a0222cc204", - "createdAt": "2026-02-27T01:17:26.874Z", - "updatedAt": "2026-02-27T01:17:26.874Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "universalIdentifier": "20202020-5a9a-44e8-95df-771cd06d0fb1", - "nameSingular": "taskTarget", - "namePlural": "taskTargets", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "2950701d-9a1d-4217-89d8-8b075cad6ec0", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Task Target", - "labelPlural": "Task Targets", - "description": "A task target", - "icon": "IconCheckbox", - "fieldsList": [ - { - "__typename": "Field", - "id": "2950701d-9a1d-4217-89d8-8b075cad6ec0", - "universalIdentifier": "20202020-a03a-4161-8a61-cdefabcdefab", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8a82da89-7cb4-4b50-83a3-9e158283b823", - "universalIdentifier": "20202020-a03b-4162-9b62-defabcdefabc", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "85553d97-89b4-4124-947a-c138ff3079b6", - "universalIdentifier": "20202020-a03c-4163-8c63-efabcdefabcd", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "52182f13-c288-4f03-9e64-4ab2d9b3c75c", - "universalIdentifier": "20202020-a03d-4164-9d64-fabcdefabcde", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "40fc8db0-26fa-40e8-a170-5af18a4f6da8", - "universalIdentifier": "65fe2a53-45e4-4225-9711-b827f55e51cc", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "30fa6e18-632c-4294-976f-150ef3be2b95", - "universalIdentifier": "bea3734f-aff2-49ed-9dc9-d4666a2e2178", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1e848b98-4071-407b-985a-b712b94aca0a", - "universalIdentifier": "4216c06a-498b-4111-9577-d9bcbccdda39", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "TaskTarget record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bdac3f67-7553-4b9b-9888-5e72ec3ff68c", - "universalIdentifier": "8768a9c0-37c0-4465-b86d-c4c7f466ec23", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "40044cb8-94ea-4468-92d1-7cd0c2aaf748", - "universalIdentifier": "20202020-e881-457a-8758-74aaef4ae78a", - "type": "RELATION", - "name": "task", - "label": "Task", - "description": "TaskTarget task", - "icon": "IconCheckbox", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "taskId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "40044cb8-94ea-4468-92d1-7cd0c2aaf748", - "name": "task" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "017ad6e6-1e18-47fc-abe3-5c332eca430f", - "name": "taskTargets" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "universalIdentifier": "da729d33-7c53-4c08-907e-1f6b5084b9c7", - "type": "MORPH_RELATION", - "name": "target", - "label": "PetCareAgreement", - "description": "TaskTargets Pet Care Agreement", - "icon": "IconCheckbox", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "targetPetCareAgreementId" - }, - "isLabelSyncedWithName": false, - "morphId": "20202020-f636-435d-ab8d-e1168b375c71", - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": [ - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "11576aee-6293-4ea2-9815-31c1001679aa", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d7f6546e-0759-456d-a45d-abf106898378", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "2ca55499-a2e8-457d-8f31-531b1598e758", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "be913b69-a9db-4fb6-b803-9be42723ca99", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "17bdc140-c821-4917-ba8d-8409355567ed", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "61d23471-5a4f-442e-ac77-98d2b4322b61", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "25079ed0-3c1d-430e-a434-02f33bba6759", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "bc702a8a-a25b-4d05-8ccf-b507980d9c98", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "e1c6b2d8-889e-49a0-8343-1df45b593641", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6c352f73-c5c0-4027-9890-c380a506b152", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1f9f3c79-d695-4802-bc94-aeed27a3e018", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4f4be142-c952-40e5-b6bd-724d2d4c02da", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "e04459a5-f37b-47d1-9afe-829e4255fd3f", - "name": "taskTargets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b0c16684-93ee-496f-a866-f75f9e368b63", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "5d3c4923-b4f0-4959-bce0-48e6be052104", - "name": "taskTargets" - } - } - ] - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "1cd0674a-b32d-444d-90a5-c2e3460040fe", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_74ad70941560ba6b2a179ad460c", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "7aa39e9c-345e-43c1-bee5-68ab8d64cdfb", - "fieldMetadataId": "40044cb8-94ea-4468-92d1-7cd0c2aaf748", - "createdAt": "2026-02-27T01:17:26.897Z", - "updatedAt": "2026-02-27T01:17:26.897Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "29c6ee23-b903-4490-a8f3-ce3d29575bb0", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f3d9b01b0d587804e7beeb2a534", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "d2f0e8ed-d01f-4082-8a89-a7f094b4da79", - "fieldMetadataId": "61d23471-5a4f-442e-ac77-98d2b4322b61", - "createdAt": "2026-02-27T01:17:26.898Z", - "updatedAt": "2026-02-27T01:17:26.898Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "1d403537-2866-48c6-aeaf-de9b9a1868d1", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_419778384cd97935db3e246f589", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "524a76ff-89b8-46a1-a582-089691c4b825", - "fieldMetadataId": "d7f6546e-0759-456d-a45d-abf106898378", - "createdAt": "2026-02-27T01:17:26.898Z", - "updatedAt": "2026-02-27T01:17:26.898Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "0de83b7d-4bc3-4791-ae95-cd923c9e6367", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f0e95ec5e72b91f28fffac1201b", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "96274b15-455f-49c1-b8e5-bbe37aa0ae76", - "fieldMetadataId": "be913b69-a9db-4fb6-b803-9be42723ca99", - "createdAt": "2026-02-27T01:17:26.899Z", - "updatedAt": "2026-02-27T01:17:26.899Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "universalIdentifier": "20202020-8f1d-4eef-9f85-0d1965e27221", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "5d03af86-bbfb-4e94-8053-6212543697ac", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Calendar event", - "labelPlural": "Calendar events", - "description": "Calendar events", - "icon": "IconCalendar", - "indexMetadataList": [], - "fieldsList": [ - { - "__typename": "Field", - "id": "11f20dfb-79cd-4576-9bd0-85b0c59b0aa7", - "universalIdentifier": "20202020-641a-4ffe-960d-c3c186d95b17", - "type": "TEXT", - "name": "location", - "label": "Location", - "description": "Location", - "icon": "IconMapPin", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9d0c00e2-576f-46a1-a676-53926ee3c2ae", - "universalIdentifier": "20202020-335b-4e04-b470-43b84b64863c", - "type": "BOOLEAN", - "name": "isCanceled", - "label": "Is canceled", - "description": "Is canceled", - "icon": "IconCalendarCancel", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "282d3888-50d2-4c2b-a8de-0e3b279c447a", - "universalIdentifier": "20202020-551c-402c-bb6d-dfe9efe86bcb", - "type": "BOOLEAN", - "name": "isFullDay", - "label": "Is Full Day", - "description": "Is Full Day", - "icon": "IconHours24", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f7a48639-7b0a-4a53-8bab-00cad2e94ee2", - "universalIdentifier": "20202020-2c57-4c75-93c5-2ac950a6ed67", - "type": "DATE_TIME", - "name": "startsAt", - "label": "Start Date", - "description": "Start Date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e7fa3139-480e-4e92-a480-9396bdf23fdb", - "universalIdentifier": "20202020-2554-4ee1-a617-17907f6bab21", - "type": "DATE_TIME", - "name": "endsAt", - "label": "End Date", - "description": "End Date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "68d01723-987a-4672-8f46-79ff306fec51", - "universalIdentifier": "20202020-9f03-4058-a898-346c62181599", - "type": "DATE_TIME", - "name": "externalCreatedAt", - "label": "Creation DateTime", - "description": "Creation DateTime", - "icon": "IconCalendarPlus", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d5cbf6f8-daad-4a96-ba39-bfbe29cb9f8f", - "universalIdentifier": "20202020-b355-4c18-8825-ef42c8a5a755", - "type": "DATE_TIME", - "name": "externalUpdatedAt", - "label": "Update DateTime", - "description": "Update DateTime", - "icon": "IconCalendarCog", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7b6b25e6-4224-4f0d-b349-f69343996d7e", - "universalIdentifier": "20202020-52c4-4266-a98f-e90af0b4d271", - "type": "TEXT", - "name": "description", - "label": "Description", - "description": "Description", - "icon": "IconFileDescription", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "73efa64e-ab0d-4ead-8562-b21aff4f994d", - "universalIdentifier": "20202020-c04a-4051-8a51-9cadbe0f1e2d", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e45458d7-7d52-41c0-885d-8341c44d78ff", - "universalIdentifier": "20202020-c04b-4052-9b52-adbecf1f2e3e", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a6a83229-d7c4-4059-914d-b4111a943301", - "universalIdentifier": "20202020-c04c-4053-8c53-becf0f2f3e4f", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ba2ef980-0f9a-43cd-88df-8045bcc9e9c0", - "universalIdentifier": "20202020-c04d-4054-9d54-cd0f1f3f4e5f", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "13bd2cb4-ec9e-47e7-8a82-fcbe7e7dac38", - "universalIdentifier": "664a9500-2641-4caa-8d95-069807bb2eb4", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6e8f926c-d864-428c-b550-6f615de816d0", - "universalIdentifier": "1081c196-d675-4801-b9e1-7d8637b48eab", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "53bc36cf-7847-4a5e-9204-0f838be85ecc", - "universalIdentifier": "e9488e9a-0abe-4500-8c1d-bfbd6b8cffad", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Calendar event record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7c4c609c-41ff-4267-8603-046d4856a8a3", - "universalIdentifier": "b9e7825c-d491-4414-b904-910c00b5b93b", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5d03af86-bbfb-4e94-8053-6212543697ac", - "universalIdentifier": "20202020-080e-49d1-b21d-9702a7e2525c", - "type": "TEXT", - "name": "title", - "label": "Title", - "description": "Title", - "icon": "IconH1", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dc0e8408-565d-4a94-a4c0-ef481da96070", - "universalIdentifier": "20202020-f24b-45f4-b6a3-d2f9fcb98714", - "type": "TEXT", - "name": "iCalUid", - "label": "iCal UID", - "description": "iCal UID", - "icon": "IconKey", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a477c18a-85c7-474f-803a-b06ae1db89cf", - "universalIdentifier": "20202020-1c3f-4b5a-b526-5411a82179eb", - "type": "TEXT", - "name": "conferenceSolution", - "label": "Conference Solution", - "description": "Conference Solution", - "icon": "IconScreenShare", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4dbc9cf8-9c3f-40e4-9c6e-83fb2aa10892", - "universalIdentifier": "20202020-35da-43ef-9ca0-e936e9dc237b", - "type": "LINKS", - "name": "conferenceLink", - "label": "Meet Link", - "description": "Meet Link", - "icon": "IconLink", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "407c8165-eba1-4f1a-8778-a381afa8c21c", - "universalIdentifier": "20202020-bdf8-4572-a2cc-ecbb6bcc3a02", - "type": "RELATION", - "name": "calendarChannelEventAssociations", - "label": "Calendar Channel Event Associations", - "description": "Calendar Channel Event Associations", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "aa5c2ea8-3c4e-49c4-857d-ccc02378f49c", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "407c8165-eba1-4f1a-8778-a381afa8c21c", - "name": "calendarChannelEventAssociations" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "9e024610-3ebd-4863-beb8-f68c19f457be", - "name": "calendarEvent" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d417b03a-2915-43c8-a8c4-21608eea7b11", - "universalIdentifier": "20202020-e07e-4ccb-88f5-6f3d00458eec", - "type": "RELATION", - "name": "calendarEventParticipants", - "label": "Event Participants", - "description": "Event Participants", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d417b03a-2915-43c8-a8c4-21608eea7b11", - "name": "calendarEventParticipants" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "66d2c6fd-1562-4066-b612-355625981913", - "name": "calendarEvent" - } - }, - "morphRelations": null - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "universalIdentifier": "1221d973-7c84-46e7-b435-8d506d9ef16b", - "nameSingular": "pet", - "namePlural": "pets", - "isCustom": true, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "labelIdentifierFieldMetadataId": "32a344f6-f9c8-4288-8707-b11f22e1d99b", - "imageIdentifierFieldMetadataId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Pet", - "labelPlural": "Pets", - "description": "", - "icon": "IconCat", - "fieldsList": [ - { - "__typename": "Field", - "id": "32a344f6-f9c8-4288-8707-b11f22e1d99b", - "universalIdentifier": "a42d0778-1132-489a-8d12-dc1b23a1ef0f", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Name", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9a858d38-c8c4-49e4-80b7-394afb97fb88", - "universalIdentifier": "abd88431-f6fa-43db-81ac-c0af1a186774", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": true, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2a944f7a-f105-43a5-9736-0d3f9924f2e5", - "universalIdentifier": "77ad9724-4067-49cf-93ec-b49bc9a45b54", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "30faf848-06fc-4eaf-9e44-23375651aec1", - "universalIdentifier": "d7b71b49-f2e4-4e6b-a9ea-1d60d217c9cb", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "953234d6-ae31-42e5-81d2-24cdc2e667e5", - "universalIdentifier": "f519d87a-a7ed-46aa-9ca5-331271f26eda", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Deletion date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "090ea353-4dfb-40f2-9595-cc0664f02ffd", - "universalIdentifier": "c5f5154b-3b46-4a93-b544-cc881b0b9f39", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "86cdb011-25bc-4d99-b8a3-b8fcc15eec4c", - "universalIdentifier": "169fc891-3739-4736-86d8-a73d35922c26", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Search vector", - "icon": "IconSearch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3530b13b-24c2-4e2b-8c8b-a041727d0049", - "universalIdentifier": "42edce9c-638e-4450-957d-4c3254e95e33", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cd90d262-aa96-40be-a9ec-638d2cc8a7cb", - "universalIdentifier": "0f80ce2b-b1b9-4e81-8fc7-91d4f08be399", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c3b04d6e-4644-4a6d-8949-5c2476574aa3", - "universalIdentifier": "165d19f5-4e16-4e7c-9653-f74dfe5aca40", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Pets tied to the Timeline Activity", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c3b04d6e-4644-4a6d-8949-5c2476574aa3", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "90830515-2b58-4398-bdd5-cbe9408a2680", - "universalIdentifier": "ebb365e4-43d9-45c1-84e0-a691ec81e877", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Pets tied to the Favorite", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "90830515-2b58-4398-bdd5-cbe9408a2680", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1fdc12a0-c2d3-4dd5-9b1b-45a435361b78", - "name": "pet" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cc148bdf-b070-4bdf-9ae0-21005ce6ff77", - "universalIdentifier": "13278556-8a12-4df7-9ac0-f12eb70f0771", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Pets tied to the Attachment", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "cc148bdf-b070-4bdf-9ae0-21005ce6ff77", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5aa9be29-57c9-4f2a-968d-47bb2762e383", - "universalIdentifier": "eff8139f-42a0-4c2c-a04b-e3a6630d1307", - "type": "RELATION", - "name": "noteTargets", - "label": "Note Targets", - "description": "Pets tied to the Note Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5aa9be29-57c9-4f2a-968d-47bb2762e383", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1f9f3c79-d695-4802-bc94-aeed27a3e018", - "universalIdentifier": "ce33f423-2254-4a61-acdf-fbbb7f660d8e", - "type": "RELATION", - "name": "taskTargets", - "label": "Task Targets", - "description": "Pets tied to the Task Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1f9f3c79-d695-4802-bc94-aeed27a3e018", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c71ebb04-5c7b-411f-b0b4-3a2b33969391", - "universalIdentifier": "ee00b482-fe51-49a1-b443-61a6465fb16a", - "type": "SELECT", - "name": "species", - "label": "Species", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": [ - { - "id": "906b5041-200f-4a61-83ce-b2fc34bded52", - "color": "blue", - "label": "Dog", - "value": "DOG", - "position": 0 - }, - { - "id": "213105fb-e8f1-43ed-9d72-25f0e16a686a", - "color": "red", - "label": "Cat", - "value": "CAT", - "position": 1 - }, - { - "id": "467e266c-e153-4518-b2e9-314354435970", - "color": "green", - "label": "Bird", - "value": "BIRD", - "position": 2 - }, - { - "id": "3f50166e-b0ae-430c-8132-a9554854e827", - "color": "yellow", - "label": "Fish", - "value": "FISH", - "position": 3 - }, - { - "id": "e9aea894-9d0c-4222-ab58-071948cdc411", - "color": "purple", - "label": "Rabbit", - "value": "RABBIT", - "position": 4 - }, - { - "id": "66e2b17e-a1e8-4838-bee8-9e3c81c8c4e1", - "color": "orange", - "label": "Hamster", - "value": "HAMSTER", - "position": 5 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a4e49b5a-ea74-4982-9f3d-d9d102d9cb04", - "universalIdentifier": "c9017922-c281-434a-9c8f-68690a273805", - "type": "MULTI_SELECT", - "name": "traits", - "label": "Traits", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": [ - { - "id": "42a968bb-b36d-4b8d-bf4c-946949b01b39", - "color": "blue", - "label": "Playful", - "value": "PLAYFUL", - "position": 0 - }, - { - "id": "a24003e1-ca8c-4adc-a7f7-05184bd29a6e", - "color": "red", - "label": "Friendly", - "value": "FRIENDLY", - "position": 1 - }, - { - "id": "c0b9dc41-b94f-4f70-9794-8a5a90656624", - "color": "green", - "label": "Protective", - "value": "PROTECTIVE", - "position": 2 - }, - { - "id": "5e545253-211f-439e-bb49-731f7508808c", - "color": "yellow", - "label": "Shy", - "value": "SHY", - "position": 3 - }, - { - "id": "ab3b2195-c35f-49aa-a7b9-ae7262be2d5b", - "color": "purple", - "label": "Brave", - "value": "BRAVE", - "position": 4 - }, - { - "id": "d1930d05-3c65-4726-be5c-26a6847dece1", - "color": "orange", - "label": "Curious", - "value": "CURIOUS", - "position": 5 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "869414cf-b570-41a5-b7fb-750994a3b41d", - "universalIdentifier": "f748eea7-86c6-441d-8aa4-3ecca3e2c1b8", - "type": "TEXT", - "name": "comments", - "label": "Comments", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c1bf9c8e-dd3b-4726-aa1a-924b02fcdc24", - "universalIdentifier": "d0298500-f6e5-4361-9283-52f5c448bf9d", - "type": "NUMBER", - "name": "age", - "label": "Age", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "69e45153-70a1-4f81-8aa9-be0bd2930cba", - "universalIdentifier": "42342840-da51-4a2e-8a45-da4443f48b15", - "type": "ADDRESS", - "name": "location", - "label": "Location", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fb39a805-3996-41c1-ae64-d73aadf7698c", - "universalIdentifier": "e5d1e756-c33e-4ada-8b1a-b2b2db74609b", - "type": "PHONES", - "name": "vetPhone", - "label": "Vet phone", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bf9e4c63-5238-453b-baf0-18bdbadf509d", - "universalIdentifier": "40537cac-eed3-4123-9c4e-ba221c593d86", - "type": "EMAILS", - "name": "vetEmail", - "label": "Vet email", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "449389ad-12b8-4dd9-a84b-30092a9f5781", - "universalIdentifier": "bd2ef23d-7916-4f29-a4b9-458567832eb9", - "type": "DATE", - "name": "birthday", - "label": "Birthday", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "17368e9d-ae76-4636-be45-acf15c0c06e5", - "universalIdentifier": "e4867f1f-69e6-4386-9818-1033af29fea0", - "type": "BOOLEAN", - "name": "isGoodWithKids", - "label": "Is good with kids", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "93abbadd-0c08-4ed1-8a3a-46c269cc89e0", - "universalIdentifier": "bfeb0444-f6f5-4efa-a415-952bff075afb", - "type": "LINKS", - "name": "pictures", - "label": "Pictures", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3bdc06e1-f945-4464-b3e7-85dfdeb98b69", - "universalIdentifier": "09dbd981-9512-4743-8358-1fe3d7b01365", - "type": "CURRENCY", - "name": "averageCostOfKibblePerMonth", - "label": "Average cost of kibble per month", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b991048c-2bf8-459c-bbd8-0d781525efe2", - "universalIdentifier": "8310c9c4-6f95-4735-89f3-b43acb97c47d", - "type": "FULL_NAME", - "name": "makesOwnerThinkOf", - "label": "Makes its owner think of", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "19e32d90-1c52-4557-b391-d5cb0048d9ed", - "universalIdentifier": "b5914e9e-eb9b-4469-bfd8-5fd22bbfaf39", - "type": "RATING", - "name": "soundSwag", - "label": "Sound swag (bark style, meow style, etc.)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": [ - { - "id": "d1cb8506-ccde-4713-87f7-019dff79e70e", - "label": "1", - "value": "RATING_1", - "position": 0 - }, - { - "id": "3de0eab2-3e2b-4d25-a0a4-19ec7a0befa9", - "label": "2", - "value": "RATING_2", - "position": 1 - }, - { - "id": "4b2fc732-0aa5-4e2c-a428-a472ca69f9cf", - "label": "3", - "value": "RATING_3", - "position": 2 - }, - { - "id": "38fa9975-3587-4bfd-8fbd-c93c43a4a6eb", - "label": "4", - "value": "RATING_4", - "position": 3 - }, - { - "id": "0332bf11-2c76-4a21-8dbb-546768a76d0f", - "label": "5", - "value": "RATING_5", - "position": 4 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7700d2ac-0643-44a2-acd0-f0bb446bc08c", - "universalIdentifier": "107ed3e9-2ae0-43ef-a2d6-3f24bc54c2a5", - "type": "TEXT", - "name": "bio", - "label": "Bio", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "95566b05-a69e-4cf0-a31a-2b9d837ba186", - "universalIdentifier": "de4b9fcb-5d05-472a-b86d-20b4b792772d", - "type": "ARRAY", - "name": "interestingFacts", - "label": "Interesting facts", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8e7e458a-657f-4baf-a1cf-750ad79ab109", - "universalIdentifier": "6b5defaa-cd1e-4a7d-8cca-6c58e8c2a6fd", - "type": "RAW_JSON", - "name": "extraData", - "label": "Extra data", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.590Z", - "updatedAt": "2026-02-27T01:17:27.590Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "30091ffc-504e-49ae-b1eb-1633616a1fd0", - "universalIdentifier": "68774f31-dbc9-48e8-91e0-10ab140be7f2", - "type": "RELATION", - "name": "caretakers", - "label": "Caretakers", - "description": "Pets tied to the Pet Care Agreement", - "icon": "IconUser", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.543Z", - "updatedAt": "2026-02-27T01:17:28.757Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY", - "junctionTargetFieldId": "0a27394a-f071-4155-a642-9b6700abb9d6" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "30091ffc-504e-49ae-b1eb-1633616a1fd0", - "name": "caretakers" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0", - "name": "pet" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8ea29616-1e89-4351-b5e1-ca7ad4f78014", - "universalIdentifier": "2b5ea799-0083-40b0-b0f9-828a9f115243", - "type": "MORPH_RELATION", - "name": "polymorphicOwner", - "label": "Polymorphic Owner", - "description": "Pets tied to the Survey result", - "icon": "IconRelationManyToOne", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.223Z", - "updatedAt": "2026-02-27T01:17:28.223Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "polymorphicOwnerSurveyResultId" - }, - "isLabelSyncedWithName": false, - "morphId": "eae8aa4a-eb2e-44c9-bfac-c88ee40b5e76", - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": [ - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "8ea29616-1e89-4351-b5e1-ca7ad4f78014", - "name": "polymorphicOwner" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3b251609-1144-4599-9e7f-58dc0572f646", - "name": "ownedPets" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d13d54dd-6a73-4a76-9a92-c14fe6c92e68", - "name": "polymorphicOwner" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "6570d066-45a4-43f4-a508-e33a672f11f4", - "name": "ownedPets" - } - } - ] - }, - { - "__typename": "Field", - "id": "df1f2bd4-22fe-4c38-b051-66608169f8bf", - "universalIdentifier": "2b055af6-f7c4-4699-83f2-8e1d82fe2428", - "type": "MORPH_RELATION", - "name": "polymorphicHelper", - "label": "Polymorphic Helper", - "description": "Pets tied to the Survey result", - "icon": "IconRelationOneToMany", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.224Z", - "updatedAt": "2026-02-27T01:17:28.224Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": "7d113231-fa2a-4430-931b-b18867dca952", - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": [ - { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "df1f2bd4-22fe-4c38-b051-66608169f8bf", - "name": "polymorphicHelper" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "a8693002-794c-4096-a09d-d347a73ec4a1", - "name": "helpedPets" - } - }, - { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "f92b3b1e-99ce-41c4-be77-af0c5acabd66", - "name": "polymorphicHelper" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "9625cbbd-d058-430c-b85a-5a7c1527183c", - "name": "helpedPets" - } - } - ] - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "d18a6ed6-3200-4121-a4a9-bae8dc78b045", - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "name": "IDX_82c02a6c94da4f260020dfb54b9", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "344600d7-2410-4340-acc7-ad6eb81e9351", - "fieldMetadataId": "86cdb011-25bc-4d99-b8a3-b8fcc15eec4c", - "createdAt": "2026-02-27T01:17:27.413Z", - "updatedAt": "2026-02-27T01:17:27.413Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "09ef442e-dc44-468b-a5cc-c1719b9d95ed", - "createdAt": "2026-02-27T01:17:28.223Z", - "updatedAt": "2026-02-27T01:17:28.223Z", - "name": "IDX_4dda151ad87a8e853437e6a9905", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "0869c3dd-2315-4338-aedb-34ddf7f457bf", - "fieldMetadataId": "8ea29616-1e89-4351-b5e1-ca7ad4f78014", - "createdAt": "2026-02-27T01:17:28.240Z", - "updatedAt": "2026-02-27T01:17:28.240Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "e3e1762f-f61c-4c4c-9b11-205e58c56d37", - "createdAt": "2026-02-27T01:17:28.223Z", - "updatedAt": "2026-02-27T01:17:28.223Z", - "name": "IDX_0658daa5af230af11406a847c00", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "27a962f5-b179-4c9c-a446-d5dd9f7a5287", - "fieldMetadataId": "d13d54dd-6a73-4a76-9a92-c14fe6c92e68", - "createdAt": "2026-02-27T01:17:28.242Z", - "updatedAt": "2026-02-27T01:17:28.242Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "universalIdentifier": "20202020-ad1e-4127-bccb-d83ae04d2ccb", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "53b35f53-f6ef-4573-a8c2-c467aa47142a", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message Channel Message Association", - "labelPlural": "Message Channel Message Associations", - "description": "Message Synced with a Message Channel", - "icon": "IconMessage", - "fieldsList": [ - { - "__typename": "Field", - "id": "53b35f53-f6ef-4573-a8c2-c467aa47142a", - "universalIdentifier": "20202020-b01a-40b1-8ab1-5a6b7c8d9eaf", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8dd1bdbe-7ad7-4221-8c6d-d58ab01c41ce", - "universalIdentifier": "20202020-b01b-40b2-9bb2-6b7c8d9eafba", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b801999c-a67d-4860-9755-8cbe93bee535", - "universalIdentifier": "20202020-b01c-40b3-8cb3-7c8d9eafbacb", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "108ebd05-eee2-4494-89a2-1e35c3f5231a", - "universalIdentifier": "20202020-b01d-40b4-9db4-8d9eafbacbdc", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b4d4bf87-93cf-4413-8985-9de4baaa6080", - "universalIdentifier": "ce7dc96f-dd33-4bce-9505-cbd381440cec", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8fc0bfc0-8756-4251-83fc-2215c1e4f73c", - "universalIdentifier": "334d2ad6-4bc4-4b51-9c92-8ad57652475e", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b8257aed-1bcd-4822-8636-cb42add15d26", - "universalIdentifier": "45d1e083-90d6-4507-b68a-454a9dc3a540", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message channel message association record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a02043c2-cd3f-4cb0-8a84-996aa05e8d4a", - "universalIdentifier": "edddd409-d9f0-4b93-8e3f-37faef6a3387", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"messageExternalId\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "35d1017e-21e3-45d0-ba6d-f5d9210bfe74", - "universalIdentifier": "20202020-37d6-438f-b6fd-6503596c8f34", - "type": "TEXT", - "name": "messageExternalId", - "label": "Message External Id", - "description": "Message id from the messaging provider", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8adf0477-0e11-45aa-9765-a676f1bcd687", - "universalIdentifier": "20202020-35fb-421e-afa0-0b8e8f7f9018", - "type": "TEXT", - "name": "messageThreadExternalId", - "label": "Thread External Id", - "description": "Thread id from the messaging provider", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8c2cf23c-b6e4-40da-b490-c1320c631966", - "universalIdentifier": "75c9b0f7-9e76-44d4-a2f9-47051e61eec7", - "type": "SELECT", - "name": "direction", - "label": "Direction", - "description": "Message Direction", - "icon": "IconDirection", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'INCOMING'", - "options": [ - { - "id": "20202020-3075-4e35-b6a1-27db444a4668", - "color": "green", - "label": "Incoming", - "value": "INCOMING", - "position": 0 - }, - { - "id": "20202020-a15f-4512-9202-391a3c0bbed3", - "color": "blue", - "label": "Outgoing", - "value": "OUTGOING", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d0f39dc4-f79d-4409-94fc-f3af14c209ad", - "universalIdentifier": "20202020-da5d-4ac5-8743-342ab0a0336b", - "type": "RELATION", - "name": "message", - "label": "Message Id", - "description": "Message Id", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d0f39dc4-f79d-4409-94fc-f3af14c209ad", - "name": "message" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "287d80c0-0349-45d8-ba03-a228b85039e8", - "name": "messageChannelMessageAssociations" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ab65a1a2-05e3-415d-916f-ed3e982cc9d1", - "universalIdentifier": "20202020-b658-408f-bd46-3bd2d15d7e52", - "type": "RELATION", - "name": "messageChannel", - "label": "Message Channel Id", - "description": "Message Channel Id", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageChannelId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ab65a1a2-05e3-415d-916f-ed3e982cc9d1", - "name": "messageChannel" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "42e10048-928c-416b-9995-199e283a2ab0", - "name": "messageChannelMessageAssociations" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "77a13f56-bcad-494a-bb98-8dac321d6e8f", - "universalIdentifier": "20202020-fac8-42a8-94dd-44dbc920ae16", - "type": "RELATION", - "name": "messageThread", - "label": "Message Thread Id", - "description": "Message Thread Id", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageThreadId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "26f62a07-444a-44b2-abf6-70037ab95e25", - "nameSingular": "messageThread", - "namePlural": "messageThreads" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "77a13f56-bcad-494a-bb98-8dac321d6e8f", - "name": "messageThread" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "926f50f3-c3f3-4439-99f6-21d987e90a96", - "name": "messageChannelMessageAssociations" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "02112f8c-2dde-4be4-8ea9-944f10212be8", - "universalIdentifier": "9bfc9da7-ae2d-44fd-9563-ede90c5d6222", - "type": "RELATION", - "name": "messageFolders", - "label": "Message Folders", - "description": "Message Folders (supports multiple folders/labels)", - "icon": "IconFolders", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "4ace5c8d-0e35-443c-8499-729a92fb36d9", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "02112f8c-2dde-4be4-8ea9-944f10212be8", - "name": "messageFolders" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "19a8ea36-fc54-4d69-af15-54295271cd98", - "name": "messageChannelMessageAssociation" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "4964b197-a4ef-4f63-b6d9-76181766c874", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_2e85541b739066142845bdef99a", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9d1b6b0b-9a0b-4b90-a9fc-8ac07fa2e421", - "fieldMetadataId": "ab65a1a2-05e3-415d-916f-ed3e982cc9d1", - "createdAt": "2026-02-27T01:17:26.883Z", - "updatedAt": "2026-02-27T01:17:26.883Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "39a09b14-a841-455b-90fd-1067ac5833e2", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_3f4c0095cf17b62868bec089fab", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "26c9576a-ca7f-401d-8c84-d49054ce0122", - "fieldMetadataId": "d0f39dc4-f79d-4409-94fc-f3af14c209ad", - "createdAt": "2026-02-27T01:17:26.883Z", - "updatedAt": "2026-02-27T01:17:26.883Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "c07c4b6b-dab3-485b-9997-0c6ba45ad995", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_da56d8b595a778d404eae01f29b", - "indexWhereClause": "\"deletedAt\" IS NULL", - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "c7e24a44-cbe1-47d7-8469-bb7ff15c1558", - "fieldMetadataId": "ab65a1a2-05e3-415d-916f-ed3e982cc9d1", - "createdAt": "2026-02-27T01:17:26.884Z", - "updatedAt": "2026-02-27T01:17:26.884Z", - "order": 0 - }, - { - "__typename": "IndexField", - "id": "948da63b-f691-48c6-90ea-e60b8f2ce45e", - "fieldMetadataId": "d0f39dc4-f79d-4409-94fc-f3af14c209ad", - "createdAt": "2026-02-27T01:17:26.884Z", - "updatedAt": "2026-02-27T01:17:26.884Z", - "order": 1 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "universalIdentifier": "20202020-6736-4337-b5c4-8b39fae325a5", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "581495fa-a57c-4332-87cc-1850e3e7be1e", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Timeline Activity", - "labelPlural": "Timeline Activities", - "description": "Aggregated / filtered event to be displayed on the timeline", - "icon": "IconTimelineEvent", - "fieldsList": [ - { - "__typename": "Field", - "id": "4c62c49a-7c88-41ae-a129-909b47845f0c", - "universalIdentifier": "81dc29fc-c872-4efd-bf31-d07872cd260e", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9fe8ec7e-2df5-4ead-87a8-85ed1304bda8", - "universalIdentifier": "e245d799-3e4b-4c69-ab9a-6b7c91d71195", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Timeline activity record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b16a24c9-c514-45f8-a98b-f3e0cc01f1b2", - "universalIdentifier": "20202020-a01a-4081-8a81-9aabbccddeff", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "43b350e0-9c21-44c8-a3a2-58ad393eb638", - "universalIdentifier": "20202020-a01b-4082-9b82-aabbccddeeff", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "79a0f95b-656e-42ec-9181-5f81d730df71", - "universalIdentifier": "20202020-a01c-4083-8c83-bbccddeeffaa", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ce6c51ac-5df9-4b3b-9b22-97523b56759b", - "universalIdentifier": "20202020-a01d-4084-9d84-ccddeeffaabb", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "81ce73e6-6069-4237-a1db-831983c4c6db", - "universalIdentifier": "8f66191f-927d-4a6d-a15f-d0ff8cfc5a6d", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "583b91a0-07d8-4a57-9fd6-7e5411b4c79b", - "universalIdentifier": "20202020-9526-4993-b339-c4318c4d39f0", - "type": "DATE_TIME", - "name": "happensAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "581495fa-a57c-4332-87cc-1850e3e7be1e", - "universalIdentifier": "20202020-7207-46e8-9dab-849505ae8497", - "type": "TEXT", - "name": "name", - "label": "Event name", - "description": "Event name", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1fd0caae-2858-4050-ba7b-3382e1cb8761", - "universalIdentifier": "20202020-f142-4b04-b91b-6a2b4af3bf11", - "type": "RAW_JSON", - "name": "properties", - "label": "Event details", - "description": "Json value for event details", - "icon": "IconListDetails", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "732ba66c-248c-4e5e-a395-500fd5feb7a3", - "universalIdentifier": "20202020-cfdb-4bef-bbce-a29f41230934", - "type": "TEXT", - "name": "linkedRecordCachedName", - "label": "Linked Record cached name", - "description": "Cached record name", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d7cf02a8-3dc2-4dfb-8e0a-f0bed266a8d3", - "universalIdentifier": "20202020-2e0e-48c0-b445-ee6c1e61687d", - "type": "UUID", - "name": "linkedRecordId", - "label": "Linked Record id", - "description": "Linked Record id", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b7bbb5ae-2729-4207-b551-9a536acc35c2", - "universalIdentifier": "20202020-c595-449d-9f89-562758c9ee69", - "type": "UUID", - "name": "linkedObjectMetadataId", - "label": "Linked Object Metadata Id", - "description": "Linked Object Metadata Id", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d7cc46f4-266b-41a8-8a4f-83046a6b8d4f", - "universalIdentifier": "bc1d1b67-903a-4354-8272-4a6efc4cbe63", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9394ad17-cd2e-4473-87e7-3208eb3ad5d3", - "universalIdentifier": "20202020-af23-4479-9a30-868edc474b36", - "type": "RELATION", - "name": "workspaceMember", - "label": "Workspace Member", - "description": "Event workspace member", - "icon": "IconCircleUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workspaceMemberId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9394ad17-cd2e-4473-87e7-3208eb3ad5d3", - "name": "workspaceMember" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b4c76ed0-b128-479f-9e3a-18878b67f5ec", - "name": "timelineActivities" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "universalIdentifier": "20202020-ec55-4135-8da5-3a20badc0156", - "type": "MORPH_RELATION", - "name": "target", - "label": "Target", - "description": "Event target", - "icon": "IconArrowUpRight", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "targetNoteId" - }, - "isLabelSyncedWithName": false, - "morphId": "20202020-9a2b-4c3d-a4e5-f6a7b8c9d0e1", - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": [ - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "nameSingular": "note", - "namePlural": "notes" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "7f344d16-80cb-4f45-a8f0-8bec30a1c446", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4d8e1cd3-2778-48fd-b53a-0006430df933", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d26e5411-91c9-4eec-a731-5a8fded0dfd1", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "nameSingular": "dashboard", - "namePlural": "dashboards" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a3e3b5bb-869e-4f85-a198-2555b5489db8", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "865fda8f-8087-4a9d-995a-9c4e7f7a7502", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "2f2f768d-e4e1-4efe-8628-5606abef4e4c", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "81af430e-2889-403e-8b34-6d1756689ca2", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b2727db1-04db-4642-a8cb-27a0df069005", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "42350fbf-41d1-4f3b-b5f8-ac2e57f50632", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0e56d6a8-35e4-4591-a69d-eea8ee702b5c", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b9ef310f-dbd9-431b-a9ca-7ba0f7142d31", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "96989642-cbee-49e9-97ee-9dcbce6ce61a", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "fe15112f-1287-4fc7-bbca-44ead6b54951", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "94ddf355-e729-4a37-8558-5b50ced499d0", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "a0272e8a-eda0-4237-b564-5653d9492577", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "fbec850c-ca94-4696-8a05-bf2aa2aa43ed", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "e5b7e3f4-3638-4bf0-914c-8f94b280383d", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "58384545-d87b-4b9b-a544-93ec32c9acd0", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "2366a1fb-80e5-4ec3-89e0-a86d3ffc0f74", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "14ecc1e5-1e2d-49cd-a9dc-b3219991c2e5", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c3b04d6e-4644-4a6d-8949-5c2476574aa3", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "07176cf2-bf2a-49eb-8652-7fc561e345ff", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b76ebb15-79f9-4c32-ba83-a6c613e53903", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "3bf22fed-e41f-407f-8c4d-fb557d7ee542", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d11c027b-bcdc-49bc-ab6b-87c7e35b8755", - "name": "timelineActivities" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4f581471-1b9a-4a4b-b550-ba7c1bdcade4", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "f5165e25-c5ce-4ccc-b547-ee831c4de6ff", - "name": "timelineActivities" - } - } - ] - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "0f7fd8e0-e650-4c83-b078-d535ca25c706", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_dc68847d0ff0b17baef8fb632c2", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "78c3e848-41db-49c4-a0db-c4d0dcfffbeb", - "fieldMetadataId": "9394ad17-cd2e-4473-87e7-3208eb3ad5d3", - "createdAt": "2026-02-27T01:17:26.899Z", - "updatedAt": "2026-02-27T01:17:26.899Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "f1b0c86e-2335-4009-93ff-caa1e1bfa97c", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_e49dd7da4ed5c919babcd31c93b", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "465e05e6-e8ac-4027-a593-13435c0a1321", - "fieldMetadataId": "b2727db1-04db-4642-a8cb-27a0df069005", - "createdAt": "2026-02-27T01:17:26.900Z", - "updatedAt": "2026-02-27T01:17:26.900Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "5b1f9321-0af4-4cf9-a83e-c0cd02268487", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_9b267fc4a89dd1aaec4c5340f05", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "25829902-553e-418f-9f4c-d893e2f7469c", - "fieldMetadataId": "4d8e1cd3-2778-48fd-b53a-0006430df933", - "createdAt": "2026-02-27T01:17:26.901Z", - "updatedAt": "2026-02-27T01:17:26.901Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "30ff37db-80f8-4c53-97f1-36d0bd1f1132", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_62d09af534224aa478109b2d585", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "beed4d38-d882-4fd6-922e-d44ba3fcfd96", - "fieldMetadataId": "2f2f768d-e4e1-4efe-8628-5606abef4e4c", - "createdAt": "2026-02-27T01:17:26.901Z", - "updatedAt": "2026-02-27T01:17:26.901Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "6e9dcfe5-8124-4fa2-a4a1-335676606ae0", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_26a021921ba73b428be8f244ded", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "6da79579-13f7-433f-9be6-0a2870c5ddad", - "fieldMetadataId": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "createdAt": "2026-02-27T01:17:26.902Z", - "updatedAt": "2026-02-27T01:17:26.902Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "066ff5a9-4562-433c-994e-c7b48169ebb8", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_1ff229b8237e8368a92c08d11f0", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "920c40a3-5700-42b0-a867-8ca63e158f45", - "fieldMetadataId": "0e56d6a8-35e4-4591-a69d-eea8ee702b5c", - "createdAt": "2026-02-27T01:17:26.903Z", - "updatedAt": "2026-02-27T01:17:26.903Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "7a782a59-ef50-4a9f-a8ed-16be85f44997", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_9a2065c2b56ffe8b74d1a12705f", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "70a1b89b-7f2a-4243-85f9-933df5645ef2", - "fieldMetadataId": "96989642-cbee-49e9-97ee-9dcbce6ce61a", - "createdAt": "2026-02-27T01:17:26.903Z", - "updatedAt": "2026-02-27T01:17:26.903Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "9aef4414-84ef-40fc-821b-6cdb2afcb719", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_953cb9c73db904f98697f4867b2", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "f84da37a-017b-4b9b-968e-0735f3a20dc6", - "fieldMetadataId": "94ddf355-e729-4a37-8558-5b50ced499d0", - "createdAt": "2026-02-27T01:17:26.904Z", - "updatedAt": "2026-02-27T01:17:26.904Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "35f95a52-c00d-4813-a315-12608328a065", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_58b130a455b1451066c84dc63e2", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9e12c61b-c99f-4d18-a957-864d66284348", - "fieldMetadataId": "fbec850c-ca94-4696-8a05-bf2aa2aa43ed", - "createdAt": "2026-02-27T01:17:26.904Z", - "updatedAt": "2026-02-27T01:17:26.904Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "0c37aa5e-a09f-4464-ba72-fc915adf01a6", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_6b2a27852dd0e0846577662a33a", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "a53880ce-7807-4cce-b8bb-f2803a99676d", - "fieldMetadataId": "a3e3b5bb-869e-4f85-a198-2555b5489db8", - "createdAt": "2026-02-27T01:17:26.905Z", - "updatedAt": "2026-02-27T01:17:26.905Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "universalIdentifier": "20202020-4e28-4e95-a9d7-6c00874f843c", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "d3b34ccf-3a54-46cd-ad2f-d37479807295", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Workflow Run", - "labelPlural": "Workflow Runs", - "description": "A workflow run", - "icon": "IconHistoryToggle", - "fieldsList": [ - { - "__typename": "Field", - "id": "f868c101-c8a8-436d-83fd-0f43f74a5635", - "universalIdentifier": "20202020-f03a-4191-8a91-cdefabcdefab", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e2c00b01-c747-4d61-a3fe-bda4e9894dab", - "universalIdentifier": "20202020-f03b-4192-9b92-defabcdefabc", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bde2fe3d-e1a9-4cc5-97fc-e99bd869e88e", - "universalIdentifier": "20202020-f03c-4193-8c93-efabcdefabcd", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0d520872-af0e-4b1c-b5dc-cfc238cb3db1", - "universalIdentifier": "20202020-f03d-4194-9d94-fabcdefabcde", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d3b34ccf-3a54-46cd-ad2f-d37479807295", - "universalIdentifier": "20202020-b840-4253-aef9-4e5013694587", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Name of the workflow run", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "01295ffa-a69e-4d95-9a59-3c98834a993e", - "universalIdentifier": "20202020-f1e3-4de1-a461-b5c4fdbc861d", - "type": "DATE_TIME", - "name": "enqueuedAt", - "label": "Workflow run enqueued at", - "description": "Workflow run enqueued at", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f7cf620b-41f6-4737-873e-86ca8ff7592b", - "universalIdentifier": "20202020-a234-4e2d-bd15-85bcea6bb183", - "type": "DATE_TIME", - "name": "startedAt", - "label": "Workflow run started at", - "description": "Workflow run started at", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4fe3f024-0004-4ce2-aa97-4c40bc6eabd4", - "universalIdentifier": "20202020-e1c1-4b6b-bbbd-b2beaf2e159e", - "type": "DATE_TIME", - "name": "endedAt", - "label": "Workflow run ended at", - "description": "Workflow run ended at", - "icon": "IconHistory", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "029a4058-0a5f-41fa-82ad-3fd8bb8e60ad", - "universalIdentifier": "20202020-6b3e-4f9c-8c2b-2e5b8e6d6f3b", - "type": "SELECT", - "name": "status", - "label": "Workflow run status", - "description": "Workflow run status", - "icon": "IconStatusChange", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'NOT_STARTED'", - "options": [ - { - "id": "20202020-2ec6-40d8-b9e1-1b1e567bcca9", - "color": "gray", - "label": "Not started", - "value": "NOT_STARTED", - "position": 0 - }, - { - "id": "20202020-3166-46be-995a-67cb1f4c41d5", - "color": "yellow", - "label": "Running", - "value": "RUNNING", - "position": 1 - }, - { - "id": "20202020-cde8-4fb6-840a-2fdc4f021b0c", - "color": "green", - "label": "Completed", - "value": "COMPLETED", - "position": 2 - }, - { - "id": "20202020-fb77-41c7-bf7c-9be97cce805e", - "color": "red", - "label": "Failed", - "value": "FAILED", - "position": 3 - }, - { - "id": "20202020-c518-4c95-8255-82a05739c88d", - "color": "blue", - "label": "Enqueued", - "value": "ENQUEUED", - "position": 4 - }, - { - "id": "20202020-e8df-4314-829d-165e296c4eb6", - "color": "orange", - "label": "Stopping", - "value": "STOPPING", - "position": 5 - }, - { - "id": "20202020-729b-44f9-a9c7-0bf401a0b51c", - "color": "gray", - "label": "Stopped", - "value": "STOPPED", - "position": 6 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0ee61bc5-c2e5-4226-92fb-c330b4adf872", - "universalIdentifier": "20202020-6007-401a-8aa5-e6f38581a6f3", - "type": "ACTOR", - "name": "createdBy", - "label": "Executed by", - "description": "The executor of the workflow", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8578f2d8-f2c7-40da-9115-477d001ac132", - "universalIdentifier": "730dc1c9-34f5-4c22-84a6-bcb55b7604e2", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "75115d5d-8e62-438b-969c-d065e8b3cf04", - "universalIdentifier": "20202020-611f-45f3-9cde-d64927e8ec57", - "type": "RAW_JSON", - "name": "state", - "label": "State", - "description": "State of the workflow run", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c2dea5a1-114f-42cb-acd8-2c0b18467608", - "universalIdentifier": "20202020-189c-478a-b867-d72feaf5926a", - "type": "RAW_JSON", - "name": "context", - "label": "Context", - "description": "Context of the workflow run", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "927dd1f5-16d3-4854-8558-c258c9028366", - "universalIdentifier": "20202020-7be4-4db2-8ac6-3ff0d740843d", - "type": "RAW_JSON", - "name": "output", - "label": "Output", - "description": "Output of the workflow run", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0a32a521-79ec-4fc8-96b8-5e60b73c420c", - "universalIdentifier": "20202020-7802-4c40-ae89-1f506fe3365c", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Workflow run position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b19379a4-8b94-4543-9804-24c353470bde", - "universalIdentifier": "20202020-0b91-4ded-b1ac-cbd5efa58cb9", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "00961b91-1ccc-49ed-b237-95454988ed46", - "universalIdentifier": "20202020-4baf-4604-b899-2f7fcfbbf90d", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the workflow run", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "00961b91-1ccc-49ed-b237-95454988ed46", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3237b607-74e1-4a0c-ab79-a4d765adc979", - "name": "workflowRun" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e5b7e3f4-3638-4bf0-914c-8f94b280383d", - "universalIdentifier": "20202020-af4d-4eb0-babc-eb960a45b356", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Timeline activities linked to the run", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e5b7e3f4-3638-4bf0-914c-8f94b280383d", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1554dabd-cb9c-469a-9f0c-9c04d8d026bf", - "universalIdentifier": "20202020-8c57-4e7f-84f5-f373f68e1b82", - "type": "RELATION", - "name": "workflow", - "label": "Workflow", - "description": "Workflow linked to the run.", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1554dabd-cb9c-469a-9f0c-9c04d8d026bf", - "name": "workflow" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "19b372d2-98a4-4bb1-9ba7-6d326162ec1a", - "name": "runs" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "be15f442-175d-405b-88e8-dda545946491", - "universalIdentifier": "20202020-2f52-4ba8-8dc4-d0d6adb9578d", - "type": "RELATION", - "name": "workflowVersion", - "label": "Workflow version", - "description": "Workflow version linked to the run.", - "icon": "IconVersions", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowVersionId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "be15f442-175d-405b-88e8-dda545946491", - "name": "workflowVersion" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "4686750d-3e69-4f1d-a191-360e627e2f60", - "name": "runs" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "f074b144-be83-4986-8d89-2dd52f0a99e7", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_9fdeb410f15f569f2843698c5b3", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "290b6c4f-2acb-4e37-b718-f089218808e4", - "fieldMetadataId": "be15f442-175d-405b-88e8-dda545946491", - "createdAt": "2026-02-27T01:17:26.906Z", - "updatedAt": "2026-02-27T01:17:26.906Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "27c1a4e5-0eea-4bc0-863a-487e4e456066", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_eced9eb2a6cc8f9a5b49fe4b04e", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "f168c60a-a84d-467f-8bd9-a12966ae07ba", - "fieldMetadataId": "1554dabd-cb9c-469a-9f0c-9c04d8d026bf", - "createdAt": "2026-02-27T01:17:26.907Z", - "updatedAt": "2026-02-27T01:17:26.907Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "8b663c12-4696-4a7e-8f59-fcc19483e28d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_261d8661b94dbb98cc85cffab46", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "eff0d7e8-3af5-43c4-b676-ed8d2433258c", - "fieldMetadataId": "b19379a4-8b94-4543-9804-24c353470bde", - "createdAt": "2026-02-27T01:17:26.908Z", - "updatedAt": "2026-02-27T01:17:26.908Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "universalIdentifier": "20202020-3840-4b6d-9425-0c5188b05ca8", - "nameSingular": "dashboard", - "namePlural": "dashboards", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "2cd07d9a-4167-4c91-9002-4f543a28f400", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": "D", - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Dashboard", - "labelPlural": "Dashboards", - "description": "A dashboard", - "icon": "IconLayoutDashboard", - "fieldsList": [ - { - "__typename": "Field", - "id": "2bccf599-88d9-4c19-9a89-e27ee195b582", - "universalIdentifier": "20202020-da1a-41d1-8ad1-abcdefabcdef", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b3ff6a15-5e15-4ba5-8864-235828df13e2", - "universalIdentifier": "20202020-da1b-41d2-9bd2-bcdefabcdefa", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "7b0a89ad-99b1-4f96-a411-0ca71e80784f", - "universalIdentifier": "20202020-da1c-41d3-8cd3-cdefabcdefab", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4be612f5-a764-48a4-b4f7-cf1bd083ec36", - "universalIdentifier": "20202020-da1d-41d4-9dd4-defabcdefabc", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2cd07d9a-4167-4c91-9002-4f543a28f400", - "universalIdentifier": "20202020-20ee-4091-95dc-44b57eda3a89", - "type": "TEXT", - "name": "title", - "label": "Title", - "description": "Dashboard title", - "icon": "IconNotes", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "496d62a7-b769-4ae3-af02-80844fd33db2", - "universalIdentifier": "20202020-38af-409b-95f0-7f08aa5f420f", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Dashboard record Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "696530b1-742a-484a-af65-d44c3c737fc1", - "universalIdentifier": "20202020-bb53-4648-aa36-1d9d54e6f7f2", - "type": "UUID", - "name": "pageLayoutId", - "label": "Page Layout ID", - "description": "Dashboard page layout", - "icon": "IconLayout", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "457e9c88-ff16-40eb-9c16-c1c5a6e3f828", - "universalIdentifier": "20202020-ff32-4fa1-b7ad-407cc6aa0734", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1f542356-d935-4296-ac4e-2d91148b022b", - "universalIdentifier": "53ee42e7-f157-42b5-b278-a5fa9b378307", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c346527a-f7b1-47b0-bc93-2e36c973bf37", - "universalIdentifier": "20202020-0bcc-47a4-8360-2e35a7133f7a", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b4645a7a-83d4-4a3e-8216-bc9b5b9c5e37", - "universalIdentifier": "20202020-bf6f-4220-8c55-2764f1175870", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Attachments linked to the dashboard", - "icon": "IconFileImport", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "nameSingular": "dashboard", - "namePlural": "dashboards" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b4645a7a-83d4-4a3e-8216-bc9b5b9c5e37", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "865fda8f-8087-4a9d-995a-9c4e7f7a7502", - "universalIdentifier": "99c330c0-5b7d-4276-a764-aed84499dfb5", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Timeline activities linked to the dashboard", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "nameSingular": "dashboard", - "namePlural": "dashboards" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "865fda8f-8087-4a9d-995a-9c4e7f7a7502", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a65b5018-0202-4abd-8b4b-93f48cdf9c23", - "universalIdentifier": "20202020-f032-478f-88fa-6426ff6f1e4c", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the dashboard", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "nameSingular": "dashboard", - "namePlural": "dashboards" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a65b5018-0202-4abd-8b4b-93f48cdf9c23", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "fd546307-50fb-46f2-be3c-0fc7fc158054", - "name": "dashboard" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "79458a22-07c9-4fee-8c77-610e73e87791", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_f3b76c5322b31cba175b2eccec8", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "3d69c955-8ce8-43e0-a1c8-00da41f79f86", - "fieldMetadataId": "c346527a-f7b1-47b0-bc93-2e36c973bf37", - "createdAt": "2026-02-27T01:17:26.875Z", - "updatedAt": "2026-02-27T01:17:26.875Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "universalIdentifier": "20202020-d65d-4ab9-9344-d77bfb376a3d", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "d4edcdea-25ae-48cc-8423-c7a456e92ebb", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Workflow Version", - "labelPlural": "Workflow Versions", - "description": "A workflow version", - "icon": "IconVersions", - "fieldsList": [ - { - "__typename": "Field", - "id": "ec26f1fe-df97-4e04-b297-5dd922607724", - "universalIdentifier": "20202020-f04a-41a1-8aa1-abcdefabcdef", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "37e36874-3721-49f7-b447-f93c75836b56", - "universalIdentifier": "20202020-f04b-41a2-9ba2-bcdefabcdefa", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8283c602-19de-4212-a860-67bac80041d5", - "universalIdentifier": "20202020-f04c-41a3-8ca3-cdefabcdefab", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a2f2df94-558e-48ea-a4fc-9ceb446fd884", - "universalIdentifier": "20202020-f04d-41a4-9da4-defabcdefabc", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "19ba7434-a452-4296-9945-c2df44a4a194", - "universalIdentifier": "34f592a7-5c13-4c8b-8473-7bef00848b4e", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dc620ec8-591f-43f9-95a9-ccece08b6250", - "universalIdentifier": "4f8777e6-c5eb-40c6-bb4c-ed9dcf0d81e9", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d4edcdea-25ae-48cc-8423-c7a456e92ebb", - "universalIdentifier": "20202020-a12f-4cca-9937-a2e40cc65509", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "The workflow version name", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e305f3c2-1142-4b7e-942f-c0aa94559618", - "universalIdentifier": "20202020-4eae-43e7-86e0-212b41a30b48", - "type": "RAW_JSON", - "name": "trigger", - "label": "Version trigger", - "description": "Json object to provide trigger", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b827e1e6-1026-4bd7-81fb-044749c60774", - "universalIdentifier": "20202020-5988-4a64-b94a-1f9b7b989039", - "type": "RAW_JSON", - "name": "steps", - "label": "Version steps", - "description": "Json object to provide steps", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b5c76c44-5aea-418c-b9df-0d6575a3a4c7", - "universalIdentifier": "20202020-5a34-440e-8a25-39d8c3d1d4cf", - "type": "SELECT", - "name": "status", - "label": "Version status", - "description": "The workflow version status", - "icon": "IconStatusChange", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'DRAFT'", - "options": [ - { - "id": "20202020-e3fe-4308-bb57-931bb8098aa0", - "color": "yellow", - "label": "Draft", - "value": "DRAFT", - "position": 0 - }, - { - "id": "20202020-e9da-428f-8499-bce1b020660b", - "color": "green", - "label": "Active", - "value": "ACTIVE", - "position": 1 - }, - { - "id": "20202020-e48d-4159-980d-2cc1235fc918", - "color": "orange", - "label": "Deactivated", - "value": "DEACTIVATED", - "position": 2 - }, - { - "id": "20202020-5e5e-48fe-bcd6-7688ec280b30", - "color": "gray", - "label": "Archived", - "value": "ARCHIVED", - "position": 3 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c26061d1-e296-4368-b7fd-79e9a22c5826", - "universalIdentifier": "20202020-791d-4950-ab28-0e704767ae1c", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Workflow version position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f124fb43-4530-4a90-af89-c33ae4f70ca4", - "universalIdentifier": "20202020-3f17-44ef-b8c1-b282ae8469b2", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dce31db6-aca2-407a-acf5-236d717d2800", - "universalIdentifier": "20202020-b8e0-4e57-928d-b51671cc71f2", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the workflow version", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "dce31db6-aca2-407a-acf5-236d717d2800", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "6e710e3a-4956-4fb4-bfa7-b0942e974847", - "name": "workflowVersion" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a0272e8a-eda0-4237-b564-5653d9492577", - "universalIdentifier": "20202020-fcb0-4695-b17e-3b43a421c633", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Timeline activities linked to the version", - "icon": "IconTimelineEvent", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a0272e8a-eda0-4237-b564-5653d9492577", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b53ff967-d031-4948-8511-244de53d3e1c", - "universalIdentifier": "20202020-afa3-46c3-91b0-0631ca6aa1c8", - "type": "RELATION", - "name": "workflow", - "label": "Workflow", - "description": "WorkflowVersion workflow", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b53ff967-d031-4948-8511-244de53d3e1c", - "name": "workflow" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0a87b634-8df5-471e-a593-9722294e5367", - "name": "versions" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4686750d-3e69-4f1d-a191-360e627e2f60", - "universalIdentifier": "20202020-1d08-46df-901a-85045f18099a", - "type": "RELATION", - "name": "runs", - "label": "Runs", - "description": "Workflow runs linked to the version.", - "icon": "IconRun", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "54bf871f-e183-471f-a66c-309507af74da", - "nameSingular": "workflowVersion", - "namePlural": "workflowVersions" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "613d9797-95db-4eaa-99b2-1814b529f26b", - "nameSingular": "workflowRun", - "namePlural": "workflowRuns" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4686750d-3e69-4f1d-a191-360e627e2f60", - "name": "runs" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "be15f442-175d-405b-88e8-dda545946491", - "name": "workflowVersion" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "6e83287f-dcdd-4874-8c0c-85a9fa22a28d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_6dbfc4d091e55b676e5f698c2c2", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "ce12f1a8-9acf-4495-8211-eac7b9d5e61f", - "fieldMetadataId": "b53ff967-d031-4948-8511-244de53d3e1c", - "createdAt": "2026-02-27T01:17:26.908Z", - "updatedAt": "2026-02-27T01:17:26.908Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "d7ee8691-5b69-4ad0-9b82-9a433d19d55d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_51329bbcdab6618a75361670c26", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "c0c9e9d4-5d5c-4462-b99d-bd7674b2a064", - "fieldMetadataId": "f124fb43-4530-4a90-af89-c33ae4f70ca4", - "createdAt": "2026-02-27T01:17:26.909Z", - "updatedAt": "2026-02-27T01:17:26.909Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "545a3d39-02d9-4057-9ad6-61c294b401c4", - "universalIdentifier": "20202020-3319-4234-a34c-7f3b9d2e4d1f", - "nameSingular": "workflowAutomatedTrigger", - "namePlural": "workflowAutomatedTriggers", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "430b094e-b0f6-46a9-99a5-77303c4ace22", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Workflow Automated Trigger", - "labelPlural": "Workflow Automated Triggers", - "description": "A workflow automated trigger", - "icon": "IconSettingsAutomation", - "fieldsList": [ - { - "__typename": "Field", - "id": "430b094e-b0f6-46a9-99a5-77303c4ace22", - "universalIdentifier": "20202020-f01a-4171-8a71-abcdefabcdef", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "cf610268-b909-4b39-a802-5e870297ede0", - "universalIdentifier": "20202020-f01b-4172-9b72-bcdefabcdefa", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b3ca122e-c4eb-4bc9-be09-d2a5b3bfc4de", - "universalIdentifier": "20202020-f01c-4173-8c73-cdefabcdefab", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ff3f85f8-308b-4571-9994-577073889f8e", - "universalIdentifier": "20202020-f01d-4174-9d74-defabcdefabc", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b957c7f8-3d6c-4d34-b43f-e4efdc593a1e", - "universalIdentifier": "5cea2f46-3779-4782-9fce-3062652e2dfd", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ce0ff39d-04ea-4e63-bb49-c2cc24371087", - "universalIdentifier": "017d3587-98bd-43ad-b5a6-cb8125105641", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3c1cdd99-accf-4f57-9546-d16ac69eba57", - "universalIdentifier": "f4c5eb0a-8a86-49a2-a775-941eaad98fc9", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "WorkflowAutomatedTrigger record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c82fdf52-35c2-47ce-bbd1-1a7e97c8fb5d", - "universalIdentifier": "dae934ca-bfca-4101-8211-8eae6e2b5513", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e309d641-484d-4978-b86f-8db2ae3c3344", - "universalIdentifier": "20202020-3319-4234-a34c-3f92c1ab56e7", - "type": "SELECT", - "name": "type", - "label": "Automated Trigger Type", - "description": "The workflow automated trigger type", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'DATABASE_EVENT'", - "options": [ - { - "id": "20202020-ccd5-4f45-9292-f6b2fe81b22c", - "color": "green", - "label": "Database Event", - "value": "DATABASE_EVENT", - "position": 0 - }, - { - "id": "20202020-07b8-4e8f-b218-997ac813c209", - "color": "blue", - "label": "Cron", - "value": "CRON", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "21a1878f-5254-46e9-838d-1bff8e570f3d", - "universalIdentifier": "20202020-3319-4234-a34c-bac8f903de12", - "type": "RAW_JSON", - "name": "settings", - "label": "Settings", - "description": "The workflow automated trigger settings", - "icon": "IconSettings", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6b553e0c-e43d-48e9-9809-de6a31296c0f", - "universalIdentifier": "20202020-3319-4234-a34c-8e1a4d2f7c03", - "type": "RELATION", - "name": "workflow", - "label": "Workflow", - "description": "WorkflowAutomatedTrigger workflow", - "icon": "IconSettingsAutomation", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workflowId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "545a3d39-02d9-4057-9ad6-61c294b401c4", - "nameSingular": "workflowAutomatedTrigger", - "namePlural": "workflowAutomatedTriggers" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6b553e0c-e43d-48e9-9809-de6a31296c0f", - "name": "workflow" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "59483686-03bc-4b69-94ff-59eb4033ecb4", - "name": "automatedTriggers" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "08d7f107-7328-4a3d-871f-09b1a10c5780", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_397bfb7946782933c476b98d925", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "b17ad30a-0fd5-4cab-9c84-561f5e068714", - "fieldMetadataId": "6b553e0c-e43d-48e9-9809-de6a31296c0f", - "createdAt": "2026-02-27T01:17:26.906Z", - "updatedAt": "2026-02-27T01:17:26.906Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "universalIdentifier": "20202020-a1c3-47a6-9732-27e5b1e8436d", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "3cb57cb6-fd57-4ed4-a063-d40d9b946577", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Calendar event participant", - "labelPlural": "Calendar event participants", - "description": "Calendar event participants", - "icon": "IconCalendar", - "fieldsList": [ - { - "__typename": "Field", - "id": "32773dec-a948-44a0-a8e0-48f18de26ac7", - "universalIdentifier": "20202020-c03a-4041-8a41-5e6f7a8b9cad", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6a1641fc-ff98-4b45-b83c-347ab533056a", - "universalIdentifier": "20202020-c03b-4042-9b42-6f7a8b9cadbe", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "65b8c298-c108-4fa8-b3c6-331890da3788", - "universalIdentifier": "20202020-c03c-4043-8c43-7a8b9cadbecf", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a1942c6a-df8d-4aa8-b830-443f2caf7185", - "universalIdentifier": "20202020-c03d-4044-9d44-8b9cadbecd0f", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1a1b48bb-5417-4187-83ac-904f2e998c75", - "universalIdentifier": "9e9ec14d-b889-448e-afe5-40e407be11d1", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "602e1d9d-c3c6-412d-b819-72253edd6e29", - "universalIdentifier": "a2c6efda-06bf-418e-808a-dac9fd64ab58", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9a68f8a9-1b90-42db-8307-5e5962edaaec", - "universalIdentifier": "fcfa672c-ce6d-4fc1-b978-db58a4cc14f4", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Calendar event participant record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "08a86ae6-20cf-4f51-804e-7066fa227149", - "universalIdentifier": "c9dccf32-64ea-433e-a9a7-09993343bae0", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3cb57cb6-fd57-4ed4-a063-d40d9b946577", - "universalIdentifier": "20202020-8692-4580-8210-9e09cbd031a7", - "type": "TEXT", - "name": "handle", - "label": "Handle", - "description": "Handle", - "icon": "IconMail", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6c08d3c5-08bc-4559-a0b8-992c216479fa", - "universalIdentifier": "20202020-ee1e-4f9f-8ac1-5c0b2f69691e", - "type": "TEXT", - "name": "displayName", - "label": "Display Name", - "description": "Display Name", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fc6e6682-e948-4a68-bbd8-527287ec78be", - "universalIdentifier": "20202020-66e7-4e00-9e06-d06c92650580", - "type": "BOOLEAN", - "name": "isOrganizer", - "label": "Is Organizer", - "description": "Is Organizer", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "77a1c6c4-6d83-40af-bafa-594f6e4e7717", - "universalIdentifier": "20202020-cec0-4be8-8fba-c366abc23147", - "type": "SELECT", - "name": "responseStatus", - "label": "Response Status", - "description": "Response Status", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'NEEDS_ACTION'", - "options": [ - { - "id": "20202020-71eb-4724-9947-8aca3bb51140", - "color": "orange", - "label": "Needs Action", - "value": "NEEDS_ACTION", - "position": 0 - }, - { - "id": "20202020-7a3c-45e8-8bbb-f909a4b821a4", - "color": "red", - "label": "Declined", - "value": "DECLINED", - "position": 1 - }, - { - "id": "20202020-aec0-4845-8ca5-a3c17f635329", - "color": "yellow", - "label": "Tentative", - "value": "TENTATIVE", - "position": 2 - }, - { - "id": "20202020-ffbe-4c58-a05b-b00f7fa86c74", - "color": "green", - "label": "Accepted", - "value": "ACCEPTED", - "position": 3 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "66d2c6fd-1562-4066-b612-355625981913", - "universalIdentifier": "20202020-fe3a-401c-b889-af4f4657a861", - "type": "RELATION", - "name": "calendarEvent", - "label": "Event ID", - "description": "Event ID", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "calendarEventId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "nameSingular": "calendarEvent", - "namePlural": "calendarEvents" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "66d2c6fd-1562-4066-b612-355625981913", - "name": "calendarEvent" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "d417b03a-2915-43c8-a8c4-21608eea7b11", - "name": "calendarEventParticipants" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2ea47fa7-556f-48ab-b8d9-e695280dfa38", - "universalIdentifier": "20202020-5761-4842-8186-e1898ef93966", - "type": "RELATION", - "name": "person", - "label": "Person", - "description": "Person", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "personId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "2ea47fa7-556f-48ab-b8d9-e695280dfa38", - "name": "person" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1e4ecf31-4538-4979-b5c7-77a4f0977498", - "name": "calendarEventParticipants" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5e53b2cc-3b3a-4b73-ae98-c60409a27def", - "universalIdentifier": "20202020-20e4-4591-93ed-aeb17a4dcbd2", - "type": "RELATION", - "name": "workspaceMember", - "label": "Workspace Member", - "description": "Workspace Member", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workspaceMemberId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "53e8d9b5-abfd-4a32-b850-f9ec15c8501a", - "nameSingular": "calendarEventParticipant", - "namePlural": "calendarEventParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5e53b2cc-3b3a-4b73-ae98-c60409a27def", - "name": "workspaceMember" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "cec55fa9-705a-4a1e-a881-d1daa93a1e55", - "name": "calendarEventParticipants" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "933c5800-f0e8-4a2e-9433-d48fe0b567f7", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_40150517e4f1ab6154e426eafce", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "c30a17be-c473-4734-9252-bd236dc79e4a", - "fieldMetadataId": "66d2c6fd-1562-4066-b612-355625981913", - "createdAt": "2026-02-27T01:17:26.870Z", - "updatedAt": "2026-02-27T01:17:26.870Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "4417eb0d-d052-4122-afb2-2abd24b1d089", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_ba8418718688702d3113fde2fe1", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "8e154cc3-d314-4a8c-9c1d-ef20e3ed6ca4", - "fieldMetadataId": "2ea47fa7-556f-48ab-b8d9-e695280dfa38", - "createdAt": "2026-02-27T01:17:26.870Z", - "updatedAt": "2026-02-27T01:17:26.870Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "c3fffda2-85f3-455a-9240-1218f72ef6e9", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_70c8cfc3c0c8407789db32ad9cf", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "dd3ab573-fe32-4e88-91b6-b1d92180c04b", - "fieldMetadataId": "5e53b2cc-3b3a-4b73-ae98-c60409a27def", - "createdAt": "2026-02-27T01:17:26.871Z", - "updatedAt": "2026-02-27T01:17:26.871Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "universalIdentifier": "26d1d486-06dd-4135-bfb3-9315fa4ea557", - "nameSingular": "rocket", - "namePlural": "rockets", - "isCustom": true, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "labelIdentifierFieldMetadataId": "5c5a439c-f4e4-458b-b0a4-d496a3b0e71a", - "imageIdentifierFieldMetadataId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Rocket", - "labelPlural": "Rockets", - "description": "A rocket", - "icon": "IconRocket", - "fieldsList": [ - { - "__typename": "Field", - "id": "5c5a439c-f4e4-458b-b0a4-d496a3b0e71a", - "universalIdentifier": "7d5bc19a-9eac-493a-8caa-80d84c3a9e7f", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Name", - "icon": "IconAbc", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "418f2ddc-7f83-4b70-b8a3-5a812efb84df", - "universalIdentifier": "e25b7afb-7264-4ac3-996b-c4efaa74467e", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": true, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "804861ca-679b-41ff-97f1-86aefbdc47fe", - "universalIdentifier": "9c891ea4-1550-4ea1-a387-f479b2ecff01", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "348fc208-0205-4b01-8d48-a1e2733bd4f2", - "universalIdentifier": "59c2727a-7c0a-4077-a9ea-76fc576db357", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0cbca974-530b-437a-8e7a-b5d5755e060f", - "universalIdentifier": "b2b5c53e-1cd4-4e9c-be45-b6105631d4cd", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Deletion date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a7d4422a-989f-43c7-b1be-37ead1806bed", - "universalIdentifier": "0f6a0c74-f864-42f4-a7b5-549cc0424e63", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a3a30a4d-b0a3-4fe8-8994-9b26ad0ff30f", - "universalIdentifier": "7b6f1448-47cb-49b3-82f3-4be11bd02ca8", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Search vector", - "icon": "IconSearch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5760a2ed-5811-421b-b5b9-5b8f2450aa2d", - "universalIdentifier": "dd147bc1-b8f1-4a92-999e-ccbaecdb7d59", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c3a364bb-a0d5-433d-937f-e291179b994a", - "universalIdentifier": "98b4afe5-4e8d-47dd-84d8-5bcd0da40dd8", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.139Z", - "updatedAt": "2026-02-27T01:17:27.139Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2366a1fb-80e5-4ec3-89e0-a86d3ffc0f74", - "universalIdentifier": "62a03460-99da-4ac6-8799-efa8bb26152c", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "Rockets tied to the Timeline Activity", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "2366a1fb-80e5-4ec3-89e0-a86d3ffc0f74", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c9a81cb8-d1a2-4091-8637-60b79c71813a", - "universalIdentifier": "89717c1a-bdb5-4b1d-a730-20055ad7aa3e", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Rockets tied to the Favorite", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c9a81cb8-d1a2-4091-8637-60b79c71813a", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "f7538c1b-4e0c-4e88-9307-7a3b293cf08c", - "name": "rocket" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1e3199b0-d19c-4e51-8f3e-fb1471febb98", - "universalIdentifier": "d195be80-b14a-4ee9-a431-d51b37eec120", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "Rockets tied to the Attachment", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "1e3199b0-d19c-4e51-8f3e-fb1471febb98", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "23d12b1b-64a2-4c69-9fed-f9cb33cb05a7", - "universalIdentifier": "f923f027-a3c9-43e3-a2e1-bb24ff61f61f", - "type": "RELATION", - "name": "noteTargets", - "label": "Note Targets", - "description": "Rockets tied to the Note Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "23d12b1b-64a2-4c69-9fed-f9cb33cb05a7", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e1c6b2d8-889e-49a0-8343-1df45b593641", - "universalIdentifier": "aea2a1ad-5856-434b-a018-803dfd1be9b4", - "type": "RELATION", - "name": "taskTargets", - "label": "Task Targets", - "description": "Rockets tied to the Task Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e1c6b2d8-889e-49a0-8343-1df45b593641", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "6570d066-45a4-43f4-a508-e33a672f11f4", - "universalIdentifier": "8586f94e-bccc-4386-99bc-5fd8f8055afb", - "type": "RELATION", - "name": "ownedPets", - "label": "Owned Pets", - "description": "Rockets Pet", - "icon": "IconRelationOneToMany", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.223Z", - "updatedAt": "2026-02-27T01:17:28.223Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6570d066-45a4-43f4-a508-e33a672f11f4", - "name": "ownedPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "8ea29616-1e89-4351-b5e1-ca7ad4f78014", - "name": "polymorphicOwner" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9625cbbd-d058-430c-b85a-5a7c1527183c", - "universalIdentifier": "413426ba-c584-4c66-9f42-5433b4195baf", - "type": "RELATION", - "name": "helpedPets", - "label": "Helped Pets", - "description": "Rockets Pet", - "icon": "IconRelationOneToMany", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.224Z", - "updatedAt": "2026-02-27T01:17:28.224Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "helpedPetsId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9625cbbd-d058-430c-b85a-5a7c1527183c", - "name": "helpedPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "df1f2bd4-22fe-4c38-b051-66608169f8bf", - "name": "polymorphicHelper" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "0f77648e-58eb-4eea-852f-cf624820f0dd", - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "name": "IDX_530792e4278e7696c4e3e3e55f8", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "0987abef-ca1c-45bc-9983-dd379c484b37", - "fieldMetadataId": "a3a30a4d-b0a3-4fe8-8994-9b26ad0ff30f", - "createdAt": "2026-02-27T01:17:27.210Z", - "updatedAt": "2026-02-27T01:17:27.210Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "720970ae-acad-4ea3-b638-bd2c7d204cee", - "createdAt": "2026-02-27T01:17:28.224Z", - "updatedAt": "2026-02-27T01:17:28.224Z", - "name": "IDX_5881fea129dd0594d8d0661c787", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "0f38072e-96c9-4dae-ba58-73e40676a743", - "fieldMetadataId": "9625cbbd-d058-430c-b85a-5a7c1527183c", - "createdAt": "2026-02-27T01:17:28.246Z", - "updatedAt": "2026-02-27T01:17:28.246Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "universalIdentifier": "20202020-a433-4456-aa2d-fd9cb26b774a", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "b0873529-caee-4878-be51-6d8e1611c371", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message Participant", - "labelPlural": "Message Participants", - "description": "Message Participants", - "icon": "IconUserCircle", - "fieldsList": [ - { - "__typename": "Field", - "id": "5dd17a9b-0090-4d35-9634-10505399dbb2", - "universalIdentifier": "20202020-b04a-40e1-8ae1-1a2b3c4d5e6f", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1d0a9916-cd3c-4e9c-a550-842ff6abd242", - "universalIdentifier": "20202020-b04b-40e2-9be2-2b3c4d5e6f7a", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "dd8ae535-11c1-4caf-adf6-0ec0deb02644", - "universalIdentifier": "20202020-b04c-40e3-8ce3-3c4d5e6f7a8b", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "12133787-3b3d-4c01-b3df-0cdf8a9edcb8", - "universalIdentifier": "20202020-b04d-40e4-9de4-4d5e6f7a8b9c", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "21420446-f656-41ad-96e0-9fd8ea94ee09", - "universalIdentifier": "e0e6aa04-6ad5-4d12-8799-6febf00452c1", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4d382c9d-789f-4ac6-b77b-df36aaebbbdf", - "universalIdentifier": "6c90fd49-22b8-4f91-b4eb-4b9af630e988", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a2d58c8a-76a0-4b81-914b-346278e655b4", - "universalIdentifier": "f49ca74e-dcdf-445d-a707-3c22869b4e6c", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message Participant record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b66bf690-2d7b-4b07-b655-f5a4d439df6c", - "universalIdentifier": "80fec74f-cda7-46bd-ae37-8998bd4f992b", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "fa31cc00-9d45-43a3-8c7c-4bc5a408f8de", - "universalIdentifier": "20202020-65d1-42f4-8729-c9ec1f52aecd", - "type": "SELECT", - "name": "role", - "label": "Role", - "description": "Role", - "icon": "IconAt", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'FROM'", - "options": [ - { - "id": "20202020-761b-4f02-bc28-795f9a67be48", - "color": "green", - "label": "From", - "value": "FROM", - "position": 0 - }, - { - "id": "20202020-86bc-4cf1-a887-c992c1a0f97f", - "color": "blue", - "label": "To", - "value": "TO", - "position": 1 - }, - { - "id": "20202020-fc2b-431f-805c-650ab60c4f88", - "color": "orange", - "label": "Cc", - "value": "CC", - "position": 2 - }, - { - "id": "20202020-fc9c-436e-842a-7e3a9b92766f", - "color": "red", - "label": "Bcc", - "value": "BCC", - "position": 3 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b0873529-caee-4878-be51-6d8e1611c371", - "universalIdentifier": "20202020-2456-464e-b422-b965a4db4a0b", - "type": "TEXT", - "name": "handle", - "label": "Handle", - "description": "Handle", - "icon": "IconAt", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a88b78dd-49aa-4315-a72b-1df3de94abae", - "universalIdentifier": "20202020-36dd-4a4f-ac02-228425be9fac", - "type": "TEXT", - "name": "displayName", - "label": "Display Name", - "description": "Display Name", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5786ed66-82e8-45b5-a99e-eb89ec2d74dc", - "universalIdentifier": "20202020-985b-429a-9db9-9e55f4898a2a", - "type": "RELATION", - "name": "message", - "label": "Message", - "description": "Message", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5786ed66-82e8-45b5-a99e-eb89ec2d74dc", - "name": "message" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "4ffdf98f-6607-4fd0-a646-1c4ca6a1e77a", - "name": "messageParticipants" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d74c4e2a-279c-46bb-9729-b61c18342461", - "universalIdentifier": "20202020-249d-4e0f-82cd-1b9df5cd3da2", - "type": "RELATION", - "name": "person", - "label": "Person", - "description": "Person", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "personId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d74c4e2a-279c-46bb-9729-b61c18342461", - "name": "person" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "9b9e146a-5f80-42ef-9603-f254e8a30ff9", - "name": "messageParticipants" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d5c64f59-1e63-4b50-96dc-38bba2fe401f", - "universalIdentifier": "20202020-77a7-4845-99ed-1bcbb478be6f", - "type": "RELATION", - "name": "workspaceMember", - "label": "Workspace Member", - "description": "Workspace member", - "icon": "IconCircleUser", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "workspaceMemberId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "4f6c7ed3-fffc-475a-a4e6-8afd83f16f98", - "nameSingular": "messageParticipant", - "namePlural": "messageParticipants" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", - "nameSingular": "workspaceMember", - "namePlural": "workspaceMembers" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d5c64f59-1e63-4b50-96dc-38bba2fe401f", - "name": "workspaceMember" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "659660f4-0f1f-47ed-aa44-b672a4d212f3", - "name": "messageParticipants" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "c84edc97-40bf-43f0-95d1-75794476302c", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_19ad12ae96a5d4357ff3a15ba2b", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "18b3d5ac-bce4-4c4c-b73b-f61804ef3e27", - "fieldMetadataId": "5786ed66-82e8-45b5-a99e-eb89ec2d74dc", - "createdAt": "2026-02-27T01:17:26.887Z", - "updatedAt": "2026-02-27T01:17:26.887Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "4f5fa8a9-4047-4cc3-9f37-257679f9419a", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_47a5ea9e149973d6ef980bdc4f1", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "91fb6c7e-0c8a-4b40-ac6e-63f150b2b892", - "fieldMetadataId": "d74c4e2a-279c-46bb-9729-b61c18342461", - "createdAt": "2026-02-27T01:17:26.887Z", - "updatedAt": "2026-02-27T01:17:26.887Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "1f060b3e-9d49-4b73-ba95-ff2a1f8c936f", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_7a56509bca48a709378017a9135", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "67da04b5-829e-42b9-ac61-664a1ed721f7", - "fieldMetadataId": "d5c64f59-1e63-4b50-96dc-38bba2fe401f", - "createdAt": "2026-02-27T01:17:26.888Z", - "updatedAt": "2026-02-27T01:17:26.888Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "4ace5c8d-0e35-443c-8499-729a92fb36d9", - "universalIdentifier": "20202020-a1b0-40b0-8ab0-5b6c7d8e9f0a", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "5f2da69d-ac59-4ab4-8c73-3279cea23a3e", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message Channel Message Association Message Folder", - "labelPlural": "Message Channel Message Association Message Folders", - "description": "Join table linking message channel message associations to message folders", - "icon": "IconFolder", - "fieldsList": [ - { - "__typename": "Field", - "id": "5f2da69d-ac59-4ab4-8c73-3279cea23a3e", - "universalIdentifier": "20202020-a1b2-40b1-8ab1-6b7c8d9e0f1a", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "748a8ef1-9093-46be-8476-e63045530bde", - "universalIdentifier": "20202020-a1b3-40b2-9bb2-7c8d9e0f1a2b", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "752e48ca-4669-4617-b7e0-14221d04e5ee", - "universalIdentifier": "20202020-a1b4-40b3-8cb3-8d9e0f1a2b3c", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "38632b6b-a92f-4087-b283-57f7ced2b0cc", - "universalIdentifier": "20202020-a1b5-40b4-9db4-9e0f1a2b3c4d", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "43a86116-4cb3-48e4-9fb4-340d3c99e910", - "universalIdentifier": "f882a070-3393-4197-8140-b5858c6f7284", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "910a43cc-944b-4ad4-83ea-0a3220d034b8", - "universalIdentifier": "107d13dc-a8ff-493c-8d04-72688c68f8c1", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c2c6c548-a6dc-45e3-b9e9-16721c892f95", - "universalIdentifier": "76fcf020-482a-4d6c-b7b1-ccd6410299fc", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message channel message association message folder record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "933bf074-b2c4-4cf9-8f76-0b73f272edf9", - "universalIdentifier": "38633a97-0e88-44de-9903-b8c9e0f59a36", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', NULL)", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "19a8ea36-fc54-4d69-af15-54295271cd98", - "universalIdentifier": "7411cfa3-4fd9-4b90-a636-940015fd7243", - "type": "RELATION", - "name": "messageChannelMessageAssociation", - "label": "Message Channel Message Association", - "description": "Message Channel Message Association", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageChannelMessageAssociationId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "4ace5c8d-0e35-443c-8499-729a92fb36d9", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "19a8ea36-fc54-4d69-af15-54295271cd98", - "name": "messageChannelMessageAssociation" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "02112f8c-2dde-4be4-8ea9-944f10212be8", - "name": "messageFolders" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b13ccf07-18f4-4cd9-ae01-1fd303849dd8", - "universalIdentifier": "b3369d31-3856-4a7a-b007-ee353918127c", - "type": "RELATION", - "name": "messageFolder", - "label": "Message Folder", - "description": "Message Folder", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageFolderId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "4ace5c8d-0e35-443c-8499-729a92fb36d9", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "356be4c3-b095-4533-94ce-b314cb0653ad", - "nameSingular": "messageFolder", - "namePlural": "messageFolders" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b13ccf07-18f4-4cd9-ae01-1fd303849dd8", - "name": "messageFolder" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "96706178-152e-4ae7-b04f-ee3b78a81ff6", - "name": "messageChannelMessageAssociationMessageFolders" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "5c330a59-82ec-4414-84ea-31e303dabbe2", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_daf00d51b50634730fd77f16bb6", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "2a4fa421-cf9a-452b-b761-5efdf3165d5b", - "fieldMetadataId": "19a8ea36-fc54-4d69-af15-54295271cd98", - "createdAt": "2026-02-27T01:17:26.884Z", - "updatedAt": "2026-02-27T01:17:26.884Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "69170ce0-8aa7-4944-9627-d112c8311a20", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_1db95a87400f7679efc43a15e68", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "69c6068a-85c6-4ad7-aa29-9c2008aa5293", - "fieldMetadataId": "b13ccf07-18f4-4cd9-ae01-1fd303849dd8", - "createdAt": "2026-02-27T01:17:26.885Z", - "updatedAt": "2026-02-27T01:17:26.885Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "4210cc05-a992-4b64-8c67-ca3fcf2d2e40", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_55c9aaf7039b09cec455a872dde", - "indexWhereClause": "\"deletedAt\" IS NULL", - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9c17cbd0-9287-4ea7-a980-8a533516b69f", - "fieldMetadataId": "19a8ea36-fc54-4d69-af15-54295271cd98", - "createdAt": "2026-02-27T01:17:26.885Z", - "updatedAt": "2026-02-27T01:17:26.885Z", - "order": 0 - }, - { - "__typename": "IndexField", - "id": "7c684b1e-6a81-4a79-9d5f-b235ddb4a189", - "fieldMetadataId": "b13ccf07-18f4-4cd9-ae01-1fd303849dd8", - "createdAt": "2026-02-27T01:17:26.885Z", - "updatedAt": "2026-02-27T01:17:26.885Z", - "order": 1 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "356be4c3-b095-4533-94ce-b314cb0653ad", - "universalIdentifier": "20202020-4955-4fd9-8e59-2dbd373f2a46", - "nameSingular": "messageFolder", - "namePlural": "messageFolders", - "isCustom": false, - "isRemote": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "03b5a472-8d81-4f91-97d4-2baee853cf77", - "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": false, - "duplicateCriteria": null, - "labelSingular": "Message Folder", - "labelPlural": "Message Folders", - "description": "Message Folders", - "icon": "IconFolder", - "fieldsList": [ - { - "__typename": "Field", - "id": "03b5a472-8d81-4f91-97d4-2baee853cf77", - "universalIdentifier": "20202020-b03a-40d1-8ad1-dcedfefaabbc", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "94a2a54b-52a6-4242-9b39-906b62240d6e", - "universalIdentifier": "20202020-b03b-40d2-9bd2-edfefaabbccd", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "daca8ebb-e17a-4bef-a7a7-9bfec9bccbb8", - "universalIdentifier": "20202020-b03c-40d3-8cd3-fefaabbccdde", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "now", - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4e66b1d3-53c2-4286-a3bb-f0555f9ccab2", - "universalIdentifier": "20202020-b03d-40d4-9dd4-faabbccddeef", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Date when the record was deleted", - "icon": "IconCalendarMinus", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "displayFormat": "RELATIVE" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "bddf96c0-9b5d-4912-96ce-c0d4a0e58d8f", - "universalIdentifier": "bfe19f84-b640-4ce3-b771-4e7bf18bad14", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2c7a7b0f-b524-4548-9734-6191c3060841", - "universalIdentifier": "7ec7eea8-8715-4656-a602-3cb4256aaca1", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": { - "name": "'System'", - "source": "'MANUAL'", - "workspaceMemberId": null - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a7443a1e-539f-4f68-b9b3-fba913bd0055", - "universalIdentifier": "5317d4f4-12c5-469d-8e47-0f3b2ffc95b4", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Message Folder record position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "94b5ebf2-a69b-4a44-9069-02155b2a57ee", - "universalIdentifier": "5f2d3937-bafd-4d71-b4cb-b34037efd2e1", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Field used for full-text search", - "icon": "IconUser", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2797a12e-e1f1-4188-8524-14b61eef6289", - "universalIdentifier": "20202020-7cf8-40bc-a681-b80b771449b7", - "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Folder name", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "341e5016-9cd9-4e1f-953e-217444e12062", - "universalIdentifier": "20202020-98cd-49ed-8dfc-cb5796400e64", - "type": "TEXT", - "name": "syncCursor", - "label": "Sync Cursor", - "description": "Sync Cursor", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1d4ba352-416e-4b77-b0c5-3c72d6cb4ac5", - "universalIdentifier": "20202020-2af5-4a25-b2de-3c9386da941b", - "type": "BOOLEAN", - "name": "isSentFolder", - "label": "Is Sent Folder", - "description": "Is Sent Folder", - "icon": "IconCheck", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "73e79786-e058-406b-9826-9c8258fd01da", - "universalIdentifier": "20202020-764f-4e09-8f95-cd46b6bfe3c4", - "type": "BOOLEAN", - "name": "isSynced", - "label": "Is Synced", - "description": "Is Synced", - "icon": "IconCheck", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": false, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "8c76f6c4-2d1e-4566-8279-1b03f11680ec", - "universalIdentifier": "20202020-e45d-49de-a4aa-587bbf9601f3", - "type": "TEXT", - "name": "parentFolderId", - "label": "Parent Folder ID", - "description": "Parent Folder ID", - "icon": "IconFolder", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "45113404-de88-4885-b74d-a5e5ba887773", - "universalIdentifier": "20202020-f3a8-4d2b-9c7e-1b5f9a8e4c6d", - "type": "TEXT", - "name": "externalId", - "label": "External ID", - "description": "External ID", - "icon": "IconHash", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d17c60d5-e999-4b52-9020-b42194994f02", - "universalIdentifier": "20202020-4f97-4c79-9517-16387fe237f7", - "type": "SELECT", - "name": "pendingSyncAction", - "label": "Pending Sync Action", - "description": "Pending action for folder sync", - "icon": "IconReload", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": "'NONE'", - "options": [ - { - "id": "20202020-dc59-4dd3-92fe-f41c6491a588", - "color": "red", - "label": "Folder deletion", - "value": "FOLDER_DELETION", - "position": 0 - }, - { - "id": "20202020-aa29-41d3-872b-142174fe6595", - "color": "blue", - "label": "None", - "value": "NONE", - "position": 1 - } - ], - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "263eb09c-9779-4104-b341-ecd41a8d4b35", - "universalIdentifier": "20202020-c9f8-43db-a3e7-7f2e8b5d9c1a", - "type": "RELATION", - "name": "messageChannel", - "label": "Message Channel", - "description": "Message Channel", - "icon": "IconMessage", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "CASCADE", - "relationType": "MANY_TO_ONE", - "joinColumnName": "messageChannelId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "356be4c3-b095-4533-94ce-b314cb0653ad", - "nameSingular": "messageFolder", - "namePlural": "messageFolders" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "94688fdc-6133-4125-b3bf-51b6caad382f", - "nameSingular": "messageChannel", - "namePlural": "messageChannels" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "263eb09c-9779-4104-b341-ecd41a8d4b35", - "name": "messageChannel" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "dd48687d-fdb2-4120-920f-d4caeb08e3b3", - "name": "messageFolders" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "96706178-152e-4ae7-b04f-ee3b78a81ff6", - "universalIdentifier": "cce5ce1e-31d0-42e6-83cd-90059244a484", - "type": "RELATION", - "name": "messageChannelMessageAssociationMessageFolders", - "label": "Message Association Folders", - "description": "Message Association Folders (supports multiple folders/labels)", - "icon": "IconFolders", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "356be4c3-b095-4533-94ce-b314cb0653ad", - "nameSingular": "messageFolder", - "namePlural": "messageFolders" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "4ace5c8d-0e35-443c-8499-729a92fb36d9", - "nameSingular": "messageChannelMessageAssociationMessageFolder", - "namePlural": "messageChannelMessageAssociationMessageFolders" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "96706178-152e-4ae7-b04f-ee3b78a81ff6", - "name": "messageChannelMessageAssociationMessageFolders" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b13ccf07-18f4-4cd9-ae01-1fd303849dd8", - "name": "messageFolder" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "3f3f0212-c446-497f-9464-6e1c3770267b", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "name": "IDX_a1bbe482462d9f016582d99d4e6", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "606ddb9c-1585-4f6c-9648-ebf64ce93cd8", - "fieldMetadataId": "263eb09c-9779-4104-b341-ecd41a8d4b35", - "createdAt": "2026-02-27T01:17:26.886Z", - "updatedAt": "2026-02-27T01:17:26.886Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "universalIdentifier": "fc9e5481-c367-4ae6-ab40-2716a9729ced", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories", - "isCustom": true, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "labelIdentifierFieldMetadataId": "116e5496-8644-4de2-ba2e-6c8b9352fae6", - "imageIdentifierFieldMetadataId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Employment History", - "labelPlural": "Employment Histories", - "description": "", - "icon": "IconBriefcase", - "fieldsList": [ - { - "__typename": "Field", - "id": "116e5496-8644-4de2-ba2e-6c8b9352fae6", - "universalIdentifier": "ae0484ec-eb74-4bf0-af59-aad96089d606", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": true, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "beae987b-7ddb-49d4-968f-4dfef6a39083", - "universalIdentifier": "5c28cd0d-644a-47c9-9a58-c86c247c0568", - "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "edb25594-ea31-4a99-b526-80c1ae0edd6e", - "universalIdentifier": "dcf0f02b-5232-4683-a76f-4f8815448121", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a19081b9-3658-4f4b-af3f-b8df7ae3a073", - "universalIdentifier": "4c57d379-e103-408e-bc3d-634a5adce735", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Deletion date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "73809330-42b5-4790-81ec-fac18a3acec9", - "universalIdentifier": "0f5d8b46-84f2-4ba8-adaf-427d280394f7", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "63be169f-afcb-4b37-89fc-4ca6542367c0", - "universalIdentifier": "3c368e74-86cd-45c4-be8f-c79fc06f69df", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Search vector", - "icon": "IconSearch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', NULL)", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "34042c3e-b91e-4496-8dd3-fb7800fd8108", - "universalIdentifier": "4e8c0433-dadb-4580-bcf0-f66b852ca59c", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "250eabc1-d6f3-462f-b3a7-3a1ea7fcfeec", - "universalIdentifier": "23324d5f-52cb-4a3a-aace-fadb0e6c861b", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d11c027b-bcdc-49bc-ab6b-87c7e35b8755", - "universalIdentifier": "43447360-50c3-4d2b-add4-1340dad2a9f1", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "EmploymentHistories tied to the Timeline Activity", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d11c027b-bcdc-49bc-ab6b-87c7e35b8755", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "d8f02374-471c-48db-a8c7-85a86a0f7c53", - "universalIdentifier": "2ce25801-4cbe-4ab0-b2a9-aa118ac7f7d4", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "EmploymentHistories tied to the Favorite", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "d8f02374-471c-48db-a8c7-85a86a0f7c53", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "feb9dc3e-a86a-4f2b-985b-2ce9b2c2713d", - "name": "employmentHistory" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "06883dd7-75c6-4538-8d0f-1f30f6be4d9c", - "universalIdentifier": "e5fd55dc-6254-43ff-ba3b-e7665215e5e2", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "EmploymentHistories tied to the Attachment", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "06883dd7-75c6-4538-8d0f-1f30f6be4d9c", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "ed6f71a0-2b17-4fd9-af77-dbfb5184ee8f", - "universalIdentifier": "a6ae0325-23d9-4988-8866-53e6289354ba", - "type": "RELATION", - "name": "noteTargets", - "label": "Note Targets", - "description": "EmploymentHistories tied to the Note Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ed6f71a0-2b17-4fd9-af77-dbfb5184ee8f", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5d3c4923-b4f0-4959-bce0-48e6be052104", - "universalIdentifier": "1f4fe3c0-213e-4fc7-a693-869cd9e8286e", - "type": "RELATION", - "name": "taskTargets", - "label": "Task Targets", - "description": "EmploymentHistories tied to the Task Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5d3c4923-b4f0-4959-bce0-48e6be052104", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "9146ab09-84d2-46e0-b68c-f4947bc6f60d", - "universalIdentifier": "b2b6bc9a-4d54-4a14-a6c2-9f9d3d5cc556", - "type": "RELATION", - "name": "person", - "label": "Person", - "description": "EmploymentHistories Person", - "icon": "IconUser", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.405Z", - "updatedAt": "2026-02-27T01:17:28.405Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "personId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "9146ab09-84d2-46e0-b68c-f4947bc6f60d", - "name": "person" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0d3ec59b-3ed9-4e25-9882-e58f0d7be540", - "name": "previousCompanies" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "af82354c-fc09-49e1-8a5c-dbf8bff020d7", - "universalIdentifier": "98238069-6b3e-4877-a415-5690f1286f6c", - "type": "RELATION", - "name": "company", - "label": "Company", - "description": "EmploymentHistories Company", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.476Z", - "updatedAt": "2026-02-27T01:17:28.476Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "companyId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "af82354c-fc09-49e1-8a5c-dbf8bff020d7", - "name": "company" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "da8ebad7-75c4-492f-a062-cd7df9ee586d", - "name": "previousEmployees" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "0308cd73-a864-417b-914a-de0edf615939", - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "name": "IDX_41ec5c0beb67017cf45244d9fa0", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "d0924a3b-1d0a-4e6e-a0f7-3fe01174c3ad", - "fieldMetadataId": "63be169f-afcb-4b37-89fc-4ca6542367c0", - "createdAt": "2026-02-27T01:17:27.866Z", - "updatedAt": "2026-02-27T01:17:27.866Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "d1979806-7799-42eb-bfdc-a9e0974758cc", - "createdAt": "2026-02-27T01:17:28.405Z", - "updatedAt": "2026-02-27T01:17:28.405Z", - "name": "IDX_cbb4f48ac0e7d2d33d4c412394f", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "62036dc1-edc0-4d3d-a06a-39ce2247acd7", - "fieldMetadataId": "9146ab09-84d2-46e0-b68c-f4947bc6f60d", - "createdAt": "2026-02-27T01:17:28.414Z", - "updatedAt": "2026-02-27T01:17:28.414Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "00caf47f-93f6-4721-be94-33b7c71d5ac2", - "createdAt": "2026-02-27T01:17:28.476Z", - "updatedAt": "2026-02-27T01:17:28.476Z", - "name": "IDX_9304b6d3edd8cfcae63547a9169", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "aacbc7ce-6de9-45d0-bb1b-12910597951a", - "fieldMetadataId": "af82354c-fc09-49e1-8a5c-dbf8bff020d7", - "createdAt": "2026-02-27T01:17:28.483Z", - "updatedAt": "2026-02-27T01:17:28.483Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "28d82d16-3079-4669-a560-cc3e7eb0cdcb", + "id": "ce1549f6-1cb8-4f47-ba55-16d5a399a235", "universalIdentifier": "20202020-e8f2-40e1-a39c-c0e0039c5034", "nameSingular": "calendarChannel", "namePlural": "calendarChannels", @@ -21475,11 +2430,11 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isActive": true, "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "4333c0b0-76f7-42ec-b797-84b406194c90", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "69b7ac11-8c50-4617-b393-3929e3db4680", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, "isSearchable": false, @@ -21491,7 +2446,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "fieldsList": [ { "__typename": "Field", - "id": "4e1a3435-41e2-4823-ace7-1fab831e9f12", + "id": "136ccf04-d61f-4df6-9477-3aade6a2040c", "universalIdentifier": "20202020-c02a-4031-8a31-1a2f3b4c5d6e", "type": "UUID", "name": "id", @@ -21504,20 +2459,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "01bad36a-82ee-416d-9a42-a5c24d9c7d7e", + "id": "ccd015f8-5ae0-410d-9bcd-efd88397468a", "universalIdentifier": "20202020-c02b-4032-9b32-2b3f4c5d6e7f", "type": "DATE_TIME", "name": "createdAt", @@ -21530,8 +2485,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -21539,13 +2494,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "0e13137b-cadb-4d32-92ca-89baa8c2eda6", + "id": "754618a1-ed1c-43e8-80bd-2b5921a94db0", "universalIdentifier": "20202020-c02c-4033-8c33-3c4f5d6e7f8a", "type": "DATE_TIME", "name": "updatedAt", @@ -21558,8 +2513,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -21567,13 +2522,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "48d10f2f-059d-47eb-8c84-c923ef5932c4", + "id": "506e87d6-d259-4efb-8b88-10952c2c2ead", "universalIdentifier": "20202020-c02d-4034-9d34-4d5f6e7f8a9b", "type": "DATE_TIME", "name": "deletedAt", @@ -21586,8 +2541,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -21595,13 +2550,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "74d34eec-df71-4609-bfa3-df4fe362987b", + "id": "f70bd8f2-81ae-48b3-aa0f-0d79673cb4b4", "universalIdentifier": "664db1a0-76f4-4429-8452-f8e250ab7545", "type": "ACTOR", "name": "createdBy", @@ -21614,8 +2569,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -21625,13 +2580,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "3b52b774-721f-4eb9-a02f-66df0edd7623", + "id": "8c981141-23d2-4cf9-9748-a437e15db8a6", "universalIdentifier": "6a397eab-3700-4b08-9eb9-d16b61876193", "type": "ACTOR", "name": "updatedBy", @@ -21644,8 +2599,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -21655,13 +2610,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "949476b0-784b-4e9b-8717-1b098f814c8e", + "id": "f0c2a735-ef79-42c1-a159-a3d03e0384e6", "universalIdentifier": "566609c9-1c8b-4899-91bb-0af140a89004", "type": "POSITION", "name": "position", @@ -21674,20 +2629,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "dab98d3e-882b-4f19-b88c-fda3816f69d7", + "id": "346f2c52-eadb-4d16-ba06-b72b6ebbb280", "universalIdentifier": "bc9a982c-c314-49d6-818a-2661ce7e918f", "type": "TS_VECTOR", "name": "searchVector", @@ -21700,8 +2655,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -21710,13 +2665,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4333c0b0-76f7-42ec-b797-84b406194c90", + "id": "69b7ac11-8c50-4617-b393-3929e3db4680", "universalIdentifier": "20202020-1d08-420a-9aa7-22e0f298232d", "type": "TEXT", "name": "handle", @@ -21729,20 +2684,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "d9f9b9bf-8df9-40c3-a663-f56e9efc45eb", + "id": "90bc665d-de8f-4a40-9d03-2d9b38e52538", "universalIdentifier": "20202020-1b07-4796-9f01-d626bab7ca4d", "type": "SELECT", "name": "visibility", @@ -21755,8 +2710,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "'SHARE_EVERYTHING'", "options": [ { @@ -21777,13 +2732,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "e3f99b7b-d601-4d12-973b-30e50e50a7ac", + "id": "22a8e919-17c9-43b7-a588-8e9bfe879e6a", "universalIdentifier": "20202020-50fb-404b-ba28-369911a3793a", "type": "BOOLEAN", "name": "isContactAutoCreationEnabled", @@ -21796,20 +2751,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": true, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "76441f30-7833-4d8c-a1dc-3faf2ab49407", + "id": "1873dff1-4084-42ec-856d-a3c906426a76", "universalIdentifier": "20202020-b55d-447d-b4df-226319058775", "type": "SELECT", "name": "contactAutoCreationPolicy", @@ -21822,8 +2777,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "'AS_PARTICIPANT_AND_ORGANIZER'", "options": [ { @@ -21858,13 +2813,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "d59ecbc4-2a75-4c9d-8f25-a14e77036cf9", + "id": "6954dda7-87ea-42b1-8835-86eb7691b82b", "universalIdentifier": "20202020-fe19-4818-8854-21f7b1b43395", "type": "BOOLEAN", "name": "isSyncEnabled", @@ -21877,20 +2832,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": true, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "fc85b0ff-5362-4304-85dd-68d795a1b17e", + "id": "5a299fe6-48a4-4576-9d63-5093c8531624", "universalIdentifier": "20202020-bac2-4852-a5cb-7a7898992b70", "type": "TEXT", "name": "syncCursor", @@ -21903,20 +2858,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4541c6b0-7bfa-4447-a66a-6caec3a5c4b6", + "id": "69cfb5ac-6896-484b-8d74-f5bd19e9d626", "universalIdentifier": "20202020-7116-41da-8b4b-035975c4eb6a", "type": "SELECT", "name": "syncStatus", @@ -21929,8 +2884,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": [ { @@ -21972,13 +2927,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "e35dc6f4-1efb-4a57-b6e7-e911a5beb5f0", + "id": "cb485871-1fb6-4d5f-9c77-8794ac80e793", "universalIdentifier": "20202020-6246-42e6-b5cd-003bd921782c", "type": "SELECT", "name": "syncStage", @@ -21991,8 +2946,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "'PENDING_CONFIGURATION'", "options": [ { @@ -22055,13 +3010,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "de6fbae6-93e5-4985-9f3e-898738388c16", + "id": "267dabf2-e25d-4bcf-9785-4159e7af1902", "universalIdentifier": "20202020-a934-46f1-a8e7-9568b1e3a53e", "type": "DATE_TIME", "name": "syncStageStartedAt", @@ -22074,20 +3029,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "3c412dd2-149e-4777-bd28-e8dc9bf3dd73", + "id": "0075b733-6d92-4830-819b-245c46b39f06", "universalIdentifier": "20202020-2ff5-4f70-953a-3d0d36357576", "type": "DATE_TIME", "name": "syncedAt", @@ -22100,20 +3055,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "44112f33-6404-4b1d-b6ed-5a0ff8df38a9", + "id": "3186c3f2-4bcf-4b04-8238-b0a1597e663b", "universalIdentifier": "20202020-525c-4b76-b9bd-0dd57fd11d61", "type": "NUMBER", "name": "throttleFailureCount", @@ -22126,73 +3081,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "56bcb165-d95e-4e90-bd73-f4ce3f3cad45", - "universalIdentifier": "20202020-afb0-4a9f-979f-2d5087d71d09", - "type": "RELATION", - "name": "calendarChannelEventAssociations", - "label": "Calendar Channel Event Associations", - "description": "Calendar Channel Event Associations", - "icon": "IconCalendar", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "28d82d16-3079-4669-a560-cc3e7eb0cdcb", - "nameSingular": "calendarChannel", - "namePlural": "calendarChannels" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "aa5c2ea8-3c4e-49c4-857d-ccc02378f49c", - "nameSingular": "calendarChannelEventAssociation", - "namePlural": "calendarChannelEventAssociations" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "56bcb165-d95e-4e90-bd73-f4ce3f3cad45", - "name": "calendarChannelEventAssociations" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "fa14a5c8-0205-48ac-bb6b-3e1dd93e3502", - "name": "calendarChannel" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "2d5fa76f-3b75-4f23-83fa-39db5ed38f57", + "id": "5d7b0dea-da5e-4d91-9386-51736d9376f7", "universalIdentifier": "20202020-95b1-4f44-82dc-61b042ae2414", "type": "RELATION", "name": "connectedAccount", @@ -22205,8 +3107,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -22216,30 +3118,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "28d82d16-3079-4669-a560-cc3e7eb0cdcb", + "id": "ce1549f6-1cb8-4f47-ba55-16d5a399a235", "nameSingular": "calendarChannel", "namePlural": "calendarChannels" }, "targetObjectMetadata": { "__typename": "Object", - "id": "7470a75c-8b34-4fba-8258-f33a6e645e1c", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", "nameSingular": "connectedAccount", "namePlural": "connectedAccounts" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "2d5fa76f-3b75-4f23-83fa-39db5ed38f57", + "id": "5d7b0dea-da5e-4d91-9386-51736d9376f7", "name": "connectedAccount" }, "targetFieldMetadata": { "__typename": "Field", - "id": "583f6285-3cb1-4358-be64-339984436045", + "id": "5a7fc72b-3fd9-4421-8268-6505c54fa6ad", "name": "calendarChannels" } }, @@ -22249,9 +3151,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexMetadataList": [ { "__typename": "Index", - "id": "45f9405c-2b2f-4c6c-bd39-4181a01c7cbc", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "d8814b62-ebb0-4c79-b884-9a72e2d4fe13", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_7b40c7f03dd1f998ba765ad0730", "indexWhereClause": null, "indexType": "BTREE", @@ -22260,10 +3162,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "b84b4ce5-65ab-4bcd-a0da-c4b462576ae9", - "fieldMetadataId": "2d5fa76f-3b75-4f23-83fa-39db5ed38f57", - "createdAt": "2026-02-27T01:17:26.869Z", - "updatedAt": "2026-02-27T01:17:26.869Z", + "id": "446673f1-509c-4c95-b075-493bf523dbba", + "fieldMetadataId": "5d7b0dea-da5e-4d91-9386-51736d9376f7", + "createdAt": "2026-04-10T08:55:56.592Z", + "updatedAt": "2026-04-10T08:55:56.592Z", "order": 0 } ] @@ -22275,7 +3177,5840 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "universalIdentifier": "20202020-849a-4c3e-84f5-a25a7d802271", + "nameSingular": "messageThread", + "namePlural": "messageThreads", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "453d499a-47bf-4ea0-be5e-9c2acbf7a464", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Thread", + "labelPlural": "Message Threads", + "description": "Message Thread", + "icon": "IconMessage", + "indexMetadataList": [], + "fieldsList": [ + { + "__typename": "Field", + "id": "3e0ace60-08cd-4579-b2ce-8b9352617592", + "universalIdentifier": "20202020-b05a-40f1-8af1-5e6f7a8b9cad", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8df7088a-5af2-43f0-b766-5a3becd63943", + "universalIdentifier": "20202020-b05b-40f2-9bf2-6f7a8b9cadbe", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d7c6f0e4-7e50-4231-b539-4c8efc8ac1c0", + "universalIdentifier": "20202020-b05c-40f3-8cf3-7a8b9cadbecf", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9ea38d43-46e0-472e-b40c-4f49a063a398", + "universalIdentifier": "20202020-b05d-40f4-9df4-8b9cadbecfda", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "74cda414-3ccc-4d73-a4e2-d5ed023142d7", + "universalIdentifier": "b50ce369-9905-46d9-b95b-5e4034d252aa", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f29355fd-2dfa-47d8-8f10-8045190c3b47", + "universalIdentifier": "20fbafd0-0a16-4785-b5a6-f1ef45ef304c", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "86c552cd-fe94-48f6-87a8-8e9b996c2421", + "universalIdentifier": "7490a440-7a62-466e-ba93-75a2f2edfb1e", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message Thread record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "48e91f8a-9f5f-44f9-a70f-367c8f1a41ef", + "universalIdentifier": "c63e091f-6528-4657-ad2a-b0a158f9e483", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"subject\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "453d499a-47bf-4ea0-be5e-9c2acbf7a464", + "universalIdentifier": "a8ddbf8c-1137-45d1-b89e-5ffbd83f67c8", + "type": "TEXT", + "name": "subject", + "label": "Subject", + "description": "Subject", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "922255d0-f996-4cb4-87fc-963d90bc4839", + "universalIdentifier": "20202020-3115-404f-aade-e1154b28e35a", + "type": "RELATION", + "name": "messages", + "label": "Messages", + "description": "Messages from the thread.", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "nameSingular": "messageThread", + "namePlural": "messageThreads" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "922255d0-f996-4cb4-87fc-963d90bc4839", + "name": "messages" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "29300185-1d79-463d-a013-e37d3f4ff31b", + "name": "messageThread" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8a4d3a4b-91b7-46a1-bd0f-e3e8b40017a7", + "universalIdentifier": "20202020-314e-40a4-906d-a5d5d6c285f6", + "type": "RELATION", + "name": "messageChannelMessageAssociations", + "label": "Message Channel Association", + "description": "Messages from the channel.", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "nameSingular": "messageThread", + "namePlural": "messageThreads" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "8a4d3a4b-91b7-46a1-bd0f-e3e8b40017a7", + "name": "messageChannelMessageAssociations" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "03b828f6-ecd3-44b8-a2b3-9849120195ed", + "name": "messageThread" + } + }, + "morphRelations": null + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "c48ce4de-a73c-4b94-ba79-123559a8b299", + "universalIdentifier": "20202020-fe8c-40bc-a681-b80b771449b7", + "nameSingular": "messageChannel", + "namePlural": "messageChannels", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "163e3448-4277-4e1b-afb2-5a8d6428721b", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Channel", + "labelPlural": "Message Channels", + "description": "Message Channels", + "icon": "IconMessage", + "fieldsList": [ + { + "__typename": "Field", + "id": "bfe8699f-0cb2-432c-b81d-53fab7c33c3f", + "universalIdentifier": "20202020-b02a-40c1-8ac1-9eafbacbdced", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d33c31b9-4d6b-4fce-8910-e99179e91a1b", + "universalIdentifier": "20202020-b02b-40c2-9bc2-afbacbdcedfe", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ba494848-3af1-4850-8443-827d24614434", + "universalIdentifier": "20202020-b02c-40c3-8cc3-bacbdcedfefa", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ef1243d0-4a98-474c-8b8b-784db7d367fb", + "universalIdentifier": "20202020-b02d-40c4-9dc4-cbdcedfefaab", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "161daca3-41e0-495e-99ae-a26fdea03752", + "universalIdentifier": "b7de8fcc-a7c6-4122-b3fa-1fcf8f30931c", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cb9c7c00-189a-4fa1-b2e5-e89d1003aa30", + "universalIdentifier": "88bb6ff1-b8a1-4313-95d4-7879acca0b93", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cdd0fbe1-9be4-4149-bf1d-2d47732c6924", + "universalIdentifier": "bc8a36af-8b9c-4548-a0da-c90e899e7243", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message Channel record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "99845c85-7c71-4e23-88b7-d9c7d4a0343b", + "universalIdentifier": "5e84794c-6f14-4bdf-81a6-76ee11cda51f", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "59771373-951a-43b6-bf6d-5a1c1439b241", + "universalIdentifier": "20202020-6a6b-4532-9767-cbc61b469453", + "type": "SELECT", + "name": "visibility", + "label": "Visibility", + "description": "Visibility", + "icon": "IconEyeglass", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'SHARE_EVERYTHING'", + "options": [ + { + "id": "20202020-4548-4830-b3f8-221fd082ebc0", + "color": "green", + "label": "Metadata", + "value": "METADATA", + "position": 0 + }, + { + "id": "20202020-6a42-40a8-b81e-28b7e591c598", + "color": "blue", + "label": "Subject", + "value": "SUBJECT", + "position": 1 + }, + { + "id": "20202020-d520-4cba-8832-5bca315b64f3", + "color": "orange", + "label": "Share Everything", + "value": "SHARE_EVERYTHING", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "163e3448-4277-4e1b-afb2-5a8d6428721b", + "universalIdentifier": "20202020-2c96-43c3-93e3-ed6b1acb69bc", + "type": "TEXT", + "name": "handle", + "label": "Handle", + "description": "Handle", + "icon": "IconAt", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ce035dc2-6ccc-42fd-b27b-4f63f115775d", + "universalIdentifier": "20202020-ae95-42d9-a3f1-797a2ea22122", + "type": "SELECT", + "name": "type", + "label": "Type", + "description": "Channel Type", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'EMAIL'", + "options": [ + { + "id": "20202020-1628-4bc0-aae1-1a46c648cf90", + "color": "green", + "label": "Email", + "value": "EMAIL", + "position": 0 + }, + { + "id": "20202020-fb11-4da3-80fd-b291cda8deb1", + "color": "blue", + "label": "SMS", + "value": "SMS", + "position": 1 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ec72a3a5-5db0-4dc2-ab6f-803f775a01c7", + "universalIdentifier": "20202020-fabd-4f14-b7c6-3310f6d132c6", + "type": "BOOLEAN", + "name": "isContactAutoCreationEnabled", + "label": "Is Contact Auto Creation Enabled", + "description": "Is Contact Auto Creation Enabled", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": true, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "916d72a3-b9b6-4c66-bb96-5532278e063d", + "universalIdentifier": "20202020-fc0e-4ba6-b259-a66ca89cfa38", + "type": "SELECT", + "name": "contactAutoCreationPolicy", + "label": "Contact auto creation policy", + "description": "Automatically create People records when receiving or sending emails", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'SENT'", + "options": [ + { + "id": "20202020-1923-4ffd-907d-be8cc37ecee5", + "color": "green", + "label": "Sent and Received", + "value": "SENT_AND_RECEIVED", + "position": 0 + }, + { + "id": "20202020-8f6a-44d8-bdbb-90cf8b919467", + "color": "blue", + "label": "Sent", + "value": "SENT", + "position": 1 + }, + { + "id": "20202020-b43e-4bc4-840e-d903a69e2ffc", + "color": "red", + "label": "None", + "value": "NONE", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6bc0dae0-5514-4fb0-9c4c-98219eae3b49", + "universalIdentifier": "20202020-cc39-4432-9fe8-ec8ab8bbed95", + "type": "SELECT", + "name": "messageFolderImportPolicy", + "label": "Message folder import policy", + "description": "Message folder import policy", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'ALL_FOLDERS'", + "options": [ + { + "id": "20202020-140d-4326-978c-83ca0e9a4d8f", + "color": "green", + "label": "All folders", + "value": "ALL_FOLDERS", + "position": 0 + }, + { + "id": "20202020-513a-4b91-9033-5b74b404e2cb", + "color": "blue", + "label": "Selected folders", + "value": "SELECTED_FOLDERS", + "position": 1 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fa3960d2-b4a6-4673-9e6f-616c63f155ae", + "universalIdentifier": "20202020-1df5-445d-b4f3-2413ad178431", + "type": "BOOLEAN", + "name": "excludeNonProfessionalEmails", + "label": "Exclude non professional emails", + "description": "Exclude non professional emails", + "icon": "IconBriefcase", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": true, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "de3285c9-f54f-47b4-b94a-abc425ec473a", + "universalIdentifier": "20202020-45a0-4be4-9164-5820a6a109fb", + "type": "BOOLEAN", + "name": "excludeGroupEmails", + "label": "Exclude group emails", + "description": "Exclude group emails", + "icon": "IconUsersGroup", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": true, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c9f9ff6a-46d9-46d6-836c-6c46f0edfac9", + "universalIdentifier": "20202020-17c5-4e9f-bc50-af46a89fdd42", + "type": "SELECT", + "name": "pendingGroupEmailsAction", + "label": "Pending group emails action", + "description": "Pending action for group emails", + "icon": "IconUsersGroup", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'NONE'", + "options": [ + { + "id": "20202020-2ead-4bd1-aa5d-5005c7a956b4", + "color": "red", + "label": "Group emails deletion", + "value": "GROUP_EMAILS_DELETION", + "position": 0 + }, + { + "id": "20202020-155d-447d-a36e-6ecbb30fc37c", + "color": "green", + "label": "Group emails import", + "value": "GROUP_EMAILS_IMPORT", + "position": 1 + }, + { + "id": "20202020-fe98-4018-9f94-f878c22b8ece", + "color": "blue", + "label": "None", + "value": "NONE", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a1fe8744-4b53-482a-9e48-52341d12c098", + "universalIdentifier": "20202020-d9a6-48e9-990b-b97fdf22e8dd", + "type": "BOOLEAN", + "name": "isSyncEnabled", + "label": "Is Sync Enabled", + "description": "Is Sync Enabled", + "icon": "IconRefresh", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": true, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3116e0c0-beda-408f-9d1c-72dc618942db", + "universalIdentifier": "20202020-79d1-41cf-b738-bcf5ed61e256", + "type": "TEXT", + "name": "syncCursor", + "label": "Last sync cursor", + "description": "Last sync cursor", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f1107438-75d6-4bb6-924d-8d0449b79f7e", + "universalIdentifier": "20202020-263d-4c6b-ad51-137ada56f7d4", + "type": "DATE_TIME", + "name": "syncedAt", + "label": "Last sync date", + "description": "Last sync date", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7d73e937-da30-40f1-a58e-92d664a50690", + "universalIdentifier": "20202020-56a1-4f7e-9880-a8493bb899cc", + "type": "SELECT", + "name": "syncStatus", + "label": "Sync status", + "description": "Sync status", + "icon": "IconStatusChange", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": [ + { + "id": "20202020-046b-4bc2-b085-bd69aaa8e577", + "color": "yellow", + "label": "Ongoing", + "value": "ONGOING", + "position": 1 + }, + { + "id": "20202020-09ec-4ea6-9a8a-bf48211b67e2", + "color": "blue", + "label": "Not Synced", + "value": "NOT_SYNCED", + "position": 2 + }, + { + "id": "20202020-2d1b-4d74-9689-9bd28fd3c3f9", + "color": "green", + "label": "Active", + "value": "ACTIVE", + "position": 3 + }, + { + "id": "20202020-0fb2-4a8b-9f9b-569144a45193", + "color": "red", + "label": "Failed Insufficient Permissions", + "value": "FAILED_INSUFFICIENT_PERMISSIONS", + "position": 4 + }, + { + "id": "20202020-bde3-415a-a8ac-55ced6014364", + "color": "red", + "label": "Failed Unknown", + "value": "FAILED_UNKNOWN", + "position": 5 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "901d4b2e-7365-44d9-bcec-ef93aa824746", + "universalIdentifier": "20202020-7979-4b08-89fe-99cb5e698767", + "type": "SELECT", + "name": "syncStage", + "label": "Sync stage", + "description": "Sync stage", + "icon": "IconStatusChange", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'PENDING_CONFIGURATION'", + "options": [ + { + "id": "20202020-1f62-4d79-a633-33a0e4fce9a6", + "color": "blue", + "label": "Messages list fetch pending", + "value": "MESSAGE_LIST_FETCH_PENDING", + "position": 0 + }, + { + "id": "20202020-d24f-4c3d-94a6-86c42e0f51d7", + "color": "green", + "label": "Messages list fetch scheduled", + "value": "MESSAGE_LIST_FETCH_SCHEDULED", + "position": 1 + }, + { + "id": "20202020-8751-408a-ae46-21a51b76be28", + "color": "orange", + "label": "Messages list fetch ongoing", + "value": "MESSAGE_LIST_FETCH_ONGOING", + "position": 2 + }, + { + "id": "20202020-1cfa-4a7d-a82d-93c8e29d0671", + "color": "blue", + "label": "Messages import pending", + "value": "MESSAGES_IMPORT_PENDING", + "position": 3 + }, + { + "id": "20202020-341e-4fbd-9dbf-30a70828ca69", + "color": "green", + "label": "Messages import scheduled", + "value": "MESSAGES_IMPORT_SCHEDULED", + "position": 4 + }, + { + "id": "20202020-e944-4594-ab81-fdbc53a85026", + "color": "orange", + "label": "Messages import ongoing", + "value": "MESSAGES_IMPORT_ONGOING", + "position": 5 + }, + { + "id": "20202020-f7c5-4756-9084-02f6a0b1a5f8", + "color": "red", + "label": "Failed", + "value": "FAILED", + "position": 6 + }, + { + "id": "20202020-0ede-4c75-84f1-29c8309829ec", + "color": "gray", + "label": "Pending configuration", + "value": "PENDING_CONFIGURATION", + "position": 7 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0aa2432f-9e25-4b93-924c-0fd0214fc6f8", + "universalIdentifier": "20202020-8c61-4a42-ae63-73c1c3c52e06", + "type": "DATE_TIME", + "name": "syncStageStartedAt", + "label": "Sync stage started at", + "description": "Sync stage started at", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bdf9a6ff-b868-413d-9aa5-df25740b3456", + "universalIdentifier": "20202020-0291-42be-9ad0-d578a51684ab", + "type": "NUMBER", + "name": "throttleFailureCount", + "label": "Throttle Failure Count", + "description": "Throttle Failure Count", + "icon": "IconX", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "268107c8-aecf-4fab-9f98-1b74b5c0ed76", + "universalIdentifier": "20202020-a1e3-4d7f-b5c2-9f8e6d4c3b2a", + "type": "DATE_TIME", + "name": "throttleRetryAfter", + "label": "Throttle Retry After", + "description": "Throttle Retry After", + "icon": "IconClock", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a15ef99d-5f07-4849-81f4-2cfa1adfbb36", + "universalIdentifier": "20202020-49a2-44a4-b470-282c0440d15d", + "type": "RELATION", + "name": "connectedAccount", + "label": "Connected Account", + "description": "Connected Account", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "connectedAccountId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "c48ce4de-a73c-4b94-ba79-123559a8b299", + "nameSingular": "messageChannel", + "namePlural": "messageChannels" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a15ef99d-5f07-4849-81f4-2cfa1adfbb36", + "name": "connectedAccount" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "96054ea4-4d5e-4d0d-aa35-1b304e1529ba", + "name": "messageChannels" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "1101d5c5-e104-4ce9-b030-aa25d88d4091", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_bf1967e8710f32f1a65c67fb4b4", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "75b04e5c-a39c-4910-a1d8-b00a556986c5", + "fieldMetadataId": "a15ef99d-5f07-4849-81f4-2cfa1adfbb36", + "createdAt": "2026-04-10T08:55:56.599Z", + "updatedAt": "2026-04-10T08:55:56.599Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "universalIdentifier": "20202020-6736-4337-b5c4-8b39fae325a5", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "d09704f0-057d-48ed-8278-3d673d5eb467", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Timeline Activity", + "labelPlural": "Timeline Activities", + "description": "Aggregated / filtered event to be displayed on the timeline", + "icon": "IconTimelineEvent", + "fieldsList": [ + { + "__typename": "Field", + "id": "7831b7e6-00a9-4cfa-8ee0-ce193964c2c6", + "universalIdentifier": "20202020-a01a-4081-8a81-9aabbccddeff", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e8203d15-4157-4369-9f68-cb88b9519af8", + "universalIdentifier": "20202020-a01b-4082-9b82-aabbccddeeff", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "294209a8-a714-4440-b6a5-69a15bdf0600", + "universalIdentifier": "20202020-a01c-4083-8c83-bbccddeeffaa", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5ac5562f-b100-44dd-9039-04582a3d6f49", + "universalIdentifier": "20202020-a01d-4084-9d84-ccddeeffaabb", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c5bb752e-7ac7-4f23-9cdb-e3ac0c94912b", + "universalIdentifier": "8f66191f-927d-4a6d-a15f-d0ff8cfc5a6d", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e15b8fab-6e5a-4c65-bf72-46efab6b6507", + "universalIdentifier": "81dc29fc-c872-4efd-bf31-d07872cd260e", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "901bf568-84a5-4145-a55e-ebc3955aaa5b", + "universalIdentifier": "e245d799-3e4b-4c69-ab9a-6b7c91d71195", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Timeline activity record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4b8645d6-fba0-4c90-bc0f-57e40496c32e", + "universalIdentifier": "20202020-9526-4993-b339-c4318c4d39f0", + "type": "DATE_TIME", + "name": "happensAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d09704f0-057d-48ed-8278-3d673d5eb467", + "universalIdentifier": "20202020-7207-46e8-9dab-849505ae8497", + "type": "TEXT", + "name": "name", + "label": "Event name", + "description": "Event name", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6c868583-8526-4b8c-8ec0-765a135d841a", + "universalIdentifier": "20202020-f142-4b04-b91b-6a2b4af3bf11", + "type": "RAW_JSON", + "name": "properties", + "label": "Event details", + "description": "Json value for event details", + "icon": "IconListDetails", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2ada00a8-dae7-40af-809d-a644cec8863c", + "universalIdentifier": "20202020-cfdb-4bef-bbce-a29f41230934", + "type": "TEXT", + "name": "linkedRecordCachedName", + "label": "Linked Record cached name", + "description": "Cached record name", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6857ff73-352a-4404-84d8-323b45b6edc2", + "universalIdentifier": "20202020-2e0e-48c0-b445-ee6c1e61687d", + "type": "UUID", + "name": "linkedRecordId", + "label": "Linked Record id", + "description": "Linked Record id", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3331575a-4566-4308-8841-faf165fdb569", + "universalIdentifier": "20202020-c595-449d-9f89-562758c9ee69", + "type": "UUID", + "name": "linkedObjectMetadataId", + "label": "Linked Object Metadata Id", + "description": "Linked Object Metadata Id", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6c453fae-b50b-4edc-9ed6-befbe7d6d610", + "universalIdentifier": "bc1d1b67-903a-4354-8272-4a6efc4cbe63", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cfa4073b-a5e6-4e0e-8a73-6d29fda7adb1", + "universalIdentifier": "20202020-af23-4479-9a30-868edc474b36", + "type": "RELATION", + "name": "workspaceMember", + "label": "Workspace Member", + "description": "Event workspace member", + "icon": "IconCircleUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workspaceMemberId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "cfa4073b-a5e6-4e0e-8a73-6d29fda7adb1", + "name": "workspaceMember" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "fb7dd9b4-3608-4534-8fd8-929b52c51c15", + "name": "timelineActivities" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "universalIdentifier": "20202020-7664-4a35-a3df-580d389fd527", + "type": "MORPH_RELATION", + "name": "target", + "label": "Target", + "description": "Event target", + "icon": "IconArrowUpRight", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "targetOpportunityId" + }, + "isLabelSyncedWithName": false, + "morphId": "20202020-9a2b-4c3d-a4e5-f6a7b8c9d0e1", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "a8a81fec-6315-46b1-927b-064f3e52ab94", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "bac81eaa-2f04-4ccf-9dc8-726cc919edc3", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3b6d99ee-d1f8-4011-b05e-9da8f1d21fe8", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "nameSingular": "dashboard", + "namePlural": "dashboards" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a1cc36c1-9dfb-4e35-b843-84b86a511602", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "20acfd6a-3b43-4829-8844-2fb9539ed78b", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", + "nameSingular": "note", + "namePlural": "notes" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a19cc27a-f3aa-453e-8a98-c74cc5e7a909", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "583a87e2-b8ea-4a7f-bbe0-deded7e5f3db", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "4d4bd383-4192-4d4b-84cf-c98d49e51eb6", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "f2839b7a-3eae-4048-9b00-4a631f733e70", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "4bdf6505-6c16-4c96-833c-2f9c8ef0f226", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "4bd3102c-f570-4488-abb6-1cac4889a8a6", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d88ca30e-2d50-4a21-9146-775ac32adbe2", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "5bfdccb5-ae15-428e-9cb8-acc2569220dc", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b01af7d6-a3b3-45a3-a7cc-d4c491586227", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "1a1ee54b-8af0-46f1-b02e-836dc676cd53", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "be701e56-6716-4254-a8b3-a2c3cf2a7ec9", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3eaf07bb-8dae-42d8-870f-8499499cb790", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "13e4db84-27f4-4f39-8665-27c1651641ce", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "cf063f78-c750-4e53-8b43-87514044475d", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "37c12569-a33c-4a46-a156-1254457dc6a7", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "b14ff1db-66dd-4ee7-a632-d6a8d01035bd", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "7d22ef2e-cfb6-462f-a25b-072400d1cc30", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "479151b8-8945-4058-9b53-448db0345053", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "2497b37e-4658-413c-addf-cdbe04c6282b", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d0dc0fb2-3b80-4210-a44e-1b0eb070a42e", + "name": "timelineActivities" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a191349c-678a-4201-9feb-21d8f1123412", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0ea99f36-b08e-449d-928a-6bcd3da63f1e", + "name": "timelineActivities" + } + } + ] + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "9ccbce3f-fb3a-4829-afdf-d2fadd4826da", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_dc68847d0ff0b17baef8fb632c2", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "65b69dac-3a75-4878-9469-47f7d429d14b", + "fieldMetadataId": "cfa4073b-a5e6-4e0e-8a73-6d29fda7adb1", + "createdAt": "2026-04-10T08:55:56.618Z", + "updatedAt": "2026-04-10T08:55:56.618Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "0580022e-8877-44ce-b569-7400652bd552", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_e49dd7da4ed5c919babcd31c93b", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "17f9652c-042d-4b9a-b2be-c7887038a1e7", + "fieldMetadataId": "4d4bd383-4192-4d4b-84cf-c98d49e51eb6", + "createdAt": "2026-04-10T08:55:56.619Z", + "updatedAt": "2026-04-10T08:55:56.619Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "e52a6d6b-c816-4159-81ef-f5d25f1d3133", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_9b267fc4a89dd1aaec4c5340f05", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "70fdecf7-6e8c-4639-8e93-6f831a6add86", + "fieldMetadataId": "bac81eaa-2f04-4ccf-9dc8-726cc919edc3", + "createdAt": "2026-04-10T08:55:56.619Z", + "updatedAt": "2026-04-10T08:55:56.619Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "c0cd350a-9815-409b-8a24-2a5bdd677b66", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_62d09af534224aa478109b2d585", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "185723d6-f181-4983-bae4-a72eb291e373", + "fieldMetadataId": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "createdAt": "2026-04-10T08:55:56.620Z", + "updatedAt": "2026-04-10T08:55:56.620Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "44d3a7ac-405c-4866-807e-1b2f8cb010a0", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_26a021921ba73b428be8f244ded", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "c69b7971-3c72-46e8-a79b-74393982f473", + "fieldMetadataId": "a19cc27a-f3aa-453e-8a98-c74cc5e7a909", + "createdAt": "2026-04-10T08:55:56.621Z", + "updatedAt": "2026-04-10T08:55:56.621Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "f8eef31a-6c1f-4a94-a90c-9a3c5437b8ca", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_1ff229b8237e8368a92c08d11f0", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "da0d950a-fccd-4451-a243-23faf38d9b9f", + "fieldMetadataId": "4bdf6505-6c16-4c96-833c-2f9c8ef0f226", + "createdAt": "2026-04-10T08:55:56.621Z", + "updatedAt": "2026-04-10T08:55:56.621Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "81cbb6a1-0f1c-4c0c-af7d-30843f764378", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_9a2065c2b56ffe8b74d1a12705f", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "dae760a3-01cc-49c7-afa6-7743953959a6", + "fieldMetadataId": "d88ca30e-2d50-4a21-9146-775ac32adbe2", + "createdAt": "2026-04-10T08:55:56.622Z", + "updatedAt": "2026-04-10T08:55:56.622Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "97326e7b-1bcb-4089-af4f-0aa65e3dd658", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_953cb9c73db904f98697f4867b2", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "5b2b3a8e-77ab-41be-8ae8-359a43c90e0e", + "fieldMetadataId": "b01af7d6-a3b3-45a3-a7cc-d4c491586227", + "createdAt": "2026-04-10T08:55:56.622Z", + "updatedAt": "2026-04-10T08:55:56.622Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "b0c465b0-6d37-42b3-af5d-6bad2bde09f8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_58b130a455b1451066c84dc63e2", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "9b52498f-113e-4d39-809f-11d0de0e3e48", + "fieldMetadataId": "be701e56-6716-4254-a8b3-a2c3cf2a7ec9", + "createdAt": "2026-04-10T08:55:56.623Z", + "updatedAt": "2026-04-10T08:55:56.623Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "b88326fb-52ad-4250-a2e7-0ec628381bf9", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_6b2a27852dd0e0846577662a33a", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "781fdb5b-05c6-45f2-98e1-873d29f0dc5b", + "fieldMetadataId": "a1cc36c1-9dfb-4e35-b843-84b86a511602", + "createdAt": "2026-04-10T08:55:56.624Z", + "updatedAt": "2026-04-10T08:55:56.624Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "universalIdentifier": "20202020-977e-46b2-890b-c3002ddfd5c5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "85f2cac1-498d-4edd-99fc-3b75c0a74acd", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Connected Account", + "labelPlural": "Connected Accounts", + "description": "A connected account", + "icon": "IconAt", + "fieldsList": [ + { + "__typename": "Field", + "id": "b057c123-ebb0-4295-88b1-db1a4b7deba1", + "universalIdentifier": "20202020-c06a-4071-8a71-5c6d7e8f9aab", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "384b095a-baf6-44ad-8aa8-5688b17a9d12", + "universalIdentifier": "20202020-c06b-4072-9b72-6d7e8f9aabbc", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1a40209a-d8f3-44dc-96b8-df09e5f5e500", + "universalIdentifier": "20202020-c06c-4073-8c73-7e8f9aabbccd", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a11e0a22-9c0a-4ad6-a31e-2c0d67a74fa4", + "universalIdentifier": "20202020-c06d-4074-9d74-8f9aabbccdde", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bd57a595-0d74-42a9-8b17-5617028dda6a", + "universalIdentifier": "e09c2463-9ca6-4004-97ce-6039e3161a5d", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "26b03bc9-e9fc-4ce6-979b-c04ed9265034", + "universalIdentifier": "0a84c0e1-f9fc-47d5-8ac9-58538e50a9f9", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8d75cd81-e67b-4b27-b32a-29bee6a79898", + "universalIdentifier": "66b7bc3e-c99e-42b6-82e6-6f43142c0f2f", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Connected account record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7de5c016-253a-4938-b6dc-f5ed9c684a3e", + "universalIdentifier": "140767fe-0aa4-4573-a0bd-67cb657c9452", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "85f2cac1-498d-4edd-99fc-3b75c0a74acd", + "universalIdentifier": "20202020-c804-4a50-bb05-b3a9e24f1dec", + "type": "TEXT", + "name": "handle", + "label": "handle", + "description": "The account handle (email, username, phone number, etc.)", + "icon": "IconMail", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bb3d6543-a93c-4690-b67d-bc59176d15fd", + "universalIdentifier": "20202020-ebb0-4516-befc-a9e95935efd5", + "type": "TEXT", + "name": "provider", + "label": "provider", + "description": "The account provider", + "icon": "IconSettings", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'google'", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4f199f06-3419-4344-bc43-158305d0e4fa", + "universalIdentifier": "20202020-707b-4a0a-8753-2ad42efe1e29", + "type": "TEXT", + "name": "accessToken", + "label": "Access Token", + "description": "Messaging provider access token", + "icon": "IconKey", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7b70fc5b-0a84-4962-af03-aa692ef0f64f", + "universalIdentifier": "20202020-532d-48bd-80a5-c4be6e7f6e49", + "type": "TEXT", + "name": "refreshToken", + "label": "Refresh Token", + "description": "Messaging provider refresh token", + "icon": "IconKey", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6259a7fe-dbb7-4aed-996f-b3bcc1f1b293", + "universalIdentifier": "20202020-115c-4a87-b50f-ac4367a971b9", + "type": "TEXT", + "name": "lastSyncHistoryId", + "label": "Last sync history ID", + "description": "Last sync history ID", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c1be085b-57ff-4845-b5ee-3360bc610ff5", + "universalIdentifier": "20202020-d268-4c6b-baff-400d402b430a", + "type": "DATE_TIME", + "name": "authFailedAt", + "label": "Auth failed at", + "description": "Auth failed at", + "icon": "IconX", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "dc21efad-d0da-4b72-a0c6-a1d34755d6b3", + "universalIdentifier": "20202020-aa5e-4e85-903b-fdf90a941941", + "type": "DATE_TIME", + "name": "lastCredentialsRefreshedAt", + "label": "Last credentials refreshed at", + "description": "Last credentials refreshed at", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f866d30b-e706-4f0b-a2c5-0deac1dea5d5", + "universalIdentifier": "20202020-8a3d-46be-814f-6228af16c47b", + "type": "TEXT", + "name": "handleAliases", + "label": "Handle Aliases", + "description": "Handle Aliases", + "icon": "IconMail", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7d717cb1-0aef-43cf-8b60-aa5ac8042e93", + "universalIdentifier": "20202020-8a3d-46be-814f-6228af16c47c", + "type": "ARRAY", + "name": "scopes", + "label": "Scopes", + "description": "Scopes", + "icon": "IconSettings", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "530bac3f-fbc2-4b8a-a98f-48ce5b85b165", + "universalIdentifier": "20202020-a1b2-46be-814f-6228af16c481", + "type": "RAW_JSON", + "name": "connectionParameters", + "label": "Custom Connection Parameters", + "description": "JSON object containing custom connection parameters", + "icon": "IconSettings", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5a7fc72b-3fd9-4421-8268-6505c54fa6ad", + "universalIdentifier": "20202020-af4a-47bb-99ec-51911c1d3977", + "type": "RELATION", + "name": "calendarChannels", + "label": "Calendar Channels", + "description": "Calendar Channels", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "ce1549f6-1cb8-4f47-ba55-16d5a399a235", + "nameSingular": "calendarChannel", + "namePlural": "calendarChannels" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "5a7fc72b-3fd9-4421-8268-6505c54fa6ad", + "name": "calendarChannels" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "5d7b0dea-da5e-4d91-9386-51736d9376f7", + "name": "connectedAccount" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "79c19070-8786-4d4f-83cd-d20699bce82d", + "universalIdentifier": "20202020-3517-4896-afac-b1d0aa362af6", + "type": "RELATION", + "name": "accountOwner", + "label": "Account Owner", + "description": "Account Owner", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "accountOwnerId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "79c19070-8786-4d4f-83cd-d20699bce82d", + "name": "accountOwner" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "ae633a94-b92c-44d0-b1bd-993a5d18b5f9", + "name": "connectedAccounts" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "96054ea4-4d5e-4d0d-aa35-1b304e1529ba", + "universalIdentifier": "20202020-24f7-4362-8468-042204d1e445", + "type": "RELATION", + "name": "messageChannels", + "label": "Message Channels", + "description": "Message Channels", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "c48ce4de-a73c-4b94-ba79-123559a8b299", + "nameSingular": "messageChannel", + "namePlural": "messageChannels" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "96054ea4-4d5e-4d0d-aa35-1b304e1529ba", + "name": "messageChannels" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "a15ef99d-5f07-4849-81f4-2cfa1adfbb36", + "name": "connectedAccount" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "6b5f340c-5e91-4eb6-9bed-b5cce44a820b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_3c8bbe54bd34f40dfe2d05ac964", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "29dea5aa-81b8-46b2-8c3b-9deddd35c999", + "fieldMetadataId": "79c19070-8786-4d4f-83cd-d20699bce82d", + "createdAt": "2026-04-10T08:55:56.597Z", + "updatedAt": "2026-04-10T08:55:56.597Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "universalIdentifier": "20202020-62be-406c-b9ca-8caa50d51392", + "nameSingular": "workflow", + "namePlural": "workflows", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "83ab1b71-c43f-4e6e-bc58-5bdaa93d6525", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": "W", + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Workflow", + "labelPlural": "Workflows", + "description": "A workflow", + "icon": "IconSettingsAutomation", + "fieldsList": [ + { + "__typename": "Field", + "id": "d1352cb4-a0a0-4673-a3dc-9f5583de46dd", + "universalIdentifier": "20202020-f02a-4181-8a81-efabcdefabcd", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5b5533e7-d32d-4b31-b2ec-16474c6ccf34", + "universalIdentifier": "20202020-f02b-4182-9b82-fabcdefabcde", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "20b7c1ac-b5a6-429c-ab26-f03ab5ff7f9c", + "universalIdentifier": "20202020-f02c-4183-8c83-abcdefabcdef", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0648abd1-4a38-4ef5-8d73-5dd63f5d34f7", + "universalIdentifier": "20202020-f02d-4184-9d84-bcdefabcdefa", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "83ab1b71-c43f-4e6e-bc58-5bdaa93d6525", + "universalIdentifier": "20202020-b3d3-478f-acc0-5d901e725b20", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "The workflow name", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2392c4ec-df1f-4d47-9735-bec3d82cf834", + "universalIdentifier": "20202020-326a-4fba-8639-3456c0a169e8", + "type": "TEXT", + "name": "lastPublishedVersionId", + "label": "Last published Version Id", + "description": "The workflow last published version id", + "icon": "IconVersions", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "79041349-60ca-4734-b67f-90c0399ebd95", + "universalIdentifier": "20202020-357c-4432-8c50-8c31b4a552d9", + "type": "MULTI_SELECT", + "name": "statuses", + "label": "Statuses", + "description": "The current statuses of the workflow versions", + "icon": "IconStatusChange", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": [ + { + "id": "20202020-e9d8-41df-8262-31bb04948366", + "color": "yellow", + "label": "Draft", + "value": "DRAFT", + "position": 0 + }, + { + "id": "20202020-e47e-4d57-913a-7b29e1f140ef", + "color": "green", + "label": "Active", + "value": "ACTIVE", + "position": 1 + }, + { + "id": "20202020-bdfa-4d35-bf5c-e410cccfc765", + "color": "gray", + "label": "Deactivated", + "value": "DEACTIVATED", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1ed983b2-0797-47cd-82e3-672cc07828f4", + "universalIdentifier": "20202020-39b0-4d8c-8c5f-33c2326deb5f", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Workflow record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c2cf98eb-91d3-4ec7-abbf-879c478043de", + "universalIdentifier": "20202020-6007-401a-8aa5-e6f48581a6f3", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "24360efa-48ec-4b31-9fef-b21956170eba", + "universalIdentifier": "3559831e-caf2-4eb5-9db1-b47bf968c774", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0e96c7b4-d8fa-4929-a00e-b1f93779dad5", + "universalIdentifier": "20202020-535d-4ffa-b7f3-4fa0d5da1b7a", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "077d02f7-6730-40dd-a9bb-5960a68fe033", + "universalIdentifier": "20202020-4a8c-4e2d-9b1c-7e5f3a2b4c6d", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Attachments linked to the workflow", + "icon": "IconFileUpload", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "077d02f7-6730-40dd-a9bb-5960a68fe033", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5bfdccb5-ae15-428e-9cb8-acc2569220dc", + "universalIdentifier": "20202020-906e-486a-a798-131a5f081faf", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Timeline activities linked to the workflow", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "5bfdccb5-ae15-428e-9cb8-acc2569220dc", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "76c53f11-472b-48c6-bb3e-61d052035d09", + "universalIdentifier": "20202020-9432-416e-8f3c-27ee3153d099", + "type": "RELATION", + "name": "versions", + "label": "Versions", + "description": "Workflow versions linked to the workflow.", + "icon": "IconVersions", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "76c53f11-472b-48c6-bb3e-61d052035d09", + "name": "versions" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0ffcd8dd-44bb-44d6-bcdb-9f9b50a70c13", + "name": "workflow" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "39a29e02-a472-4c7e-b70c-68fded3c6aa7", + "universalIdentifier": "20202020-759b-4340-b58b-e73595c4df4f", + "type": "RELATION", + "name": "runs", + "label": "Runs", + "description": "Workflow runs linked to the workflow.", + "icon": "IconRun", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "39a29e02-a472-4c7e-b70c-68fded3c6aa7", + "name": "runs" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d211e714-0333-4459-909a-d7af75740429", + "name": "workflow" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8a08086a-e4fd-4f11-a5fc-51afa26cd6fb", + "universalIdentifier": "20202020-3319-4234-a34c-117ecad2b8a9", + "type": "RELATION", + "name": "automatedTriggers", + "label": "Automated Triggers", + "description": "Workflow automated triggers linked to the workflow.", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922", + "nameSingular": "workflowAutomatedTrigger", + "namePlural": "workflowAutomatedTriggers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "8a08086a-e4fd-4f11-a5fc-51afa26cd6fb", + "name": "automatedTriggers" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "a4307a58-9294-4926-80c0-2ed6c3641a45", + "name": "workflow" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "4100d7e2-fb2e-4340-aa7b-15452ad2485c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_d09fc4b1711543f42c127270f1e", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b1833207-4a49-49e5-9da5-d8bc21a97603", + "fieldMetadataId": "0e96c7b4-d8fa-4929-a00e-b1f93779dad5", + "createdAt": "2026-04-10T08:55:56.624Z", + "updatedAt": "2026-04-10T08:55:56.624Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "universalIdentifier": "e6dc4b19-7ab3-4d57-a304-0fc98a0c056e", + "nameSingular": "surveyResult", + "namePlural": "surveyResults", + "isCustom": true, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "labelIdentifierFieldMetadataId": "a2b70b10-ab44-428e-b1f7-631d78536469", + "imageIdentifierFieldMetadataId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Survey result", + "labelPlural": "Survey results", + "description": "", + "icon": "IconRulerMeasure", + "fieldsList": [ + { + "__typename": "Field", + "id": "a2b70b10-ab44-428e-b1f7-631d78536469", + "universalIdentifier": "6093e763-31c8-431b-b428-14e60e8fc444", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "Name", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "dbe519e4-ee19-43c7-8928-bb66198aaf8e", + "universalIdentifier": "c657d6fb-4f77-4022-800f-ba5c6680e5e0", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": true, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a6d4bb98-4e3e-4e98-8d88-4863baea96aa", + "universalIdentifier": "88e0a12a-713a-420d-855a-e7527addfd65", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c4da3371-3224-4421-9ada-16c0f261fc0f", + "universalIdentifier": "f888a50d-3eac-4e96-8289-bd39431854aa", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "900d1926-d80e-4e5b-8756-3f5e7735407c", + "universalIdentifier": "f3ca9cec-f34d-4485-8cea-f2f4b855ec3d", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Deletion date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9c4f24d6-7dbd-45e1-8c41-bdba48080354", + "universalIdentifier": "8e977816-6e90-4d48-bc46-8bbf733962af", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7a6c575e-e9cc-4534-b712-a237e07db23a", + "universalIdentifier": "5fbd467f-f51f-4f6e-8a90-0a8b11ba1f91", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Search vector", + "icon": "IconSearch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b92d1d3f-1137-4646-929e-b22f3b236124", + "universalIdentifier": "b647af90-4de6-480c-b336-9836b8b994c6", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ef64c65b-4179-480d-90aa-cde8c6c5fe0e", + "universalIdentifier": "73dae556-3c08-4727-8082-6a84bde9d8ac", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "479151b8-8945-4058-9b53-448db0345053", + "universalIdentifier": "ea3b94a1-5cac-43e9-b568-4768b9d3bc4d", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "SurveyResults tied to the Timeline Activity", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "479151b8-8945-4058-9b53-448db0345053", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "50f02da5-2bd3-4d5d-802d-68fabdab62c2", + "universalIdentifier": "2415bd27-e6cb-4c97-958b-f1f5280fb41b", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "SurveyResults tied to the Attachment", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "50f02da5-2bd3-4d5d-802d-68fabdab62c2", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7d676cd1-a97d-46e4-b152-a42f3651b905", + "universalIdentifier": "c7da17f9-b071-4fa8-acd8-59ca5167ec03", + "type": "RELATION", + "name": "noteTargets", + "label": "Note Targets", + "description": "SurveyResults tied to the Note Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "7d676cd1-a97d-46e4-b152-a42f3651b905", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "95944780-af1a-4811-878f-d9248bc1cc5e", + "universalIdentifier": "16de6b1c-7c13-41b5-8819-e0daa57303e4", + "type": "RELATION", + "name": "taskTargets", + "label": "Task Targets", + "description": "SurveyResults tied to the Task Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "95944780-af1a-4811-878f-d9248bc1cc5e", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "60152a39-462b-4eb3-bfdb-90d3df800920", + "universalIdentifier": "78bc39bf-575f-400f-b148-a813e5e04f90", + "type": "NUMBER", + "name": "score", + "label": "Score (Float 3 decimals)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "type": "number", + "dataType": "float", + "decimals": 3 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "386ff0db-a7a4-4fda-bb25-88f8c59e55fe", + "universalIdentifier": "75977998-f49f-48e1-9eab-943d89f11057", + "type": "NUMBER", + "name": "percentageOfCompletion", + "label": "Percentage of completion (Float 3 decimals + percentage)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "type": "percentage", + "dataType": "float", + "decimals": 6 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fac9ee75-263e-4268-8121-4321e159101a", + "universalIdentifier": "5b179f62-ff3d-4db2-82bf-efe7acda2210", + "type": "NUMBER", + "name": "participants", + "label": "Participants (Int)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "type": "number", + "dataType": "int" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1b7b817a-d9d1-4598-9ff3-3a9fbaaa28d0", + "universalIdentifier": "75122bda-7762-4c3d-9811-f445a6aca247", + "type": "NUMBER", + "name": "averageEstimatedNumberOfAtomsInTheUniverse", + "label": "Average estimated number of atoms in the universe (BigInt)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "type": "number", + "dataType": "bigint" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b763cab7-32db-4153-a66a-fbdb5fa8b733", + "universalIdentifier": "d1e687c8-3863-4271-963a-273fca704645", + "type": "TEXT", + "name": "comments", + "label": "Comments (Max 5 rows)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "displayedMaxRows": 5 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "07af6e5b-ceb1-4187-8dda-0c34997b89c7", + "universalIdentifier": "039a9280-8684-435f-bdc1-557e50695a5d", + "type": "TEXT", + "name": "shortNotes", + "label": "Short notes (Max 1 row)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "displayedMaxRows": 1 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7a30b9e7-1010-4df1-af3b-cb527ad67883", + "universalIdentifier": "3c8ffb45-bbe5-4fab-863e-334850600786", + "type": "FILES", + "name": "files", + "label": "Files", + "description": "", + "icon": "IconFiles", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.795Z", + "updatedAt": "2026-04-10T08:55:58.795Z", + "defaultValue": null, + "options": null, + "settings": { + "maxNumberOfValues": 5 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b98a7ab1-6065-4353-b016-d6895f148dcf", + "universalIdentifier": "1ca7403c-92db-4633-a5d8-2bc8a43ae799", + "type": "RELATION", + "name": "ownedPets", + "label": "Owned Pets", + "description": "SurveyResults Pet", + "icon": "IconRelationOneToMany", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.495Z", + "updatedAt": "2026-04-10T08:56:00.495Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b98a7ab1-6065-4353-b016-d6895f148dcf", + "name": "ownedPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3341bc4d-9a48-49c8-b878-ce33f579941a", + "name": "polymorphicOwner" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f0036fb7-013d-4e1b-b7f1-f44032634779", + "universalIdentifier": "483d3bb8-2112-4a1f-8a56-72b12d40c69d", + "type": "RELATION", + "name": "helpedPets", + "label": "Helped Pets", + "description": "SurveyResults Pet", + "icon": "IconRelationOneToMany", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.496Z", + "updatedAt": "2026-04-10T08:56:00.496Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "helpedPetsId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "f0036fb7-013d-4e1b-b7f1-f44032634779", + "name": "helpedPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "5a6307c5-6cea-4881-bc02-1dc4a651bb5c", + "name": "polymorphicHelper" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "9c04a27e-c657-46e6-b1da-0396e94a2663", + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "name": "IDX_e2a25535adda4544be555d3b6d8", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "0d58eaa2-b77d-4ce9-82c3-18f0cb834ec9", + "fieldMetadataId": "7a6c575e-e9cc-4534-b712-a237e07db23a", + "createdAt": "2026-04-10T08:55:58.506Z", + "updatedAt": "2026-04-10T08:55:58.506Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "41932528-3dca-4e96-9b50-7013b8528f4c", + "createdAt": "2026-04-10T08:56:00.496Z", + "updatedAt": "2026-04-10T08:56:00.496Z", + "name": "IDX_f69cb5fa5975d86fddaef55f8f1", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "4a6131f5-6f9e-41aa-b4be-de21a96b1cff", + "fieldMetadataId": "f0036fb7-013d-4e1b-b7f1-f44032634779", + "createdAt": "2026-04-10T08:56:00.524Z", + "updatedAt": "2026-04-10T08:56:00.524Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "universalIdentifier": "20202020-fff0-4b44-be82-bda313884400", + "nameSingular": "noteTarget", + "namePlural": "noteTargets", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "5a75ae6c-c4f8-4bd6-9676-259f1bbed07c", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Note Target", + "labelPlural": "Note Targets", + "description": "A note target", + "icon": "IconCheckbox", + "fieldsList": [ + { + "__typename": "Field", + "id": "5a75ae6c-c4f8-4bd6-9676-259f1bbed07c", + "universalIdentifier": "20202020-c02a-4121-8a21-cddeef123456", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e6758a59-240a-436b-a138-147027613a5f", + "universalIdentifier": "20202020-c02b-4122-9b22-ddeef1234567", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3a1ee5d9-d710-49ee-aaf4-423efa72f66f", + "universalIdentifier": "20202020-c02c-4123-8c23-eef12345678a", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6141caba-60a5-46a3-bf3c-5aa1eda8a8d0", + "universalIdentifier": "20202020-c02d-4124-9d24-ef123456789b", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e347329b-4eb9-43a7-854e-251de8dfd64a", + "universalIdentifier": "820a3163-bb7d-41bc-93d9-81a464559c48", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ba2ee67e-ed9e-497e-8476-4a26b760978d", + "universalIdentifier": "a48c2bae-fe78-4d9d-bc37-f56d1a462121", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "62ae20e3-b063-45a7-8fc0-26cfd9c21d90", + "universalIdentifier": "082f7c9e-5ccd-4056-8748-a428f65fa6f6", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "NoteTarget record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f0036915-2491-4baf-a803-eca66ddc09d1", + "universalIdentifier": "0cc32d0f-99ab-4fee-bf66-9e84bc8bce00", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(\"id\"::text, ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "12cfa04b-8aa5-442e-8148-757f7f90f578", + "universalIdentifier": "20202020-57f3-4f50-9599-fc0f671df003", + "type": "RELATION", + "name": "note", + "label": "Note", + "description": "NoteTarget note", + "icon": "IconNotes", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "noteId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", + "nameSingular": "note", + "namePlural": "notes" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "12cfa04b-8aa5-442e-8148-757f7f90f578", + "name": "note" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "479ffe1d-18e3-4a7d-a5b5-933a85d631c9", + "name": "noteTargets" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "universalIdentifier": "65e3339b-eb62-414c-8d5c-4d823b63abff", + "type": "MORPH_RELATION", + "name": "target", + "label": "PetCareAgreement", + "description": "NoteTargets Pet Care Agreement", + "icon": "IconCheckbox", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "targetPetCareAgreementId" + }, + "isLabelSyncedWithName": false, + "morphId": "20202020-f635-435d-ab8d-e1168b375c70", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "980e26f9-7c7a-4b58-b7c7-d0749f360093", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "2b71f163-bb36-4a4d-8b5c-c228f0b436cd", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "e34f74fc-3019-4c01-a23d-a9312444a7aa", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "63125263-1566-4c7c-a70c-ce3ec50f8288", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "2a4ae297-c70c-4c18-978a-b1dfbf472e8f", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "daddabd1-1fd7-4221-ba0f-a2b94c78b963", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "8793e14d-8782-48c4-93f0-d665f48215bb", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "de38acce-e4b2-4f76-a76c-a1195570daf1", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "193b0bae-8778-4579-bb20-84d47b6254fe", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a44aa940-a4ae-445a-bd55-ed5741582970", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "b05253e6-ea80-442d-8f8a-27e76b9457c1", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "1855cdab-9fac-4ec3-abf5-cd12436f95e4", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "7d676cd1-a97d-46e4-b152-a42f3651b905", + "name": "noteTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "851e730b-10da-46a6-9c5f-ad98c5b901ef", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "a8b2d674-c83e-49e9-b909-916d23d96922", + "name": "noteTargets" + } + } + ] + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "307ae52f-310c-4072-96ac-c9f4170c4ab8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_7e2582241f3b749d7a43d7d0231", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "e8abcb89-1751-4c84-bccb-875656c3bce2", + "fieldMetadataId": "12cfa04b-8aa5-442e-8148-757f7f90f578", + "createdAt": "2026-04-10T08:55:56.607Z", + "updatedAt": "2026-04-10T08:55:56.607Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "7eb72a8f-297d-4e89-9ebd-545a0620570d", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_a1e176335c31525bf3cc12f0e00", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "70f92576-da5b-42f3-b876-709be2bc34e2", + "fieldMetadataId": "63125263-1566-4c7c-a70c-ce3ec50f8288", + "createdAt": "2026-04-10T08:55:56.608Z", + "updatedAt": "2026-04-10T08:55:56.608Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "d78e43b5-c063-4ac6-b5f0-428f2ac3f3db", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_2f07fa4cf183061692f8d99df80", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "9fe6abb3-46b3-4cd4-82f6-c016da6b47f9", + "fieldMetadataId": "2b71f163-bb36-4a4d-8b5c-c228f0b436cd", + "createdAt": "2026-04-10T08:55:56.608Z", + "updatedAt": "2026-04-10T08:55:56.608Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "ff818eae-4544-4b45-81ea-eaf92d472925", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_9058210268a941b4b77a609e982", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "1ab5455d-40ec-43b2-aaf7-5317ea96b54a", + "fieldMetadataId": "daddabd1-1fd7-4221-ba0f-a2b94c78b963", + "createdAt": "2026-04-10T08:55:56.609Z", + "updatedAt": "2026-04-10T08:55:56.609Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "universalIdentifier": "20202020-a433-4456-aa2d-fd9cb26b774a", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "ef9a5003-2e21-459e-804a-5b27afa9cb6a", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Participant", + "labelPlural": "Message Participants", + "description": "Message Participants", + "icon": "IconUserCircle", + "fieldsList": [ + { + "__typename": "Field", + "id": "ffcbc2ed-18ee-4f1c-894e-f825f814f0c4", + "universalIdentifier": "20202020-b04a-40e1-8ae1-1a2b3c4d5e6f", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "381dc737-a694-4cdf-afe2-05c9862980c6", + "universalIdentifier": "20202020-b04b-40e2-9be2-2b3c4d5e6f7a", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "74a6f652-f8ca-466d-8093-03caf44016e7", + "universalIdentifier": "20202020-b04c-40e3-8ce3-3c4d5e6f7a8b", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d6cc8bd9-1561-46de-9ef3-632134f9ea0a", + "universalIdentifier": "20202020-b04d-40e4-9de4-4d5e6f7a8b9c", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "32974888-3874-4676-9d67-779369ebf747", + "universalIdentifier": "e0e6aa04-6ad5-4d12-8799-6febf00452c1", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "770d46dc-856f-455c-bf67-508649a859ae", + "universalIdentifier": "6c90fd49-22b8-4f91-b4eb-4b9af630e988", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8a3cbdb8-ab20-465f-bc3c-9994992ee5ac", + "universalIdentifier": "f49ca74e-dcdf-445d-a707-3c22869b4e6c", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message Participant record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "dc8182c4-1283-433b-a0e8-12cdb4b81b03", + "universalIdentifier": "80fec74f-cda7-46bd-ae37-8998bd4f992b", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d5598cbf-779d-4b3c-883d-4e2b4b714923", + "universalIdentifier": "20202020-65d1-42f4-8729-c9ec1f52aecd", + "type": "SELECT", + "name": "role", + "label": "Role", + "description": "Role", + "icon": "IconAt", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'FROM'", + "options": [ + { + "id": "20202020-761b-4f02-bc28-795f9a67be48", + "color": "green", + "label": "From", + "value": "FROM", + "position": 0 + }, + { + "id": "20202020-86bc-4cf1-a887-c992c1a0f97f", + "color": "blue", + "label": "To", + "value": "TO", + "position": 1 + }, + { + "id": "20202020-fc2b-431f-805c-650ab60c4f88", + "color": "orange", + "label": "Cc", + "value": "CC", + "position": 2 + }, + { + "id": "20202020-fc9c-436e-842a-7e3a9b92766f", + "color": "red", + "label": "Bcc", + "value": "BCC", + "position": 3 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ef9a5003-2e21-459e-804a-5b27afa9cb6a", + "universalIdentifier": "20202020-2456-464e-b422-b965a4db4a0b", + "type": "TEXT", + "name": "handle", + "label": "Handle", + "description": "Handle", + "icon": "IconAt", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7d12dd12-66d4-4873-9e1c-c32d23f676ca", + "universalIdentifier": "20202020-36dd-4a4f-ac02-228425be9fac", + "type": "TEXT", + "name": "displayName", + "label": "Display Name", + "description": "Display Name", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6d536522-f2b2-4a68-a81c-93169b1bd595", + "universalIdentifier": "20202020-985b-429a-9db9-9e55f4898a2a", + "type": "RELATION", + "name": "message", + "label": "Message", + "description": "Message", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "messageId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "6d536522-f2b2-4a68-a81c-93169b1bd595", + "name": "message" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "bc3e8a90-21c6-4828-9cac-60fa0677f469", + "name": "messageParticipants" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2e21f68d-8657-40a7-9050-02c5609f03a0", + "universalIdentifier": "20202020-249d-4e0f-82cd-1b9df5cd3da2", + "type": "RELATION", + "name": "person", + "label": "Person", + "description": "Person", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "personId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "2e21f68d-8657-40a7-9050-02c5609f03a0", + "name": "person" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "584fe2d4-84a4-4dd8-9075-9ba6e32f5901", + "name": "messageParticipants" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "995b73c8-565a-4326-8353-440de35686b5", + "universalIdentifier": "20202020-77a7-4845-99ed-1bcbb478be6f", + "type": "RELATION", + "name": "workspaceMember", + "label": "Workspace Member", + "description": "Workspace member", + "icon": "IconCircleUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workspaceMemberId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "995b73c8-565a-4326-8353-440de35686b5", + "name": "workspaceMember" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "eb111691-d6b2-459f-a3c6-6099f0bf82a3", + "name": "messageParticipants" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "be9eb1af-bc77-42ac-b8e0-e93f05a1c737", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_19ad12ae96a5d4357ff3a15ba2b", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "f59b41df-ce0c-4036-ae4e-4f22288790dd", + "fieldMetadataId": "6d536522-f2b2-4a68-a81c-93169b1bd595", + "createdAt": "2026-04-10T08:55:56.604Z", + "updatedAt": "2026-04-10T08:55:56.604Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "90bec36d-d666-4a85-826d-acea683132a5", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_47a5ea9e149973d6ef980bdc4f1", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b4733512-590a-4afa-b6e1-7ca74cc46d00", + "fieldMetadataId": "2e21f68d-8657-40a7-9050-02c5609f03a0", + "createdAt": "2026-04-10T08:55:56.605Z", + "updatedAt": "2026-04-10T08:55:56.605Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "fa4d7e9f-2d75-4e5e-939e-bc2ffb207cc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_7a56509bca48a709378017a9135", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "f74b842e-421d-4760-a605-e2d16072ee84", + "fieldMetadataId": "995b73c8-565a-4326-8353-440de35686b5", + "createdAt": "2026-04-10T08:55:56.606Z", + "updatedAt": "2026-04-10T08:55:56.606Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", "universalIdentifier": "20202020-bd3d-4c60-8dca-571c71d4447a", "nameSingular": "attachment", "namePlural": "attachments", @@ -22284,11 +9019,11 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isActive": true, "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "3146ccd8-8508-4f76-9d28-279c97aeb628", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "b127a5d9-2bd4-480f-bb9a-6eca0dbf250e", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, "isSearchable": false, @@ -22300,7 +9035,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "fieldsList": [ { "__typename": "Field", - "id": "0de12783-8e13-4b97-be6d-669e2e3aaf8a", + "id": "34c5d3c5-0c1c-4fc5-8131-fbd291142f9a", "universalIdentifier": "20202020-a01a-4001-8a01-1d5f8e3c7b2a", "type": "UUID", "name": "id", @@ -22313,20 +9048,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "b1645104-f89a-478a-a5ef-52effab514e8", + "id": "e90fbfe3-ee49-4ed7-a2e3-0af1bc0d52a5", "universalIdentifier": "20202020-a01b-4002-9b02-2e6f9f4d8c3b", "type": "DATE_TIME", "name": "createdAt", @@ -22339,8 +9074,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -22348,13 +9083,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "14c1f532-ef9a-4e62-8147-943d39564579", + "id": "3e254662-8ff3-4847-ae02-00857255d362", "universalIdentifier": "20202020-a01c-4003-8c03-3f7fa05d9d4c", "type": "DATE_TIME", "name": "updatedAt", @@ -22367,8 +9102,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -22376,13 +9111,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4df427f9-624b-41f8-836b-1d123a902846", + "id": "5a7acfd7-a609-421b-bfe0-eeb95f535841", "universalIdentifier": "20202020-a01d-4004-9d04-4f8fb16eae5d", "type": "DATE_TIME", "name": "deletedAt", @@ -22395,8 +9130,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -22404,13 +9139,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "3146ccd8-8508-4f76-9d28-279c97aeb628", + "id": "b127a5d9-2bd4-480f-bb9a-6eca0dbf250e", "universalIdentifier": "20202020-87a5-48f8-bbf7-ade388825a57", "type": "TEXT", "name": "name", @@ -22423,20 +9158,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "d379d9d0-732d-468c-9614-c698e4c9d9ed", + "id": "7189c704-e8c9-4af9-a210-971c89622de9", "universalIdentifier": "20202020-15db-460e-8166-c7b5d87ad4be", "type": "FILES", "name": "file", @@ -22449,8 +9184,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -22458,13 +9193,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "80b40aa3-b679-4c6e-9746-f53ba239f5f0", + "id": "e12c489b-e3af-4d19-b115-5d37c707b9dd", "universalIdentifier": "20202020-0d19-453d-8e8d-fbcda8ca3747", "type": "TEXT", "name": "fullPath", @@ -22477,20 +9212,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "62749ed5-a32d-4af2-a64b-a2f49c92e02f", + "id": "6bac38ae-1e42-4b07-8999-5f3fc9101022", "universalIdentifier": "20202020-8c3f-4d9e-9a1b-2e5f7a8c9d0e", "type": "SELECT", "name": "fileCategory", @@ -22503,8 +9238,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "'OTHER'", "options": [ { @@ -22567,13 +9302,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "903d61fc-bf09-4ccf-846e-8b700855b36c", + "id": "5411dfb2-6a93-4269-99c2-b7c75eb424ab", "universalIdentifier": "395be3bd-a5c9-463d-aafe-9bc3bbec3f15", "type": "ACTOR", "name": "createdBy", @@ -22586,8 +9321,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -22597,13 +9332,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "650315fd-6c52-48d7-9918-9bd4df071c16", + "id": "31a08387-ff0d-438b-a5cb-2408bbc97ac2", "universalIdentifier": "376239d1-3e65-4cb6-b5d8-e0917d43cc93", "type": "ACTOR", "name": "updatedBy", @@ -22616,8 +9351,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -22627,13 +9362,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "ce727998-024e-42e8-aede-6530e41735f5", + "id": "2b189163-da8f-4301-abad-8b98eacdb9f8", "universalIdentifier": "cef8f62c-cd46-4444-8cbb-17d463b7464a", "type": "POSITION", "name": "position", @@ -22646,20 +9381,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "07cdb86f-0178-481a-a715-22dd6d9f5c4e", + "id": "66f1a5e5-9337-443b-8f53-5a7b44118c00", "universalIdentifier": "e7b42835-cb2e-4456-8558-9225362aa52d", "type": "TS_VECTOR", "name": "searchVector", @@ -22672,8 +9407,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -22682,37 +9417,37 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "universalIdentifier": "20202020-0158-4aa2-965c-5cdafe21ffa2", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "universalIdentifier": "c8305059-0a36-4719-af7c-f86655595e7e", "type": "MORPH_RELATION", "name": "target", - "label": "Target", - "description": "Attachment target", - "icon": "IconArrowUpRight", - "isCustom": false, + "label": "PetCareAgreement", + "description": "Attachments Pet Care Agreement", + "icon": "IconFileImport", + "isCustom": true, "isActive": true, "isSystem": false, - "isUIReadOnly": true, + "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", "defaultValue": null, "options": null, "settings": { - "onDelete": "CASCADE", + "onDelete": "SET_NULL", "relationType": "MANY_TO_ONE", - "joinColumnName": "targetPersonId" + "joinColumnName": "targetPetCareAgreementId" }, "isLabelSyncedWithName": false, "morphId": "20202020-f634-435d-ab8d-e1168b375c69", - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", "relation": null, "morphRelations": [ { @@ -22720,310 +9455,310 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", "nameSingular": "attachment", "namePlural": "attachments" }, "targetObjectMetadata": { "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1848414f-be0a-4243-8c17-bcebdf5da652", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "nameSingular": "task", - "namePlural": "tasks" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "cdb8a8eb-4a4f-462c-892b-5109d6631522", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "53fa1449-f637-49e0-9086-90c438cbe752", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "nameSingular": "note", - "namePlural": "notes" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "5a615dbd-871f-438b-8a9e-fe19cbfa1c90", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "8e749ca3-a91a-4270-bb74-59b69804ba72", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a50a16b0-6b64-4336-97b9-8d5053d18a7c", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "ce4aaec1-0195-484f-9971-6d9d980ec179", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "nameSingular": "opportunity", - "namePlural": "opportunities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "67b197ec-91a2-42fa-bcf8-13625918a293", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "c44505bc-6201-4bb4-80a3-18e49dfc3bc3", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "nameSingular": "dashboard", - "namePlural": "dashboards" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "31da9583-3cf0-4112-af04-6b93eedd19ac", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b4645a7a-83d4-4a3e-8216-bc9b5b9c5e37", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", - "nameSingular": "workflow", - "namePlural": "workflows" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "44570496-0a8f-4615-8a68-97c7fa44219d", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "4f258bc3-7033-4c42-86d4-0af28f7521f6", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "532838bd-be8c-40e7-8344-c1ae38c28361", - "nameSingular": "rocket", - "namePlural": "rockets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e19c1ada-1473-4642-88b3-202b74a21816", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "1e3199b0-d19c-4e51-8f3e-fb1471febb98", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e072918e-8642-4087-9a12-0a1ff9d02646", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "cc148bdf-b070-4bdf-9ae0-21005ce6ff77", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "26d8f64e-d30a-4f4a-8c4b-64c860c9a71d", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "eaa82229-6523-48f0-8159-ce9cfa4fb88e", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", - "nameSingular": "employmentHistory", - "namePlural": "employmentHistories" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "47876613-8477-4707-adce-0894b43bdef4", - "name": "target" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "06883dd7-75c6-4538-8d0f-1f30f6be4d9c", - "name": "attachments" - } - }, - { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", "nameSingular": "petCareAgreement", "namePlural": "petCareAgreements" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "5167069c-b4d5-4a0c-8e2f-7ed184204255", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", "name": "target" }, "targetFieldMetadata": { "__typename": "Field", - "id": "71da3160-935c-4fe2-b931-bc519f56344f", + "id": "e05a9a09-ce53-43aa-a394-b928c23f3818", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3c9f2ba9-9b86-49fd-bf80-8a22bd92e4f2", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "13d4bb57-4d6e-43ec-a9ed-1e319af50cd8", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", + "nameSingular": "note", + "namePlural": "notes" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "31ae8ec0-6420-45ee-a1fd-1eec7001ceeb", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "471b32ff-a033-4085-95c3-ef240b47f00e", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "be6421f7-36b0-47fe-8c91-c25ab463d116", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "60cfa81c-51ae-41f2-96cc-ee75ae1d57c4", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "c3356c06-297d-4ef2-8e4d-2820b0fd0de7", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "7bea72b6-41ff-4012-83fe-df7fd52e5ffc", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "15b79e25-b452-4d89-830a-7114b5cb90fb", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "24084abc-ee9c-49e2-aff3-410c35234d0e", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "nameSingular": "dashboard", + "namePlural": "dashboards" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "ae582030-95d6-4057-a2c5-10f64b0a1bc4", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "44d1bf28-de4c-46c8-a7a5-7ba770db12f2", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3c73fafe-86c3-4c92-88dd-2a6cd954a597", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "077d02f7-6730-40dd-a9bb-5960a68fe033", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "289056d5-185a-4e84-88cc-49c0806d623f", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d78ea8bb-1149-4d1e-9135-d521ba3659f3", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "49d235ab-ddb1-434e-8d1b-22082bd505ca", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "b9da615c-53af-44a7-8d59-a7822b552ad6", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "553dde60-7f99-4f39-97f8-41cf0c809c61", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "50f02da5-2bd3-4d5d-802d-68fabdab62c2", + "name": "attachments" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d8b9cef8-28b6-4cfd-8317-9aa2283ec9ae", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "461db274-f3c3-4b15-9469-ae20d14f8302", "name": "attachments" } } @@ -23033,9 +9768,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexMetadataList": [ { "__typename": "Index", - "id": "fdbb3888-1081-46bb-885f-9ca0da498aef", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "c1b75431-29c7-49ee-b534-432a7f2a98be", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_3491dc65669342b9bfb1637f5e0", "indexWhereClause": null, "indexType": "BTREE", @@ -23044,19 +9779,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "c19da3da-c690-4898-a479-3234d8286376", - "fieldMetadataId": "cdb8a8eb-4a4f-462c-892b-5109d6631522", - "createdAt": "2026-02-27T01:17:26.860Z", - "updatedAt": "2026-02-27T01:17:26.860Z", + "id": "296b303c-80b7-4dc5-aeeb-1b400d27896c", + "fieldMetadataId": "3c9f2ba9-9b86-49fd-bf80-8a22bd92e4f2", + "createdAt": "2026-04-10T08:55:56.576Z", + "updatedAt": "2026-04-10T08:55:56.576Z", "order": 0 } ] }, { "__typename": "Index", - "id": "829380d9-b49c-4674-ad01-92849857c7b9", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "f0d378c3-8a2c-4271-a4d9-3d9ee4c8e5e8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_699ff395576ff0f73cc87464166", "indexWhereClause": null, "indexType": "BTREE", @@ -23065,19 +9800,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "a4491a86-b772-4dc3-875a-9fd7f74b678b", - "fieldMetadataId": "5a615dbd-871f-438b-8a9e-fe19cbfa1c90", - "createdAt": "2026-02-27T01:17:26.862Z", - "updatedAt": "2026-02-27T01:17:26.862Z", + "id": "397a27e5-3695-46e6-91f7-9ccd4c9d1b3d", + "fieldMetadataId": "31ae8ec0-6420-45ee-a1fd-1eec7001ceeb", + "createdAt": "2026-04-10T08:55:56.581Z", + "updatedAt": "2026-04-10T08:55:56.581Z", "order": 0 } ] }, { "__typename": "Index", - "id": "b41d69ff-6340-43a0-835a-336336c363f0", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "0c78023f-6ad2-4e53-93e6-0e6640eba928", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_04d8ad72536bbeb4430998211f8", "indexWhereClause": null, "indexType": "BTREE", @@ -23086,19 +9821,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "8008a592-bb29-4627-acc0-fcec42859813", - "fieldMetadataId": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "createdAt": "2026-02-27T01:17:26.863Z", - "updatedAt": "2026-02-27T01:17:26.863Z", + "id": "a368dbcd-67ee-41e4-8a2a-2fe1d447df35", + "fieldMetadataId": "be6421f7-36b0-47fe-8c91-c25ab463d116", + "createdAt": "2026-04-10T08:55:56.582Z", + "updatedAt": "2026-04-10T08:55:56.582Z", "order": 0 } ] }, { "__typename": "Index", - "id": "95db6616-e368-4241-981b-3d613f97eb5d", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "cfc0b589-f8e7-4f0a-a573-b44637fbe842", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_21649fe7fe250834d1dd37125b1", "indexWhereClause": null, "indexType": "BTREE", @@ -23107,19 +9842,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "65ee9e7b-be8e-4140-ae4f-6420f342f829", - "fieldMetadataId": "a50a16b0-6b64-4336-97b9-8d5053d18a7c", - "createdAt": "2026-02-27T01:17:26.864Z", - "updatedAt": "2026-02-27T01:17:26.864Z", + "id": "49cc15e6-d5aa-4e18-8cf8-d94bac01c687", + "fieldMetadataId": "c3356c06-297d-4ef2-8e4d-2820b0fd0de7", + "createdAt": "2026-04-10T08:55:56.584Z", + "updatedAt": "2026-04-10T08:55:56.584Z", "order": 0 } ] }, { "__typename": "Index", - "id": "f8ef0a88-1762-438b-92d1-baabfbcc191c", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "05d7ac28-4d24-4400-9333-cceeef8a19af", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_fde993c7020a17c3282edf5c9b8", "indexWhereClause": null, "indexType": "BTREE", @@ -23128,19 +9863,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "95373cf9-1802-4092-8d19-8c4a95870ad0", - "fieldMetadataId": "67b197ec-91a2-42fa-bcf8-13625918a293", - "createdAt": "2026-02-27T01:17:26.865Z", - "updatedAt": "2026-02-27T01:17:26.865Z", + "id": "f66426ba-5f6d-4bea-b5e2-6ec2443ee657", + "fieldMetadataId": "15b79e25-b452-4d89-830a-7114b5cb90fb", + "createdAt": "2026-04-10T08:55:56.586Z", + "updatedAt": "2026-04-10T08:55:56.586Z", "order": 0 } ] }, { "__typename": "Index", - "id": "02d7e614-c5eb-4d31-af1e-d8a5bc7d91f6", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "f9afa67b-6e73-4241-8698-5134724b172b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_4c7e63468918a5d5233ccb65de7", "indexWhereClause": null, "indexType": "BTREE", @@ -23149,19 +9884,19 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "58687293-be37-40f0-8dec-6cf61f2f83a5", - "fieldMetadataId": "31da9583-3cf0-4112-af04-6b93eedd19ac", - "createdAt": "2026-02-27T01:17:26.865Z", - "updatedAt": "2026-02-27T01:17:26.865Z", + "id": "22228d29-6938-4526-9bfa-b40fee21779f", + "fieldMetadataId": "ae582030-95d6-4057-a2c5-10f64b0a1bc4", + "createdAt": "2026-04-10T08:55:56.587Z", + "updatedAt": "2026-04-10T08:55:56.587Z", "order": 0 } ] }, { "__typename": "Index", - "id": "4a61a2e1-ab6b-47d9-821f-d5d94980dac3", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "21946202-22c0-4ba2-b522-0448a0d03f50", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_30f5fd16a4aa058d1a6c4b8ac10", "indexWhereClause": null, "indexType": "BTREE", @@ -23170,10 +9905,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "1aaf29b9-77ab-4376-ba94-40a5c4dfeade", - "fieldMetadataId": "44570496-0a8f-4615-8a68-97c7fa44219d", - "createdAt": "2026-02-27T01:17:26.866Z", - "updatedAt": "2026-02-27T01:17:26.866Z", + "id": "c32d7364-f6e6-46d7-b314-de8f473434cf", + "fieldMetadataId": "3c73fafe-86c3-4c92-88dd-2a6cd954a597", + "createdAt": "2026-04-10T08:55:56.588Z", + "updatedAt": "2026-04-10T08:55:56.588Z", "order": 0 } ] @@ -23185,34 +9920,33 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "26f62a07-444a-44b2-abf6-70037ab95e25", - "universalIdentifier": "20202020-849a-4c3e-84f5-a25a7d802271", - "nameSingular": "messageThread", - "namePlural": "messageThreads", + "id": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922", + "universalIdentifier": "20202020-3319-4234-a34c-7f3b9d2e4d1f", + "nameSingular": "workflowAutomatedTrigger", + "namePlural": "workflowAutomatedTriggers", "isCustom": false, "isRemote": false, "isActive": true, "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "00ec7597-41f6-4514-99e2-518a49bb23a3", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "c4a2e871-0f4e-445e-a43b-b2399e046b54", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, "isSearchable": false, "duplicateCriteria": null, - "labelSingular": "Message Thread", - "labelPlural": "Message Threads", - "description": "Message Thread", - "icon": "IconMessage", - "indexMetadataList": [], + "labelSingular": "Workflow Automated Trigger", + "labelPlural": "Workflow Automated Triggers", + "description": "A workflow automated trigger", + "icon": "IconSettingsAutomation", "fieldsList": [ { "__typename": "Field", - "id": "00ec7597-41f6-4514-99e2-518a49bb23a3", - "universalIdentifier": "20202020-b05a-40f1-8af1-5e6f7a8b9cad", + "id": "c4a2e871-0f4e-445e-a43b-b2399e046b54", + "universalIdentifier": "20202020-f01a-4171-8a71-abcdefabcdef", "type": "UUID", "name": "id", "label": "Id", @@ -23224,21 +9958,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "cbe35973-5189-49d4-9f9c-62e14b4ba532", - "universalIdentifier": "20202020-b05b-40f2-9bf2-6f7a8b9cadbe", + "id": "a0a9b1cc-26b2-471d-9e70-78a16d482950", + "universalIdentifier": "20202020-f01b-4172-9b72-bcdefabcdefa", "type": "DATE_TIME", "name": "createdAt", "label": "Creation date", @@ -23250,8 +9984,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -23259,14 +9993,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4dd23a91-5960-4991-998f-22993a4b81e5", - "universalIdentifier": "20202020-b05c-40f3-8cf3-7a8b9cadbecf", + "id": "8ab6388a-eee9-46fc-bec4-92d47c98ded6", + "universalIdentifier": "20202020-f01c-4173-8c73-cdefabcdefab", "type": "DATE_TIME", "name": "updatedAt", "label": "Last update", @@ -23278,8 +10012,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -23287,14 +10021,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "2159eff1-c159-4b0f-8cf3-4fc656d84a4d", - "universalIdentifier": "20202020-b05d-40f4-9df4-8b9cadbecfda", + "id": "00c38e6f-73bc-47e6-a8b3-a0035b65b4c7", + "universalIdentifier": "20202020-f01d-4174-9d74-defabcdefabc", "type": "DATE_TIME", "name": "deletedAt", "label": "Deleted at", @@ -23306,8 +10040,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -23315,14 +10049,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "cb48e68f-2b91-421b-8fb1-c9dce06ee2f6", - "universalIdentifier": "b50ce369-9905-46d9-b95b-5e4034d252aa", + "id": "17adfceb-538f-47d6-863c-a7a014621021", + "universalIdentifier": "5cea2f46-3779-4782-9fce-3062652e2dfd", "type": "ACTOR", "name": "createdBy", "label": "Created by", @@ -23334,8 +10068,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -23345,14 +10079,14 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "0e879c0d-cadd-4ae4-bb57-cbb45cb6e430", - "universalIdentifier": "20fbafd0-0a16-4785-b5a6-f1ef45ef304c", + "id": "a8ca4fc4-6e09-4367-bcf1-91b42509aed9", + "universalIdentifier": "017d3587-98bd-43ad-b5a6-cb8125105641", "type": "ACTOR", "name": "updatedBy", "label": "Updated by", @@ -23364,8 +10098,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -23375,18 +10109,18 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "6bc9dd07-0ba1-454c-bf48-23b0d95b31f0", - "universalIdentifier": "7490a440-7a62-466e-ba93-75a2f2edfb1e", + "id": "d0ce38ff-b052-48cd-9189-620808fb92f1", + "universalIdentifier": "f4c5eb0a-8a86-49a2-a775-941eaad98fc9", "type": "POSITION", "name": "position", "label": "Position", - "description": "Message Thread record position", + "description": "WorkflowAutomatedTrigger record position", "icon": "IconHierarchy2", "isCustom": false, "isActive": true, @@ -23394,21 +10128,21 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "174205b0-bbb6-458b-acb4-6fcc2986fa75", - "universalIdentifier": "c63e091f-6528-4657-ad2a-b0a158f9e483", + "id": "9271ec75-d6c0-4062-8a67-7eacd0cd7932", + "universalIdentifier": "dae934ca-bfca-4101-8211-8eae6e2b5513", "type": "TS_VECTOR", "name": "searchVector", "label": "Search vector", @@ -23420,123 +10154,165 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, - "settings": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(\"id\"::text, ''))", + "generatedType": "STORED" + }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "ff159b75-37ac-4745-8b55-6d72f84c992a", - "universalIdentifier": "20202020-3115-404f-aade-e1154b28e35a", - "type": "RELATION", - "name": "messages", - "label": "Messages", - "description": "Messages from the thread.", - "icon": "IconMessage", + "id": "d0413599-2513-4598-9a41-615c4dde6329", + "universalIdentifier": "20202020-3319-4234-a34c-3f92c1ab56e7", + "type": "SELECT", + "name": "type", + "label": "Automated Trigger Type", + "description": "The workflow automated trigger type", + "icon": "IconSettingsAutomation", "isCustom": false, "isActive": true, "isSystem": false, "isUIReadOnly": true, - "isNullable": true, + "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'DATABASE_EVENT'", + "options": [ + { + "id": "20202020-ccd5-4f45-9292-f6b2fe81b22c", + "color": "green", + "label": "Database Event", + "value": "DATABASE_EVENT", + "position": 0 + }, + { + "id": "20202020-07b8-4e8f-b218-997ac813c209", + "color": "blue", + "label": "Cron", + "value": "CRON", + "position": 1 + } + ], + "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "26f62a07-444a-44b2-abf6-70037ab95e25", - "nameSingular": "messageThread", - "namePlural": "messageThreads" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "ac31da17-9686-436d-80e4-5278dcd00e81", - "nameSingular": "message", - "namePlural": "messages" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "ff159b75-37ac-4745-8b55-6d72f84c992a", - "name": "messages" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b177c805-4ff4-4c09-8c28-1c9ed81a09f6", - "name": "messageThread" - } - }, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "926f50f3-c3f3-4439-99f6-21d987e90a96", - "universalIdentifier": "20202020-314e-40a4-906d-a5d5d6c285f6", - "type": "RELATION", - "name": "messageChannelMessageAssociations", - "label": "Message Channel Association", - "description": "Messages from the channel.", - "icon": "IconMessage", + "id": "99ac680e-bab0-42fc-9368-299197622fd8", + "universalIdentifier": "20202020-3319-4234-a34c-bac8f903de12", + "type": "RAW_JSON", + "name": "settings", + "label": "Settings", + "description": "The workflow automated trigger settings", + "icon": "IconSettings", "isCustom": false, "isActive": true, "isSystem": false, "isUIReadOnly": true, - "isNullable": true, + "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a4307a58-9294-4926-80c0-2ed6c3641a45", + "universalIdentifier": "20202020-3319-4234-a34c-8e1a4d2f7c03", + "type": "RELATION", + "name": "workflow", + "label": "Workflow", + "description": "WorkflowAutomatedTrigger workflow", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { - "relationType": "ONE_TO_MANY" + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workflowId" }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", - "type": "ONE_TO_MANY", + "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "26f62a07-444a-44b2-abf6-70037ab95e25", - "nameSingular": "messageThread", - "namePlural": "messageThreads" + "id": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922", + "nameSingular": "workflowAutomatedTrigger", + "namePlural": "workflowAutomatedTriggers" }, "targetObjectMetadata": { "__typename": "Object", - "id": "65e845b0-73aa-4348-99ad-f4d6db898e8f", - "nameSingular": "messageChannelMessageAssociation", - "namePlural": "messageChannelMessageAssociations" + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "926f50f3-c3f3-4439-99f6-21d987e90a96", - "name": "messageChannelMessageAssociations" + "id": "a4307a58-9294-4926-80c0-2ed6c3641a45", + "name": "workflow" }, "targetFieldMetadata": { "__typename": "Field", - "id": "77a13f56-bcad-494a-bb98-8dac321d6e8f", - "name": "messageThread" + "id": "8a08086a-e4fd-4f11-a5fc-51afa26cd6fb", + "name": "automatedTriggers" } }, "morphRelations": null } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "78da6f89-5f40-4cb7-8c8f-e5b2d3cf215d", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_397bfb7946782933c476b98d925", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "bbc054ef-51d1-47a7-8f2e-2245d9b25170", + "fieldMetadataId": "a4307a58-9294-4926-80c0-2ed6c3641a45", + "createdAt": "2026-04-10T08:55:56.625Z", + "updatedAt": "2026-04-10T08:55:56.625Z", + "order": 0 + } + ] + } ] } }, @@ -23544,7 +10320,10330 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "universalIdentifier": "20202020-a1c3-47a6-9732-27e5b1e8436d", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "e0a6eefc-a74b-40fa-9ca6-eac3c67455a3", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Calendar event participant", + "labelPlural": "Calendar event participants", + "description": "Calendar event participants", + "icon": "IconCalendar", + "fieldsList": [ + { + "__typename": "Field", + "id": "5110c958-a2f5-4311-b47a-cca2a53a9905", + "universalIdentifier": "20202020-c03a-4041-8a41-5e6f7a8b9cad", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1ea688c0-971b-4e86-8b69-1d8fb4a62311", + "universalIdentifier": "20202020-c03b-4042-9b42-6f7a8b9cadbe", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7635ef85-ce2e-4383-a01c-be7a435bd649", + "universalIdentifier": "20202020-c03c-4043-8c43-7a8b9cadbecf", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "23c137db-6b11-4b82-80ec-46ac867696dc", + "universalIdentifier": "20202020-c03d-4044-9d44-8b9cadbecd0f", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "46badd51-01de-44fd-86e3-4f183e455320", + "universalIdentifier": "9e9ec14d-b889-448e-afe5-40e407be11d1", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1fa9e114-b1bd-4201-9c31-3d54491b0c3d", + "universalIdentifier": "a2c6efda-06bf-418e-808a-dac9fd64ab58", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3e4bbd15-ee15-4c44-aef5-91f3dc1901a4", + "universalIdentifier": "fcfa672c-ce6d-4fc1-b978-db58a4cc14f4", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Calendar event participant record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "10b803f1-dc92-43e2-9b7e-62e0c3d694a3", + "universalIdentifier": "c9dccf32-64ea-433e-a9a7-09993343bae0", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"handle\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e0a6eefc-a74b-40fa-9ca6-eac3c67455a3", + "universalIdentifier": "20202020-8692-4580-8210-9e09cbd031a7", + "type": "TEXT", + "name": "handle", + "label": "Handle", + "description": "Handle", + "icon": "IconMail", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0f1e0fe8-6294-4df3-9a0f-27d28dc95077", + "universalIdentifier": "20202020-ee1e-4f9f-8ac1-5c0b2f69691e", + "type": "TEXT", + "name": "displayName", + "label": "Display Name", + "description": "Display Name", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "374d9539-3415-4726-8c67-f7123d7f79ae", + "universalIdentifier": "20202020-66e7-4e00-9e06-d06c92650580", + "type": "BOOLEAN", + "name": "isOrganizer", + "label": "Is Organizer", + "description": "Is Organizer", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e08df3d1-7434-431a-8b31-e1fd2e562097", + "universalIdentifier": "20202020-cec0-4be8-8fba-c366abc23147", + "type": "SELECT", + "name": "responseStatus", + "label": "Response Status", + "description": "Response Status", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'NEEDS_ACTION'", + "options": [ + { + "id": "20202020-71eb-4724-9947-8aca3bb51140", + "color": "orange", + "label": "Needs Action", + "value": "NEEDS_ACTION", + "position": 0 + }, + { + "id": "20202020-7a3c-45e8-8bbb-f909a4b821a4", + "color": "red", + "label": "Declined", + "value": "DECLINED", + "position": 1 + }, + { + "id": "20202020-aec0-4845-8ca5-a3c17f635329", + "color": "yellow", + "label": "Tentative", + "value": "TENTATIVE", + "position": 2 + }, + { + "id": "20202020-ffbe-4c58-a05b-b00f7fa86c74", + "color": "green", + "label": "Accepted", + "value": "ACCEPTED", + "position": 3 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "dea2cce3-9296-4263-82f2-dc8e2e1c6402", + "universalIdentifier": "20202020-fe3a-401c-b889-af4f4657a861", + "type": "RELATION", + "name": "calendarEvent", + "label": "Event ID", + "description": "Event ID", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "calendarEventId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "nameSingular": "calendarEvent", + "namePlural": "calendarEvents" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "dea2cce3-9296-4263-82f2-dc8e2e1c6402", + "name": "calendarEvent" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "fe674eaa-be02-409c-9eb7-ba5cd8d8bf00", + "name": "calendarEventParticipants" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9fe7868b-0622-479c-aa76-426045e24f4b", + "universalIdentifier": "20202020-5761-4842-8186-e1898ef93966", + "type": "RELATION", + "name": "person", + "label": "Person", + "description": "Person", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "personId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "9fe7868b-0622-479c-aa76-426045e24f4b", + "name": "person" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "e6b4cbf6-c33a-4ff5-be7b-d4314f6bd9f7", + "name": "calendarEventParticipants" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3770c344-5ca5-4930-8174-a629a95d930f", + "universalIdentifier": "20202020-20e4-4591-93ed-aeb17a4dcbd2", + "type": "RELATION", + "name": "workspaceMember", + "label": "Workspace Member", + "description": "Workspace Member", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workspaceMemberId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3770c344-5ca5-4930-8174-a629a95d930f", + "name": "workspaceMember" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "79d3d036-15af-44b1-9552-ad7c08bad302", + "name": "calendarEventParticipants" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "16a9f9a8-5e38-441a-b46b-36d4e55dc4e4", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_40150517e4f1ab6154e426eafce", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "d2801c87-46d0-4018-b514-016bfbf05dd2", + "fieldMetadataId": "dea2cce3-9296-4263-82f2-dc8e2e1c6402", + "createdAt": "2026-04-10T08:55:56.593Z", + "updatedAt": "2026-04-10T08:55:56.593Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "4da288c7-4e95-4a7a-96ba-f413ea5820f0", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_ba8418718688702d3113fde2fe1", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "88c7ab07-b9d3-4ad1-ad1a-5d6eafa78ff7", + "fieldMetadataId": "9fe7868b-0622-479c-aa76-426045e24f4b", + "createdAt": "2026-04-10T08:55:56.594Z", + "updatedAt": "2026-04-10T08:55:56.594Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "d801e81c-3929-43c6-bd6b-be730ee5b17e", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_70c8cfc3c0c8407789db32ad9cf", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "53197a76-014c-48ec-8f00-570f753db73b", + "fieldMetadataId": "3770c344-5ca5-4930-8174-a629a95d930f", + "createdAt": "2026-04-10T08:55:56.594Z", + "updatedAt": "2026-04-10T08:55:56.594Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "universalIdentifier": "20202020-ad1e-4127-bccb-d83ae04d2ccb", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "4a3b7558-0562-405a-802f-f148cbc7d745", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Channel Message Association", + "labelPlural": "Message Channel Message Associations", + "description": "Message Synced with a Message Channel", + "icon": "IconMessage", + "fieldsList": [ + { + "__typename": "Field", + "id": "4a3b7558-0562-405a-802f-f148cbc7d745", + "universalIdentifier": "20202020-b01a-40b1-8ab1-5a6b7c8d9eaf", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bafd0381-94e1-488b-b6f7-3cb0994eb661", + "universalIdentifier": "20202020-b01b-40b2-9bb2-6b7c8d9eafba", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3812f3eb-f967-4f00-8fc5-1ac995c11ae5", + "universalIdentifier": "20202020-b01c-40b3-8cb3-7c8d9eafbacb", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f2ed175c-2a8d-4b4c-8653-a06c226ae0ce", + "universalIdentifier": "20202020-b01d-40b4-9db4-8d9eafbacbdc", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "db707907-d32f-47f5-9ae0-b92f8c8b2a7b", + "universalIdentifier": "ce7dc96f-dd33-4bce-9505-cbd381440cec", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0fc3cef3-23e2-492f-b447-8590ee1935b7", + "universalIdentifier": "334d2ad6-4bc4-4b51-9c92-8ad57652475e", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2b327a65-2160-4cea-b203-8b5a63c7b7a5", + "universalIdentifier": "45d1e083-90d6-4507-b68a-454a9dc3a540", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message channel message association record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "42176757-d81a-4e2f-995d-4c2c344f05ec", + "universalIdentifier": "edddd409-d9f0-4b93-8e3f-37faef6a3387", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"messageExternalId\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b72add65-5960-477e-8542-2497498fad82", + "universalIdentifier": "20202020-37d6-438f-b6fd-6503596c8f34", + "type": "TEXT", + "name": "messageExternalId", + "label": "Message External Id", + "description": "Message id from the messaging provider", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "28cc11eb-087d-495d-b486-fc3c52b4a60b", + "universalIdentifier": "20202020-35fb-421e-afa0-0b8e8f7f9018", + "type": "TEXT", + "name": "messageThreadExternalId", + "label": "Thread External Id", + "description": "Thread id from the messaging provider", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c2a26381-5b6c-4e23-b878-298b833e0323", + "universalIdentifier": "75c9b0f7-9e76-44d4-a2f9-47051e61eec7", + "type": "SELECT", + "name": "direction", + "label": "Direction", + "description": "Message Direction", + "icon": "IconDirection", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'INCOMING'", + "options": [ + { + "id": "20202020-3075-4e35-b6a1-27db444a4668", + "color": "green", + "label": "Incoming", + "value": "INCOMING", + "position": 0 + }, + { + "id": "20202020-a15f-4512-9202-391a3c0bbed3", + "color": "blue", + "label": "Outgoing", + "value": "OUTGOING", + "position": 1 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2132ff36-92b3-46f4-8088-07ae33338c40", + "universalIdentifier": "20202020-b658-408f-bd46-3bd2d15d7e52", + "type": "UUID", + "name": "messageChannelId", + "label": "Message Channel Id", + "description": "Message Channel Id", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "593de04f-d9f8-466e-8682-24a2121692f2", + "universalIdentifier": "20202020-da5d-4ac5-8743-342ab0a0336b", + "type": "RELATION", + "name": "message", + "label": "Message Id", + "description": "Message Id", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "messageId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "593de04f-d9f8-466e-8682-24a2121692f2", + "name": "message" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "00712157-bcd3-4412-ae41-f197c0165ee9", + "name": "messageChannelMessageAssociations" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "03b828f6-ecd3-44b8-a2b3-9849120195ed", + "universalIdentifier": "20202020-fac8-42a8-94dd-44dbc920ae16", + "type": "RELATION", + "name": "messageThread", + "label": "Message Thread Id", + "description": "Message Thread Id", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "messageThreadId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "nameSingular": "messageThread", + "namePlural": "messageThreads" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "03b828f6-ecd3-44b8-a2b3-9849120195ed", + "name": "messageThread" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "8a4d3a4b-91b7-46a1-bd0f-e3e8b40017a7", + "name": "messageChannelMessageAssociations" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "839b17a4-528c-4fd0-9d45-7202eaf828a5", + "universalIdentifier": "9bfc9da7-ae2d-44fd-9563-ede90c5d6222", + "type": "RELATION", + "name": "messageFolders", + "label": "Message Folders", + "description": "Message Folders (supports multiple folders/labels)", + "icon": "IconFolders", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "3d3605e7-f61c-4abe-9886-a485b4450bf9", + "nameSingular": "messageChannelMessageAssociationMessageFolder", + "namePlural": "messageChannelMessageAssociationMessageFolders" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "839b17a4-528c-4fd0-9d45-7202eaf828a5", + "name": "messageFolders" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "98452015-690b-4e86-9eba-16c2d6a6134d", + "name": "messageChannelMessageAssociation" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "90f7dc5e-e386-48b1-9c3d-dfeb6d629637", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_2e85541b739066142845bdef99a", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "61ee160b-9487-491b-8241-d5686df532ac", + "fieldMetadataId": "2132ff36-92b3-46f4-8088-07ae33338c40", + "createdAt": "2026-04-10T08:55:56.600Z", + "updatedAt": "2026-04-10T08:55:56.600Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "fd70ef5f-27fb-49c2-80d3-04d5a80555f3", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_3f4c0095cf17b62868bec089fab", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "86cf5ed7-686e-403f-8f92-475556c25b4c", + "fieldMetadataId": "593de04f-d9f8-466e-8682-24a2121692f2", + "createdAt": "2026-04-10T08:55:56.601Z", + "updatedAt": "2026-04-10T08:55:56.601Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "3769a53c-a368-4c26-9e92-8c13b4de9cf9", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_da56d8b595a778d404eae01f29b", + "indexWhereClause": "\"deletedAt\" IS NULL", + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "d1281015-ee9d-4ec4-9422-71b1fe1fc3cc", + "fieldMetadataId": "2132ff36-92b3-46f4-8088-07ae33338c40", + "createdAt": "2026-04-10T08:55:56.601Z", + "updatedAt": "2026-04-10T08:55:56.601Z", + "order": 0 + }, + { + "__typename": "IndexField", + "id": "af81a42d-355b-498b-a88f-d0b515cb8ae3", + "fieldMetadataId": "593de04f-d9f8-466e-8682-24a2121692f2", + "createdAt": "2026-04-10T08:55:56.601Z", + "updatedAt": "2026-04-10T08:55:56.601Z", + "order": 1 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "universalIdentifier": "413e5604-21a3-4288-835b-00544bcce34c", + "nameSingular": "rocket", + "namePlural": "rockets", + "isCustom": true, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "labelIdentifierFieldMetadataId": "f0ffa796-6575-4ec0-a56e-ed35144704a4", + "imageIdentifierFieldMetadataId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Rocket", + "labelPlural": "Rockets", + "description": "A rocket", + "icon": "IconRocket", + "fieldsList": [ + { + "__typename": "Field", + "id": "f0ffa796-6575-4ec0-a56e-ed35144704a4", + "universalIdentifier": "3a86ad98-285c-4603-9f0d-6d8b8a8ecf57", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "Name", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8d4551ef-03cc-48b5-93d6-86463c21e2e9", + "universalIdentifier": "b28af6de-5c51-42a4-bdca-7847f951018a", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": true, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2e12115b-7761-4c09-ac85-eafc22996384", + "universalIdentifier": "d120a500-7543-4bc5-a265-df28892a1aab", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e1911dba-0d87-4eb4-8b28-f566643910b5", + "universalIdentifier": "c6c04019-24db-48f9-8bd6-69022f37ea46", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1f3a4994-670d-4ce4-88ac-8044a1a73022", + "universalIdentifier": "b90e65d2-5aa9-4ba3-b61a-beb4dced7cc4", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Deletion date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b9dd3c4b-5864-4962-b5fa-d84aa0447bdc", + "universalIdentifier": "4c28edbc-e883-43d4-a241-23e5ddd51f54", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d644819d-f519-491f-a66e-d6905f9fb28f", + "universalIdentifier": "17845dd3-c3e5-4229-81f3-35a99bb7d84e", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Search vector", + "icon": "IconSearch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a438e82e-3c74-4326-845a-f28dba643354", + "universalIdentifier": "d3b9358d-12f0-4897-8576-31b0db24c6ee", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2eaab8d9-595d-48e0-999b-9a8c1cbbd465", + "universalIdentifier": "465e3724-324b-428b-803c-cf1354c1d9d3", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.799Z", + "updatedAt": "2026-04-10T08:55:57.799Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cf063f78-c750-4e53-8b43-87514044475d", + "universalIdentifier": "7e99b23e-9c0f-4b75-913b-2f8425d3b9cd", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Rockets tied to the Timeline Activity", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "cf063f78-c750-4e53-8b43-87514044475d", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d78ea8bb-1149-4d1e-9135-d521ba3659f3", + "universalIdentifier": "d0a9a85a-7d93-4a8a-b52a-773a595000a1", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Rockets tied to the Attachment", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d78ea8bb-1149-4d1e-9135-d521ba3659f3", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "193b0bae-8778-4579-bb20-84d47b6254fe", + "universalIdentifier": "9d9d8949-796b-4fa4-a384-fc151fa87fe9", + "type": "RELATION", + "name": "noteTargets", + "label": "Note Targets", + "description": "Rockets tied to the Note Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "193b0bae-8778-4579-bb20-84d47b6254fe", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "52fce2e0-9f58-454d-8e7e-5a9ad6a9e567", + "universalIdentifier": "685bebaa-9e51-44ce-bccd-67ca1c816ef0", + "type": "RELATION", + "name": "taskTargets", + "label": "Task Targets", + "description": "Rockets tied to the Task Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "52fce2e0-9f58-454d-8e7e-5a9ad6a9e567", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "53d4796c-df69-494f-a744-a1fc4a709b74", + "universalIdentifier": "2a5f26b4-1e86-4567-8f9c-e7a34b8e3442", + "type": "RELATION", + "name": "ownedPets", + "label": "Owned Pets", + "description": "Rockets Pet", + "icon": "IconRelationOneToMany", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.495Z", + "updatedAt": "2026-04-10T08:56:00.495Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "53d4796c-df69-494f-a744-a1fc4a709b74", + "name": "ownedPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3341bc4d-9a48-49c8-b878-ce33f579941a", + "name": "polymorphicOwner" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d538ae5f-7be4-48f7-8837-bdfbb4466592", + "universalIdentifier": "884d04db-1581-4135-adbb-962c7f294f69", + "type": "RELATION", + "name": "helpedPets", + "label": "Helped Pets", + "description": "Rockets Pet", + "icon": "IconRelationOneToMany", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.496Z", + "updatedAt": "2026-04-10T08:56:00.496Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "helpedPetsId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d538ae5f-7be4-48f7-8837-bdfbb4466592", + "name": "helpedPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "5a6307c5-6cea-4881-bc02-1dc4a651bb5c", + "name": "polymorphicHelper" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "1923a403-675d-4c15-8a13-beef5b4c7107", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", + "name": "IDX_530792e4278e7696c4e3e3e55f8", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b7f986b9-0df5-4f75-8ead-5391f02fe7a7", + "fieldMetadataId": "d644819d-f519-491f-a66e-d6905f9fb28f", + "createdAt": "2026-04-10T08:55:57.835Z", + "updatedAt": "2026-04-10T08:55:57.835Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "7cf0d929-843b-46dd-9b33-83950cf20435", + "createdAt": "2026-04-10T08:56:00.496Z", + "updatedAt": "2026-04-10T08:56:00.496Z", + "name": "IDX_5881fea129dd0594d8d0661c787", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "cee8caaa-6f4c-416b-b050-b8e2b39d4598", + "fieldMetadataId": "d538ae5f-7be4-48f7-8837-bdfbb4466592", + "createdAt": "2026-04-10T08:56:00.526Z", + "updatedAt": "2026-04-10T08:56:00.526Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "universalIdentifier": "20202020-4e28-4e95-a9d7-6c00874f843c", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "5ae70c32-669a-4346-b8d0-660e858e26df", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Workflow Run", + "labelPlural": "Workflow Runs", + "description": "A workflow run", + "icon": "IconHistoryToggle", + "fieldsList": [ + { + "__typename": "Field", + "id": "f3a658a1-e8d3-49c0-a338-1a041fd36a6e", + "universalIdentifier": "20202020-f03a-4191-8a91-cdefabcdefab", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e65cd48a-e27c-4f3b-b5ae-aec79a248b0b", + "universalIdentifier": "20202020-f03b-4192-9b92-defabcdefabc", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e24c2666-3ae3-4458-8032-d0dc832161e9", + "universalIdentifier": "20202020-f03c-4193-8c93-efabcdefabcd", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3b9d9020-0848-4788-b4e6-e46b4a2aa6d1", + "universalIdentifier": "20202020-f03d-4194-9d94-fabcdefabcde", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5ae70c32-669a-4346-b8d0-660e858e26df", + "universalIdentifier": "20202020-b840-4253-aef9-4e5013694587", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "Name of the workflow run", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f49c4065-5268-4779-b624-425304275699", + "universalIdentifier": "20202020-f1e3-4de1-a461-b5c4fdbc861d", + "type": "DATE_TIME", + "name": "enqueuedAt", + "label": "Workflow run enqueued at", + "description": "Workflow run enqueued at", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "281ec767-05e2-4a73-aa77-fe73c98e26b9", + "universalIdentifier": "20202020-a234-4e2d-bd15-85bcea6bb183", + "type": "DATE_TIME", + "name": "startedAt", + "label": "Workflow run started at", + "description": "Workflow run started at", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "06329b16-4ef4-4ab2-adb6-fd4a9025306a", + "universalIdentifier": "20202020-e1c1-4b6b-bbbd-b2beaf2e159e", + "type": "DATE_TIME", + "name": "endedAt", + "label": "Workflow run ended at", + "description": "Workflow run ended at", + "icon": "IconHistory", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "eee629f7-dcb0-4303-94c7-b8cf441c9cc9", + "universalIdentifier": "20202020-6b3e-4f9c-8c2b-2e5b8e6d6f3b", + "type": "SELECT", + "name": "status", + "label": "Workflow run status", + "description": "Workflow run status", + "icon": "IconStatusChange", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'NOT_STARTED'", + "options": [ + { + "id": "20202020-2ec6-40d8-b9e1-1b1e567bcca9", + "color": "gray", + "label": "Not started", + "value": "NOT_STARTED", + "position": 0 + }, + { + "id": "20202020-3166-46be-995a-67cb1f4c41d5", + "color": "yellow", + "label": "Running", + "value": "RUNNING", + "position": 1 + }, + { + "id": "20202020-cde8-4fb6-840a-2fdc4f021b0c", + "color": "green", + "label": "Completed", + "value": "COMPLETED", + "position": 2 + }, + { + "id": "20202020-fb77-41c7-bf7c-9be97cce805e", + "color": "red", + "label": "Failed", + "value": "FAILED", + "position": 3 + }, + { + "id": "20202020-c518-4c95-8255-82a05739c88d", + "color": "blue", + "label": "Enqueued", + "value": "ENQUEUED", + "position": 4 + }, + { + "id": "20202020-e8df-4314-829d-165e296c4eb6", + "color": "orange", + "label": "Stopping", + "value": "STOPPING", + "position": 5 + }, + { + "id": "20202020-729b-44f9-a9c7-0bf401a0b51c", + "color": "gray", + "label": "Stopped", + "value": "STOPPED", + "position": 6 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "29e472da-6129-48a6-8fbd-0ae13e3da9de", + "universalIdentifier": "20202020-6007-401a-8aa5-e6f38581a6f3", + "type": "ACTOR", + "name": "createdBy", + "label": "Executed by", + "description": "The executor of the workflow", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b11fc441-fbef-46d1-8204-33049ae8196b", + "universalIdentifier": "730dc1c9-34f5-4c22-84a6-bcb55b7604e2", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9abffa88-f751-451c-a00c-5bc753211d57", + "universalIdentifier": "20202020-611f-45f3-9cde-d64927e8ec57", + "type": "RAW_JSON", + "name": "state", + "label": "State", + "description": "State of the workflow run", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d79ed689-db62-49cf-a320-0faedbe87b00", + "universalIdentifier": "20202020-7802-4c40-ae89-1f506fe3365c", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Workflow run position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d992fc82-7005-47c5-83a3-1c1c1a4fe8bc", + "universalIdentifier": "20202020-0b91-4ded-b1ac-cbd5efa58cb9", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3eaf07bb-8dae-42d8-870f-8499499cb790", + "universalIdentifier": "20202020-af4d-4eb0-babc-eb960a45b356", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Timeline activities linked to the run", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3eaf07bb-8dae-42d8-870f-8499499cb790", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d211e714-0333-4459-909a-d7af75740429", + "universalIdentifier": "20202020-8c57-4e7f-84f5-f373f68e1b82", + "type": "RELATION", + "name": "workflow", + "label": "Workflow", + "description": "Workflow linked to the run.", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workflowId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d211e714-0333-4459-909a-d7af75740429", + "name": "workflow" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "39a29e02-a472-4c7e-b70c-68fded3c6aa7", + "name": "runs" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d91e1088-0bcb-4640-9a52-154dad7dd15c", + "universalIdentifier": "20202020-2f52-4ba8-8dc4-d0d6adb9578d", + "type": "RELATION", + "name": "workflowVersion", + "label": "Workflow version", + "description": "Workflow version linked to the run.", + "icon": "IconVersions", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workflowVersionId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d91e1088-0bcb-4640-9a52-154dad7dd15c", + "name": "workflowVersion" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "89b6fc02-8fc4-4095-8083-228aaf435ba5", + "name": "runs" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "d3b1f0ca-009a-4340-9e39-55d1b64f0705", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_9fdeb410f15f569f2843698c5b3", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "58e443fa-defd-4d5e-8713-0fd2f8701b92", + "fieldMetadataId": "d91e1088-0bcb-4640-9a52-154dad7dd15c", + "createdAt": "2026-04-10T08:55:56.626Z", + "updatedAt": "2026-04-10T08:55:56.626Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "9fc21b6a-3d4c-4f1a-bf62-901957407f97", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_eced9eb2a6cc8f9a5b49fe4b04e", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "5ee82d2f-47ee-4e5c-a4c5-d49cf77550fd", + "fieldMetadataId": "d211e714-0333-4459-909a-d7af75740429", + "createdAt": "2026-04-10T08:55:56.626Z", + "updatedAt": "2026-04-10T08:55:56.626Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "a20bd7f9-4c52-4810-b494-9072c4a87cda", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_261d8661b94dbb98cc85cffab46", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "7fd46739-a828-4028-a48e-acf3bad51160", + "fieldMetadataId": "d992fc82-7005-47c5-83a3-1c1c1a4fe8bc", + "createdAt": "2026-04-10T08:55:56.627Z", + "updatedAt": "2026-04-10T08:55:56.627Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "universalIdentifier": "20202020-3319-4234-a34c-82d5c0e881a6", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "d8ff93be-5b55-4e4b-af50-20eb2f38320c", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Workspace Member", + "labelPlural": "Workspace Members", + "description": "A workspace member", + "icon": "IconUserCircle", + "fieldsList": [ + { + "__typename": "Field", + "id": "2db742dc-abee-4682-8f75-bf464b51c8d0", + "universalIdentifier": "20202020-fb1a-41b1-8ab1-efabcdefabcd", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7d2e8bbf-7921-42be-9ebd-24de25c53e11", + "universalIdentifier": "20202020-fb1b-41b2-9bb2-fabcdefabcde", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "35554333-4c82-4c9a-a83f-dc30fb1fc1af", + "universalIdentifier": "20202020-fb1c-41b3-8cb3-abcdefabcdef", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6daca9b5-eb70-4c2d-951c-76ca3a6dcf8d", + "universalIdentifier": "20202020-fb1d-41b4-9db4-bcdefabcdefa", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "59b60f1f-28c7-4fc6-8383-858ff40f6e56", + "universalIdentifier": "20202020-1810-4591-a93c-d0df97dca843", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Workspace member position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d8ff93be-5b55-4e4b-af50-20eb2f38320c", + "universalIdentifier": "20202020-e914-43a6-9c26-3603c59065f4", + "type": "FULL_NAME", + "name": "name", + "label": "Name", + "description": "Workspace member name", + "icon": "IconCircleUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "de05f0fa-e682-47b7-bdfe-ae0b9d69bf60", + "universalIdentifier": "20202020-66bc-47f2-adac-f2ef7c598b63", + "type": "TEXT", + "name": "colorScheme", + "label": "Color Scheme", + "description": "Preferred color scheme", + "icon": "IconColorSwatch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'System'", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9f663cbe-2ffb-4157-8183-12df483c9112", + "universalIdentifier": "20202020-402e-4695-b169-794fa015afbe", + "type": "TEXT", + "name": "locale", + "label": "Language", + "description": "Preferred language", + "icon": "IconLanguage", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'en'", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "07ce14cd-f2e2-4f21-ad62-52f0a1329a6b", + "universalIdentifier": "20202020-0ced-4c4f-a376-c98a966af3f6", + "type": "TEXT", + "name": "avatarUrl", + "label": "Avatar Url", + "description": "Workspace member avatar", + "icon": "IconFileUpload", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d278d7d4-b64d-4284-93c8-9f6d96c1d146", + "universalIdentifier": "20202020-4c5f-4e09-bebc-9e624e21ecf4", + "type": "TEXT", + "name": "userEmail", + "label": "User Email", + "description": "Related user email address", + "icon": "IconMail", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": true, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "baa88717-223f-4aeb-91ad-ea4abd868075", + "universalIdentifier": "20202020-1ecc-4562-84c9-ff3a2f6cce85", + "type": "NUMBER", + "name": "calendarStartDay", + "label": "Start of the week", + "description": "User's preferred start day of the week", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 7, + "options": null, + "settings": { + "dataType": "int" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a8a32441-076e-4a0b-8df5-5d5bb051fb5d", + "universalIdentifier": "20202020-75a9-4dfc-bf25-2e4b43e89820", + "type": "UUID", + "name": "userId", + "label": "User Id", + "description": "Associated User Id", + "icon": "IconCircleUsers", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9ee41708-8085-47d3-8fb3-ae2592b3f396", + "universalIdentifier": "20202020-2d33-4c21-a86e-5943b050dd54", + "type": "TEXT", + "name": "timeZone", + "label": "Time zone", + "description": "User time zone", + "icon": "IconTimezone", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'system'", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "26659655-c39e-4c7a-bbe3-8eae50aaf975", + "universalIdentifier": "20202020-af13-4e11-b1e7-b8cf5ea13dc0", + "type": "SELECT", + "name": "dateFormat", + "label": "Date format", + "description": "User's preferred date format", + "icon": "IconCalendarEvent", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'SYSTEM'", + "options": [ + { + "id": "20202020-4b6a-4a08-8506-09bd59ef118e", + "color": "turquoise", + "label": "System", + "value": "SYSTEM", + "position": 0 + }, + { + "id": "20202020-6981-4e21-bb11-43ac1081be04", + "color": "red", + "label": "Month First", + "value": "MONTH_FIRST", + "position": 1 + }, + { + "id": "20202020-bf56-4199-b013-27ee921d046d", + "color": "purple", + "label": "Day First", + "value": "DAY_FIRST", + "position": 2 + }, + { + "id": "20202020-fd23-47d3-b01d-0479c11e5a2d", + "color": "sky", + "label": "Year First", + "value": "YEAR_FIRST", + "position": 3 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "be569318-9482-430c-a84a-91cc0befbf92", + "universalIdentifier": "20202020-8acb-4cf8-a851-a6ed443c8d81", + "type": "SELECT", + "name": "timeFormat", + "label": "Time format", + "description": "User's preferred time format", + "icon": "IconClock2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'SYSTEM'", + "options": [ + { + "id": "20202020-349f-4ff8-82be-3eb52e7ec5f5", + "color": "sky", + "label": "System", + "value": "SYSTEM", + "position": 0 + }, + { + "id": "20202020-592c-4e33-a457-f4dcde59a3fc", + "color": "red", + "label": "24HRS", + "value": "HOUR_24", + "position": 1 + }, + { + "id": "20202020-151c-43c2-a463-5bc42e5ce434", + "color": "purple", + "label": "12HRS", + "value": "HOUR_12", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0d4afa05-cbd2-42e3-a559-7339917ec1c4", + "universalIdentifier": "20202020-7f40-4e7f-b126-11c0eda6b141", + "type": "SELECT", + "name": "numberFormat", + "label": "Number format", + "description": "User's preferred number format", + "icon": "IconNumbers", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'SYSTEM'", + "options": [ + { + "id": "20202020-8b5b-4cee-8449-ca48d7c65c11", + "color": "turquoise", + "label": "System", + "value": "SYSTEM", + "position": 0 + }, + { + "id": "20202020-657d-409b-9c2a-d8c3b8842859", + "color": "blue", + "label": "Commas and dot", + "value": "COMMAS_AND_DOT", + "position": 1 + }, + { + "id": "20202020-8703-4475-a92b-42e631851d8b", + "color": "green", + "label": "Spaces and comma", + "value": "SPACES_AND_COMMA", + "position": 2 + }, + { + "id": "20202020-2ea4-4b99-b72b-bebac01fd7db", + "color": "orange", + "label": "Dots and comma", + "value": "DOTS_AND_COMMA", + "position": 3 + }, + { + "id": "20202020-9d07-4353-8ce9-d067d639abf5", + "color": "purple", + "label": "Apostrophe and dot", + "value": "APOSTROPHE_AND_DOT", + "position": 4 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e4e12a99-eec4-44dd-b0d5-f8bfdfd361ea", + "universalIdentifier": "20202020-46d0-4e7f-bc26-74c0edaeb619", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"nameFirstName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"nameLastName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"userEmail\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f019aa0c-34a8-4997-a1c6-927b29623e36", + "universalIdentifier": "4a3f26d1-033e-4d84-b23a-9adc2fd0c2a8", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7098e1fa-3be9-4518-9be8-548629c49146", + "universalIdentifier": "29f84ad0-509f-4aef-9f9c-2691dd60cd87", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "850c3f17-128d-489f-99b1-4a63965a8182", + "universalIdentifier": "20202020-6cb2-4161-9f29-a4b7f1283859", + "type": "RELATION", + "name": "blocklist", + "label": "Blocklist", + "description": "Blocklisted handles", + "icon": "IconForbid2", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "0f6e48ff-3948-44f7-9b25-154899a9a684", + "nameSingular": "blocklist", + "namePlural": "blocklists" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "850c3f17-128d-489f-99b1-4a63965a8182", + "name": "blocklist" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "12888068-1b20-4422-8482-d2190e177c77", + "name": "workspaceMember" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "79d3d036-15af-44b1-9552-ad7c08bad302", + "universalIdentifier": "20202020-0dbc-4841-9ce1-3e793b5b3512", + "type": "RELATION", + "name": "calendarEventParticipants", + "label": "Calendar Event Participants", + "description": "Calendar Event Participants", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "79d3d036-15af-44b1-9552-ad7c08bad302", + "name": "calendarEventParticipants" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3770c344-5ca5-4930-8174-a629a95d930f", + "name": "workspaceMember" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f51fc0a0-1367-41e2-9b4c-6c5adb4117d3", + "universalIdentifier": "20202020-dc29-4bd4-a3c1-29eafa324bee", + "type": "RELATION", + "name": "accountOwnerForCompanies", + "label": "Account Owner For Companies", + "description": "Account owner for companies", + "icon": "IconBriefcase", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "f51fc0a0-1367-41e2-9b4c-6c5adb4117d3", + "name": "accountOwnerForCompanies" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3360fc0b-4b0b-4bea-af03-4806838e6135", + "name": "accountOwner" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ae633a94-b92c-44d0-b1bd-993a5d18b5f9", + "universalIdentifier": "20202020-e322-4bde-a525-727079b4a100", + "type": "RELATION", + "name": "connectedAccounts", + "label": "Connected accounts", + "description": "Connected accounts", + "icon": "IconAt", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", + "nameSingular": "connectedAccount", + "namePlural": "connectedAccounts" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "ae633a94-b92c-44d0-b1bd-993a5d18b5f9", + "name": "connectedAccounts" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "79c19070-8786-4d4f-83cd-d20699bce82d", + "name": "accountOwner" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "eb111691-d6b2-459f-a3c6-6099f0bf82a3", + "universalIdentifier": "20202020-8f99-48bc-a5eb-edd33dd54188", + "type": "RELATION", + "name": "messageParticipants", + "label": "Message Participants", + "description": "Message Participants", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "eb111691-d6b2-459f-a3c6-6099f0bf82a3", + "name": "messageParticipants" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "995b73c8-565a-4326-8353-440de35686b5", + "name": "workspaceMember" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1c8c30f7-a362-4fb1-8bd7-41571f82bbdb", + "universalIdentifier": "20202020-9e4d-4b3a-8c1f-6d7e8f9a0b1c", + "type": "RELATION", + "name": "ownedOpportunities", + "label": "Owned opportunities", + "description": "Opportunities owned by the workspace member", + "icon": "IconTargetArrow", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "1c8c30f7-a362-4fb1-8bd7-41571f82bbdb", + "name": "ownedOpportunities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "a2fe0f8a-ac46-4d3b-989b-b6d2039ec9ac", + "name": "owner" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "51b68440-8d4c-4ca2-9f6a-51215884e937", + "universalIdentifier": "20202020-61dc-4a1c-99e8-38ebf8d2bbeb", + "type": "RELATION", + "name": "assignedTasks", + "label": "Assigned tasks", + "description": "Tasks assigned to the workspace member", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "51b68440-8d4c-4ca2-9f6a-51215884e937", + "name": "assignedTasks" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "name": "assignee" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fb7dd9b4-3608-4534-8fd8-929b52c51c15", + "universalIdentifier": "20202020-e15b-47b8-94fe-8200e3c66615", + "type": "RELATION", + "name": "timelineActivities", + "label": "Events", + "description": "Events linked to the workspace member", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "fb7dd9b4-3608-4534-8fd8-929b52c51c15", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "cfa4073b-a5e6-4e0e-8a73-6d29fda7adb1", + "name": "workspaceMember" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "68f18560-6312-45f5-a09a-4ce63a51489c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_UNIQUE_39954942ffa78c957b5dee47739", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": true, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b42e3b70-1df9-443a-a5c7-5a4d09115eb9", + "fieldMetadataId": "d278d7d4-b64d-4284-93c8-9f6d96c1d146", + "createdAt": "2026-04-10T08:55:56.629Z", + "updatedAt": "2026-04-10T08:55:56.629Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "efb77604-d6d9-46be-bf56-c05771662a66", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_e47451872f70c8f187a6b460ac7", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "a451f2d8-c29f-4e8b-b5b6-bea6ded40270", + "fieldMetadataId": "e4e12a99-eec4-44dd-b0d5-f8bfdfd361ea", + "createdAt": "2026-04-10T08:55:56.629Z", + "updatedAt": "2026-04-10T08:55:56.629Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "universalIdentifier": "2db0e96c-3d3e-464b-8c2d-cecdb6f52e2d", + "nameSingular": "pet", + "namePlural": "pets", + "isCustom": true, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "labelIdentifierFieldMetadataId": "6182038f-196f-4f37-95c8-d4aee7118b7a", + "imageIdentifierFieldMetadataId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Pet", + "labelPlural": "Pets", + "description": "", + "icon": "IconCat", + "fieldsList": [ + { + "__typename": "Field", + "id": "be2556be-6d1c-4ad1-a098-96fc88bab968", + "universalIdentifier": "7c74164f-a379-4f7e-8583-5f7c0706699d", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ad16f265-4951-4550-9bf3-5921bdeaaf85", + "universalIdentifier": "8c308dbb-d245-4c3a-8d5b-cfb94027287b", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": true, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6182038f-196f-4f37-95c8-d4aee7118b7a", + "universalIdentifier": "ee03d0ab-0a6b-4b27-84b7-d5bb5d19d45b", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "Name", + "icon": "IconAbc", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e88ca396-bc2a-48f3-9de5-d0f667868060", + "universalIdentifier": "690122de-8dad-4b24-a57f-aabbdeff8294", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ece510a3-8cfb-41a5-a953-3d28a2d02105", + "universalIdentifier": "760a82a0-fba1-4b2c-9e78-d5d72ca10134", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Deletion date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "329c73d2-0565-44af-a62c-32b94ab58d55", + "universalIdentifier": "85953a21-21b4-427c-b2c1-52552d9de45e", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "27412ab2-a4cd-47a7-9054-9778aee7af43", + "universalIdentifier": "bcd481b9-36c6-4681-a76d-66c21051f3e0", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Search vector", + "icon": "IconSearch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c1dc3f90-3842-4340-a29c-8fbc44db0898", + "universalIdentifier": "0349aa4c-d275-495f-abdc-bec8fa87c9d8", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2e0e2f0d-e022-4383-9d4a-ddf0189eb8d1", + "universalIdentifier": "bed906b5-91c0-4de1-b4a7-0b6d8d742bbe", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b14ff1db-66dd-4ee7-a632-d6a8d01035bd", + "universalIdentifier": "a7c21762-5ba5-47d5-b94e-478a0268d1e8", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Pets tied to the Timeline Activity", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b14ff1db-66dd-4ee7-a632-d6a8d01035bd", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b9da615c-53af-44a7-8d59-a7822b552ad6", + "universalIdentifier": "a2522dcc-9be4-44dd-8e6b-3894849e1c81", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Pets tied to the Attachment", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b9da615c-53af-44a7-8d59-a7822b552ad6", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b05253e6-ea80-442d-8f8a-27e76b9457c1", + "universalIdentifier": "957386f9-77a8-4d33-b119-89c0ca2ca630", + "type": "RELATION", + "name": "noteTargets", + "label": "Note Targets", + "description": "Pets tied to the Note Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b05253e6-ea80-442d-8f8a-27e76b9457c1", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "975f51ee-baa7-4d70-b3cd-a66648fb4b1a", + "universalIdentifier": "9d7c0b29-52f8-490a-ad20-51d0a2563f49", + "type": "RELATION", + "name": "taskTargets", + "label": "Task Targets", + "description": "Pets tied to the Task Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "975f51ee-baa7-4d70-b3cd-a66648fb4b1a", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6079e32d-9962-4f10-8dca-6125c03148f8", + "universalIdentifier": "b3eb0d7a-d07f-461f-801d-caf8fc31ccbf", + "type": "SELECT", + "name": "species", + "label": "Species", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.355Z", + "updatedAt": "2026-04-10T08:55:58.355Z", + "defaultValue": null, + "options": [ + { + "id": "a3ca8828-3141-4be4-8017-459406160727", + "color": "blue", + "label": "Dog", + "value": "DOG", + "position": 0 + }, + { + "id": "3665e269-ade1-41e5-911a-fb69510130ec", + "color": "red", + "label": "Cat", + "value": "CAT", + "position": 1 + }, + { + "id": "bb623f24-ef82-4dee-9dac-4cbc8703d7a0", + "color": "green", + "label": "Bird", + "value": "BIRD", + "position": 2 + }, + { + "id": "ea8957e9-13d0-414c-9dc4-d801660b0ef1", + "color": "yellow", + "label": "Fish", + "value": "FISH", + "position": 3 + }, + { + "id": "36518864-587c-4782-9058-2ee898895c7d", + "color": "purple", + "label": "Rabbit", + "value": "RABBIT", + "position": 4 + }, + { + "id": "94057142-a7cd-434c-86d8-bfc1355dc910", + "color": "orange", + "label": "Hamster", + "value": "HAMSTER", + "position": 5 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "604e811f-a6a5-4be1-b8a6-35ef082d2d34", + "universalIdentifier": "2af7e553-eabf-433c-8f2e-44e6d417af53", + "type": "MULTI_SELECT", + "name": "traits", + "label": "Traits", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.355Z", + "updatedAt": "2026-04-10T08:55:58.355Z", + "defaultValue": null, + "options": [ + { + "id": "091afb7e-cffd-4db1-8843-a627f8ccd253", + "color": "blue", + "label": "Playful", + "value": "PLAYFUL", + "position": 0 + }, + { + "id": "88a83778-c34b-48ad-92f8-dc6fabdf4a23", + "color": "red", + "label": "Friendly", + "value": "FRIENDLY", + "position": 1 + }, + { + "id": "4c8bc3b4-728b-4589-ad16-252001293fa0", + "color": "green", + "label": "Protective", + "value": "PROTECTIVE", + "position": 2 + }, + { + "id": "2f34d39a-05f7-44ac-842e-d1c1f2aeacd6", + "color": "yellow", + "label": "Shy", + "value": "SHY", + "position": 3 + }, + { + "id": "01ea8230-54b9-468b-b191-e29783059f41", + "color": "purple", + "label": "Brave", + "value": "BRAVE", + "position": 4 + }, + { + "id": "d4abf307-a6b9-4023-9dee-da4a32185092", + "color": "orange", + "label": "Curious", + "value": "CURIOUS", + "position": 5 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "33a48a63-1ff8-4bc8-b55d-1263939720d0", + "universalIdentifier": "3da3f356-7bb1-4fb5-82b1-3e55c6df1918", + "type": "TEXT", + "name": "comments", + "label": "Comments", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.355Z", + "updatedAt": "2026-04-10T08:55:58.355Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3dfac090-d155-4878-ae29-b83776efa662", + "universalIdentifier": "adfed90c-0a6b-495f-922d-3ed219e9d634", + "type": "NUMBER", + "name": "age", + "label": "Age", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "115157db-09eb-4be6-80e4-106fd0e177c6", + "universalIdentifier": "912e7f85-621c-431d-80e6-e8045aa34a75", + "type": "ADDRESS", + "name": "location", + "label": "Location", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0acd73a1-29c3-417e-b13f-e9c4671ccb15", + "universalIdentifier": "3fdb7f20-5346-41a6-bd06-7212463ca182", + "type": "PHONES", + "name": "vetPhone", + "label": "Vet phone", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b9701e12-9145-4dd2-9d2d-ac47fe0f7bf7", + "universalIdentifier": "62c16b2c-7465-4c84-bee1-7affad80093a", + "type": "EMAILS", + "name": "vetEmail", + "label": "Vet email", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5775ee78-24cc-4f9f-8b75-861e0aef1ead", + "universalIdentifier": "9c26f5b0-9e99-404a-94c9-43d8fde64bba", + "type": "DATE", + "name": "birthday", + "label": "Birthday", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c7e681c1-1d99-4837-b15d-4a6e4a25a0b0", + "universalIdentifier": "021b96c2-be0c-4010-990d-b5c01db97240", + "type": "BOOLEAN", + "name": "isGoodWithKids", + "label": "Is good with kids", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b9e9e5ee-c5c8-42e7-aa59-55cb056081a8", + "universalIdentifier": "a9a736fe-a6d3-4979-872b-f9cfd31caab4", + "type": "LINKS", + "name": "pictures", + "label": "Pictures", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ac1fded5-337d-4769-8fc4-624ddcfa4733", + "universalIdentifier": "ac056e73-3270-4e28-ae55-65596400ed1e", + "type": "CURRENCY", + "name": "averageCostOfKibblePerMonth", + "label": "Average cost of kibble per month", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "482ae6d6-4ae1-4198-87f1-b696e8ff15b6", + "universalIdentifier": "a92496a1-421c-472b-9a94-49af1973eb56", + "type": "FULL_NAME", + "name": "makesOwnerThinkOf", + "label": "Makes its owner think of", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "da4312cd-80eb-4cbb-98f3-ce1284097f89", + "universalIdentifier": "61089c9d-9540-4391-b5ce-3aded83f859c", + "type": "RATING", + "name": "soundSwag", + "label": "Sound swag (bark style, meow style, etc.)", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": [ + { + "id": "21ef4d29-7b46-4b45-a30a-1c06ab61ce99", + "label": "1", + "value": "RATING_1", + "position": 0 + }, + { + "id": "49920445-33d7-4c06-8fe2-4d02619d1867", + "label": "2", + "value": "RATING_2", + "position": 1 + }, + { + "id": "f5bf31ae-deb1-4274-9c1d-50dd2fd46944", + "label": "3", + "value": "RATING_3", + "position": 2 + }, + { + "id": "88a339c7-c46a-4ebc-845c-f9c608cffa51", + "label": "4", + "value": "RATING_4", + "position": 3 + }, + { + "id": "a13fec96-b061-4464-91ea-a0946aa67643", + "label": "5", + "value": "RATING_5", + "position": 4 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "11d93439-135e-48b8-b3f0-d11874cccd51", + "universalIdentifier": "29877942-0547-47ce-b58d-eae55ce0284c", + "type": "TEXT", + "name": "bio", + "label": "Bio", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ca96f6b8-46a7-441e-a240-27a7273af079", + "universalIdentifier": "9fe92fdf-e456-4667-876b-68fdd5f0297a", + "type": "ARRAY", + "name": "interestingFacts", + "label": "Interesting facts", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f663c4fd-2c87-4f18-b8ab-89d7497eb131", + "universalIdentifier": "f8ef6df4-2c62-4a77-9fdf-b839fb96cad8", + "type": "RAW_JSON", + "name": "extraData", + "label": "Extra data", + "description": "", + "icon": "", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.356Z", + "updatedAt": "2026-04-10T08:55:58.356Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e22d2947-1aea-4c52-8903-1a212aaef9e6", + "universalIdentifier": "e59165ad-c90f-4b85-aefe-6a5726927086", + "type": "RELATION", + "name": "caretakers", + "label": "Caretakers", + "description": "Pets tied to the Pet Care Agreement", + "icon": "IconUser", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:01.050Z", + "updatedAt": "2026-04-10T08:56:01.513Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY", + "junctionTargetFieldId": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "e22d2947-1aea-4c52-8903-1a212aaef9e6", + "name": "caretakers" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "f03b2e27-dd99-4eeb-9944-e3917244dfb5", + "name": "pet" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3341bc4d-9a48-49c8-b878-ce33f579941a", + "universalIdentifier": "97c27da6-d84f-4f9c-958a-f950a91f0215", + "type": "MORPH_RELATION", + "name": "polymorphicOwner", + "label": "Polymorphic Owner", + "description": "Pets tied to the Rocket", + "icon": "IconRelationManyToOne", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.495Z", + "updatedAt": "2026-04-10T08:56:00.495Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "polymorphicOwnerRocketId" + }, + "isLabelSyncedWithName": false, + "morphId": "e694cd11-de4d-490e-9c6c-02783cb58cee", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3341bc4d-9a48-49c8-b878-ce33f579941a", + "name": "polymorphicOwner" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "53d4796c-df69-494f-a744-a1fc4a709b74", + "name": "ownedPets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "542115df-38ea-4b09-996f-6947a90e9b92", + "name": "polymorphicOwner" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "b98a7ab1-6065-4353-b016-d6895f148dcf", + "name": "ownedPets" + } + } + ] + }, + { + "__typename": "Field", + "id": "5a6307c5-6cea-4881-bc02-1dc4a651bb5c", + "universalIdentifier": "3f32eb1d-6752-4615-bb49-26715a086826", + "type": "MORPH_RELATION", + "name": "polymorphicHelper", + "label": "Polymorphic Helper", + "description": "Pets tied to the Survey result", + "icon": "IconRelationOneToMany", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.496Z", + "updatedAt": "2026-04-10T08:56:00.496Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": "bcb15ef6-7c45-4071-97ee-a848f7a374f6", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "5a6307c5-6cea-4881-bc02-1dc4a651bb5c", + "name": "polymorphicHelper" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "f0036fb7-013d-4e1b-b7f1-f44032634779", + "name": "helpedPets" + } + }, + { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a553efb6-9227-4c52-894c-e8830b58c92a", + "name": "polymorphicHelper" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d538ae5f-7be4-48f7-8837-bdfbb4466592", + "name": "helpedPets" + } + } + ] + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "4587087e-0eda-4197-90a2-7bbca22d13dd", + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "name": "IDX_82c02a6c94da4f260020dfb54b9", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "cbb6ebf4-e387-4805-a05c-044cdafc14aa", + "fieldMetadataId": "27412ab2-a4cd-47a7-9054-9778aee7af43", + "createdAt": "2026-04-10T08:55:58.108Z", + "updatedAt": "2026-04-10T08:55:58.108Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "e740d6e6-51de-4cdb-b235-f663544bacf3", + "createdAt": "2026-04-10T08:56:00.495Z", + "updatedAt": "2026-04-10T08:56:00.495Z", + "name": "IDX_4dda151ad87a8e853437e6a9905", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "3d1c0d64-cc21-4e4a-9fe4-2efe869e7161", + "fieldMetadataId": "542115df-38ea-4b09-996f-6947a90e9b92", + "createdAt": "2026-04-10T08:56:00.517Z", + "updatedAt": "2026-04-10T08:56:00.517Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "f5183950-1bc5-4150-8b4d-039636088eaa", + "createdAt": "2026-04-10T08:56:00.495Z", + "updatedAt": "2026-04-10T08:56:00.495Z", + "name": "IDX_0658daa5af230af11406a847c00", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "beda9fae-ceea-460b-90d8-ce72bc3905ca", + "fieldMetadataId": "3341bc4d-9a48-49c8-b878-ce33f579941a", + "createdAt": "2026-04-10T08:56:00.521Z", + "updatedAt": "2026-04-10T08:56:00.521Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "universalIdentifier": "a4cdd646-04dd-4321-ac1e-dc4e036b34d0", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements", + "isCustom": true, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "labelIdentifierFieldMetadataId": "455256a6-d7ec-4bac-bf0c-d296b74a59d5", + "imageIdentifierFieldMetadataId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Pet Care Agreement", + "labelPlural": "Pet Care Agreements", + "description": "", + "icon": "IconPaw", + "fieldsList": [ + { + "__typename": "Field", + "id": "455256a6-d7ec-4bac-bf0c-d296b74a59d5", + "universalIdentifier": "a4409749-3ffe-4ef1-b68e-e9e8adb044e7", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": true, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "90541ba9-fffd-4215-9b88-2fa9a0a28b56", + "universalIdentifier": "4c4bd997-eaf4-4b8a-b40c-9da654f3f497", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "76b8eb57-0b7a-4f44-9d5c-6de03064a8f8", + "universalIdentifier": "e5f6b024-605f-4da5-8b4b-d4cb1b2e2916", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7672bdfb-1e5b-4247-9a5b-57bae3d8d81e", + "universalIdentifier": "f4249caf-4d9b-4c26-9274-d014758cbfed", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Deletion date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "50a7d913-57f0-4e49-b8a3-eee9e281a4a9", + "universalIdentifier": "660513e5-e387-4e16-9fcc-230f0637d0c1", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "43732041-40f1-4458-81fd-c9e87611a241", + "universalIdentifier": "19b42033-1053-4c18-8da4-925744e57a53", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Search vector", + "icon": "IconSearch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', NULL)", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "931ca728-cf9f-433b-b0b2-7408f3589b37", + "universalIdentifier": "29d46791-62d5-425b-99c8-5c67b6421cc6", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f5412c98-82b3-49d4-bd9a-2749fdcb5de7", + "universalIdentifier": "7b960369-c453-40e4-8eb0-f6fe4a284504", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0ea99f36-b08e-449d-928a-6bcd3da63f1e", + "universalIdentifier": "00dbcff4-10aa-40f8-bc7f-1d947d4da968", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "PetCareAgreements tied to the Timeline Activity", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "0ea99f36-b08e-449d-928a-6bcd3da63f1e", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e05a9a09-ce53-43aa-a394-b928c23f3818", + "universalIdentifier": "6d6db46d-aef9-4870-b1b0-c5760b8c8d28", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "PetCareAgreements tied to the Attachment", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "e05a9a09-ce53-43aa-a394-b928c23f3818", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "980e26f9-7c7a-4b58-b7c7-d0749f360093", + "universalIdentifier": "bf994878-fa8a-41bd-afc3-c9cbb9024aba", + "type": "RELATION", + "name": "noteTargets", + "label": "Note Targets", + "description": "PetCareAgreements tied to the Note Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "980e26f9-7c7a-4b58-b7c7-d0749f360093", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "04b934ea-93e3-4a9f-83ea-d16f663647ef", + "universalIdentifier": "c2b881bc-5013-4544-b861-04164c64dead", + "type": "RELATION", + "name": "taskTargets", + "label": "Task Targets", + "description": "PetCareAgreements tied to the Task Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "04b934ea-93e3-4a9f-83ea-d16f663647ef", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f03b2e27-dd99-4eeb-9944-e3917244dfb5", + "universalIdentifier": "a1a709a8-5a6f-4870-b71a-0328bbbfe354", + "type": "RELATION", + "name": "pet", + "label": "Pet", + "description": "PetCareAgreements Pet", + "icon": "IconCat", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:01.050Z", + "updatedAt": "2026-04-10T08:56:01.050Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "petId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "f03b2e27-dd99-4eeb-9944-e3917244dfb5", + "name": "pet" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "e22d2947-1aea-4c52-8903-1a212aaef9e6", + "name": "caretakers" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b", + "universalIdentifier": "12029607-6191-4532-9dca-6d2880470ccb", + "type": "MORPH_RELATION", + "name": "caretaker", + "label": "Caretaker", + "description": "PetCareAgreements tied to the Person", + "icon": "IconUser", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.629Z", + "updatedAt": "2026-04-10T08:56:00.629Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "caretakerPersonId" + }, + "isLabelSyncedWithName": false, + "morphId": "50476455-d2ea-4b4d-90b0-6cec8ca42ec2", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b", + "name": "caretaker" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "296ea7c2-f126-4625-ae48-bd3df8df05a8", + "name": "caredForPets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "b4f70767-17ae-44a8-9bc8-88d76853e707", + "name": "caretaker" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3bb24d6a-49d5-4a21-bfff-670fc8b930b5", + "name": "caredForPets" + } + } + ] + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "97907102-4ed8-4d73-a551-e038fa09613e", + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "name": "IDX_287bd4bcd6070ae3cb538c71ea7", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "78285c84-a777-4af9-ac2c-c3a36dc2bc42", + "fieldMetadataId": "43732041-40f1-4458-81fd-c9e87611a241", + "createdAt": "2026-04-10T08:55:59.243Z", + "updatedAt": "2026-04-10T08:55:59.243Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "c0a23485-d302-4c82-8f47-0313a8d852e2", + "createdAt": "2026-04-10T08:56:00.629Z", + "updatedAt": "2026-04-10T08:56:00.629Z", + "name": "IDX_dff2b88f7bfc1706a851949e1d6", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "87107305-a372-4751-9f86-70375395023c", + "fieldMetadataId": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b", + "createdAt": "2026-04-10T08:56:00.644Z", + "updatedAt": "2026-04-10T08:56:00.644Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "6f2c8b09-d5f1-4012-af6c-e4a2e828a9b9", + "createdAt": "2026-04-10T08:56:00.629Z", + "updatedAt": "2026-04-10T08:56:00.629Z", + "name": "IDX_be3fc65c60e132f5401b21b065e", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "f861cc01-a972-46cb-b314-32ee8019eade", + "fieldMetadataId": "b4f70767-17ae-44a8-9bc8-88d76853e707", + "createdAt": "2026-04-10T08:56:00.648Z", + "updatedAt": "2026-04-10T08:56:00.648Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "1a7578ad-dc8d-48c4-ad68-41f836c2d15d", + "createdAt": "2026-04-10T08:56:01.050Z", + "updatedAt": "2026-04-10T08:56:01.050Z", + "name": "IDX_16a70d520ac126ba5cdb2553922", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "6ee3138e-cec0-449c-901e-44c319521170", + "fieldMetadataId": "f03b2e27-dd99-4eeb-9944-e3917244dfb5", + "createdAt": "2026-04-10T08:56:01.075Z", + "updatedAt": "2026-04-10T08:56:01.075Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "3d3605e7-f61c-4abe-9886-a485b4450bf9", + "universalIdentifier": "20202020-a1b0-40b0-8ab0-5b6c7d8e9f0a", + "nameSingular": "messageChannelMessageAssociationMessageFolder", + "namePlural": "messageChannelMessageAssociationMessageFolders", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "55124b9b-08ba-48a3-b34b-76d8f616d805", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Channel Message Association Message Folder", + "labelPlural": "Message Channel Message Association Message Folders", + "description": "Join table linking message channel message associations to message folders", + "icon": "IconFolder", + "fieldsList": [ + { + "__typename": "Field", + "id": "ccb3cf27-99f2-435a-a09d-7ad545b42ba9", + "universalIdentifier": "38633a97-0e88-44de-9903-b8c9e0f59a36", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', NULL)", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5e40be1e-9d84-46f3-ba6a-b1dc1b29556c", + "universalIdentifier": "b3369d31-3856-4a7a-b007-ee353918127c", + "type": "UUID", + "name": "messageFolderId", + "label": "Message Folder", + "description": "Message Folder", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "55124b9b-08ba-48a3-b34b-76d8f616d805", + "universalIdentifier": "20202020-a1b2-40b1-8ab1-6b7c8d9e0f1a", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4aff5b97-a328-44c8-83b9-0030b8cb5fd7", + "universalIdentifier": "20202020-a1b3-40b2-9bb2-7c8d9e0f1a2b", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f9743897-393f-48e1-bf16-a5a0761850e3", + "universalIdentifier": "20202020-a1b4-40b3-8cb3-8d9e0f1a2b3c", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5b99d6c9-5edf-4f8d-831a-c2fde278e6d4", + "universalIdentifier": "20202020-a1b5-40b4-9db4-9e0f1a2b3c4d", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c1a05347-501d-4961-a7ba-bee70c90fd48", + "universalIdentifier": "f882a070-3393-4197-8140-b5858c6f7284", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7399bc04-6c2e-4a4c-936b-bc87ed2ec044", + "universalIdentifier": "107d13dc-a8ff-493c-8d04-72688c68f8c1", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "db90194c-4ed0-4049-8283-c7b79cdcf65d", + "universalIdentifier": "76fcf020-482a-4d6c-b7b1-ccd6410299fc", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message channel message association message folder record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "98452015-690b-4e86-9eba-16c2d6a6134d", + "universalIdentifier": "7411cfa3-4fd9-4b90-a636-940015fd7243", + "type": "RELATION", + "name": "messageChannelMessageAssociation", + "label": "Message Channel Message Association", + "description": "Message Channel Message Association", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "messageChannelMessageAssociationId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "3d3605e7-f61c-4abe-9886-a485b4450bf9", + "nameSingular": "messageChannelMessageAssociationMessageFolder", + "namePlural": "messageChannelMessageAssociationMessageFolders" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "98452015-690b-4e86-9eba-16c2d6a6134d", + "name": "messageChannelMessageAssociation" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "839b17a4-528c-4fd0-9d45-7202eaf828a5", + "name": "messageFolders" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "4765d310-0e9d-46a4-a990-f7a61d6ce6cd", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_daf00d51b50634730fd77f16bb6", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "18629df1-3ecd-45ef-876c-bbcc50c80128", + "fieldMetadataId": "98452015-690b-4e86-9eba-16c2d6a6134d", + "createdAt": "2026-04-10T08:55:56.602Z", + "updatedAt": "2026-04-10T08:55:56.602Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "72bc6e22-c96d-48c3-bc19-e75858526ea0", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_1db95a87400f7679efc43a15e68", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "9a9a0ca7-b290-4ab6-943f-e0fcbc664ade", + "fieldMetadataId": "5e40be1e-9d84-46f3-ba6a-b1dc1b29556c", + "createdAt": "2026-04-10T08:55:56.603Z", + "updatedAt": "2026-04-10T08:55:56.603Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "d03c5b14-96cb-4357-bafe-4b47709e1cee", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_55c9aaf7039b09cec455a872dde", + "indexWhereClause": "\"deletedAt\" IS NULL", + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "4afc7f7f-aac3-4f89-ac89-158e6f23afc4", + "fieldMetadataId": "98452015-690b-4e86-9eba-16c2d6a6134d", + "createdAt": "2026-04-10T08:55:56.603Z", + "updatedAt": "2026-04-10T08:55:56.603Z", + "order": 0 + }, + { + "__typename": "IndexField", + "id": "0bf4e38d-f696-40f3-afe4-788cdec152c6", + "fieldMetadataId": "5e40be1e-9d84-46f3-ba6a-b1dc1b29556c", + "createdAt": "2026-04-10T08:55:56.603Z", + "updatedAt": "2026-04-10T08:55:56.603Z", + "order": 1 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "universalIdentifier": "20202020-1ba1-48ba-bc83-ef7e5990ed10", + "nameSingular": "task", + "namePlural": "tasks", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "eee1262f-7a1a-45d0-b957-9ed79862383c", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": "T", + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Task", + "labelPlural": "Tasks", + "description": "A task", + "icon": "IconCheckbox", + "fieldsList": [ + { + "__typename": "Field", + "id": "b134f46f-e447-4579-a310-b08fa36c08d4", + "universalIdentifier": "20202020-a02a-4151-8a51-89abcdefabcd", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7a0509f4-0585-4fd7-af94-7278de9f907a", + "universalIdentifier": "20202020-a02b-4152-9b52-9abcdefabcde", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ca0a729a-5312-443e-a64d-d488c6e0c991", + "universalIdentifier": "20202020-a02c-4153-8c53-abcdefabcdef", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a11539a5-e98a-4136-8782-514db26b5a97", + "universalIdentifier": "20202020-a02d-4154-9d54-bcdefabcdefa", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "aa6c61c5-b4be-4295-953f-824fa6c06a30", + "universalIdentifier": "20202020-7d47-4690-8a98-98b9a0c05dd8", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Task record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "eee1262f-7a1a-45d0-b957-9ed79862383c", + "universalIdentifier": "20202020-b386-4cb7-aa5a-08d4a4d92680", + "type": "TEXT", + "name": "title", + "label": "Title", + "description": "Task title", + "icon": "IconNotes", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "405c7276-f196-4921-be74-8d5acdd01ace", + "universalIdentifier": "20202020-4aa0-4ae8-898d-7df0afd47ab1", + "type": "RICH_TEXT", + "name": "bodyV2", + "label": "Body", + "description": "Task body", + "icon": "IconFilePencil", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1dc0adc0-8ceb-499f-ba3d-8ebe1236218f", + "universalIdentifier": "20202020-fd99-40da-951b-4cb9a352fce3", + "type": "DATE_TIME", + "name": "dueAt", + "label": "Due Date", + "description": "Task due date", + "icon": "IconCalendarEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "26683fc8-cecf-4ad7-a820-48bc570115e4", + "universalIdentifier": "20202020-70bc-48f9-89c5-6aa730b151e0", + "type": "SELECT", + "name": "status", + "label": "Status", + "description": "Task status", + "icon": "IconCheck", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'TODO'", + "options": [ + { + "id": "20202020-3d31-4860-ad07-5c4603d44887", + "color": "sky", + "label": "To do", + "value": "TODO", + "position": 0 + }, + { + "id": "20202020-c559-4f8e-8b8e-21136da8684d", + "color": "purple", + "label": "In progress", + "value": "IN_PROGRESS", + "position": 1 + }, + { + "id": "20202020-c7a7-43ff-8226-f6a97a32759e", + "color": "green", + "label": "Done", + "value": "DONE", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a1221c46-de88-46ee-b87a-5eb0c7854552", + "universalIdentifier": "20202020-1a04-48ab-a567-576965ae5387", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1e1fa05d-dd9c-4711-9c1b-52a1328dd138", + "universalIdentifier": "9e8bf518-f4ab-433e-9674-efb75fba2802", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0ce3b551-cd1c-486f-b219-cd9e56e1ba9a", + "universalIdentifier": "20202020-4746-4e2f-870c-52b02c67c90d", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"title\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"bodyV2Markdown\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "13d4bb57-4d6e-43ec-a9ed-1e319af50cd8", + "universalIdentifier": "20202020-794d-4783-a8ff-cecdb15be139", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Task attachments", + "icon": "IconFileImport", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "13d4bb57-4d6e-43ec-a9ed-1e319af50cd8", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fd453c2e-5802-44d0-9404-7d733f115477", + "universalIdentifier": "20202020-de9c-4d0e-a452-713d4a3e5fc7", + "type": "RELATION", + "name": "taskTargets", + "label": "Relations", + "description": "Task targets", + "icon": "IconArrowUpRight", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "fd453c2e-5802-44d0-9404-7d733f115477", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "cccd1738-3b69-4297-bfd2-741438ccc9ef", + "name": "task" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "universalIdentifier": "20202020-065a-4f42-a906-e20422c1753f", + "type": "RELATION", + "name": "assignee", + "label": "Assignee", + "description": "Task assignee", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "assigneeId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "name": "assignee" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "51b68440-8d4c-4ca2-9f6a-51215884e937", + "name": "assignedTasks" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4bd3102c-f570-4488-abb6-1cac4889a8a6", + "universalIdentifier": "20202020-c778-4278-99ee-23a2837aee64", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Timeline Activities linked to the task.", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "4bd3102c-f570-4488-abb6-1cac4889a8a6", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "0d793890-e031-496b-8fa5-70e678598c2c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_b5b4da613fc4d734f65fb1deb6b", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "342181b8-8909-4b37-aff7-85e571809350", + "fieldMetadataId": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "createdAt": "2026-04-10T08:55:56.615Z", + "updatedAt": "2026-04-10T08:55:56.615Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "9d47fd6d-3cfb-4736-9d5d-0475ac7492b3", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_d01a000cf26e1225d894dc3d364", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "c78a14fb-8f67-4671-a20b-71b8c3b187f2", + "fieldMetadataId": "0ce3b551-cd1c-486f-b219-cd9e56e1ba9a", + "createdAt": "2026-04-10T08:55:56.615Z", + "updatedAt": "2026-04-10T08:55:56.615Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "universalIdentifier": "20202020-d65d-4ab9-9344-d77bfb376a3d", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "9b0a0e4e-e140-4cf8-9217-6a4667365c0e", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Workflow Version", + "labelPlural": "Workflow Versions", + "description": "A workflow version", + "icon": "IconVersions", + "fieldsList": [ + { + "__typename": "Field", + "id": "7b8b7264-f3bd-452c-a124-36cfd445e2ae", + "universalIdentifier": "20202020-f04a-41a1-8aa1-abcdefabcdef", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3abd7a9c-89e4-4fc7-9be7-efc6eb9dcade", + "universalIdentifier": "20202020-f04b-41a2-9ba2-bcdefabcdefa", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d383580f-aa5e-46ee-b26d-3b9bba78eada", + "universalIdentifier": "20202020-f04c-41a3-8ca3-cdefabcdefab", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0642d109-cc6e-455d-beea-d98e3a50cad3", + "universalIdentifier": "20202020-f04d-41a4-9da4-defabcdefabc", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "61ec3211-98b1-4358-afe0-895fc213e094", + "universalIdentifier": "34f592a7-5c13-4c8b-8473-7bef00848b4e", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "077ac63d-ff2f-4147-89bd-de0cda7d24d0", + "universalIdentifier": "4f8777e6-c5eb-40c6-bb4c-ed9dcf0d81e9", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9b0a0e4e-e140-4cf8-9217-6a4667365c0e", + "universalIdentifier": "20202020-a12f-4cca-9937-a2e40cc65509", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "The workflow version name", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bb4deb5f-5e6c-4ffb-a622-3fb6c20cf0dd", + "universalIdentifier": "20202020-4eae-43e7-86e0-212b41a30b48", + "type": "RAW_JSON", + "name": "trigger", + "label": "Version trigger", + "description": "Json object to provide trigger", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "327839c9-d0d8-4290-9d73-5459e841b330", + "universalIdentifier": "20202020-5988-4a64-b94a-1f9b7b989039", + "type": "RAW_JSON", + "name": "steps", + "label": "Version steps", + "description": "Json object to provide steps", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f92dc9f5-60a4-41c4-9ac5-24074e45d827", + "universalIdentifier": "20202020-5a34-440e-8a25-39d8c3d1d4cf", + "type": "SELECT", + "name": "status", + "label": "Version status", + "description": "The workflow version status", + "icon": "IconStatusChange", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'DRAFT'", + "options": [ + { + "id": "20202020-e3fe-4308-bb57-931bb8098aa0", + "color": "yellow", + "label": "Draft", + "value": "DRAFT", + "position": 0 + }, + { + "id": "20202020-e9da-428f-8499-bce1b020660b", + "color": "green", + "label": "Active", + "value": "ACTIVE", + "position": 1 + }, + { + "id": "20202020-e48d-4159-980d-2cc1235fc918", + "color": "orange", + "label": "Deactivated", + "value": "DEACTIVATED", + "position": 2 + }, + { + "id": "20202020-5e5e-48fe-bcd6-7688ec280b30", + "color": "gray", + "label": "Archived", + "value": "ARCHIVED", + "position": 3 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3f153430-3df5-4a2b-ac8b-625696ee8ec6", + "universalIdentifier": "20202020-791d-4950-ab28-0e704767ae1c", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Workflow version position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "57aef547-5017-4550-bed0-b73c917887eb", + "universalIdentifier": "20202020-3f17-44ef-b8c1-b282ae8469b2", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1a1ee54b-8af0-46f1-b02e-836dc676cd53", + "universalIdentifier": "20202020-fcb0-4695-b17e-3b43a421c633", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Timeline activities linked to the version", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "1a1ee54b-8af0-46f1-b02e-836dc676cd53", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0ffcd8dd-44bb-44d6-bcdb-9f9b50a70c13", + "universalIdentifier": "20202020-afa3-46c3-91b0-0631ca6aa1c8", + "type": "RELATION", + "name": "workflow", + "label": "Workflow", + "description": "WorkflowVersion workflow", + "icon": "IconSettingsAutomation", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "workflowId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", + "nameSingular": "workflow", + "namePlural": "workflows" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "0ffcd8dd-44bb-44d6-bcdb-9f9b50a70c13", + "name": "workflow" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "76c53f11-472b-48c6-bb3e-61d052035d09", + "name": "versions" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "89b6fc02-8fc4-4095-8083-228aaf435ba5", + "universalIdentifier": "20202020-1d08-46df-901a-85045f18099a", + "type": "RELATION", + "name": "runs", + "label": "Runs", + "description": "Workflow runs linked to the version.", + "icon": "IconRun", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", + "nameSingular": "workflowVersion", + "namePlural": "workflowVersions" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "nameSingular": "workflowRun", + "namePlural": "workflowRuns" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "89b6fc02-8fc4-4095-8083-228aaf435ba5", + "name": "runs" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d91e1088-0bcb-4640-9a52-154dad7dd15c", + "name": "workflowVersion" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "4aa89be1-4a89-4e55-942e-c253a03f15fe", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_6dbfc4d091e55b676e5f698c2c2", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "7a2aebdf-fd13-4d4b-8825-594102423cc8", + "fieldMetadataId": "0ffcd8dd-44bb-44d6-bcdb-9f9b50a70c13", + "createdAt": "2026-04-10T08:55:56.627Z", + "updatedAt": "2026-04-10T08:55:56.627Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "20e8a23d-11d8-45d4-878f-f5fec81218d8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_51329bbcdab6618a75361670c26", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "ef2b071b-9091-4179-a618-2508d170627f", + "fieldMetadataId": "57aef547-5017-4550-bed0-b73c917887eb", + "createdAt": "2026-04-10T08:55:56.628Z", + "updatedAt": "2026-04-10T08:55:56.628Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "universalIdentifier": "20202020-e674-48e5-a542-72570eee7213", + "nameSingular": "person", + "namePlural": "people", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "1b86fb74-25cf-4228-af97-b6a479643407", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": "P", + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": [ + [ + "nameFirstName", + "nameLastName" + ], + [ + "linkedinLinkPrimaryLinkUrl" + ], + [ + "emailsPrimaryEmail" + ] + ], + "labelSingular": "Person", + "labelPlural": "People", + "description": "A person", + "icon": "IconUser", + "fieldsList": [ + { + "__typename": "Field", + "id": "5a55a3fd-9a90-4dc5-8a94-aca05c02a92b", + "universalIdentifier": "20202020-e01a-4141-8a41-456789abcdef", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "56a4314e-3874-43d4-b92c-011a12f4f8b4", + "universalIdentifier": "20202020-e01b-4142-9b42-56789abcdefa", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "38e3eb79-363a-4c29-92be-5cc390977d38", + "universalIdentifier": "20202020-e01c-4143-8c43-6789abcdefab", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c22382ae-272e-4a87-b499-5c3afce0eaf4", + "universalIdentifier": "20202020-e01d-4144-9d44-789abcdefabc", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "1b86fb74-25cf-4228-af97-b6a479643407", + "universalIdentifier": "20202020-3875-44d5-8c33-a6239011cab8", + "type": "FULL_NAME", + "name": "name", + "label": "Name", + "description": "Contact's name", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6da4fe6e-e6b2-4775-ba42-254ccde28e08", + "universalIdentifier": "20202020-3c51-43fa-8b6e-af39e29368ab", + "type": "EMAILS", + "name": "emails", + "label": "Emails", + "description": "Contact's Emails", + "icon": "IconMail", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": true, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "maxNumberOfValues": 1 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "af47fad3-f7b6-443d-accb-9e0b849267d1", + "universalIdentifier": "20202020-f1af-48f7-893b-2007a73dd508", + "type": "LINKS", + "name": "linkedinLink", + "label": "Linkedin", + "description": "Contact's Linkedin account", + "icon": "IconBrandLinkedin", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5f20a19c-05d4-40ef-b153-bdb98a0c5a83", + "universalIdentifier": "20202020-8fc2-487c-b84a-55a99b145cfd", + "type": "LINKS", + "name": "xLink", + "label": "X", + "description": "Contact's X/Twitter account", + "icon": "IconBrandX", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "449872df-5656-4bd8-847e-02de0ec2c8ce", + "universalIdentifier": "20202020-b0d0-415a-bef9-640a26dacd9b", + "type": "TEXT", + "name": "jobTitle", + "label": "Job Title", + "description": "Contact's job title", + "icon": "IconBriefcase", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ddcfc60d-305e-4474-b168-194a54bff24c", + "universalIdentifier": "20202020-0638-448e-8825-439134618022", + "type": "PHONES", + "name": "phones", + "label": "Phones", + "description": "Contact's phone numbers", + "icon": "IconPhone", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "maxNumberOfValues": 1 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cda0c3bf-980e-4697-8583-93c6a772cf24", + "universalIdentifier": "20202020-5243-4ffb-afc5-2c675da41346", + "type": "TEXT", + "name": "city", + "label": "City", + "description": "Contact's city", + "icon": "IconMap", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0be6681a-f75f-4694-b8b9-756484e5dd6d", + "universalIdentifier": "20202020-b8a6-40df-961c-373dc5d2ec21", + "type": "TEXT", + "name": "avatarUrl", + "label": "Avatar", + "description": "Contact's avatar", + "icon": "IconFileUpload", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a1bbfc74-315b-475c-b13b-4268476c2894", + "universalIdentifier": "20202020-a7c9-4e3d-8f1b-2d5a6b7c8e9f", + "type": "FILES", + "name": "avatarFile", + "label": "Avatar File", + "description": "Contact's avatar file", + "icon": "IconFileUpload", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "maxNumberOfValues": 1 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e16c2d1c-6ceb-4227-b0af-76952fb613fe", + "universalIdentifier": "20202020-fcd5-4231-aff5-fff583eaa0b1", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Person record Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "21aa492e-7824-4276-ac01-65b22df821c7", + "universalIdentifier": "20202020-f6ab-4d98-af24-a3d5b664148a", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d874efa0-f2b9-4c1a-9b87-b8b30aa5bd3f", + "universalIdentifier": "e9e0dd35-184c-4742-84da-afadf45ce59a", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9f9afa81-a70b-4c38-b332-a6b982a373bb", + "universalIdentifier": "57d1d7ad-fa10-44fc-82f3-ad0959ec2534", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"nameFirstName\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"nameLastName\"), '') || ' ' || \n COALESCE(public.unaccent_immutable(\"emailsPrimaryEmail\"), '') || ' ' ||\n COALESCE(public.unaccent_immutable(SPLIT_PART(\"emailsPrimaryEmail\", '@', 2)), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(\"emailsAdditionalEmails\"::text, '[]\",', ' ')), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(REPLACE(\"emailsAdditionalEmails\"::text, '@', ' '), '[]\",', ' ')), '') || ' ' || COALESCE(\"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(\"phonesPrimaryPhoneCallingCode\", '') || ' ' || COALESCE(\"phonesPrimaryPhoneCallingCode\" || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(REPLACE(\"phonesPrimaryPhoneCallingCode\", '+', '') || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE('0' || \"phonesPrimaryPhoneNumber\", '') || ' ' || COALESCE(TRANSLATE(regexp_replace(\"phonesAdditionalPhones\"::text, '\"(number|countryCode|callingCode)\"\\s*:\\s*', '', 'g'), '[]{}\",:', ' '), '') || ' ' || COALESCE(public.unaccent_immutable(\"jobTitle\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "60cfa81c-51ae-41f2-96cc-ee75ae1d57c4", + "universalIdentifier": "20202020-cd97-451f-87fa-bcb789bdbf3a", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Attachments linked to the contact.", + "icon": "IconFileImport", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "60cfa81c-51ae-41f2-96cc-ee75ae1d57c4", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e6b4cbf6-c33a-4ff5-be7b-d4314f6bd9f7", + "universalIdentifier": "20202020-52ee-45e9-a702-b64b3753e3a9", + "type": "RELATION", + "name": "calendarEventParticipants", + "label": "Calendar Event Participants", + "description": "Calendar Event Participants", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "nameSingular": "calendarEventParticipant", + "namePlural": "calendarEventParticipants" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "e6b4cbf6-c33a-4ff5-be7b-d4314f6bd9f7", + "name": "calendarEventParticipants" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "9fe7868b-0622-479c-aa76-426045e24f4b", + "name": "person" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "289e5729-b5af-4371-8d6a-749c4418d10e", + "universalIdentifier": "20202020-e2f3-448e-b34c-2d625f0025fd", + "type": "RELATION", + "name": "company", + "label": "Company", + "description": "Contact's company", + "icon": "IconBuildingSkyscraper", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "companyId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "289e5729-b5af-4371-8d6a-749c4418d10e", + "name": "company" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "103aa848-6570-4f53-bda6-80a21e4ead37", + "name": "people" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "584fe2d4-84a4-4dd8-9075-9ba6e32f5901", + "universalIdentifier": "20202020-498e-4c61-8158-fa04f0638334", + "type": "RELATION", + "name": "messageParticipants", + "label": "Message Participants", + "description": "Message Participants", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "584fe2d4-84a4-4dd8-9075-9ba6e32f5901", + "name": "messageParticipants" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "2e21f68d-8657-40a7-9050-02c5609f03a0", + "name": "person" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2a4ae297-c70c-4c18-978a-b1dfbf472e8f", + "universalIdentifier": "20202020-c8fc-4258-8250-15905d3fcfec", + "type": "RELATION", + "name": "noteTargets", + "label": "Notes", + "description": "Notes tied to the contact", + "icon": "IconNotes", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "2a4ae297-c70c-4c18-978a-b1dfbf472e8f", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cc8d8dcb-bd39-4d29-8c87-d161d818791d", + "universalIdentifier": "20202020-911b-4a7d-b67b-918aa9a5b33a", + "type": "RELATION", + "name": "pointOfContactForOpportunities", + "label": "Opportunities", + "description": "List of opportunities for which that person is the point of contact", + "icon": "IconTargetArrow", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "cc8d8dcb-bd39-4d29-8c87-d161d818791d", + "name": "pointOfContactForOpportunities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "6a300914-eab8-43a6-ac46-3745c0497de1", + "name": "pointOfContact" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d97cf1e1-e92c-4ec0-b349-7a8a2efc4d83", + "universalIdentifier": "20202020-584b-4d3e-88b6-53ab1fa03c3a", + "type": "RELATION", + "name": "taskTargets", + "label": "Tasks", + "description": "Tasks tied to the contact", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d97cf1e1-e92c-4ec0-b349-7a8a2efc4d83", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f2839b7a-3eae-4048-9b00-4a631f733e70", + "universalIdentifier": "20202020-a43e-4873-9c23-e522de906ce5", + "type": "RELATION", + "name": "timelineActivities", + "label": "Events", + "description": "Events linked to the person", + "icon": "IconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "f2839b7a-3eae-4048-9b00-4a631f733e70", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "03ed10d8-7d25-4aa1-9c86-0360eaaf2b0c", + "universalIdentifier": "776e5ff7-9445-49f0-9a21-4601071f99e3", + "type": "TEXT", + "name": "intro", + "label": "Intro", + "description": "Contact's Intro", + "icon": "IconNote", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.653Z", + "updatedAt": "2026-04-10T08:55:59.653Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7bcb361a-f094-434d-a504-0c9d421767d1", + "universalIdentifier": "2060b80e-d0cd-465c-b8a1-042580baeb84", + "type": "PHONES", + "name": "whatsapp", + "label": "Whatsapp", + "description": "Contact's Whatsapp Number", + "icon": "IconBrandWhatsapp", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.653Z", + "updatedAt": "2026-04-10T08:55:59.653Z", + "defaultValue": { + "additionalPhones": null, + "primaryPhoneNumber": "''", + "primaryPhoneCallingCode": "'+33'", + "primaryPhoneCountryCode": "'FR'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f889bdd7-8423-4117-acc5-5e5a0791099e", + "universalIdentifier": "9da9f1e3-0a47-4cb2-b76a-989db09d094d", + "type": "MULTI_SELECT", + "name": "workPreference", + "label": "Work Preference", + "description": "Person's Work Preference", + "icon": "IconHome", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.653Z", + "updatedAt": "2026-04-10T08:55:59.653Z", + "defaultValue": null, + "options": [ + { + "id": "5403f83f-af16-436c-8f89-d907460b02b2", + "color": "green", + "label": "On-Site", + "value": "ON_SITE", + "position": 0 + }, + { + "id": "df93feaf-a55d-4398-a6f4-12ea08389dec", + "color": "turquoise", + "label": "Hybrid", + "value": "HYBRID", + "position": 1 + }, + { + "id": "930cac66-1e78-4ef6-9dca-bf59028672d5", + "color": "sky", + "label": "Remote Work", + "value": "REMOTE_WORK", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "46e9bdb0-7f67-4ba7-b2cd-85e254d9bdbe", + "universalIdentifier": "04209fc0-b488-4c4f-be88-7844b8f79215", + "type": "RATING", + "name": "performanceRating", + "label": "Performance Rating", + "description": "Person's Performance Rating", + "icon": "IconStars", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.654Z", + "updatedAt": "2026-04-10T08:55:59.654Z", + "defaultValue": null, + "options": [ + { + "id": "ab1076b3-68fd-47e9-b05d-636671d46ec8", + "label": "1", + "value": "RATING_1", + "position": 0 + }, + { + "id": "8cb71f44-12b8-4590-9b9b-d46cb4743ce2", + "label": "2", + "value": "RATING_2", + "position": 1 + }, + { + "id": "1699fcc5-d8de-44a1-a8b8-6ab4a794d36b", + "label": "3", + "value": "RATING_3", + "position": 2 + }, + { + "id": "31146a31-2445-4468-a1f0-0b896244315d", + "label": "4", + "value": "RATING_4", + "position": 3 + }, + { + "id": "c8f7140a-bb6b-4384-a897-d3e091e80620", + "label": "5", + "value": "RATING_5", + "position": 4 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "66a76d17-14f3-4b98-b7bd-a880a5f1ad0c", + "universalIdentifier": "774e6aea-4a90-4edc-890c-e2b293cd00d1", + "type": "RELATION", + "name": "previousCompanies", + "label": "Previous Companies", + "description": "People tied to the Employment History", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.826Z", + "updatedAt": "2026-04-10T08:56:01.298Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY", + "junctionTargetFieldId": "3884e8c9-4f36-4870-952d-f5c173b9f894" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "66a76d17-14f3-4b98-b7bd-a880a5f1ad0c", + "name": "previousCompanies" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "2b1d0803-6079-4337-ba07-03660a4f72ad", + "name": "person" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "296ea7c2-f126-4625-ae48-bd3df8df05a8", + "universalIdentifier": "be6f06b1-972e-45e4-ab71-9facae71ea4c", + "type": "RELATION", + "name": "caredForPets", + "label": "Cared For Pets", + "description": "People Pet Care Agreement", + "icon": "IconPaw", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.629Z", + "updatedAt": "2026-04-10T08:56:01.738Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY", + "junctionTargetFieldId": "f03b2e27-dd99-4eeb-9944-e3917244dfb5" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "296ea7c2-f126-4625-ae48-bd3df8df05a8", + "name": "caredForPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b", + "name": "caretaker" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "490f0ad7-3245-455c-b293-57700c561863", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_ae09ff97967369e0644bacc0fce", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "e62cab29-e6f1-4e4e-bd5f-1f776ede2857", + "fieldMetadataId": "289e5729-b5af-4371-8d6a-749c4418d10e", + "createdAt": "2026-04-10T08:55:56.612Z", + "updatedAt": "2026-04-10T08:55:56.612Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "f51c7e98-e04e-4590-8c43-787cdf1c1830", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_UNIQUE_87914cd3ce963115f8cb943e2ac", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": true, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "c2df3e73-29f3-4821-b087-0b9c2eda308d", + "fieldMetadataId": "6da4fe6e-e6b2-4775-ba42-254ccde28e08", + "createdAt": "2026-04-10T08:55:56.613Z", + "updatedAt": "2026-04-10T08:55:56.613Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "b99b7fcb-7aae-4946-a03a-2c98a2812e87", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_bbd7aec1976fc684a0a5e4816c9", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "e2b4a8f1-26dc-4221-bcca-b39602459c40", + "fieldMetadataId": "9f9afa81-a70b-4c38-b332-a6b982a373bb", + "createdAt": "2026-04-10T08:55:56.614Z", + "updatedAt": "2026-04-10T08:55:56.614Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "universalIdentifier": "20202020-5a9a-44e8-95df-771cd06d0fb1", + "nameSingular": "taskTarget", + "namePlural": "taskTargets", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "3c551b83-e8c0-4fd0-b43e-a51f0d3a408c", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Task Target", + "labelPlural": "Task Targets", + "description": "A task target", + "icon": "IconCheckbox", + "fieldsList": [ + { + "__typename": "Field", + "id": "3c551b83-e8c0-4fd0-b43e-a51f0d3a408c", + "universalIdentifier": "20202020-a03a-4161-8a61-cdefabcdefab", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8200c1bc-0935-42f7-979d-79631dc34170", + "universalIdentifier": "20202020-a03b-4162-9b62-defabcdefabc", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "abfed638-77b2-49aa-b66d-01e42e2c9096", + "universalIdentifier": "20202020-a03c-4163-8c63-efabcdefabcd", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "60b3b1f0-b78e-4bbc-a253-7ba7d934a22d", + "universalIdentifier": "20202020-a03d-4164-9d64-fabcdefabcde", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "67fb599d-8519-4eba-aca7-4ae6b282479c", + "universalIdentifier": "65fe2a53-45e4-4225-9711-b827f55e51cc", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6a1567fc-5a2f-43bd-840e-cd282ac65beb", + "universalIdentifier": "bea3734f-aff2-49ed-9dc9-d4666a2e2178", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5e81ea74-6aef-4c9e-a3b6-e19f40588919", + "universalIdentifier": "4216c06a-498b-4111-9577-d9bcbccdda39", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "TaskTarget record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a9c2b056-6456-4061-8bd8-721984d0db20", + "universalIdentifier": "8768a9c0-37c0-4465-b86d-c4c7f466ec23", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(\"id\"::text, ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cccd1738-3b69-4297-bfd2-741438ccc9ef", + "universalIdentifier": "20202020-e881-457a-8758-74aaef4ae78a", + "type": "RELATION", + "name": "task", + "label": "Task", + "description": "TaskTarget task", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "taskId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "nameSingular": "task", + "namePlural": "tasks" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "cccd1738-3b69-4297-bfd2-741438ccc9ef", + "name": "task" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "fd453c2e-5802-44d0-9404-7d733f115477", + "name": "taskTargets" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "universalIdentifier": "4e11388a-2750-48ce-a905-8b73e73ea5b0", + "type": "MORPH_RELATION", + "name": "target", + "label": "Pet", + "description": "TaskTargets Pet", + "icon": "IconCheckbox", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "targetPetId" + }, + "isLabelSyncedWithName": false, + "morphId": "20202020-f636-435d-ab8d-e1168b375c71", + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": [ + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4646d650-bc55-42f2-9544-4c804c6616a0", + "nameSingular": "pet", + "namePlural": "pets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "975f51ee-baa7-4d70-b3cd-a66648fb4b1a", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d45c7be7-5da6-4d96-90c1-430ead90ef28", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "ef490149-f4f3-437e-a40a-7b1528b6b09a", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "37d2f96d-57a2-4a6e-b927-55ec410d38ed", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "5925f4d7-f2ea-4f84-9fe8-8cf337b938d0", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "9b6366e9-b9cf-484a-b2f6-c6d1fdbacba8", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "d97cf1e1-e92c-4ec0-b349-7a8a2efc4d83", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", + "nameSingular": "rocket", + "namePlural": "rockets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "1c65e914-4808-4c50-ac15-05b3c99f40c2", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "52fce2e0-9f58-454d-8e7e-5a9ad6a9e567", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "nameSingular": "surveyResult", + "namePlural": "surveyResults" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "8a37bd61-a156-424d-95ae-60fa02f70d1f", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "95944780-af1a-4811-878f-d9248bc1cc5e", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "4c720ec5-a0b1-47b4-bdc0-a8b11be5a3ff", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0a270bd7-8003-42de-abff-ba3aa9d28dfc", + "name": "taskTargets" + } + }, + { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "c73d24a6-258c-4587-9470-55285e47f6b1", + "name": "target" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "04b934ea-93e3-4a9f-83ea-d16f663647ef", + "name": "taskTargets" + } + } + ] + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "1767560e-dcab-45d4-afb4-0b5ee9db39fa", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_74ad70941560ba6b2a179ad460c", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "2cb8d56e-4583-4a6d-81ad-c593c8eae383", + "fieldMetadataId": "cccd1738-3b69-4297-bfd2-741438ccc9ef", + "createdAt": "2026-04-10T08:55:56.616Z", + "updatedAt": "2026-04-10T08:55:56.616Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "77e857ae-0aac-4610-8732-a89e1449f25b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_f3d9b01b0d587804e7beeb2a534", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "767bc16f-5b54-47ff-8cd2-47a884c034d2", + "fieldMetadataId": "9b6366e9-b9cf-484a-b2f6-c6d1fdbacba8", + "createdAt": "2026-04-10T08:55:56.616Z", + "updatedAt": "2026-04-10T08:55:56.616Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "c2b2e02f-5010-49d5-9be1-62bbf0cd5d9b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_419778384cd97935db3e246f589", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "4828911b-c1c6-4fcb-a1c9-cb67f28d7885", + "fieldMetadataId": "d45c7be7-5da6-4d96-90c1-430ead90ef28", + "createdAt": "2026-04-10T08:55:56.617Z", + "updatedAt": "2026-04-10T08:55:56.617Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "4d34322b-e0c7-4b1d-bc62-6d2b87dc3e81", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_f0e95ec5e72b91f28fffac1201b", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "2cdc73ee-7a84-4fb2-bd48-a72ea6ac0a5e", + "fieldMetadataId": "37d2f96d-57a2-4a6e-b927-55ec410d38ed", + "createdAt": "2026-04-10T08:55:56.618Z", + "updatedAt": "2026-04-10T08:55:56.618Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "universalIdentifier": "20202020-b374-4779-a561-80086cb2e17f", + "nameSingular": "company", + "namePlural": "companies", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "50c85704-9c8e-4e30-8a86-dc6adb756999", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": "C", + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": [ + [ + "name" + ], + [ + "domainNamePrimaryLinkUrl" + ] + ], + "labelSingular": "Company", + "labelPlural": "Companies", + "description": "A company", + "icon": "IconBuildingSkyscraper", + "fieldsList": [ + { + "__typename": "Field", + "id": "4c866912-8064-4fee-a080-6ba60b8e6bec", + "universalIdentifier": "20202020-c05a-4061-8a61-1e2f3a4b5c6d", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "dda89c2c-0e5f-4974-ae06-30b27026d076", + "universalIdentifier": "20202020-c05b-4062-9b62-2f3a4b5c6d7e", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "42522feb-3410-4ac5-8034-1ac988e1f8b5", + "universalIdentifier": "20202020-c05c-4063-8c63-3a4b5c6d7e8f", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9583c7a8-5310-46ed-b33b-68681c487431", + "universalIdentifier": "20202020-c05d-4064-9d64-4b5c6d7e8f9a", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "50c85704-9c8e-4e30-8a86-dc6adb756999", + "universalIdentifier": "20202020-4d99-4e2e-a84c-4a27837b1ece", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "The company name", + "icon": "IconBuildingSkyscraper", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "be9fd5e1-ca36-4b91-ba14-22a5ab409e92", + "universalIdentifier": "20202020-0c28-43d8-8ba5-3659924d3489", + "type": "LINKS", + "name": "domainName", + "label": "Domain Name", + "description": "The company website URL. We use this url to fetch the company icon", + "icon": "IconLink", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": true, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "maxNumberOfValues": 1 + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e99bcd0c-7523-4c18-b8cf-7d8aaba32b34", + "universalIdentifier": "20202020-c5ce-4adc-b7b6-9c0979fc55e7", + "type": "ADDRESS", + "name": "address", + "label": "Address", + "description": "Address of the company", + "icon": "IconMap", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ca4b3167-af54-47a8-a34b-928a27c1e7dc", + "universalIdentifier": "20202020-8965-464a-8a75-74bafc152a0b", + "type": "NUMBER", + "name": "employees", + "label": "Employees", + "description": "Number of employees in the company", + "icon": "IconUsers", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6b924609-14c9-42ea-84c4-4168d7e0d7ea", + "universalIdentifier": "20202020-ebeb-4beb-b9ad-6848036fb451", + "type": "LINKS", + "name": "linkedinLink", + "label": "Linkedin", + "description": "The company Linkedin account", + "icon": "IconBrandLinkedin", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "264e784a-18b6-42e0-8523-1d87dec24944", + "universalIdentifier": "20202020-6f64-4fd9-9580-9c1991c7d8c3", + "type": "LINKS", + "name": "xLink", + "label": "X", + "description": "The company Twitter/X account", + "icon": "IconBrandX", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "046a62d6-3b87-4d76-bebb-782a2dfac082", + "universalIdentifier": "20202020-602a-495c-9776-f5d5b11d227b", + "type": "CURRENCY", + "name": "annualRecurringRevenue", + "label": "ARR", + "description": "Annual Recurring Revenue: The actual or estimated annual revenue of the company", + "icon": "IconMoneybag", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "33f8b7b4-948e-4743-91d7-02f960c3c036", + "universalIdentifier": "20202020-ba6b-438a-8213-2c5ba28d76a2", + "type": "BOOLEAN", + "name": "idealCustomerProfile", + "label": "ICP", + "description": "Ideal Customer Profile: Indicates whether the company is the most suitable and valuable customer for you", + "icon": "IconTarget", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "767af3fb-d01f-4259-b035-8fbc93d7d7c7", + "universalIdentifier": "20202020-9b4e-462b-991d-a0ee33326454", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Company record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4dd7cdf7-d750-499b-97d6-7867f3e78522", + "universalIdentifier": "20202020-fabc-451d-ab7d-412170916baa", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "fe895a8c-b8ee-484f-a7b3-e4d4039be544", + "universalIdentifier": "7444022e-b38f-4d4f-801b-cd664abc4834", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ff595f93-c38c-41f5-ba91-7f22a5c63e9d", + "universalIdentifier": "85c71601-72f9-4b7b-b343-d46100b2c74d", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"domainNamePrimaryLinkLabel\"), '') || ' ' || COALESCE(public.unaccent_immutable(\"domainNamePrimaryLinkUrl\"), '') || ' ' || COALESCE(public.unaccent_immutable(TRANSLATE(regexp_replace(\"domainNameSecondaryLinks\"::text, '\"(label|url)\"\\s*:\\s*', '', 'g'), '[]{}\",:', ' ')), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "7bea72b6-41ff-4012-83fe-df7fd52e5ffc", + "universalIdentifier": "20202020-c1b5-4120-b0f0-987ca401ed53", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "Attachments linked to the company", + "icon": "IconFileImport", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "7bea72b6-41ff-4012-83fe-df7fd52e5ffc", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "103aa848-6570-4f53-bda6-80a21e4ead37", + "universalIdentifier": "20202020-3213-4ddf-9494-6422bcff8d7c", + "type": "RELATION", + "name": "people", + "label": "People", + "description": "People linked to the company.", + "icon": "IconUsers", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "103aa848-6570-4f53-bda6-80a21e4ead37", + "name": "people" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "289e5729-b5af-4371-8d6a-749c4418d10e", + "name": "company" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3360fc0b-4b0b-4bea-af03-4806838e6135", + "universalIdentifier": "20202020-95b8-4e10-9881-edb5d4765f9d", + "type": "RELATION", + "name": "accountOwner", + "label": "Account Owner", + "description": "Your team member responsible for managing the company account", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "accountOwnerId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", + "nameSingular": "workspaceMember", + "namePlural": "workspaceMembers" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3360fc0b-4b0b-4bea-af03-4806838e6135", + "name": "accountOwner" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "f51fc0a0-1367-41e2-9b4c-6c5adb4117d3", + "name": "accountOwnerForCompanies" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "ef490149-f4f3-437e-a40a-7b1528b6b09a", + "universalIdentifier": "20202020-cb17-4a61-8f8f-3be6730480de", + "type": "RELATION", + "name": "taskTargets", + "label": "Tasks", + "description": "Tasks tied to the company", + "icon": "IconCheckbox", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "ef490149-f4f3-437e-a40a-7b1528b6b09a", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e34f74fc-3019-4c01-a23d-a9312444a7aa", + "universalIdentifier": "20202020-bae0-4556-a74a-a9c686f77a88", + "type": "RELATION", + "name": "noteTargets", + "label": "Notes", + "description": "Notes tied to the company", + "icon": "IconNotes", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "e34f74fc-3019-4c01-a23d-a9312444a7aa", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d66f35e6-99c1-4dbc-9325-129172005bb9", + "universalIdentifier": "20202020-add3-4658-8e23-d70dccb6d0ec", + "type": "RELATION", + "name": "opportunities", + "label": "Opportunities", + "description": "Opportunities linked to the company.", + "icon": "IconTargetArrow", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "nameSingular": "opportunity", + "namePlural": "opportunities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d66f35e6-99c1-4dbc-9325-129172005bb9", + "name": "opportunities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "4cafe09c-e246-4de8-a4f3-8c60e1186395", + "name": "company" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3b6d99ee-d1f8-4011-b05e-9da8f1d21fe8", + "universalIdentifier": "20202020-0414-4daf-9c0d-64fe7b27f89f", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "Timeline Activities linked to the company", + "icon": "IconIconTimelineEvent", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3b6d99ee-d1f8-4011-b05e-9da8f1d21fe8", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "154ed8fa-7da2-4165-9a64-1d2e1552e8cb", + "universalIdentifier": "f1e718fb-b4b2-43cf-acae-28ef1fd00a58", + "type": "TEXT", + "name": "tagline", + "label": "Tagline", + "description": "Company's Tagline", + "icon": "IconAdCircle", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.536Z", + "updatedAt": "2026-04-10T08:55:59.536Z", + "defaultValue": "''", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "13aeddd2-b8bb-4e4b-b804-656c24b77447", + "universalIdentifier": "254654fa-c5b8-40f7-a56e-af5f0b6db457", + "type": "LINKS", + "name": "introVideo", + "label": "Intro Video", + "description": "Company's Intro Video", + "icon": "IconVideo", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.536Z", + "updatedAt": "2026-04-10T08:55:59.536Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "f543d243-636a-42cc-98a8-2cbd01edae55", + "universalIdentifier": "c283cd75-90d9-4c77-a25d-ce2c5237d8b1", + "type": "MULTI_SELECT", + "name": "workPolicy", + "label": "Work Policy", + "description": "Company's Work Policy", + "icon": "IconHome", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.536Z", + "updatedAt": "2026-04-10T08:55:59.536Z", + "defaultValue": null, + "options": [ + { + "id": "0e79c0e9-ccef-4400-82a9-e4ade615acc1", + "color": "green", + "label": "On-Site", + "value": "ON_SITE", + "position": 0 + }, + { + "id": "78934026-d067-4bbc-a4fb-740dedf3ff73", + "color": "turquoise", + "label": "Hybrid", + "value": "HYBRID", + "position": 1 + }, + { + "id": "c2da6e28-58d0-4e05-a130-1fc2a7b9347f", + "color": "sky", + "label": "Remote Work", + "value": "REMOTE_WORK", + "position": 2 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2e784704-8f15-4552-b1c4-29de0a16bdd5", + "universalIdentifier": "3ff66bcf-bbc7-437d-a318-fe0b3532b721", + "type": "BOOLEAN", + "name": "visaSponsorship", + "label": "Visa Sponsorship", + "description": "Company's Visa Sponsorship Policy", + "icon": "IconBrandVisa", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:59.536Z", + "updatedAt": "2026-04-10T08:55:59.536Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3bb24d6a-49d5-4a21-bfff-670fc8b930b5", + "universalIdentifier": "47729d7b-df63-46e2-a14e-3e3f31214be0", + "type": "RELATION", + "name": "caredForPets", + "label": "Cared For Pets", + "description": "Companies Pet Care Agreement", + "icon": "IconPaw", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.629Z", + "updatedAt": "2026-04-10T08:56:01.638Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY", + "junctionTargetFieldId": "f03b2e27-dd99-4eeb-9944-e3917244dfb5" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "nameSingular": "petCareAgreement", + "namePlural": "petCareAgreements" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3bb24d6a-49d5-4a21-bfff-670fc8b930b5", + "name": "caredForPets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "1b14d9b3-383c-41dc-afbd-8baf2a759c5b", + "name": "caretaker" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "517382cf-5b85-466f-99ed-488f09d13ae9", + "universalIdentifier": "4d13bfbb-ac77-45f9-a60f-f4f4493c746c", + "type": "RELATION", + "name": "previousEmployees", + "label": "Previous Employees", + "description": "Companies tied to the Employment History", + "icon": "IconUser", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.933Z", + "updatedAt": "2026-04-10T08:56:01.405Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY", + "junctionTargetFieldId": "2b1d0803-6079-4337-ba07-03660a4f72ad" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "517382cf-5b85-466f-99ed-488f09d13ae9", + "name": "previousEmployees" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "3884e8c9-4f36-4870-952d-f5c173b9f894", + "name": "company" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "0ed713a8-22d5-49d8-915c-c9f4c52069b1", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_f719a95179070eac397ba18dc70", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "c8b8ddb5-1643-475d-bb95-d4e48e4ee431", + "fieldMetadataId": "3360fc0b-4b0b-4bea-af03-4806838e6135", + "createdAt": "2026-04-10T08:55:56.595Z", + "updatedAt": "2026-04-10T08:55:56.595Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "73a4db25-8258-4e91-9991-39e5e00f0022", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_UNIQUE_2a32339058d0b6910b0834ddf81", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": true, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "3dda1cd5-675e-473f-9804-c6849ccb9e4f", + "fieldMetadataId": "be9fd5e1-ca36-4b91-ba14-22a5ab409e92", + "createdAt": "2026-04-10T08:55:56.596Z", + "updatedAt": "2026-04-10T08:55:56.596Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "2aee2e70-66d1-4de1-a076-cb7b30bb6bb4", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_fb1f4905546cfc6d70a971c76f7", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "04c9f18b-055d-4d1e-813d-5f3259949a8f", + "fieldMetadataId": "ff595f93-c38c-41f5-ba91-7f22a5c63e9d", + "createdAt": "2026-04-10T08:55:56.597Z", + "updatedAt": "2026-04-10T08:55:56.597Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", "universalIdentifier": "20202020-0b00-45cd-b6f6-6cd806fc6804", "nameSingular": "note", "namePlural": "notes", @@ -23553,11 +20652,11 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isActive": true, "isSystem": false, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "f0ce714d-d63d-46d3-a112-e7ef30b52703", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "a5f99b30-3b36-4fbb-935c-bcdf28183247", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": "N", "isLabelSyncedWithName": false, "isSearchable": true, @@ -23569,7 +20668,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "fieldsList": [ { "__typename": "Field", - "id": "bda1f555-92e7-44b1-a37b-2bed095d24d1", + "id": "fec8dfab-5738-4ed1-a160-e834abd33fab", "universalIdentifier": "20202020-c01a-4111-8a11-dfabcddeef12", "type": "UUID", "name": "id", @@ -23582,20 +20681,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "d8c58aba-09e6-4c9e-bda1-6d885465c8ec", + "id": "216e70d0-3b8c-43e7-bc25-7ff85da6399f", "universalIdentifier": "20202020-c01b-4112-9b12-fabcddefe123", "type": "DATE_TIME", "name": "createdAt", @@ -23608,8 +20707,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -23617,13 +20716,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "64a040d5-30c5-410c-97e1-445958989de7", + "id": "74d5bd3c-35bb-4552-b23f-5d4d59e8aefe", "universalIdentifier": "20202020-c01c-4113-8c13-abcddeef1234", "type": "DATE_TIME", "name": "updatedAt", @@ -23636,8 +20735,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -23645,13 +20744,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "15f09753-c784-4e38-b9ed-8bef62dbb072", + "id": "944831f6-e31b-40ad-a934-7789ecb667f6", "universalIdentifier": "20202020-c01d-4114-9d14-bcddeef12345", "type": "DATE_TIME", "name": "deletedAt", @@ -23664,8 +20763,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -23673,13 +20772,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "fbf10939-e387-4e8e-ba62-8a4119f23883", + "id": "a9d7a58e-6d33-4a74-962b-deb94fc9167c", "universalIdentifier": "20202020-368d-4dc2-943f-ed8a49c7fdfb", "type": "POSITION", "name": "position", @@ -23692,20 +20791,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "f0ce714d-d63d-46d3-a112-e7ef30b52703", + "id": "a5f99b30-3b36-4fbb-935c-bcdf28183247", "universalIdentifier": "20202020-faeb-4c76-8ba6-ccbb0b4a965f", "type": "TEXT", "name": "title", @@ -23718,20 +20817,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "71961f86-5386-4cc9-b23a-39fc5c1c7c5e", + "id": "37141cc3-71e1-436f-9ae9-9375282aad2d", "universalIdentifier": "20202020-a7bb-4d94-be51-8f25181502c8", "type": "RICH_TEXT", "name": "bodyV2", @@ -23744,20 +20843,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "fc818f5d-a41d-4213-8919-00aa67a76cff", + "id": "b57052bd-8f64-4b50-86cb-2426e5122b51", "universalIdentifier": "20202020-0d79-4e21-ab77-5a394eff97be", "type": "ACTOR", "name": "createdBy", @@ -23770,8 +20869,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -23781,13 +20880,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "76b9f531-6e16-4a18-818a-d163b37a6f60", + "id": "f7d578d2-62d4-4b51-890f-5a634c949761", "universalIdentifier": "9b446e89-2484-4044-a3b5-420f6b578c0c", "type": "ACTOR", "name": "updatedBy", @@ -23800,8 +20899,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -23811,13 +20910,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "60d58bbf-dfc1-4a97-be58-84666f82e39b", + "id": "0200238f-39ae-4612-9550-beabdb9605c6", "universalIdentifier": "20202020-7ea8-44d4-9d4c-51dd2a757950", "type": "TS_VECTOR", "name": "searchVector", @@ -23830,8 +20929,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -23840,13 +20939,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "8e749ca3-a91a-4270-bb74-59b69804ba72", + "id": "471b32ff-a033-4085-95c3-ef240b47f00e", "universalIdentifier": "20202020-4986-4c92-bf19-39934b149b16", "type": "RELATION", "name": "attachments", @@ -23859,8 +20958,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -23868,30 +20967,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", "nameSingular": "note", "namePlural": "notes" }, "targetObjectMetadata": { "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", "nameSingular": "attachment", "namePlural": "attachments" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "8e749ca3-a91a-4270-bb74-59b69804ba72", + "id": "471b32ff-a033-4085-95c3-ef240b47f00e", "name": "attachments" }, "targetFieldMetadata": { "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", "name": "target" } }, @@ -23899,60 +20998,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "c6158691-1136-49a3-8304-af8bf92cf441", - "universalIdentifier": "20202020-4d1d-41ac-b13b-621631298d67", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "Favorites linked to the note", - "icon": "IconHeart", - "isCustom": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "nameSingular": "note", - "namePlural": "notes" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "c6158691-1136-49a3-8304-af8bf92cf441", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "385f67b2-ae55-4b0c-95b8-8936b26019cb", - "name": "note" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "1acbbea8-76dd-4a1e-9d2e-fdbebc1efe1f", + "id": "479ffe1d-18e3-4a7d-a5b5-933a85d631c9", "universalIdentifier": "20202020-1f25-43fe-8b00-af212fdde823", "type": "RELATION", "name": "noteTargets", @@ -23965,8 +21011,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -23974,30 +21020,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", "nameSingular": "note", "namePlural": "notes" }, "targetObjectMetadata": { "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", "nameSingular": "noteTarget", "namePlural": "noteTargets" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "1acbbea8-76dd-4a1e-9d2e-fdbebc1efe1f", + "id": "479ffe1d-18e3-4a7d-a5b5-933a85d631c9", "name": "noteTargets" }, "targetFieldMetadata": { "__typename": "Field", - "id": "9c7ac0eb-cbb9-4043-bc79-a6350611d037", + "id": "12cfa04b-8aa5-442e-8148-757f7f90f578", "name": "note" } }, @@ -24005,7 +21051,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, { "__typename": "Field", - "id": "7f344d16-80cb-4f45-a8f0-8bec30a1c446", + "id": "583a87e2-b8ea-4a7f-bbe0-deded7e5f3db", "universalIdentifier": "20202020-7030-42f8-929c-1a57b25d6bce", "type": "RELATION", "name": "timelineActivities", @@ -24018,8 +21064,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -24027,30 +21073,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "ONE_TO_MANY", "sourceObjectMetadata": { "__typename": "Object", - "id": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", + "id": "254e79a9-80e6-4841-b22c-2d67b04d97d6", "nameSingular": "note", "namePlural": "notes" }, "targetObjectMetadata": { "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", "nameSingular": "timelineActivity", "namePlural": "timelineActivities" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "7f344d16-80cb-4f45-a8f0-8bec30a1c446", + "id": "583a87e2-b8ea-4a7f-bbe0-deded7e5f3db", "name": "timelineActivities" }, "targetFieldMetadata": { "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", "name": "target" } }, @@ -24060,9 +21106,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexMetadataList": [ { "__typename": "Index", - "id": "7df4723d-a73a-4026-8b12-2c4259111425", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "d9c1dedd-2494-4989-b5ab-defd907af9e4", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_f20de8d7fc74a405e4083051275", "indexWhereClause": null, "indexType": "GIN", @@ -24071,10 +21117,10 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "07a65879-7b3b-400e-b89d-5ce2290e7172", - "fieldMetadataId": "60d58bbf-dfc1-4a97-be58-84666f82e39b", - "createdAt": "2026-02-27T01:17:26.888Z", - "updatedAt": "2026-02-27T01:17:26.888Z", + "id": "838e5d63-a936-46f8-a8f1-930993791115", + "fieldMetadataId": "0200238f-39ae-4612-9550-beabdb9605c6", + "createdAt": "2026-04-10T08:55:56.606Z", + "updatedAt": "2026-04-10T08:55:56.606Z", "order": 0 } ] @@ -24086,59 +21132,59 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "universalIdentifier": "b3949cf1-167c-41bf-848c-f7e7721e6f23", - "nameSingular": "surveyResult", - "namePlural": "surveyResults", - "isCustom": true, + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "universalIdentifier": "20202020-3f6b-4425-80ab-e468899ab4b2", + "nameSingular": "message", + "namePlural": "messages", + "isCustom": false, "isRemote": false, "isActive": true, - "isSystem": false, + "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "labelIdentifierFieldMetadataId": "3dddc5e7-6368-456b-9a4f-92d339d1d908", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "d87675ee-1d19-4658-8037-daec3e00b718", "imageIdentifierFieldMetadataId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, - "isSearchable": true, + "isSearchable": false, "duplicateCriteria": null, - "labelSingular": "Survey result", - "labelPlural": "Survey results", - "description": "", - "icon": "IconRulerMeasure", + "labelSingular": "Message", + "labelPlural": "Messages", + "description": "Message", + "icon": "IconMessage", "fieldsList": [ { "__typename": "Field", - "id": "3dddc5e7-6368-456b-9a4f-92d339d1d908", - "universalIdentifier": "b1ffd1e5-c63f-4985-9450-c2f8228b882e", + "id": "04280f71-884b-4104-a325-7850550a80b7", + "universalIdentifier": "20202020-d2ee-4e7e-89de-9a0a9044a143", "type": "TEXT", - "name": "name", - "label": "Name", - "description": "Name", - "icon": "IconAbc", + "name": "text", + "label": "Text", + "description": "Text", + "icon": "IconMessage", "isCustom": false, "isActive": true, "isSystem": false, - "isUIReadOnly": false, + "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4ddd6301-c422-4af5-922e-cdccfc8310a5", - "universalIdentifier": "e96d10ef-0750-487a-abdd-fe8a2c8ecb3b", + "id": "67db6e2b-86c5-4b85-86c2-71a82c5e5bda", + "universalIdentifier": "20202020-b06a-4101-8a01-9cadbedfaeb1", "type": "UUID", "name": "id", "label": "Id", @@ -24149,22 +21195,22 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isSystem": true, "isUIReadOnly": true, "isNullable": false, - "isUnique": true, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "4fa22829-910f-4477-ac53-b84d23aea7a4", - "universalIdentifier": "8615185f-ef1d-4d7c-8343-d2a99749e69b", + "id": "a9f5f608-7ea0-4143-a146-d0594a22c068", + "universalIdentifier": "20202020-b06b-4102-9b02-adbecfeafbc2", "type": "DATE_TIME", "name": "createdAt", "label": "Creation date", @@ -24176,131 +21222,23 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "94754291-ce50-4a58-94dc-e09090a2e24c", - "universalIdentifier": "97889423-8b25-4c7b-bd41-5c3ebdfc6e4d", - "type": "ACTOR", - "name": "createdBy", - "label": "Created by", - "description": "The creator of the record", - "icon": "IconCreativeCommonsSa", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "469767d1-93bd-4d4f-b6bb-55fac4fbe26a", - "universalIdentifier": "7d7827eb-af00-4481-8153-5f48a5d948dd", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Deletion date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "5a742a69-3ab7-409b-917b-51aff530422f", - "universalIdentifier": "fa11c660-8598-4a66-b3a7-21b6d1463b44", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c74af810-d3a9-430c-8c1d-907585314e9f", - "universalIdentifier": "f3becf33-2a72-4378-abbd-2800a3202249", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Search vector", - "icon": "IconSearch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, "settings": { - "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", - "generatedType": "STORED" + "displayFormat": "RELATIVE" }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "a7ff940a-c878-4e47-b38f-5fac3562f967", - "universalIdentifier": "7cf73aae-971f-49ff-a76d-bf93909226d5", + "id": "02f68a7c-fd82-43b8-9824-7b7f908e06b7", + "universalIdentifier": "20202020-b06c-4103-8c03-becfdfabfcd3", "type": "DATE_TIME", "name": "updatedAt", "label": "Last update", @@ -24312,751 +21250,51 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, - "settings": null, + "settings": { + "displayFormat": "RELATIVE" + }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "fcce470e-e050-4664-a896-b68fcdf16df7", - "universalIdentifier": "78d77ea3-4aaa-4087-a904-29e8d9f59b29", - "type": "ACTOR", - "name": "updatedBy", - "label": "Updated by", - "description": "The workspace member who last updated the record", - "icon": "IconUserCircle", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": { - "name": "''", - "source": "'MANUAL'" - }, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b76ebb15-79f9-4c32-ba83-a6c613e53903", - "universalIdentifier": "e6820956-5eb6-4535-8d7b-9494ec5ba69b", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "SurveyResults tied to the Timeline Activity", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b76ebb15-79f9-4c32-ba83-a6c613e53903", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "4f610fea-70c9-4c2c-97a6-c036867042ba", - "universalIdentifier": "c03816f0-82ab-43f1-b1a4-acfd0824046f", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "SurveyResults tied to the Favorite", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "4f610fea-70c9-4c2c-97a6-c036867042ba", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "e3e51e03-3892-404d-8013-df9d1339ec6c", - "name": "surveyResult" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "eaa82229-6523-48f0-8159-ce9cfa4fb88e", - "universalIdentifier": "eb041183-f20a-4e62-914c-f85db08c695c", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "SurveyResults tied to the Attachment", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "eaa82229-6523-48f0-8159-ce9cfa4fb88e", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "b6e33f88-009c-4d8c-8593-0ca8c023247d", - "universalIdentifier": "54e141de-180b-480f-bbef-012bf7d0822a", - "type": "RELATION", - "name": "noteTargets", - "label": "Note Targets", - "description": "SurveyResults tied to the Note Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "b6e33f88-009c-4d8c-8593-0ca8c023247d", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e04459a5-f37b-47d1-9afe-829e4255fd3f", - "universalIdentifier": "5162c6df-865c-4288-8ce1-be9d31792d0d", - "type": "RELATION", - "name": "taskTargets", - "label": "Task Targets", - "description": "SurveyResults tied to the Task Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "e04459a5-f37b-47d1-9afe-829e4255fd3f", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "93f76377-3ffd-494e-b921-5db0ab22b1bf", - "universalIdentifier": "ef68fbd1-c9d0-441a-a587-5bb8dc564d58", - "type": "NUMBER", - "name": "score", - "label": "Score (Float 3 decimals)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "type": "number", - "dataType": "float", - "decimals": 3 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e3c500f2-63f3-4d54-8537-544d7d8f0dcc", - "universalIdentifier": "4f23bb80-5904-4fc4-a8f4-be7603066f24", - "type": "NUMBER", - "name": "percentageOfCompletion", - "label": "Percentage of completion (Float 3 decimals + percentage)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "type": "percentage", - "dataType": "float", - "decimals": 6 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "c9e265cf-37b7-4f33-a5a5-fcfaf51e3586", - "universalIdentifier": "f9e6d613-c7d4-4d7f-a97d-fba3d4a9efe2", - "type": "NUMBER", - "name": "participants", - "label": "Participants (Int)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "type": "number", - "dataType": "int" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "da8c18a3-a059-4fdf-b9e5-a49423e0c83e", - "universalIdentifier": "270ac8fe-1898-4576-920e-62d937e5471e", - "type": "NUMBER", - "name": "averageEstimatedNumberOfAtomsInTheUniverse", - "label": "Average estimated number of atoms in the universe (BigInt)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "type": "number", - "dataType": "bigint" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f97f2e68-e464-41ad-b96d-a40358fdf953", - "universalIdentifier": "9835ba51-d409-4a66-953b-5408db12fbd8", - "type": "TEXT", - "name": "comments", - "label": "Comments (Max 5 rows)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "displayedMaxRows": 5 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f3c7beb2-9827-465e-b151-be9ad31a28e4", - "universalIdentifier": "c0d877c4-8fd6-4987-8544-45c5055bedc3", - "type": "TEXT", - "name": "shortNotes", - "label": "Short notes (Max 1 row)", - "description": "", - "icon": "", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "displayedMaxRows": 1 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "e1ebf3a7-a665-4ba4-8e57-10d9f19a7910", - "universalIdentifier": "4ddc4c96-33b9-480a-8ac7-9c9a8d361502", - "type": "FILES", - "name": "files", - "label": "Files", - "description": "", - "icon": "IconFiles", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.781Z", - "updatedAt": "2026-02-27T01:17:27.781Z", - "defaultValue": null, - "options": null, - "settings": { - "maxNumberOfValues": 5 - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "3b251609-1144-4599-9e7f-58dc0572f646", - "universalIdentifier": "6efebc18-7ed7-4ec3-9f6a-ce6a2c80a25d", - "type": "RELATION", - "name": "ownedPets", - "label": "Owned Pets", - "description": "SurveyResults Pet", - "icon": "IconRelationOneToMany", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.223Z", - "updatedAt": "2026-02-27T01:17:28.223Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "3b251609-1144-4599-9e7f-58dc0572f646", - "name": "ownedPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "8ea29616-1e89-4351-b5e1-ca7ad4f78014", - "name": "polymorphicOwner" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "a8693002-794c-4096-a09d-d347a73ec4a1", - "universalIdentifier": "0160ed4f-55f6-4a3c-a9c8-3a79570bd87c", - "type": "RELATION", - "name": "helpedPets", - "label": "Helped Pets", - "description": "SurveyResults Pet", - "icon": "IconRelationOneToMany", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.224Z", - "updatedAt": "2026-02-27T01:17:28.224Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "helpedPetsId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "nameSingular": "surveyResult", - "namePlural": "surveyResults" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "a8693002-794c-4096-a09d-d347a73ec4a1", - "name": "helpedPets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "df1f2bd4-22fe-4c38-b051-66608169f8bf", - "name": "polymorphicHelper" - } - }, - "morphRelations": null - } - ], - "indexMetadataList": [ - { - "__typename": "Index", - "id": "2aee9ed0-f675-4bfb-9901-4af65c42a509", - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "name": "IDX_e2a25535adda4544be555d3b6d8", - "indexWhereClause": null, - "indexType": "GIN", - "isUnique": false, - "isCustom": false, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9bba6ab9-3948-49a9-ab03-14ebc57c4c6a", - "fieldMetadataId": "c74af810-d3a9-430c-8c1d-907585314e9f", - "createdAt": "2026-02-27T01:17:27.689Z", - "updatedAt": "2026-02-27T01:17:27.689Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "bcd3baab-9f40-49c5-a902-02a457463b93", - "createdAt": "2026-02-27T01:17:28.224Z", - "updatedAt": "2026-02-27T01:17:28.224Z", - "name": "IDX_f69cb5fa5975d86fddaef55f8f1", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "4a505e55-075d-47c0-a86b-a7027b4f8934", - "fieldMetadataId": "a8693002-794c-4096-a09d-d347a73ec4a1", - "createdAt": "2026-02-27T01:17:28.245Z", - "updatedAt": "2026-02-27T01:17:28.245Z", - "order": 0 - } - ] - } - ] - } - }, - { - "__typename": "ObjectEdge", - "node": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "universalIdentifier": "ee93da26-e51f-471b-bf36-f710a1cbeabb", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements", - "isCustom": true, - "isRemote": false, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "labelIdentifierFieldMetadataId": "ea484985-032b-4da9-aa58-f2878c1b616f", - "imageIdentifierFieldMetadataId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "shortcut": null, - "isLabelSyncedWithName": false, - "isSearchable": true, - "duplicateCriteria": null, - "labelSingular": "Pet Care Agreement", - "labelPlural": "Pet Care Agreements", - "description": "", - "icon": "IconPaw", - "fieldsList": [ - { - "__typename": "Field", - "id": "ea484985-032b-4da9-aa58-f2878c1b616f", - "universalIdentifier": "e0525044-ce38-4f3e-a2c9-17f725d20376", - "type": "UUID", - "name": "id", - "label": "Id", - "description": "Id", - "icon": "Icon123", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": true, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": "uuid", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "21e86098-eed0-457c-866c-4cb17cb11b4b", - "universalIdentifier": "b00271a5-dbed-4a96-ac01-60d161c2e97e", + "id": "b7f35f27-8aa1-4d73-8569-1fdb9daf535f", + "universalIdentifier": "20202020-b06d-4104-9d04-cfdfabecdde4", "type": "DATE_TIME", - "name": "createdAt", - "label": "Creation date", - "description": "Creation date", - "icon": "IconCalendar", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", "isCustom": false, "isActive": true, "isSystem": true, "isUIReadOnly": true, - "isNullable": false, + "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": "now", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, "options": null, - "settings": null, + "settings": { + "displayFormat": "RELATIVE" + }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "098de65c-5162-40b3-8179-d74bcad0e611", - "universalIdentifier": "13cdbada-4ae0-4052-b673-8516ce024f62", + "id": "018ca79e-35e8-481f-922a-8366c796602d", + "universalIdentifier": "6e52bde4-ed41-4462-aa70-121e496270b4", "type": "ACTOR", "name": "createdBy", "label": "Created by", @@ -25068,131 +21306,25 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { - "name": "''", - "source": "'MANUAL'" + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null }, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "f4f5edb9-4b42-4157-be68-41594347b7db", - "universalIdentifier": "7810b42f-db65-407b-8d27-d162706a8aa8", - "type": "DATE_TIME", - "name": "deletedAt", - "label": "Deleted at", - "description": "Deletion date", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "632de67a-8c5d-47d6-a104-735735a0c5b3", - "universalIdentifier": "ae3733f9-2c81-498c-97f0-8dc5f8b49fc4", - "type": "POSITION", - "name": "position", - "label": "Position", - "description": "Position", - "icon": "IconHierarchy2", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": 0, - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "f5b274c5-52df-4432-a2b7-3eda97a6a830", - "universalIdentifier": "1119dfc5-aeb5-40a5-940b-b824d207216e", - "type": "TS_VECTOR", - "name": "searchVector", - "label": "Search vector", - "description": "Search vector", - "icon": "IconSearch", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "asExpression": "to_tsvector('simple', NULL)", - "generatedType": "STORED" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "21a198d3-b457-4e93-918b-702159135ac3", - "universalIdentifier": "b2041077-2e0e-49ea-a727-d42d64f74d5e", - "type": "DATE_TIME", - "name": "updatedAt", - "label": "Last update", - "description": "Last time the record was changed", - "icon": "IconCalendarClock", - "isCustom": false, - "isActive": true, - "isSystem": true, - "isUIReadOnly": true, - "isNullable": false, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": "now", - "options": null, - "settings": null, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": null, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "59df22b5-720d-429d-a927-85dfaf93b0c2", - "universalIdentifier": "400fa23b-ea7a-40c6-a03f-22cf0b02aedb", + "id": "95c3d28e-7bca-4d93-a72a-4d58947f5589", + "universalIdentifier": "7822dcc0-ee40-4af0-a6fe-f10a14e72b24", "type": "ACTOR", "name": "updatedBy", "label": "Updated by", @@ -25204,505 +21336,375 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { - "name": "''", - "source": "'MANUAL'" + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null }, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "f5165e25-c5ce-4ccc-b547-ee831c4de6ff", - "universalIdentifier": "81298545-b769-4d9d-830f-90762eb44e65", - "type": "RELATION", - "name": "timelineActivities", - "label": "Timeline Activities", - "description": "PetCareAgreements tied to the Timeline Activity", - "icon": "IconBuildingSkyscraper", - "isCustom": true, + "id": "278cf422-b602-4550-ac8e-894e38f66d1f", + "universalIdentifier": "06c5052d-3369-4d6d-8eaa-f9780eddb1fd", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message record position", + "icon": "IconHierarchy2", + "isCustom": false, "isActive": true, - "isSystem": false, + "isSystem": true, "isUIReadOnly": false, - "isNullable": true, + "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, + "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "64d19806-f11a-493e-af13-2059861c8139", - "nameSingular": "timelineActivity", - "namePlural": "timelineActivities" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "f5165e25-c5ce-4ccc-b547-ee831c4de6ff", - "name": "timelineActivities" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "name": "target" - } - }, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "19aa48dc-c57f-49a7-aac1-a5cbbd41bb35", - "universalIdentifier": "306406a7-ddf9-4a6e-b8a9-25f99f4af1c3", - "type": "RELATION", - "name": "favorites", - "label": "Favorites", - "description": "PetCareAgreements tied to the Favorite", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "df7b79f4-de4d-47e3-852c-b951fc8292c9", - "nameSingular": "favorite", - "namePlural": "favorites" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "19aa48dc-c57f-49a7-aac1-a5cbbd41bb35", - "name": "favorites" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b135c229-c0be-42a4-8ec7-7b1346053668", - "name": "petCareAgreement" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "71da3160-935c-4fe2-b931-bc519f56344f", - "universalIdentifier": "fd33b457-9a4a-4243-ad0d-b3cb14802c64", - "type": "RELATION", - "name": "attachments", - "label": "Attachments", - "description": "PetCareAgreements tied to the Attachment", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "276bb040-9936-4d0d-99b2-3ea46efdbf43", - "nameSingular": "attachment", - "namePlural": "attachments" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "71da3160-935c-4fe2-b931-bc519f56344f", - "name": "attachments" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "46edb2f7-20fd-4696-b124-ef5e336ab84c", - "universalIdentifier": "aa10e0a2-6e62-48e7-963f-d2dc7989c689", - "type": "RELATION", - "name": "noteTargets", - "label": "Note Targets", - "description": "PetCareAgreements tied to the Note Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "nameSingular": "noteTarget", - "namePlural": "noteTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "46edb2f7-20fd-4696-b124-ef5e336ab84c", - "name": "noteTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "07ad123b-8f3b-49d4-9754-c4e6d8751300", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "11576aee-6293-4ea2-9815-31c1001679aa", - "universalIdentifier": "16bef78e-0ded-43ba-b604-01c95e6238f6", - "type": "RELATION", - "name": "taskTargets", - "label": "Task Targets", - "description": "PetCareAgreements tied to the Task Target", - "icon": "IconBuildingSkyscraper", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "defaultValue": null, - "options": null, - "settings": { - "relationType": "ONE_TO_MANY" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "ONE_TO_MANY", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "72aa36e3-0859-482d-b07f-23ef43e557f5", - "nameSingular": "taskTarget", - "namePlural": "taskTargets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "11576aee-6293-4ea2-9815-31c1001679aa", - "name": "taskTargets" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "3fafd252-d79a-4fe7-8c16-730b6dd495d1", - "name": "target" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0", - "universalIdentifier": "2668abfe-23e2-43df-86d0-8d19ee4ad35b", - "type": "RELATION", - "name": "pet", - "label": "Pet", - "description": "PetCareAgreements Pet", - "icon": "IconCat", - "isCustom": true, - "isActive": true, - "isSystem": false, - "isUIReadOnly": false, - "isNullable": true, - "isUnique": false, - "createdAt": "2026-02-27T01:17:28.543Z", - "updatedAt": "2026-02-27T01:17:28.543Z", - "defaultValue": null, - "options": null, - "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "petId" - }, - "isLabelSyncedWithName": false, - "morphId": null, - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", - "relation": { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "6b348756-2824-4eff-ade4-4129abe625f8", - "nameSingular": "pet", - "namePlural": "pets" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0", - "name": "pet" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "30091ffc-504e-49ae-b1eb-1633616a1fd0", - "name": "caretakers" - } - }, - "morphRelations": null - }, - { - "__typename": "Field", - "id": "0a27394a-f071-4155-a642-9b6700abb9d6", - "universalIdentifier": "608a115e-36c5-4b23-8d4a-dda3810a76bc", - "type": "MORPH_RELATION", - "name": "caretaker", - "label": "Caretaker", - "description": "PetCareAgreements tied to the Person", + "id": "dba998de-a5ac-44a2-80d6-490afdd9659b", + "universalIdentifier": "529b6008-4a12-4d48-bbc3-26a3f199bafd", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", "icon": "IconUser", - "isCustom": true, + "isCustom": false, "isActive": true, - "isSystem": false, + "isSystem": true, "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:28.305Z", - "updatedAt": "2026-02-27T01:17:28.305Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { - "onDelete": "SET_NULL", - "relationType": "MANY_TO_ONE", - "joinColumnName": "caretakerPersonId" + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"subject\"), ''))", + "generatedType": "STORED" }, "isLabelSyncedWithName": false, - "morphId": "6ff516c3-1e70-4706-960c-b9a8c623c097", - "applicationId": "6b4f001a-b748-4f4a-868f-77da8c0c2b53", + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, - "morphRelations": [ + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2d480e16-7c88-4b98-871b-5f5e585c11b7", + "universalIdentifier": "20202020-72b5-416d-aed8-b55609067d01", + "type": "TEXT", + "name": "headerMessageId", + "label": "Header message Id", + "description": "Message id from the message header", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "5b775671-2f37-4513-9485-c4b76c746156", + "universalIdentifier": "20202020-0203-4118-8e2a-05b9bdae6dab", + "type": "SELECT", + "name": "direction", + "label": "Direction", + "description": "Message Direction", + "icon": "IconDirection", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'INCOMING'", + "options": [ { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "nameSingular": "person", - "namePlural": "people" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "0a27394a-f071-4155-a642-9b6700abb9d6", - "name": "caretaker" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "7c515645-7061-4b47-a962-bd14f0ede49d", - "name": "caredForPets" - } + "id": "20202020-7b52-47d2-abd8-e96a4295f9a6", + "color": "green", + "label": "Incoming", + "value": "INCOMING", + "position": 0 }, { - "__typename": "Relation", - "type": "MANY_TO_ONE", - "sourceObjectMetadata": { - "__typename": "Object", - "id": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "nameSingular": "petCareAgreement", - "namePlural": "petCareAgreements" - }, - "targetObjectMetadata": { - "__typename": "Object", - "id": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "nameSingular": "company", - "namePlural": "companies" - }, - "sourceFieldMetadata": { - "__typename": "Field", - "id": "6cad53af-7127-4313-994c-65453e0ae120", - "name": "caretaker" - }, - "targetFieldMetadata": { - "__typename": "Field", - "id": "b6ed9897-574d-4859-83ed-46cfb7943908", - "name": "caredForPets" - } + "id": "20202020-11cb-42be-8df7-709ad53f90f9", + "color": "blue", + "label": "Outgoing", + "value": "OUTGOING", + "position": 1 } - ] + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d87675ee-1d19-4658-8037-daec3e00b718", + "universalIdentifier": "20202020-52d1-4036-b9ae-84bd722bb37a", + "type": "TEXT", + "name": "subject", + "label": "Subject", + "description": "Subject", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d4c2675c-b983-4703-9aaf-a6afc4e5d464", + "universalIdentifier": "20202020-140a-4a2a-9f86-f13b6a979afc", + "type": "DATE_TIME", + "name": "receivedAt", + "label": "Received At", + "description": "The date the message was received", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "29300185-1d79-463d-a013-e37d3f4ff31b", + "universalIdentifier": "20202020-30f2-4ccd-9f5c-e41bb9d26214", + "type": "RELATION", + "name": "messageThread", + "label": "Message Thread Id", + "description": "Message Thread Id", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "CASCADE", + "relationType": "MANY_TO_ONE", + "joinColumnName": "messageThreadId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "nameSingular": "messageThread", + "namePlural": "messageThreads" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "29300185-1d79-463d-a013-e37d3f4ff31b", + "name": "messageThread" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "922255d0-f996-4cb4-87fc-963d90bc4839", + "name": "messages" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "bc3e8a90-21c6-4828-9cac-60fa0677f469", + "universalIdentifier": "20202020-7cff-4a74-b63c-73228448cbd9", + "type": "RELATION", + "name": "messageParticipants", + "label": "Message Participants", + "description": "Message Participants", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "nameSingular": "messageParticipant", + "namePlural": "messageParticipants" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "bc3e8a90-21c6-4828-9cac-60fa0677f469", + "name": "messageParticipants" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "6d536522-f2b2-4a68-a81c-93169b1bd595", + "name": "message" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "00712157-bcd3-4412-ae41-f197c0165ee9", + "universalIdentifier": "20202020-3cef-43a3-82c6-50e7cfbc9ae4", + "type": "RELATION", + "name": "messageChannelMessageAssociations", + "label": "Message Channel Association", + "description": "Messages from the channel.", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "nameSingular": "message", + "namePlural": "messages" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "nameSingular": "messageChannelMessageAssociation", + "namePlural": "messageChannelMessageAssociations" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "00712157-bcd3-4412-ae41-f197c0165ee9", + "name": "messageChannelMessageAssociations" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "593de04f-d9f8-466e-8682-24a2121692f2", + "name": "message" + } + }, + "morphRelations": null } ], "indexMetadataList": [ { "__typename": "Index", - "id": "890eaa71-bd01-4c4e-8ca7-369cf94ef07a", - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "name": "IDX_287bd4bcd6070ae3cb538c71ea7", + "id": "72ba6e42-6293-435f-bbad-a66b9bdcf88b", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_5d002cd3b5be1cb05c0b7b28582", "indexWhereClause": null, - "indexType": "GIN", + "indexType": "BTREE", "isUnique": false, "isCustom": false, "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "f8288630-774c-4529-8ff6-c0f30a83829a", - "fieldMetadataId": "f5b274c5-52df-4432-a2b7-3eda97a6a830", - "createdAt": "2026-02-27T01:17:27.980Z", - "updatedAt": "2026-02-27T01:17:27.980Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "49fb1a8c-a448-4f4a-979e-0598c6c2ad46", - "createdAt": "2026-02-27T01:17:28.305Z", - "updatedAt": "2026-02-27T01:17:28.305Z", - "name": "IDX_dff2b88f7bfc1706a851949e1d6", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "9d3d6c88-7a18-41ff-a940-8014bbc5a310", - "fieldMetadataId": "0a27394a-f071-4155-a642-9b6700abb9d6", - "createdAt": "2026-02-27T01:17:28.320Z", - "updatedAt": "2026-02-27T01:17:28.320Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "9e8b7f1f-bea1-457e-b9ff-bf506102bf2e", - "createdAt": "2026-02-27T01:17:28.305Z", - "updatedAt": "2026-02-27T01:17:28.305Z", - "name": "IDX_be3fc65c60e132f5401b21b065e", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "6de880cd-50e3-402f-9f38-f7cc9abffa9c", - "fieldMetadataId": "6cad53af-7127-4313-994c-65453e0ae120", - "createdAt": "2026-02-27T01:17:28.322Z", - "updatedAt": "2026-02-27T01:17:28.322Z", - "order": 0 - } - ] - }, - { - "__typename": "Index", - "id": "78ef8d68-3acc-4fc5-b24e-b093156459b5", - "createdAt": "2026-02-27T01:17:28.543Z", - "updatedAt": "2026-02-27T01:17:28.543Z", - "name": "IDX_16a70d520ac126ba5cdb2553922", - "indexWhereClause": null, - "indexType": "BTREE", - "isUnique": false, - "isCustom": true, - "indexFieldMetadataList": [ - { - "__typename": "IndexField", - "id": "e2be9cb1-7708-46d8-a300-fee3edcf3d09", - "fieldMetadataId": "73f75510-6ee9-4aaf-9d4b-1d6c4ffeabf0", - "createdAt": "2026-02-27T01:17:28.553Z", - "updatedAt": "2026-02-27T01:17:28.553Z", + "id": "c5a127fc-3dda-4da1-8c03-5a02064323d5", + "fieldMetadataId": "29300185-1d79-463d-a013-e37d3f4ff31b", + "createdAt": "2026-04-10T08:55:56.599Z", + "updatedAt": "2026-04-10T08:55:56.599Z", "order": 0 } ] @@ -25714,7 +21716,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "__typename": "ObjectEdge", "node": { "__typename": "Object", - "id": "031d2e7c-0a30-4713-889a-5c2ab30da9fb", + "id": "0f6e48ff-3948-44f7-9b25-154899a9a684", "universalIdentifier": "20202020-0408-4f38-b8a8-4d5e3e26e24d", "nameSingular": "blocklist", "namePlural": "blocklists", @@ -25723,11 +21725,11 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isActive": true, "isSystem": true, "isUIReadOnly": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "labelIdentifierFieldMetadataId": "3c128d59-a142-4bcd-b2c0-defff9d35f16", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "dfea27f1-41e8-431e-a78b-5f4960df5600", "imageIdentifierFieldMetadataId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "shortcut": null, "isLabelSyncedWithName": false, "isSearchable": false, @@ -25739,7 +21741,7 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "fieldsList": [ { "__typename": "Field", - "id": "67db2e06-994d-435d-90d3-58fa24479aff", + "id": "e1adfa84-48e4-45f4-bf7d-20d946d43b3a", "universalIdentifier": "20202020-b01a-4011-8b11-5a9fc27fbf6e", "type": "UUID", "name": "id", @@ -25752,20 +21754,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "uuid", "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "a4a040c2-9f0f-400f-9a9f-d01143bc2c11", + "id": "c31b1429-154c-4ffb-bdd9-0db170150b22", "universalIdentifier": "20202020-b01b-4012-9c12-6bafd38fcf7f", "type": "DATE_TIME", "name": "createdAt", @@ -25778,8 +21780,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -25787,13 +21789,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "0f05a24a-20b0-47fc-a13b-b84f10821e51", + "id": "c4e05402-dcb6-41ab-b065-12bac53387bd", "universalIdentifier": "20202020-b01c-4013-8d13-7cbfe49fdf8f", "type": "DATE_TIME", "name": "updatedAt", @@ -25806,8 +21808,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": "now", "options": null, "settings": { @@ -25815,13 +21817,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "95375872-cc3d-4c54-bfe1-58b6e06384da", + "id": "fe8ffaa9-03b4-4894-9bab-e812df16eda8", "universalIdentifier": "20202020-b01d-4014-9e14-8dcff5affef9", "type": "DATE_TIME", "name": "deletedAt", @@ -25834,8 +21836,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -25843,13 +21845,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "78894c31-e65a-4ff2-b3be-6ef42b6931af", + "id": "c0ba0387-5e1a-46af-863f-241cc0ab792e", "universalIdentifier": "b80db15d-8dc2-4f47-a072-15030941a9d1", "type": "ACTOR", "name": "createdBy", @@ -25862,8 +21864,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -25873,13 +21875,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "af7cd1f9-2466-464d-972e-f201f7ad8668", + "id": "4337e0f6-572d-4214-85e4-dabab4fa88c3", "universalIdentifier": "11aaa404-f04b-421d-a451-c453bf77cc78", "type": "ACTOR", "name": "updatedBy", @@ -25892,8 +21894,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": { "name": "'System'", "source": "'MANUAL'", @@ -25903,13 +21905,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "fe6c2bec-520b-41ef-bbaf-1017b738a3f6", + "id": "891c2994-b124-43d4-b0d9-9acd0bbd4179", "universalIdentifier": "72a27e60-3542-46dc-90db-684d79bd7f11", "type": "POSITION", "name": "position", @@ -25922,20 +21924,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": 0, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "b857cd80-cfcc-4176-973d-9f92df3d01f9", + "id": "71c0e8fe-9014-414a-a62e-f06039030d39", "universalIdentifier": "5fa758da-30b4-412e-8a4f-975f2848ce60", "type": "TS_VECTOR", "name": "searchVector", @@ -25948,8 +21950,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": false, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -25958,13 +21960,13 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "3c128d59-a142-4bcd-b2c0-defff9d35f16", + "id": "dfea27f1-41e8-431e-a78b-5f4960df5600", "universalIdentifier": "20202020-eef3-44ed-aa32-4641d7fd4a3e", "type": "TEXT", "name": "handle", @@ -25977,20 +21979,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": true, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": null, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": null, "morphRelations": null }, { "__typename": "Field", - "id": "0a556eea-a4ab-41c9-a1ab-847cc8952eb0", + "id": "12888068-1b20-4422-8482-d2190e177c77", "universalIdentifier": "20202020-548d-4084-a947-fa20a39f7c06", "type": "RELATION", "name": "workspaceMember", @@ -26003,8 +22005,8 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "isUIReadOnly": true, "isNullable": false, "isUnique": false, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "defaultValue": null, "options": null, "settings": { @@ -26014,30 +22016,30 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = }, "isLabelSyncedWithName": false, "morphId": null, - "applicationId": "286069c5-9bc6-4bed-9ff0-8a1a76164f99", + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", "relation": { "__typename": "Relation", "type": "MANY_TO_ONE", "sourceObjectMetadata": { "__typename": "Object", - "id": "031d2e7c-0a30-4713-889a-5c2ab30da9fb", + "id": "0f6e48ff-3948-44f7-9b25-154899a9a684", "nameSingular": "blocklist", "namePlural": "blocklists" }, "targetObjectMetadata": { "__typename": "Object", - "id": "e6723828-4d1e-4780-a758-a7996e788b0a", + "id": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", "nameSingular": "workspaceMember", "namePlural": "workspaceMembers" }, "sourceFieldMetadata": { "__typename": "Field", - "id": "0a556eea-a4ab-41c9-a1ab-847cc8952eb0", + "id": "12888068-1b20-4422-8482-d2190e177c77", "name": "workspaceMember" }, "targetFieldMetadata": { "__typename": "Field", - "id": "26d6d9bb-c63e-439f-b801-497dc6711611", + "id": "850c3f17-128d-489f-99b1-4a63965a8182", "name": "blocklist" } }, @@ -26047,9 +22049,9 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexMetadataList": [ { "__typename": "Index", - "id": "b01e6e9a-3e1a-4989-97ba-efd7e85dbf9e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "id": "e854752b-aa82-404a-93bf-17eedec9825e", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "name": "IDX_9e247b4ab168100e4aa8fb6a853", "indexWhereClause": null, "indexType": "BTREE", @@ -26058,10 +22060,1145 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = "indexFieldMetadataList": [ { "__typename": "IndexField", - "id": "77f3f7d3-d055-4f49-9442-b0c460fa8a5e", - "fieldMetadataId": "0a556eea-a4ab-41c9-a1ab-847cc8952eb0", - "createdAt": "2026-02-27T01:17:26.867Z", - "updatedAt": "2026-02-27T01:17:26.867Z", + "id": "959cfb77-bc5a-4ce5-924d-301812a8ceab", + "fieldMetadataId": "12888068-1b20-4422-8482-d2190e177c77", + "createdAt": "2026-04-10T08:55:56.589Z", + "updatedAt": "2026-04-10T08:55:56.589Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "06ac365e-28d1-4966-8b15-30f268468a19", + "universalIdentifier": "20202020-4955-4fd9-8e59-2dbd373f2a46", + "nameSingular": "messageFolder", + "namePlural": "messageFolders", + "isCustom": false, + "isRemote": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "labelIdentifierFieldMetadataId": "d8496000-f0cd-4b8a-8251-b81452d5001e", + "imageIdentifierFieldMetadataId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": false, + "duplicateCriteria": null, + "labelSingular": "Message Folder", + "labelPlural": "Message Folders", + "description": "Message Folders", + "icon": "IconFolder", + "fieldsList": [ + { + "__typename": "Field", + "id": "d8496000-f0cd-4b8a-8251-b81452d5001e", + "universalIdentifier": "20202020-b03a-40d1-8ad1-dcedfefaabbc", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "79470c2f-2c5e-4a36-a578-3431f4dc5f2e", + "universalIdentifier": "20202020-b03b-40d2-9bd2-edfefaabbccd", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "c7e4ea02-5d45-4639-aceb-0ae5314e2ec0", + "universalIdentifier": "20202020-b03c-40d3-8cd3-fefaabbccdde", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "now", + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "706c2760-82bf-4090-bf1a-588ea0c2b564", + "universalIdentifier": "20202020-b03d-40d4-9dd4-faabbccddeef", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Date when the record was deleted", + "icon": "IconCalendarMinus", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "displayFormat": "RELATIVE" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "6fa0d2a1-dc91-4568-876e-21fd8845b749", + "universalIdentifier": "bfe19f84-b640-4ce3-b771-4e7bf18bad14", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "8742cb30-42ff-4416-8323-4a84c007be81", + "universalIdentifier": "7ec7eea8-8715-4656-a602-3cb4256aaca1", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": { + "name": "'System'", + "source": "'MANUAL'", + "workspaceMemberId": null + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "e144f995-ee97-499a-b176-28b6b07197cf", + "universalIdentifier": "5317d4f4-12c5-469d-8e47-0f3b2ffc95b4", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Message Folder record position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "689399ab-a724-4eb8-8e63-36bf9958d1e1", + "universalIdentifier": "5f2d3937-bafd-4d71-b4cb-b34037efd2e1", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Field used for full-text search", + "icon": "IconUser", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', COALESCE(public.unaccent_immutable(\"name\"), ''))", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "805287dc-b483-4547-bf7b-37d6f4d57762", + "universalIdentifier": "20202020-7cf8-40bc-a681-b80b771449b7", + "type": "TEXT", + "name": "name", + "label": "Name", + "description": "Folder name", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "08e614d5-cbc5-4686-b1fb-611b05a19ab3", + "universalIdentifier": "20202020-98cd-49ed-8dfc-cb5796400e64", + "type": "TEXT", + "name": "syncCursor", + "label": "Sync Cursor", + "description": "Sync Cursor", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "9a867c58-4f79-4e11-a421-df39741981ab", + "universalIdentifier": "20202020-2af5-4a25-b2de-3c9386da941b", + "type": "BOOLEAN", + "name": "isSentFolder", + "label": "Is Sent Folder", + "description": "Is Sent Folder", + "icon": "IconCheck", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "b576fad5-752c-4d6a-a666-ccf5729c05ad", + "universalIdentifier": "20202020-764f-4e09-8f95-cd46b6bfe3c4", + "type": "BOOLEAN", + "name": "isSynced", + "label": "Is Synced", + "description": "Is Synced", + "icon": "IconCheck", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": false, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2da76140-bb4a-4fb9-bac8-9a883379d41c", + "universalIdentifier": "20202020-e45d-49de-a4aa-587bbf9601f3", + "type": "TEXT", + "name": "parentFolderId", + "label": "Parent Folder ID", + "description": "Parent Folder ID", + "icon": "IconFolder", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "94562510-a0c0-4940-a140-d4aebb3534b9", + "universalIdentifier": "20202020-f3a8-4d2b-9c7e-1b5f9a8e4c6d", + "type": "TEXT", + "name": "externalId", + "label": "External ID", + "description": "External ID", + "icon": "IconHash", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4db54d45-6f99-4e17-ad43-6612f8b45d9e", + "universalIdentifier": "20202020-4f97-4c79-9517-16387fe237f7", + "type": "SELECT", + "name": "pendingSyncAction", + "label": "Pending Sync Action", + "description": "Pending action for folder sync", + "icon": "IconReload", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": "'NONE'", + "options": [ + { + "id": "20202020-dc59-4dd3-92fe-f41c6491a588", + "color": "red", + "label": "Folder deletion", + "value": "FOLDER_DELETION", + "position": 0 + }, + { + "id": "20202020-aa29-41d3-872b-142174fe6595", + "color": "blue", + "label": "None", + "value": "NONE", + "position": 1 + } + ], + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "cdca7f13-b430-4780-8cb0-747cbd92ae7b", + "universalIdentifier": "20202020-c9f8-43db-a3e7-7f2e8b5d9c1a", + "type": "UUID", + "name": "messageChannelId", + "label": "Message Channel", + "description": "Message Channel", + "icon": "IconMessage", + "isCustom": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "dd6a5463-023d-4a10-855f-a4abaf32c1ec", + "relation": null, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "396c419e-838b-4dab-9690-ac297a14b098", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "name": "IDX_a1bbe482462d9f016582d99d4e6", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b26ebc56-7b3e-409a-a4f1-1747ebfad2a1", + "fieldMetadataId": "cdca7f13-b430-4780-8cb0-747cbd92ae7b", + "createdAt": "2026-04-10T08:55:56.604Z", + "updatedAt": "2026-04-10T08:55:56.604Z", + "order": 0 + } + ] + } + ] + } + }, + { + "__typename": "ObjectEdge", + "node": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "universalIdentifier": "c22dd389-97fe-4acd-986b-658164831e2c", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories", + "isCustom": true, + "isRemote": false, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "labelIdentifierFieldMetadataId": "d635bcd1-14b8-4224-9617-ca7049448c02", + "imageIdentifierFieldMetadataId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "shortcut": null, + "isLabelSyncedWithName": false, + "isSearchable": true, + "duplicateCriteria": null, + "labelSingular": "Employment History", + "labelPlural": "Employment Histories", + "description": "", + "icon": "IconBriefcase", + "fieldsList": [ + { + "__typename": "Field", + "id": "df8422ab-94b3-444d-9260-6a2dae837e92", + "universalIdentifier": "8c6e32c6-a34b-43bf-9cd3-b406dd3890c6", + "type": "DATE_TIME", + "name": "createdAt", + "label": "Creation date", + "description": "Creation date", + "icon": "IconCalendar", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "619f978a-7a92-4d3e-80bc-f175a7433ec6", + "universalIdentifier": "484de46b-2cf2-422e-9ed0-0c4bd83c4ab4", + "type": "DATE_TIME", + "name": "deletedAt", + "label": "Deleted at", + "description": "Deletion date", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "785cc591-9ecc-4f32-8feb-8dd8513a8a27", + "universalIdentifier": "dd66e994-b86c-46d4-88c9-453ad9afc2b6", + "type": "ACTOR", + "name": "createdBy", + "label": "Created by", + "description": "The creator of the record", + "icon": "IconCreativeCommonsSa", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d635bcd1-14b8-4224-9617-ca7049448c02", + "universalIdentifier": "8e322657-c79c-4906-8567-ca4d4d0043fc", + "type": "UUID", + "name": "id", + "label": "Id", + "description": "Id", + "icon": "Icon123", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": true, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": "uuid", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "961ba946-27d3-4118-991e-18902391d04f", + "universalIdentifier": "8a5ad4cc-343f-4254-a7f6-a45740bfa8ae", + "type": "POSITION", + "name": "position", + "label": "Position", + "description": "Position", + "icon": "IconHierarchy2", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": 0, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "4773ed48-c385-4376-b1ec-159a161f3a58", + "universalIdentifier": "daaa2192-e887-4cdd-aa99-06fcdeb1d339", + "type": "TS_VECTOR", + "name": "searchVector", + "label": "Search vector", + "description": "Search vector", + "icon": "IconSearch", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": { + "asExpression": "to_tsvector('simple', NULL)", + "generatedType": "STORED" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "32400093-c166-4b32-9e30-4654864653d6", + "universalIdentifier": "1fc97009-73d5-4620-a6bd-517be489a3ba", + "type": "DATE_TIME", + "name": "updatedAt", + "label": "Last update", + "description": "Last time the record was changed", + "icon": "IconCalendarClock", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": "now", + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "10e38395-cf2b-439f-8973-e5d7d22d1e1e", + "universalIdentifier": "aa331022-c460-41ee-8e8d-ebe63a379e33", + "type": "ACTOR", + "name": "updatedBy", + "label": "Updated by", + "description": "The workspace member who last updated the record", + "icon": "IconUserCircle", + "isCustom": false, + "isActive": true, + "isSystem": true, + "isUIReadOnly": true, + "isNullable": false, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": { + "name": "''", + "source": "'MANUAL'" + }, + "options": null, + "settings": null, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": null, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "d0dc0fb2-3b80-4210-a44e-1b0eb070a42e", + "universalIdentifier": "2040a91d-aca6-4116-84b4-11cc111649d9", + "type": "RELATION", + "name": "timelineActivities", + "label": "Timeline Activities", + "description": "EmploymentHistories tied to the Timeline Activity", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "nameSingular": "timelineActivity", + "namePlural": "timelineActivities" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "d0dc0fb2-3b80-4210-a44e-1b0eb070a42e", + "name": "timelineActivities" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "461db274-f3c3-4b15-9469-ae20d14f8302", + "universalIdentifier": "c5896340-a6df-4984-9ae4-ef8af6399c4b", + "type": "RELATION", + "name": "attachments", + "label": "Attachments", + "description": "EmploymentHistories tied to the Attachment", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "nameSingular": "attachment", + "namePlural": "attachments" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "461db274-f3c3-4b15-9469-ae20d14f8302", + "name": "attachments" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "107f1410-5f59-489b-92b7-25ab6d3c7e48", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "a8b2d674-c83e-49e9-b909-916d23d96922", + "universalIdentifier": "b2d98be6-4796-485c-8909-ebd9778c4087", + "type": "RELATION", + "name": "noteTargets", + "label": "Note Targets", + "description": "EmploymentHistories tied to the Note Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "nameSingular": "noteTarget", + "namePlural": "noteTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "a8b2d674-c83e-49e9-b909-916d23d96922", + "name": "noteTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "0199b767-c816-43e5-ba5a-4bb7d4c25d23", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "0a270bd7-8003-42de-abff-ba3aa9d28dfc", + "universalIdentifier": "1fe9b9fd-e6be-4486-b085-cdfb9035b905", + "type": "RELATION", + "name": "taskTargets", + "label": "Task Targets", + "description": "EmploymentHistories tied to the Task Target", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "defaultValue": null, + "options": null, + "settings": { + "relationType": "ONE_TO_MANY" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "ONE_TO_MANY", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", + "nameSingular": "taskTarget", + "namePlural": "taskTargets" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "0a270bd7-8003-42de-abff-ba3aa9d28dfc", + "name": "taskTargets" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "02f05d27-8a15-4035-8bb3-8b6c7ee7b959", + "name": "target" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "2b1d0803-6079-4337-ba07-03660a4f72ad", + "universalIdentifier": "976778fd-b59a-4ada-8abf-29b9b3c8405f", + "type": "RELATION", + "name": "person", + "label": "Person", + "description": "EmploymentHistories Person", + "icon": "IconUser", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.826Z", + "updatedAt": "2026-04-10T08:56:00.826Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "personId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "nameSingular": "person", + "namePlural": "people" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "2b1d0803-6079-4337-ba07-03660a4f72ad", + "name": "person" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "66a76d17-14f3-4b98-b7bd-a880a5f1ad0c", + "name": "previousCompanies" + } + }, + "morphRelations": null + }, + { + "__typename": "Field", + "id": "3884e8c9-4f36-4870-952d-f5c173b9f894", + "universalIdentifier": "113c3f82-73bb-4361-9851-dfa1944e65c0", + "type": "RELATION", + "name": "company", + "label": "Company", + "description": "EmploymentHistories Company", + "icon": "IconBuildingSkyscraper", + "isCustom": true, + "isActive": true, + "isSystem": false, + "isUIReadOnly": false, + "isNullable": true, + "isUnique": false, + "createdAt": "2026-04-10T08:56:00.933Z", + "updatedAt": "2026-04-10T08:56:00.933Z", + "defaultValue": null, + "options": null, + "settings": { + "onDelete": "SET_NULL", + "relationType": "MANY_TO_ONE", + "joinColumnName": "companyId" + }, + "isLabelSyncedWithName": false, + "morphId": null, + "applicationId": "029204a9-b419-41d8-a483-57690c3d1a18", + "relation": { + "__typename": "Relation", + "type": "MANY_TO_ONE", + "sourceObjectMetadata": { + "__typename": "Object", + "id": "057951b6-46e0-4ae9-956a-b3b72f2cf800", + "nameSingular": "employmentHistory", + "namePlural": "employmentHistories" + }, + "targetObjectMetadata": { + "__typename": "Object", + "id": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "nameSingular": "company", + "namePlural": "companies" + }, + "sourceFieldMetadata": { + "__typename": "Field", + "id": "3884e8c9-4f36-4870-952d-f5c173b9f894", + "name": "company" + }, + "targetFieldMetadata": { + "__typename": "Field", + "id": "517382cf-5b85-466f-99ed-488f09d13ae9", + "name": "previousEmployees" + } + }, + "morphRelations": null + } + ], + "indexMetadataList": [ + { + "__typename": "Index", + "id": "eb8f9222-8017-421b-8fa7-891211461203", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", + "name": "IDX_41ec5c0beb67017cf45244d9fa0", + "indexWhereClause": null, + "indexType": "GIN", + "isUnique": false, + "isCustom": false, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "b5af6574-68f6-4995-8597-756380a569ae", + "fieldMetadataId": "4773ed48-c385-4376-b1ec-159a161f3a58", + "createdAt": "2026-04-10T08:55:58.938Z", + "updatedAt": "2026-04-10T08:55:58.938Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "8274d47a-7845-4cfa-9b61-651e66e39ab2", + "createdAt": "2026-04-10T08:56:00.826Z", + "updatedAt": "2026-04-10T08:56:00.826Z", + "name": "IDX_cbb4f48ac0e7d2d33d4c412394f", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "6a4130ce-331d-43d5-b9b5-a6e1b99cf36f", + "fieldMetadataId": "2b1d0803-6079-4337-ba07-03660a4f72ad", + "createdAt": "2026-04-10T08:56:00.838Z", + "updatedAt": "2026-04-10T08:56:00.838Z", + "order": 0 + } + ] + }, + { + "__typename": "Index", + "id": "8345dd22-1838-4fc6-a7ff-046cdbb585fc", + "createdAt": "2026-04-10T08:56:00.933Z", + "updatedAt": "2026-04-10T08:56:00.933Z", + "name": "IDX_9304b6d3edd8cfcae63547a9169", + "indexWhereClause": null, + "indexType": "BTREE", + "isUnique": false, + "isCustom": true, + "indexFieldMetadataList": [ + { + "__typename": "IndexField", + "id": "5e4cc95c-a319-4096-92c1-c01b760711ad", + "fieldMetadataId": "3884e8c9-4f36-4870-952d-f5c173b9f894", + "createdAt": "2026-04-10T08:56:00.946Z", + "updatedAt": "2026-04-10T08:56:00.946Z", "order": 0 } ] diff --git a/packages/twenty-front/src/testing/mock-data/generated/metadata/roles/mock-roles-data.ts b/packages/twenty-front/src/testing/mock-data/generated/metadata/roles/mock-roles-data.ts index ec7d53dc1c0..34d420f61d7 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/metadata/roles/mock-roles-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/metadata/roles/mock-roles-data.ts @@ -9,7 +9,7 @@ export const mockedRoles: Role[] = [ { "__typename": "Role", - "id": "28f0a741-33c8-4af0-8542-f9ca2ad43285", + "id": "5722c41f-6ed1-42e7-a61c-525a377d4a83", "label": "Admin", "description": "Admin role", "icon": "IconUserCog", @@ -34,7 +34,7 @@ export const mockedRoles: Role[] = "__typename": "ApiKeyForRole", "id": "20202020-f401-4d8a-a731-64d007c27bad", "name": "My api key", - "expiresAt": "2025-12-31T23:59:59.000Z", + "expiresAt": "2126-03-17T08:55:56.135Z", "revokedAt": null } ], @@ -54,7 +54,7 @@ export const mockedRoles: Role[] = }, { "__typename": "Role", - "id": "bd590ccc-8818-4a3f-8a02-e9c2ed290d1f", + "id": "7e1d1fc4-e9b2-4376-b052-0ddc77428863", "label": "Guest", "description": "Guest role", "icon": "IconUser", @@ -91,7 +91,7 @@ export const mockedRoles: Role[] = }, { "__typename": "Role", - "id": "157b0226-1283-47b1-8d76-b21a281408a7", + "id": "1e5b6baf-cd29-4d78-a3f1-55fb1fd27a81", "label": "Object-restricted", "description": "All permissions except read on Rockets and update on Pets", "icon": "custom", @@ -109,7 +109,7 @@ export const mockedRoles: Role[] = "objectPermissions": [ { "__typename": "ObjectPermission", - "objectMetadataId": "532838bd-be8c-40e7-8344-c1ae38c28361", + "objectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", "canReadObjectRecords": false, "canUpdateObjectRecords": false, "canSoftDeleteObjectRecords": false, @@ -120,7 +120,7 @@ export const mockedRoles: Role[] = }, { "__typename": "ObjectPermission", - "objectMetadataId": "6b348756-2824-4eff-ade4-4129abe625f8", + "objectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0", "canReadObjectRecords": true, "canUpdateObjectRecords": false, "canSoftDeleteObjectRecords": false, @@ -133,21 +133,21 @@ export const mockedRoles: Role[] = "fieldPermissions": [ { "__typename": "FieldPermission", - "objectMetadataId": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "fieldMetadataId": "c38ed21b-9e25-450e-a627-1085249ad83a", + "objectMetadataId": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "fieldMetadataId": "cda0c3bf-980e-4697-8583-93c6a772cf24", "canReadFieldValue": null, "canUpdateFieldValue": false, - "id": "48981fdf-7d25-4efa-9c44-a0f8fbcf9fcf", - "roleId": "157b0226-1283-47b1-8d76-b21a281408a7" + "id": "898e3794-f751-4b08-802f-6cc5ca04752a", + "roleId": "1e5b6baf-cd29-4d78-a3f1-55fb1fd27a81" }, { "__typename": "FieldPermission", - "objectMetadataId": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "fieldMetadataId": "0954834a-3adc-48d6-a07e-7b4645fb24f3", + "objectMetadataId": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", + "fieldMetadataId": "6b924609-14c9-42ea-84c4-4168d7e0d7ea", "canReadFieldValue": false, "canUpdateFieldValue": false, - "id": "b05b532c-2277-4129-8b3e-7be29a96d607", - "roleId": "157b0226-1283-47b1-8d76-b21a281408a7" + "id": "44a43971-c9f3-4078-917d-d37221a3ab8b", + "roleId": "1e5b6baf-cd29-4d78-a3f1-55fb1fd27a81" } ], "rowLevelPermissionPredicates": [], @@ -165,12 +165,12 @@ export const mockedRoles: Role[] = "userEmail": "tim@apple.dev" } ], - "apiKeys": [], - "agents": [] + "agents": [], + "apiKeys": [] }, { "__typename": "Role", - "id": "5e996a3a-496a-4686-ac21-c8074cf47ef2", + "id": "29de14e0-6efe-4b8a-81b4-e2be87a02860", "label": "Member", "description": "Member role", "icon": "IconUser", @@ -11202,7 +11202,7 @@ export const mockedRoles: Role[] = "userEmail": "richard.palmer1000@apple.dev" } ], - "apiKeys": [], - "agents": [] + "agents": [], + "apiKeys": [] } ]; diff --git a/packages/twenty-front/src/testing/mock-data/generated/metadata/views/mock-views-data.ts b/packages/twenty-front/src/testing/mock-data/generated/metadata/views/mock-views-data.ts index 1a8f43e900e..2e982419794 100644 --- a/packages/twenty-front/src/testing/mock-data/generated/metadata/views/mock-views-data.ts +++ b/packages/twenty-front/src/testing/mock-data/generated/metadata/views/mock-views-data.ts @@ -8,179 +8,8 @@ import { type ViewWithRelations } from '@/views/types/ViewWithRelations'; export const mockedViews: ViewWithRelations[] = [ { - "id": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "objectMetadataId": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "type": "FIELDS_WIDGET", - "key": null, - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "Pet Care Agreement Record Page Fields", - "viewFields": [ - { - "id": "739c7cf3-d523-4482-870d-d5a0bc4bab45", - "fieldMetadataId": "11576aee-6293-4ea2-9815-31c1001679aa", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "6a8d14f9-e4cf-4136-8d4e-0ab60e88fdb6", - "fieldMetadataId": "ea484985-032b-4da9-aa58-f2878c1b616f", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "db0c61db-7725-4133-b817-21c0f7c549b2", - "fieldMetadataId": "21e86098-eed0-457c-866c-4cb17cb11b4b", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 1, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "c4356f8c-fadf-4342-97cf-6b4d1edcd6b6", - "fieldMetadataId": "098de65c-5162-40b3-8179-d74bcad0e611", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 2, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "95f726bf-5253-458c-b18a-f007b0005ab2", - "fieldMetadataId": "632de67a-8c5d-47d6-a104-735735a0c5b3", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 3, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "d0795684-4cd6-4489-b6ee-282383b5535d", - "fieldMetadataId": "f5b274c5-52df-4432-a2b7-3eda97a6a830", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "dc81a90b-016a-4c3d-8a9f-5a401a957a47", - "fieldMetadataId": "21a198d3-b457-4e93-918b-702159135ac3", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "e1227b9f-c861-442f-a722-2f56c0210971", - "fieldMetadataId": "59df22b5-720d-429d-a927-85dfaf93b0c2", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "93747495-248d-4722-be99-2bb503011530", - "fieldMetadataId": "f5165e25-c5ce-4ccc-b547-ee831c4de6ff", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "f962ae7c-28bf-4020-946e-a2b7252c917b", - "fieldMetadataId": "19aa48dc-c57f-49a7-aac1-a5cbbd41bb35", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "e8880d23-bfda-4239-9c63-461f410783b9", - "fieldMetadataId": "71da3160-935c-4fe2-b931-bc519f56344f", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "b0dc3413-15a8-497e-b59c-daab3e46d5e3", - "fieldMetadataId": "46edb2f7-20fd-4696-b124-ef5e336ab84c", - "viewId": "9a77f9a8-f1ea-438d-a4da-91ac585054b7", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "objectMetadataId": "276bb040-9936-4d0d-99b2-3ea46efdbf43", + "id": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", + "objectMetadataId": "e810b473-155d-423f-8e0a-9c1bb95acb96", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -196,1419 +25,66 @@ export const mockedViews: ViewWithRelations[] = "calendarLayout": null, "visibility": "WORKSPACE", "createdByUserWorkspaceId": null, - "name": "All Attachments", + "name": "All Calendar Channel Event Associations", "viewFields": [ { - "id": "6ffc2e7f-25e2-483c-bea2-bbb48a4b4566", - "fieldMetadataId": "d379d9d0-732d-468c-9614-c698e4c9d9ed", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", + "id": "a2d301d1-16ec-467c-929d-3f7a964f6fa5", + "fieldMetadataId": "e0705c81-f3a5-4d17-a5ca-2538d238c43c", + "viewId": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "a9a93af9-5c5f-4304-9e14-5936c8c5ecc1", + "fieldMetadataId": "bec42de8-adc9-4df4-a41f-cd9ccd9172c0", + "viewId": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "1a6c63e1-81c0-40c7-9b30-328ae386addb", - "fieldMetadataId": "22a7e21a-80bd-4615-bee3-ae53074ad40b", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", + "id": "3ea3c4b9-2af8-4ce0-a585-98061b8ad70a", + "fieldMetadataId": "c4f3d0f0-4c6e-4fc0-a91a-9734cb98224c", + "viewId": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "8325eb9f-d2e4-4eeb-9044-a9f82f24cf36", - "fieldMetadataId": "a50a16b0-6b64-4336-97b9-8d5053d18a7c", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", + "id": "b82ea8af-769e-4764-91f2-4aeab59f4a16", + "fieldMetadataId": "2311b977-d3ac-46a1-9d30-1afef17e84a5", + "viewId": "60a187b4-5a48-4547-837e-b5c6c9d6f0fe", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "dd6382a8-a4b5-431b-9bc6-712ebdbd778b", - "fieldMetadataId": "67b197ec-91a2-42fa-bcf8-13625918a293", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "7e885e61-bdff-44cc-b0a3-a29876b78254", - "fieldMetadataId": "cdb8a8eb-4a4f-462c-892b-5109d6631522", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "cbe8e7d2-76d6-4fb2-9245-fee91db94612", - "fieldMetadataId": "5a615dbd-871f-438b-8a9e-fe19cbfa1c90", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "699fcf99-ae7f-4af8-9ae9-6ce3e1121a66", - "fieldMetadataId": "31da9583-3cf0-4112-af04-6b93eedd19ac", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 7, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "a7a26817-e816-4a27-b074-4171fe2bae0b", - "fieldMetadataId": "44570496-0a8f-4615-8a68-97c7fa44219d", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 8, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "bc40059a-6b09-43c4-ae50-675e141fd41e", - "fieldMetadataId": "903d61fc-bf09-4ccf-846e-8b700855b36c", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 9, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "f98197f6-fd99-4ab4-ab81-eb289918e978", - "fieldMetadataId": "b1645104-f89a-478a-a5ef-52effab514e8", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 10, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "1274b414-cd83-4595-a8be-ddf0a80ed42b", - "fieldMetadataId": "3146ccd8-8508-4f76-9d28-279c97aeb628", - "viewId": "4ec892ca-164e-45cc-915e-9c58c91a8240", - "isVisible": true, - "position": 0, - "size": 210, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "objectMetadataId": "7063c812-ee93-49ec-aae9-dfc1a3078ce6", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": "f7a48639-7b0a-4a53-8bab-00cad2e94ee2", - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Calendar Events", - "viewFields": [ - { - "id": "b0b64262-0a3a-4a4d-92c3-36e3a975b63e", - "fieldMetadataId": "5d03af86-bbfb-4e94-8053-6212543697ac", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "3f1552bb-19e9-4a41-9262-710c65894c39", - "fieldMetadataId": "f7a48639-7b0a-4a53-8bab-00cad2e94ee2", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "fe3d9c10-410c-4379-b82b-aa9a6ebc1951", - "fieldMetadataId": "e7fa3139-480e-4e92-a480-9396bdf23fdb", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "9222407c-e965-4a1d-9d6a-6ab023983128", - "fieldMetadataId": "282d3888-50d2-4c2b-a8de-0e3b279c447a", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 3, - "size": 100, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "5de30189-c102-4400-9f68-a858eb53c268", - "fieldMetadataId": "11f20dfb-79cd-4576-9bd0-85b0c59b0aa7", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "a439d32f-4b6f-4322-8628-283d768bfc64", - "fieldMetadataId": "4dbc9cf8-9c3f-40e4-9c6e-83fb2aa10892", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "19a401de-3be4-4a06-9644-4b761444c3ac", - "fieldMetadataId": "9d0c00e2-576f-46a1-a676-53926ee3c2ae", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 6, - "size": 100, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "0a2840ee-4d3f-4cc7-bac5-7b191bc1f3c7", - "fieldMetadataId": "e45458d7-7d52-41c0-885d-8341c44d78ff", - "viewId": "836291bc-f6d7-4edb-a292-5477cfb6c865", - "isVisible": true, - "position": 7, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "objectMetadataId": "f25b9e3e-610c-46a8-90da-0ccaa17dea89", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Companies", - "viewFields": [ - { - "id": "c93b06f7-a4da-45ee-844a-03e9d530f588", - "fieldMetadataId": "22f022bd-6ab1-42df-b7eb-f08d7f1b1a6d", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "71409398-e2d7-4055-8679-d2b79336debf", - "fieldMetadataId": "0745db32-3bc7-4475-9cbe-a6fede666d63", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 1, - "size": 100, - "aggregateOperation": "COUNT", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "4d37a408-2093-43d0-b489-0757a03947e9", - "fieldMetadataId": "2458a15f-4bc3-4bb3-a259-3c1bdd2117b5", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "f20c3ec1-1963-4074-8889-553b8e6798c8", - "fieldMetadataId": "ebe26ed0-4b68-48cc-b2d4-e23f3a5e265d", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "dd019deb-a1a1-4088-8699-cb76ce55d335", - "fieldMetadataId": "7ba060df-386f-4a00-87b8-1eca233b2e68", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "b3a54324-0156-4754-8ed6-78fa40b92615", - "fieldMetadataId": "c4bc7169-f7a5-4fb0-8fd8-0c4ae656089d", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": "MAX", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "0c535128-3973-453d-8e0a-4c97d7b506ab", - "fieldMetadataId": "0954834a-3adc-48d6-a07e-7b4645fb24f3", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 6, - "size": 170, - "aggregateOperation": "PERCENTAGE_EMPTY", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e44ef0d1-02f9-42ba-9463-d4e18f02f185", - "fieldMetadataId": "b0988fa7-da62-4465-b31d-a807ecf264ec", - "viewId": "123952b3-15d7-4674-aa2c-f5e21a0ef4b7", - "isVisible": true, - "position": 7, - "size": 170, - "aggregateOperation": "COUNT_NOT_EMPTY", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "aacdfdf3-fab0-4452-8cef-6b3a7cdae65d", - "objectMetadataId": "5f90b5d9-b823-4278-b3db-fc540f13936a", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Dashboards", - "viewFields": [ - { - "id": "d8e414b0-56b0-4eff-9cc0-7fcbf47ecde4", - "fieldMetadataId": "2cd07d9a-4167-4c91-9002-4f543a28f400", - "viewId": "aacdfdf3-fab0-4452-8cef-6b3a7cdae65d", - "isVisible": true, - "position": 0, - "size": 200, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "3959b180-44fb-4ba2-974c-72b44f957cdf", - "fieldMetadataId": "457e9c88-ff16-40eb-9c16-c1c5a6e3f828", - "viewId": "aacdfdf3-fab0-4452-8cef-6b3a7cdae65d", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "8d5b2124-39d3-4af7-bd8f-7bde1b526825", - "fieldMetadataId": "b3ff6a15-5e15-4ba5-8864-235828df13e2", - "viewId": "aacdfdf3-fab0-4452-8cef-6b3a7cdae65d", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "d16b3d3e-197e-4aa5-bf21-8b1cb537b2b8", - "fieldMetadataId": "7b0a89ad-99b1-4f96-a411-0ca71e80784f", - "viewId": "aacdfdf3-fab0-4452-8cef-6b3a7cdae65d", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "objectMetadataId": "ac31da17-9686-436d-80e4-5278dcd00e81", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Messages", - "viewFields": [ - { - "id": "ed24250e-5065-424e-9b1a-64543bdda7c3", - "fieldMetadataId": "5014da55-de66-491f-b7cc-2700c588cc56", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "81897360-2c7b-47de-8988-fb4725eef0aa", - "fieldMetadataId": "b177c805-4ff4-4c09-8c28-1c9ed81a09f6", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "6e3ff04f-fd36-4b95-b911-90245a971cd7", - "fieldMetadataId": "4ffdf98f-6607-4fd0-a646-1c4ca6a1e77a", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "54582c14-e99a-45bf-8f8e-62591efc0e38", - "fieldMetadataId": "28edc2a0-e125-4189-ad42-37618f395678", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "50a19c56-7502-4953-b76b-637e204594f4", - "fieldMetadataId": "f724990f-93e6-420f-8318-d518c4c64727", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "38015216-8ab5-4ef8-a596-be934e27c853", - "fieldMetadataId": "4922fff2-2120-4bce-9567-f7ecc21a9fa2", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 5, - "size": 200, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e84d670a-c389-4a5f-951f-377ac8758c4e", - "fieldMetadataId": "c37b7a9c-202b-4122-912e-c095b6bb760e", - "viewId": "4a04398f-b3b0-4e7b-a90e-5621cad963eb", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "0ceee953-bd55-4217-93a6-269db4289def", - "objectMetadataId": "26f62a07-444a-44b2-abf6-70037ab95e25", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Message Threads", - "viewFields": [ - { - "id": "9a11457f-969a-4649-a659-dc8b862f8967", - "fieldMetadataId": "ff159b75-37ac-4745-8b55-6d72f84c992a", - "viewId": "0ceee953-bd55-4217-93a6-269db4289def", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "dcf426f1-15f3-4cea-9a26-700b518d3275", - "fieldMetadataId": "cbe35973-5189-49d4-9f9c-62e14b4ba532", - "viewId": "0ceee953-bd55-4217-93a6-269db4289def", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "objectMetadataId": "1691dfbb-f84a-4fe8-acd4-a7f35e7673a7", - "type": "TABLE", - "key": "INDEX", - "icon": "IconNotes", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Notes", - "viewFields": [ - { - "id": "1fe789ff-1ccc-40d3-a833-6c85c6416af4", - "fieldMetadataId": "f0ce714d-d63d-46d3-a112-e7ef30b52703", - "viewId": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "isVisible": true, - "position": 0, - "size": 210, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "affd811d-85ba-4687-9340-b6a48284b94e", - "fieldMetadataId": "1acbbea8-76dd-4a1e-9d2e-fdbebc1efe1f", - "viewId": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e3ea9ef2-d104-4e19-baa4-521dbea1f31f", - "fieldMetadataId": "71961f86-5386-4cc9-b23a-39fc5c1c7c5e", - "viewId": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "ec134e07-d76a-4a41-ac73-b053f778e9b1", - "fieldMetadataId": "fc818f5d-a41d-4213-8919-00aa67a76cff", - "viewId": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "922fee83-e1dc-4200-8ce9-3cb83e586b99", - "fieldMetadataId": "d8c58aba-09e6-4c9e-bda1-6d885465c8ec", - "viewId": "9e10e56a-a3f7-40e0-a9dd-a34ddbc4a709", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "objectMetadataId": "fcdd4a77-be2c-4d55-90bd-40bd1c3db68e", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Note Targets", - "viewFields": [ - { - "id": "1968f8f6-fea7-4132-8ea7-ecce60efa7cd", - "fieldMetadataId": "36027089-61d6-48e8-bb7a-61249ff1bb0b", - "viewId": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "isVisible": true, - "position": 0, - "size": 210, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "cd6a55dc-4428-440e-b96d-89599f45f716", - "fieldMetadataId": "9c7ac0eb-cbb9-4043-bc79-a6350611d037", - "viewId": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "06f9af8d-8c6d-42ad-8f08-9cb999baef68", - "fieldMetadataId": "24e72ed6-7f06-4533-969d-88920f629d32", - "viewId": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e8177bdc-9121-423a-a9d1-7e24eb9cbf07", - "fieldMetadataId": "757b63bb-1b11-496d-8939-f16ad85e8387", - "viewId": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e5d69d8c-4c5e-4298-b715-bb24830662da", - "fieldMetadataId": "ae386ffb-ec86-4eb4-b583-625897a42223", - "viewId": "0ae79b9a-48cc-45b3-83ab-fc465ca4a6f4", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "objectMetadataId": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Opportunities", - "viewFields": [ - { - "id": "355c269f-edbd-4814-96d5-82bc8913c218", - "fieldMetadataId": "73870ebe-aaa9-4a39-8487-5de19361629b", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 0, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "ca53d201-a47c-4de8-b9b5-1f306a79458f", - "fieldMetadataId": "6b13a3ed-cd1c-477e-ba31-6db7b5062836", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": "AVG", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "54efb948-f1e0-408e-9225-9be6122e4025", - "fieldMetadataId": "84911608-039f-4baa-8aeb-97b5d035298c", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "9f2bbf13-49b1-4146-a658-ee5b05a6b588", - "fieldMetadataId": "1460b2b7-d1f9-423f-92d3-3d99106b886c", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": "MIN", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "24e8c076-74c3-4f58-88d4-f7a6a8192a17", - "fieldMetadataId": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "f2088876-6240-4b48-83d2-07a38f2e7138", - "fieldMetadataId": "6550d04e-1509-4f3d-946d-ba6694eb8605", - "viewId": "580054a7-0fb9-4193-b93b-ebe8dfe2a6e8", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "72f3a145-471c-4f38-b50a-ce975584faa4", - "objectMetadataId": "6b348756-2824-4eff-ade4-4129abe625f8", - "type": "FIELDS_WIDGET", - "key": null, - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "Pet Record Page Fields", - "viewFields": [ - { - "id": "3ad13c90-3fe6-4e1d-938b-d8fc97112f56", - "fieldMetadataId": "1f9f3c79-d695-4802-bc94-aeed27a3e018", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "af322d43-2e4e-4108-a1d2-67068d617333", - "fieldMetadataId": "32a344f6-f9c8-4288-8707-b11f22e1d99b", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "e0251cc7-3f36-4090-992d-39dc121b8846", - "fieldMetadataId": "2a944f7a-f105-43a5-9736-0d3f9924f2e5", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 1, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "c2d242e9-5bff-4ee7-91a2-6fd87e47e37c", - "fieldMetadataId": "30faf848-06fc-4eaf-9e44-23375651aec1", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 2, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "39fa92ed-105d-4204-89f8-1c2a4ab5e44a", - "fieldMetadataId": "090ea353-4dfb-40f2-9595-cc0664f02ffd", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 3, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "cb93cd5e-4b20-4567-a837-fcd7b333fd2e", - "fieldMetadataId": "86cdb011-25bc-4d99-b8a3-b8fcc15eec4c", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "7387b396-f4cd-4c17-96a6-40df90b66702", - "fieldMetadataId": "3530b13b-24c2-4e2b-8c8b-a041727d0049", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "25bceeff-4c52-444d-8ad8-08ee0bbcd7c2", - "fieldMetadataId": "cd90d262-aa96-40be-a9ec-638d2cc8a7cb", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "aee5c55d-7dfb-468e-b112-03deefa5804c", - "fieldMetadataId": "c3b04d6e-4644-4a6d-8949-5c2476574aa3", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "bb5413cf-7bff-4dfd-b49e-ae8ed8e5511e", - "fieldMetadataId": "90830515-2b58-4398-bdd5-cbe9408a2680", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "5b5707e2-039a-4ce7-9f4a-68dad57ba3b3", - "fieldMetadataId": "cc148bdf-b070-4bdf-9ae0-21005ce6ff77", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "67b70023-dae7-4882-8145-83b43593c45f", - "fieldMetadataId": "5aa9be29-57c9-4f2a-968d-47bb2762e383", - "viewId": "72f3a145-471c-4f38-b50a-ce975584faa4", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "objectMetadataId": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "viewFields": [ - { - "id": "61e708b5-1957-4a21-b733-0f25c3fc7464", - "fieldMetadataId": "3dddc5e7-6368-456b-9a4f-92d339d1d908", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "6aa24c17-4882-4cbc-b5e0-f66cde59285e", - "fieldMetadataId": "4fa22829-910f-4477-ac53-b84d23aea7a4", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 1, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "e542019b-52a5-4227-9a04-2bbb108981b3", - "fieldMetadataId": "94754291-ce50-4a58-94dc-e09090a2e24c", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 2, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "d65d1cf4-89af-487c-b1fb-831fcaed441f", - "fieldMetadataId": "5a742a69-3ab7-409b-917b-51aff530422f", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 3, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "acf3c8a9-6ea6-407c-932e-b7f2df57bca7", - "fieldMetadataId": "c74af810-d3a9-430c-8c1d-907585314e9f", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "93d4b457-d9dc-45db-a5f4-236e600c0730", - "fieldMetadataId": "a7ff940a-c878-4e47-b38f-5fac3562f967", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "4756bc08-c04b-4bbb-8849-f9361734d910", - "fieldMetadataId": "fcce470e-e050-4664-a896-b68fcdf16df7", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "58e737d1-caf4-4756-bc65-158a0a3d07dc", - "fieldMetadataId": "b76ebb15-79f9-4c32-ba83-a6c613e53903", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "16ea3d6f-a4a0-4ad3-bf20-7c5e308ec412", - "fieldMetadataId": "4f610fea-70c9-4c2c-97a6-c036867042ba", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "7d96d50a-4f0c-4d8c-ab50-a56b998a81f9", - "fieldMetadataId": "eaa82229-6523-48f0-8159-ce9cfa4fb88e", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "f8f29288-e882-4193-9acd-303793290bb0", - "fieldMetadataId": "b6e33f88-009c-4d8c-8593-0ca8c023247d", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "9a318fc8-7ca3-4850-be04-9ce0a9842ab4", - "fieldMetadataId": "e04459a5-f37b-47d1-9afe-829e4255fd3f", - "viewId": "aabb1623-2f9d-40fe-8176-3de8e38ea388", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], "viewFieldGroups": [], - "name": "All Survey results" - }, - { - "id": "1941b34d-6291-4406-8e24-5fe45584f195", - "objectMetadataId": "11fd51ad-0cf7-4537-94df-052e7a4262fd", - "type": "FIELDS_WIDGET", - "key": null, - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "Survey result Record Page Fields", - "viewFields": [ - { - "id": "740658f8-9ce4-4a1d-861a-91c4e8b42ec4", - "fieldMetadataId": "3dddc5e7-6368-456b-9a4f-92d339d1d908", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "6351c757-0bba-4669-9e33-29b37847856c", - "fieldMetadataId": "4fa22829-910f-4477-ac53-b84d23aea7a4", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 1, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "e54b01dd-aa92-4ae1-8140-4df460cfd297", - "fieldMetadataId": "94754291-ce50-4a58-94dc-e09090a2e24c", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 2, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "923699ff-2d4e-4936-8b38-e028b556c3f2", - "fieldMetadataId": "5a742a69-3ab7-409b-917b-51aff530422f", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 3, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "563dd881-375a-43a8-b2c6-5c4b857fad38", - "fieldMetadataId": "c74af810-d3a9-430c-8c1d-907585314e9f", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "f0acc2a1-1d69-4575-88f0-f3219d2dcb67", - "fieldMetadataId": "a7ff940a-c878-4e47-b38f-5fac3562f967", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "c5237b41-e986-46c1-974b-e11cf6c98f52", - "fieldMetadataId": "fcce470e-e050-4664-a896-b68fcdf16df7", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "3e67865c-0de6-4801-b4e2-0657e32650ab", - "fieldMetadataId": "b76ebb15-79f9-4c32-ba83-a6c613e53903", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "02f6741a-211c-4eee-aeda-a0b508287798", - "fieldMetadataId": "4f610fea-70c9-4c2c-97a6-c036867042ba", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "c5c77f4b-a265-4c27-b133-d70c7326f118", - "fieldMetadataId": "eaa82229-6523-48f0-8159-ce9cfa4fb88e", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "be666f2f-8c81-47f7-9dee-ee9d04911c4d", - "fieldMetadataId": "b6e33f88-009c-4d8c-8593-0ca8c023247d", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - }, - { - "id": "59fd8121-66c4-4b53-957b-4b4ebdda306a", - "fieldMetadataId": "e04459a5-f37b-47d1-9afe-829e4255fd3f", - "viewId": "1941b34d-6291-4406-8e24-5fe45584f195", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.667Z", - "updatedAt": "2026-02-27T01:17:27.667Z", - "deletedAt": null - } - ], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "objectMetadataId": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", + "id": "0942a4f0-62a8-45d9-964d-a7254236e774", + "objectMetadataId": "adbffcd0-bb69-408a-bbd1-1ee7264689d5", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -1624,162 +100,78 @@ export const mockedViews: ViewWithRelations[] = "calendarLayout": null, "visibility": "WORKSPACE", "createdByUserWorkspaceId": null, + "name": "All Connected Accounts", "viewFields": [ { - "id": "6ca0685f-aa7f-43f2-a14b-7275ec25e6eb", - "fieldMetadataId": "116e5496-8644-4de2-ba2e-6c8b9352fae6", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", + "id": "198fb4ad-fc3e-4010-962c-a3831e9d3d7d", + "fieldMetadataId": "85f2cac1-498d-4edd-99fc-3b75c0a74acd", + "viewId": "0942a4f0-62a8-45d9-964d-a7254236e774", "isVisible": true, "position": 0, - "size": 180, + "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "d50c1deb-cdc5-40e0-9864-6f6cde1e0375", - "fieldMetadataId": "beae987b-7ddb-49d4-968f-4dfef6a39083", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", + "id": "32b50b22-ef6b-4b78-a665-77bfecc3b658", + "fieldMetadataId": "bb3d6543-a93c-4690-b67d-bc59176d15fd", + "viewId": "0942a4f0-62a8-45d9-964d-a7254236e774", "isVisible": true, "position": 1, - "size": 180, + "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "2fdd415d-e6fc-4233-a24a-846f7054f867", - "fieldMetadataId": "edb25594-ea31-4a99-b526-80c1ae0edd6e", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", + "id": "84fca5fd-f411-4d4e-9936-a0cdab8ad391", + "fieldMetadataId": "79c19070-8786-4d4f-83cd-d20699bce82d", + "viewId": "0942a4f0-62a8-45d9-964d-a7254236e774", "isVisible": true, "position": 2, - "size": 180, + "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "459687ea-8e75-4bb2-84d0-17f0886982ec", - "fieldMetadataId": "73809330-42b5-4790-81ec-fac18a3acec9", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", + "id": "01b7c110-b983-4162-ac3e-1712506552cd", + "fieldMetadataId": "c1be085b-57ff-4845-b5ee-3360bc610ff5", + "viewId": "0942a4f0-62a8-45d9-964d-a7254236e774", "isVisible": true, "position": 3, - "size": 180, + "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "13e499aa-de0b-4db6-bf57-79a7bee75051", - "fieldMetadataId": "63be169f-afcb-4b37-89fc-4ca6542367c0", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", + "id": "f91c7512-f271-4f87-b063-f86659aa85e4", + "fieldMetadataId": "384b095a-baf6-44ad-8aa8-5688b17a9d12", + "viewId": "0942a4f0-62a8-45d9-964d-a7254236e774", "isVisible": true, "position": 4, - "size": 180, + "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "ff8fd089-23c2-48fe-8fdf-f036d1b0f66a", - "fieldMetadataId": "34042c3e-b91e-4496-8dd3-fb7800fd8108", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "775421d2-b32b-45d1-9e66-b457469e8b96", - "fieldMetadataId": "250eabc1-d6f3-462f-b3a7-3a1ea7fcfeec", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "a36fd605-c41a-457e-a826-6bcc639d0d36", - "fieldMetadataId": "d11c027b-bcdc-49bc-ab6b-87c7e35b8755", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "d85847a9-5ae1-4710-b3c5-496b3437b5cf", - "fieldMetadataId": "d8f02374-471c-48db-a8c7-85a86a0f7c53", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "1cdbaf7e-6fbf-4039-8e22-426eaa2e5dc2", - "fieldMetadataId": "06883dd7-75c6-4538-8d0f-1f30f6be4d9c", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "eda1b55a-0725-4d95-99ef-b5b895be27ec", - "fieldMetadataId": "ed6f71a0-2b17-4fd9-af77-dbfb5184ee8f", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "25d625ba-9f7d-4b66-b8d4-bc84cc1fd64e", - "fieldMetadataId": "5d3c4923-b4f0-4959-bce0-48e6be052104", - "viewId": "1c96690f-dfc9-4c40-8cf6-6903b968f8b6", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [], - "name": "All Employment Histories" + "viewGroups": [] }, { - "id": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "objectMetadataId": "324b82f8-4b90-445a-bdc1-87ed7f30ac80", + "id": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", + "objectMetadataId": "057951b6-46e0-4ae9-956a-b3b72f2cf800", "type": "FIELDS_WIDGET", "key": null, "icon": "IconList", @@ -1798,600 +190,63 @@ export const mockedViews: ViewWithRelations[] = "name": "Employment History Record Page Fields", "viewFields": [ { - "id": "941eb37c-2901-448c-b6c2-d39358d4e178", - "fieldMetadataId": "116e5496-8644-4de2-ba2e-6c8b9352fae6", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", + "id": "d211f8dc-2251-46f0-b380-952c37554e41", + "fieldMetadataId": "df8422ab-94b3-444d-9260-6a2dae837e92", + "viewId": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", "isVisible": true, "position": 0, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:59.085Z", + "updatedAt": "2026-04-10T08:55:59.085Z", "deletedAt": null }, { - "id": "7840a53c-369f-49a0-8955-d6d2a4f1d6a1", - "fieldMetadataId": "beae987b-7ddb-49d4-968f-4dfef6a39083", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", + "id": "92243432-afd7-4e56-bdc5-b914331520d9", + "fieldMetadataId": "785cc591-9ecc-4f32-8feb-8dd8513a8a27", + "viewId": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", "isVisible": true, "position": 1, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:59.085Z", + "updatedAt": "2026-04-10T08:55:59.085Z", "deletedAt": null }, { - "id": "47f5c51a-21b1-433b-8df5-b3b699eb37f9", - "fieldMetadataId": "edb25594-ea31-4a99-b526-80c1ae0edd6e", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", + "id": "5b41d243-ada6-412a-b4ab-05e02730ad73", + "fieldMetadataId": "32400093-c166-4b32-9e30-4654864653d6", + "viewId": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", "isVisible": true, "position": 2, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:59.085Z", + "updatedAt": "2026-04-10T08:55:59.085Z", "deletedAt": null }, { - "id": "e46ce940-277b-4ad2-a497-42258df530b1", - "fieldMetadataId": "73809330-42b5-4790-81ec-fac18a3acec9", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", + "id": "30e0abfc-45ed-4c56-9519-2afe7a722cef", + "fieldMetadataId": "10e38395-cf2b-439f-8973-e5d7d22d1e1e", + "viewId": "26e7f82d-d380-4e4c-ade0-52a3c0855b18", "isVisible": true, "position": 3, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "d3b0bfc6-0cd9-4a58-b016-501b085b74c8", - "fieldMetadataId": "63be169f-afcb-4b37-89fc-4ca6542367c0", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "081fbeda-6a9e-465a-8f0d-69026d817755", - "fieldMetadataId": "34042c3e-b91e-4496-8dd3-fb7800fd8108", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "fee2f843-156c-4340-8bc4-8684733e4a49", - "fieldMetadataId": "250eabc1-d6f3-462f-b3a7-3a1ea7fcfeec", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "f03a5450-f2a0-4d49-8398-66e796b87d9a", - "fieldMetadataId": "d11c027b-bcdc-49bc-ab6b-87c7e35b8755", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "a5c53ea3-6bf9-43ab-9866-2c564fc37334", - "fieldMetadataId": "d8f02374-471c-48db-a8c7-85a86a0f7c53", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "73a9aeaf-a385-486b-ba5e-418bb516b924", - "fieldMetadataId": "06883dd7-75c6-4538-8d0f-1f30f6be4d9c", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "a61721cf-4154-43ef-b32f-71ef8fa0a3ce", - "fieldMetadataId": "ed6f71a0-2b17-4fd9-af77-dbfb5184ee8f", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", - "deletedAt": null - }, - { - "id": "eb5aef53-e7ee-4c47-9ed1-949c62e9a0f1", - "fieldMetadataId": "5d3c4923-b4f0-4959-bce0-48e6be052104", - "viewId": "9f45c2fb-4d8a-4aa6-bd43-9ab278c03d2f", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.840Z", - "updatedAt": "2026-02-27T01:17:27.840Z", + "createdAt": "2026-04-10T08:55:59.085Z", + "updatedAt": "2026-04-10T08:55:59.085Z", "deletedAt": null } ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "objectMetadataId": "0dfc94d4-5e0c-4a87-b788-4e572405a527", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "viewFields": [ - { - "id": "c81c5ec1-ea69-4a5d-bfd6-0af71f2784c5", - "fieldMetadataId": "ea484985-032b-4da9-aa58-f2878c1b616f", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 0, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "67de3f0b-7ea6-49cc-8040-84726fb51c47", - "fieldMetadataId": "21e86098-eed0-457c-866c-4cb17cb11b4b", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 1, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "21e09cea-4de0-4534-b05e-71bb0b715acb", - "fieldMetadataId": "098de65c-5162-40b3-8179-d74bcad0e611", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 2, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "b469fbca-018e-45cd-9b76-b1e2a525b434", - "fieldMetadataId": "632de67a-8c5d-47d6-a104-735735a0c5b3", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 3, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "80b3b6a5-5bf2-4bf0-80fd-01b84a8595f1", - "fieldMetadataId": "f5b274c5-52df-4432-a2b7-3eda97a6a830", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "ef9f0b92-c3bc-4f27-8f6d-9e3fcb4cab43", - "fieldMetadataId": "21a198d3-b457-4e93-918b-702159135ac3", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "169936f2-8238-45f0-a469-fb8ae405f7a5", - "fieldMetadataId": "59df22b5-720d-429d-a927-85dfaf93b0c2", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "d9c00e02-fbf8-42d7-afdf-80b8b2980821", - "fieldMetadataId": "f5165e25-c5ce-4ccc-b547-ee831c4de6ff", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "334c0297-bb73-4b07-8cd7-acaf3e1225f7", - "fieldMetadataId": "19aa48dc-c57f-49a7-aac1-a5cbbd41bb35", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "3ab478bc-24e5-493c-b5d7-adf5ca0a4174", - "fieldMetadataId": "71da3160-935c-4fe2-b931-bc519f56344f", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "47921e61-e1f7-4e82-91f2-64edf8ae22f2", - "fieldMetadataId": "46edb2f7-20fd-4696-b124-ef5e336ab84c", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - }, - { - "id": "a96485c4-64a8-4694-911f-86c8eb5c5348", - "fieldMetadataId": "11576aee-6293-4ea2-9815-31c1001679aa", - "viewId": "efdbaee1-5bdf-4366-88e7-2ec9b35c2a8f", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.955Z", - "updatedAt": "2026-02-27T01:17:27.955Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], "viewFieldGroups": [], - "name": "All Pet Care Agreements" - }, - { - "id": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "objectMetadataId": "8847c51c-8289-4ad7-9e07-8d20f5126e16", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All People", - "viewFields": [ - { - "id": "ea1176ab-0a42-478f-ba8d-01fafe3f0f59", - "fieldMetadataId": "ca449ef8-9e1f-4068-a495-aa0637aaa2f5", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 0, - "size": 210, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "4cb0ddf0-5d71-40d7-91cb-cf2e77d8f78d", - "fieldMetadataId": "f846b233-9ac7-4222-88d5-f06ea1d97543", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": "COUNT_UNIQUE_VALUES", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "40b58d15-0e96-43f2-a21c-75107afbbbe4", - "fieldMetadataId": "45a32fb5-0ebf-4a4f-a272-3d3ea1fafb7a", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "13b3e219-7177-4fe3-b8dc-baeab8042985", - "fieldMetadataId": "bb9817f1-4487-4cfc-b743-6a5cd374cd78", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "baf18dd8-f048-4655-8128-d85e948ec944", - "fieldMetadataId": "7fb5b899-ee4a-43db-ae10-36f9688b130b", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": "PERCENTAGE_EMPTY", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "3b879b9e-bd67-4227-9241-818fde095575", - "fieldMetadataId": "18f17d62-517d-4619-b4f6-391bd54a63ad", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": "MIN", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "fb2e4aa8-1225-45b8-a788-e86f12eadfc9", - "fieldMetadataId": "c38ed21b-9e25-450e-a627-1085249ad83a", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "7d1c318d-461c-43da-9c4c-45f6575b3e20", - "fieldMetadataId": "fa1ea693-2dd8-4ce5-8f18-ee29709d2142", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 7, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "cb8599ce-8af7-4382-ae30-de875eea0192", - "fieldMetadataId": "31b75aea-4480-4bcb-a721-c7e865779d81", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 8, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "b26a928f-742d-4de5-bb2f-b0eedfefe618", - "fieldMetadataId": "e7c52f56-410c-457d-8fe3-7c07b373d1a5", - "viewId": "b565bc45-7edb-47d9-a4b1-0258a2fe8322", - "isVisible": true, - "position": 9, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "b19183db-da5f-4d05-8507-0097ab7c7267", - "objectMetadataId": "919364e3-e0b3-4ea3-9e9b-07001572881c", - "type": "TABLE", - "key": "INDEX", - "icon": "IconList", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "All Tasks", - "viewFields": [ - { - "id": "eecec4e1-e231-4d43-9714-e8dd33354790", - "fieldMetadataId": "7f90d9d3-0e7a-4392-bc59-535efbe5ff3c", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 0, - "size": 210, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "3056153a-7347-48e4-ac0b-8c51d1aac433", - "fieldMetadataId": "f7bf94fe-1cbc-42e0-8b2c-0e8ef1ed8c64", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "dee1e64b-062c-4be8-b9b8-379035303a8d", - "fieldMetadataId": "017ad6e6-1e18-47fc-abe3-5c332eca430f", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "ea191b55-de84-4ca4-bca7-f96c2c18ee2b", - "fieldMetadataId": "e7b03c49-574d-4e0c-9999-96a06e00441d", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "bb16b110-0f53-48f8-96a3-b5bba08d40e3", - "fieldMetadataId": "bdb36854-d68b-472c-8b10-c4f484b95f00", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "e253eebc-ac0a-4957-8da1-7aaf0429e723", - "fieldMetadataId": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "9d899cb4-23df-4c85-86a1-0203d919e301", - "fieldMetadataId": "15cffcf2-ed38-4ee1-956a-d8bc9d2bef16", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 7, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "80b7a1e2-522f-424b-9128-aabd2c5728f2", - "fieldMetadataId": "2d31c009-a760-4817-80c9-060998d14ba6", - "viewId": "b19183db-da5f-4d05-8507-0097ab7c7267", - "isVisible": true, - "position": 8, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "dca8802b-ca95-4eb3-9be7-04560b981432", - "objectMetadataId": "72aa36e3-0859-482d-b07f-23ef43e557f5", + "id": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", + "objectMetadataId": "2dfdc710-c2c7-4453-b4cc-c7bed9b49fb3", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -2410,75 +265,75 @@ export const mockedViews: ViewWithRelations[] = "name": "All Task Targets", "viewFields": [ { - "id": "1742a743-0c88-4fe4-ae7b-88d3c04dea73", - "fieldMetadataId": "2950701d-9a1d-4217-89d8-8b075cad6ec0", - "viewId": "dca8802b-ca95-4eb3-9be7-04560b981432", + "id": "73ddd1d3-e4e2-4de4-b11b-3dfeb2ca7d91", + "fieldMetadataId": "3c551b83-e8c0-4fd0-b43e-a51f0d3a408c", + "viewId": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "isVisible": true, "position": 0, "size": 210, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "9b236589-424d-4a5f-9c6c-dd25d62bdd6a", - "fieldMetadataId": "40044cb8-94ea-4468-92d1-7cd0c2aaf748", - "viewId": "dca8802b-ca95-4eb3-9be7-04560b981432", + "id": "4b20fb6e-2473-4160-bfd7-d4f4702dcc1a", + "fieldMetadataId": "cccd1738-3b69-4297-bfd2-741438ccc9ef", + "viewId": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "b38b7462-eb40-4e2c-81bd-5f74ba72f089", - "fieldMetadataId": "61d23471-5a4f-442e-ac77-98d2b4322b61", - "viewId": "dca8802b-ca95-4eb3-9be7-04560b981432", + "id": "31a44c78-74b1-4a8f-92df-e3213b6b4e54", + "fieldMetadataId": "9b6366e9-b9cf-484a-b2f6-c6d1fdbacba8", + "viewId": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "ae4e9104-6818-4cb0-bf23-1afbcf90d131", - "fieldMetadataId": "d7f6546e-0759-456d-a45d-abf106898378", - "viewId": "dca8802b-ca95-4eb3-9be7-04560b981432", + "id": "5ebf80f3-17a7-40d5-9c71-e7c92a26e90b", + "fieldMetadataId": "d45c7be7-5da6-4d96-90c1-430ead90ef28", + "viewId": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "e37425c9-9d5a-4ddf-b3a5-08808a015cf7", - "fieldMetadataId": "be913b69-a9db-4fb6-b803-9be42723ca99", - "viewId": "dca8802b-ca95-4eb3-9be7-04560b981432", + "id": "5e8d2d6d-d50f-443c-94d0-7018b212e2b2", + "fieldMetadataId": "37d2f96d-57a2-4a6e-b927-55ec410d38ed", + "viewId": "d5c1b806-87c7-47b5-9044-9f275e5b62dd", "isVisible": true, "position": 4, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", - "objectMetadataId": "64d19806-f11a-493e-af13-2059861c8139", + "id": "54b1698a-ffa9-4e94-b8c0-eb326884429f", + "objectMetadataId": "29a80d39-c931-4ed2-8ae7-8eac638f7f95", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -2494,162 +349,570 @@ export const mockedViews: ViewWithRelations[] = "calendarLayout": null, "visibility": "WORKSPACE", "createdByUserWorkspaceId": null, - "name": "All Timeline Activities", + "name": "All Companies", "viewFields": [ { - "id": "4834d531-041d-4a40-ac45-ec522059a044", - "fieldMetadataId": "581495fa-a57c-4332-87cc-1850e3e7be1e", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "55f587e8-8bfe-4b43-94d7-78b6a29a6156", + "fieldMetadataId": "50c85704-9c8e-4e30-8a86-dc6adb756999", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 0, - "size": 210, + "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "2343486c-9c2a-4404-8d64-a1a3d81f6b5b", - "fieldMetadataId": "583b91a0-07d8-4a57-9fd6-7e5411b4c79b", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "f31da196-f41e-4b12-be6d-d781ebc54002", + "fieldMetadataId": "be9fd5e1-ca36-4b91-ba14-22a5ab409e92", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "size": 100, + "aggregateOperation": "COUNT", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "9279fa3d-6f94-4914-afbe-6dd4f29f12dd", - "fieldMetadataId": "b2727db1-04db-4642-a8cb-27a0df069005", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "c89ca11a-e6f1-4c67-87d2-09e97dda8cd4", + "fieldMetadataId": "4dd7cdf7-d750-499b-97d6-7867f3e78522", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "ecc91f5a-248a-488a-8e12-b41c1d14bdb6", - "fieldMetadataId": "4d8e1cd3-2778-48fd-b53a-0006430df933", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "35dd5a68-1ac9-4ca8-9abe-d4b80e6d5f8e", + "fieldMetadataId": "3360fc0b-4b0b-4bea-af03-4806838e6135", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "22b67fbf-4ddb-439f-bac2-2b76b623223c", - "fieldMetadataId": "2f2f768d-e4e1-4efe-8628-5606abef4e4c", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "6f664380-c5cd-488f-ad24-a53cfa71a70e", + "fieldMetadataId": "dda89c2c-0e5f-4974-ae06-30b27026d076", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 4, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "3c659fe9-a5a2-4c99-a4fd-d2d30dffc263", - "fieldMetadataId": "0e56d6a8-35e4-4591-a69d-eea8ee702b5c", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "b3ed2ed7-14ae-490c-bb2a-d716da1f3437", + "fieldMetadataId": "ca4b3167-af54-47a8-a34b-928a27c1e7dc", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", "isVisible": true, "position": 5, "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "aggregateOperation": "MAX", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "755931ff-d18f-4214-933c-be379ea592b4", - "fieldMetadataId": "0504556f-c47b-4b74-9bd8-29e53d12fd3b", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "2bf58ecc-dc56-46dd-8776-f50e80503dd6", + "fieldMetadataId": "6b924609-14c9-42ea-84c4-4168d7e0d7ea", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", + "isVisible": true, + "position": 6, + "size": 170, + "aggregateOperation": "PERCENTAGE_EMPTY", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "05896119-bd49-48fa-9f0b-d03a1b71d755", + "fieldMetadataId": "e99bcd0c-7523-4c18-b8cf-7d8aaba32b34", + "viewId": "54b1698a-ffa9-4e94-b8c0-eb326884429f", + "isVisible": true, + "position": 7, + "size": 170, + "aggregateOperation": "COUNT_NOT_EMPTY", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "objectMetadataId": "2e0d7477-8143-4d8f-bc36-2b4f92cbd101", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All People", + "viewFields": [ + { + "id": "f0222901-bd68-4cb9-aa6c-243e8fdbdebe", + "fieldMetadataId": "1b86fb74-25cf-4228-af97-b6a479643407", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "3b30b994-038b-4674-9b03-3952a33cacf3", + "fieldMetadataId": "6da4fe6e-e6b2-4775-ba42-254ccde28e08", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": "COUNT_UNIQUE_VALUES", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "9c8b2761-d1d3-4368-8d79-f40dce8185dd", + "fieldMetadataId": "21aa492e-7824-4276-ac01-65b22df821c7", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "be008b2c-0604-4fd0-b205-be3f5f3a6f55", + "fieldMetadataId": "289e5729-b5af-4371-8d6a-749c4418d10e", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "15afc561-a8b4-4484-a068-a5641753a85e", + "fieldMetadataId": "ddcfc60d-305e-4474-b168-194a54bff24c", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": "PERCENTAGE_EMPTY", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "a278de94-ede9-49fa-b318-f62e85e7e54e", + "fieldMetadataId": "56a4314e-3874-43d4-b92c-011a12f4f8b4", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": "MIN", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "72fb68df-7070-4d81-80d9-b552b9f94ff5", + "fieldMetadataId": "cda0c3bf-980e-4697-8583-93c6a772cf24", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", "isVisible": true, "position": 6, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "95e1b7bd-35c5-4d74-9a4d-67890c9aab60", - "fieldMetadataId": "96989642-cbee-49e9-97ee-9dcbce6ce61a", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "80c588fd-cc55-4acd-99c5-f94aa29b3ce8", + "fieldMetadataId": "449872df-5656-4bd8-847e-02de0ec2c8ce", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", "isVisible": true, "position": 7, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "b1fc2020-e992-4732-8dd5-d4113de8a381", - "fieldMetadataId": "94ddf355-e729-4a37-8558-5b50ced499d0", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "32c4b0e3-d377-47bb-a4d4-dc3313949edf", + "fieldMetadataId": "af47fad3-f7b6-443d-accb-9e0b849267d1", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", "isVisible": true, "position": 8, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "172e0965-5707-4660-8715-79ce20d3c837", - "fieldMetadataId": "fbec850c-ca94-4696-8a05-bf2aa2aa43ed", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", + "id": "a3306915-0070-4119-8f20-1c868766261e", + "fieldMetadataId": "5f20a19c-05d4-40ef-b153-bdb98a0c5a83", + "viewId": "63a3a574-c3a5-4903-b975-10d96fb7f53a", "isVisible": true, "position": 9, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "561bccde-c7f9-4cb1-b65d-e9873831b732", - "fieldMetadataId": "a3e3b5bb-869e-4f85-a198-2555b5489db8", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", - "isVisible": true, - "position": 10, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "455ee2ff-a059-439d-9728-907d2864ace7", - "fieldMetadataId": "9394ad17-cd2e-4473-87e7-3208eb3ad5d3", - "viewId": "a4e22630-4fd8-462b-b0bf-4c0756bf38d3", - "isVisible": true, - "position": 11, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", - "objectMetadataId": "d738b5e9-3366-4d9e-bfd9-bc2324028f33", + "id": "81127daa-f46d-4c7c-8db1-716705c89b44", + "objectMetadataId": "d493b617-19c8-4cbb-a50f-c084e4b9f276", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Opportunities", + "viewFields": [ + { + "id": "6e12a591-aa6d-4215-880b-d52911c35651", + "fieldMetadataId": "ba2f93fe-248e-47f7-83b4-00189ca53e24", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "dd1bdf5c-8c3b-42d4-8f36-e3b00f8127c4", + "fieldMetadataId": "0a5ea35b-95e9-4771-aa43-32ae368e6353", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": "AVG", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "40cf6ab9-7830-4b41-b273-80c0d1573391", + "fieldMetadataId": "3cbbe6de-5427-442c-be81-e8d2d9aa7aaa", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "0cb7bb4a-e5f6-446e-88d5-2b26ece3a2b1", + "fieldMetadataId": "1e61c502-37d1-4be0-ba9e-b0ab0e41dd0f", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": "MIN", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "360b76d5-7936-4afc-af52-7eb89dcd8e1a", + "fieldMetadataId": "4cafe09c-e246-4de8-a4f3-8c60e1186395", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "a80340c5-3fe0-4730-9a6d-d3555ed0089d", + "fieldMetadataId": "6a300914-eab8-43a6-ac46-3745c0497de1", + "viewId": "81127daa-f46d-4c7c-8db1-716705c89b44", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "objectMetadataId": "254e79a9-80e6-4841-b22c-2d67b04d97d6", + "type": "TABLE", + "key": "INDEX", + "icon": "IconNotes", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Notes", + "viewFields": [ + { + "id": "9ca11959-0c94-435c-a517-bd72bb82a698", + "fieldMetadataId": "a5f99b30-3b36-4fbb-935c-bcdf28183247", + "viewId": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "baac955c-7b0b-4374-bc21-622386e606a5", + "fieldMetadataId": "479ffe1d-18e3-4a7d-a5b5-933a85d631c9", + "viewId": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "d7f12869-0c0e-414b-bdb2-76fe6bc0eb96", + "fieldMetadataId": "37141cc3-71e1-436f-9ae9-9375282aad2d", + "viewId": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "03654d58-689a-45d7-a1e4-0251b19b5433", + "fieldMetadataId": "b57052bd-8f64-4b50-86cb-2426e5122b51", + "viewId": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "49eac7d4-038c-4f3c-89ea-ebf5ef002097", + "fieldMetadataId": "216e70d0-3b8c-43e7-bc25-7ff85da6399f", + "viewId": "a2e8fcd2-53c0-41e5-a433-95b00f565ca3", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Tasks", + "viewFields": [ + { + "id": "d4c7d4cb-5e86-436f-9be0-52c7e15c0ba7", + "fieldMetadataId": "eee1262f-7a1a-45d0-b957-9ed79862383c", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "69f6bc0c-cf75-4b05-8e5b-4e018a073cb3", + "fieldMetadataId": "26683fc8-cecf-4ad7-a820-48bc570115e4", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "246b5e6f-9431-4f9e-80cf-21cf5ee30d00", + "fieldMetadataId": "fd453c2e-5802-44d0-9404-7d733f115477", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "b68f6a9a-26f9-41cc-b4a8-09a8f79b0640", + "fieldMetadataId": "a1221c46-de88-46ee-b87a-5eb0c7854552", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f3b87d59-446a-40bd-a05e-052c4b506d75", + "fieldMetadataId": "1dc0adc0-8ceb-499f-ba3d-8ebe1236218f", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "3582cbdd-5892-4c14-a74d-d3fbbc61d30f", + "fieldMetadataId": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "3f38d164-0dd1-47f1-a17c-ec1ab9b4c068", + "fieldMetadataId": "405c7276-f196-4921-be74-8d5acdd01ace", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f5aca31a-ff63-48ae-af59-5091b644eaa4", + "fieldMetadataId": "7a0509f4-0585-4fd7-af94-7278de9f907a", + "viewId": "a3a0aec8-388a-4147-b853-ddb75245f7fa", + "isVisible": true, + "position": 8, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", + "objectMetadataId": "a3c473c4-6f08-4fa1-8ece-e429bb3cfce9", "type": "TABLE", "key": "INDEX", "icon": "IconTable", @@ -2668,150 +931,87 @@ export const mockedViews: ViewWithRelations[] = "name": "All Workflows", "viewFields": [ { - "id": "dd99a4a8-9e64-4f29-869d-94477e384fcb", - "fieldMetadataId": "f301e223-384e-4a56-b80e-8b84f733ca3b", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "99547a61-c4b5-46e7-9343-3a5f7e50a508", + "fieldMetadataId": "83ab1b71-c43f-4e6e-bc58-5bdaa93d6525", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 0, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "7ad88fa6-e552-4f23-9bfc-81f4d98d672a", - "fieldMetadataId": "8e2f3d90-866d-4b5f-b9b3-f96822010533", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "54f6a6fe-df40-4d7b-80e6-89cc4c50a95b", + "fieldMetadataId": "79041349-60ca-4734-b67f-90c0399ebd95", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "a9c93bca-45a0-4737-a264-bcef07636981", - "fieldMetadataId": "a2b6e0eb-1319-488a-8a34-0a49d3a344cc", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "d1d7d8e0-6008-494c-97ab-ea4a30994cb0", + "fieldMetadataId": "20b7c1ac-b5a6-429c-ab26-f03ab5ff7f9c", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "07e2096b-11f2-4b1b-b0ca-f2682f4941e8", - "fieldMetadataId": "3020144e-007d-40bf-b06f-e1357078d3f9", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "576889e5-029c-42a8-9bb8-3853c6845c96", + "fieldMetadataId": "c2cf98eb-91d3-4ec7-abbf-879c478043de", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "e6997071-1749-44f3-b019-cb91bd3fbe5a", - "fieldMetadataId": "0a87b634-8df5-471e-a593-9722294e5367", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "87658751-ee9a-4a25-97be-a21ac77aaa46", + "fieldMetadataId": "76c53f11-472b-48c6-bb3e-61d052035d09", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 4, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "8d511a93-dc9c-4247-b211-4b465b770512", - "fieldMetadataId": "19b372d2-98a4-4bb1-9ba7-6d326162ec1a", - "viewId": "fbcbcef2-9812-44ee-b4de-3ea16dbadc18", + "id": "600edd45-12bb-436f-af4f-296234d24068", + "fieldMetadataId": "39a29e02-a472-4c7e-b70c-68fded3c6aa7", + "viewId": "64f8cabc-2bb7-48da-a137-05b1f4c99eb7", "isVisible": true, "position": 5, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "d4e6ffc1-e8e1-4132-a4b1-71d1ec6fa6ca", - "objectMetadataId": "613d9797-95db-4eaa-99b2-1814b529f26b", - "type": "TABLE", - "key": "INDEX", - "icon": "IconPlayerPlay", - "position": 0, - "isCompact": false, - "openRecordIn": "SIDE_PANEL", - "kanbanAggregateOperation": null, - "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": null, - "shouldHideEmptyGroups": false, - "anyFieldFilterValue": null, - "calendarFieldMetadataId": null, - "calendarLayout": null, - "visibility": "WORKSPACE", - "createdByUserWorkspaceId": null, - "name": "Runs", - "viewFields": [ - { - "id": "5bdc095b-6f38-483e-9e92-5499c586efaf", - "fieldMetadataId": "d3b34ccf-3a54-46cd-ad2f-d37479807295", - "viewId": "d4e6ffc1-e8e1-4132-a4b1-71d1ec6fa6ca", - "isVisible": true, - "position": 0, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "447e56ee-dd94-4a66-b748-b9df23200b1f", - "fieldMetadataId": "1554dabd-cb9c-469a-9f0c-9c04d8d026bf", - "viewId": "d4e6ffc1-e8e1-4132-a4b1-71d1ec6fa6ca", - "isVisible": true, - "position": 1, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "fe683bbd-ee55-448f-8012-2b41fa520736", - "fieldMetadataId": "029a4058-0a5f-41fa-82ad-3fd8bb8e60ad", - "viewId": "d4e6ffc1-e8e1-4132-a4b1-71d1ec6fa6ca", - "isVisible": true, - "position": 2, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - } - ], - "viewFilters": [], - "viewFilterGroups": [], - "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] - }, - { - "id": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", - "objectMetadataId": "54bf871f-e183-471f-a66c-309507af74da", + "id": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", + "objectMetadataId": "2f5f0567-c6f1-48f7-bd11-19f316d4395a", "type": "TABLE", "key": "INDEX", "icon": "IconRestore", @@ -2830,75 +1030,693 @@ export const mockedViews: ViewWithRelations[] = "name": "Versions", "viewFields": [ { - "id": "c8c83760-e31d-4baa-8f76-2441fe74a419", - "fieldMetadataId": "d4edcdea-25ae-48cc-8423-c7a456e92ebb", - "viewId": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", + "id": "006aa700-bb11-4a82-af31-354a35581bde", + "fieldMetadataId": "9b0a0e4e-e140-4cf8-9217-6a4667365c0e", + "viewId": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "isVisible": true, "position": 0, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "b132342d-2a2c-4f75-9b8d-d838897ba3e2", - "fieldMetadataId": "b53ff967-d031-4948-8511-244de53d3e1c", - "viewId": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", + "id": "709dcae4-28c1-4fd5-a1e8-96fb2d42bba7", + "fieldMetadataId": "0ffcd8dd-44bb-44d6-bcdb-9f9b50a70c13", + "viewId": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "6a782fad-c5f8-4fdd-a028-6bc8a9ab339b", - "fieldMetadataId": "b5c76c44-5aea-418c-b9df-0d6575a3a4c7", - "viewId": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", + "id": "25a3f975-9a52-406a-8f2c-98e2b49d7fe4", + "fieldMetadataId": "f92dc9f5-60a4-41c4-9ac5-24074e45d827", + "viewId": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "c346f2f6-f227-4bf9-bbe7-c9a66e764f6e", - "fieldMetadataId": "8283c602-19de-4212-a860-67bac80041d5", - "viewId": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", + "id": "2f333876-d4a7-4084-9f16-e7d8da82ed7c", + "fieldMetadataId": "d383580f-aa5e-46ee-b26d-3b9bba78eada", + "viewId": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "147f5472-2cf5-4299-a51c-acbaa53c3a3c", - "fieldMetadataId": "4686750d-3e69-4f1d-a191-360e627e2f60", - "viewId": "e4dae4df-94a9-484c-b9e8-bf3e5943b218", + "id": "1fb4781c-521b-4bc6-bac1-1621b71b8856", + "fieldMetadataId": "89b6fc02-8fc4-4095-8083-228aaf435ba5", + "viewId": "143fc3c5-ca1c-40fc-a1e2-286b114cae59", "isVisible": true, "position": 4, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "679e7a05-4562-4f42-8920-d5ef82d5cb5d", - "objectMetadataId": "e6723828-4d1e-4780-a758-a7996e788b0a", + "id": "88e1e49c-8cf7-4fc6-9e84-7577f217cdff", + "objectMetadataId": "61d7672d-5c4f-42e1-812e-99eb0a2565de", + "type": "TABLE", + "key": "INDEX", + "icon": "IconPlayerPlay", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "Runs", + "viewFields": [ + { + "id": "5c444645-e097-4d65-9fba-3667928c166b", + "fieldMetadataId": "5ae70c32-669a-4346-b8d0-660e858e26df", + "viewId": "88e1e49c-8cf7-4fc6-9e84-7577f217cdff", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "46fbda41-d936-4b14-a745-77eefc4a4129", + "fieldMetadataId": "d211e714-0333-4459-909a-d7af75740429", + "viewId": "88e1e49c-8cf7-4fc6-9e84-7577f217cdff", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "256a2dea-c835-4c8c-824b-ad4051cc5291", + "fieldMetadataId": "eee629f7-dcb0-4303-94c7-b8cf441c9cc9", + "viewId": "88e1e49c-8cf7-4fc6-9e84-7577f217cdff", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "300589ec-0a27-4b05-b8b8-af86942c8ff6", + "objectMetadataId": "e2e2a576-9631-4bba-8a15-88a3dc4d84a1", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Dashboards", + "viewFields": [ + { + "id": "4521142b-390e-4d85-b7bc-69484bd3860a", + "fieldMetadataId": "447dbffe-f0f5-47c3-8d2c-ac448a452a1e", + "viewId": "300589ec-0a27-4b05-b8b8-af86942c8ff6", + "isVisible": true, + "position": 0, + "size": 200, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "6d0c5943-494f-41df-a728-db3b5c857ba3", + "fieldMetadataId": "85f49d4b-a296-4db6-bd4e-b3e9e3642781", + "viewId": "300589ec-0a27-4b05-b8b8-af86942c8ff6", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "372e55bf-f71f-4fdb-8c34-813f1d478c34", + "fieldMetadataId": "f150ffd0-a97b-435b-bf0d-cb40f72ed31a", + "viewId": "300589ec-0a27-4b05-b8b8-af86942c8ff6", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "53d62907-8d4a-43b7-b2f5-38956cb15881", + "fieldMetadataId": "46008e68-0414-4584-a478-92086e5daadb", + "viewId": "300589ec-0a27-4b05-b8b8-af86942c8ff6", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "objectMetadataId": "bcdaa361-9ee6-4c8e-81c2-711fd330e5b2", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Timeline Activities", + "viewFields": [ + { + "id": "fd820900-4d28-4915-8a0a-9654417b2dd5", + "fieldMetadataId": "d09704f0-057d-48ed-8278-3d673d5eb467", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "dba3c875-bc13-457b-b94c-e2f153ecc063", + "fieldMetadataId": "4b8645d6-fba0-4c90-bc0f-57e40496c32e", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4b3a273e-4e8c-4532-8549-12daa5e6dc3d", + "fieldMetadataId": "4d4bd383-4192-4d4b-84cf-c98d49e51eb6", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "df95fc05-6b54-4291-8606-a45ca5c28268", + "fieldMetadataId": "bac81eaa-2f04-4ccf-9dc8-726cc919edc3", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "29e6af13-f953-44e8-b367-f83f5e3c51b4", + "fieldMetadataId": "0419db16-5fd4-4306-bd1d-ea0b1dde5349", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "da2f36dd-99c5-4779-ab81-e49ef4fce905", + "fieldMetadataId": "4bdf6505-6c16-4c96-833c-2f9c8ef0f226", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "9b0fe1bd-0fd2-4c1e-b954-6b6e26a247c2", + "fieldMetadataId": "a19cc27a-f3aa-453e-8a98-c74cc5e7a909", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "5fce069c-0cfd-4fcb-92c4-bb761bb1248a", + "fieldMetadataId": "d88ca30e-2d50-4a21-9146-775ac32adbe2", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "5813b964-446d-4fa8-8cf5-19279be0d794", + "fieldMetadataId": "b01af7d6-a3b3-45a3-a7cc-d4c491586227", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 8, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "19fa21fb-8219-49ce-8c4d-08165ed18ce8", + "fieldMetadataId": "be701e56-6716-4254-a8b3-a2c3cf2a7ec9", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 9, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "93b1c527-baf8-4726-8d0d-98155e32e8a4", + "fieldMetadataId": "a1cc36c1-9dfb-4e35-b843-84b86a511602", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 10, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "13bf8425-63e1-4793-9857-3d3a58ff1ed5", + "fieldMetadataId": "cfa4073b-a5e6-4e0e-8a73-6d29fda7adb1", + "viewId": "fcec3e0b-2ccf-44ca-9066-94921f6553dc", + "isVisible": true, + "position": 11, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "objectMetadataId": "f7d73428-92b5-46e1-9b2f-6c079f743ab2", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": "501e9e6f-e1c3-49fa-80c5-50ce232121fa", + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Calendar events", + "viewFields": [ + { + "id": "aa63ed34-9cd2-4040-af37-cdedd07560d7", + "fieldMetadataId": "63d7dfdd-ccca-410b-9686-f2ad8428496a", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "b67cc441-1243-45d7-a937-67937a5c483a", + "fieldMetadataId": "501e9e6f-e1c3-49fa-80c5-50ce232121fa", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "92b3117f-096d-43bc-b7b5-7ac2003c7c51", + "fieldMetadataId": "84aba543-5fc8-4e82-9f4a-7b79c87fe0bc", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "2bdbae4b-a075-48ce-a703-e365ecc861d3", + "fieldMetadataId": "37f9a5cf-3cac-42fc-9c53-e9767adf842a", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 3, + "size": 100, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "ac25cf15-2ead-466f-a39e-2fecad8ff49c", + "fieldMetadataId": "3949b601-221e-4a6a-bb1e-40f75aae9f37", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "2f303165-128f-43f6-8993-4ed5e98bcb17", + "fieldMetadataId": "68eee8bf-4a0f-4dc0-a1e2-5ba1aab74c52", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "8464cfff-a65c-4e4d-b69f-d7f976d0bd6b", + "fieldMetadataId": "c91f142e-f52d-4842-b7a6-12e0dc273ca8", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 6, + "size": 100, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4cbdaa30-857f-49af-bd00-1d90faee5c85", + "fieldMetadataId": "3624068b-68c9-471e-b356-094659552e64", + "viewId": "af0c8229-8337-4889-946b-0986ad5e7d9c", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "350645b7-e8ca-4649-af33-b88d8628c223", + "objectMetadataId": "1365b607-7ba1-4a6a-9c32-3f284b77de7f", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Messages", + "viewFields": [ + { + "id": "3b499fd6-bf10-4088-95e1-cb24a804809b", + "fieldMetadataId": "d87675ee-1d19-4658-8037-daec3e00b718", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "726f9f8d-6242-4761-a39a-31f092dc07f6", + "fieldMetadataId": "29300185-1d79-463d-a013-e37d3f4ff31b", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "5028f9a8-f1ba-4ce5-8564-0a9e25cea81b", + "fieldMetadataId": "bc3e8a90-21c6-4828-9cac-60fa0677f469", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "a30ba72a-be5f-4cb7-a705-ededa1e1b46b", + "fieldMetadataId": "d4c2675c-b983-4703-9aaf-a6afc4e5d464", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "46f45701-a4d6-489a-82b3-72c6085c465d", + "fieldMetadataId": "2d480e16-7c88-4b98-871b-5f5e585c11b7", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 4, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "990bd4f0-f6f4-4723-bdfa-20bc0c1f1d25", + "fieldMetadataId": "04280f71-884b-4104-a325-7850550a80b7", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 5, + "size": 200, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "d24f7a50-7675-4c2a-a31b-420ae1209343", + "fieldMetadataId": "a9f5f608-7ea0-4143-a146-d0594a22c068", + "viewId": "350645b7-e8ca-4649-af33-b88d8628c223", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "8c1a3f7a-352f-4496-8af8-5498b207aa93", + "objectMetadataId": "cd9f8eee-25e6-497b-9dcc-29c5071d8493", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Threads", + "viewFields": [ + { + "id": "a4abeeb5-2c7c-4fe0-a683-b373ab36db98", + "fieldMetadataId": "453d499a-47bf-4ea0-be5e-9c2acbf7a464", + "viewId": "8c1a3f7a-352f-4496-8af8-5498b207aa93", + "isVisible": true, + "position": 0, + "size": 300, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "66ec9b0d-39ae-4bb3-a57d-dd893ad38fd2", + "fieldMetadataId": "922255d0-f996-4cb4-87fc-963d90bc4839", + "viewId": "8c1a3f7a-352f-4496-8af8-5498b207aa93", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "8863402d-25dd-426f-a3a3-1f73b411e2e6", + "fieldMetadataId": "d7c6f0e4-7e50-4231-b539-4c8efc8ac1c0", + "viewId": "8c1a3f7a-352f-4496-8af8-5498b207aa93", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "12c33e35-96f9-48f0-b58d-7862819155d7", + "fieldMetadataId": "8df7088a-5af2-43f0-b766-5a3becd63943", + "viewId": "8c1a3f7a-352f-4496-8af8-5498b207aa93", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "d4d23736-5ed3-4c71-8dec-7756e4af009c", + "objectMetadataId": "5fd99bf8-8a88-4bed-aa6c-8ff34e43b0d0", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -2917,63 +1735,63 @@ export const mockedViews: ViewWithRelations[] = "name": "All Workspace Members", "viewFields": [ { - "id": "277fa976-07e8-4aa7-9ebe-ef0e3d2e70f8", - "fieldMetadataId": "5cb19fe2-0520-4dec-bc24-2e16a2dc9588", - "viewId": "679e7a05-4562-4f42-8920-d5ef82d5cb5d", + "id": "337b7338-0e2c-4a7d-9beb-64d556e53112", + "fieldMetadataId": "d8ff93be-5b55-4e4b-af50-20eb2f38320c", + "viewId": "d4d23736-5ed3-4c71-8dec-7756e4af009c", "isVisible": true, "position": 0, "size": 210, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "35fc6de3-1b07-44b4-80ee-460bef3c7605", - "fieldMetadataId": "40127007-983c-487e-aad4-7931b5388a07", - "viewId": "679e7a05-4562-4f42-8920-d5ef82d5cb5d", + "id": "85df5b88-4ba7-4ba8-9615-d76b54460d00", + "fieldMetadataId": "7d2e8bbf-7921-42be-9ebd-24de25c53e11", + "viewId": "d4d23736-5ed3-4c71-8dec-7756e4af009c", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "6f860a03-0442-4d49-b815-6e69c914140a", - "fieldMetadataId": "33c895f2-e6ec-4d2f-b0c0-391e041c04a4", - "viewId": "679e7a05-4562-4f42-8920-d5ef82d5cb5d", + "id": "3aa33b07-b77d-4427-b2a8-85f28fbd7494", + "fieldMetadataId": "1c8c30f7-a362-4fb1-8bd7-41571f82bbdb", + "viewId": "d4d23736-5ed3-4c71-8dec-7756e4af009c", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "fe84a714-f182-4851-8e41-716eba2ae510", - "fieldMetadataId": "70156151-d92a-49ab-8f18-fb1ede8ccf09", - "viewId": "679e7a05-4562-4f42-8920-d5ef82d5cb5d", + "id": "d2e3f596-5ad4-4e28-abd2-83edc1783803", + "fieldMetadataId": "51b68440-8d4c-4ca2-9f6a-51215884e937", + "viewId": "d4d23736-5ed3-4c71-8dec-7756e4af009c", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "objectMetadataId": "532838bd-be8c-40e7-8344-c1ae38c28361", + "id": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", + "objectMetadataId": "057951b6-46e0-4ae9-956a-b3b72f2cf800", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -2989,162 +1807,1293 @@ export const mockedViews: ViewWithRelations[] = "calendarLayout": null, "visibility": "WORKSPACE", "createdByUserWorkspaceId": null, + "name": "All Employment Histories", "viewFields": [ { - "id": "76b7232b-236d-4a5e-add9-758f1a16e999", - "fieldMetadataId": "5c5a439c-f4e4-458b-b0a4-d496a3b0e71a", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", + "id": "5cfb1b11-676a-4437-84b3-e843e2f8ab03", + "fieldMetadataId": "d635bcd1-14b8-4224-9617-ca7049448c02", + "viewId": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", "isVisible": true, "position": 0, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "deletedAt": null }, { - "id": "ec84abdf-6c65-4077-acbe-421a9bb10a3f", - "fieldMetadataId": "804861ca-679b-41ff-97f1-86aefbdc47fe", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", + "id": "108a769a-2049-49db-9ca3-bf83af6c4ee9", + "fieldMetadataId": "df8422ab-94b3-444d-9260-6a2dae837e92", + "viewId": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", "isVisible": true, "position": 1, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "deletedAt": null }, { - "id": "05a6ca59-19e0-49d9-a185-09f1f29f842c", - "fieldMetadataId": "348fc208-0205-4b01-8d48-a1e2733bd4f2", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", + "id": "c4e44078-cbca-4336-b71b-6200df648d99", + "fieldMetadataId": "785cc591-9ecc-4f32-8feb-8dd8513a8a27", + "viewId": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", "isVisible": true, "position": 2, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "deletedAt": null }, { - "id": "3a105367-5e44-49b1-9aff-72e2d65c21ca", - "fieldMetadataId": "a7d4422a-989f-43c7-b1be-37ead1806bed", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", + "id": "9ea2475f-f586-425d-837a-2434f04a163c", + "fieldMetadataId": "32400093-c166-4b32-9e30-4654864653d6", + "viewId": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", "isVisible": true, "position": 3, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "deletedAt": null }, { - "id": "0cced348-9bf2-4344-a33e-6625f813acde", - "fieldMetadataId": "a3a30a4d-b0a3-4fe8-8994-9b26ad0ff30f", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", + "id": "8abd2147-222d-496e-b80a-aee999014f9a", + "fieldMetadataId": "10e38395-cf2b-439f-8973-e5d7d22d1e1e", + "viewId": "a1a9e352-58c3-4926-bc19-a6ec1c3c526e", "isVisible": true, "position": 4, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "70754215-f05a-4383-b8f7-c1165f27f2aa", - "fieldMetadataId": "5760a2ed-5811-421b-b5b9-5b8f2450aa2d", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "9703b6cd-1995-4cd9-9925-db2457a4cc0b", - "fieldMetadataId": "c3a364bb-a0d5-433d-937f-e291179b994a", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "2d6937d7-85d3-4506-9bf4-eb78b0cfaeb1", - "fieldMetadataId": "2366a1fb-80e5-4ec3-89e0-a86d3ffc0f74", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "b637dd33-12b3-462f-8efa-43866fc1b470", - "fieldMetadataId": "c9a81cb8-d1a2-4091-8637-60b79c71813a", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "b24633b8-5ca0-4a80-ac25-2f018b69dde7", - "fieldMetadataId": "1e3199b0-d19c-4e51-8f3e-fb1471febb98", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "4c2c1a2a-0f37-45cc-9539-32037221b1b8", - "fieldMetadataId": "23d12b1b-64a2-4c69-9fed-f9cb33cb05a7", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "b0d48794-913b-421e-8f4b-03518a32207c", - "fieldMetadataId": "e1c6b2d8-889e-49a0-8343-1df45b593641", - "viewId": "d7acbb01-5896-4cf3-9a8f-1da3fc0ccaad", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:58.898Z", + "updatedAt": "2026-04-10T08:55:58.898Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [], - "name": "All Rockets" + "viewGroups": [] }, { - "id": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "objectMetadataId": "532838bd-be8c-40e7-8344-c1ae38c28361", + "id": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "objectMetadataId": "ce1549f6-1cb8-4f47-ba55-16d5a399a235", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Calendar Channels", + "viewFields": [ + { + "id": "dc5a25c2-4607-4305-832e-b33ced1e2405", + "fieldMetadataId": "69b7ac11-8c50-4617-b393-3929e3db4680", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "1589e3bd-28d1-46d1-97f5-bb1e21934fbc", + "fieldMetadataId": "5d7b0dea-da5e-4d91-9386-51736d9376f7", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "88d18909-dcc7-4dfb-8a01-41a9bdaf644b", + "fieldMetadataId": "90bc665d-de8f-4a40-9d03-2d9b38e52538", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "380587f7-fc83-4a6c-8dab-122e74ad13fa", + "fieldMetadataId": "6954dda7-87ea-42b1-8835-86eb7691b82b", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "1956603a-dc27-48e8-9eec-cdb4b35e954a", + "fieldMetadataId": "69cfb5ac-6896-484b-8d74-f5bd19e9d626", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "2fd6998f-d851-4f7d-b4c2-1a17a9b49e1b", + "fieldMetadataId": "ccd015f8-5ae0-410d-9bcd-efd88397468a", + "viewId": "0641fc4f-b4ba-4074-a6e2-2d8d7826064e", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "cccea524-558f-49c0-8657-c07bc3610c23", + "objectMetadataId": "713c3680-8982-49e3-b7dc-8d6002ac13aa", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Attachments", + "viewFields": [ + { + "id": "b43aa771-380d-4d18-8b8f-a095c0b2c28f", + "fieldMetadataId": "b127a5d9-2bd4-480f-bb9a-6eca0dbf250e", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "92348376-55e5-4926-ac2d-2bca832e6d1a", + "fieldMetadataId": "7189c704-e8c9-4af9-a210-971c89622de9", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "28d3c728-b93e-4872-a207-caf554ce182e", + "fieldMetadataId": "be6421f7-36b0-47fe-8c91-c25ab463d116", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "c5be2067-9ef2-46ec-8808-879df4e49c3c", + "fieldMetadataId": "c3356c06-297d-4ef2-8e4d-2820b0fd0de7", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "90bf2207-db65-42ef-a160-75717200db63", + "fieldMetadataId": "15b79e25-b452-4d89-830a-7114b5cb90fb", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "3f03de6d-cd33-4122-baf3-3e08046c20d1", + "fieldMetadataId": "3c9f2ba9-9b86-49fd-bf80-8a22bd92e4f2", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "88b88817-bb5f-4c62-9aa4-0fcd5b9e034e", + "fieldMetadataId": "31ae8ec0-6420-45ee-a1fd-1eec7001ceeb", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "e9efb260-c945-4a9d-9b55-c7bec21bd739", + "fieldMetadataId": "ae582030-95d6-4057-a2c5-10f64b0a1bc4", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "1157555a-e92b-4cac-a5e7-8f5f775f93fc", + "fieldMetadataId": "3c73fafe-86c3-4c92-88dd-2a6cd954a597", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 8, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "e02a625c-b078-4b4d-88f9-46a37c99f345", + "fieldMetadataId": "5411dfb2-6a93-4269-99c2-b7c75eb424ab", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 9, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "c9866ff9-fccf-4676-9f20-9435fa5f964b", + "fieldMetadataId": "e90fbfe3-ee49-4ed7-a2e3-0af1bc0d52a5", + "viewId": "cccea524-558f-49c0-8657-c07bc3610c23", + "isVisible": true, + "position": 10, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "objectMetadataId": "6cafc7d5-9a81-4f0e-8cdc-a28cb4987bac", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Calendar event participants", + "viewFields": [ + { + "id": "70ac6fef-edbf-422e-8a6f-fd3dd1507b92", + "fieldMetadataId": "e0a6eefc-a74b-40fa-9ca6-eac3c67455a3", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "af7ae322-739a-4a54-991c-218770b76bcc", + "fieldMetadataId": "dea2cce3-9296-4263-82f2-dc8e2e1c6402", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "51a02779-d996-4aee-baca-46ef15f20f0c", + "fieldMetadataId": "0f1e0fe8-6294-4df3-9a0f-27d28dc95077", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "40a2e1d0-e1d7-4091-83bb-00f3e998b700", + "fieldMetadataId": "374d9539-3415-4726-8c67-f7123d7f79ae", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f596ea4a-4923-46d9-9cf4-d518ce8287d1", + "fieldMetadataId": "e08df3d1-7434-431a-8b31-e1fd2e562097", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4e9f5423-4cc2-45d4-b335-05dfcffa68e2", + "fieldMetadataId": "9fe7868b-0622-479c-aa76-426045e24f4b", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "fcc3c2e8-c9c8-4296-a5b9-4c1ff814b5e5", + "fieldMetadataId": "3770c344-5ca5-4930-8174-a629a95d930f", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "d0ad2b87-d4fa-4066-bf5c-d7618ed41e16", + "fieldMetadataId": "1ea688c0-971b-4e86-8b69-1d8fb4a62311", + "viewId": "03edc69e-29af-47f3-a54d-c4b9491f27ee", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", + "objectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0", + "type": "FIELDS_WIDGET", + "key": null, + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "Pet Record Page Fields", + "viewFields": [ + { + "id": "2340f452-1153-47bc-ac19-d58c856bf620", + "fieldMetadataId": "be2556be-6d1c-4ad1-a098-96fc88bab968", + "viewId": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.246Z", + "updatedAt": "2026-04-10T08:55:58.246Z", + "deletedAt": null + }, + { + "id": "e41dcef8-7bc5-4dcf-ac90-ea352eb73de4", + "fieldMetadataId": "e88ca396-bc2a-48f3-9de5-d0f667868060", + "viewId": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.246Z", + "updatedAt": "2026-04-10T08:55:58.246Z", + "deletedAt": null + }, + { + "id": "81271b3f-3754-4ccd-90b9-eb6f1f7675db", + "fieldMetadataId": "c1dc3f90-3842-4340-a29c-8fbc44db0898", + "viewId": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.246Z", + "updatedAt": "2026-04-10T08:55:58.246Z", + "deletedAt": null + }, + { + "id": "dcf91688-b972-4613-acef-51c0ca49cfc4", + "fieldMetadataId": "2e0e2f0d-e022-4383-9d4a-ddf0189eb8d1", + "viewId": "f7fbb863-4b7f-4bfe-b987-3c50fdd06d8a", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.246Z", + "updatedAt": "2026-04-10T08:55:58.246Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "7492a9b8-f277-4021-b1b5-ab64bdaac114", + "objectMetadataId": "0f6e48ff-3948-44f7-9b25-154899a9a684", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Blocklists", + "viewFields": [ + { + "id": "09065425-239f-4c43-9bbc-48909657fc35", + "fieldMetadataId": "dfea27f1-41e8-431e-a78b-5f4960df5600", + "viewId": "7492a9b8-f277-4021-b1b5-ab64bdaac114", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "150978f8-f4bf-4c25-839a-ff25a8d1f4e8", + "fieldMetadataId": "12888068-1b20-4422-8482-d2190e177c77", + "viewId": "7492a9b8-f277-4021-b1b5-ab64bdaac114", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "5561c398-eb22-4ac8-9032-13a074d94578", + "fieldMetadataId": "c31b1429-154c-4ffb-bdd9-0db170150b22", + "viewId": "7492a9b8-f277-4021-b1b5-ab64bdaac114", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "fc434162-cc85-49ce-92b0-481c433a3949", + "objectMetadataId": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Pet Care Agreements", + "viewFields": [ + { + "id": "b1ebda21-211e-40de-80ed-8db72274f8cd", + "fieldMetadataId": "455256a6-d7ec-4bac-bf0c-d296b74a59d5", + "viewId": "fc434162-cc85-49ce-92b0-481c433a3949", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "deletedAt": null + }, + { + "id": "5d6947b0-922d-4aed-9be8-150c4c87cc28", + "fieldMetadataId": "90541ba9-fffd-4215-9b88-2fa9a0a28b56", + "viewId": "fc434162-cc85-49ce-92b0-481c433a3949", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "deletedAt": null + }, + { + "id": "6be08c29-7a7d-4c43-b3a6-6eafdf4d7115", + "fieldMetadataId": "76b8eb57-0b7a-4f44-9d5c-6de03064a8f8", + "viewId": "fc434162-cc85-49ce-92b0-481c433a3949", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "deletedAt": null + }, + { + "id": "42502105-00da-439e-ab7e-137fac31eb90", + "fieldMetadataId": "931ca728-cf9f-433b-b0b2-7408f3589b37", + "viewId": "fc434162-cc85-49ce-92b0-481c433a3949", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "deletedAt": null + }, + { + "id": "ccaf9273-f868-48e1-9ea0-a41bfde7abf3", + "fieldMetadataId": "f5412c98-82b3-49d4-bd9a-2749fdcb5de7", + "viewId": "fc434162-cc85-49ce-92b0-481c433a3949", + "isVisible": true, + "position": 4, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.195Z", + "updatedAt": "2026-04-10T08:55:59.195Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "objectMetadataId": "06ac365e-28d1-4966-8b15-30f268468a19", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Folders", + "viewFields": [ + { + "id": "8a8407ae-65d2-4cfb-b80f-a94a3cc29c5d", + "fieldMetadataId": "805287dc-b483-4547-bf7b-37d6f4d57762", + "viewId": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "b002dc2c-d679-4fa4-977d-af7737b21b37", + "fieldMetadataId": "cdca7f13-b430-4780-8cb0-747cbd92ae7b", + "viewId": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "2b988f5e-dc73-4c31-9bc0-f4cce7f30ccc", + "fieldMetadataId": "9a867c58-4f79-4e11-a421-df39741981ab", + "viewId": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "9c9ef711-9c7b-4ca1-81dc-5274dd15c586", + "fieldMetadataId": "b576fad5-752c-4d6a-a666-ccf5729c05ad", + "viewId": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "59156cc2-395f-4422-904a-287187b13b35", + "fieldMetadataId": "79470c2f-2c5e-4a36-a578-3431f4dc5f2e", + "viewId": "e7ac6796-abf6-4a97-a758-91fa3518cf4c", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "a144d5ab-3195-4409-95f5-5aee8c0d3bbe", + "objectMetadataId": "3d3605e7-f61c-4abe-9886-a485b4450bf9", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Channel Message Association Message Folders", + "viewFields": [ + { + "id": "b7340176-c3e0-401b-a8f0-5e9dfd5f2eb0", + "fieldMetadataId": "98452015-690b-4e86-9eba-16c2d6a6134d", + "viewId": "a144d5ab-3195-4409-95f5-5aee8c0d3bbe", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f644feff-25b8-4945-b369-45084fe07b1a", + "fieldMetadataId": "5e40be1e-9d84-46f3-ba6a-b1dc1b29556c", + "viewId": "a144d5ab-3195-4409-95f5-5aee8c0d3bbe", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "6a5b24e6-5a7a-4944-a02f-68214a69f0e1", + "fieldMetadataId": "4aff5b97-a328-44c8-83b9-0030b8cb5fd7", + "viewId": "a144d5ab-3195-4409-95f5-5aee8c0d3bbe", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "objectMetadataId": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Survey results", + "viewFields": [ + { + "id": "578dc73d-5898-4233-a408-347b830dbc95", + "fieldMetadataId": "a2b70b10-ab44-428e-b1f7-631d78536469", + "viewId": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "deletedAt": null + }, + { + "id": "65282c4f-c225-44e2-b17c-d05114dc35dd", + "fieldMetadataId": "a6d4bb98-4e3e-4e98-8d88-4863baea96aa", + "viewId": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "deletedAt": null + }, + { + "id": "d92d8e44-fa00-4f56-a5bd-66f192f0f32a", + "fieldMetadataId": "c4da3371-3224-4421-9ada-16c0f261fc0f", + "viewId": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "deletedAt": null + }, + { + "id": "4944d609-6d32-40d0-8202-121b6bc7263f", + "fieldMetadataId": "b92d1d3f-1137-4646-929e-b22f3b236124", + "viewId": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "deletedAt": null + }, + { + "id": "b78d271b-0d75-48b3-8278-bb9be6c7dd7d", + "fieldMetadataId": "ef64c65b-4179-480d-90aa-cde8c6c5fe0e", + "viewId": "8b935776-9c8f-47b5-8946-76ee00ddab18", + "isVisible": true, + "position": 4, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.471Z", + "updatedAt": "2026-04-10T08:55:58.471Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "objectMetadataId": "7db07e5a-4476-4a4f-ba75-6de6597689aa", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Participants", + "viewFields": [ + { + "id": "67077560-df19-44ff-a948-557d688b817c", + "fieldMetadataId": "ef9a5003-2e21-459e-804a-5b27afa9cb6a", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "1ffb83db-556a-45bc-be60-e57180140ea1", + "fieldMetadataId": "6d536522-f2b2-4a68-a81c-93169b1bd595", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "1439b73e-b662-4347-900b-0273f3b426a6", + "fieldMetadataId": "d5598cbf-779d-4b3c-883d-4e2b4b714923", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4745094e-e8de-4eb3-b087-9ca974f874e4", + "fieldMetadataId": "7d12dd12-66d4-4873-9e1c-c32d23f676ca", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "34ff2f14-d652-483b-9e6d-a489af29f642", + "fieldMetadataId": "2e21f68d-8657-40a7-9050-02c5609f03a0", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "0cf87562-7531-464e-9f96-83871f2d50f7", + "fieldMetadataId": "995b73c8-565a-4326-8353-440de35686b5", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4a2bfc11-18fe-4bf2-a6f1-e7a6efaa5774", + "fieldMetadataId": "381dc737-a694-4cdf-afe2-05c9862980c6", + "viewId": "37cf2db1-7211-4141-a3b2-f8e5da302981", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "objectMetadataId": "c48ce4de-a73c-4b94-ba79-123559a8b299", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Channels", + "viewFields": [ + { + "id": "648d63d6-256b-4b6f-a0d3-8a230ba08c1e", + "fieldMetadataId": "163e3448-4277-4e1b-afb2-5a8d6428721b", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "5c7bc5f0-38c5-408d-90d6-c2bfa936f395", + "fieldMetadataId": "a15ef99d-5f07-4849-81f4-2cfa1adfbb36", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "040fcb72-ca8f-4225-aef7-69189749df93", + "fieldMetadataId": "ce035dc2-6ccc-42fd-b27b-4f63f115775d", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "fb7edf47-8d53-4d0b-a4fc-6dbfb0824308", + "fieldMetadataId": "59771373-951a-43b6-bf6d-5a1c1439b241", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "233ae084-bdc4-4642-911d-0e334e0a43e1", + "fieldMetadataId": "a1fe8744-4b53-482a-9e48-52341d12c098", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "9b1d6554-a0f7-44e6-86a6-d67d7ab1b170", + "fieldMetadataId": "7d73e937-da30-40f1-a58e-92d664a50690", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "d6ad1bbc-b78c-4cdf-af43-e1d2d406ed24", + "fieldMetadataId": "d33c31b9-4d6b-4fce-8910-e99179e91a1b", + "viewId": "022dba8d-2c8e-40e7-b767-0234e71ad705", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "b2e63752-f7e4-4d38-ae6e-063e6766a02d", + "objectMetadataId": "6e8eca5e-742b-4d5c-abe5-41bf2ee81922", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Workflow Automated Triggers", + "viewFields": [ + { + "id": "b15eb45a-de8d-4ffc-aa5c-ad0701d0f42c", + "fieldMetadataId": "d0413599-2513-4598-9a41-615c4dde6329", + "viewId": "b2e63752-f7e4-4d38-ae6e-063e6766a02d", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "c7e28ac8-dd91-4ea4-b6c2-179b17cb3ee4", + "fieldMetadataId": "a4307a58-9294-4926-80c0-2ed6c3641a45", + "viewId": "b2e63752-f7e4-4d38-ae6e-063e6766a02d", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4c764070-db77-4690-af44-821307278a88", + "fieldMetadataId": "a0a9b1cc-26b2-471d-9e70-78a16d482950", + "viewId": "b2e63752-f7e4-4d38-ae6e-063e6766a02d", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "objectMetadataId": "6a48ae9e-2964-48b4-90cd-abef2f7eac30", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Message Channel Message Associations", + "viewFields": [ + { + "id": "08771f56-6c43-4aa8-bdfe-99c864c58bdd", + "fieldMetadataId": "2132ff36-92b3-46f4-8088-07ae33338c40", + "viewId": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "isVisible": true, + "position": 0, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "26cffa2b-c7e5-4b4a-a998-731ff63659d0", + "fieldMetadataId": "593de04f-d9f8-466e-8682-24a2121692f2", + "viewId": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "765269ca-991d-4ac1-b0d4-02407540ff99", + "fieldMetadataId": "b72add65-5960-477e-8542-2497498fad82", + "viewId": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "8069cadd-5920-44d4-b2d7-b4f4d37897a9", + "fieldMetadataId": "c2a26381-5b6c-4e23-b878-298b833e0323", + "viewId": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "fb23b502-046c-4c19-b3af-f251bbc52e96", + "fieldMetadataId": "bafd0381-94e1-488b-b6f7-3cb0994eb661", + "viewId": "abd89c2e-a683-434b-ba3d-d387c47d853d", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "63706885-4294-45e0-9013-2ac4b1a040db", + "objectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", "type": "FIELDS_WIDGET", "key": null, "icon": "IconList", @@ -3163,159 +3112,138 @@ export const mockedViews: ViewWithRelations[] = "name": "Rocket Record Page Fields", "viewFields": [ { - "id": "7786f6a4-6c4b-4534-bb54-43191f9c0780", - "fieldMetadataId": "5c5a439c-f4e4-458b-b0a4-d496a3b0e71a", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", + "id": "809ebaad-4fb3-4cc6-a071-b04a59bbdac5", + "fieldMetadataId": "2e12115b-7761-4c09-ac85-eafc22996384", + "viewId": "63706885-4294-45e0-9013-2ac4b1a040db", "isVisible": true, "position": 0, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:57.978Z", + "updatedAt": "2026-04-10T08:55:57.978Z", "deletedAt": null }, { - "id": "df374450-5951-4984-ae53-dbef151bcb4d", - "fieldMetadataId": "804861ca-679b-41ff-97f1-86aefbdc47fe", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", + "id": "771fd749-492f-4e53-bd95-2b558a7fa640", + "fieldMetadataId": "e1911dba-0d87-4eb4-8b28-f566643910b5", + "viewId": "63706885-4294-45e0-9013-2ac4b1a040db", "isVisible": true, "position": 1, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:57.978Z", + "updatedAt": "2026-04-10T08:55:57.978Z", "deletedAt": null }, { - "id": "d2f02a24-e4ac-438f-a309-c09859981ac2", - "fieldMetadataId": "348fc208-0205-4b01-8d48-a1e2733bd4f2", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", + "id": "04355bb3-4bd8-4f10-92ca-c8e9830e7e67", + "fieldMetadataId": "a438e82e-3c74-4326-845a-f28dba643354", + "viewId": "63706885-4294-45e0-9013-2ac4b1a040db", "isVisible": true, "position": 2, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:57.978Z", + "updatedAt": "2026-04-10T08:55:57.978Z", "deletedAt": null }, { - "id": "a2752996-e045-48eb-9d12-b178fbac9efd", - "fieldMetadataId": "a7d4422a-989f-43c7-b1be-37ead1806bed", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", + "id": "4ee5cd32-8c17-425b-826d-a6f6231482ac", + "fieldMetadataId": "2eaab8d9-595d-48e0-999b-9a8c1cbbd465", + "viewId": "63706885-4294-45e0-9013-2ac4b1a040db", "isVisible": true, "position": 3, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "88688b5e-f132-4551-a8dd-6bbfeaad71eb", - "fieldMetadataId": "a3a30a4d-b0a3-4fe8-8994-9b26ad0ff30f", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 4, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "f7ccdd6a-b378-4abd-87dd-a122eb2da838", - "fieldMetadataId": "5760a2ed-5811-421b-b5b9-5b8f2450aa2d", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "88843603-740b-476f-ac0a-3730e482a28d", - "fieldMetadataId": "c3a364bb-a0d5-433d-937f-e291179b994a", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "ee007564-a038-443a-9349-07b07f2247d2", - "fieldMetadataId": "2366a1fb-80e5-4ec3-89e0-a86d3ffc0f74", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "d9ad7172-81f5-435d-ac90-8ba9e3da29d6", - "fieldMetadataId": "c9a81cb8-d1a2-4091-8637-60b79c71813a", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "4a520693-8367-4aa2-b309-b272a7205934", - "fieldMetadataId": "1e3199b0-d19c-4e51-8f3e-fb1471febb98", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "4aeb3dbc-77fc-4e6e-97fa-6b5c9f9be1e0", - "fieldMetadataId": "23d12b1b-64a2-4c69-9fed-f9cb33cb05a7", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", - "deletedAt": null - }, - { - "id": "05393902-2a4a-4803-8093-0044b41e6f88", - "fieldMetadataId": "e1c6b2d8-889e-49a0-8343-1df45b593641", - "viewId": "90172bfa-dc11-4a57-9512-3aadd0a42294", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.140Z", - "updatedAt": "2026-02-27T01:17:27.140Z", + "createdAt": "2026-04-10T08:55:57.978Z", + "updatedAt": "2026-04-10T08:55:57.978Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [] + "viewGroups": [] }, { - "id": "05e9c242-42b1-4dee-82d2-959f5577484f", - "objectMetadataId": "6b348756-2824-4eff-ade4-4129abe625f8", + "id": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "objectMetadataId": "9b374f59-ccba-4cfe-8f1f-0725332c4a13", + "type": "FIELDS_WIDGET", + "key": null, + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "Survey result Record Page Fields", + "viewFields": [ + { + "id": "9ae662c5-e147-432e-9a21-97d5249b871a", + "fieldMetadataId": "a6d4bb98-4e3e-4e98-8d88-4863baea96aa", + "viewId": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.692Z", + "updatedAt": "2026-04-10T08:55:58.692Z", + "deletedAt": null + }, + { + "id": "5c04f7f7-2132-4243-956e-ee0980ff3275", + "fieldMetadataId": "c4da3371-3224-4421-9ada-16c0f261fc0f", + "viewId": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.692Z", + "updatedAt": "2026-04-10T08:55:58.692Z", + "deletedAt": null + }, + { + "id": "ecf4bfea-6f19-4826-8f6e-31df43e2597b", + "fieldMetadataId": "b92d1d3f-1137-4646-929e-b22f3b236124", + "viewId": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.692Z", + "updatedAt": "2026-04-10T08:55:58.692Z", + "deletedAt": null + }, + { + "id": "be140aba-5f76-4e59-a0e2-778283971b76", + "fieldMetadataId": "ef64c65b-4179-480d-90aa-cde8c6c5fe0e", + "viewId": "95fb7ce2-1278-4619-a7a7-b1f056a19992", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.692Z", + "updatedAt": "2026-04-10T08:55:58.692Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", + "objectMetadataId": "6934bd29-d89d-479e-8b32-f4f3a9af19b6", "type": "TABLE", "key": "INDEX", "icon": "IconList", @@ -3331,162 +3259,327 @@ export const mockedViews: ViewWithRelations[] = "calendarLayout": null, "visibility": "WORKSPACE", "createdByUserWorkspaceId": null, + "name": "All Rockets", "viewFields": [ { - "id": "30ff8d88-f73a-43ed-979f-b32015ed4bf9", - "fieldMetadataId": "32a344f6-f9c8-4288-8707-b11f22e1d99b", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", + "id": "a867e5a1-1bde-438f-bbb2-343cf5095c92", + "fieldMetadataId": "f0ffa796-6575-4ec0-a56e-ed35144704a4", + "viewId": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", "isVisible": true, "position": 0, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "deletedAt": null }, { - "id": "e6062200-b8d4-4c78-b1e1-a0ff462b5c83", - "fieldMetadataId": "2a944f7a-f105-43a5-9736-0d3f9924f2e5", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", + "id": "477373a3-dc0f-4027-b350-d924845ab28b", + "fieldMetadataId": "2e12115b-7761-4c09-ac85-eafc22996384", + "viewId": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", "isVisible": true, "position": 1, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "deletedAt": null }, { - "id": "4e0eb07f-8aae-4e49-a9db-00d3a4279936", - "fieldMetadataId": "30faf848-06fc-4eaf-9e44-23375651aec1", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", + "id": "148f72d2-ac8e-4b97-90d8-94443a35496e", + "fieldMetadataId": "e1911dba-0d87-4eb4-8b28-f566643910b5", + "viewId": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", "isVisible": true, "position": 2, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "deletedAt": null }, { - "id": "4ce0a9e7-539d-4c18-99f5-c8e16e34d968", - "fieldMetadataId": "090ea353-4dfb-40f2-9595-cc0664f02ffd", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", + "id": "fb543299-11c9-42e8-a167-89570a8c8397", + "fieldMetadataId": "a438e82e-3c74-4326-845a-f28dba643354", + "viewId": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", "isVisible": true, "position": 3, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "deletedAt": null }, { - "id": "f14d365e-9533-4805-9ca4-8ff324750974", - "fieldMetadataId": "86cdb011-25bc-4d99-b8a3-b8fcc15eec4c", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", + "id": "700113a3-746a-475c-99f1-d6792b6461d5", + "fieldMetadataId": "2eaab8d9-595d-48e0-999b-9a8c1cbbd465", + "viewId": "0ab6c2dc-ca6f-4880-9cb8-7e0d6230ee7a", "isVisible": true, "position": 4, "size": 180, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "3ddd47f4-5fcf-44b6-a7a8-b810aeed057a", - "fieldMetadataId": "3530b13b-24c2-4e2b-8c8b-a041727d0049", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 5, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "a10a0f79-0a4c-4bd9-bf49-b12ed0c6b96a", - "fieldMetadataId": "cd90d262-aa96-40be-a9ec-638d2cc8a7cb", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 6, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "6b238ae7-e8ee-4a7e-9f24-cc18e1561481", - "fieldMetadataId": "c3b04d6e-4644-4a6d-8949-5c2476574aa3", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 7, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "8ea505f9-581f-4334-a26e-081241a4a215", - "fieldMetadataId": "90830515-2b58-4398-bdd5-cbe9408a2680", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 8, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "07187794-acb4-48a5-86bc-85f93c762c0d", - "fieldMetadataId": "cc148bdf-b070-4bdf-9ae0-21005ce6ff77", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 9, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "4ba2e356-2e7a-431d-80cb-6db60493d11a", - "fieldMetadataId": "5aa9be29-57c9-4f2a-968d-47bb2762e383", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 10, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", - "deletedAt": null - }, - { - "id": "01d5f6e0-77f1-475b-89ac-e15c25a62e80", - "fieldMetadataId": "1f9f3c79-d695-4802-bc94-aeed27a3e018", - "viewId": "05e9c242-42b1-4dee-82d2-959f5577484f", - "isVisible": true, - "position": 11, - "size": 180, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:27.371Z", - "updatedAt": "2026-02-27T01:17:27.371Z", + "createdAt": "2026-04-10T08:55:57.800Z", + "updatedAt": "2026-04-10T08:55:57.800Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], - "viewGroups": [], - "viewFieldGroups": [], - "name": "All Pets" + "viewGroups": [] }, { - "id": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "objectMetadataId": "919364e3-e0b3-4ea3-9e9b-07001572881c", + "id": "a1296718-e3d5-4b9c-8568-78611380d286", + "objectMetadataId": "89c57180-083a-47b6-bfb7-ec51b3a87eae", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Note Targets", + "viewFields": [ + { + "id": "4ccce6fe-8de7-4e3b-b2e8-b4de0c8ed56f", + "fieldMetadataId": "5a75ae6c-c4f8-4bd6-9676-259f1bbed07c", + "viewId": "a1296718-e3d5-4b9c-8568-78611380d286", + "isVisible": true, + "position": 0, + "size": 210, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f8f9d52b-5f68-4692-adeb-4106260db214", + "fieldMetadataId": "12cfa04b-8aa5-442e-8148-757f7f90f578", + "viewId": "a1296718-e3d5-4b9c-8568-78611380d286", + "isVisible": true, + "position": 1, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "e163788c-2602-4bf8-a9f4-edc0fe7684e5", + "fieldMetadataId": "63125263-1566-4c7c-a70c-ce3ec50f8288", + "viewId": "a1296718-e3d5-4b9c-8568-78611380d286", + "isVisible": true, + "position": 2, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "dfc09ce4-91d9-42f3-863a-024b1e62c881", + "fieldMetadataId": "2b71f163-bb36-4a4d-8b5c-c228f0b436cd", + "viewId": "a1296718-e3d5-4b9c-8568-78611380d286", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "6e855ba0-284e-4840-a7e3-f8e5979e3dfb", + "fieldMetadataId": "daddabd1-1fd7-4221-ba0f-a2b94c78b963", + "viewId": "a1296718-e3d5-4b9c-8568-78611380d286", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "856250b0-28ab-4621-8693-9c869bb9d11d", + "objectMetadataId": "4397cb61-4bcc-49f8-b024-739b74ed9928", + "type": "FIELDS_WIDGET", + "key": null, + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "Pet Care Agreement Record Page Fields", + "viewFields": [ + { + "id": "8878fe69-c528-4384-8e99-edff2adac919", + "fieldMetadataId": "90541ba9-fffd-4215-9b88-2fa9a0a28b56", + "viewId": "856250b0-28ab-4621-8693-9c869bb9d11d", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.411Z", + "updatedAt": "2026-04-10T08:55:59.411Z", + "deletedAt": null + }, + { + "id": "30d1eb7b-8c5b-4584-9f04-31758a46f282", + "fieldMetadataId": "76b8eb57-0b7a-4f44-9d5c-6de03064a8f8", + "viewId": "856250b0-28ab-4621-8693-9c869bb9d11d", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.411Z", + "updatedAt": "2026-04-10T08:55:59.411Z", + "deletedAt": null + }, + { + "id": "07d85292-ef30-42a1-85aa-cdb2c5901295", + "fieldMetadataId": "931ca728-cf9f-433b-b0b2-7408f3589b37", + "viewId": "856250b0-28ab-4621-8693-9c869bb9d11d", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.411Z", + "updatedAt": "2026-04-10T08:55:59.411Z", + "deletedAt": null + }, + { + "id": "8bd21cef-4da0-4f24-a185-1cd053dbf9a6", + "fieldMetadataId": "f5412c98-82b3-49d4-bd9a-2749fdcb5de7", + "viewId": "856250b0-28ab-4621-8693-9c869bb9d11d", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:59.411Z", + "updatedAt": "2026-04-10T08:55:59.411Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "objectMetadataId": "4646d650-bc55-42f2-9544-4c804c6616a0", + "type": "TABLE", + "key": "INDEX", + "icon": "IconList", + "position": 0, + "isCompact": false, + "openRecordIn": "SIDE_PANEL", + "kanbanAggregateOperation": null, + "kanbanAggregateOperationFieldMetadataId": null, + "mainGroupByFieldMetadataId": null, + "shouldHideEmptyGroups": false, + "anyFieldFilterValue": null, + "calendarFieldMetadataId": null, + "calendarLayout": null, + "visibility": "WORKSPACE", + "createdByUserWorkspaceId": null, + "name": "All Pets", + "viewFields": [ + { + "id": "9a8537bc-2ad5-4d7c-8d10-ac75285e17e4", + "fieldMetadataId": "6182038f-196f-4f37-95c8-d4aee7118b7a", + "viewId": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "isVisible": true, + "position": 0, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "deletedAt": null + }, + { + "id": "a6fa89a9-bda8-4468-b931-61e53f176d4b", + "fieldMetadataId": "be2556be-6d1c-4ad1-a098-96fc88bab968", + "viewId": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "isVisible": true, + "position": 1, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "deletedAt": null + }, + { + "id": "82eef6f2-387e-40f9-b666-3494c32e2304", + "fieldMetadataId": "e88ca396-bc2a-48f3-9de5-d0f667868060", + "viewId": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "isVisible": true, + "position": 2, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "deletedAt": null + }, + { + "id": "99c9aadc-0d48-4564-951d-e99eec1271e7", + "fieldMetadataId": "c1dc3f90-3842-4340-a29c-8fbc44db0898", + "viewId": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "isVisible": true, + "position": 3, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "deletedAt": null + }, + { + "id": "f7b7bde5-2cc3-48f4-b9ae-c1331ea5c4ef", + "fieldMetadataId": "2e0e2f0d-e022-4383-9d4a-ddf0189eb8d1", + "viewId": "418fc263-97b9-4abd-a027-3e0dd14c134f", + "isVisible": true, + "position": 4, + "size": 180, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:58.075Z", + "updatedAt": "2026-04-10T08:55:58.075Z", + "deletedAt": null + } + ], + "viewFieldGroups": [], + "viewFilters": [], + "viewFilterGroups": [], + "viewSorts": [], + "viewGroups": [] + }, + { + "id": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", "type": "KANBAN", "key": null, "icon": "IconLayoutKanban", @@ -3495,7 +3588,7 @@ export const mockedViews: ViewWithRelations[] = "openRecordIn": "SIDE_PANEL", "kanbanAggregateOperation": null, "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": "f7bf94fe-1cbc-42e0-8b2c-0e8ef1ed8c64", + "mainGroupByFieldMetadataId": "26683fc8-cecf-4ad7-a820-48bc570115e4", "shouldHideEmptyGroups": false, "anyFieldFilterValue": null, "calendarFieldMetadataId": null, @@ -3505,106 +3598,106 @@ export const mockedViews: ViewWithRelations[] = "name": "By Status", "viewFields": [ { - "id": "e2543c2d-c174-4002-bd2e-9a3dd94da499", - "fieldMetadataId": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "62640791-af0b-47bb-9e41-8dd82b1135ff", - "fieldMetadataId": "2d31c009-a760-4817-80c9-060998d14ba6", - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "ed3290d3-e5a8-421d-a421-42fbeb0fdb4d", - "fieldMetadataId": "7f90d9d3-0e7a-4392-bc59-535efbe5ff3c", - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", + "id": "cd7ea8f6-8627-4ee5-8d07-4777de4a4822", + "fieldMetadataId": "eee1262f-7a1a-45d0-b957-9ed79862383c", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", "isVisible": true, "position": 0, "size": 210, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "3d2b1da7-9e4e-4ff0-ad67-855e4eb18626", - "fieldMetadataId": "f7bf94fe-1cbc-42e0-8b2c-0e8ef1ed8c64", - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", + "id": "dd52428a-a39b-4f77-8526-4369a8b3c510", + "fieldMetadataId": "26683fc8-cecf-4ad7-a820-48bc570115e4", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "b159056b-c0be-4211-82c2-4c20a0abf0e6", - "fieldMetadataId": "bdb36854-d68b-472c-8b10-c4f484b95f00", - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", + "id": "cbeae84f-9188-4a3e-bbf3-9244123f68b9", + "fieldMetadataId": "1dc0adc0-8ceb-499f-ba3d-8ebe1236218f", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4b23c306-f2d4-4e44-9085-eafbf788117d", + "fieldMetadataId": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "c5e2b5ea-8aeb-42b3-8477-1a1b0b35a043", + "fieldMetadataId": "7a0509f4-0585-4fd7-af94-7278de9f907a", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], "viewGroups": [ { - "id": "036b3260-26b6-4a83-9ce5-1edcddb7d843", - "isVisible": true, - "fieldValue": "IN_PROGRESS", - "position": 1, - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "571a399a-6da3-4079-802e-0c9bda47f9e9", - "isVisible": true, - "fieldValue": "DONE", - "position": 2, - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "ec481224-a7db-4919-8c91-cda2b2633504", + "id": "a784286a-4938-49b8-99ef-d5ad78c1c530", "isVisible": true, "fieldValue": "TODO", "position": 0, - "viewId": "1091edb1-d86f-43b4-8754-b5d6ca7e197a", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "f38298dd-7d6f-4be9-86a2-7385fa680739", + "isVisible": true, + "fieldValue": "IN_PROGRESS", + "position": 1, + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "2a1168c1-809d-43d5-9bdf-b3fb20f266e2", + "isVisible": true, + "fieldValue": "DONE", + "position": 2, + "viewId": "bcf1f60e-058a-4962-b906-bf54d096da4c", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } - ], - "viewFieldGroups": [] + ] }, { - "id": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "objectMetadataId": "b722860a-2b24-427f-bfe5-2d2450d3b8c9", + "id": "2a035ccb-6968-4477-b72c-03d563e021ea", + "objectMetadataId": "d493b617-19c8-4cbb-a50f-c084e4b9f276", "type": "KANBAN", "key": null, "icon": "IconLayoutKanban", @@ -3612,8 +3705,8 @@ export const mockedViews: ViewWithRelations[] = "isCompact": false, "openRecordIn": "SIDE_PANEL", "kanbanAggregateOperation": "SUM", - "kanbanAggregateOperationFieldMetadataId": "6b13a3ed-cd1c-477e-ba31-6db7b5062836", - "mainGroupByFieldMetadataId": "35115cd4-1211-43d1-9162-21ae53d63d03", + "kanbanAggregateOperationFieldMetadataId": "0a5ea35b-95e9-4771-aa43-32ae368e6353", + "mainGroupByFieldMetadataId": "4e029608-6039-4720-9119-61aa6db12430", "shouldHideEmptyGroups": false, "anyFieldFilterValue": null, "calendarFieldMetadataId": null, @@ -3623,138 +3716,138 @@ export const mockedViews: ViewWithRelations[] = "name": "By Stage", "viewFields": [ { - "id": "a562a715-0752-4014-8486-24a9dc2758cf", - "fieldMetadataId": "1460b2b7-d1f9-423f-92d3-3d99106b886c", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "isVisible": true, - "position": 3, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "8ef5cc43-38e2-4201-85f0-932a1b76833d", - "fieldMetadataId": "495a7d81-45b7-4cd2-8f8b-f01873fd78c6", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "f59df772-2838-4463-854f-7925d140a46b", - "fieldMetadataId": "6550d04e-1509-4f3d-946d-ba6694eb8605", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "89171b4e-81b7-4b84-b0b5-ac9379bb10c1", - "fieldMetadataId": "73870ebe-aaa9-4a39-8487-5de19361629b", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", + "id": "a0773c66-522e-4746-9c3f-422e81cc60ae", + "fieldMetadataId": "ba2f93fe-248e-47f7-83b4-00189ca53e24", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", "isVisible": true, "position": 0, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "1bbd54df-168b-4865-a453-fdee89b0d2e5", - "fieldMetadataId": "6b13a3ed-cd1c-477e-ba31-6db7b5062836", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", + "id": "4f07646e-3ede-41fb-9ffa-bd6b9e1d11d4", + "fieldMetadataId": "0a5ea35b-95e9-4771-aa43-32ae368e6353", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", "isVisible": true, "position": 1, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "1e5f9389-8c1e-4136-bbb0-8d68d96ba595", - "fieldMetadataId": "84911608-039f-4baa-8aeb-97b5d035298c", - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", + "id": "4044e7da-359b-4083-96ec-7878c489446f", + "fieldMetadataId": "3cbbe6de-5427-442c-be81-e8d2d9aa7aaa", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", "isVisible": true, "position": 2, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "96a2cf22-dbe6-4e52-a81d-3bd63ef90086", + "fieldMetadataId": "1e61c502-37d1-4be0-ba9e-b0ab0e41dd0f", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "isVisible": true, + "position": 3, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "da1f4875-0861-4935-b5a0-63c91e9f0fcc", + "fieldMetadataId": "4cafe09c-e246-4de8-a4f3-8c60e1186395", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "09f17919-2ca1-4d98-83f4-38d479d406f1", + "fieldMetadataId": "6a300914-eab8-43a6-ac46-3745c0497de1", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [], "viewFilterGroups": [], "viewSorts": [], "viewGroups": [ { - "id": "c2839a1c-9760-4c9f-a175-72c9a0fb3823", + "id": "161db75e-a784-4869-8e6b-d3d13288b60d", "isVisible": true, "fieldValue": "NEW", "position": 0, - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "acde23ac-f3e5-45d0-9af9-45edaf209492", + "id": "df7beb0a-1d4d-4a53-a702-572f0cbd0a04", "isVisible": true, "fieldValue": "SCREENING", "position": 1, - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "0fda98df-83e6-410c-a4ef-20042568271c", + "id": "98692541-b7da-4aaa-93cf-cf5de51dc722", "isVisible": true, "fieldValue": "MEETING", "position": 2, - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "d0e077dd-667f-4a59-a0a3-9a5774510059", + "id": "e399c632-6f8f-4082-b550-674150f7a56f", "isVisible": true, "fieldValue": "PROPOSAL", "position": 3, - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "9a5a8c16-f5fa-4b53-a8b2-0440e7733cbc", + "id": "7b25ac92-2b1a-4723-95c4-97ee8130d563", "isVisible": true, "fieldValue": "CUSTOMER", "position": 4, - "viewId": "aca11eef-8a82-4852-a52e-f4c5742f4c1e", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "2a035ccb-6968-4477-b72c-03d563e021ea", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } - ], - "viewFieldGroups": [] + ] }, { - "id": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "objectMetadataId": "919364e3-e0b3-4ea3-9e9b-07001572881c", + "id": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "objectMetadataId": "34ac72b8-0aaa-4c01-b8a8-8390415fdf8a", "type": "TABLE", "key": null, "icon": "IconUserCircle", @@ -3763,7 +3856,7 @@ export const mockedViews: ViewWithRelations[] = "openRecordIn": "SIDE_PANEL", "kanbanAggregateOperation": null, "kanbanAggregateOperationFieldMetadataId": null, - "mainGroupByFieldMetadataId": "f7bf94fe-1cbc-42e0-8b2c-0e8ef1ed8c64", + "mainGroupByFieldMetadataId": "26683fc8-cecf-4ad7-a820-48bc570115e4", "shouldHideEmptyGroups": false, "anyFieldFilterValue": null, "calendarFieldMetadataId": null, @@ -3773,102 +3866,103 @@ export const mockedViews: ViewWithRelations[] = "name": "Assigned to Me", "viewFields": [ { - "id": "66776245-634f-4dae-8e78-12dd2293a6b5", - "fieldMetadataId": "e7b03c49-574d-4e0c-9999-96a06e00441d", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "isVisible": true, - "position": 4, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "a7294422-c4ae-4c06-95c8-237199de82ce", - "fieldMetadataId": "bdb36854-d68b-472c-8b10-c4f484b95f00", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "isVisible": true, - "position": 5, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "4c77ce1f-55e5-4a86-9488-dd74cda3cdd4", - "fieldMetadataId": "5c19ca1f-2590-4fb0-8068-77808593fe8d", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "isVisible": true, - "position": 6, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "37295b11-2d2f-4cf8-a288-86d19c98a7a5", - "fieldMetadataId": "15cffcf2-ed38-4ee1-956a-d8bc9d2bef16", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "isVisible": true, - "position": 7, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "cca35158-9174-4911-9380-172cafa27297", - "fieldMetadataId": "2d31c009-a760-4817-80c9-060998d14ba6", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "isVisible": true, - "position": 8, - "size": 150, - "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "d656bc13-77ae-4bdc-a723-7e2cfbccb553", - "fieldMetadataId": "7f90d9d3-0e7a-4392-bc59-535efbe5ff3c", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", + "id": "9350e565-40d7-4a89-8a96-6138f31b14e5", + "fieldMetadataId": "eee1262f-7a1a-45d0-b957-9ed79862383c", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", "isVisible": true, "position": 0, "size": 210, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "5dfeef1e-06cc-40af-a7e3-3d1cffe3909c", - "fieldMetadataId": "017ad6e6-1e18-47fc-abe3-5c332eca430f", - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", + "id": "706d363c-e395-4b56-aa5c-112c7c6d0773", + "fieldMetadataId": "fd453c2e-5802-44d0-9404-7d733f115477", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", "isVisible": true, "position": 3, "size": 150, "aggregateOperation": null, - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "4b1074b9-9a3b-4a3f-9905-08a0c79c4928", + "fieldMetadataId": "a1221c46-de88-46ee-b87a-5eb0c7854552", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "isVisible": true, + "position": 4, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "004eff3a-9603-4abf-8840-c57b2090ff6e", + "fieldMetadataId": "1dc0adc0-8ceb-499f-ba3d-8ebe1236218f", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "isVisible": true, + "position": 5, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "625d6f1b-6acf-4ab5-83ec-effa184ed1f7", + "fieldMetadataId": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "isVisible": true, + "position": 6, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "77a87b12-d76a-45cc-8717-7f0034fd76b1", + "fieldMetadataId": "405c7276-f196-4921-be74-8d5acdd01ace", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "isVisible": true, + "position": 7, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "a5baada4-2067-4e82-a520-7ca0a402b8cb", + "fieldMetadataId": "7a0509f4-0585-4fd7-af94-7278de9f907a", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "isVisible": true, + "position": 8, + "size": 150, + "aggregateOperation": null, + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], + "viewFieldGroups": [], "viewFilters": [ { - "id": "74c305af-bb4a-43d5-843e-69bed85322bd", - "fieldMetadataId": "5c19ca1f-2590-4fb0-8068-77808593fe8d", + "id": "3dc3dd52-1df8-499c-85e8-161786eafe6c", + "fieldMetadataId": "3ea4ec4d-54f3-44af-985d-547e30edaa8d", "operand": "IS", "value": "{\"isCurrentWorkspaceMemberSelected\":true,\"selectedRecordIds\":[]}", "viewFilterGroupId": null, "positionInViewFilterGroup": null, "subFieldName": null, - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } ], @@ -3876,46 +3970,45 @@ export const mockedViews: ViewWithRelations[] = "viewSorts": [], "viewGroups": [ { - "id": "190ea3ef-92e0-43e5-9bb3-d660b44db6a5", - "isVisible": true, - "fieldValue": "DONE", - "position": 2, - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "55f268d9-0ea7-4cf2-a37b-3224350d657e", - "isVisible": true, - "fieldValue": "", - "position": 3, - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", - "deletedAt": null - }, - { - "id": "27390aff-a5ca-4359-9bdb-feaf93ceda87", + "id": "7a35bd64-d36e-46e2-98be-5c95d201b490", "isVisible": true, "fieldValue": "TODO", "position": 0, - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null }, { - "id": "c478ef93-1ffd-4867-9a83-ce9cf89b245d", + "id": "cc41c195-6087-4907-aff3-0bfd7dc91558", "isVisible": true, "fieldValue": "IN_PROGRESS", "position": 1, - "viewId": "7e2d46e0-f677-4768-98f2-6f95536e2650", - "createdAt": "2026-02-27T01:17:26.559Z", - "updatedAt": "2026-02-27T01:17:26.559Z", + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "cfadc9e1-e732-4dda-b769-7e03196179b1", + "isVisible": true, + "fieldValue": "DONE", + "position": 2, + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", + "deletedAt": null + }, + { + "id": "494c28fd-9eb7-4178-8b10-09419e02c761", + "isVisible": true, + "fieldValue": "", + "position": 3, + "viewId": "897403b4-d03a-41d2-ae90-f8d60035abc8", + "createdAt": "2026-04-10T08:55:56.200Z", + "updatedAt": "2026-04-10T08:55:56.200Z", "deletedAt": null } - ], - "viewFieldGroups": [] + ] } ]; diff --git a/packages/twenty-sdk/src/cli/__tests__/apps/minimal-app/__integration__/app-dev/expected-manifest.ts b/packages/twenty-sdk/src/cli/__tests__/apps/minimal-app/__integration__/app-dev/expected-manifest.ts index dbe62f8df49..f83fec05046 100644 --- a/packages/twenty-sdk/src/cli/__tests__/apps/minimal-app/__integration__/app-dev/expected-manifest.ts +++ b/packages/twenty-sdk/src/cli/__tests__/apps/minimal-app/__integration__/app-dev/expected-manifest.ts @@ -40,25 +40,6 @@ export const EXPECTED_MANIFEST: Manifest = { type: FieldMetadataType.MORPH_RELATION, morphId: '20202020-9a2b-4c3d-a4e5-f6a7b8c9d0e1', }, - { - name: 'targetMyNote', - label: 'MyNote', - description: 'MyNote My note', - icon: 'IconHeart', - isNullable: true, - universalSettings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.SET_NULL, - joinColumnName: 'targetMyNoteId', - }, - universalIdentifier: '698f12fe-3feb-55e3-b6cc-73375f1a8ae6', - objectUniversalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - relationTargetFieldMetadataUniversalIdentifier: - 'ed80c73b-25ff-5a3c-99c7-e27fa2f2611e', - relationTargetObjectMetadataUniversalIdentifier: - 'e1e2e3e4-e5e6-4000-8000-000000000030', - type: FieldType.RELATION, - }, { name: 'targetMyNote', label: 'MyNote', @@ -250,22 +231,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationTargetObjectMetadataUniversalIdentifier: '20202020-6736-4337-b5c4-8b39fae325a5', }, - { - name: 'favorites', - label: 'Favorites', - description: 'My notes tied to the MyNote', - icon: 'IconBuildingSkyscraper', - isNullable: true, - type: FieldType.RELATION, - universalSettings: { - relationType: RelationType.ONE_TO_MANY, - }, - universalIdentifier: 'ed80c73b-25ff-5a3c-99c7-e27fa2f2611e', - relationTargetFieldMetadataUniversalIdentifier: - '698f12fe-3feb-55e3-b6cc-73375f1a8ae6', - relationTargetObjectMetadataUniversalIdentifier: - '20202020-ab56-4e05-92a3-e2414a499860', - }, { name: 'attachments', label: 'Attachments', diff --git a/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/expected-manifest.ts b/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/expected-manifest.ts index d93cf83793f..0b391f40172 100644 --- a/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/expected-manifest.ts +++ b/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/expected-manifest.ts @@ -119,25 +119,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.MANY_TO_ONE, }, }, - { - description: 'RootNote Root note', - icon: 'IconHeart', - isNullable: true, - label: 'RootNote', - name: 'targetRootNote', - objectUniversalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - relationTargetFieldMetadataUniversalIdentifier: - 'bbc0dc11-9daa-5e3f-b939-e6f0a12bb277', - relationTargetObjectMetadataUniversalIdentifier: - 'b0b1b2b3-b4b5-4000-8000-000000000001', - type: FieldType.RELATION, - universalIdentifier: '13fb0eae-50b4-5e28-afbc-5b5a9c422ead', - universalSettings: { - joinColumnName: 'targetRootNoteId', - onDelete: RelationOnDeleteAction.SET_NULL, - relationType: RelationType.MANY_TO_ONE, - }, - }, { description: 'RootNote Root note', icon: 'IconFileImport', @@ -326,25 +307,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.MANY_TO_ONE, }, }, - { - description: 'PostCardRecipient Post Card Recipient', - icon: 'IconHeart', - isNullable: true, - label: 'PostCardRecipient', - name: 'targetPostCardRecipient', - objectUniversalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - relationTargetFieldMetadataUniversalIdentifier: - 'a284914f-650c-54ad-84ef-d6229d3fa453', - relationTargetObjectMetadataUniversalIdentifier: - 'e1a2b3c4-5e6f-4a7b-8c9d-0e1f2a3b4c5e', - type: FieldType.RELATION, - universalIdentifier: 'f3247843-dd1f-5b15-8873-c0062a021180', - universalSettings: { - joinColumnName: 'targetPostCardRecipientId', - onDelete: RelationOnDeleteAction.SET_NULL, - relationType: RelationType.MANY_TO_ONE, - }, - }, { description: 'PostCardRecipient Post Card Recipient', icon: 'IconFileImport', @@ -426,25 +388,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.MANY_TO_ONE, }, }, - { - description: 'PostCard Post card', - icon: 'IconHeart', - isNullable: true, - label: 'PostCard', - name: 'targetPostCard', - objectUniversalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - relationTargetFieldMetadataUniversalIdentifier: - '94f43ec4-d2d1-5a50-b414-78da27d24258', - relationTargetObjectMetadataUniversalIdentifier: - '54b589ca-eeed-4950-a176-358418b85c05', - type: FieldType.RELATION, - universalIdentifier: '9a5d4ae3-6f45-593f-923d-bcd16ede4345', - universalSettings: { - joinColumnName: 'targetPostCardId', - onDelete: RelationOnDeleteAction.SET_NULL, - relationType: RelationType.MANY_TO_ONE, - }, - }, { description: 'PostCard Post card', icon: 'IconFileImport', @@ -526,25 +469,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.MANY_TO_ONE, }, }, - { - description: 'Recipient Recipient', - icon: 'IconHeart', - isNullable: true, - label: 'Recipient', - name: 'targetRecipient', - objectUniversalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - relationTargetFieldMetadataUniversalIdentifier: - 'd16a6387-273b-563c-a6cc-2cb4524b9b7b', - relationTargetObjectMetadataUniversalIdentifier: - 'd1a2b3c4-5e6f-4a7b-8c9d-0e1f2a3b4c5d', - type: FieldType.RELATION, - universalIdentifier: 'f4e6fd66-83bb-5f2d-b1ec-a3db2e0ca32d', - universalSettings: { - joinColumnName: 'targetRecipientId', - onDelete: RelationOnDeleteAction.SET_NULL, - relationType: RelationType.MANY_TO_ONE, - }, - }, { description: 'Recipient Recipient', icon: 'IconFileImport', @@ -745,22 +669,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.ONE_TO_MANY, }, }, - { - description: 'Root notes tied to the RootNote', - icon: 'IconBuildingSkyscraper', - isNullable: true, - label: 'Favorites', - name: 'favorites', - relationTargetFieldMetadataUniversalIdentifier: - '13fb0eae-50b4-5e28-afbc-5b5a9c422ead', - relationTargetObjectMetadataUniversalIdentifier: - '20202020-ab56-4e05-92a3-e2414a499860', - type: FieldType.RELATION, - universalIdentifier: 'bbc0dc11-9daa-5e3f-b939-e6f0a12bb277', - universalSettings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, { description: 'Root notes tied to the RootNote', icon: 'IconBuildingSkyscraper', @@ -943,22 +851,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.ONE_TO_MANY, }, }, - { - description: 'Post Card Recipients tied to the PostCardRecipient', - icon: 'IconBuildingSkyscraper', - isNullable: true, - label: 'Favorites', - name: 'favorites', - relationTargetFieldMetadataUniversalIdentifier: - 'f3247843-dd1f-5b15-8873-c0062a021180', - relationTargetObjectMetadataUniversalIdentifier: - '20202020-ab56-4e05-92a3-e2414a499860', - type: FieldType.RELATION, - universalIdentifier: 'a284914f-650c-54ad-84ef-d6229d3fa453', - universalSettings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, { description: 'Post Card Recipients tied to the PostCardRecipient', icon: 'IconBuildingSkyscraper', @@ -1208,22 +1100,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.ONE_TO_MANY, }, }, - { - description: 'Post cards tied to the PostCard', - icon: 'IconBuildingSkyscraper', - isNullable: true, - label: 'Favorites', - name: 'favorites', - relationTargetFieldMetadataUniversalIdentifier: - '9a5d4ae3-6f45-593f-923d-bcd16ede4345', - relationTargetObjectMetadataUniversalIdentifier: - '20202020-ab56-4e05-92a3-e2414a499860', - type: FieldType.RELATION, - universalIdentifier: '94f43ec4-d2d1-5a50-b414-78da27d24258', - universalSettings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, { description: 'Post cards tied to the PostCard', icon: 'IconBuildingSkyscraper', @@ -1411,22 +1287,6 @@ export const EXPECTED_MANIFEST: Manifest = { relationType: RelationType.ONE_TO_MANY, }, }, - { - description: 'Recipients tied to the Recipient', - icon: 'IconBuildingSkyscraper', - isNullable: true, - label: 'Favorites', - name: 'favorites', - relationTargetFieldMetadataUniversalIdentifier: - 'f4e6fd66-83bb-5f2d-b1ec-a3db2e0ca32d', - relationTargetObjectMetadataUniversalIdentifier: - '20202020-ab56-4e05-92a3-e2414a499860', - type: FieldType.RELATION, - universalIdentifier: 'd16a6387-273b-563c-a6cc-2cb4524b9b7b', - universalSettings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, { description: 'Recipients tied to the Recipient', icon: 'IconBuildingSkyscraper', diff --git a/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/tests/manifest.tests.ts b/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/tests/manifest.tests.ts index 911aeb473d5..e1e0e776f5e 100644 --- a/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/tests/manifest.tests.ts +++ b/packages/twenty-sdk/src/cli/__tests__/apps/rich-app/__integration__/app-dev/tests/manifest.tests.ts @@ -23,7 +23,7 @@ export const defineManifestTests = (appPath: string): void => { expect(manifest.logicFunctions).toHaveLength(6); expect(manifest.frontComponents).toHaveLength(4); expect(manifest.roles).toHaveLength(2); - expect(manifest.fields).toHaveLength(27); + expect(manifest.fields).toHaveLength(23); expect(manifest.views).toHaveLength(3); expect(manifest.navigationMenuItems).toHaveLength(3); diff --git a/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/__tests__/get-default-fields-in-object-fields.spec.ts b/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/__tests__/get-default-fields-in-object-fields.spec.ts index 5c5d66def36..823e7d6ba23 100644 --- a/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/__tests__/get-default-fields-in-object-fields.spec.ts +++ b/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/__tests__/get-default-fields-in-object-fields.spec.ts @@ -176,7 +176,7 @@ describe('getDefaultFieldsInObjectFields', () => { it('should return reverse relation fields for each default relation', () => { const { fields } = getDefaultFieldsInObjectFields(baseObjectConfig); - expect(fields).toHaveLength(5); + expect(fields).toHaveLength(4); const fieldNames = fields.map((f) => f.name); diff --git a/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/get-default-relation-object-fields.ts b/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/get-default-relation-object-fields.ts index 8ee7627482d..5321cd09fc7 100644 --- a/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/get-default-relation-object-fields.ts +++ b/packages/twenty-sdk/src/cli/utilities/build/manifest/utils/get-default-relation-object-fields.ts @@ -41,15 +41,6 @@ const DEFAULT_RELATION_CONFIGS = [ standardObjectKey: 'timelineActivity', morphId: STANDARD_OBJECTS.timelineActivity.morphIds.targetMorphId.morphId, }, - { - ...DEFAULT_DEFAULT_RELATION, - fieldName: 'favorites', - label: 'Favorites', - icon: 'IconBuildingSkyscraper', - targetIcon: 'IconHeart', - targetFieldType: FieldMetadataType.RELATION, - standardObjectKey: 'favorite', - }, { ...DEFAULT_DEFAULT_RELATION, fieldName: 'attachments', diff --git a/packages/twenty-server/src/engine/core-modules/message-queue/jobs.module.ts b/packages/twenty-server/src/engine/core-modules/message-queue/jobs.module.ts index 87b88a617da..709fa307067 100644 --- a/packages/twenty-server/src/engine/core-modules/message-queue/jobs.module.ts +++ b/packages/twenty-server/src/engine/core-modules/message-queue/jobs.module.ts @@ -35,7 +35,6 @@ import { WorkspaceCleanerModule } from 'src/engine/workspace-manager/workspace-c import { CalendarEventParticipantManagerModule } from 'src/modules/calendar/calendar-event-participant-manager/calendar-event-participant-manager.module'; import { CalendarModule } from 'src/modules/calendar/calendar.module'; import { AutoCompaniesAndContactsCreationJobModule } from 'src/modules/contact-creation-manager/jobs/auto-companies-and-contacts-creation-job.module'; -import { FavoriteModule } from 'src/modules/favorite/favorite.module'; import { MessagingModule } from 'src/modules/messaging/messaging.module'; import { TimelineJobModule } from 'src/modules/timeline/jobs/timeline-job.module'; import { TimelineActivityModule } from 'src/modules/timeline/timeline-activity.module'; @@ -62,7 +61,6 @@ import { WorkflowModule } from 'src/modules/workflow/workflow.module'; TimelineJobModule, WebhookJobModule, WorkflowModule, - FavoriteModule, NavigationMenuItemModule, SdkClientModule, WorkspaceCleanerModule, diff --git a/packages/twenty-server/src/engine/core-modules/tool-provider/providers/database-tool.provider.ts b/packages/twenty-server/src/engine/core-modules/tool-provider/providers/database-tool.provider.ts index 793ceb0008a..dd775221863 100644 --- a/packages/twenty-server/src/engine/core-modules/tool-provider/providers/database-tool.provider.ts +++ b/packages/twenty-server/src/engine/core-modules/tool-provider/providers/database-tool.provider.ts @@ -26,7 +26,6 @@ import { import { ToolCategory } from 'twenty-shared/ai'; import { type ToolDescriptor } from 'src/engine/core-modules/tool-provider/types/tool-descriptor.type'; import { type ToolIndexEntry } from 'src/engine/core-modules/tool-provider/types/tool-index-entry.type'; -import { isFavoriteRelatedObject } from 'src/engine/metadata-modules/ai/ai-agent/utils/is-favorite-related-object.util'; import { isWorkflowRelatedObject } from 'src/engine/metadata-modules/ai/ai-agent/utils/is-workflow-related-object.util'; import { WorkspaceManyOrAllFlatEntityMapsCacheService } from 'src/engine/metadata-modules/flat-entity/services/workspace-many-or-all-flat-entity-maps-cache.service'; import { computePermissionIntersection } from 'src/engine/twenty-orm/utils/compute-permission-intersection.util'; @@ -81,10 +80,7 @@ export class DatabaseToolProvider implements ToolProvider { .filter((obj) => obj.isActive); for (const flatObject of allFlatObjects) { - if ( - isWorkflowRelatedObject(flatObject) || - isFavoriteRelatedObject(flatObject) - ) { + if (isWorkflowRelatedObject(flatObject)) { continue; } diff --git a/packages/twenty-server/src/engine/metadata-modules/ai/ai-agent/utils/is-favorite-related-object.util.ts b/packages/twenty-server/src/engine/metadata-modules/ai/ai-agent/utils/is-favorite-related-object.util.ts deleted file mode 100644 index 8c09b6e05d2..00000000000 --- a/packages/twenty-server/src/engine/metadata-modules/ai/ai-agent/utils/is-favorite-related-object.util.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { STANDARD_OBJECTS } from 'twenty-shared/metadata'; - -const FAVORITE_STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS = [ - STANDARD_OBJECTS.favorite.universalIdentifier, - STANDARD_OBJECTS.favoriteFolder.universalIdentifier, -] as const; - -export const isFavoriteRelatedObject = (objectMetadata: { - universalIdentifier: string; -}): boolean => { - return FAVORITE_STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS.includes( - objectMetadata.universalIdentifier as (typeof FAVORITE_STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS)[number], - ); -}; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/company-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/company-flat-fields.mock.ts index e074d42e8a5..fac4406aaee 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/company-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/company-flat-fields.mock.ts @@ -503,29 +503,6 @@ export const COMPANY_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: 'e6996bbf-dd41-423a-9324-8546f5b22fa7', universalIdentifier: '20202020-add3-4658-8e23-d70dccb6d0ec', }), - favorites: getFlatFieldMetadataMock({ - id: '72415216-fed4-450b-aa00-691e37718b01', - objectMetadataId: '7f5c2c7a-bb23-46fb-b59d-9b7a52a8d1cc', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites linked to the company', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '9a11532c-6839-46ed-a2f5-ed03f88b86f6', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d55', - }), attachments: getFlatFieldMetadataMock({ id: '44a572c5-d620-47f5-943a-346ae967e99e', objectMetadataId: '7f5c2c7a-bb23-46fb-b59d-9b7a52a8d1cc', diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-flat-fields.mock.ts deleted file mode 100644 index 1542cbe7e33..00000000000 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-flat-fields.mock.ts +++ /dev/null @@ -1,506 +0,0 @@ -import { - FieldMetadataType, - DateDisplayFormat, - RelationOnDeleteAction, -} from 'twenty-shared/types'; - -import { RelationType } from 'src/engine/metadata-modules/field-metadata/interfaces/relation-type.interface'; - -import { getFlatFieldMetadataMock } from 'src/engine/metadata-modules/flat-field-metadata/__mocks__/get-flat-field-metadata.mock'; -import { type FlatFieldMetadata } from 'src/engine/metadata-modules/flat-field-metadata/types/flat-field-metadata.type'; - -export const FAVORITE_FLAT_FIELDS_MOCK = { - position: getFlatFieldMetadataMock({ - id: '64dbf3ef-a352-44bb-9055-f95822f18d0a', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.NUMBER, - name: 'position', - label: 'Position', - defaultValue: 0, - description: 'Favorite position', - icon: 'IconList', - standardOverrides: null, - options: null, - settings: null, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-dd26-42c6-8c3c-2a7598c204f6', - }), - id: getFlatFieldMetadataMock({ - id: '49f58497-4e7c-49e6-b3bc-c91d4b8a8ddc', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.UUID, - name: 'id', - label: 'Id', - defaultValue: 'uuid', - description: 'Id', - icon: 'Icon123', - standardOverrides: null, - options: null, - settings: null, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-eda0-4cee-9577-3eb357e3c22b', - }), - createdAt: getFlatFieldMetadataMock({ - id: '0606a76c-8a72-48ca-90c6-526c729c25eb', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.DATE_TIME, - name: 'createdAt', - label: 'Creation date', - defaultValue: 'now', - description: 'Creation date', - icon: 'IconCalendar', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-66ac-4502-9975-e4d959c50311', - }), - updatedAt: getFlatFieldMetadataMock({ - id: 'fb202982-0c8e-4917-8dda-acb8248be749', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.DATE_TIME, - name: 'updatedAt', - label: 'Last update', - defaultValue: 'now', - description: 'Last time the record was changed', - icon: 'IconCalendarClock', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-d767-4622-bdcf-d8a084834d86', - }), - deletedAt: getFlatFieldMetadataMock({ - id: 'ef52e151-a974-470f-bbe7-f345fd4eca65', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.DATE_TIME, - name: 'deletedAt', - label: 'Deleted at', - defaultValue: null, - description: 'Date when the record was deleted', - icon: 'IconCalendarMinus', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-b9a7-48d8-8387-b9a3090a50ec', - }), - forWorkspaceMember: getFlatFieldMetadataMock({ - id: '07f2c3ba-63d1-4e44-bac4-bc4591e51bac', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'forWorkspaceMember', - label: 'Workspace Member', - defaultValue: null, - description: 'Favorite workspace member', - icon: 'IconCircleUser', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'forWorkspaceMemberId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: 'a15a4b41-1849-4dea-aa43-f53caad016be', - relationTargetObjectMetadataId: '7d8264db-2b55-4b74-81ff-b7064ed43840', - universalIdentifier: '20202020-ce63-49cb-9676-fdc0c45892cd', - }), - person: getFlatFieldMetadataMock({ - id: '013cec20-e9cc-42db-b9b9-ff6bd0f52abd', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'person', - label: 'Person', - defaultValue: null, - description: 'Favorite person', - icon: 'IconUser', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'personId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: 'a1a72bee-1c15-4598-ba23-67ba8e3e505d', - relationTargetObjectMetadataId: '843e0b67-9619-4628-91c4-2fa62256a611', - universalIdentifier: '20202020-c428-4f40-b6f3-86091511c41c', - }), - company: getFlatFieldMetadataMock({ - id: '9a11532c-6839-46ed-a2f5-ed03f88b86f6', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'company', - label: 'Company', - defaultValue: null, - description: 'Favorite company', - icon: 'IconBuildingSkyscraper', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'companyId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '72415216-fed4-450b-aa00-691e37718b01', - relationTargetObjectMetadataId: '7f5c2c7a-bb23-46fb-b59d-9b7a52a8d1cc', - universalIdentifier: '20202020-cff5-4682-8bf9-069169e08279', - }), - favoriteFolder: getFlatFieldMetadataMock({ - id: 'fabbe669-b8fc-49fe-8010-f13d01eb61f1', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'favoriteFolder', - label: 'Favorite Folder', - defaultValue: null, - description: 'The folder this favorite belongs to', - icon: 'IconFolder', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.SET_NULL, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'favoriteFolderId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '71b95076-6b8d-45c9-9a7c-ab981b81bd1b', - relationTargetObjectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - universalIdentifier: '20202020-f658-4d12-8b4d-248356aa4bd9', - }), - opportunity: getFlatFieldMetadataMock({ - id: '6380cf8e-4327-4d1e-ad21-1826ce4ecf05', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'opportunity', - label: 'Opportunity', - defaultValue: null, - description: 'Favorite opportunity', - icon: 'IconTargetArrow', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'opportunityId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '87bb9924-a1cc-4357-9c8a-52141dabf266', - relationTargetObjectMetadataId: 'e6996bbf-dd41-423a-9324-8546f5b22fa7', - universalIdentifier: '20202020-dabc-48e1-8318-2781a2b32aa2', - }), - workflow: getFlatFieldMetadataMock({ - id: '12c20527-9b1d-4922-9650-00cc31b26387', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'workflow', - label: 'Workflow', - defaultValue: null, - description: 'Favorite workflow', - icon: 'IconSettingsAutomation', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'workflowId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: 'b848abe8-276b-46c9-9eab-baf34d2a0583', - relationTargetObjectMetadataId: '664c19a5-0693-45d4-a4e5-76c3717db83c', - universalIdentifier: '20202020-b11b-4dc8-999a-6bd0a947b463', - }), - workflowVersion: getFlatFieldMetadataMock({ - id: '5cb92f25-c067-4e19-afb3-c7cc038ed1a4', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'workflowVersion', - label: 'Workflow', - defaultValue: null, - description: 'Favorite workflow version', - icon: 'IconSettingsAutomation', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'workflowVersionId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: 'ea6b6bda-6ba7-4549-b81a-1f3ced0d4b25', - relationTargetObjectMetadataId: '99cf5f27-b41d-4f25-a23b-9e47d27dae9b', - universalIdentifier: '20202020-e1b8-4caf-b55a-3ab4d4cbcd21', - }), - workflowRun: getFlatFieldMetadataMock({ - id: 'a4bdd0d8-c36f-4519-812b-be4800ab14b0', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'workflowRun', - label: 'Workflow', - defaultValue: null, - description: 'Favorite workflow run', - icon: 'IconSettingsAutomation', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'workflowRunId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: '444a6e9e-443d-4f04-a60d-32f76f17049c', - relationTargetObjectMetadataId: '06d95e96-b050-443f-946e-dd276d291a2f', - universalIdentifier: '20202020-db5a-4fe4-9a13-9afa22b1e762', - }), - task: getFlatFieldMetadataMock({ - id: 'db16ab78-ea3f-4b67-93e3-6ad9ab1b7273', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'task', - label: 'Task', - defaultValue: null, - description: 'Favorite task', - icon: 'IconCheckbox', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'taskId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '33e4eff0-ff0f-4530-802a-cd630481ee84', - relationTargetObjectMetadataId: '3186920d-2a15-4b5f-96c7-2bf6567024b0', - universalIdentifier: '20202020-1b1b-4b3b-8b1b-7f8d6a1d7d5c', - }), - note: getFlatFieldMetadataMock({ - id: 'a61baf0f-2d43-4fda-9baf-efb000c17ecd', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'note', - label: 'Note', - defaultValue: null, - description: 'Favorite note', - icon: 'IconNotes', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'noteId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '065a1ede-f773-48ca-84bf-70f61d838396', - relationTargetObjectMetadataId: '1253e3e5-5b00-4a34-93b8-02f3dc6e2b7c', - universalIdentifier: '20202020-1f25-43fe-8b00-af212fdde824', - }), - view: getFlatFieldMetadataMock({ - id: 'accd216c-790e-4bd2-83bb-0700e06d0e5c', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'view', - label: 'View', - defaultValue: null, - description: 'Favorite view', - icon: 'IconLayoutCollage', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'viewId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '90a103ec-7dce-4bd4-aed4-e2c9d46ecf32', - relationTargetObjectMetadataId: '8377fc0d-ec1c-4fb5-b6ae-9381d9b22a95', - universalIdentifier: '20202020-5a93-4fa9-acce-e73481a0bbdf', - }), - rocket: getFlatFieldMetadataMock({ - id: '9448627d-725d-499e-a071-90fd5cfcf0ea', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'rocket', - label: 'Rocket', - defaultValue: null, - description: 'Favorites Rocket', - icon: 'IconBuildingSkyscraper', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'rocketId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: '14010360-f3c2-442e-b05f-43c30158f246', - relationTargetObjectMetadataId: 'd78ec657-74a4-4652-a350-1f44ff62970a', - universalIdentifier: '20202020-78f7-4d7d-86e9-7562ced0b381', - }), - pet: getFlatFieldMetadataMock({ - id: 'd34b4048-bf0c-4c61-8ffe-59f1838a2cc4', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'pet', - label: 'Pet', - defaultValue: null, - description: 'Favorites Pet', - icon: 'IconBuildingSkyscraper', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'petId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: '80bc4e7a-6bd1-4f2b-98b1-6333c631cc1a', - relationTargetObjectMetadataId: 'd34e0f07-1b8c-4de0-938e-599cf05e1f7f', - universalIdentifier: '20202020-1bd7-4d10-80dc-968b9f5d1a8a', - }), - surveyResult: getFlatFieldMetadataMock({ - id: '9cdfb5a1-bb9c-4a59-811d-f5a1034a8f8b', - objectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - type: FieldMetadataType.RELATION, - name: 'surveyResult', - label: 'Survey result', - defaultValue: null, - description: 'Favorites Survey result', - icon: 'IconBuildingSkyscraper', - standardOverrides: null, - options: null, - settings: { - onDelete: RelationOnDeleteAction.CASCADE, - relationType: RelationType.MANY_TO_ONE, - joinColumnName: 'surveyResultId', - }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: '8e11aced-3a20-4551-baa1-b38b98a74e1c', - relationTargetObjectMetadataId: '713da753-0340-49b5-b1fa-add34d2dc9a8', - universalIdentifier: '20202020-d049-4912-80ee-43b09fe3b0ac', - }), -} as const satisfies Record; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-folder-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-folder-flat-fields.mock.ts deleted file mode 100644 index 173311d88d4..00000000000 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/favorite-folder-flat-fields.mock.ts +++ /dev/null @@ -1,170 +0,0 @@ -import { FieldMetadataType, DateDisplayFormat } from 'twenty-shared/types'; - -import { RelationType } from 'src/engine/metadata-modules/field-metadata/interfaces/relation-type.interface'; - -import { getFlatFieldMetadataMock } from 'src/engine/metadata-modules/flat-field-metadata/__mocks__/get-flat-field-metadata.mock'; -import { type FlatFieldMetadata } from 'src/engine/metadata-modules/flat-field-metadata/types/flat-field-metadata.type'; - -export const FAVORITE_FOLDER_FLAT_FIELDS_MOCK = { - position: getFlatFieldMetadataMock({ - id: '5894ab56-99b7-49e8-98be-dd6524250df5', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.NUMBER, - name: 'position', - label: 'Position', - defaultValue: 0, - description: 'Favorite folder position', - icon: 'IconList', - standardOverrides: null, - options: null, - settings: null, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-5278-4bde-8909-2cec74d43744', - }), - name: getFlatFieldMetadataMock({ - id: '1502abe0-b2f8-43a7-ae55-91c826b34ffe', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.TEXT, - name: 'name', - label: 'Name', - defaultValue: "''", - description: 'Name of the favorite folder', - icon: 'IconText', - standardOverrides: null, - options: null, - settings: null, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-82a3-4537-8ff0-dbce7eec35d6', - }), - id: getFlatFieldMetadataMock({ - id: '85ab1864-0a92-4682-8583-82e8b696410b', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.UUID, - name: 'id', - label: 'Id', - defaultValue: 'uuid', - description: 'Id', - icon: 'Icon123', - standardOverrides: null, - options: null, - settings: null, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-eda0-4cee-9577-3eb357e3c22b', - }), - createdAt: getFlatFieldMetadataMock({ - id: 'a92b4b66-c2de-483e-8973-6f12bf36ac1a', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.DATE_TIME, - name: 'createdAt', - label: 'Creation date', - defaultValue: 'now', - description: 'Creation date', - icon: 'IconCalendar', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-66ac-4502-9975-e4d959c50311', - }), - updatedAt: getFlatFieldMetadataMock({ - id: '3907fc24-3bf0-4f0b-88be-f9635e473145', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.DATE_TIME, - name: 'updatedAt', - label: 'Last update', - defaultValue: 'now', - description: 'Last time the record was changed', - icon: 'IconCalendarClock', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: false, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-d767-4622-bdcf-d8a084834d86', - }), - deletedAt: getFlatFieldMetadataMock({ - id: '52dcb335-5ce1-4165-a30b-4a61e84af21f', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.DATE_TIME, - name: 'deletedAt', - label: 'Deleted at', - defaultValue: null, - description: 'Date when the record was deleted', - icon: 'IconCalendarMinus', - standardOverrides: null, - options: null, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - isCustom: false, - isActive: true, - isSystem: false, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: null, - relationTargetObjectMetadataId: null, - universalIdentifier: '20202020-b9a7-48d8-8387-b9a3090a50ec', - }), - favorites: getFlatFieldMetadataMock({ - id: '71b95076-6b8d-45c9-9a7c-ab981b81bd1b', - objectMetadataId: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites in this folder', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: 'fabbe669-b8fc-49fe-8010-f13d01eb61f1', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-b5e3-4b42-8af2-03cd4fd2e4d2', - }), -} as const satisfies Record; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/note-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/note-flat-fields.mock.ts index 12e689e145a..6c5ed92b78c 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/note-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/note-flat-fields.mock.ts @@ -286,27 +286,4 @@ export const NOTE_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '3090f830-c4b1-41a1-8e18-815760830bec', universalIdentifier: '20202020-7030-42f8-929c-1a57b25d6bce', }), - favorites: getFlatFieldMetadataMock({ - id: '065a1ede-f773-48ca-84bf-70f61d838396', - objectMetadataId: '1253e3e5-5b00-4a34-93b8-02f3dc6e2b7c', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites linked to the note', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: 'a61baf0f-2d43-4fda-9baf-efb000c17ecd', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d67', - }), } as const satisfies Record; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/opportunity-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/opportunity-flat-fields.mock.ts index 65883db90b6..fcf6000e0ea 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/opportunity-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/opportunity-flat-fields.mock.ts @@ -357,29 +357,6 @@ export const OPPORTUNITY_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '7f5c2c7a-bb23-46fb-b59d-9b7a52a8d1cc', universalIdentifier: '20202020-cbac-457e-b565-adece5fc815f', }), - favorites: getFlatFieldMetadataMock({ - id: '87bb9924-a1cc-4357-9c8a-52141dabf266', - objectMetadataId: 'e6996bbf-dd41-423a-9324-8546f5b22fa7', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites linked to the opportunity', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '6380cf8e-4327-4d1e-ad21-1826ce4ecf05', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-a1c2-4500-aaae-83ba8a0e827a', - }), taskTargets: getFlatFieldMetadataMock({ id: 'c0c9f9ac-0d40-4206-90e5-0d1e14f8a09f', objectMetadataId: 'e6996bbf-dd41-423a-9324-8546f5b22fa7', diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/person-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/person-flat-fields.mock.ts index 4847ab4ed88..fb31288966c 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/person-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/person-flat-fields.mock.ts @@ -469,29 +469,6 @@ export const PERSON_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '12e3cb51-c3de-4192-b0d5-965d48d001c0', universalIdentifier: '20202020-c8fc-4258-8250-15905d3fcfec', }), - favorites: getFlatFieldMetadataMock({ - id: 'a1a72bee-1c15-4598-ba23-67ba8e3e505d', - objectMetadataId: '843e0b67-9619-4628-91c4-2fa62256a611', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites linked to the contact', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: '013cec20-e9cc-42db-b9b9-ff6bd0f52abd', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-4073-4117-9cf1-203bcdc91cbd', - }), attachments: getFlatFieldMetadataMock({ id: '367ad117-de09-466c-94f8-ce99d951b5ce', objectMetadataId: '843e0b67-9619-4628-91c4-2fa62256a611', diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/pet-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/pet-flat-fields.mock.ts index 44d4ef6270b..723202973f8 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/pet-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/pet-flat-fields.mock.ts @@ -213,29 +213,6 @@ export const PET_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '3090f830-c4b1-41a1-8e18-815760830bec', universalIdentifier: '20202020-f1ef-4ba4-8f33-1a4577afa477', }), - favorites: getFlatFieldMetadataMock({ - id: '80bc4e7a-6bd1-4f2b-98b1-6333c631cc1a', - objectMetadataId: 'd34e0f07-1b8c-4de0-938e-599cf05e1f7f', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites tied to the Pet', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: 'd34b4048-bf0c-4c61-8ffe-59f1838a2cc4', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-a4a7-4686-b296-1c6c3482ee21', - }), attachments: getFlatFieldMetadataMock({ id: '231903d0-3b14-47ed-9a88-fbf11031c451', objectMetadataId: 'd34e0f07-1b8c-4de0-938e-599cf05e1f7f', diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/rocket-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/rocket-flat-fields.mock.ts index 6331aecb90d..8a0aab5ddee 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/rocket-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/rocket-flat-fields.mock.ts @@ -190,29 +190,6 @@ export const ROCKET_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '3090f830-c4b1-41a1-8e18-815760830bec', universalIdentifier: '20202020-f1ef-4ba4-8f33-1a4577afa477', }), - favorites: getFlatFieldMetadataMock({ - id: '14010360-f3c2-442e-b05f-43c30158f246', - objectMetadataId: 'd78ec657-74a4-4652-a350-1f44ff62970a', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites tied to the Rocket', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: false, - relationTargetFieldMetadataId: '9448627d-725d-499e-a071-90fd5cfcf0ea', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-a4a7-4686-b296-1c6c3482ee21', - }), attachments: getFlatFieldMetadataMock({ id: 'f5984acf-5128-42ac-840f-9d2888423699', objectMetadataId: 'd78ec657-74a4-4652-a350-1f44ff62970a', diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/task-flat-fields.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/task-flat-fields.mock.ts index a2dd24114dd..3a494757eb7 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/task-flat-fields.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-field-metadata/__mocks__/task-flat-fields.mock.ts @@ -385,27 +385,4 @@ export const TASK_FLAT_FIELDS_MOCK = { relationTargetObjectMetadataId: '3090f830-c4b1-41a1-8e18-815760830bec', universalIdentifier: '20202020-c778-4278-99ee-23a2837aee64', }), - favorites: getFlatFieldMetadataMock({ - id: '33e4eff0-ff0f-4530-802a-cd630481ee84', - objectMetadataId: '3186920d-2a15-4b5f-96c7-2bf6567024b0', - type: FieldMetadataType.RELATION, - name: 'favorites', - label: 'Favorites', - defaultValue: null, - description: 'Favorites linked to the task', - icon: 'IconHeart', - standardOverrides: null, - options: null, - settings: { relationType: RelationType.ONE_TO_MANY }, - isCustom: false, - isActive: true, - isSystem: true, - isNullable: true, - isUnique: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - isLabelSyncedWithName: true, - relationTargetFieldMetadataId: 'db16ab78-ea3f-4b67-93e3-6ad9ab1b7273', - relationTargetObjectMetadataId: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d65', - }), } as const satisfies Record; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/all-flat-object-metadatas.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/all-flat-object-metadatas.mock.ts index c3ecd3cd78d..73bf0ee1937 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/all-flat-object-metadatas.mock.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/all-flat-object-metadatas.mock.ts @@ -1,7 +1,5 @@ import { ATTACHMENT_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/attachment-flat-object.mock'; import { COMPANY_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/company-flat-object.mock'; -import { FAVORITE_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock'; -import { FAVORITE_FOLDER_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock'; import { NOTE_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/note-flat-object.mock'; import { NOTE_TARGET_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/note-target-flat-object.mock'; import { OPPORTUNITY_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/opportunity-flat-object.mock'; @@ -24,6 +22,4 @@ export const ALL_FLAT_OBJECT_METADATA_MOCKS = [ NOTE_FLAT_OBJECT_MOCK, COMPANY_FLAT_OBJECT_MOCK, ATTACHMENT_FLAT_OBJECT_MOCK, - FAVORITE_FLAT_OBJECT_MOCK, - FAVORITE_FOLDER_FLAT_OBJECT_MOCK, ] as const; diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock.ts deleted file mode 100644 index a67b0f2c440..00000000000 --- a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { getFlatObjectMetadataMock } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/get-flat-object-metadata.mock'; - -export const FAVORITE_FLAT_OBJECT_MOCK = getFlatObjectMetadataMock({ - id: 'f4749ffb-dde8-44ff-8b01-d3fc82df0ba2', - nameSingular: 'favorite', - namePlural: 'favorites', - labelSingular: 'Favorite', - labelPlural: 'Favorites', - description: 'A favorite that can be accessed from the left menu', - icon: 'IconHeart', - standardOverrides: null, - targetTableName: 'DEPRECATED', - isCustom: false, - isRemote: false, - isActive: true, - isSystem: true, - isAuditLogged: true, - isSearchable: false, - shortcut: null, - labelIdentifierFieldMetadataId: '49f58497-4e7c-49e6-b3bc-c91d4b8a8ddc', - imageIdentifierFieldMetadataId: null, - isLabelSyncedWithName: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - universalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', -}); diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock.ts b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock.ts deleted file mode 100644 index bd4349b85a8..00000000000 --- a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { getFlatObjectMetadataMock } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/get-flat-object-metadata.mock'; - -export const FAVORITE_FOLDER_FLAT_OBJECT_MOCK = getFlatObjectMetadataMock({ - id: '35763b74-1abe-4c4b-9eab-27693f0ee06d', - nameSingular: 'favoriteFolder', - namePlural: 'favoriteFolders', - labelSingular: 'Favorite Folder', - labelPlural: 'Favorite Folders', - description: 'A Folder of favorites', - icon: 'IconFolder', - standardOverrides: null, - targetTableName: 'DEPRECATED', - isCustom: false, - isRemote: false, - isActive: true, - isSystem: true, - isAuditLogged: true, - isSearchable: false, - shortcut: null, - labelIdentifierFieldMetadataId: '85ab1864-0a92-4682-8583-82e8b696410b', - imageIdentifierFieldMetadataId: null, - isLabelSyncedWithName: false, - workspaceId: '20202020-1c25-4d02-bf25-6aeccf7ea419', - universalIdentifier: '20202020-7cf8-401f-8211-a9587d27fd2d', -}); diff --git a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/standard-relation-target-flat-object-metadata.mocks.ts b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/standard-relation-target-flat-object-metadata.mocks.ts index 5b5da763b14..1a601d81758 100644 --- a/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/standard-relation-target-flat-object-metadata.mocks.ts +++ b/packages/twenty-server/src/engine/metadata-modules/flat-object-metadata/__mocks__/standard-relation-target-flat-object-metadata.mocks.ts @@ -1,6 +1,4 @@ import { ATTACHMENT_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/attachment-flat-object.mock'; -import { FAVORITE_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-flat-object.mock'; -import { FAVORITE_FOLDER_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/favorite-folder-flat-object.mock'; import { NOTE_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/note-flat-object.mock'; import { NOTE_TARGET_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/note-target-flat-object.mock'; import { TASK_TARGET_FLAT_OBJECT_MOCK } from 'src/engine/metadata-modules/flat-object-metadata/__mocks__/task-target-flat-object.mock'; @@ -10,8 +8,6 @@ export const STANDARD_RELATION_TARGET_FLAT_OBJECT_METADATA_MOCKS = [ NOTE_FLAT_OBJECT_MOCK, TIMELINE_ACTIVITY_FLAT_OBJECT_MOCK, NOTE_TARGET_FLAT_OBJECT_MOCK, - FAVORITE_FLAT_OBJECT_MOCK, ATTACHMENT_FLAT_OBJECT_MOCK, TASK_TARGET_FLAT_OBJECT_MOCK, - FAVORITE_FOLDER_FLAT_OBJECT_MOCK, ] as const; diff --git a/packages/twenty-server/src/engine/metadata-modules/object-metadata/utils/build-default-relation-flat-field-metadatas-for-custom-object.util.ts b/packages/twenty-server/src/engine/metadata-modules/object-metadata/utils/build-default-relation-flat-field-metadatas-for-custom-object.util.ts index faf85c1409a..e0fb0c95384 100644 --- a/packages/twenty-server/src/engine/metadata-modules/object-metadata/utils/build-default-relation-flat-field-metadatas-for-custom-object.util.ts +++ b/packages/twenty-server/src/engine/metadata-modules/object-metadata/utils/build-default-relation-flat-field-metadatas-for-custom-object.util.ts @@ -24,7 +24,6 @@ import { type UniversalFlatObjectMetadata } from 'src/engine/workspace-manager/w const morphIdByRelationObjectNameSingular = { timelineActivity: STANDARD_OBJECTS.timelineActivity.morphIds.targetMorphId.morphId, - favorite: null, attachment: STANDARD_OBJECTS.attachment.morphIds.targetMorphId.morphId, noteTarget: STANDARD_OBJECTS.noteTarget.morphIds.targetMorphId.morphId, taskTarget: STANDARD_OBJECTS.taskTarget.morphIds.targetMorphId.morphId, diff --git a/packages/twenty-server/src/engine/twenty-orm/custom.workspace-entity.ts b/packages/twenty-server/src/engine/twenty-orm/custom.workspace-entity.ts index 614da7bacfb..37e9cf1e6fa 100644 --- a/packages/twenty-server/src/engine/twenty-orm/custom.workspace-entity.ts +++ b/packages/twenty-server/src/engine/twenty-orm/custom.workspace-entity.ts @@ -4,7 +4,6 @@ import { DEFAULT_LABEL_IDENTIFIER_FIELD_NAME } from 'src/engine/metadata-modules import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity'; import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type NoteTargetWorkspaceEntity } from 'src/modules/note/standard-objects/note-target.workspace-entity'; import { type TaskTargetWorkspaceEntity } from 'src/modules/task/standard-objects/task-target.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; @@ -22,7 +21,6 @@ export class CustomWorkspaceEntity extends BaseWorkspaceEntity { updatedBy: ActorMetadata; noteTargets: NoteTargetWorkspaceEntity[]; taskTargets: TaskTargetWorkspaceEntity[]; - favorites: FavoriteWorkspaceEntity[]; attachments: AttachmentWorkspaceEntity[]; timelineActivities: TimelineActivityWorkspaceEntity[]; searchVector: string; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout.constant.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout.constant.ts index 9238a4f5226..c25d774aecc 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout.constant.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout.constant.ts @@ -6,8 +6,6 @@ import { STANDARD_COMPANY_PAGE_LAYOUT_CONFIG, STANDARD_CONNECTED_ACCOUNT_PAGE_LAYOUT_CONFIG, STANDARD_DASHBOARD_PAGE_LAYOUT_CONFIG, - STANDARD_FAVORITE_FOLDER_PAGE_LAYOUT_CONFIG, - STANDARD_FAVORITE_PAGE_LAYOUT_CONFIG, STANDARD_MESSAGE_CHANNEL_MESSAGE_ASSOCIATION_MESSAGE_FOLDER_PAGE_LAYOUT_CONFIG, STANDARD_MESSAGE_CHANNEL_MESSAGE_ASSOCIATION_PAGE_LAYOUT_CONFIG, STANDARD_MESSAGE_CHANNEL_PAGE_LAYOUT_CONFIG, @@ -35,8 +33,6 @@ export const STANDARD_PAGE_LAYOUTS = { STANDARD_CALENDAR_EVENT_PARTICIPANT_PAGE_LAYOUT_CONFIG, companyRecordPage: STANDARD_COMPANY_PAGE_LAYOUT_CONFIG, connectedAccountRecordPage: STANDARD_CONNECTED_ACCOUNT_PAGE_LAYOUT_CONFIG, - favoriteRecordPage: STANDARD_FAVORITE_PAGE_LAYOUT_CONFIG, - favoriteFolderRecordPage: STANDARD_FAVORITE_FOLDER_PAGE_LAYOUT_CONFIG, messageChannelRecordPage: STANDARD_MESSAGE_CHANNEL_PAGE_LAYOUT_CONFIG, messageChannelMessageAssociationRecordPage: STANDARD_MESSAGE_CHANNEL_MESSAGE_ASSOCIATION_PAGE_LAYOUT_CONFIG, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-object-metadata-related-entity-ids.util.spec.ts.snap b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-object-metadata-related-entity-ids.util.spec.ts.snap index a1798213c0c..da3c25a08f6 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-object-metadata-related-entity-ids.util.spec.ts.snap +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-object-metadata-related-entity-ids.util.spec.ts.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`getStandardObjectMetadataRelatedEntityIds should return standard object metadata related entity ids 1`] = ` { @@ -637,7 +637,7 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "id": "00000000-0000-0000-0000-000000000196", }, "attachments": { - "id": "00000000-0000-0000-0000-000000000207", + "id": "00000000-0000-0000-0000-000000000206", }, "createdAt": { "id": "00000000-0000-0000-0000-000000000187", @@ -654,9 +654,6 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "employees": { "id": "00000000-0000-0000-0000-000000000193", }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000206", - }, "id": { "id": "00000000-0000-0000-0000-000000000186", }, @@ -682,13 +679,13 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "id": "00000000-0000-0000-0000-000000000198", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000209", + "id": "00000000-0000-0000-0000-000000000208", }, "taskTargets": { "id": "00000000-0000-0000-0000-000000000203", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000208", + "id": "00000000-0000-0000-0000-000000000207", }, "updatedAt": { "id": "00000000-0000-0000-0000-000000000188", @@ -700,112 +697,109 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "id": "00000000-0000-0000-0000-000000000195", }, }, - "id": "00000000-0000-0000-0000-000000000243", + "id": "00000000-0000-0000-0000-000000000241", "views": { "allCompanies": { - "id": "00000000-0000-0000-0000-000000000218", + "id": "00000000-0000-0000-0000-000000000217", "viewFieldGroups": {}, "viewFields": { "accountOwner": { - "id": "00000000-0000-0000-0000-000000000213", - }, - "address": { - "id": "00000000-0000-0000-0000-000000000217", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000214", - }, - "createdBy": { "id": "00000000-0000-0000-0000-000000000212", }, - "domainName": { - "id": "00000000-0000-0000-0000-000000000211", - }, - "employees": { - "id": "00000000-0000-0000-0000-000000000215", - }, - "linkedinLink": { + "address": { "id": "00000000-0000-0000-0000-000000000216", }, - "name": { + "createdAt": { + "id": "00000000-0000-0000-0000-000000000213", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000211", + }, + "domainName": { "id": "00000000-0000-0000-0000-000000000210", }, + "employees": { + "id": "00000000-0000-0000-0000-000000000214", + }, + "linkedinLink": { + "id": "00000000-0000-0000-0000-000000000215", + }, + "name": { + "id": "00000000-0000-0000-0000-000000000209", + }, }, "viewGroups": {}, }, "companyRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000242", + "id": "00000000-0000-0000-0000-000000000240", "viewFieldGroups": { "business": { - "id": "00000000-0000-0000-0000-000000000239", + "id": "00000000-0000-0000-0000-000000000237", }, "contact": { - "id": "00000000-0000-0000-0000-000000000240", - }, - "general": { "id": "00000000-0000-0000-0000-000000000238", }, + "general": { + "id": "00000000-0000-0000-0000-000000000236", + }, "system": { - "id": "00000000-0000-0000-0000-000000000241", + "id": "00000000-0000-0000-0000-000000000239", }, }, "viewFields": { "accountOwner": { - "id": "00000000-0000-0000-0000-000000000220", - }, - "address": { - "id": "00000000-0000-0000-0000-000000000226", - }, - "annualRecurringRevenue": { - "id": "00000000-0000-0000-0000-000000000221", - }, - "attachments": { - "id": "00000000-0000-0000-0000-000000000236", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000227", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000228", - }, - "domainName": { "id": "00000000-0000-0000-0000-000000000219", }, - "employees": { - "id": "00000000-0000-0000-0000-000000000223", + "address": { + "id": "00000000-0000-0000-0000-000000000225", }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000235", + "annualRecurringRevenue": { + "id": "00000000-0000-0000-0000-000000000220", }, - "idealCustomerProfile": { - "id": "00000000-0000-0000-0000-000000000222", - }, - "linkedinLink": { - "id": "00000000-0000-0000-0000-000000000224", - }, - "noteTargets": { - "id": "00000000-0000-0000-0000-000000000233", - }, - "opportunities": { + "attachments": { "id": "00000000-0000-0000-0000-000000000234", }, - "people": { - "id": "00000000-0000-0000-0000-000000000231", + "createdAt": { + "id": "00000000-0000-0000-0000-000000000226", }, - "taskTargets": { + "createdBy": { + "id": "00000000-0000-0000-0000-000000000227", + }, + "domainName": { + "id": "00000000-0000-0000-0000-000000000218", + }, + "employees": { + "id": "00000000-0000-0000-0000-000000000222", + }, + "idealCustomerProfile": { + "id": "00000000-0000-0000-0000-000000000221", + }, + "linkedinLink": { + "id": "00000000-0000-0000-0000-000000000223", + }, + "noteTargets": { "id": "00000000-0000-0000-0000-000000000232", }, - "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000237", + "opportunities": { + "id": "00000000-0000-0000-0000-000000000233", }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000229", - }, - "updatedBy": { + "people": { "id": "00000000-0000-0000-0000-000000000230", }, + "taskTargets": { + "id": "00000000-0000-0000-0000-000000000231", + }, + "timelineActivities": { + "id": "00000000-0000-0000-0000-000000000235", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000228", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000229", + }, "xLink": { - "id": "00000000-0000-0000-0000-000000000225", + "id": "00000000-0000-0000-0000-000000000224", }, }, "viewGroups": {}, @@ -815,118 +809,118 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "connectedAccount": { "fields": { "accessToken": { - "id": "00000000-0000-0000-0000-000000000250", - }, - "accountOwner": { - "id": "00000000-0000-0000-0000-000000000252", - }, - "authFailedAt": { - "id": "00000000-0000-0000-0000-000000000254", - }, - "calendarChannels": { - "id": "00000000-0000-0000-0000-000000000257", - }, - "connectionParameters": { - "id": "00000000-0000-0000-0000-000000000260", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000245", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000261", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000247", - }, - "handle": { "id": "00000000-0000-0000-0000-000000000248", }, - "handleAliases": { - "id": "00000000-0000-0000-0000-000000000258", + "accountOwner": { + "id": "00000000-0000-0000-0000-000000000250", }, - "id": { - "id": "00000000-0000-0000-0000-000000000244", + "authFailedAt": { + "id": "00000000-0000-0000-0000-000000000252", }, - "lastCredentialsRefreshedAt": { + "calendarChannels": { "id": "00000000-0000-0000-0000-000000000255", }, - "lastSyncHistoryId": { - "id": "00000000-0000-0000-0000-000000000253", + "connectionParameters": { + "id": "00000000-0000-0000-0000-000000000258", }, - "messageChannels": { - "id": "00000000-0000-0000-0000-000000000256", + "createdAt": { + "id": "00000000-0000-0000-0000-000000000243", }, - "position": { - "id": "00000000-0000-0000-0000-000000000263", - }, - "provider": { - "id": "00000000-0000-0000-0000-000000000249", - }, - "refreshToken": { - "id": "00000000-0000-0000-0000-000000000251", - }, - "scopes": { + "createdBy": { "id": "00000000-0000-0000-0000-000000000259", }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000264", + "deletedAt": { + "id": "00000000-0000-0000-0000-000000000245", }, - "updatedAt": { + "handle": { "id": "00000000-0000-0000-0000-000000000246", }, - "updatedBy": { + "handleAliases": { + "id": "00000000-0000-0000-0000-000000000256", + }, + "id": { + "id": "00000000-0000-0000-0000-000000000242", + }, + "lastCredentialsRefreshedAt": { + "id": "00000000-0000-0000-0000-000000000253", + }, + "lastSyncHistoryId": { + "id": "00000000-0000-0000-0000-000000000251", + }, + "messageChannels": { + "id": "00000000-0000-0000-0000-000000000254", + }, + "position": { + "id": "00000000-0000-0000-0000-000000000261", + }, + "provider": { + "id": "00000000-0000-0000-0000-000000000247", + }, + "refreshToken": { + "id": "00000000-0000-0000-0000-000000000249", + }, + "scopes": { + "id": "00000000-0000-0000-0000-000000000257", + }, + "searchVector": { "id": "00000000-0000-0000-0000-000000000262", }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000244", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000260", + }, }, - "id": "00000000-0000-0000-0000-000000000279", + "id": "00000000-0000-0000-0000-000000000277", "views": { "allConnectedAccounts": { - "id": "00000000-0000-0000-0000-000000000270", + "id": "00000000-0000-0000-0000-000000000268", "viewFieldGroups": {}, "viewFields": { "accountOwner": { - "id": "00000000-0000-0000-0000-000000000267", - }, - "authFailedAt": { - "id": "00000000-0000-0000-0000-000000000268", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000269", - }, - "handle": { "id": "00000000-0000-0000-0000-000000000265", }, - "provider": { + "authFailedAt": { "id": "00000000-0000-0000-0000-000000000266", }, + "createdAt": { + "id": "00000000-0000-0000-0000-000000000267", + }, + "handle": { + "id": "00000000-0000-0000-0000-000000000263", + }, + "provider": { + "id": "00000000-0000-0000-0000-000000000264", + }, }, "viewGroups": {}, }, "connectedAccountRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000278", + "id": "00000000-0000-0000-0000-000000000276", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000276", + "id": "00000000-0000-0000-0000-000000000274", }, "system": { - "id": "00000000-0000-0000-0000-000000000277", + "id": "00000000-0000-0000-0000-000000000275", }, }, "viewFields": { "accountOwner": { - "id": "00000000-0000-0000-0000-000000000272", + "id": "00000000-0000-0000-0000-000000000270", }, "authFailedAt": { - "id": "00000000-0000-0000-0000-000000000273", + "id": "00000000-0000-0000-0000-000000000271", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000274", + "id": "00000000-0000-0000-0000-000000000272", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000275", + "id": "00000000-0000-0000-0000-000000000273", }, "provider": { - "id": "00000000-0000-0000-0000-000000000271", + "id": "00000000-0000-0000-0000-000000000269", }, }, "viewGroups": {}, @@ -936,277 +930,59 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "dashboard": { "fields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000291", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000281", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000287", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000283", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000290", - }, - "id": { - "id": "00000000-0000-0000-0000-000000000280", - }, - "pageLayoutId": { - "id": "00000000-0000-0000-0000-000000000286", - }, - "position": { - "id": "00000000-0000-0000-0000-000000000285", - }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000292", - }, - "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000289", - }, - "title": { - "id": "00000000-0000-0000-0000-000000000284", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000282", - }, - "updatedBy": { "id": "00000000-0000-0000-0000-000000000288", }, + "createdAt": { + "id": "00000000-0000-0000-0000-000000000279", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000285", + }, + "deletedAt": { + "id": "00000000-0000-0000-0000-000000000281", + }, + "id": { + "id": "00000000-0000-0000-0000-000000000278", + }, + "pageLayoutId": { + "id": "00000000-0000-0000-0000-000000000284", + }, + "position": { + "id": "00000000-0000-0000-0000-000000000283", + }, + "searchVector": { + "id": "00000000-0000-0000-0000-000000000289", + }, + "timelineActivities": { + "id": "00000000-0000-0000-0000-000000000287", + }, + "title": { + "id": "00000000-0000-0000-0000-000000000282", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000280", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000286", + }, }, - "id": "00000000-0000-0000-0000-000000000298", + "id": "00000000-0000-0000-0000-000000000295", "views": { "allDashboards": { - "id": "00000000-0000-0000-0000-000000000297", + "id": "00000000-0000-0000-0000-000000000294", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000295", + "id": "00000000-0000-0000-0000-000000000292", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000294", + "id": "00000000-0000-0000-0000-000000000291", }, "title": { - "id": "00000000-0000-0000-0000-000000000293", + "id": "00000000-0000-0000-0000-000000000290", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000296", - }, - }, - "viewGroups": {}, - }, - }, - }, - "favorite": { - "fields": { - "company": { - "id": "00000000-0000-0000-0000-000000000306", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000300", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000316", - }, - "dashboard": { - "id": "00000000-0000-0000-0000-000000000315", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000302", - }, - "favoriteFolder": { - "id": "00000000-0000-0000-0000-000000000314", - }, - "forWorkspaceMember": { - "id": "00000000-0000-0000-0000-000000000304", - }, - "id": { - "id": "00000000-0000-0000-0000-000000000299", - }, - "note": { - "id": "00000000-0000-0000-0000-000000000312", - }, - "opportunity": { - "id": "00000000-0000-0000-0000-000000000307", - }, - "person": { - "id": "00000000-0000-0000-0000-000000000305", - }, - "position": { - "id": "00000000-0000-0000-0000-000000000303", - }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000318", - }, - "task": { - "id": "00000000-0000-0000-0000-000000000311", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000301", - }, - "updatedBy": { - "id": "00000000-0000-0000-0000-000000000317", - }, - "viewId": { - "id": "00000000-0000-0000-0000-000000000313", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000308", - }, - "workflowRun": { - "id": "00000000-0000-0000-0000-000000000310", - }, - "workflowVersion": { - "id": "00000000-0000-0000-0000-000000000309", - }, - }, - "id": "00000000-0000-0000-0000-000000000342", - "views": { - "allFavorites": { - "id": "00000000-0000-0000-0000-000000000328", - "viewFieldGroups": {}, - "viewFields": { - "company": { - "id": "00000000-0000-0000-0000-000000000321", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000327", - }, - "dashboard": { - "id": "00000000-0000-0000-0000-000000000325", - }, - "favoriteFolder": { - "id": "00000000-0000-0000-0000-000000000326", - }, - "forWorkspaceMember": { - "id": "00000000-0000-0000-0000-000000000319", - }, - "note": { - "id": "00000000-0000-0000-0000-000000000324", - }, - "opportunity": { - "id": "00000000-0000-0000-0000-000000000322", - }, - "person": { - "id": "00000000-0000-0000-0000-000000000320", - }, - "task": { - "id": "00000000-0000-0000-0000-000000000323", - }, - }, - "viewGroups": {}, - }, - "favoriteRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000341", - "viewFieldGroups": { - "general": { - "id": "00000000-0000-0000-0000-000000000339", - }, - "system": { - "id": "00000000-0000-0000-0000-000000000340", - }, - }, - "viewFields": { - "company": { - "id": "00000000-0000-0000-0000-000000000331", - }, - "createdAt": { - "id": "00000000-0000-0000-0000-000000000337", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000338", - }, - "dashboard": { - "id": "00000000-0000-0000-0000-000000000335", - }, - "favoriteFolder": { - "id": "00000000-0000-0000-0000-000000000336", - }, - "forWorkspaceMember": { - "id": "00000000-0000-0000-0000-000000000329", - }, - "note": { - "id": "00000000-0000-0000-0000-000000000334", - }, - "opportunity": { - "id": "00000000-0000-0000-0000-000000000332", - }, - "person": { - "id": "00000000-0000-0000-0000-000000000330", - }, - "task": { - "id": "00000000-0000-0000-0000-000000000333", - }, - }, - "viewGroups": {}, - }, - }, - }, - "favoriteFolder": { - "fields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000344", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000350", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000346", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000349", - }, - "id": { - "id": "00000000-0000-0000-0000-000000000343", - }, - "name": { - "id": "00000000-0000-0000-0000-000000000348", - }, - "position": { - "id": "00000000-0000-0000-0000-000000000347", - }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000352", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000345", - }, - "updatedBy": { - "id": "00000000-0000-0000-0000-000000000351", - }, - }, - "id": "00000000-0000-0000-0000-000000000361", - "views": { - "allFavoriteFolders": { - "id": "00000000-0000-0000-0000-000000000355", - "viewFieldGroups": {}, - "viewFields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000354", - }, - "name": { - "id": "00000000-0000-0000-0000-000000000353", - }, - }, - "viewGroups": {}, - }, - "favoriteFolderRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000360", - "viewFieldGroups": { - "general": { - "id": "00000000-0000-0000-0000-000000000358", - }, - "system": { - "id": "00000000-0000-0000-0000-000000000359", - }, - }, - "viewFields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000356", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000357", + "id": "00000000-0000-0000-0000-000000000293", }, }, "viewGroups": {}, @@ -1216,80 +992,80 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "message": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000542", + "id": "00000000-0000-0000-0000-000000000476", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000553", + "id": "00000000-0000-0000-0000-000000000487", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000544", + "id": "00000000-0000-0000-0000-000000000478", }, "direction": { - "id": "00000000-0000-0000-0000-000000000547", + "id": "00000000-0000-0000-0000-000000000481", }, "headerMessageId": { - "id": "00000000-0000-0000-0000-000000000545", + "id": "00000000-0000-0000-0000-000000000479", }, "id": { - "id": "00000000-0000-0000-0000-000000000541", + "id": "00000000-0000-0000-0000-000000000475", }, "messageChannelMessageAssociations": { - "id": "00000000-0000-0000-0000-000000000552", + "id": "00000000-0000-0000-0000-000000000486", }, "messageParticipants": { - "id": "00000000-0000-0000-0000-000000000551", + "id": "00000000-0000-0000-0000-000000000485", }, "messageThread": { - "id": "00000000-0000-0000-0000-000000000546", + "id": "00000000-0000-0000-0000-000000000480", }, "position": { - "id": "00000000-0000-0000-0000-000000000555", + "id": "00000000-0000-0000-0000-000000000489", }, "receivedAt": { - "id": "00000000-0000-0000-0000-000000000550", + "id": "00000000-0000-0000-0000-000000000484", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000556", + "id": "00000000-0000-0000-0000-000000000490", }, "subject": { - "id": "00000000-0000-0000-0000-000000000548", + "id": "00000000-0000-0000-0000-000000000482", }, "text": { - "id": "00000000-0000-0000-0000-000000000549", + "id": "00000000-0000-0000-0000-000000000483", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000543", + "id": "00000000-0000-0000-0000-000000000477", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000554", + "id": "00000000-0000-0000-0000-000000000488", }, }, - "id": "00000000-0000-0000-0000-000000000565", + "id": "00000000-0000-0000-0000-000000000499", "views": { "allMessages": { - "id": "00000000-0000-0000-0000-000000000564", + "id": "00000000-0000-0000-0000-000000000498", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000563", + "id": "00000000-0000-0000-0000-000000000497", }, "headerMessageId": { - "id": "00000000-0000-0000-0000-000000000561", + "id": "00000000-0000-0000-0000-000000000495", }, "messageParticipants": { - "id": "00000000-0000-0000-0000-000000000559", + "id": "00000000-0000-0000-0000-000000000493", }, "messageThread": { - "id": "00000000-0000-0000-0000-000000000558", + "id": "00000000-0000-0000-0000-000000000492", }, "receivedAt": { - "id": "00000000-0000-0000-0000-000000000560", + "id": "00000000-0000-0000-0000-000000000494", }, "subject": { - "id": "00000000-0000-0000-0000-000000000557", + "id": "00000000-0000-0000-0000-000000000491", }, "text": { - "id": "00000000-0000-0000-0000-000000000562", + "id": "00000000-0000-0000-0000-000000000496", }, }, "viewGroups": {}, @@ -1299,145 +1075,145 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageChannel": { "fields": { "connectedAccount": { - "id": "00000000-0000-0000-0000-000000000421", + "id": "00000000-0000-0000-0000-000000000355", }, "contactAutoCreationPolicy": { - "id": "00000000-0000-0000-0000-000000000424", + "id": "00000000-0000-0000-0000-000000000358", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000416", + "id": "00000000-0000-0000-0000-000000000350", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000437", + "id": "00000000-0000-0000-0000-000000000371", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000418", + "id": "00000000-0000-0000-0000-000000000352", }, "excludeGroupEmails": { - "id": "00000000-0000-0000-0000-000000000426", + "id": "00000000-0000-0000-0000-000000000360", }, "excludeNonProfessionalEmails": { - "id": "00000000-0000-0000-0000-000000000425", + "id": "00000000-0000-0000-0000-000000000359", }, "handle": { - "id": "00000000-0000-0000-0000-000000000420", + "id": "00000000-0000-0000-0000-000000000354", }, "id": { - "id": "00000000-0000-0000-0000-000000000415", + "id": "00000000-0000-0000-0000-000000000349", }, "isContactAutoCreationEnabled": { - "id": "00000000-0000-0000-0000-000000000423", + "id": "00000000-0000-0000-0000-000000000357", }, "isSyncEnabled": { - "id": "00000000-0000-0000-0000-000000000429", + "id": "00000000-0000-0000-0000-000000000363", }, "messageFolderImportPolicy": { - "id": "00000000-0000-0000-0000-000000000427", + "id": "00000000-0000-0000-0000-000000000361", }, "pendingGroupEmailsAction": { - "id": "00000000-0000-0000-0000-000000000428", + "id": "00000000-0000-0000-0000-000000000362", }, "position": { - "id": "00000000-0000-0000-0000-000000000439", + "id": "00000000-0000-0000-0000-000000000373", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000440", + "id": "00000000-0000-0000-0000-000000000374", }, "syncCursor": { - "id": "00000000-0000-0000-0000-000000000430", + "id": "00000000-0000-0000-0000-000000000364", }, "syncStage": { - "id": "00000000-0000-0000-0000-000000000433", + "id": "00000000-0000-0000-0000-000000000367", }, "syncStageStartedAt": { - "id": "00000000-0000-0000-0000-000000000434", + "id": "00000000-0000-0000-0000-000000000368", }, "syncStatus": { - "id": "00000000-0000-0000-0000-000000000432", + "id": "00000000-0000-0000-0000-000000000366", }, "syncedAt": { - "id": "00000000-0000-0000-0000-000000000431", + "id": "00000000-0000-0000-0000-000000000365", }, "throttleFailureCount": { - "id": "00000000-0000-0000-0000-000000000435", + "id": "00000000-0000-0000-0000-000000000369", }, "throttleRetryAfter": { - "id": "00000000-0000-0000-0000-000000000436", + "id": "00000000-0000-0000-0000-000000000370", }, "type": { - "id": "00000000-0000-0000-0000-000000000422", + "id": "00000000-0000-0000-0000-000000000356", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000417", + "id": "00000000-0000-0000-0000-000000000351", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000438", + "id": "00000000-0000-0000-0000-000000000372", }, "visibility": { - "id": "00000000-0000-0000-0000-000000000419", + "id": "00000000-0000-0000-0000-000000000353", }, }, - "id": "00000000-0000-0000-0000-000000000459", + "id": "00000000-0000-0000-0000-000000000393", "views": { "allMessageChannels": { - "id": "00000000-0000-0000-0000-000000000448", + "id": "00000000-0000-0000-0000-000000000382", "viewFieldGroups": {}, "viewFields": { "connectedAccount": { - "id": "00000000-0000-0000-0000-000000000442", + "id": "00000000-0000-0000-0000-000000000376", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000447", + "id": "00000000-0000-0000-0000-000000000381", }, "handle": { - "id": "00000000-0000-0000-0000-000000000441", + "id": "00000000-0000-0000-0000-000000000375", }, "isSyncEnabled": { - "id": "00000000-0000-0000-0000-000000000445", + "id": "00000000-0000-0000-0000-000000000379", }, "syncStatus": { - "id": "00000000-0000-0000-0000-000000000446", + "id": "00000000-0000-0000-0000-000000000380", }, "type": { - "id": "00000000-0000-0000-0000-000000000443", + "id": "00000000-0000-0000-0000-000000000377", }, "visibility": { - "id": "00000000-0000-0000-0000-000000000444", + "id": "00000000-0000-0000-0000-000000000378", }, }, "viewGroups": {}, }, "messageChannelRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000458", + "id": "00000000-0000-0000-0000-000000000392", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000456", + "id": "00000000-0000-0000-0000-000000000390", }, "system": { - "id": "00000000-0000-0000-0000-000000000457", + "id": "00000000-0000-0000-0000-000000000391", }, }, "viewFields": { "connectedAccount": { - "id": "00000000-0000-0000-0000-000000000449", + "id": "00000000-0000-0000-0000-000000000383", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000454", + "id": "00000000-0000-0000-0000-000000000388", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000455", + "id": "00000000-0000-0000-0000-000000000389", }, "isSyncEnabled": { - "id": "00000000-0000-0000-0000-000000000452", + "id": "00000000-0000-0000-0000-000000000386", }, "syncStatus": { - "id": "00000000-0000-0000-0000-000000000453", + "id": "00000000-0000-0000-0000-000000000387", }, "type": { - "id": "00000000-0000-0000-0000-000000000450", + "id": "00000000-0000-0000-0000-000000000384", }, "visibility": { - "id": "00000000-0000-0000-0000-000000000451", + "id": "00000000-0000-0000-0000-000000000385", }, }, "viewGroups": {}, @@ -1447,103 +1223,103 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageChannelMessageAssociation": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000363", + "id": "00000000-0000-0000-0000-000000000297", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000372", + "id": "00000000-0000-0000-0000-000000000306", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000365", + "id": "00000000-0000-0000-0000-000000000299", }, "direction": { - "id": "00000000-0000-0000-0000-000000000371", + "id": "00000000-0000-0000-0000-000000000305", }, "id": { - "id": "00000000-0000-0000-0000-000000000362", + "id": "00000000-0000-0000-0000-000000000296", }, "message": { - "id": "00000000-0000-0000-0000-000000000367", + "id": "00000000-0000-0000-0000-000000000301", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000366", + "id": "00000000-0000-0000-0000-000000000300", }, "messageExternalId": { - "id": "00000000-0000-0000-0000-000000000368", + "id": "00000000-0000-0000-0000-000000000302", }, "messageFolders": { - "id": "00000000-0000-0000-0000-000000000376", + "id": "00000000-0000-0000-0000-000000000310", }, "messageThread": { - "id": "00000000-0000-0000-0000-000000000369", + "id": "00000000-0000-0000-0000-000000000303", }, "messageThreadExternalId": { - "id": "00000000-0000-0000-0000-000000000370", + "id": "00000000-0000-0000-0000-000000000304", }, "position": { - "id": "00000000-0000-0000-0000-000000000374", + "id": "00000000-0000-0000-0000-000000000308", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000375", + "id": "00000000-0000-0000-0000-000000000309", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000364", + "id": "00000000-0000-0000-0000-000000000298", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000373", + "id": "00000000-0000-0000-0000-000000000307", }, }, - "id": "00000000-0000-0000-0000-000000000392", + "id": "00000000-0000-0000-0000-000000000326", "views": { "allMessageChannelMessageAssociations": { - "id": "00000000-0000-0000-0000-000000000382", + "id": "00000000-0000-0000-0000-000000000316", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000381", + "id": "00000000-0000-0000-0000-000000000315", }, "direction": { - "id": "00000000-0000-0000-0000-000000000380", + "id": "00000000-0000-0000-0000-000000000314", }, "message": { - "id": "00000000-0000-0000-0000-000000000378", + "id": "00000000-0000-0000-0000-000000000312", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000377", + "id": "00000000-0000-0000-0000-000000000311", }, "messageExternalId": { - "id": "00000000-0000-0000-0000-000000000379", + "id": "00000000-0000-0000-0000-000000000313", }, }, "viewGroups": {}, }, "messageChannelMessageAssociationRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000391", + "id": "00000000-0000-0000-0000-000000000325", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000389", + "id": "00000000-0000-0000-0000-000000000323", }, "system": { - "id": "00000000-0000-0000-0000-000000000390", + "id": "00000000-0000-0000-0000-000000000324", }, }, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000387", + "id": "00000000-0000-0000-0000-000000000321", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000388", + "id": "00000000-0000-0000-0000-000000000322", }, "direction": { - "id": "00000000-0000-0000-0000-000000000386", + "id": "00000000-0000-0000-0000-000000000320", }, "message": { - "id": "00000000-0000-0000-0000-000000000384", + "id": "00000000-0000-0000-0000-000000000318", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000383", + "id": "00000000-0000-0000-0000-000000000317", }, "messageExternalId": { - "id": "00000000-0000-0000-0000-000000000385", + "id": "00000000-0000-0000-0000-000000000319", }, }, "viewGroups": {}, @@ -1553,76 +1329,76 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageChannelMessageAssociationMessageFolder": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000394", + "id": "00000000-0000-0000-0000-000000000328", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000397", + "id": "00000000-0000-0000-0000-000000000331", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000396", + "id": "00000000-0000-0000-0000-000000000330", }, "id": { - "id": "00000000-0000-0000-0000-000000000393", + "id": "00000000-0000-0000-0000-000000000327", }, "messageChannelMessageAssociation": { - "id": "00000000-0000-0000-0000-000000000401", + "id": "00000000-0000-0000-0000-000000000335", }, "messageFolderId": { - "id": "00000000-0000-0000-0000-000000000402", + "id": "00000000-0000-0000-0000-000000000336", }, "position": { - "id": "00000000-0000-0000-0000-000000000399", + "id": "00000000-0000-0000-0000-000000000333", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000400", + "id": "00000000-0000-0000-0000-000000000334", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000395", + "id": "00000000-0000-0000-0000-000000000329", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000398", + "id": "00000000-0000-0000-0000-000000000332", }, }, - "id": "00000000-0000-0000-0000-000000000414", + "id": "00000000-0000-0000-0000-000000000348", "views": { "allMessageChannelMessageAssociationMessageFolders": { - "id": "00000000-0000-0000-0000-000000000406", + "id": "00000000-0000-0000-0000-000000000340", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000405", + "id": "00000000-0000-0000-0000-000000000339", }, "messageChannelMessageAssociation": { - "id": "00000000-0000-0000-0000-000000000403", + "id": "00000000-0000-0000-0000-000000000337", }, "messageFolderId": { - "id": "00000000-0000-0000-0000-000000000404", + "id": "00000000-0000-0000-0000-000000000338", }, }, "viewGroups": {}, }, "messageChannelMessageAssociationMessageFolderRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000413", + "id": "00000000-0000-0000-0000-000000000347", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000411", + "id": "00000000-0000-0000-0000-000000000345", }, "system": { - "id": "00000000-0000-0000-0000-000000000412", + "id": "00000000-0000-0000-0000-000000000346", }, }, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000409", + "id": "00000000-0000-0000-0000-000000000343", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000410", + "id": "00000000-0000-0000-0000-000000000344", }, "messageChannelMessageAssociation": { - "id": "00000000-0000-0000-0000-000000000407", + "id": "00000000-0000-0000-0000-000000000341", }, "messageFolderId": { - "id": "00000000-0000-0000-0000-000000000408", + "id": "00000000-0000-0000-0000-000000000342", }, }, "viewGroups": {}, @@ -1632,103 +1408,103 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageFolder": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000461", + "id": "00000000-0000-0000-0000-000000000395", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000472", + "id": "00000000-0000-0000-0000-000000000406", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000463", + "id": "00000000-0000-0000-0000-000000000397", }, "externalId": { - "id": "00000000-0000-0000-0000-000000000470", + "id": "00000000-0000-0000-0000-000000000404", }, "id": { - "id": "00000000-0000-0000-0000-000000000460", + "id": "00000000-0000-0000-0000-000000000394", }, "isSentFolder": { - "id": "00000000-0000-0000-0000-000000000468", + "id": "00000000-0000-0000-0000-000000000402", }, "isSynced": { - "id": "00000000-0000-0000-0000-000000000469", + "id": "00000000-0000-0000-0000-000000000403", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000466", + "id": "00000000-0000-0000-0000-000000000400", }, "name": { - "id": "00000000-0000-0000-0000-000000000464", + "id": "00000000-0000-0000-0000-000000000398", }, "parentFolderId": { - "id": "00000000-0000-0000-0000-000000000465", + "id": "00000000-0000-0000-0000-000000000399", }, "pendingSyncAction": { - "id": "00000000-0000-0000-0000-000000000471", + "id": "00000000-0000-0000-0000-000000000405", }, "position": { - "id": "00000000-0000-0000-0000-000000000474", + "id": "00000000-0000-0000-0000-000000000408", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000475", + "id": "00000000-0000-0000-0000-000000000409", }, "syncCursor": { - "id": "00000000-0000-0000-0000-000000000467", + "id": "00000000-0000-0000-0000-000000000401", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000462", + "id": "00000000-0000-0000-0000-000000000396", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000473", + "id": "00000000-0000-0000-0000-000000000407", }, }, - "id": "00000000-0000-0000-0000-000000000490", + "id": "00000000-0000-0000-0000-000000000424", "views": { "allMessageFolders": { - "id": "00000000-0000-0000-0000-000000000481", + "id": "00000000-0000-0000-0000-000000000415", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000480", + "id": "00000000-0000-0000-0000-000000000414", }, "isSentFolder": { - "id": "00000000-0000-0000-0000-000000000478", + "id": "00000000-0000-0000-0000-000000000412", }, "isSynced": { - "id": "00000000-0000-0000-0000-000000000479", + "id": "00000000-0000-0000-0000-000000000413", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000477", + "id": "00000000-0000-0000-0000-000000000411", }, "name": { - "id": "00000000-0000-0000-0000-000000000476", + "id": "00000000-0000-0000-0000-000000000410", }, }, "viewGroups": {}, }, "messageFolderRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000489", + "id": "00000000-0000-0000-0000-000000000423", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000487", + "id": "00000000-0000-0000-0000-000000000421", }, "system": { - "id": "00000000-0000-0000-0000-000000000488", + "id": "00000000-0000-0000-0000-000000000422", }, }, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000485", + "id": "00000000-0000-0000-0000-000000000419", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000486", + "id": "00000000-0000-0000-0000-000000000420", }, "isSentFolder": { - "id": "00000000-0000-0000-0000-000000000483", + "id": "00000000-0000-0000-0000-000000000417", }, "isSynced": { - "id": "00000000-0000-0000-0000-000000000484", + "id": "00000000-0000-0000-0000-000000000418", }, "messageChannelId": { - "id": "00000000-0000-0000-0000-000000000482", + "id": "00000000-0000-0000-0000-000000000416", }, }, "viewGroups": {}, @@ -1738,109 +1514,109 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageParticipant": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000492", + "id": "00000000-0000-0000-0000-000000000426", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000501", + "id": "00000000-0000-0000-0000-000000000435", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000494", + "id": "00000000-0000-0000-0000-000000000428", }, "displayName": { - "id": "00000000-0000-0000-0000-000000000498", + "id": "00000000-0000-0000-0000-000000000432", }, "handle": { - "id": "00000000-0000-0000-0000-000000000497", + "id": "00000000-0000-0000-0000-000000000431", }, "id": { - "id": "00000000-0000-0000-0000-000000000491", + "id": "00000000-0000-0000-0000-000000000425", }, "message": { - "id": "00000000-0000-0000-0000-000000000495", + "id": "00000000-0000-0000-0000-000000000429", }, "person": { - "id": "00000000-0000-0000-0000-000000000499", + "id": "00000000-0000-0000-0000-000000000433", }, "position": { - "id": "00000000-0000-0000-0000-000000000503", + "id": "00000000-0000-0000-0000-000000000437", }, "role": { - "id": "00000000-0000-0000-0000-000000000496", + "id": "00000000-0000-0000-0000-000000000430", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000504", + "id": "00000000-0000-0000-0000-000000000438", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000493", + "id": "00000000-0000-0000-0000-000000000427", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000502", + "id": "00000000-0000-0000-0000-000000000436", }, "workspaceMember": { - "id": "00000000-0000-0000-0000-000000000500", + "id": "00000000-0000-0000-0000-000000000434", }, }, - "id": "00000000-0000-0000-0000-000000000523", + "id": "00000000-0000-0000-0000-000000000457", "views": { "allMessageParticipants": { - "id": "00000000-0000-0000-0000-000000000512", + "id": "00000000-0000-0000-0000-000000000446", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000511", + "id": "00000000-0000-0000-0000-000000000445", }, "displayName": { - "id": "00000000-0000-0000-0000-000000000508", + "id": "00000000-0000-0000-0000-000000000442", }, "handle": { - "id": "00000000-0000-0000-0000-000000000507", + "id": "00000000-0000-0000-0000-000000000441", }, "message": { - "id": "00000000-0000-0000-0000-000000000505", + "id": "00000000-0000-0000-0000-000000000439", }, "person": { - "id": "00000000-0000-0000-0000-000000000509", + "id": "00000000-0000-0000-0000-000000000443", }, "role": { - "id": "00000000-0000-0000-0000-000000000506", + "id": "00000000-0000-0000-0000-000000000440", }, "workspaceMember": { - "id": "00000000-0000-0000-0000-000000000510", + "id": "00000000-0000-0000-0000-000000000444", }, }, "viewGroups": {}, }, "messageParticipantRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000522", + "id": "00000000-0000-0000-0000-000000000456", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000520", + "id": "00000000-0000-0000-0000-000000000454", }, "system": { - "id": "00000000-0000-0000-0000-000000000521", + "id": "00000000-0000-0000-0000-000000000455", }, }, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000518", + "id": "00000000-0000-0000-0000-000000000452", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000519", + "id": "00000000-0000-0000-0000-000000000453", }, "displayName": { - "id": "00000000-0000-0000-0000-000000000515", + "id": "00000000-0000-0000-0000-000000000449", }, "message": { - "id": "00000000-0000-0000-0000-000000000513", + "id": "00000000-0000-0000-0000-000000000447", }, "person": { - "id": "00000000-0000-0000-0000-000000000516", + "id": "00000000-0000-0000-0000-000000000450", }, "role": { - "id": "00000000-0000-0000-0000-000000000514", + "id": "00000000-0000-0000-0000-000000000448", }, "workspaceMember": { - "id": "00000000-0000-0000-0000-000000000517", + "id": "00000000-0000-0000-0000-000000000451", }, }, "viewGroups": {}, @@ -1850,56 +1626,56 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "messageThread": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000525", + "id": "00000000-0000-0000-0000-000000000459", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000530", + "id": "00000000-0000-0000-0000-000000000464", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000527", + "id": "00000000-0000-0000-0000-000000000461", }, "id": { - "id": "00000000-0000-0000-0000-000000000524", + "id": "00000000-0000-0000-0000-000000000458", }, "messageChannelMessageAssociations": { - "id": "00000000-0000-0000-0000-000000000529", + "id": "00000000-0000-0000-0000-000000000463", }, "messages": { - "id": "00000000-0000-0000-0000-000000000528", + "id": "00000000-0000-0000-0000-000000000462", }, "position": { - "id": "00000000-0000-0000-0000-000000000532", + "id": "00000000-0000-0000-0000-000000000466", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000533", + "id": "00000000-0000-0000-0000-000000000467", }, "subject": { - "id": "00000000-0000-0000-0000-000000000534", + "id": "00000000-0000-0000-0000-000000000468", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000526", + "id": "00000000-0000-0000-0000-000000000460", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000531", + "id": "00000000-0000-0000-0000-000000000465", }, }, - "id": "00000000-0000-0000-0000-000000000540", + "id": "00000000-0000-0000-0000-000000000474", "views": { "allMessageThreads": { - "id": "00000000-0000-0000-0000-000000000539", + "id": "00000000-0000-0000-0000-000000000473", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000538", + "id": "00000000-0000-0000-0000-000000000472", }, "messages": { - "id": "00000000-0000-0000-0000-000000000536", + "id": "00000000-0000-0000-0000-000000000470", }, "subject": { - "id": "00000000-0000-0000-0000-000000000535", + "id": "00000000-0000-0000-0000-000000000469", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000537", + "id": "00000000-0000-0000-0000-000000000471", }, }, "viewGroups": {}, @@ -1909,109 +1685,103 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "note": { "fields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000576", + "id": "00000000-0000-0000-0000-000000000510", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000572", + "id": "00000000-0000-0000-0000-000000000506", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000567", + "id": "00000000-0000-0000-0000-000000000501", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000573", + "id": "00000000-0000-0000-0000-000000000507", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000569", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000578", + "id": "00000000-0000-0000-0000-000000000503", }, "id": { - "id": "00000000-0000-0000-0000-000000000566", + "id": "00000000-0000-0000-0000-000000000500", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000575", + "id": "00000000-0000-0000-0000-000000000509", }, "position": { - "id": "00000000-0000-0000-0000-000000000570", + "id": "00000000-0000-0000-0000-000000000504", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000579", + "id": "00000000-0000-0000-0000-000000000512", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000577", + "id": "00000000-0000-0000-0000-000000000511", }, "title": { - "id": "00000000-0000-0000-0000-000000000571", + "id": "00000000-0000-0000-0000-000000000505", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000568", + "id": "00000000-0000-0000-0000-000000000502", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000574", + "id": "00000000-0000-0000-0000-000000000508", }, }, - "id": "00000000-0000-0000-0000-000000000598", + "id": "00000000-0000-0000-0000-000000000530", "views": { "allNotes": { - "id": "00000000-0000-0000-0000-000000000585", + "id": "00000000-0000-0000-0000-000000000518", "viewFieldGroups": {}, "viewFields": { "bodyV2": { - "id": "00000000-0000-0000-0000-000000000582", + "id": "00000000-0000-0000-0000-000000000515", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000584", + "id": "00000000-0000-0000-0000-000000000517", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000583", + "id": "00000000-0000-0000-0000-000000000516", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000581", + "id": "00000000-0000-0000-0000-000000000514", }, "title": { - "id": "00000000-0000-0000-0000-000000000580", + "id": "00000000-0000-0000-0000-000000000513", }, }, "viewGroups": {}, }, "noteRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000597", + "id": "00000000-0000-0000-0000-000000000529", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000595", + "id": "00000000-0000-0000-0000-000000000527", }, "system": { - "id": "00000000-0000-0000-0000-000000000596", + "id": "00000000-0000-0000-0000-000000000528", }, }, "viewFields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000592", + "id": "00000000-0000-0000-0000-000000000525", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000589", + "id": "00000000-0000-0000-0000-000000000522", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000586", + "id": "00000000-0000-0000-0000-000000000519", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000587", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000594", + "id": "00000000-0000-0000-0000-000000000520", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000588", + "id": "00000000-0000-0000-0000-000000000521", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000593", + "id": "00000000-0000-0000-0000-000000000526", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000590", + "id": "00000000-0000-0000-0000-000000000523", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000591", + "id": "00000000-0000-0000-0000-000000000524", }, }, "viewGroups": {}, @@ -2021,62 +1791,62 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "noteTarget": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000600", + "id": "00000000-0000-0000-0000-000000000532", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000607", + "id": "00000000-0000-0000-0000-000000000539", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000602", + "id": "00000000-0000-0000-0000-000000000534", }, "id": { - "id": "00000000-0000-0000-0000-000000000599", + "id": "00000000-0000-0000-0000-000000000531", }, "note": { - "id": "00000000-0000-0000-0000-000000000603", + "id": "00000000-0000-0000-0000-000000000535", }, "position": { - "id": "00000000-0000-0000-0000-000000000609", + "id": "00000000-0000-0000-0000-000000000541", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000610", + "id": "00000000-0000-0000-0000-000000000542", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000605", + "id": "00000000-0000-0000-0000-000000000537", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000606", + "id": "00000000-0000-0000-0000-000000000538", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000604", + "id": "00000000-0000-0000-0000-000000000536", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000601", + "id": "00000000-0000-0000-0000-000000000533", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000608", + "id": "00000000-0000-0000-0000-000000000540", }, }, - "id": "00000000-0000-0000-0000-000000000617", + "id": "00000000-0000-0000-0000-000000000549", "views": { "allNoteTargets": { - "id": "00000000-0000-0000-0000-000000000616", + "id": "00000000-0000-0000-0000-000000000548", "viewFieldGroups": {}, "viewFields": { "id": { - "id": "00000000-0000-0000-0000-000000000611", + "id": "00000000-0000-0000-0000-000000000543", }, "note": { - "id": "00000000-0000-0000-0000-000000000612", + "id": "00000000-0000-0000-0000-000000000544", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000614", + "id": "00000000-0000-0000-0000-000000000546", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000615", + "id": "00000000-0000-0000-0000-000000000547", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000613", + "id": "00000000-0000-0000-0000-000000000545", }, }, "viewGroups": {}, @@ -2086,192 +1856,186 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "opportunity": { "fields": { "amount": { - "id": "00000000-0000-0000-0000-000000000623", + "id": "00000000-0000-0000-0000-000000000555", }, "attachments": { - "id": "00000000-0000-0000-0000-000000000635", + "id": "00000000-0000-0000-0000-000000000566", }, "closeDate": { - "id": "00000000-0000-0000-0000-000000000624", + "id": "00000000-0000-0000-0000-000000000556", }, "company": { - "id": "00000000-0000-0000-0000-000000000630", + "id": "00000000-0000-0000-0000-000000000562", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000619", + "id": "00000000-0000-0000-0000-000000000551", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000627", + "id": "00000000-0000-0000-0000-000000000559", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000621", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000632", + "id": "00000000-0000-0000-0000-000000000553", }, "id": { - "id": "00000000-0000-0000-0000-000000000618", + "id": "00000000-0000-0000-0000-000000000550", }, "name": { - "id": "00000000-0000-0000-0000-000000000622", + "id": "00000000-0000-0000-0000-000000000554", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000634", + "id": "00000000-0000-0000-0000-000000000565", }, "owner": { - "id": "00000000-0000-0000-0000-000000000631", + "id": "00000000-0000-0000-0000-000000000563", }, "pointOfContact": { - "id": "00000000-0000-0000-0000-000000000629", + "id": "00000000-0000-0000-0000-000000000561", }, "position": { - "id": "00000000-0000-0000-0000-000000000626", + "id": "00000000-0000-0000-0000-000000000558", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000637", + "id": "00000000-0000-0000-0000-000000000568", }, "stage": { - "id": "00000000-0000-0000-0000-000000000625", + "id": "00000000-0000-0000-0000-000000000557", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000633", + "id": "00000000-0000-0000-0000-000000000564", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000636", + "id": "00000000-0000-0000-0000-000000000567", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000620", + "id": "00000000-0000-0000-0000-000000000552", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000628", + "id": "00000000-0000-0000-0000-000000000560", }, }, - "id": "00000000-0000-0000-0000-000000000676", + "id": "00000000-0000-0000-0000-000000000606", "views": { "allOpportunities": { - "id": "00000000-0000-0000-0000-000000000644", + "id": "00000000-0000-0000-0000-000000000575", "viewFieldGroups": {}, "viewFields": { "amount": { - "id": "00000000-0000-0000-0000-000000000639", + "id": "00000000-0000-0000-0000-000000000570", }, "closeDate": { - "id": "00000000-0000-0000-0000-000000000641", + "id": "00000000-0000-0000-0000-000000000572", }, "company": { - "id": "00000000-0000-0000-0000-000000000642", + "id": "00000000-0000-0000-0000-000000000573", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000640", + "id": "00000000-0000-0000-0000-000000000571", }, "name": { - "id": "00000000-0000-0000-0000-000000000638", + "id": "00000000-0000-0000-0000-000000000569", }, "pointOfContact": { - "id": "00000000-0000-0000-0000-000000000643", + "id": "00000000-0000-0000-0000-000000000574", }, }, "viewGroups": {}, }, "byStage": { - "id": "00000000-0000-0000-0000-000000000656", + "id": "00000000-0000-0000-0000-000000000587", "viewFieldGroups": {}, "viewFields": { "amount": { - "id": "00000000-0000-0000-0000-000000000646", + "id": "00000000-0000-0000-0000-000000000577", }, "closeDate": { - "id": "00000000-0000-0000-0000-000000000648", + "id": "00000000-0000-0000-0000-000000000579", }, "company": { - "id": "00000000-0000-0000-0000-000000000649", + "id": "00000000-0000-0000-0000-000000000580", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000647", + "id": "00000000-0000-0000-0000-000000000578", }, "name": { - "id": "00000000-0000-0000-0000-000000000645", + "id": "00000000-0000-0000-0000-000000000576", }, "pointOfContact": { - "id": "00000000-0000-0000-0000-000000000650", + "id": "00000000-0000-0000-0000-000000000581", }, }, "viewGroups": { "customer": { - "id": "00000000-0000-0000-0000-000000000655", + "id": "00000000-0000-0000-0000-000000000586", }, "meeting": { - "id": "00000000-0000-0000-0000-000000000653", + "id": "00000000-0000-0000-0000-000000000584", }, "new": { - "id": "00000000-0000-0000-0000-000000000651", + "id": "00000000-0000-0000-0000-000000000582", }, "proposal": { - "id": "00000000-0000-0000-0000-000000000654", + "id": "00000000-0000-0000-0000-000000000585", }, "screening": { - "id": "00000000-0000-0000-0000-000000000652", + "id": "00000000-0000-0000-0000-000000000583", }, }, }, "opportunityRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000675", + "id": "00000000-0000-0000-0000-000000000605", "viewFieldGroups": { "deal": { - "id": "00000000-0000-0000-0000-000000000672", + "id": "00000000-0000-0000-0000-000000000602", }, "relations": { - "id": "00000000-0000-0000-0000-000000000673", + "id": "00000000-0000-0000-0000-000000000603", }, "system": { - "id": "00000000-0000-0000-0000-000000000674", + "id": "00000000-0000-0000-0000-000000000604", }, }, "viewFields": { "amount": { - "id": "00000000-0000-0000-0000-000000000657", + "id": "00000000-0000-0000-0000-000000000588", }, "attachments": { - "id": "00000000-0000-0000-0000-000000000670", + "id": "00000000-0000-0000-0000-000000000600", }, "closeDate": { - "id": "00000000-0000-0000-0000-000000000658", + "id": "00000000-0000-0000-0000-000000000589", }, "company": { - "id": "00000000-0000-0000-0000-000000000660", + "id": "00000000-0000-0000-0000-000000000591", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000663", + "id": "00000000-0000-0000-0000-000000000594", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000664", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000667", + "id": "00000000-0000-0000-0000-000000000595", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000669", + "id": "00000000-0000-0000-0000-000000000599", }, "owner": { - "id": "00000000-0000-0000-0000-000000000662", + "id": "00000000-0000-0000-0000-000000000593", }, "pointOfContact": { - "id": "00000000-0000-0000-0000-000000000661", + "id": "00000000-0000-0000-0000-000000000592", }, "stage": { - "id": "00000000-0000-0000-0000-000000000659", + "id": "00000000-0000-0000-0000-000000000590", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000668", + "id": "00000000-0000-0000-0000-000000000598", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000671", + "id": "00000000-0000-0000-0000-000000000601", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000665", + "id": "00000000-0000-0000-0000-000000000596", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000666", + "id": "00000000-0000-0000-0000-000000000597", }, }, "viewGroups": {}, @@ -2281,202 +2045,196 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "person": { "fields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000698", + "id": "00000000-0000-0000-0000-000000000627", }, "avatarFile": { - "id": "00000000-0000-0000-0000-000000000689", + "id": "00000000-0000-0000-0000-000000000619", }, "avatarUrl": { - "id": "00000000-0000-0000-0000-000000000688", + "id": "00000000-0000-0000-0000-000000000618", }, "calendarEventParticipants": { - "id": "00000000-0000-0000-0000-000000000700", + "id": "00000000-0000-0000-0000-000000000629", }, "city": { - "id": "00000000-0000-0000-0000-000000000687", + "id": "00000000-0000-0000-0000-000000000617", }, "company": { - "id": "00000000-0000-0000-0000-000000000693", + "id": "00000000-0000-0000-0000-000000000623", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000678", + "id": "00000000-0000-0000-0000-000000000608", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000691", + "id": "00000000-0000-0000-0000-000000000621", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000680", + "id": "00000000-0000-0000-0000-000000000610", }, "emails": { - "id": "00000000-0000-0000-0000-000000000682", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000697", + "id": "00000000-0000-0000-0000-000000000612", }, "id": { - "id": "00000000-0000-0000-0000-000000000677", + "id": "00000000-0000-0000-0000-000000000607", }, "jobTitle": { - "id": "00000000-0000-0000-0000-000000000685", + "id": "00000000-0000-0000-0000-000000000615", }, "linkedinLink": { - "id": "00000000-0000-0000-0000-000000000683", + "id": "00000000-0000-0000-0000-000000000613", }, "messageParticipants": { - "id": "00000000-0000-0000-0000-000000000699", + "id": "00000000-0000-0000-0000-000000000628", }, "name": { - "id": "00000000-0000-0000-0000-000000000681", + "id": "00000000-0000-0000-0000-000000000611", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000696", + "id": "00000000-0000-0000-0000-000000000626", }, "phones": { - "id": "00000000-0000-0000-0000-000000000686", + "id": "00000000-0000-0000-0000-000000000616", }, "pointOfContactForOpportunities": { - "id": "00000000-0000-0000-0000-000000000694", + "id": "00000000-0000-0000-0000-000000000624", }, "position": { - "id": "00000000-0000-0000-0000-000000000690", + "id": "00000000-0000-0000-0000-000000000620", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000702", + "id": "00000000-0000-0000-0000-000000000631", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000695", + "id": "00000000-0000-0000-0000-000000000625", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000701", + "id": "00000000-0000-0000-0000-000000000630", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000679", + "id": "00000000-0000-0000-0000-000000000609", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000692", + "id": "00000000-0000-0000-0000-000000000622", }, "xLink": { - "id": "00000000-0000-0000-0000-000000000684", + "id": "00000000-0000-0000-0000-000000000614", }, }, - "id": "00000000-0000-0000-0000-000000000740", + "id": "00000000-0000-0000-0000-000000000668", "views": { "allPeople": { - "id": "00000000-0000-0000-0000-000000000713", + "id": "00000000-0000-0000-0000-000000000642", "viewFieldGroups": {}, "viewFields": { "city": { - "id": "00000000-0000-0000-0000-000000000709", + "id": "00000000-0000-0000-0000-000000000638", }, "company": { - "id": "00000000-0000-0000-0000-000000000706", + "id": "00000000-0000-0000-0000-000000000635", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000708", + "id": "00000000-0000-0000-0000-000000000637", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000705", + "id": "00000000-0000-0000-0000-000000000634", }, "emails": { - "id": "00000000-0000-0000-0000-000000000704", + "id": "00000000-0000-0000-0000-000000000633", }, "jobTitle": { - "id": "00000000-0000-0000-0000-000000000710", + "id": "00000000-0000-0000-0000-000000000639", }, "linkedinLink": { - "id": "00000000-0000-0000-0000-000000000711", + "id": "00000000-0000-0000-0000-000000000640", }, "name": { - "id": "00000000-0000-0000-0000-000000000703", + "id": "00000000-0000-0000-0000-000000000632", }, "phones": { - "id": "00000000-0000-0000-0000-000000000707", + "id": "00000000-0000-0000-0000-000000000636", }, "xLink": { - "id": "00000000-0000-0000-0000-000000000712", + "id": "00000000-0000-0000-0000-000000000641", }, }, "viewGroups": {}, }, "personRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000739", + "id": "00000000-0000-0000-0000-000000000667", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000735", + "id": "00000000-0000-0000-0000-000000000663", }, "social": { - "id": "00000000-0000-0000-0000-000000000737", + "id": "00000000-0000-0000-0000-000000000665", }, "system": { - "id": "00000000-0000-0000-0000-000000000738", + "id": "00000000-0000-0000-0000-000000000666", }, "work": { - "id": "00000000-0000-0000-0000-000000000736", + "id": "00000000-0000-0000-0000-000000000664", }, }, "viewFields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000731", + "id": "00000000-0000-0000-0000-000000000659", }, "avatarFile": { - "id": "00000000-0000-0000-0000-000000000726", + "id": "00000000-0000-0000-0000-000000000655", }, "avatarUrl": { - "id": "00000000-0000-0000-0000-000000000721", + "id": "00000000-0000-0000-0000-000000000650", }, "calendarEventParticipants": { - "id": "00000000-0000-0000-0000-000000000733", + "id": "00000000-0000-0000-0000-000000000661", }, "city": { - "id": "00000000-0000-0000-0000-000000000720", + "id": "00000000-0000-0000-0000-000000000649", }, "company": { - "id": "00000000-0000-0000-0000-000000000716", + "id": "00000000-0000-0000-0000-000000000645", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000722", + "id": "00000000-0000-0000-0000-000000000651", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000723", + "id": "00000000-0000-0000-0000-000000000652", }, "emails": { - "id": "00000000-0000-0000-0000-000000000714", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000730", + "id": "00000000-0000-0000-0000-000000000643", }, "jobTitle": { - "id": "00000000-0000-0000-0000-000000000717", + "id": "00000000-0000-0000-0000-000000000646", }, "linkedinLink": { - "id": "00000000-0000-0000-0000-000000000718", + "id": "00000000-0000-0000-0000-000000000647", }, "messageParticipants": { - "id": "00000000-0000-0000-0000-000000000732", + "id": "00000000-0000-0000-0000-000000000660", }, "noteTargets": { - "id": "00000000-0000-0000-0000-000000000729", + "id": "00000000-0000-0000-0000-000000000658", }, "phones": { - "id": "00000000-0000-0000-0000-000000000715", + "id": "00000000-0000-0000-0000-000000000644", }, "pointOfContactForOpportunities": { - "id": "00000000-0000-0000-0000-000000000727", + "id": "00000000-0000-0000-0000-000000000656", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000728", + "id": "00000000-0000-0000-0000-000000000657", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000734", + "id": "00000000-0000-0000-0000-000000000662", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000724", + "id": "00000000-0000-0000-0000-000000000653", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000725", + "id": "00000000-0000-0000-0000-000000000654", }, "xLink": { - "id": "00000000-0000-0000-0000-000000000719", + "id": "00000000-0000-0000-0000-000000000648", }, }, "viewGroups": {}, @@ -2486,209 +2244,203 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "task": { "fields": { "assignee": { - "id": "00000000-0000-0000-0000-000000000754", + "id": "00000000-0000-0000-0000-000000000682", }, "attachments": { - "id": "00000000-0000-0000-0000-000000000753", + "id": "00000000-0000-0000-0000-000000000681", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000747", + "id": "00000000-0000-0000-0000-000000000675", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000742", + "id": "00000000-0000-0000-0000-000000000670", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000750", + "id": "00000000-0000-0000-0000-000000000678", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000744", + "id": "00000000-0000-0000-0000-000000000672", }, "dueAt": { - "id": "00000000-0000-0000-0000-000000000748", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000756", + "id": "00000000-0000-0000-0000-000000000676", }, "id": { - "id": "00000000-0000-0000-0000-000000000741", + "id": "00000000-0000-0000-0000-000000000669", }, "position": { - "id": "00000000-0000-0000-0000-000000000745", + "id": "00000000-0000-0000-0000-000000000673", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000757", + "id": "00000000-0000-0000-0000-000000000684", }, "status": { - "id": "00000000-0000-0000-0000-000000000749", + "id": "00000000-0000-0000-0000-000000000677", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000752", + "id": "00000000-0000-0000-0000-000000000680", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000755", + "id": "00000000-0000-0000-0000-000000000683", }, "title": { - "id": "00000000-0000-0000-0000-000000000746", + "id": "00000000-0000-0000-0000-000000000674", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000743", + "id": "00000000-0000-0000-0000-000000000671", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000751", + "id": "00000000-0000-0000-0000-000000000679", }, }, - "id": "00000000-0000-0000-0000-000000000803", + "id": "00000000-0000-0000-0000-000000000729", "views": { "allTasks": { - "id": "00000000-0000-0000-0000-000000000766", + "id": "00000000-0000-0000-0000-000000000693", "viewFieldGroups": {}, "viewFields": { "assignee": { - "id": "00000000-0000-0000-0000-000000000763", + "id": "00000000-0000-0000-0000-000000000690", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000764", + "id": "00000000-0000-0000-0000-000000000691", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000765", + "id": "00000000-0000-0000-0000-000000000692", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000761", + "id": "00000000-0000-0000-0000-000000000688", }, "dueAt": { - "id": "00000000-0000-0000-0000-000000000762", + "id": "00000000-0000-0000-0000-000000000689", }, "status": { - "id": "00000000-0000-0000-0000-000000000759", + "id": "00000000-0000-0000-0000-000000000686", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000760", + "id": "00000000-0000-0000-0000-000000000687", }, "title": { - "id": "00000000-0000-0000-0000-000000000758", + "id": "00000000-0000-0000-0000-000000000685", }, }, "viewGroups": {}, }, "assignedToMe": { - "id": "00000000-0000-0000-0000-000000000778", + "id": "00000000-0000-0000-0000-000000000705", "viewFieldGroups": {}, "viewFields": { "assignee": { - "id": "00000000-0000-0000-0000-000000000771", + "id": "00000000-0000-0000-0000-000000000698", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000772", + "id": "00000000-0000-0000-0000-000000000699", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000773", + "id": "00000000-0000-0000-0000-000000000700", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000769", + "id": "00000000-0000-0000-0000-000000000696", }, "dueAt": { - "id": "00000000-0000-0000-0000-000000000770", + "id": "00000000-0000-0000-0000-000000000697", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000768", + "id": "00000000-0000-0000-0000-000000000695", }, "title": { - "id": "00000000-0000-0000-0000-000000000767", + "id": "00000000-0000-0000-0000-000000000694", }, }, "viewGroups": { "done": { - "id": "00000000-0000-0000-0000-000000000776", + "id": "00000000-0000-0000-0000-000000000703", }, "empty": { - "id": "00000000-0000-0000-0000-000000000777", + "id": "00000000-0000-0000-0000-000000000704", }, "inProgress": { - "id": "00000000-0000-0000-0000-000000000775", + "id": "00000000-0000-0000-0000-000000000702", }, "todo": { - "id": "00000000-0000-0000-0000-000000000774", + "id": "00000000-0000-0000-0000-000000000701", }, }, }, "byStatus": { - "id": "00000000-0000-0000-0000-000000000787", + "id": "00000000-0000-0000-0000-000000000714", "viewFieldGroups": {}, "viewFields": { "assignee": { - "id": "00000000-0000-0000-0000-000000000782", + "id": "00000000-0000-0000-0000-000000000709", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000783", + "id": "00000000-0000-0000-0000-000000000710", }, "dueAt": { - "id": "00000000-0000-0000-0000-000000000781", + "id": "00000000-0000-0000-0000-000000000708", }, "status": { - "id": "00000000-0000-0000-0000-000000000780", + "id": "00000000-0000-0000-0000-000000000707", }, "title": { - "id": "00000000-0000-0000-0000-000000000779", + "id": "00000000-0000-0000-0000-000000000706", }, }, "viewGroups": { "done": { - "id": "00000000-0000-0000-0000-000000000786", + "id": "00000000-0000-0000-0000-000000000713", }, "inProgress": { - "id": "00000000-0000-0000-0000-000000000785", + "id": "00000000-0000-0000-0000-000000000712", }, "todo": { - "id": "00000000-0000-0000-0000-000000000784", + "id": "00000000-0000-0000-0000-000000000711", }, }, }, "taskRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000802", + "id": "00000000-0000-0000-0000-000000000728", "viewFieldGroups": { "general": { - "id": "00000000-0000-0000-0000-000000000800", + "id": "00000000-0000-0000-0000-000000000726", }, "system": { - "id": "00000000-0000-0000-0000-000000000801", + "id": "00000000-0000-0000-0000-000000000727", }, }, "viewFields": { "assignee": { - "id": "00000000-0000-0000-0000-000000000790", + "id": "00000000-0000-0000-0000-000000000717", }, "attachments": { - "id": "00000000-0000-0000-0000-000000000797", + "id": "00000000-0000-0000-0000-000000000724", }, "bodyV2": { - "id": "00000000-0000-0000-0000-000000000794", + "id": "00000000-0000-0000-0000-000000000721", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000791", + "id": "00000000-0000-0000-0000-000000000718", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000792", + "id": "00000000-0000-0000-0000-000000000719", }, "dueAt": { - "id": "00000000-0000-0000-0000-000000000788", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000799", + "id": "00000000-0000-0000-0000-000000000715", }, "status": { - "id": "00000000-0000-0000-0000-000000000789", + "id": "00000000-0000-0000-0000-000000000716", }, "taskTargets": { - "id": "00000000-0000-0000-0000-000000000793", + "id": "00000000-0000-0000-0000-000000000720", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000798", + "id": "00000000-0000-0000-0000-000000000725", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000795", + "id": "00000000-0000-0000-0000-000000000722", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000796", + "id": "00000000-0000-0000-0000-000000000723", }, }, "viewGroups": {}, @@ -2698,62 +2450,62 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "taskTarget": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000805", + "id": "00000000-0000-0000-0000-000000000731", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000812", + "id": "00000000-0000-0000-0000-000000000738", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000807", + "id": "00000000-0000-0000-0000-000000000733", }, "id": { - "id": "00000000-0000-0000-0000-000000000804", + "id": "00000000-0000-0000-0000-000000000730", }, "position": { - "id": "00000000-0000-0000-0000-000000000814", + "id": "00000000-0000-0000-0000-000000000740", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000815", + "id": "00000000-0000-0000-0000-000000000741", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000810", + "id": "00000000-0000-0000-0000-000000000736", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000811", + "id": "00000000-0000-0000-0000-000000000737", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000809", + "id": "00000000-0000-0000-0000-000000000735", }, "task": { - "id": "00000000-0000-0000-0000-000000000808", + "id": "00000000-0000-0000-0000-000000000734", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000806", + "id": "00000000-0000-0000-0000-000000000732", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000813", + "id": "00000000-0000-0000-0000-000000000739", }, }, - "id": "00000000-0000-0000-0000-000000000822", + "id": "00000000-0000-0000-0000-000000000748", "views": { "allTaskTargets": { - "id": "00000000-0000-0000-0000-000000000821", + "id": "00000000-0000-0000-0000-000000000747", "viewFieldGroups": {}, "viewFields": { "id": { - "id": "00000000-0000-0000-0000-000000000816", + "id": "00000000-0000-0000-0000-000000000742", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000819", + "id": "00000000-0000-0000-0000-000000000745", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000820", + "id": "00000000-0000-0000-0000-000000000746", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000818", + "id": "00000000-0000-0000-0000-000000000744", }, "task": { - "id": "00000000-0000-0000-0000-000000000817", + "id": "00000000-0000-0000-0000-000000000743", }, }, "viewGroups": {}, @@ -2763,125 +2515,125 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "timelineActivity": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000824", + "id": "00000000-0000-0000-0000-000000000750", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000843", + "id": "00000000-0000-0000-0000-000000000769", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000826", + "id": "00000000-0000-0000-0000-000000000752", }, "happensAt": { - "id": "00000000-0000-0000-0000-000000000827", + "id": "00000000-0000-0000-0000-000000000753", }, "id": { - "id": "00000000-0000-0000-0000-000000000823", + "id": "00000000-0000-0000-0000-000000000749", }, "linkedObjectMetadataId": { - "id": "00000000-0000-0000-0000-000000000842", + "id": "00000000-0000-0000-0000-000000000768", }, "linkedRecordCachedName": { - "id": "00000000-0000-0000-0000-000000000840", + "id": "00000000-0000-0000-0000-000000000766", }, "linkedRecordId": { - "id": "00000000-0000-0000-0000-000000000841", + "id": "00000000-0000-0000-0000-000000000767", }, "name": { - "id": "00000000-0000-0000-0000-000000000828", + "id": "00000000-0000-0000-0000-000000000754", }, "position": { - "id": "00000000-0000-0000-0000-000000000845", + "id": "00000000-0000-0000-0000-000000000771", }, "properties": { - "id": "00000000-0000-0000-0000-000000000829", + "id": "00000000-0000-0000-0000-000000000755", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000846", + "id": "00000000-0000-0000-0000-000000000772", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000832", + "id": "00000000-0000-0000-0000-000000000758", }, "targetDashboard": { - "id": "00000000-0000-0000-0000-000000000839", + "id": "00000000-0000-0000-0000-000000000765", }, "targetNote": { - "id": "00000000-0000-0000-0000-000000000835", + "id": "00000000-0000-0000-0000-000000000761", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000833", + "id": "00000000-0000-0000-0000-000000000759", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000831", + "id": "00000000-0000-0000-0000-000000000757", }, "targetTask": { - "id": "00000000-0000-0000-0000-000000000834", + "id": "00000000-0000-0000-0000-000000000760", }, "targetWorkflow": { - "id": "00000000-0000-0000-0000-000000000836", + "id": "00000000-0000-0000-0000-000000000762", }, "targetWorkflowRun": { - "id": "00000000-0000-0000-0000-000000000838", + "id": "00000000-0000-0000-0000-000000000764", }, "targetWorkflowVersion": { - "id": "00000000-0000-0000-0000-000000000837", + "id": "00000000-0000-0000-0000-000000000763", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000825", + "id": "00000000-0000-0000-0000-000000000751", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000844", + "id": "00000000-0000-0000-0000-000000000770", }, "workspaceMember": { - "id": "00000000-0000-0000-0000-000000000830", + "id": "00000000-0000-0000-0000-000000000756", }, }, - "id": "00000000-0000-0000-0000-000000000862", + "id": "00000000-0000-0000-0000-000000000788", "views": { "allTimelineActivities": { - "id": "00000000-0000-0000-0000-000000000861", + "id": "00000000-0000-0000-0000-000000000787", "viewFieldGroups": {}, "viewFields": { "happensAt": { - "id": "00000000-0000-0000-0000-000000000848", + "id": "00000000-0000-0000-0000-000000000774", }, "linkedRecordCachedName": { - "id": "00000000-0000-0000-0000-000000000851", + "id": "00000000-0000-0000-0000-000000000777", }, "name": { - "id": "00000000-0000-0000-0000-000000000847", + "id": "00000000-0000-0000-0000-000000000773", }, "properties": { - "id": "00000000-0000-0000-0000-000000000849", + "id": "00000000-0000-0000-0000-000000000775", }, "targetCompany": { - "id": "00000000-0000-0000-0000-000000000853", + "id": "00000000-0000-0000-0000-000000000779", }, "targetDashboard": { - "id": "00000000-0000-0000-0000-000000000860", + "id": "00000000-0000-0000-0000-000000000786", }, "targetNote": { - "id": "00000000-0000-0000-0000-000000000856", + "id": "00000000-0000-0000-0000-000000000782", }, "targetOpportunity": { - "id": "00000000-0000-0000-0000-000000000854", + "id": "00000000-0000-0000-0000-000000000780", }, "targetPerson": { - "id": "00000000-0000-0000-0000-000000000852", + "id": "00000000-0000-0000-0000-000000000778", }, "targetTask": { - "id": "00000000-0000-0000-0000-000000000855", + "id": "00000000-0000-0000-0000-000000000781", }, "targetWorkflow": { - "id": "00000000-0000-0000-0000-000000000857", + "id": "00000000-0000-0000-0000-000000000783", }, "targetWorkflowRun": { - "id": "00000000-0000-0000-0000-000000000859", + "id": "00000000-0000-0000-0000-000000000785", }, "targetWorkflowVersion": { - "id": "00000000-0000-0000-0000-000000000858", + "id": "00000000-0000-0000-0000-000000000784", }, "workspaceMember": { - "id": "00000000-0000-0000-0000-000000000850", + "id": "00000000-0000-0000-0000-000000000776", }, }, "viewGroups": {}, @@ -2891,80 +2643,77 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "workflow": { "fields": { "attachments": { - "id": "00000000-0000-0000-0000-000000000876", + "id": "00000000-0000-0000-0000-000000000801", }, "automatedTriggers": { - "id": "00000000-0000-0000-0000-000000000873", + "id": "00000000-0000-0000-0000-000000000799", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000864", + "id": "00000000-0000-0000-0000-000000000790", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000877", + "id": "00000000-0000-0000-0000-000000000802", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000866", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000874", + "id": "00000000-0000-0000-0000-000000000792", }, "id": { - "id": "00000000-0000-0000-0000-000000000863", + "id": "00000000-0000-0000-0000-000000000789", }, "lastPublishedVersionId": { - "id": "00000000-0000-0000-0000-000000000868", + "id": "00000000-0000-0000-0000-000000000794", }, "name": { - "id": "00000000-0000-0000-0000-000000000867", + "id": "00000000-0000-0000-0000-000000000793", }, "position": { - "id": "00000000-0000-0000-0000-000000000870", + "id": "00000000-0000-0000-0000-000000000796", }, "runs": { - "id": "00000000-0000-0000-0000-000000000872", + "id": "00000000-0000-0000-0000-000000000798", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000879", + "id": "00000000-0000-0000-0000-000000000804", }, "statuses": { - "id": "00000000-0000-0000-0000-000000000869", + "id": "00000000-0000-0000-0000-000000000795", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000875", + "id": "00000000-0000-0000-0000-000000000800", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000865", + "id": "00000000-0000-0000-0000-000000000791", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000878", + "id": "00000000-0000-0000-0000-000000000803", }, "versions": { - "id": "00000000-0000-0000-0000-000000000871", + "id": "00000000-0000-0000-0000-000000000797", }, }, - "id": "00000000-0000-0000-0000-000000000887", + "id": "00000000-0000-0000-0000-000000000812", "views": { "allWorkflows": { - "id": "00000000-0000-0000-0000-000000000886", + "id": "00000000-0000-0000-0000-000000000811", "viewFieldGroups": {}, "viewFields": { "createdBy": { - "id": "00000000-0000-0000-0000-000000000883", + "id": "00000000-0000-0000-0000-000000000808", }, "name": { - "id": "00000000-0000-0000-0000-000000000880", + "id": "00000000-0000-0000-0000-000000000805", }, "runs": { - "id": "00000000-0000-0000-0000-000000000885", + "id": "00000000-0000-0000-0000-000000000810", }, "statuses": { - "id": "00000000-0000-0000-0000-000000000881", + "id": "00000000-0000-0000-0000-000000000806", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000882", + "id": "00000000-0000-0000-0000-000000000807", }, "versions": { - "id": "00000000-0000-0000-0000-000000000884", + "id": "00000000-0000-0000-0000-000000000809", }, }, "viewGroups": {}, @@ -2974,58 +2723,291 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "workflowAutomatedTrigger": { "fields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000889", + "id": "00000000-0000-0000-0000-000000000814", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000000895", + "id": "00000000-0000-0000-0000-000000000820", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000891", + "id": "00000000-0000-0000-0000-000000000816", }, "id": { - "id": "00000000-0000-0000-0000-000000000888", + "id": "00000000-0000-0000-0000-000000000813", }, "position": { - "id": "00000000-0000-0000-0000-000000000897", + "id": "00000000-0000-0000-0000-000000000822", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000000898", + "id": "00000000-0000-0000-0000-000000000823", }, "settings": { - "id": "00000000-0000-0000-0000-000000000893", + "id": "00000000-0000-0000-0000-000000000818", }, "type": { - "id": "00000000-0000-0000-0000-000000000892", + "id": "00000000-0000-0000-0000-000000000817", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000890", + "id": "00000000-0000-0000-0000-000000000815", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000896", + "id": "00000000-0000-0000-0000-000000000821", }, "workflow": { - "id": "00000000-0000-0000-0000-000000000894", + "id": "00000000-0000-0000-0000-000000000819", }, }, - "id": "00000000-0000-0000-0000-000000000910", + "id": "00000000-0000-0000-0000-000000000835", "views": { "allWorkflowAutomatedTriggers": { - "id": "00000000-0000-0000-0000-000000000902", + "id": "00000000-0000-0000-0000-000000000827", "viewFieldGroups": {}, "viewFields": { "createdAt": { - "id": "00000000-0000-0000-0000-000000000901", + "id": "00000000-0000-0000-0000-000000000826", }, "type": { - "id": "00000000-0000-0000-0000-000000000899", + "id": "00000000-0000-0000-0000-000000000824", }, "workflow": { - "id": "00000000-0000-0000-0000-000000000900", + "id": "00000000-0000-0000-0000-000000000825", }, }, "viewGroups": {}, }, "workflowAutomatedTriggerRecordPageFields": { + "id": "00000000-0000-0000-0000-000000000834", + "viewFieldGroups": { + "general": { + "id": "00000000-0000-0000-0000-000000000832", + }, + "system": { + "id": "00000000-0000-0000-0000-000000000833", + }, + }, + "viewFields": { + "createdAt": { + "id": "00000000-0000-0000-0000-000000000830", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000831", + }, + "type": { + "id": "00000000-0000-0000-0000-000000000828", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000829", + }, + }, + "viewGroups": {}, + }, + }, + }, + "workflowRun": { + "fields": { + "createdAt": { + "id": "00000000-0000-0000-0000-000000000837", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000848", + }, + "deletedAt": { + "id": "00000000-0000-0000-0000-000000000839", + }, + "endedAt": { + "id": "00000000-0000-0000-0000-000000000845", + }, + "enqueuedAt": { + "id": "00000000-0000-0000-0000-000000000843", + }, + "id": { + "id": "00000000-0000-0000-0000-000000000836", + }, + "name": { + "id": "00000000-0000-0000-0000-000000000840", + }, + "position": { + "id": "00000000-0000-0000-0000-000000000847", + }, + "searchVector": { + "id": "00000000-0000-0000-0000-000000000852", + }, + "startedAt": { + "id": "00000000-0000-0000-0000-000000000844", + }, + "state": { + "id": "00000000-0000-0000-0000-000000000850", + }, + "status": { + "id": "00000000-0000-0000-0000-000000000846", + }, + "timelineActivities": { + "id": "00000000-0000-0000-0000-000000000851", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000838", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000849", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000842", + }, + "workflowVersion": { + "id": "00000000-0000-0000-0000-000000000841", + }, + }, + "id": "00000000-0000-0000-0000-000000000875", + "views": { + "allWorkflowRuns": { + "id": "00000000-0000-0000-0000-000000000859", + "viewFieldGroups": {}, + "viewFields": { + "createdBy": { + "id": "00000000-0000-0000-0000-000000000857", + }, + "name": { + "id": "00000000-0000-0000-0000-000000000853", + }, + "startedAt": { + "id": "00000000-0000-0000-0000-000000000856", + }, + "status": { + "id": "00000000-0000-0000-0000-000000000855", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000854", + }, + "workflowVersion": { + "id": "00000000-0000-0000-0000-000000000858", + }, + }, + "viewGroups": {}, + }, + "workflowRunRecordPageFields": { + "id": "00000000-0000-0000-0000-000000000874", + "viewFieldGroups": { + "general": { + "id": "00000000-0000-0000-0000-000000000872", + }, + "system": { + "id": "00000000-0000-0000-0000-000000000873", + }, + }, + "viewFields": { + "createdAt": { + "id": "00000000-0000-0000-0000-000000000865", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000866", + }, + "endedAt": { + "id": "00000000-0000-0000-0000-000000000864", + }, + "enqueuedAt": { + "id": "00000000-0000-0000-0000-000000000867", + }, + "startedAt": { + "id": "00000000-0000-0000-0000-000000000863", + }, + "state": { + "id": "00000000-0000-0000-0000-000000000868", + }, + "status": { + "id": "00000000-0000-0000-0000-000000000860", + }, + "timelineActivities": { + "id": "00000000-0000-0000-0000-000000000871", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000869", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000870", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000861", + }, + "workflowVersion": { + "id": "00000000-0000-0000-0000-000000000862", + }, + }, + "viewGroups": {}, + }, + }, + }, + "workflowVersion": { + "fields": { + "createdAt": { + "id": "00000000-0000-0000-0000-000000000877", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000889", + }, + "deletedAt": { + "id": "00000000-0000-0000-0000-000000000879", + }, + "id": { + "id": "00000000-0000-0000-0000-000000000876", + }, + "name": { + "id": "00000000-0000-0000-0000-000000000880", + }, + "position": { + "id": "00000000-0000-0000-0000-000000000884", + }, + "runs": { + "id": "00000000-0000-0000-0000-000000000885", + }, + "searchVector": { + "id": "00000000-0000-0000-0000-000000000888", + }, + "status": { + "id": "00000000-0000-0000-0000-000000000883", + }, + "steps": { + "id": "00000000-0000-0000-0000-000000000886", + }, + "timelineActivities": { + "id": "00000000-0000-0000-0000-000000000887", + }, + "trigger": { + "id": "00000000-0000-0000-0000-000000000882", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000878", + }, + "updatedBy": { + "id": "00000000-0000-0000-0000-000000000890", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000881", + }, + }, + "id": "00000000-0000-0000-0000-000000000910", + "views": { + "allWorkflowVersions": { + "id": "00000000-0000-0000-0000-000000000896", + "viewFieldGroups": {}, + "viewFields": { + "name": { + "id": "00000000-0000-0000-0000-000000000891", + }, + "runs": { + "id": "00000000-0000-0000-0000-000000000895", + }, + "status": { + "id": "00000000-0000-0000-0000-000000000893", + }, + "updatedAt": { + "id": "00000000-0000-0000-0000-000000000894", + }, + "workflow": { + "id": "00000000-0000-0000-0000-000000000892", + }, + }, + "viewGroups": {}, + }, + "workflowVersionRecordPageFields": { "id": "00000000-0000-0000-0000-000000000909", "viewFieldGroups": { "general": { @@ -3037,279 +3019,34 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object }, "viewFields": { "createdAt": { + "id": "00000000-0000-0000-0000-000000000900", + }, + "createdBy": { + "id": "00000000-0000-0000-0000-000000000902", + }, + "runs": { "id": "00000000-0000-0000-0000-000000000905", }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000906", - }, - "type": { - "id": "00000000-0000-0000-0000-000000000903", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000904", - }, - }, - "viewGroups": {}, - }, - }, - }, - "workflowRun": { - "fields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000912", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000923", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000914", - }, - "endedAt": { - "id": "00000000-0000-0000-0000-000000000920", - }, - "enqueuedAt": { - "id": "00000000-0000-0000-0000-000000000918", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000926", - }, - "id": { - "id": "00000000-0000-0000-0000-000000000911", - }, - "name": { - "id": "00000000-0000-0000-0000-000000000915", - }, - "position": { - "id": "00000000-0000-0000-0000-000000000922", - }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000928", - }, - "startedAt": { - "id": "00000000-0000-0000-0000-000000000919", - }, - "state": { - "id": "00000000-0000-0000-0000-000000000925", - }, - "status": { - "id": "00000000-0000-0000-0000-000000000921", - }, - "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000927", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000913", - }, - "updatedBy": { - "id": "00000000-0000-0000-0000-000000000924", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000917", - }, - "workflowVersion": { - "id": "00000000-0000-0000-0000-000000000916", - }, - }, - "id": "00000000-0000-0000-0000-000000000952", - "views": { - "allWorkflowRuns": { - "id": "00000000-0000-0000-0000-000000000935", - "viewFieldGroups": {}, - "viewFields": { - "createdBy": { - "id": "00000000-0000-0000-0000-000000000933", - }, - "name": { - "id": "00000000-0000-0000-0000-000000000929", - }, - "startedAt": { - "id": "00000000-0000-0000-0000-000000000932", - }, "status": { - "id": "00000000-0000-0000-0000-000000000931", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000930", - }, - "workflowVersion": { - "id": "00000000-0000-0000-0000-000000000934", - }, - }, - "viewGroups": {}, - }, - "workflowRunRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000951", - "viewFieldGroups": { - "general": { - "id": "00000000-0000-0000-0000-000000000949", - }, - "system": { - "id": "00000000-0000-0000-0000-000000000950", - }, - }, - "viewFields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000941", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000942", - }, - "endedAt": { - "id": "00000000-0000-0000-0000-000000000940", - }, - "enqueuedAt": { - "id": "00000000-0000-0000-0000-000000000943", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000947", - }, - "startedAt": { - "id": "00000000-0000-0000-0000-000000000939", - }, - "state": { - "id": "00000000-0000-0000-0000-000000000944", - }, - "status": { - "id": "00000000-0000-0000-0000-000000000936", - }, - "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000948", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000945", - }, - "updatedBy": { - "id": "00000000-0000-0000-0000-000000000946", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000937", - }, - "workflowVersion": { - "id": "00000000-0000-0000-0000-000000000938", - }, - }, - "viewGroups": {}, - }, - }, - }, - "workflowVersion": { - "fields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000954", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000967", - }, - "deletedAt": { - "id": "00000000-0000-0000-0000-000000000956", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000964", - }, - "id": { - "id": "00000000-0000-0000-0000-000000000953", - }, - "name": { - "id": "00000000-0000-0000-0000-000000000957", - }, - "position": { - "id": "00000000-0000-0000-0000-000000000961", - }, - "runs": { - "id": "00000000-0000-0000-0000-000000000962", - }, - "searchVector": { - "id": "00000000-0000-0000-0000-000000000966", - }, - "status": { - "id": "00000000-0000-0000-0000-000000000960", - }, - "steps": { - "id": "00000000-0000-0000-0000-000000000963", - }, - "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000965", - }, - "trigger": { - "id": "00000000-0000-0000-0000-000000000959", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000955", - }, - "updatedBy": { - "id": "00000000-0000-0000-0000-000000000968", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000958", - }, - }, - "id": "00000000-0000-0000-0000-000000000989", - "views": { - "allWorkflowVersions": { - "id": "00000000-0000-0000-0000-000000000974", - "viewFieldGroups": {}, - "viewFields": { - "name": { - "id": "00000000-0000-0000-0000-000000000969", - }, - "runs": { - "id": "00000000-0000-0000-0000-000000000973", - }, - "status": { - "id": "00000000-0000-0000-0000-000000000971", - }, - "updatedAt": { - "id": "00000000-0000-0000-0000-000000000972", - }, - "workflow": { - "id": "00000000-0000-0000-0000-000000000970", - }, - }, - "viewGroups": {}, - }, - "workflowVersionRecordPageFields": { - "id": "00000000-0000-0000-0000-000000000988", - "viewFieldGroups": { - "general": { - "id": "00000000-0000-0000-0000-000000000986", - }, - "system": { - "id": "00000000-0000-0000-0000-000000000987", - }, - }, - "viewFields": { - "createdAt": { - "id": "00000000-0000-0000-0000-000000000978", - }, - "createdBy": { - "id": "00000000-0000-0000-0000-000000000980", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000000984", - }, - "runs": { - "id": "00000000-0000-0000-0000-000000000983", - }, - "status": { - "id": "00000000-0000-0000-0000-000000000975", + "id": "00000000-0000-0000-0000-000000000897", }, "steps": { - "id": "00000000-0000-0000-0000-000000000979", + "id": "00000000-0000-0000-0000-000000000901", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000000985", + "id": "00000000-0000-0000-0000-000000000906", }, "trigger": { - "id": "00000000-0000-0000-0000-000000000977", + "id": "00000000-0000-0000-0000-000000000899", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000981", + "id": "00000000-0000-0000-0000-000000000903", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000000982", + "id": "00000000-0000-0000-0000-000000000904", }, "workflow": { - "id": "00000000-0000-0000-0000-000000000976", + "id": "00000000-0000-0000-0000-000000000898", }, }, "viewGroups": {}, @@ -3319,128 +3056,125 @@ exports[`getStandardObjectMetadataRelatedEntityIds should return standard object "workspaceMember": { "fields": { "accountOwnerForCompanies": { - "id": "00000000-0000-0000-0000-000000001004", + "id": "00000000-0000-0000-0000-000000000924", }, "assignedTasks": { - "id": "00000000-0000-0000-0000-000000001001", + "id": "00000000-0000-0000-0000-000000000922", }, "avatarUrl": { - "id": "00000000-0000-0000-0000-000000000998", + "id": "00000000-0000-0000-0000-000000000919", }, "blocklist": { - "id": "00000000-0000-0000-0000-000000001007", + "id": "00000000-0000-0000-0000-000000000927", }, "calendarEventParticipants": { - "id": "00000000-0000-0000-0000-000000001008", + "id": "00000000-0000-0000-0000-000000000928", }, "calendarStartDay": { - "id": "00000000-0000-0000-0000-000000001014", + "id": "00000000-0000-0000-0000-000000000934", }, "colorScheme": { - "id": "00000000-0000-0000-0000-000000000996", + "id": "00000000-0000-0000-0000-000000000917", }, "connectedAccounts": { - "id": "00000000-0000-0000-0000-000000001005", + "id": "00000000-0000-0000-0000-000000000925", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000000991", + "id": "00000000-0000-0000-0000-000000000912", }, "createdBy": { - "id": "00000000-0000-0000-0000-000000001016", + "id": "00000000-0000-0000-0000-000000000936", }, "dateFormat": { - "id": "00000000-0000-0000-0000-000000001011", + "id": "00000000-0000-0000-0000-000000000931", }, "deletedAt": { - "id": "00000000-0000-0000-0000-000000000993", - }, - "favorites": { - "id": "00000000-0000-0000-0000-000000001003", + "id": "00000000-0000-0000-0000-000000000914", }, "id": { - "id": "00000000-0000-0000-0000-000000000990", + "id": "00000000-0000-0000-0000-000000000911", }, "locale": { - "id": "00000000-0000-0000-0000-000000000997", + "id": "00000000-0000-0000-0000-000000000918", }, "messageParticipants": { - "id": "00000000-0000-0000-0000-000000001006", + "id": "00000000-0000-0000-0000-000000000926", }, "name": { - "id": "00000000-0000-0000-0000-000000000995", + "id": "00000000-0000-0000-0000-000000000916", }, "numberFormat": { - "id": "00000000-0000-0000-0000-000000001015", + "id": "00000000-0000-0000-0000-000000000935", }, "ownedOpportunities": { - "id": "00000000-0000-0000-0000-000000001002", + "id": "00000000-0000-0000-0000-000000000923", }, "position": { - "id": "00000000-0000-0000-0000-000000000994", + "id": "00000000-0000-0000-0000-000000000915", }, "searchVector": { - "id": "00000000-0000-0000-0000-000000001013", + "id": "00000000-0000-0000-0000-000000000933", }, "timeFormat": { - "id": "00000000-0000-0000-0000-000000001012", + "id": "00000000-0000-0000-0000-000000000932", }, "timeZone": { - "id": "00000000-0000-0000-0000-000000001010", + "id": "00000000-0000-0000-0000-000000000930", }, "timelineActivities": { - "id": "00000000-0000-0000-0000-000000001009", + "id": "00000000-0000-0000-0000-000000000929", }, "updatedAt": { - "id": "00000000-0000-0000-0000-000000000992", + "id": "00000000-0000-0000-0000-000000000913", }, "updatedBy": { - "id": "00000000-0000-0000-0000-000000001017", + "id": "00000000-0000-0000-0000-000000000937", }, "userEmail": { - "id": "00000000-0000-0000-0000-000000000999", + "id": "00000000-0000-0000-0000-000000000920", }, "userId": { - "id": "00000000-0000-0000-0000-000000001000", + "id": "00000000-0000-0000-0000-000000000921", }, }, - "id": "00000000-0000-0000-0000-000000001030", + "id": "00000000-0000-0000-0000-000000000950", "views": { "allWorkspaceMembers": { - "id": "00000000-0000-0000-0000-000000001029", + "id": "00000000-0000-0000-0000-000000000949", "viewFieldGroups": {}, "viewFields": { "assignedTasks": { - "id": "00000000-0000-0000-0000-000000001028", + "id": "00000000-0000-0000-0000-000000000948", }, "avatarUrl": { - "id": "00000000-0000-0000-0000-000000001020", + "id": "00000000-0000-0000-0000-000000000940", }, "colorScheme": { - "id": "00000000-0000-0000-0000-000000001021", + "id": "00000000-0000-0000-0000-000000000941", }, "createdAt": { - "id": "00000000-0000-0000-0000-000000001026", + "id": "00000000-0000-0000-0000-000000000946", }, "dateFormat": { - "id": "00000000-0000-0000-0000-000000001024", + "id": "00000000-0000-0000-0000-000000000944", }, "locale": { - "id": "00000000-0000-0000-0000-000000001022", + "id": "00000000-0000-0000-0000-000000000942", }, "name": { - "id": "00000000-0000-0000-0000-000000001018", + "id": "00000000-0000-0000-0000-000000000938", }, "ownedOpportunities": { - "id": "00000000-0000-0000-0000-000000001027", + "id": "00000000-0000-0000-0000-000000000947", }, "timeFormat": { - "id": "00000000-0000-0000-0000-000000001025", + "id": "00000000-0000-0000-0000-000000000945", }, "timeZone": { - "id": "00000000-0000-0000-0000-000000001023", + "id": "00000000-0000-0000-0000-000000000943", }, "userEmail": { - "id": "00000000-0000-0000-0000-000000001019", + "id": "00000000-0000-0000-0000-000000000939", }, }, "viewGroups": {}, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-page-layout-metadata-related-entity-ids.util.spec.ts.snap b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-page-layout-metadata-related-entity-ids.util.spec.ts.snap index 5fe58256b37..94b852ea8ba 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-page-layout-metadata-related-entity-ids.util.spec.ts.snap +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/__tests__/__snapshots__/get-standard-page-layout-metadata-related-entity-ids.util.spec.ts.snap @@ -174,91 +174,7 @@ exports[`getStandardPageLayoutMetadataRelatedEntityIds should return standard pa }, }, }, - "favoriteFolderRecordPage": { - "id": "00000000-0000-0000-0000-000000000058", - "tabs": { - "home": { - "id": "00000000-0000-0000-0000-000000000059", - "widgets": { - "fields": { - "id": "00000000-0000-0000-0000-000000000060", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000061", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000062", - }, - }, - }, - }, - }, - "favoriteRecordPage": { - "id": "00000000-0000-0000-0000-000000000053", - "tabs": { - "home": { - "id": "00000000-0000-0000-0000-000000000054", - "widgets": { - "fields": { - "id": "00000000-0000-0000-0000-000000000055", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000056", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000057", - }, - }, - }, - }, - }, "messageChannelMessageAssociationMessageFolderRecordPage": { - "id": "00000000-0000-0000-0000-000000000073", - "tabs": { - "home": { - "id": "00000000-0000-0000-0000-000000000074", - "widgets": { - "fields": { - "id": "00000000-0000-0000-0000-000000000075", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000076", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000077", - }, - }, - }, - }, - }, - "messageChannelMessageAssociationRecordPage": { - "id": "00000000-0000-0000-0000-000000000068", - "tabs": { - "home": { - "id": "00000000-0000-0000-0000-000000000069", - "widgets": { - "fields": { - "id": "00000000-0000-0000-0000-000000000070", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000071", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000072", - }, - }, - }, - }, - }, - "messageChannelRecordPage": { "id": "00000000-0000-0000-0000-000000000063", "tabs": { "home": { @@ -279,56 +195,98 @@ exports[`getStandardPageLayoutMetadataRelatedEntityIds should return standard pa }, }, }, - "messageFolderRecordPage": { - "id": "00000000-0000-0000-0000-000000000078", + "messageChannelMessageAssociationRecordPage": { + "id": "00000000-0000-0000-0000-000000000058", "tabs": { "home": { - "id": "00000000-0000-0000-0000-000000000079", + "id": "00000000-0000-0000-0000-000000000059", "widgets": { "fields": { - "id": "00000000-0000-0000-0000-000000000080", + "id": "00000000-0000-0000-0000-000000000060", }, }, }, "timeline": { - "id": "00000000-0000-0000-0000-000000000081", + "id": "00000000-0000-0000-0000-000000000061", "widgets": { "timeline": { - "id": "00000000-0000-0000-0000-000000000082", + "id": "00000000-0000-0000-0000-000000000062", + }, + }, + }, + }, + }, + "messageChannelRecordPage": { + "id": "00000000-0000-0000-0000-000000000053", + "tabs": { + "home": { + "id": "00000000-0000-0000-0000-000000000054", + "widgets": { + "fields": { + "id": "00000000-0000-0000-0000-000000000055", + }, + }, + }, + "timeline": { + "id": "00000000-0000-0000-0000-000000000056", + "widgets": { + "timeline": { + "id": "00000000-0000-0000-0000-000000000057", + }, + }, + }, + }, + }, + "messageFolderRecordPage": { + "id": "00000000-0000-0000-0000-000000000068", + "tabs": { + "home": { + "id": "00000000-0000-0000-0000-000000000069", + "widgets": { + "fields": { + "id": "00000000-0000-0000-0000-000000000070", + }, + }, + }, + "timeline": { + "id": "00000000-0000-0000-0000-000000000071", + "widgets": { + "timeline": { + "id": "00000000-0000-0000-0000-000000000072", }, }, }, }, }, "messageParticipantRecordPage": { - "id": "00000000-0000-0000-0000-000000000083", + "id": "00000000-0000-0000-0000-000000000073", "tabs": { "home": { - "id": "00000000-0000-0000-0000-000000000084", + "id": "00000000-0000-0000-0000-000000000074", "widgets": { "fields": { - "id": "00000000-0000-0000-0000-000000000085", + "id": "00000000-0000-0000-0000-000000000075", }, }, }, "timeline": { - "id": "00000000-0000-0000-0000-000000000086", + "id": "00000000-0000-0000-0000-000000000076", "widgets": { "timeline": { - "id": "00000000-0000-0000-0000-000000000087", + "id": "00000000-0000-0000-0000-000000000077", }, }, }, }, }, "messageThreadRecordPage": { - "id": "00000000-0000-0000-0000-000000000088", + "id": "00000000-0000-0000-0000-000000000078", "tabs": { "home": { - "id": "00000000-0000-0000-0000-000000000089", + "id": "00000000-0000-0000-0000-000000000079", "widgets": { "emailThread": { - "id": "00000000-0000-0000-0000-000000000090", + "id": "00000000-0000-0000-0000-000000000080", }, }, }, @@ -369,32 +327,102 @@ exports[`getStandardPageLayoutMetadataRelatedEntityIds should return standard pa }, }, "noteRecordPage": { - "id": "00000000-0000-0000-0000-000000000091", + "id": "00000000-0000-0000-0000-000000000081", "tabs": { "files": { - "id": "00000000-0000-0000-0000-000000000099", + "id": "00000000-0000-0000-0000-000000000089", "widgets": { "files": { - "id": "00000000-0000-0000-0000-000000000100", + "id": "00000000-0000-0000-0000-000000000090", + }, + }, + }, + "home": { + "id": "00000000-0000-0000-0000-000000000082", + "widgets": { + "fields": { + "id": "00000000-0000-0000-0000-000000000083", + }, + "noteRichText": { + "id": "00000000-0000-0000-0000-000000000084", + }, + }, + }, + "note": { + "id": "00000000-0000-0000-0000-000000000085", + "widgets": { + "noteRichText": { + "id": "00000000-0000-0000-0000-000000000086", + }, + }, + }, + "timeline": { + "id": "00000000-0000-0000-0000-000000000087", + "widgets": { + "timeline": { + "id": "00000000-0000-0000-0000-000000000088", + }, + }, + }, + }, + }, + "opportunityRecordPage": { + "id": "00000000-0000-0000-0000-000000000091", + "tabs": { + "calendar": { + "id": "00000000-0000-0000-0000-000000000107", + "widgets": { + "calendar": { + "id": "00000000-0000-0000-0000-000000000108", + }, + }, + }, + "emails": { + "id": "00000000-0000-0000-0000-000000000105", + "widgets": { + "emails": { + "id": "00000000-0000-0000-0000-000000000106", + }, + }, + }, + "files": { + "id": "00000000-0000-0000-0000-000000000103", + "widgets": { + "files": { + "id": "00000000-0000-0000-0000-000000000104", }, }, }, "home": { "id": "00000000-0000-0000-0000-000000000092", "widgets": { + "company": { + "id": "00000000-0000-0000-0000-000000000095", + }, "fields": { "id": "00000000-0000-0000-0000-000000000093", }, - "noteRichText": { + "owner": { + "id": "00000000-0000-0000-0000-000000000096", + }, + "pointOfContact": { "id": "00000000-0000-0000-0000-000000000094", }, }, }, - "note": { - "id": "00000000-0000-0000-0000-000000000095", + "notes": { + "id": "00000000-0000-0000-0000-000000000101", "widgets": { - "noteRichText": { - "id": "00000000-0000-0000-0000-000000000096", + "notes": { + "id": "00000000-0000-0000-0000-000000000102", + }, + }, + }, + "tasks": { + "id": "00000000-0000-0000-0000-000000000099", + "widgets": { + "tasks": { + "id": "00000000-0000-0000-0000-000000000100", }, }, }, @@ -408,169 +436,120 @@ exports[`getStandardPageLayoutMetadataRelatedEntityIds should return standard pa }, }, }, - "opportunityRecordPage": { - "id": "00000000-0000-0000-0000-000000000101", - "tabs": { - "calendar": { - "id": "00000000-0000-0000-0000-000000000117", - "widgets": { - "calendar": { - "id": "00000000-0000-0000-0000-000000000118", - }, - }, - }, - "emails": { - "id": "00000000-0000-0000-0000-000000000115", - "widgets": { - "emails": { - "id": "00000000-0000-0000-0000-000000000116", - }, - }, - }, - "files": { - "id": "00000000-0000-0000-0000-000000000113", - "widgets": { - "files": { - "id": "00000000-0000-0000-0000-000000000114", - }, - }, - }, - "home": { - "id": "00000000-0000-0000-0000-000000000102", - "widgets": { - "company": { - "id": "00000000-0000-0000-0000-000000000105", - }, - "fields": { - "id": "00000000-0000-0000-0000-000000000103", - }, - "owner": { - "id": "00000000-0000-0000-0000-000000000106", - }, - "pointOfContact": { - "id": "00000000-0000-0000-0000-000000000104", - }, - }, - }, - "notes": { - "id": "00000000-0000-0000-0000-000000000111", - "widgets": { - "notes": { - "id": "00000000-0000-0000-0000-000000000112", - }, - }, - }, - "tasks": { - "id": "00000000-0000-0000-0000-000000000109", - "widgets": { - "tasks": { - "id": "00000000-0000-0000-0000-000000000110", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000107", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000108", - }, - }, - }, - }, - }, "personRecordPage": { - "id": "00000000-0000-0000-0000-000000000119", + "id": "00000000-0000-0000-0000-000000000109", "tabs": { "calendar": { - "id": "00000000-0000-0000-0000-000000000134", + "id": "00000000-0000-0000-0000-000000000124", "widgets": { "calendar": { - "id": "00000000-0000-0000-0000-000000000135", + "id": "00000000-0000-0000-0000-000000000125", }, }, }, "emails": { - "id": "00000000-0000-0000-0000-000000000132", + "id": "00000000-0000-0000-0000-000000000122", "widgets": { "emails": { - "id": "00000000-0000-0000-0000-000000000133", - }, - }, - }, - "files": { - "id": "00000000-0000-0000-0000-000000000130", - "widgets": { - "files": { - "id": "00000000-0000-0000-0000-000000000131", - }, - }, - }, - "home": { - "id": "00000000-0000-0000-0000-000000000120", - "widgets": { - "company": { - "id": "00000000-0000-0000-0000-000000000122", - }, - "fields": { - "id": "00000000-0000-0000-0000-000000000121", - }, - "pointOfContactForOpportunities": { "id": "00000000-0000-0000-0000-000000000123", }, }, }, + "files": { + "id": "00000000-0000-0000-0000-000000000120", + "widgets": { + "files": { + "id": "00000000-0000-0000-0000-000000000121", + }, + }, + }, + "home": { + "id": "00000000-0000-0000-0000-000000000110", + "widgets": { + "company": { + "id": "00000000-0000-0000-0000-000000000112", + }, + "fields": { + "id": "00000000-0000-0000-0000-000000000111", + }, + "pointOfContactForOpportunities": { + "id": "00000000-0000-0000-0000-000000000113", + }, + }, + }, "notes": { - "id": "00000000-0000-0000-0000-000000000128", + "id": "00000000-0000-0000-0000-000000000118", "widgets": { "notes": { - "id": "00000000-0000-0000-0000-000000000129", + "id": "00000000-0000-0000-0000-000000000119", }, }, }, "tasks": { - "id": "00000000-0000-0000-0000-000000000126", + "id": "00000000-0000-0000-0000-000000000116", "widgets": { "tasks": { - "id": "00000000-0000-0000-0000-000000000127", + "id": "00000000-0000-0000-0000-000000000117", }, }, }, "timeline": { - "id": "00000000-0000-0000-0000-000000000124", + "id": "00000000-0000-0000-0000-000000000114", "widgets": { "timeline": { - "id": "00000000-0000-0000-0000-000000000125", + "id": "00000000-0000-0000-0000-000000000115", }, }, }, }, }, "taskRecordPage": { - "id": "00000000-0000-0000-0000-000000000136", + "id": "00000000-0000-0000-0000-000000000126", "tabs": { "files": { - "id": "00000000-0000-0000-0000-000000000144", + "id": "00000000-0000-0000-0000-000000000134", "widgets": { "files": { - "id": "00000000-0000-0000-0000-000000000145", + "id": "00000000-0000-0000-0000-000000000135", }, }, }, "home": { - "id": "00000000-0000-0000-0000-000000000137", + "id": "00000000-0000-0000-0000-000000000127", "widgets": { "fields": { - "id": "00000000-0000-0000-0000-000000000138", + "id": "00000000-0000-0000-0000-000000000128", }, "taskRichText": { - "id": "00000000-0000-0000-0000-000000000139", + "id": "00000000-0000-0000-0000-000000000129", }, }, }, "note": { - "id": "00000000-0000-0000-0000-000000000140", + "id": "00000000-0000-0000-0000-000000000130", "widgets": { "taskRichText": { + "id": "00000000-0000-0000-0000-000000000131", + }, + }, + }, + "timeline": { + "id": "00000000-0000-0000-0000-000000000132", + "widgets": { + "timeline": { + "id": "00000000-0000-0000-0000-000000000133", + }, + }, + }, + }, + }, + "workflowAutomatedTriggerRecordPage": { + "id": "00000000-0000-0000-0000-000000000139", + "tabs": { + "home": { + "id": "00000000-0000-0000-0000-000000000140", + "widgets": { + "fields": { "id": "00000000-0000-0000-0000-000000000141", }, }, @@ -585,83 +564,62 @@ exports[`getStandardPageLayoutMetadataRelatedEntityIds should return standard pa }, }, }, - "workflowAutomatedTriggerRecordPage": { - "id": "00000000-0000-0000-0000-000000000149", - "tabs": { - "home": { - "id": "00000000-0000-0000-0000-000000000150", - "widgets": { - "fields": { - "id": "00000000-0000-0000-0000-000000000151", - }, - }, - }, - "timeline": { - "id": "00000000-0000-0000-0000-000000000152", - "widgets": { - "timeline": { - "id": "00000000-0000-0000-0000-000000000153", - }, - }, - }, - }, - }, "workflowRecordPage": { - "id": "00000000-0000-0000-0000-000000000146", + "id": "00000000-0000-0000-0000-000000000136", "tabs": { "flow": { - "id": "00000000-0000-0000-0000-000000000147", + "id": "00000000-0000-0000-0000-000000000137", "widgets": { "workflow": { - "id": "00000000-0000-0000-0000-000000000148", + "id": "00000000-0000-0000-0000-000000000138", }, }, }, }, }, "workflowRunRecordPage": { - "id": "00000000-0000-0000-0000-000000000160", + "id": "00000000-0000-0000-0000-000000000150", "tabs": { "flow": { - "id": "00000000-0000-0000-0000-000000000164", + "id": "00000000-0000-0000-0000-000000000154", "widgets": { "workflowRun": { - "id": "00000000-0000-0000-0000-000000000165", + "id": "00000000-0000-0000-0000-000000000155", }, }, }, "home": { - "id": "00000000-0000-0000-0000-000000000161", + "id": "00000000-0000-0000-0000-000000000151", "widgets": { "fields": { - "id": "00000000-0000-0000-0000-000000000162", + "id": "00000000-0000-0000-0000-000000000152", }, "workflow": { - "id": "00000000-0000-0000-0000-000000000163", + "id": "00000000-0000-0000-0000-000000000153", }, }, }, }, }, "workflowVersionRecordPage": { - "id": "00000000-0000-0000-0000-000000000154", + "id": "00000000-0000-0000-0000-000000000144", "tabs": { "flow": { - "id": "00000000-0000-0000-0000-000000000158", + "id": "00000000-0000-0000-0000-000000000148", "widgets": { "workflowVersion": { - "id": "00000000-0000-0000-0000-000000000159", + "id": "00000000-0000-0000-0000-000000000149", }, }, }, "home": { - "id": "00000000-0000-0000-0000-000000000155", + "id": "00000000-0000-0000-0000-000000000145", "widgets": { "fields": { - "id": "00000000-0000-0000-0000-000000000156", + "id": "00000000-0000-0000-0000-000000000146", }, "workflow": { - "id": "00000000-0000-0000-0000-000000000157", + "id": "00000000-0000-0000-0000-000000000147", }, }, }, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/build-standard-flat-field-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/build-standard-flat-field-metadata-maps.util.ts index 15dc3d8d587..833d334b703 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/build-standard-flat-field-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/build-standard-flat-field-metadata-maps.util.ts @@ -14,8 +14,6 @@ import { buildCalendarEventStandardFlatFieldMetadatas } from 'src/engine/workspa import { buildCompanyStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-company-standard-flat-field-metadata.util'; import { buildConnectedAccountStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-connected-account-standard-flat-field-metadata.util'; import { buildDashboardStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-dashboard-standard-flat-field-metadata.util'; -import { buildFavoriteFolderStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-folder-standard-flat-field-metadata.util'; -import { buildFavoriteStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-standard-flat-field-metadata.util'; import { buildMessageChannelMessageAssociationMessageFolderStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-message-channel-message-association-message-folder-standard-flat-field-metadata.util'; import { buildMessageChannelStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-message-channel-standard-flat-field-metadata.util'; import { buildMessageChannelMessageAssociationStandardFlatFieldMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-message-channel-message-association-standard-flat-field-metadata.util'; @@ -53,8 +51,6 @@ const STANDARD_FLAT_FIELD_METADATA_BUILDERS_BY_OBJECT_NAME = { company: buildCompanyStandardFlatFieldMetadatas, connectedAccount: buildConnectedAccountStandardFlatFieldMetadatas, dashboard: buildDashboardStandardFlatFieldMetadatas, - favorite: buildFavoriteStandardFlatFieldMetadatas, - favoriteFolder: buildFavoriteFolderStandardFlatFieldMetadatas, message: buildMessageStandardFlatFieldMetadatas, messageChannel: buildMessageChannelStandardFlatFieldMetadatas, messageChannelMessageAssociation: diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-company-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-company-standard-flat-field-metadata.util.ts index 63c981991e8..1498e96d39c 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-company-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-company-standard-flat-field-metadata.util.ts @@ -461,28 +461,6 @@ export const buildCompanyStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the company`), - icon: 'IconHeart', - isNullable: true, - targetObjectName: 'favorite', - targetFieldName: 'company', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), attachments: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-dashboard-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-dashboard-standard-flat-field-metadata.util.ts index 60be2caee62..018feb777d2 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-dashboard-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-dashboard-standard-flat-field-metadata.util.ts @@ -254,28 +254,6 @@ export const buildDashboardStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the dashboard`), - icon: 'IconHeart', - isNullable: false, - targetObjectName: 'favorite', - targetFieldName: 'dashboard', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), attachments: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-folder-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-folder-standard-flat-field-metadata.util.ts deleted file mode 100644 index 3aee0256c4a..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-folder-standard-flat-field-metadata.util.ts +++ /dev/null @@ -1,246 +0,0 @@ -import { msg } from '@lingui/core/macro'; -import { i18nLabel } from 'src/engine/workspace-manager/twenty-standard-application/utils/i18n-label.util'; -import { - DateDisplayFormat, - FieldMetadataType, - RelationType, -} from 'twenty-shared/types'; - -import { type FlatFieldMetadata } from 'src/engine/metadata-modules/flat-field-metadata/types/flat-field-metadata.type'; -import { type AllStandardObjectFieldName } from 'src/engine/workspace-manager/twenty-standard-application/types/all-standard-object-field-name.type'; -import { - type CreateStandardFieldArgs, - createStandardFieldFlatMetadata, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/create-standard-field-flat-metadata.util'; -import { createStandardRelationFieldFlatMetadata } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/create-standard-relation-field-flat-metadata.util'; -import { getTsVectorColumnExpressionFromFields } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; -import { SEARCH_FIELDS_FOR_FAVORITE_FOLDER } from 'src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity'; - -export const buildFavoriteFolderStandardFlatFieldMetadatas = ({ - now, - objectName, - workspaceId, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, -}: Omit< - CreateStandardFieldArgs<'favoriteFolder', FieldMetadataType>, - 'context' ->): Record< - AllStandardObjectFieldName<'favoriteFolder'>, - FlatFieldMetadata -> => ({ - // Base fields from BaseWorkspaceEntity - id: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'id', - type: FieldMetadataType.UUID, - label: i18nLabel(msg`Id`), - description: i18nLabel(msg`Id`), - icon: 'Icon123', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'uuid', - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - createdAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'createdAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Creation date`), - description: i18nLabel(msg`Creation date`), - icon: 'IconCalendar', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'now', - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - updatedAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'updatedAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Last update`), - description: i18nLabel(msg`Last time the record was changed`), - icon: 'IconCalendarClock', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'now', - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - deletedAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'deletedAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Deleted at`), - description: i18nLabel(msg`Date when the record was deleted`), - icon: 'IconCalendarMinus', - isSystem: true, - isNullable: true, - isUIReadOnly: true, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - createdBy: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'createdBy', - type: FieldMetadataType.ACTOR, - label: i18nLabel(msg`Created by`), - description: i18nLabel(msg`The creator of the record`), - icon: 'IconCreativeCommonsSa', - isSystem: true, - isUIReadOnly: true, - isNullable: false, - defaultValue: { - source: "'MANUAL'", - name: "'System'", - workspaceMemberId: null, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - updatedBy: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'updatedBy', - type: FieldMetadataType.ACTOR, - label: i18nLabel(msg`Updated by`), - description: i18nLabel( - msg`The workspace member who last updated the record`, - ), - icon: 'IconUserCircle', - isSystem: true, - isUIReadOnly: true, - isNullable: false, - defaultValue: { - source: "'MANUAL'", - name: "'System'", - workspaceMemberId: null, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - - // FavoriteFolder-specific fields - position: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'position', - type: FieldMetadataType.POSITION, - label: i18nLabel(msg`Position`), - description: i18nLabel(msg`Favorite folder position`), - icon: 'IconHierarchy2', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 0, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - searchVector: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'searchVector', - type: FieldMetadataType.TS_VECTOR, - label: i18nLabel(msg`Search vector`), - description: i18nLabel(msg`Field used for full-text search`), - icon: 'IconUser', - isSystem: true, - isNullable: true, - settings: { - generatedType: 'STORED', - asExpression: getTsVectorColumnExpressionFromFields( - SEARCH_FIELDS_FOR_FAVORITE_FOLDER, - ), - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - name: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'name', - type: FieldMetadataType.TEXT, - label: i18nLabel(msg`Name`), - description: i18nLabel(msg`Name of the favorite folder`), - icon: 'IconText', - isNullable: true, - isUIReadOnly: true, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - - // Relation fields - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites in this folder`), - icon: 'IconHeart', - isNullable: false, - isUIReadOnly: true, - targetObjectName: 'favorite', - targetFieldName: 'favoriteFolder', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), -}); diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-standard-flat-field-metadata.util.ts deleted file mode 100644 index 7a1870c6c7c..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-favorite-standard-flat-field-metadata.util.ts +++ /dev/null @@ -1,495 +0,0 @@ -import { msg } from '@lingui/core/macro'; -import { i18nLabel } from 'src/engine/workspace-manager/twenty-standard-application/utils/i18n-label.util'; -import { - DateDisplayFormat, - FieldMetadataType, - RelationOnDeleteAction, - RelationType, -} from 'twenty-shared/types'; - -import { type FlatFieldMetadata } from 'src/engine/metadata-modules/flat-field-metadata/types/flat-field-metadata.type'; -import { type AllStandardObjectFieldName } from 'src/engine/workspace-manager/twenty-standard-application/types/all-standard-object-field-name.type'; -import { - type CreateStandardFieldArgs, - createStandardFieldFlatMetadata, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/create-standard-field-flat-metadata.util'; -import { createStandardRelationFieldFlatMetadata } from 'src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/create-standard-relation-field-flat-metadata.util'; -import { getTsVectorColumnExpressionFromFields } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; - -export const buildFavoriteStandardFlatFieldMetadatas = ({ - now, - objectName, - workspaceId, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, -}: Omit< - CreateStandardFieldArgs<'favorite', FieldMetadataType>, - 'context' ->): Record, FlatFieldMetadata> => ({ - // Base fields from BaseWorkspaceEntity - id: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'id', - type: FieldMetadataType.UUID, - label: i18nLabel(msg`Id`), - description: i18nLabel(msg`Id`), - icon: 'Icon123', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'uuid', - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - createdAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'createdAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Creation date`), - description: i18nLabel(msg`Creation date`), - icon: 'IconCalendar', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'now', - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - updatedAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'updatedAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Last update`), - description: i18nLabel(msg`Last time the record was changed`), - icon: 'IconCalendarClock', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 'now', - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - deletedAt: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'deletedAt', - type: FieldMetadataType.DATE_TIME, - label: i18nLabel(msg`Deleted at`), - description: i18nLabel(msg`Date when the record was deleted`), - icon: 'IconCalendarMinus', - isSystem: true, - isNullable: true, - isUIReadOnly: true, - settings: { displayFormat: DateDisplayFormat.RELATIVE }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - createdBy: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'createdBy', - type: FieldMetadataType.ACTOR, - label: i18nLabel(msg`Created by`), - description: i18nLabel(msg`The creator of the record`), - icon: 'IconCreativeCommonsSa', - isSystem: true, - isUIReadOnly: true, - isNullable: false, - defaultValue: { - source: "'MANUAL'", - name: "'System'", - workspaceMemberId: null, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - updatedBy: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'updatedBy', - type: FieldMetadataType.ACTOR, - label: i18nLabel(msg`Updated by`), - description: i18nLabel( - msg`The workspace member who last updated the record`, - ), - icon: 'IconUserCircle', - isSystem: true, - isUIReadOnly: true, - isNullable: false, - defaultValue: { - source: "'MANUAL'", - name: "'System'", - workspaceMemberId: null, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - - // Favorite-specific fields - position: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'position', - type: FieldMetadataType.POSITION, - label: i18nLabel(msg`Position`), - description: i18nLabel(msg`Favorite position`), - icon: 'IconHierarchy2', - isSystem: true, - isNullable: false, - isUIReadOnly: true, - defaultValue: 0, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - searchVector: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'searchVector', - type: FieldMetadataType.TS_VECTOR, - label: i18nLabel(msg`Search vector`), - description: i18nLabel(msg`Field used for full-text search`), - icon: 'IconUser', - isSystem: true, - isNullable: true, - settings: { - generatedType: 'STORED', - asExpression: getTsVectorColumnExpressionFromFields([ - { name: 'id', type: FieldMetadataType.UUID }, - ]), - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - viewId: createStandardFieldFlatMetadata({ - objectName, - workspaceId, - context: { - fieldName: 'viewId', - type: FieldMetadataType.UUID, - label: i18nLabel(msg`ViewId`), - description: i18nLabel(msg`ViewId`), - icon: 'IconView', - isNullable: true, - isUIReadOnly: true, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - - // Relation fields - forWorkspaceMember: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'forWorkspaceMember', - label: i18nLabel(msg`Workspace Member`), - description: i18nLabel(msg`Favorite workspace member`), - icon: 'IconCircleUser', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'workspaceMember', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'forWorkspaceMemberId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - person: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'person', - label: i18nLabel(msg`Person`), - description: i18nLabel(msg`Favorite person`), - icon: 'IconUser', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'person', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'personId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - company: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'company', - label: i18nLabel(msg`Company`), - description: i18nLabel(msg`Favorite company`), - icon: 'IconBuildingSkyscraper', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'company', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'companyId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - opportunity: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'opportunity', - label: i18nLabel(msg`Opportunity`), - description: i18nLabel(msg`Favorite opportunity`), - icon: 'IconTargetArrow', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'opportunity', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'opportunityId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflow: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'workflow', - label: i18nLabel(msg`Workflow`), - description: i18nLabel(msg`Favorite workflow`), - icon: 'IconSettingsAutomation', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'workflow', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'workflowId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflowVersion: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'workflowVersion', - label: i18nLabel(msg`Workflow`), - description: i18nLabel(msg`Favorite workflow version`), - icon: 'IconSettingsAutomation', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'workflowVersion', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'workflowVersionId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflowRun: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'workflowRun', - label: i18nLabel(msg`Workflow`), - description: i18nLabel(msg`Favorite workflow run`), - icon: 'IconSettingsAutomation', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'workflowRun', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'workflowRunId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - task: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'task', - label: i18nLabel(msg`Task`), - description: i18nLabel(msg`Favorite task`), - icon: 'IconCheckbox', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'task', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'taskId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - note: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'note', - label: i18nLabel(msg`Note`), - description: i18nLabel(msg`Favorite note`), - icon: 'IconNotes', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'note', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'noteId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - dashboard: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'dashboard', - label: i18nLabel(msg`Dashboard`), - description: i18nLabel(msg`Favorite dashboard`), - icon: 'IconLayoutDashboard', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'dashboard', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.CASCADE, - joinColumnName: 'dashboardId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - favoriteFolder: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favoriteFolder', - label: i18nLabel(msg`Favorite Folder`), - description: i18nLabel(msg`The folder this favorite belongs to`), - icon: 'IconFolder', - isNullable: true, - isUIReadOnly: true, - targetObjectName: 'favoriteFolder', - targetFieldName: 'favorites', - settings: { - relationType: RelationType.MANY_TO_ONE, - onDelete: RelationOnDeleteAction.SET_NULL, - joinColumnName: 'favoriteFolderId', - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), -}); diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-note-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-note-standard-flat-field-metadata.util.ts index ba180af17e3..ee825b99795 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-note-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-note-standard-flat-field-metadata.util.ts @@ -303,26 +303,4 @@ export const buildNoteStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the note`), - icon: 'IconHeart', - isNullable: false, - targetObjectName: 'favorite', - targetFieldName: 'note', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), }); diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-opportunity-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-opportunity-standard-flat-field-metadata.util.ts index 7b38ce97d97..354450260c1 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-opportunity-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-opportunity-standard-flat-field-metadata.util.ts @@ -356,28 +356,6 @@ export const buildOpportunityStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the opportunity`), - icon: 'IconHeart', - isNullable: true, - targetObjectName: 'favorite', - targetFieldName: 'opportunity', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), taskTargets: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-person-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-person-standard-flat-field-metadata.util.ts index 857476a1d6e..b57d10b6a62 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-person-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-person-standard-flat-field-metadata.util.ts @@ -434,28 +434,6 @@ export const buildPersonStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the contact`), - icon: 'IconHeart', - isNullable: true, - targetObjectName: 'favorite', - targetFieldName: 'person', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), attachments: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-task-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-task-standard-flat-field-metadata.util.ts index be0720fead5..b99155a89dc 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-task-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-task-standard-flat-field-metadata.util.ts @@ -384,26 +384,4 @@ export const buildTaskStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the task`), - icon: 'IconHeart', - isNullable: false, - targetObjectName: 'favorite', - targetFieldName: 'task', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), }); diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-run-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-run-standard-flat-field-metadata.util.ts index b90d6b847ba..a6dc653799b 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-run-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-run-standard-flat-field-metadata.util.ts @@ -401,29 +401,6 @@ export const buildWorkflowRunStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the workflow run`), - icon: 'IconHeart', - isNullable: false, - isUIReadOnly: true, - targetObjectName: 'favorite', - targetFieldName: 'workflowRun', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), timelineActivities: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-standard-flat-field-metadata.util.ts index c8428141a0d..318b3ec132c 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-standard-flat-field-metadata.util.ts @@ -340,28 +340,6 @@ export const buildWorkflowStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the workflow`), - icon: 'IconHeart', - isNullable: false, - targetObjectName: 'favorite', - targetFieldName: 'workflow', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), timelineActivities: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-version-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-version-standard-flat-field-metadata.util.ts index f2e4c531ad5..ee1a9d2aec5 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-version-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workflow-version-standard-flat-field-metadata.util.ts @@ -347,29 +347,6 @@ export const buildWorkflowVersionStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the workflow version`), - icon: 'IconHeart', - isNullable: false, - isUIReadOnly: true, - targetObjectName: 'favorite', - targetFieldName: 'workflowVersion', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), timelineActivities: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workspace-member-standard-flat-field-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workspace-member-standard-flat-field-metadata.util.ts index 146b6f2a11c..ee79e34e42b 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workspace-member-standard-flat-field-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/field-metadata/compute-workspace-member-standard-flat-field-metadata.util.ts @@ -476,29 +476,6 @@ export const buildWorkspaceMemberStandardFlatFieldMetadatas = ({ twentyStandardApplicationId, now, }), - favorites: createStandardRelationFieldFlatMetadata({ - objectName, - workspaceId, - context: { - type: FieldMetadataType.RELATION, - morphId: null, - fieldName: 'favorites', - label: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`Favorites linked to the workspace member`), - icon: 'IconHeart', - isNullable: false, - isUIReadOnly: true, - targetObjectName: 'favorite', - targetFieldName: 'forWorkspaceMember', - settings: { - relationType: RelationType.ONE_TO_MANY, - }, - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), accountOwnerForCompanies: createStandardRelationFieldFlatMetadata({ objectName, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/build-standard-flat-index-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/build-standard-flat-index-metadata-maps.util.ts index 2f7ddc9da76..1992894e329 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/build-standard-flat-index-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/build-standard-flat-index-metadata-maps.util.ts @@ -11,7 +11,6 @@ import { buildCalendarEventParticipantStandardFlatIndexMetadatas } from 'src/eng import { buildCompanyStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-company-standard-flat-index-metadata.util'; import { buildConnectedAccountStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-connected-account-standard-flat-index-metadata.util'; import { buildDashboardStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-dashboard-standard-flat-index-metadata.util'; -import { buildFavoriteStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-favorite-standard-flat-index-metadata.util'; import { buildMessageChannelMessageAssociationMessageFolderStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-message-channel-message-association-message-folder-standard-flat-index-metadata.util'; import { buildMessageChannelMessageAssociationStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-message-channel-message-association-standard-flat-index-metadata.util'; import { buildMessageChannelStandardFlatIndexMetadatas } from 'src/engine/workspace-manager/twenty-standard-application/utils/index/compute-message-channel-standard-flat-index-metadata.util'; @@ -47,7 +46,6 @@ const STANDARD_FLAT_INDEX_METADATA_BUILDERS_BY_OBJECT_NAME = { company: buildCompanyStandardFlatIndexMetadatas, connectedAccount: buildConnectedAccountStandardFlatIndexMetadatas, dashboard: buildDashboardStandardFlatIndexMetadatas, - favorite: buildFavoriteStandardFlatIndexMetadatas, message: buildMessageStandardFlatIndexMetadatas, messageChannel: buildMessageChannelStandardFlatIndexMetadatas, messageChannelMessageAssociation: diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/compute-favorite-standard-flat-index-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/compute-favorite-standard-flat-index-metadata.util.ts deleted file mode 100644 index 4c3c9e4b4ed..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/index/compute-favorite-standard-flat-index-metadata.util.ts +++ /dev/null @@ -1,151 +0,0 @@ -import { type FlatIndexMetadata } from 'src/engine/metadata-modules/flat-index-metadata/types/flat-index-metadata.type'; -import { type AllStandardObjectIndexName } from 'src/engine/workspace-manager/twenty-standard-application/types/all-standard-object-index-name.type'; -import { - type CreateStandardIndexArgs, - createStandardIndexFlatMetadata, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/index/create-standard-index-flat-metadata.util'; - -export const buildFavoriteStandardFlatIndexMetadatas = ({ - now, - objectName, - workspaceId, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, -}: Omit, 'context'>): Record< - AllStandardObjectIndexName<'favorite'>, - FlatIndexMetadata -> => ({ - forWorkspaceMemberIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'forWorkspaceMemberIdIndex', - relatedFieldNames: ['forWorkspaceMember'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - personIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'personIdIndex', - relatedFieldNames: ['person'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - companyIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'companyIdIndex', - relatedFieldNames: ['company'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - favoriteFolderIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'favoriteFolderIdIndex', - relatedFieldNames: ['favoriteFolder'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - opportunityIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'opportunityIdIndex', - relatedFieldNames: ['opportunity'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflowIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'workflowIdIndex', - relatedFieldNames: ['workflow'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflowVersionIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'workflowVersionIdIndex', - relatedFieldNames: ['workflowVersion'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - workflowRunIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'workflowRunIdIndex', - relatedFieldNames: ['workflowRun'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - taskIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'taskIdIndex', - relatedFieldNames: ['task'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - noteIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'noteIdIndex', - relatedFieldNames: ['note'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), - dashboardIdIndex: createStandardIndexFlatMetadata({ - objectName, - workspaceId, - context: { - indexName: 'dashboardIdIndex', - relatedFieldNames: ['dashboard'], - }, - standardObjectMetadataRelatedEntityIds, - dependencyFlatEntityMaps, - twentyStandardApplicationId, - now, - }), -}); diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/object-metadata/create-standard-flat-object-metadata.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/object-metadata/create-standard-flat-object-metadata.util.ts index 4b3c1c615ae..d6d4bb32f00 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/object-metadata/create-standard-flat-object-metadata.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/object-metadata/create-standard-flat-object-metadata.util.ts @@ -270,62 +270,6 @@ export const STANDARD_FLAT_OBJECT_METADATA_BUILDERS_BY_OBJECT_NAME = { twentyStandardApplicationId, now, }), - favorite: ({ - now, - workspaceId, - standardObjectMetadataRelatedEntityIds, - twentyStandardApplicationId, - dependencyFlatEntityMaps, - }: Omit, 'context' | 'objectName'>) => - createStandardObjectFlatMetadata({ - objectName: 'favorite', - dependencyFlatEntityMaps, - context: { - universalIdentifier: STANDARD_OBJECTS.favorite.universalIdentifier, - nameSingular: 'favorite', - namePlural: 'favorites', - labelSingular: i18nLabel(msg`Favorite`), - labelPlural: i18nLabel(msg`Favorites`), - description: i18nLabel(msg`A favorite`), - icon: 'IconHeart', - isSystem: true, - labelIdentifierFieldMetadataName: 'id', - }, - workspaceId, - standardObjectMetadataRelatedEntityIds, - twentyStandardApplicationId, - now, - }), - favoriteFolder: ({ - now, - workspaceId, - standardObjectMetadataRelatedEntityIds, - twentyStandardApplicationId, - dependencyFlatEntityMaps, - }: Omit< - CreateStandardObjectArgs<'favoriteFolder'>, - 'context' | 'objectName' - >) => - createStandardObjectFlatMetadata({ - objectName: 'favoriteFolder', - dependencyFlatEntityMaps, - context: { - universalIdentifier: - STANDARD_OBJECTS.favoriteFolder.universalIdentifier, - nameSingular: 'favoriteFolder', - namePlural: 'favoriteFolders', - labelSingular: i18nLabel(msg`Favorite Folder`), - labelPlural: i18nLabel(msg`Favorite Folders`), - description: i18nLabel(msg`A favorite folder`), - icon: 'IconFolder', - isSystem: true, - labelIdentifierFieldMetadataName: 'id', - }, - workspaceId, - standardObjectMetadataRelatedEntityIds, - twentyStandardApplicationId, - now, - }), messageChannelMessageAssociation: ({ now, workspaceId, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/index.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/index.ts index f0d3bca23a6..3cddbc0e8b8 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/index.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/index.ts @@ -5,8 +5,6 @@ export { STANDARD_CALENDAR_EVENT_PARTICIPANT_PAGE_LAYOUT_CONFIG } from './standa export { STANDARD_COMPANY_PAGE_LAYOUT_CONFIG } from './standard-company-page-layout.config'; export { STANDARD_CONNECTED_ACCOUNT_PAGE_LAYOUT_CONFIG } from './standard-connected-account-page-layout.config'; export { STANDARD_DASHBOARD_PAGE_LAYOUT_CONFIG } from './standard-dashboard-page-layout.config'; -export { STANDARD_FAVORITE_FOLDER_PAGE_LAYOUT_CONFIG } from './standard-favorite-folder-page-layout.config'; -export { STANDARD_FAVORITE_PAGE_LAYOUT_CONFIG } from './standard-favorite-page-layout.config'; export { STANDARD_MESSAGE_CHANNEL_MESSAGE_ASSOCIATION_MESSAGE_FOLDER_PAGE_LAYOUT_CONFIG } from './standard-message-channel-message-association-message-folder-page-layout.config'; export { STANDARD_MESSAGE_CHANNEL_MESSAGE_ASSOCIATION_PAGE_LAYOUT_CONFIG } from './standard-message-channel-message-association-page-layout.config'; export { STANDARD_MESSAGE_CHANNEL_PAGE_LAYOUT_CONFIG } from './standard-message-channel-page-layout.config'; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-folder-page-layout.config.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-folder-page-layout.config.ts deleted file mode 100644 index d99d9cc6143..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-folder-page-layout.config.ts +++ /dev/null @@ -1,44 +0,0 @@ -import { STANDARD_OBJECTS } from 'twenty-shared/metadata'; - -import { PageLayoutType } from 'src/engine/metadata-modules/page-layout/enums/page-layout-type.enum'; -import { - TAB_PROPS, - WIDGET_PROPS, -} from 'src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout-tabs.template'; -import { - type StandardPageLayoutConfig, - type StandardPageLayoutTabConfig, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-page-layout-config.type'; - -const FAVORITE_FOLDER_PAGE_TABS = { - home: { - universalIdentifier: '20202020-ab0f-400f-800f-fa0efd0f0f01', - ...TAB_PROPS.home, - widgets: { - fields: { - universalIdentifier: '20202020-ac0f-400f-800f-fa0efd0f0f11', - ...WIDGET_PROPS.fields, - }, - }, - }, - timeline: { - universalIdentifier: '20202020-ab0f-400f-800f-fa0efd0f0f02', - ...TAB_PROPS.timeline, - widgets: { - timeline: { - universalIdentifier: '20202020-ac0f-400f-800f-fa0efd0f0f21', - ...WIDGET_PROPS.timeline, - }, - }, - }, -} as const satisfies Record; - -export const STANDARD_FAVORITE_FOLDER_PAGE_LAYOUT_CONFIG = { - name: 'Default Favorite Folder Layout', - type: PageLayoutType.RECORD_PAGE, - objectUniversalIdentifier: - STANDARD_OBJECTS.favoriteFolder.universalIdentifier, - universalIdentifier: '20202020-a10f-400f-800f-fa0efd0f0001', - defaultTabUniversalIdentifier: null, - tabs: FAVORITE_FOLDER_PAGE_TABS, -} as const satisfies StandardPageLayoutConfig; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-page-layout.config.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-page-layout.config.ts deleted file mode 100644 index 0222a8c1c45..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-favorite-page-layout.config.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { STANDARD_OBJECTS } from 'twenty-shared/metadata'; - -import { PageLayoutType } from 'src/engine/metadata-modules/page-layout/enums/page-layout-type.enum'; -import { - TAB_PROPS, - WIDGET_PROPS, -} from 'src/engine/workspace-manager/twenty-standard-application/constants/standard-page-layout-tabs.template'; -import { - type StandardPageLayoutConfig, - type StandardPageLayoutTabConfig, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/page-layout-config/standard-page-layout-config.type'; - -const FAVORITE_PAGE_TABS = { - home: { - universalIdentifier: '20202020-ab0e-400e-800e-fa0e0b1e0e01', - ...TAB_PROPS.home, - widgets: { - fields: { - universalIdentifier: '20202020-ac0e-400e-800e-fa0e0b1e0e11', - ...WIDGET_PROPS.fields, - }, - }, - }, - timeline: { - universalIdentifier: '20202020-ab0e-400e-800e-fa0e0b1e0e02', - ...TAB_PROPS.timeline, - widgets: { - timeline: { - universalIdentifier: '20202020-ac0e-400e-800e-fa0e0b1e0e21', - ...WIDGET_PROPS.timeline, - }, - }, - }, -} as const satisfies Record; - -export const STANDARD_FAVORITE_PAGE_LAYOUT_CONFIG = { - name: 'Default Favorite Layout', - type: PageLayoutType.RECORD_PAGE, - objectUniversalIdentifier: STANDARD_OBJECTS.favorite.universalIdentifier, - universalIdentifier: '20202020-a10e-400e-800e-fa0e0b1e0001', - defaultTabUniversalIdentifier: null, - tabs: FAVORITE_PAGE_TABS, -} as const satisfies StandardPageLayoutConfig; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-widget/build-standard-flat-page-layout-widget-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-widget/build-standard-flat-page-layout-widget-metadata-maps.util.ts index a2c5f6f7e9d..3183bcea81f 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-widget/build-standard-flat-page-layout-widget-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/page-layout-widget/build-standard-flat-page-layout-widget-metadata-maps.util.ts @@ -74,8 +74,6 @@ const RECORD_PAGE_FIELDS_VIEW_NAME_BY_OBJECT: Partial< calendarEventParticipant: 'calendarEventParticipantRecordPageFields', company: 'companyRecordPageFields', connectedAccount: 'connectedAccountRecordPageFields', - favorite: 'favoriteRecordPageFields', - favoriteFolder: 'favoriteFolderRecordPageFields', messageChannel: 'messageChannelRecordPageFields', messageChannelMessageAssociation: 'messageChannelMessageAssociationRecordPageFields', diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/build-standard-flat-view-field-group-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/build-standard-flat-view-field-group-metadata-maps.util.ts index 66d2dd830e4..62f9f6b9ff0 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/build-standard-flat-view-field-group-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/build-standard-flat-view-field-group-metadata-maps.util.ts @@ -9,8 +9,6 @@ import { computeStandardCalendarChannelEventAssociationViewFieldGroups } from 's import { computeStandardCalendarEventParticipantViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-calendar-event-participant-view-field-groups.util'; import { computeStandardCompanyViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-company-view-field-groups.util'; import { computeStandardConnectedAccountViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-connected-account-view-field-groups.util'; -import { computeStandardFavoriteViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-view-field-groups.util'; -import { computeStandardFavoriteFolderViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-folder-view-field-groups.util'; import { computeStandardMessageChannelViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-message-channel-view-field-groups.util'; import { computeStandardMessageChannelMessageAssociationViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-message-channel-message-association-view-field-groups.util'; import { computeStandardMessageChannelMessageAssociationMessageFolderViewFieldGroups } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-message-channel-message-association-message-folder-view-field-groups.util'; @@ -38,8 +36,6 @@ const STANDARD_FLAT_VIEW_FIELD_GROUP_METADATA_BUILDERS_BY_OBJECT_NAME = { computeStandardCalendarEventParticipantViewFieldGroups, company: computeStandardCompanyViewFieldGroups, connectedAccount: computeStandardConnectedAccountViewFieldGroups, - favorite: computeStandardFavoriteViewFieldGroups, - favoriteFolder: computeStandardFavoriteFolderViewFieldGroups, messageChannel: computeStandardMessageChannelViewFieldGroups, messageChannelMessageAssociation: computeStandardMessageChannelMessageAssociationViewFieldGroups, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-folder-view-field-groups.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-folder-view-field-groups.util.ts deleted file mode 100644 index 1a9e5405302..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-folder-view-field-groups.util.ts +++ /dev/null @@ -1,36 +0,0 @@ -import { type FlatViewFieldGroup } from 'src/engine/metadata-modules/flat-view-field-group/types/flat-view-field-group.type'; -import { - createStandardViewFieldGroupFlatMetadata, - type CreateStandardViewFieldGroupArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/create-standard-view-field-group-flat-metadata.util'; - -export const computeStandardFavoriteFolderViewFieldGroups = ( - args: Omit, 'context'>, -): Record => { - return { - favoriteFolderRecordPageFieldsGeneral: - createStandardViewFieldGroupFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'favoriteFolderRecordPageFields', - viewFieldGroupName: 'general', - name: 'General', - position: 0, - isVisible: true, - }, - }), - favoriteFolderRecordPageFieldsSystem: - createStandardViewFieldGroupFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'favoriteFolderRecordPageFields', - viewFieldGroupName: 'system', - name: 'System', - position: 1, - isVisible: true, - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-view-field-groups.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-view-field-groups.util.ts deleted file mode 100644 index b54bc35c8fc..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/compute-standard-favorite-view-field-groups.util.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { type FlatViewFieldGroup } from 'src/engine/metadata-modules/flat-view-field-group/types/flat-view-field-group.type'; -import { - createStandardViewFieldGroupFlatMetadata, - type CreateStandardViewFieldGroupArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field-group/create-standard-view-field-group-flat-metadata.util'; - -export const computeStandardFavoriteViewFieldGroups = ( - args: Omit, 'context'>, -): Record => { - return { - favoriteRecordPageFieldsGeneral: createStandardViewFieldGroupFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldGroupName: 'general', - name: 'General', - position: 0, - isVisible: true, - }, - }), - favoriteRecordPageFieldsSystem: createStandardViewFieldGroupFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldGroupName: 'system', - name: 'System', - position: 1, - isVisible: true, - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/build-standard-flat-view-field-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/build-standard-flat-view-field-metadata-maps.util.ts index 94f410004ff..43e9c918018 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/build-standard-flat-view-field-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/build-standard-flat-view-field-metadata-maps.util.ts @@ -14,8 +14,6 @@ import { computeStandardCalendarEventViewFields } from 'src/engine/workspace-man import { computeStandardCompanyViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-company-view-fields.util'; import { computeStandardConnectedAccountViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-connected-account-view-fields.util'; import { computeStandardDashboardViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-dashboard-view-fields.util'; -import { computeStandardFavoriteFolderViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-folder-view-fields.util'; -import { computeStandardFavoriteViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-view-fields.util'; import { computeStandardMessageChannelMessageAssociationMessageFolderViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-message-channel-message-association-message-folder-view-fields.util'; import { computeStandardMessageChannelMessageAssociationViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-message-channel-message-association-view-fields.util'; import { computeStandardMessageChannelViewFields } from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-message-channel-view-fields.util'; @@ -52,8 +50,6 @@ const STANDARD_FLAT_VIEW_FIELD_METADATA_BUILDERS_BY_OBJECT_NAME = { company: computeStandardCompanyViewFields, connectedAccount: computeStandardConnectedAccountViewFields, dashboard: computeStandardDashboardViewFields, - favorite: computeStandardFavoriteViewFields, - favoriteFolder: computeStandardFavoriteFolderViewFields, message: computeStandardMessageViewFields, messageChannel: computeStandardMessageChannelViewFields, messageChannelMessageAssociation: diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-company-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-company-view-fields.util.ts index 1cd76ac1313..ecf1acfa863 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-company-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-company-view-fields.util.ts @@ -191,19 +191,6 @@ export const computeStandardCompanyViewFields = ( viewFieldGroupName: 'general', }, }), - companyRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'company', - context: { - viewName: 'companyRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 6, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), companyRecordPageFieldsAttachments: createStandardViewFieldFlatMetadata({ ...args, objectName: 'company', diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-folder-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-folder-view-fields.util.ts deleted file mode 100644 index e4cfcfc6cea..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-folder-view-fields.util.ts +++ /dev/null @@ -1,65 +0,0 @@ -import { type FlatViewField } from 'src/engine/metadata-modules/flat-view-field/types/flat-view-field.type'; -import { - createStandardViewFieldFlatMetadata, - type CreateStandardViewFieldArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/create-standard-view-field-flat-metadata.util'; - -export const computeStandardFavoriteFolderViewFields = ( - args: Omit, 'context'>, -): Record => { - return { - allFavoriteFoldersName: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'allFavoriteFolders', - viewFieldName: 'name', - fieldName: 'name', - position: 0, - isVisible: true, - size: 150, - }, - }), - allFavoriteFoldersCreatedAt: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'allFavoriteFolders', - viewFieldName: 'createdAt', - fieldName: 'createdAt', - position: 1, - isVisible: true, - size: 150, - }, - }), - - favoriteFolderRecordPageFieldsCreatedAt: - createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'favoriteFolderRecordPageFields', - viewFieldName: 'createdAt', - fieldName: 'createdAt', - position: 0, - isVisible: true, - size: 150, - viewFieldGroupName: 'system', - }, - }), - favoriteFolderRecordPageFieldsCreatedBy: - createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'favoriteFolderRecordPageFields', - viewFieldName: 'createdBy', - fieldName: 'createdBy', - position: 1, - isVisible: true, - size: 150, - viewFieldGroupName: 'system', - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-view-fields.util.ts deleted file mode 100644 index 61fcc29d1f1..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-favorite-view-fields.util.ts +++ /dev/null @@ -1,254 +0,0 @@ -import { type FlatViewField } from 'src/engine/metadata-modules/flat-view-field/types/flat-view-field.type'; -import { - createStandardViewFieldFlatMetadata, - type CreateStandardViewFieldArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view-field/create-standard-view-field-flat-metadata.util'; - -export const computeStandardFavoriteViewFields = ( - args: Omit, 'context'>, -): Record => { - return { - allFavoritesForWorkspaceMember: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'forWorkspaceMember', - fieldName: 'forWorkspaceMember', - position: 0, - isVisible: true, - size: 150, - }, - }), - allFavoritesPerson: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'person', - fieldName: 'person', - position: 1, - isVisible: true, - size: 150, - }, - }), - allFavoritesCompany: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'company', - fieldName: 'company', - position: 2, - isVisible: true, - size: 150, - }, - }), - allFavoritesOpportunity: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'opportunity', - fieldName: 'opportunity', - position: 3, - isVisible: true, - size: 150, - }, - }), - allFavoritesTask: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'task', - fieldName: 'task', - position: 4, - isVisible: true, - size: 150, - }, - }), - allFavoritesNote: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'note', - fieldName: 'note', - position: 5, - isVisible: true, - size: 150, - }, - }), - allFavoritesDashboard: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'dashboard', - fieldName: 'dashboard', - position: 6, - isVisible: true, - size: 150, - }, - }), - allFavoritesFavoriteFolder: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'favoriteFolder', - fieldName: 'favoriteFolder', - position: 7, - isVisible: true, - size: 150, - }, - }), - allFavoritesCreatedAt: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - viewFieldName: 'createdAt', - fieldName: 'createdAt', - position: 8, - isVisible: true, - size: 150, - }, - }), - - favoriteRecordPageFieldsForWorkspaceMember: - createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'forWorkspaceMember', - fieldName: 'forWorkspaceMember', - position: 0, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsPerson: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'person', - fieldName: 'person', - position: 1, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsCompany: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'company', - fieldName: 'company', - position: 2, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsOpportunity: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'opportunity', - fieldName: 'opportunity', - position: 3, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsTask: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'task', - fieldName: 'task', - position: 4, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsNote: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'note', - fieldName: 'note', - position: 5, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsDashboard: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'dashboard', - fieldName: 'dashboard', - position: 6, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }), - favoriteRecordPageFieldsFavoriteFolder: createStandardViewFieldFlatMetadata( - { - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'favoriteFolder', - fieldName: 'favoriteFolder', - position: 7, - isVisible: true, - size: 150, - viewFieldGroupName: 'general', - }, - }, - ), - favoriteRecordPageFieldsCreatedAt: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'createdAt', - fieldName: 'createdAt', - position: 0, - isVisible: true, - size: 150, - viewFieldGroupName: 'system', - }, - }), - favoriteRecordPageFieldsCreatedBy: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - viewFieldName: 'createdBy', - fieldName: 'createdBy', - position: 1, - isVisible: true, - size: 150, - viewFieldGroupName: 'system', - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-note-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-note-view-fields.util.ts index 0f6686a0eb7..d19003ab590 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-note-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-note-view-fields.util.ts @@ -125,19 +125,6 @@ export const computeStandardNoteViewFields = ( }, }, ), - noteRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'note', - context: { - viewName: 'noteRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 4, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), // System group noteRecordPageFieldsCreatedAt: createStandardViewFieldFlatMetadata({ ...args, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-opportunity-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-opportunity-view-fields.util.ts index e635ceed300..fb22e800685 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-opportunity-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-opportunity-view-fields.util.ts @@ -201,19 +201,6 @@ export const computeStandardOpportunityViewFields = ( viewFieldGroupName: 'deal', }, }), - opportunityRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'opportunity', - context: { - viewName: 'opportunityRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 3, - isVisible: false, - size: 150, - viewFieldGroupName: 'deal', - }, - }), opportunityRecordPageFieldsTaskTargets: createStandardViewFieldFlatMetadata( { ...args, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-person-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-person-view-fields.util.ts index 215fdb614e4..b922d7723f6 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-person-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-person-view-fields.util.ts @@ -216,19 +216,6 @@ export const computeStandardPersonViewFields = ( viewFieldGroupName: 'general', }, }), - personRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'person', - context: { - viewName: 'personRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 6, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), personRecordPageFieldsAttachments: createStandardViewFieldFlatMetadata({ ...args, objectName: 'person', diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-task-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-task-view-fields.util.ts index 9904f236153..ca6d689aea5 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-task-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-task-view-fields.util.ts @@ -349,19 +349,6 @@ export const computeStandardTaskViewFields = ( }, }, ), - taskRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'task', - context: { - viewName: 'taskRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 7, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), // System group taskRecordPageFieldsCreatedAt: createStandardViewFieldFlatMetadata({ ...args, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-run-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-run-view-fields.util.ts index cee06735552..4e83e73d83b 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-run-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-run-view-fields.util.ts @@ -190,19 +190,6 @@ export const computeStandardWorkflowRunViewFields = ( viewFieldGroupName: 'system', }, }), - workflowRunRecordPageFieldsFavorites: createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'workflowRun', - context: { - viewName: 'workflowRunRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 7, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), workflowRunRecordPageFieldsTimelineActivities: createStandardViewFieldFlatMetadata({ ...args, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-version-view-fields.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-version-view-fields.util.ts index 1cb3dc75cf3..1c46572b4ec 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-version-view-fields.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view-field/compute-standard-workflow-version-view-fields.util.ts @@ -194,20 +194,6 @@ export const computeStandardWorkflowVersionViewFields = ( viewFieldGroupName: 'general', }, }), - workflowVersionRecordPageFieldsFavorites: - createStandardViewFieldFlatMetadata({ - ...args, - objectName: 'workflowVersion', - context: { - viewName: 'workflowVersionRecordPageFields', - viewFieldName: 'favorites', - fieldName: 'favorites', - position: 5, - isVisible: false, - size: 150, - viewFieldGroupName: 'general', - }, - }), workflowVersionRecordPageFieldsTimelineActivities: createStandardViewFieldFlatMetadata({ ...args, diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/build-standard-flat-view-metadata-maps.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/build-standard-flat-view-metadata-maps.util.ts index 2713ef5fe43..9a813d8be16 100644 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/build-standard-flat-view-metadata-maps.util.ts +++ b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/build-standard-flat-view-metadata-maps.util.ts @@ -14,8 +14,6 @@ import { computeStandardCalendarEventViews } from 'src/engine/workspace-manager/ import { computeStandardCompanyViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-company-views.util'; import { computeStandardConnectedAccountViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-connected-account-views.util'; import { computeStandardDashboardViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-dashboard-views.util'; -import { computeStandardFavoriteFolderViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-folder-views.util'; -import { computeStandardFavoriteViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-views.util'; import { computeStandardMessageChannelMessageAssociationMessageFolderViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-message-channel-message-association-message-folder-views.util'; import { computeStandardMessageChannelMessageAssociationViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-message-channel-message-association-views.util'; import { computeStandardMessageChannelViews } from 'src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-message-channel-views.util'; @@ -52,8 +50,6 @@ const STANDARD_FLAT_VIEW_METADATA_BUILDERS_BY_OBJECT_NAME = { company: computeStandardCompanyViews, connectedAccount: computeStandardConnectedAccountViews, dashboard: computeStandardDashboardViews, - favorite: computeStandardFavoriteViews, - favoriteFolder: computeStandardFavoriteFolderViews, message: computeStandardMessageViews, messageChannel: computeStandardMessageChannelViews, messageChannelMessageAssociation: diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-folder-views.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-folder-views.util.ts deleted file mode 100644 index 0a089ddd940..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-folder-views.util.ts +++ /dev/null @@ -1,38 +0,0 @@ -import { ViewType, ViewKey } from 'twenty-shared/types'; - -import { type FlatView } from 'src/engine/metadata-modules/flat-view/types/flat-view.type'; -import { - createStandardViewFlatMetadata, - type CreateStandardViewArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view/create-standard-view-flat-metadata.util'; - -export const computeStandardFavoriteFolderViews = ( - args: Omit, 'context'>, -): Record => { - return { - allFavoriteFolders: createStandardViewFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'allFavoriteFolders', - name: 'All {objectLabelPlural}', - type: ViewType.TABLE, - key: ViewKey.INDEX, - position: 0, - icon: 'IconList', - }, - }), - favoriteFolderRecordPageFields: createStandardViewFlatMetadata({ - ...args, - objectName: 'favoriteFolder', - context: { - viewName: 'favoriteFolderRecordPageFields', - name: 'Favorite Folder Record Page Fields', - type: ViewType.FIELDS_WIDGET, - key: null, - position: 0, - icon: 'IconList', - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-views.util.ts b/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-views.util.ts deleted file mode 100644 index 74476b4fc68..00000000000 --- a/packages/twenty-server/src/engine/workspace-manager/twenty-standard-application/utils/view/compute-standard-favorite-views.util.ts +++ /dev/null @@ -1,38 +0,0 @@ -import { ViewType, ViewKey } from 'twenty-shared/types'; - -import { type FlatView } from 'src/engine/metadata-modules/flat-view/types/flat-view.type'; -import { - createStandardViewFlatMetadata, - type CreateStandardViewArgs, -} from 'src/engine/workspace-manager/twenty-standard-application/utils/view/create-standard-view-flat-metadata.util'; - -export const computeStandardFavoriteViews = ( - args: Omit, 'context'>, -): Record => { - return { - allFavorites: createStandardViewFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'allFavorites', - name: 'All {objectLabelPlural}', - type: ViewType.TABLE, - key: ViewKey.INDEX, - position: 0, - icon: 'IconList', - }, - }), - favoriteRecordPageFields: createStandardViewFlatMetadata({ - ...args, - objectName: 'favorite', - context: { - viewName: 'favoriteRecordPageFields', - name: 'Favorite Record Page Fields', - type: ViewType.FIELDS_WIDGET, - key: null, - position: 0, - icon: 'IconList', - }, - }), - }; -}; diff --git a/packages/twenty-server/src/engine/workspace-manager/workspace-migration/constant/standard-object-icons.ts b/packages/twenty-server/src/engine/workspace-manager/workspace-migration/constant/standard-object-icons.ts index 3ceac12d5b8..185b9b04f39 100644 --- a/packages/twenty-server/src/engine/workspace-manager/workspace-migration/constant/standard-object-icons.ts +++ b/packages/twenty-server/src/engine/workspace-manager/workspace-migration/constant/standard-object-icons.ts @@ -13,7 +13,6 @@ export const STANDARD_OBJECT_ICONS = { company: 'IconBuildingSkyscraper', connectedAccount: 'IconAt', dashboard: 'IconLayoutDashboard', - favorite: 'IconHeart', auditLog: 'IconTimelineEvent', messageChannelMessageAssociation: 'IconMessage', messageChannel: 'IconMessage', diff --git a/packages/twenty-server/src/modules/company/standard-objects/company.workspace-entity.ts b/packages/twenty-server/src/modules/company/standard-objects/company.workspace-entity.ts index 0ce8f00b15c..bdd4b792883 100644 --- a/packages/twenty-server/src/modules/company/standard-objects/company.workspace-entity.ts +++ b/packages/twenty-server/src/modules/company/standard-objects/company.workspace-entity.ts @@ -9,7 +9,6 @@ import { import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type NoteTargetWorkspaceEntity } from 'src/modules/note/standard-objects/note-target.workspace-entity'; import { type OpportunityWorkspaceEntity } from 'src/modules/opportunity/standard-objects/opportunity.workspace-entity'; import { type PersonWorkspaceEntity } from 'src/modules/person/standard-objects/person.workspace-entity'; @@ -55,7 +54,6 @@ export class CompanyWorkspaceEntity { taskTargets: EntityRelation; noteTargets: EntityRelation; opportunities: EntityRelation; - favorites: EntityRelation; attachments: EntityRelation; timelineActivities: EntityRelation; } diff --git a/packages/twenty-server/src/modules/dashboard/standard-objects/dashboard.workspace-entity.ts b/packages/twenty-server/src/modules/dashboard/standard-objects/dashboard.workspace-entity.ts index 4f97c68a839..0b20d53b231 100644 --- a/packages/twenty-server/src/modules/dashboard/standard-objects/dashboard.workspace-entity.ts +++ b/packages/twenty-server/src/modules/dashboard/standard-objects/dashboard.workspace-entity.ts @@ -4,7 +4,6 @@ import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; const TITLE_FIELD_NAME = 'title'; @@ -20,7 +19,6 @@ export class DashboardWorkspaceEntity extends BaseWorkspaceEntity { createdBy: ActorMetadata; updatedBy: ActorMetadata; timelineActivities: EntityRelation; - favorites: EntityRelation; attachments: EntityRelation; searchVector: string; } diff --git a/packages/twenty-server/src/modules/favorite-folder/favorite-folder.module.ts b/packages/twenty-server/src/modules/favorite-folder/favorite-folder.module.ts deleted file mode 100644 index e9e36b7b514..00000000000 --- a/packages/twenty-server/src/modules/favorite-folder/favorite-folder.module.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { Module } from '@nestjs/common'; - -import { TwentyORMModule } from 'src/engine/twenty-orm/twenty-orm.module'; -import { FavoriteFolderDeletionListener } from 'src/modules/favorite-folder/listeners/favorite-folder.listener'; - -@Module({ - imports: [TwentyORMModule], - providers: [FavoriteFolderDeletionListener], -}) -export class FavoriteFolderModule {} diff --git a/packages/twenty-server/src/modules/favorite-folder/listeners/favorite-folder.listener.ts b/packages/twenty-server/src/modules/favorite-folder/listeners/favorite-folder.listener.ts deleted file mode 100644 index c702139240d..00000000000 --- a/packages/twenty-server/src/modules/favorite-folder/listeners/favorite-folder.listener.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { Injectable } from '@nestjs/common'; - -import { type ObjectRecordDeleteEvent } from 'twenty-shared/database-events'; - -import { OnDatabaseBatchEvent } from 'src/engine/api/graphql/graphql-query-runner/decorators/on-database-batch-event.decorator'; -import { DatabaseEventAction } from 'src/engine/api/graphql/graphql-query-runner/enums/database-event-action'; -import { GlobalWorkspaceOrmManager } from 'src/engine/twenty-orm/global-workspace-datasource/global-workspace-orm.manager'; -import { buildSystemAuthContext } from 'src/engine/twenty-orm/utils/build-system-auth-context.util'; -import { WorkspaceEventBatch } from 'src/engine/workspace-event-emitter/types/workspace-event-batch.type'; -import { type FavoriteFolderWorkspaceEntity } from 'src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; - -@Injectable() -export class FavoriteFolderDeletionListener { - constructor( - private readonly globalWorkspaceOrmManager: GlobalWorkspaceOrmManager, - ) {} - - @OnDatabaseBatchEvent('favoriteFolder', DatabaseEventAction.DELETED) - async handleDelete( - payload: WorkspaceEventBatch< - ObjectRecordDeleteEvent - >, - ) { - const workspaceId = payload.workspaceId; - const authContext = buildSystemAuthContext(workspaceId); - - await this.globalWorkspaceOrmManager.executeInWorkspaceContext(async () => { - for (const eventPayload of payload.events) { - const favoriteRepository = - await this.globalWorkspaceOrmManager.getRepository( - workspaceId, - 'favorite', - ); - - await favoriteRepository.update( - { favoriteFolderId: eventPayload.recordId }, - { deletedAt: new Date().toISOString() }, - ); - } - }, authContext); - } -} diff --git a/packages/twenty-server/src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity.ts b/packages/twenty-server/src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity.ts deleted file mode 100644 index 59dfa75a31c..00000000000 --- a/packages/twenty-server/src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { FieldMetadataType } from 'twenty-shared/types'; - -import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity'; -import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; -import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; - -const NAME_FIELD_NAME = 'name'; - -export const SEARCH_FIELDS_FOR_FAVORITE_FOLDER: FieldTypeAndNameMetadata[] = [ - { name: NAME_FIELD_NAME, type: FieldMetadataType.TEXT }, -]; - -export class FavoriteFolderWorkspaceEntity extends BaseWorkspaceEntity { - position: number; - name: string | null; - favorites: EntityRelation; -} diff --git a/packages/twenty-server/src/modules/favorite/constants/favorite-deletion-batch-size.ts b/packages/twenty-server/src/modules/favorite/constants/favorite-deletion-batch-size.ts deleted file mode 100644 index 14e4b40c878..00000000000 --- a/packages/twenty-server/src/modules/favorite/constants/favorite-deletion-batch-size.ts +++ /dev/null @@ -1 +0,0 @@ -export const FAVORITE_DELETION_BATCH_SIZE = 100; diff --git a/packages/twenty-server/src/modules/favorite/favorite.module.ts b/packages/twenty-server/src/modules/favorite/favorite.module.ts deleted file mode 100644 index 31b6c6338d2..00000000000 --- a/packages/twenty-server/src/modules/favorite/favorite.module.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { Module } from '@nestjs/common'; -import { TypeOrmModule } from '@nestjs/typeorm'; - -import { FieldMetadataEntity } from 'src/engine/metadata-modules/field-metadata/field-metadata.entity'; -import { ObjectMetadataEntity } from 'src/engine/metadata-modules/object-metadata/object-metadata.entity'; -import { FavoriteDeletionJob } from 'src/modules/favorite/jobs/favorite-deletion.job'; -import { FavoriteDeletionListener } from 'src/modules/favorite/listeners/favorite-deletion.listener'; -import { FavoriteDeletionService } from 'src/modules/favorite/services/favorite-deletion.service'; - -@Module({ - imports: [ - TypeOrmModule.forFeature([ObjectMetadataEntity, FieldMetadataEntity]), - ], - providers: [ - FavoriteDeletionService, - FavoriteDeletionListener, - FavoriteDeletionJob, - ], - exports: [], -}) -export class FavoriteModule {} diff --git a/packages/twenty-server/src/modules/favorite/jobs/favorite-deletion.job.ts b/packages/twenty-server/src/modules/favorite/jobs/favorite-deletion.job.ts deleted file mode 100644 index c3215e4fa07..00000000000 --- a/packages/twenty-server/src/modules/favorite/jobs/favorite-deletion.job.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { Scope } from '@nestjs/common'; - -import { Process } from 'src/engine/core-modules/message-queue/decorators/process.decorator'; -import { Processor } from 'src/engine/core-modules/message-queue/decorators/processor.decorator'; -import { MessageQueue } from 'src/engine/core-modules/message-queue/message-queue.constants'; -import { FavoriteDeletionService } from 'src/modules/favorite/services/favorite-deletion.service'; - -export type FavoriteDeletionJobData = { - workspaceId: string; - deletedRecordIds: string[]; -}; - -@Processor({ - queueName: MessageQueue.deleteCascadeQueue, - scope: Scope.REQUEST, -}) -export class FavoriteDeletionJob { - constructor( - private readonly favoriteDeletionService: FavoriteDeletionService, - ) {} - - @Process(FavoriteDeletionJob.name) - async handle(data: FavoriteDeletionJobData): Promise { - await this.favoriteDeletionService.deleteFavoritesForDeletedRecords( - data.deletedRecordIds, - data.workspaceId, - ); - } -} diff --git a/packages/twenty-server/src/modules/favorite/listeners/favorite-deletion.listener.ts b/packages/twenty-server/src/modules/favorite/listeners/favorite-deletion.listener.ts deleted file mode 100644 index ca13852be14..00000000000 --- a/packages/twenty-server/src/modules/favorite/listeners/favorite-deletion.listener.ts +++ /dev/null @@ -1,37 +0,0 @@ -import { Injectable } from '@nestjs/common'; - -import { type ObjectRecordDeleteEvent } from 'twenty-shared/database-events'; - -import { OnDatabaseBatchEvent } from 'src/engine/api/graphql/graphql-query-runner/decorators/on-database-batch-event.decorator'; -import { DatabaseEventAction } from 'src/engine/api/graphql/graphql-query-runner/enums/database-event-action'; -import { InjectMessageQueue } from 'src/engine/core-modules/message-queue/decorators/message-queue.decorator'; -import { MessageQueue } from 'src/engine/core-modules/message-queue/message-queue.constants'; -import { MessageQueueService } from 'src/engine/core-modules/message-queue/services/message-queue.service'; -import { WorkspaceEventBatch } from 'src/engine/workspace-event-emitter/types/workspace-event-batch.type'; -import { - FavoriteDeletionJob, - type FavoriteDeletionJobData, -} from 'src/modules/favorite/jobs/favorite-deletion.job'; - -@Injectable() -export class FavoriteDeletionListener { - constructor( - @InjectMessageQueue(MessageQueue.deleteCascadeQueue) - private readonly messageQueueService: MessageQueueService, - ) {} - - @OnDatabaseBatchEvent('*', DatabaseEventAction.DELETED) - async handleDeletedEvent( - payload: WorkspaceEventBatch, - ) { - const deletedRecordIds = payload.events.map(({ recordId }) => recordId); - - await this.messageQueueService.add( - FavoriteDeletionJob.name, - { - workspaceId: payload.workspaceId, - deletedRecordIds, - }, - ); - } -} diff --git a/packages/twenty-server/src/modules/favorite/services/favorite-deletion.service.ts b/packages/twenty-server/src/modules/favorite/services/favorite-deletion.service.ts deleted file mode 100644 index cf131d875d3..00000000000 --- a/packages/twenty-server/src/modules/favorite/services/favorite-deletion.service.ts +++ /dev/null @@ -1,92 +0,0 @@ -import { Injectable } from '@nestjs/common'; -import { InjectRepository } from '@nestjs/typeorm'; - -import { FieldMetadataType } from 'twenty-shared/types'; -import { In, Repository } from 'typeorm'; - -import { FieldMetadataEntity } from 'src/engine/metadata-modules/field-metadata/field-metadata.entity'; -import { ObjectMetadataEntity } from 'src/engine/metadata-modules/object-metadata/object-metadata.entity'; -import { GlobalWorkspaceOrmManager } from 'src/engine/twenty-orm/global-workspace-datasource/global-workspace-orm.manager'; -import { buildSystemAuthContext } from 'src/engine/twenty-orm/utils/build-system-auth-context.util'; -import { FAVORITE_DELETION_BATCH_SIZE } from 'src/modules/favorite/constants/favorite-deletion-batch-size'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; - -@Injectable() -export class FavoriteDeletionService { - constructor( - @InjectRepository(ObjectMetadataEntity) - private readonly objectMetadataRepository: Repository, - - @InjectRepository(FieldMetadataEntity) - private readonly fieldMetadataRepository: Repository, - private readonly globalWorkspaceOrmManager: GlobalWorkspaceOrmManager, - ) {} - - async deleteFavoritesForDeletedRecords( - deletedRecordIds: string[], - workspaceId: string, - ): Promise { - const authContext = buildSystemAuthContext(workspaceId); - - await this.globalWorkspaceOrmManager.executeInWorkspaceContext(async () => { - const favoriteRepository = - await this.globalWorkspaceOrmManager.getRepository( - workspaceId, - 'favorite', - ); - - const favoriteObjectMetadata = - await this.objectMetadataRepository.findOne({ - where: { - nameSingular: 'favorite', - workspaceId, - }, - }); - - if (!favoriteObjectMetadata) { - throw new Error('Favorite object metadata not found'); - } - - const favoriteFields = await this.fieldMetadataRepository.find({ - where: { - objectMetadataId: favoriteObjectMetadata.id, - type: FieldMetadataType.RELATION, - }, - }); - - const favoritesToDelete = await favoriteRepository.find({ - select: { - id: true, - }, - where: favoriteFields.map((field) => ({ - [`${field.name}Id`]: In(deletedRecordIds), - })), - withDeleted: true, - }); - - if (favoritesToDelete.length === 0) { - return; - } - - const favoriteIdsToDelete = favoritesToDelete.map( - (favorite) => favorite.id, - ); - - const batches: string[][] = []; - - for ( - let i = 0; - i < favoriteIdsToDelete.length; - i += FAVORITE_DELETION_BATCH_SIZE - ) { - batches.push( - favoriteIdsToDelete.slice(i, i + FAVORITE_DELETION_BATCH_SIZE), - ); - } - - for (const batch of batches) { - await favoriteRepository.delete(batch); - } - }, authContext); - } -} diff --git a/packages/twenty-server/src/modules/favorite/standard-objects/favorite.workspace-entity.ts b/packages/twenty-server/src/modules/favorite/standard-objects/favorite.workspace-entity.ts deleted file mode 100644 index f1071592bdf..00000000000 --- a/packages/twenty-server/src/modules/favorite/standard-objects/favorite.workspace-entity.ts +++ /dev/null @@ -1,42 +0,0 @@ -import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity'; -import { type CustomWorkspaceEntity } from 'src/engine/twenty-orm/custom.workspace-entity'; -import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; -import { type CompanyWorkspaceEntity } from 'src/modules/company/standard-objects/company.workspace-entity'; -import { type DashboardWorkspaceEntity } from 'src/modules/dashboard/standard-objects/dashboard.workspace-entity'; -import { type FavoriteFolderWorkspaceEntity } from 'src/modules/favorite-folder/standard-objects/favorite-folder.workspace-entity'; -import { type NoteWorkspaceEntity } from 'src/modules/note/standard-objects/note.workspace-entity'; -import { type OpportunityWorkspaceEntity } from 'src/modules/opportunity/standard-objects/opportunity.workspace-entity'; -import { type PersonWorkspaceEntity } from 'src/modules/person/standard-objects/person.workspace-entity'; -import { type TaskWorkspaceEntity } from 'src/modules/task/standard-objects/task.workspace-entity'; -import { type WorkflowRunWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-run.workspace-entity'; -import { type WorkflowVersionWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-version.workspace-entity'; -import { type WorkflowWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow.workspace-entity'; -import { type WorkspaceMemberWorkspaceEntity } from 'src/modules/workspace-member/standard-objects/workspace-member.workspace-entity'; - -export class FavoriteWorkspaceEntity extends BaseWorkspaceEntity { - position: number; - forWorkspaceMember: EntityRelation; - forWorkspaceMemberId: string; - person: EntityRelation | null; - personId: string; - company: EntityRelation | null; - companyId: string; - favoriteFolder: EntityRelation | null; - favoriteFolderId: string; - opportunity: EntityRelation | null; - opportunityId: string; - workflow: EntityRelation | null; - workflowId: string; - workflowVersion: EntityRelation | null; - workflowVersionId: string; - workflowRun: EntityRelation | null; - workflowRunId: string; - task: EntityRelation | null; - taskId: string; - note: EntityRelation | null; - noteId: string; - dashboard: EntityRelation | null; - dashboardId: string; - viewId: string; - custom: EntityRelation; -} diff --git a/packages/twenty-server/src/modules/modules.module.ts b/packages/twenty-server/src/modules/modules.module.ts index 6a0e2c96baa..646c1ad08ca 100644 --- a/packages/twenty-server/src/modules/modules.module.ts +++ b/packages/twenty-server/src/modules/modules.module.ts @@ -2,8 +2,6 @@ import { Module } from '@nestjs/common'; import { CalendarModule } from 'src/modules/calendar/calendar.module'; import { ConnectedAccountModule } from 'src/modules/connected-account/connected-account.module'; -import { FavoriteFolderModule } from 'src/modules/favorite-folder/favorite-folder.module'; -import { FavoriteModule } from 'src/modules/favorite/favorite.module'; import { MessagingModule } from 'src/modules/messaging/messaging.module'; import { WorkflowModule } from 'src/modules/workflow/workflow.module'; import { WorkspaceMemberModule } from 'src/modules/workspace-member/workspace-member.module'; @@ -14,8 +12,6 @@ import { WorkspaceMemberModule } from 'src/modules/workspace-member/workspace-me CalendarModule, ConnectedAccountModule, WorkflowModule, - FavoriteFolderModule, - FavoriteModule, WorkspaceMemberModule, ], providers: [], diff --git a/packages/twenty-server/src/modules/note/standard-objects/note.workspace-entity.ts b/packages/twenty-server/src/modules/note/standard-objects/note.workspace-entity.ts index b3814663bde..d82499cca82 100644 --- a/packages/twenty-server/src/modules/note/standard-objects/note.workspace-entity.ts +++ b/packages/twenty-server/src/modules/note/standard-objects/note.workspace-entity.ts @@ -8,7 +8,6 @@ import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type NoteTargetWorkspaceEntity } from 'src/modules/note/standard-objects/note-target.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; @@ -29,6 +28,5 @@ export class NoteWorkspaceEntity extends BaseWorkspaceEntity { noteTargets: EntityRelation; attachments: EntityRelation; timelineActivities: EntityRelation; - favorites: EntityRelation; searchVector: string; } diff --git a/packages/twenty-server/src/modules/opportunity/standard-objects/opportunity.workspace-entity.ts b/packages/twenty-server/src/modules/opportunity/standard-objects/opportunity.workspace-entity.ts index f2c24c9cf9d..92b90550814 100644 --- a/packages/twenty-server/src/modules/opportunity/standard-objects/opportunity.workspace-entity.ts +++ b/packages/twenty-server/src/modules/opportunity/standard-objects/opportunity.workspace-entity.ts @@ -9,7 +9,6 @@ import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/util import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; import { type CompanyWorkspaceEntity } from 'src/modules/company/standard-objects/company.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type NoteTargetWorkspaceEntity } from 'src/modules/note/standard-objects/note-target.workspace-entity'; import { type PersonWorkspaceEntity } from 'src/modules/person/standard-objects/person.workspace-entity'; import { type TaskTargetWorkspaceEntity } from 'src/modules/task/standard-objects/task-target.workspace-entity'; @@ -34,7 +33,6 @@ export class OpportunityWorkspaceEntity extends BaseWorkspaceEntity { pointOfContactId: string | null; company: EntityRelation | null; companyId: string | null; - favorites: EntityRelation; taskTargets: EntityRelation; noteTargets: EntityRelation; attachments: EntityRelation; diff --git a/packages/twenty-server/src/modules/person/standard-objects/person.workspace-entity.ts b/packages/twenty-server/src/modules/person/standard-objects/person.workspace-entity.ts index db03366cb27..ba4d837bf85 100644 --- a/packages/twenty-server/src/modules/person/standard-objects/person.workspace-entity.ts +++ b/packages/twenty-server/src/modules/person/standard-objects/person.workspace-entity.ts @@ -14,7 +14,6 @@ import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migr import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; import { type CalendarEventParticipantWorkspaceEntity } from 'src/modules/calendar/common/standard-objects/calendar-event-participant.workspace-entity'; import { type CompanyWorkspaceEntity } from 'src/modules/company/standard-objects/company.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type MessageParticipantWorkspaceEntity } from 'src/modules/messaging/common/standard-objects/message-participant.workspace-entity'; import { type NoteTargetWorkspaceEntity } from 'src/modules/note/standard-objects/note-target.workspace-entity'; import { type OpportunityWorkspaceEntity } from 'src/modules/opportunity/standard-objects/opportunity.workspace-entity'; @@ -54,7 +53,6 @@ export class PersonWorkspaceEntity extends BaseWorkspaceEntity { pointOfContactForOpportunities: EntityRelation; taskTargets: EntityRelation; noteTargets: EntityRelation; - favorites: EntityRelation; attachments: EntityRelation; messageParticipants: EntityRelation; calendarEventParticipants: EntityRelation< diff --git a/packages/twenty-server/src/modules/task/standard-objects/task.workspace-entity.ts b/packages/twenty-server/src/modules/task/standard-objects/task.workspace-entity.ts index 5c475c8031e..c14b508b1b5 100644 --- a/packages/twenty-server/src/modules/task/standard-objects/task.workspace-entity.ts +++ b/packages/twenty-server/src/modules/task/standard-objects/task.workspace-entity.ts @@ -8,7 +8,6 @@ import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type TaskTargetWorkspaceEntity } from 'src/modules/task/standard-objects/task-target.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; import { type WorkspaceMemberWorkspaceEntity } from 'src/modules/workspace-member/standard-objects/workspace-member.workspace-entity'; @@ -34,6 +33,5 @@ export class TaskWorkspaceEntity extends BaseWorkspaceEntity { assignee: EntityRelation | null; assigneeId: string | null; timelineActivities: EntityRelation; - favorites: EntityRelation; searchVector: string; } diff --git a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-run.workspace-entity.ts b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-run.workspace-entity.ts index 001c32a4dc0..2be595d7f5b 100644 --- a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-run.workspace-entity.ts +++ b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-run.workspace-entity.ts @@ -6,7 +6,6 @@ import { type WorkflowRunStepInfos } from 'twenty-shared/workflow'; import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity'; import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; import { type WorkflowVersionWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-version.workspace-entity'; import { type WorkflowWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow.workspace-entity'; @@ -73,6 +72,5 @@ export class WorkflowRunWorkspaceEntity extends BaseWorkspaceEntity { workflowVersionId: string; workflow: EntityRelation; workflowId: string; - favorites: EntityRelation; timelineActivities: EntityRelation; } diff --git a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-version.workspace-entity.ts b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-version.workspace-entity.ts index 24c03022514..2aa3990e854 100644 --- a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-version.workspace-entity.ts +++ b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow-version.workspace-entity.ts @@ -3,7 +3,6 @@ import { FieldMetadataType } from 'twenty-shared/types'; import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity'; import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; import { type WorkflowRunWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-run.workspace-entity'; import { type WorkflowWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow.workspace-entity'; @@ -33,6 +32,5 @@ export class WorkflowVersionWorkspaceEntity extends BaseWorkspaceEntity { workflow: EntityRelation; workflowId: string; runs: EntityRelation; - favorites: EntityRelation; timelineActivities: EntityRelation; } diff --git a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow.workspace-entity.ts b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow.workspace-entity.ts index f707ef75389..5314f07d14d 100644 --- a/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow.workspace-entity.ts +++ b/packages/twenty-server/src/modules/workflow/common/standard-objects/workflow.workspace-entity.ts @@ -4,7 +4,6 @@ import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util'; import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface'; import { type AttachmentWorkspaceEntity } from 'src/modules/attachment/standard-objects/attachment.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type TimelineActivityWorkspaceEntity } from 'src/modules/timeline/standard-objects/timeline-activity.workspace-entity'; import { type WorkflowAutomatedTriggerWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-automated-trigger.workspace-entity'; import { type WorkflowRunWorkspaceEntity } from 'src/modules/workflow/common/standard-objects/workflow-run.workspace-entity'; @@ -31,7 +30,6 @@ export class WorkflowWorkspaceEntity extends BaseWorkspaceEntity { versions: EntityRelation; runs: EntityRelation; automatedTriggers: EntityRelation; - favorites: EntityRelation; timelineActivities: EntityRelation; attachments: EntityRelation; createdBy: ActorMetadata; diff --git a/packages/twenty-server/src/modules/workspace-member/standard-objects/workspace-member.workspace-entity.ts b/packages/twenty-server/src/modules/workspace-member/standard-objects/workspace-member.workspace-entity.ts index be810503871..db1eeb20b68 100644 --- a/packages/twenty-server/src/modules/workspace-member/standard-objects/workspace-member.workspace-entity.ts +++ b/packages/twenty-server/src/modules/workspace-member/standard-objects/workspace-member.workspace-entity.ts @@ -11,7 +11,6 @@ import { type BlocklistWorkspaceEntity } from 'src/modules/blocklist/standard-ob import { type CalendarEventParticipantWorkspaceEntity } from 'src/modules/calendar/common/standard-objects/calendar-event-participant.workspace-entity'; import { type CompanyWorkspaceEntity } from 'src/modules/company/standard-objects/company.workspace-entity'; import { type ConnectedAccountWorkspaceEntity } from 'src/modules/connected-account/standard-objects/connected-account.workspace-entity'; -import { type FavoriteWorkspaceEntity } from 'src/modules/favorite/standard-objects/favorite.workspace-entity'; import { type MessageParticipantWorkspaceEntity } from 'src/modules/messaging/common/standard-objects/message-participant.workspace-entity'; import { type OpportunityWorkspaceEntity } from 'src/modules/opportunity/standard-objects/opportunity.workspace-entity'; import { type TaskWorkspaceEntity } from 'src/modules/task/standard-objects/task.workspace-entity'; @@ -75,7 +74,6 @@ export class WorkspaceMemberWorkspaceEntity extends BaseWorkspaceEntity { dateFormat: string; timeFormat: string; assignedTasks: Relation; - favorites: Relation; accountOwnerForCompanies: Relation; authoredAttachments: Relation; connectedAccounts: Relation; diff --git a/packages/twenty-server/test/integration/graphql/suites/object-generated/favorites.integration-spec.ts b/packages/twenty-server/test/integration/graphql/suites/object-generated/favorites.integration-spec.ts deleted file mode 100644 index 52f119604b1..00000000000 --- a/packages/twenty-server/test/integration/graphql/suites/object-generated/favorites.integration-spec.ts +++ /dev/null @@ -1,77 +0,0 @@ -import request from 'supertest'; - -const client = request(`http://localhost:${APP_PORT}`); - -describe('favoritesResolver (e2e)', () => { - it('should find many favorites', () => { - const queryData = { - query: ` - query favorites { - favorites { - edges { - node { - position - id - createdAt - updatedAt - deletedAt - forWorkspaceMemberId - personId - companyId - opportunityId - workflowId - workflowVersionId - workflowRunId - taskId - noteId - viewId - petId - surveyResultId - } - } - } - } - `, - }; - - return client - .post('/graphql') - .set('Authorization', `Bearer ${APPLE_JANE_ADMIN_ACCESS_TOKEN}`) - .send(queryData) - .expect(200) - .expect((res) => { - expect(res.body.data).toBeDefined(); - expect(res.body.errors).toBeUndefined(); - }) - .expect((res) => { - const data = res.body.data.favorites; - - expect(data).toBeDefined(); - expect(Array.isArray(data.edges)).toBe(true); - - const edges = data.edges; - - if (edges.length > 0) { - const favorites = edges[0].node; - - expect(favorites).toHaveProperty('position'); - expect(favorites).toHaveProperty('id'); - expect(favorites).toHaveProperty('createdAt'); - expect(favorites).toHaveProperty('updatedAt'); - expect(favorites).toHaveProperty('deletedAt'); - expect(favorites).toHaveProperty('forWorkspaceMemberId'); - expect(favorites).toHaveProperty('personId'); - expect(favorites).toHaveProperty('companyId'); - expect(favorites).toHaveProperty('opportunityId'); - expect(favorites).toHaveProperty('workflowId'); - expect(favorites).toHaveProperty('workflowVersionId'); - expect(favorites).toHaveProperty('workflowRunId'); - expect(favorites).toHaveProperty('taskId'); - expect(favorites).toHaveProperty('noteId'); - expect(favorites).toHaveProperty('viewId'); - expect(favorites).toHaveProperty('petId'); - expect(favorites).toHaveProperty('surveyResultId'); - } - }); - }); -}); diff --git a/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/common-query-complexity-failing.integration-spec.ts.snap b/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/common-query-complexity-failing.integration-spec.ts.snap index 09172481f23..bdbe989e1ef 100644 --- a/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/common-query-complexity-failing.integration-spec.ts.snap +++ b/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/common-query-complexity-failing.integration-spec.ts.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing -exports[`Query Complexity - Failing Scenarios should fail findMany query with too many relation fields 1`] = `"Query complexity is too high. Please, reduce the amount of relation fields requested. Query complexity: 21. Maximum complexity: 10."`; +exports[`Query Complexity - Failing Scenarios should fail findMany query with too many relation fields 1`] = `"Query complexity is too high. Please, reduce the amount of relation fields requested. Query complexity: 18. Maximum complexity: 10."`; exports[`Query Complexity - Failing Scenarios should fail findMany query with two nested one to many relations 1`] = `"Query complexity is too high. One-to-Many relation cannot be nested in another One-to-Many relation."`; diff --git a/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/query-complexity.integration-spec.ts.snap b/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/query-complexity.integration-spec.ts.snap index 619276ec21b..9c60be32562 100644 --- a/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/query-complexity.integration-spec.ts.snap +++ b/packages/twenty-server/test/integration/graphql/suites/query-complexity/__snapshots__/query-complexity.integration-spec.ts.snap @@ -1,7 +1,3 @@ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing -exports[`Query Complexity should fail to execute a query with duplicate root resolvers 1`] = `"Duplicate root resolver: "people""`; - -exports[`Query Complexity should fail to execute a query with too many fields 1`] = `"Query too complex - Too many fields requested : 2010 - Maximum allowed fields: 2000"`; - -exports[`Query Complexity should fail to execute a query with too many root resolvers 1`] = `"Query too complex - Too many root resolvers requested: 21 - Maximum allowed root resolvers: 20"`; +exports[`Query Complexity should fail to execute a query with too many root resolvers 1`] = `"Query too complex - Too many root resolvers requested: 22 - Maximum allowed root resolvers: 20"`; diff --git a/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRelationQueryGqlFields.constant.ts b/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRelationQueryGqlFields.constant.ts index fafe42c313a..5bc05114dc8 100644 --- a/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRelationQueryGqlFields.constant.ts +++ b/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRelationQueryGqlFields.constant.ts @@ -15,22 +15,6 @@ export const TOO_MANY_RELATION_QUERY_GQL_FIELDS = ` } } } - favorites { - edges { - node { - id - company { - id - } - person { - id - company { - id - } - } - } - } - } noteTargets { edges { node { @@ -91,4 +75,17 @@ export const TOO_MANY_RELATION_QUERY_GQL_FIELDS = ` } } } + attachments { + edges { + node { + id + person { + id + company { + id + } + } + } + } + } `; diff --git a/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRootResolversQueryGqlFields.constant.ts b/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRootResolversQueryGqlFields.constant.ts index ee947c3dc1a..f429d023380 100644 --- a/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRootResolversQueryGqlFields.constant.ts +++ b/packages/twenty-server/test/integration/graphql/suites/query-complexity/constants/tooManyRootResolversQueryGqlFields.constant.ts @@ -16,13 +16,6 @@ export const TOO_MANY_ROOT_RESOLVERS_QUERY_GQL_FIELDS = gql` } } } - favorites { - edges { - node { - id - } - } - } tasks { edges { node { @@ -149,5 +142,19 @@ export const TOO_MANY_ROOT_RESOLVERS_QUERY_GQL_FIELDS = gql` } } } + workflows { + edges { + node { + id + } + } + } + dashboards { + edges { + node { + id + } + } + } } `; diff --git a/packages/twenty-server/test/integration/metadata/suites/object-metadata/__snapshots__/failing-create-one-object-metadata-v2.integration-spec.ts.snap b/packages/twenty-server/test/integration/metadata/suites/object-metadata/__snapshots__/failing-create-one-object-metadata-v2.integration-spec.ts.snap index 09ed5b297c8..d42843ebfa3 100644 --- a/packages/twenty-server/test/integration/metadata/suites/object-metadata/__snapshots__/failing-create-one-object-metadata-v2.integration-spec.ts.snap +++ b/packages/twenty-server/test/integration/metadata/suites/object-metadata/__snapshots__/failing-create-one-object-metadata-v2.integration-spec.ts.snap @@ -176,23 +176,6 @@ exports[`Object metadata creation should fail v2 when labelPlural contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -261,23 +244,6 @@ exports[`Object metadata creation should fail v2 when labelPlural contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -503,12 +469,12 @@ exports[`Object metadata creation should fail v2 when labelPlural contains only }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -695,23 +661,6 @@ exports[`Object metadata creation should fail v2 when labelPlural exceeds maximu "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -780,23 +729,6 @@ exports[`Object metadata creation should fail v2 when labelPlural exceeds maximu "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -1022,12 +954,12 @@ exports[`Object metadata creation should fail v2 when labelPlural exceeds maximu }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -1225,23 +1157,6 @@ exports[`Object metadata creation should fail v2 when labelSingular contains onl "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -1310,23 +1225,6 @@ exports[`Object metadata creation should fail v2 when labelSingular contains onl "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -1552,12 +1450,12 @@ exports[`Object metadata creation should fail v2 when labelSingular contains onl }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -1744,23 +1642,6 @@ exports[`Object metadata creation should fail v2 when labelSingular exceeds maxi "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -1829,23 +1710,6 @@ exports[`Object metadata creation should fail v2 when labelSingular exceeds maxi "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -2071,12 +1935,12 @@ exports[`Object metadata creation should fail v2 when labelSingular exceeds maxi }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -2274,23 +2138,6 @@ exports[`Object metadata creation should fail v2 when name exceeds maximum lengt "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -2365,29 +2212,6 @@ exports[`Object metadata creation should fail v2 when name exceeds maximum lengt "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is too long", - "userFriendlyMessage": "Name is too long", - "value": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -2631,12 +2455,12 @@ exports[`Object metadata creation should fail v2 when name exceeds maximum lengt }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -2823,23 +2647,6 @@ exports[`Object metadata creation should fail v2 when namePlural has invalid cha "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -2908,23 +2715,6 @@ exports[`Object metadata creation should fail v2 when namePlural has invalid cha "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -3150,12 +2940,12 @@ exports[`Object metadata creation should fail v2 when namePlural has invalid cha }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -3342,23 +3132,6 @@ exports[`Object metadata creation should fail v2 when namePlural is a reserved k "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -3427,23 +3200,6 @@ exports[`Object metadata creation should fail v2 when namePlural is a reserved k "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -3669,12 +3425,12 @@ exports[`Object metadata creation should fail v2 when namePlural is a reserved k }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -3872,23 +3628,6 @@ exports[`Object metadata creation should fail v2 when namePlural is not camelCas "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -3957,23 +3696,6 @@ exports[`Object metadata creation should fail v2 when namePlural is not camelCas "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "listinga", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -4199,12 +3921,12 @@ exports[`Object metadata creation should fail v2 when namePlural is not camelCas }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -4391,23 +4113,6 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -4482,29 +4187,6 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "userFriendlyMessage": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "value": "a a", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "a a", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -4748,12 +4430,12 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -4940,23 +4622,6 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -5025,35 +4690,6 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is too short", - "userFriendlyMessage": "Name is too short", - "value": "", - }, - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "userFriendlyMessage": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "value": "", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -5285,12 +4921,12 @@ exports[`Object metadata creation should fail v2 when nameSingular contains only }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -5477,23 +5113,6 @@ exports[`Object metadata creation should fail v2 when nameSingular has invalid c "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -5568,29 +5187,6 @@ exports[`Object metadata creation should fail v2 when nameSingular has invalid c "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "userFriendlyMessage": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "value": "μ", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "μ", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -5834,12 +5430,12 @@ exports[`Object metadata creation should fail v2 when nameSingular has invalid c }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -6026,23 +5622,6 @@ exports[`Object metadata creation should fail v2 when nameSingular is a reserved "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -6111,29 +5690,6 @@ exports[`Object metadata creation should fail v2 when nameSingular is a reserved "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "This name is reserved. Use a different name or the system will add "Custom" suffix.", - "userFriendlyMessage": "This name is reserved. Use a different name or the system will add "Custom" suffix.", - "value": "user", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "user", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -6359,12 +5915,12 @@ exports[`Object metadata creation should fail v2 when nameSingular is a reserved }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -6562,23 +6118,6 @@ exports[`Object metadata creation should fail v2 when nameSingular is not camelC "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -6653,29 +6192,6 @@ exports[`Object metadata creation should fail v2 when nameSingular is not camelC "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "INVALID_FIELD_INPUT", - "message": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "userFriendlyMessage": "Name is not valid: it must start with lowercase letter and contain only alphanumeric letters", - "value": "Not_Camel_Case", - }, - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "Not_Camel_Case", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -6919,12 +6435,12 @@ exports[`Object metadata creation should fail v2 when nameSingular is not camelC }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -7111,23 +6627,6 @@ exports[`Object metadata creation should fail v2 when names are identical 1`] = "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -7196,23 +6695,6 @@ exports[`Object metadata creation should fail v2 when names are identical 1`] = "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "fooBar", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -7438,12 +6920,12 @@ exports[`Object metadata creation should fail v2 when names are identical 1`] = }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, @@ -7630,23 +7112,6 @@ exports[`Object metadata creation should fail v2 when names with whitespaces res "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Object metadata not found", - "userFriendlyMessage": "Field to create related object not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "favorites", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -7715,23 +7180,6 @@ exports[`Object metadata creation should fail v2 when names with whitespaces res "status": "fail", "type": "create", }, - { - "errors": [ - { - "code": "OBJECT_METADATA_NOT_FOUND", - "message": "Relation target object metadata not found", - "userFriendlyMessage": "Object targeted by the relation not found", - }, - ], - "flatEntityMinimalInformation": { - "name": "fooBar", - "objectMetadataUniversalIdentifier": Any, - "universalIdentifier": Any, - }, - "metadataName": "fieldMetadata", - "status": "fail", - "type": "create", - }, { "errors": [ { @@ -7957,12 +7405,12 @@ exports[`Object metadata creation should fail v2 when names with whitespaces res }, ], }, - "message": "Validation failed for 19 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", + "message": "Validation failed for 17 fieldMetadatas, 1 objectMetadata, 1 view, 5 viewFields, 1 index", "summary": { - "fieldMetadata": 19, + "fieldMetadata": 17, "index": 1, "objectMetadata": 1, - "totalErrors": 27, + "totalErrors": 25, "view": 1, "viewField": 5, }, diff --git a/packages/twenty-server/test/integration/metadata/suites/object-metadata/rename-custom-object.integration-spec.ts b/packages/twenty-server/test/integration/metadata/suites/object-metadata/rename-custom-object.integration-spec.ts index 09cc2063aa8..080ca64b576 100644 --- a/packages/twenty-server/test/integration/metadata/suites/object-metadata/rename-custom-object.integration-spec.ts +++ b/packages/twenty-server/test/integration/metadata/suites/object-metadata/rename-custom-object.integration-spec.ts @@ -14,7 +14,6 @@ describe('Custom object renaming', () => { const STANDARD_OBJECT_RELATIONS = [ 'noteTarget', 'attachment', - 'favorite', 'taskTarget', 'timelineActivity', ]; diff --git a/packages/twenty-server/test/integration/rest/suites/rest-api-core-delete.integration-spec.ts b/packages/twenty-server/test/integration/rest/suites/rest-api-core-delete.integration-spec.ts index 103284aa147..b008fcd1e31 100644 --- a/packages/twenty-server/test/integration/rest/suites/rest-api-core-delete.integration-spec.ts +++ b/packages/twenty-server/test/integration/rest/suites/rest-api-core-delete.integration-spec.ts @@ -31,25 +31,6 @@ describe('Core REST API Delete One endpoint', () => { ); }); - it('should delete one person with favorite', async () => { - await makeRestAPIRequest({ - method: 'post', - path: `/favorites`, - body: { - personId: TEST_PERSON_1_ID, - }, - }); - - await makeRestAPIRequest({ - method: 'delete', - path: `/people/${TEST_PERSON_1_ID}`, - }) - .expect(200) - .expect((res) => - expect(res.body.data.deletePerson).toEqual({ id: TEST_PERSON_1_ID }), - ); - }); - it('should return a EntityNotFoundError when trying to delete a non-existing person', async () => { const response = await makeRestAPIRequest({ method: 'delete', diff --git a/packages/twenty-shared/src/metadata/constants/default-relations-object-standard-ids.constant.ts b/packages/twenty-shared/src/metadata/constants/default-relations-object-standard-ids.constant.ts index ba52a6da590..4ec18a41e52 100644 --- a/packages/twenty-shared/src/metadata/constants/default-relations-object-standard-ids.constant.ts +++ b/packages/twenty-shared/src/metadata/constants/default-relations-object-standard-ids.constant.ts @@ -2,7 +2,6 @@ import { type STANDARD_OBJECTS } from '@/metadata/constants/standard-object.cons export const DEFAULT_RELATIONS_OBJECTS_STANDARD_IDS = [ 'timelineActivity', - 'favorite', 'attachment', 'noteTarget', 'taskTarget', diff --git a/packages/twenty-shared/src/metadata/constants/standard-object.constant.ts b/packages/twenty-shared/src/metadata/constants/standard-object.constant.ts index 398c574bf9d..f66bbd2d913 100644 --- a/packages/twenty-shared/src/metadata/constants/standard-object.constant.ts +++ b/packages/twenty-shared/src/metadata/constants/standard-object.constant.ts @@ -701,9 +701,6 @@ export const STANDARD_OBJECTS = { opportunities: { universalIdentifier: '20202020-add3-4658-8e23-d70dccb6d0ec', }, - favorites: { - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d55', - }, attachments: { universalIdentifier: '20202020-c1b5-4120-b0f0-987ca401ed53', }, @@ -820,9 +817,6 @@ export const STANDARD_OBJECTS = { opportunities: { universalIdentifier: '20202020-af01-4a01-8a01-c0aba11c1217', }, - favorites: { - universalIdentifier: '20202020-af01-4a01-8a01-c0aba11c1218', - }, attachments: { universalIdentifier: '20202020-af01-4a01-8a01-c0aba11c1219', }, @@ -981,9 +975,6 @@ export const STANDARD_OBJECTS = { timelineActivities: { universalIdentifier: '99c330c0-5b7d-4276-a764-aed84499dfb5', }, - favorites: { - universalIdentifier: '20202020-f032-478f-88fa-6426ff6f1e4c', - }, attachments: { universalIdentifier: '20202020-bf6f-4220-8c55-2764f1175870', }, @@ -1016,231 +1007,6 @@ export const STANDARD_OBJECTS = { }, }, }, - favorite: { - universalIdentifier: '20202020-ab56-4e05-92a3-e2414a499860', - fields: { - id: { universalIdentifier: '20202020-f01a-4091-8a91-ddeeffaabbcc' }, - createdAt: { - universalIdentifier: '20202020-f01b-4092-9b92-eeffaabbccdd', - }, - updatedAt: { - universalIdentifier: '20202020-f01c-4093-8c93-ffaabbccddee', - }, - deletedAt: { - universalIdentifier: '20202020-f01d-4094-9d94-aabbccddeeff', - }, - position: { universalIdentifier: '20202020-dd26-42c6-8c3c-2a7598c204f6' }, - forWorkspaceMember: { - universalIdentifier: '20202020-ce63-49cb-9676-fdc0c45892cd', - }, - person: { universalIdentifier: '20202020-c428-4f40-b6f3-86091511c41c' }, - company: { universalIdentifier: '20202020-cff5-4682-8bf9-069169e08279' }, - opportunity: { - universalIdentifier: '20202020-dabc-48e1-8318-2781a2b32aa2', - }, - workflow: { universalIdentifier: '20202020-b11b-4dc8-999a-6bd0a947b463' }, - workflowVersion: { - universalIdentifier: '20202020-e1b8-4caf-b55a-3ab4d4cbcd21', - }, - workflowRun: { - universalIdentifier: '20202020-db5a-4fe4-9a13-9afa22b1e762', - }, - task: { universalIdentifier: '20202020-1b1b-4b3b-8b1b-7f8d6a1d7d5c' }, - note: { universalIdentifier: '20202020-1f25-43fe-8b00-af212fdde824' }, - viewId: { universalIdentifier: '20202020-5a93-4fa9-acce-e73481a0bbdf' }, - favoriteFolder: { - universalIdentifier: '20202020-f658-4d12-8b4d-248356aa4bd9', - }, - dashboard: { - universalIdentifier: '20202020-6ef9-45e4-b440-cc986f687c91', - }, - createdBy: { - universalIdentifier: '6440dc3d-fa50-49cc-abd3-98eeccd79288', - }, - updatedBy: { - universalIdentifier: '6c117b1a-0470-499b-8fcb-d9059eafbd43', - }, - searchVector: { - universalIdentifier: 'cbb27ea1-5cf8-4fed-9e0a-e4152815bd6e', - }, - }, - indexes: { - forWorkspaceMemberIdIndex: { - universalIdentifier: 'e7e3a8b2-9d14-4f6c-8a5b-1e2f3d4c5669', - }, - personIdIndex: { - universalIdentifier: 'f8f4b9c3-0e25-4a7d-9b6c-2f3a4e5d677a', - }, - companyIdIndex: { - universalIdentifier: '1f360393-a336-435d-966d-8ec2645f875c', - }, - favoriteFolderIdIndex: { - universalIdentifier: 'c0369a13-49bd-48b0-a9f0-6ed0ee8e1b09', - }, - opportunityIdIndex: { - universalIdentifier: 'b8e9f696-5be4-48cb-815c-7c0bb8b69d38', - }, - workflowIdIndex: { - universalIdentifier: 'd4f3ef9f-ae24-4cef-9d7a-684a24d4968b', - }, - workflowVersionIdIndex: { - universalIdentifier: 'a257158e-3a89-4715-970c-7fc38ac22370', - }, - workflowRunIdIndex: { - universalIdentifier: 'd55711a3-3297-4fef-beab-48d733712a33', - }, - taskIdIndex: { - universalIdentifier: 'f30c9a75-a563-45a2-93b8-84f59004de8f', - }, - noteIdIndex: { - universalIdentifier: 'dca73027-adbe-4078-ae47-8d17850b9f2b', - }, - dashboardIdIndex: { - universalIdentifier: '8783e8f2-9114-4d6a-8e5f-12c3d1465673', - }, - }, - views: { - allFavorites: { - universalIdentifier: '586ea330-3a17-434b-a23d-47185fa32230', - viewFields: { - forWorkspaceMember: { - universalIdentifier: '70beb16f-f32b-4fb5-9795-fc83a120f7e9', - }, - person: { - universalIdentifier: '23cf916b-f55f-4edd-92b2-4eb38da0f451', - }, - company: { - universalIdentifier: '571a181e-3fd7-415e-a881-ec8acc65409e', - }, - opportunity: { - universalIdentifier: 'e882556d-1b29-4279-88ba-eab09f7590b9', - }, - task: { - universalIdentifier: '0124e873-f72e-4bc2-8158-efd8efa02432', - }, - note: { - universalIdentifier: '64210056-52d1-47fa-a771-a2c00846e170', - }, - dashboard: { - universalIdentifier: 'a12eff80-5272-4ce0-a1ae-30cc1cbbdcd7', - }, - favoriteFolder: { - universalIdentifier: '0113c292-24fe-4b8c-bb6f-94ae33bc12b9', - }, - createdAt: { - universalIdentifier: '48af76a4-e007-4644-be39-1ae9649f182f', - }, - }, - }, - favoriteRecordPageFields: { - universalIdentifier: 'e28089fc-639b-4eb2-bc9b-3ec8634d2813', - viewFieldGroups: { - general: { - universalIdentifier: 'd08267ae-eb74-4ed5-884e-4015d16d962d', - }, - system: { - universalIdentifier: 'bbbca990-4876-4802-bf7e-94f685bd5f52', - }, - }, - viewFields: { - forWorkspaceMember: { - universalIdentifier: '16d2ec80-722e-4cbb-b053-404dd3bbb9dd', - }, - person: { - universalIdentifier: '0aa610ca-3825-4241-9a56-ec415fecf037', - }, - company: { - universalIdentifier: 'f09b8fd8-eded-4a64-bd62-6400c810337a', - }, - opportunity: { - universalIdentifier: '9880a34a-4186-40c8-94ac-161ed776b5b4', - }, - task: { - universalIdentifier: '4c0db772-05f8-41e7-801e-5a0224bed0b8', - }, - note: { - universalIdentifier: '966ab999-733d-49cd-80f2-7bb29118eecf', - }, - dashboard: { - universalIdentifier: '0bede669-3b98-4895-92be-39a1972cc106', - }, - favoriteFolder: { - universalIdentifier: '9af984ed-66fb-46ee-9edc-ad84d5680152', - }, - createdAt: { - universalIdentifier: '93addcc1-b42e-4fc1-be0f-51440ab9e3a1', - }, - createdBy: { - universalIdentifier: 'eca3262e-1082-413a-a601-a45563f69739', - }, - }, - }, - }, - }, - favoriteFolder: { - universalIdentifier: '20202020-7cf8-401f-8211-a9587d27fd2d', - fields: { - id: { universalIdentifier: '20202020-f02a-40a1-8aa1-1f2e3d4c5b6a' }, - createdAt: { - universalIdentifier: '20202020-f02b-40a2-9ba2-2f3e4d5c6b7a', - }, - updatedAt: { - universalIdentifier: '20202020-f02c-40a3-8ca3-3f4e5d6c7b8a', - }, - deletedAt: { - universalIdentifier: '20202020-f02d-40a4-9da4-4f5e6d7c8b9a', - }, - position: { - universalIdentifier: '20202020-5278-4bde-8909-2cec74d43744', - }, - name: { universalIdentifier: '20202020-82a3-4537-8ff0-dbce7eec35d6' }, - favorites: { - universalIdentifier: '20202020-b5e3-4b42-8af2-03cd4fd2e4d2', - }, - createdBy: { - universalIdentifier: '1ec58922-7789-4832-a583-ec97f766f433', - }, - updatedBy: { - universalIdentifier: '6a53edc6-0ef2-4c35-9065-f91c4ddf7f01', - }, - searchVector: { - universalIdentifier: 'c5bb12e1-0cc3-428f-89f0-4c8747239ac3', - }, - }, - indexes: {}, - views: { - allFavoriteFolders: { - universalIdentifier: '2420eb1f-09d0-4127-a71c-8a0ab3e1f6a0', - viewFields: { - name: { - universalIdentifier: 'd5b0115f-ca6f-42d4-aac6-dcefaee2f19c', - }, - createdAt: { - universalIdentifier: '64ba591d-6091-4814-9af3-e28ce47278a0', - }, - }, - }, - favoriteFolderRecordPageFields: { - universalIdentifier: '09a2b4b4-0c84-41e5-932e-50f9b9b6c893', - viewFieldGroups: { - general: { - universalIdentifier: 'c0af3a9b-38bc-4c19-a79d-910f35d6f766', - }, - system: { - universalIdentifier: 'a7db50c7-826a-41ed-a252-1a07d445b025', - }, - }, - viewFields: { - createdAt: { - universalIdentifier: 'a4e42591-844c-47d1-b72e-5ded3d541694', - }, - createdBy: { - universalIdentifier: '9f7945c9-fb98-49a7-812d-b87458149fd2', - }, - }, - }, - }, - }, messageChannelMessageAssociation: { universalIdentifier: '20202020-ad1e-4127-bccb-d83ae04d2ccb', fields: { @@ -1977,9 +1743,6 @@ export const STANDARD_OBJECTS = { timelineActivities: { universalIdentifier: '20202020-7030-42f8-929c-1a57b25d6bce', }, - favorites: { - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d67', - }, searchVector: { universalIdentifier: '20202020-7ea8-44d4-9d4c-51dd2a757950', }, @@ -2045,9 +1808,6 @@ export const STANDARD_OBJECTS = { timelineActivities: { universalIdentifier: '20202020-af05-4a05-8a05-a0be5a115209', }, - favorites: { - universalIdentifier: '20202020-af05-4a05-8a05-a0be5a11520a', - }, }, }, }, @@ -2161,9 +1921,6 @@ export const STANDARD_OBJECTS = { }, company: { universalIdentifier: '20202020-cbac-457e-b565-adece5fc815f' }, owner: { universalIdentifier: '20202020-be7e-4d1e-8e19-3d5c7c4b9f2a' }, - favorites: { - universalIdentifier: '20202020-a1c2-4500-aaae-83ba8a0e827a', - }, taskTargets: { universalIdentifier: '20202020-59c0-4179-a208-4a255f04a5be', }, @@ -2302,9 +2059,6 @@ export const STANDARD_OBJECTS = { updatedBy: { universalIdentifier: '20202020-af03-4a03-8a03-0aa0b1ca320b', }, - favorites: { - universalIdentifier: '20202020-af03-4a03-8a03-0aa0b1ca320c', - }, taskTargets: { universalIdentifier: '20202020-af03-4a03-8a03-0aa0b1ca320d', }, @@ -2366,9 +2120,6 @@ export const STANDARD_OBJECTS = { noteTargets: { universalIdentifier: '20202020-c8fc-4258-8250-15905d3fcfec', }, - favorites: { - universalIdentifier: '20202020-4073-4117-9cf1-203bcdc91cbd', - }, attachments: { universalIdentifier: '20202020-cd97-451f-87fa-bcb789bdbf3a', }, @@ -2497,9 +2248,6 @@ export const STANDARD_OBJECTS = { noteTargets: { universalIdentifier: '20202020-af02-4a02-8a02-ae0a1ea12217', }, - favorites: { - universalIdentifier: '20202020-af02-4a02-8a02-ae0a1ea12218', - }, attachments: { universalIdentifier: '20202020-af02-4a02-8a02-ae0a1ea12219', }, @@ -2550,9 +2298,6 @@ export const STANDARD_OBJECTS = { timelineActivities: { universalIdentifier: '20202020-c778-4278-99ee-23a2837aee64', }, - favorites: { - universalIdentifier: '20202020-4d1d-41ac-b13b-621631298d65', - }, searchVector: { universalIdentifier: '20202020-4746-4e2f-870c-52b02c67c90d', }, @@ -2715,9 +2460,6 @@ export const STANDARD_OBJECTS = { timelineActivities: { universalIdentifier: '20202020-af06-4a06-8a06-ba5ca11a620c', }, - favorites: { - universalIdentifier: '20202020-af06-4a06-8a06-ba5ca11a620d', - }, }, }, }, @@ -2979,9 +2721,6 @@ export const STANDARD_OBJECTS = { automatedTriggers: { universalIdentifier: '20202020-3319-4234-a34c-117ecad2b8a9', }, - favorites: { - universalIdentifier: '20202020-c554-4c41-be7a-cf9cd4b0d512', - }, timelineActivities: { universalIdentifier: '20202020-906e-486a-a798-131a5f081faf', }, @@ -3151,9 +2890,6 @@ export const STANDARD_OBJECTS = { universalIdentifier: '730dc1c9-34f5-4c22-84a6-bcb55b7604e2', }, state: { universalIdentifier: '20202020-611f-45f3-9cde-d64927e8ec57' }, - favorites: { - universalIdentifier: '20202020-4baf-4604-b899-2f7fcfbbf90d', - }, timelineActivities: { universalIdentifier: '20202020-af4d-4eb0-babc-eb960a45b356', }, @@ -3232,9 +2968,6 @@ export const STANDARD_OBJECTS = { updatedBy: { universalIdentifier: '20202020-af11-4a11-8a11-a0bcf10abd03', }, - favorites: { - universalIdentifier: '20202020-af11-4a11-8a11-a0bcf10abd04', - }, timelineActivities: { universalIdentifier: '20202020-af11-4a11-8a11-a0bcf10abd05', }, @@ -3278,9 +3011,6 @@ export const STANDARD_OBJECTS = { }, runs: { universalIdentifier: '20202020-1d08-46df-901a-85045f18099a' }, steps: { universalIdentifier: '20202020-5988-4a64-b94a-1f9b7b989039' }, - favorites: { - universalIdentifier: '20202020-b8e0-4e57-928d-b51671cc71f2', - }, timelineActivities: { universalIdentifier: '20202020-fcb0-4695-b17e-3b43a421c633', }, @@ -3353,9 +3083,6 @@ export const STANDARD_OBJECTS = { runs: { universalIdentifier: '20202020-af10-4a10-8a10-a0bcf10aaefe', }, - favorites: { - universalIdentifier: '20202020-af10-4a10-8a10-a0bcf10aaeff', - }, timelineActivities: { universalIdentifier: '20202020-af10-4a10-8a10-a0bcf10aaf01', }, @@ -3409,9 +3136,6 @@ export const STANDARD_OBJECTS = { ownedOpportunities: { universalIdentifier: '20202020-9e4d-4b3a-8c1f-6d7e8f9a0b1c', }, - favorites: { - universalIdentifier: '20202020-f3c1-4faf-b343-cf7681038757', - }, accountOwnerForCompanies: { universalIdentifier: '20202020-dc29-4bd4-a3c1-29eafa324bee', }, diff --git a/packages/twenty-shared/src/types/CoreObjectNameSingular.ts b/packages/twenty-shared/src/types/CoreObjectNameSingular.ts index f1b479d8941..ec7ca8252ac 100644 --- a/packages/twenty-shared/src/types/CoreObjectNameSingular.ts +++ b/packages/twenty-shared/src/types/CoreObjectNameSingular.ts @@ -11,8 +11,6 @@ export enum CoreObjectNameSingular { ConnectedAccount = 'connectedAccount', Dashboard = 'dashboard', TimelineActivity = 'timelineActivity', - Favorite = 'favorite', - FavoriteFolder = 'favoriteFolder', Message = 'message', MessageChannel = 'messageChannel', MessageParticipant = 'messageParticipant',