Seed update - Replaced Qonto by Anthropic (#12340)

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Thomas des Francs
2025-06-02 16:42:53 +02:00
committed by GitHub
parent f81d396413
commit e13d83b660
11 changed files with 225 additions and 225 deletions

View File

@ -1,8 +1,8 @@
import { getRecordFromRecordNode } from '@/object-record/cache/utils/getRecordFromRecordNode';
import { RecordGqlConnection } from '@/object-record/graphql/types/RecordGqlConnection';
import { ObjectRecord } from '@/object-record/types/ObjectRecord';
import { generatedMockObjectMetadataItems } from '~/testing/mock-data/generatedMockObjectMetadataItems';
import { FieldMetadataType } from 'twenty-shared/types';
import { generatedMockObjectMetadataItems } from '~/testing/mock-data/generatedMockObjectMetadataItems';
export const peopleQueryResult = {
people: {
@ -23,7 +23,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:52:46.814Z',
createdAt: '2025-01-02T09:52:46.814Z',
city: 'ASd',
phones: {
primaryPhoneNumber: '781234562',
@ -71,10 +71,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 1,
id: '20202020-3ec3-4fe3-8997-b76aa0bfa408',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Linkedin',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: 'Eutaw Street',
@ -155,7 +155,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-01T09:50:00.000Z',
createdAt: '2025-01-01T09:50:00.000Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781234562',
@ -203,10 +203,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 1,
id: '20202020-3ec3-4fe3-8997-b76aa0bfa408',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Linkedin',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: 'Eutaw Street',
@ -287,7 +287,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Los Angeles',
phones: {
primaryPhoneNumber: '781234576',
@ -335,10 +335,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 1,
id: '20202020-3ec3-4fe3-8997-b76aa0bfa408',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Linkedin',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: 'Eutaw Street',
@ -388,7 +388,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781234545',
@ -398,7 +398,7 @@ export const peopleQueryResult = {
id: '20202020-f517-42fd-80ae-14173b3b70ae',
jobTitle: '',
position: 3,
email: 'christopher.gonzalez@qonto.com',
email: 'christopher.gonzalez@anthropic.com',
name: {
__typename: 'FullName',
firstName: 'Christopher',
@ -436,18 +436,18 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 3,
id: '20202020-0713-40a5-8216-82802401d33e',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Qonto',
createdAt: '2024-08-02T09:48:36.193Z',
name: 'Anthropic',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '18 rue de navarrin',
addressStreet1: '548 Market Street',
addressStreet2: null,
addressCity: 'Paris',
addressCity: 'San Francisco',
addressState: null,
addressCountry: 'France',
addressPostcode: '75009',
addressCountry: 'United States',
addressPostcode: '94104',
addressLat: null,
addressLng: null,
},
@ -458,7 +458,7 @@ export const peopleQueryResult = {
},
domainName: {
__typename: 'Links',
primaryLinkUrl: 'https://qonto.com',
primaryLinkUrl: 'https://anthropic.com',
primaryLinkLabel: '',
secondaryLinks: [],
},
@ -489,7 +489,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Los Angeles',
phones: {
primaryPhoneNumber: '781234587',
@ -499,7 +499,7 @@ export const peopleQueryResult = {
id: '20202020-eee1-4690-ad2c-8619e5b56a2e',
jobTitle: '',
position: 4,
email: 'ashley.parker@qonto.com',
email: 'ashley.parker@anthropic.com',
name: {
__typename: 'FullName',
firstName: 'Ashley',
@ -537,18 +537,18 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 3,
id: '20202020-0713-40a5-8216-82802401d33e',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Qonto',
createdAt: '2024-08-02T09:48:36.193Z',
name: 'Anthropic',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '18 rue de navarrin',
addressStreet1: '548 Market Street',
addressStreet2: null,
addressCity: 'Paris',
addressCity: 'San Francisco',
addressState: null,
addressCountry: 'France',
addressPostcode: '75009',
addressCountry: 'United States',
addressPostcode: '94104',
addressLat: null,
addressLng: null,
},
@ -559,7 +559,7 @@ export const peopleQueryResult = {
},
domainName: {
__typename: 'Links',
primaryLinkUrl: 'https://qonto.com',
primaryLinkUrl: 'https://anthropic.com',
primaryLinkLabel: '',
secondaryLinks: [],
},
@ -590,7 +590,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781234599',
@ -638,10 +638,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 4,
id: '20202020-ed89-413a-b31a-962986e67bb4',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Microsoft',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: null,
@ -691,7 +691,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'New York',
phones: {
primaryPhoneNumber: '781234572',
@ -739,10 +739,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 4,
id: '20202020-ed89-413a-b31a-962986e67bb4',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Microsoft',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: null,
@ -792,7 +792,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781234582',
@ -840,10 +840,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 4,
id: '20202020-ed89-413a-b31a-962986e67bb4',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Microsoft',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: null,
@ -893,7 +893,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'New York',
phones: {
primaryPhoneNumber: '781234569',
@ -941,10 +941,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 5,
id: '20202020-171e-4bcc-9cf7-43448d6fb278',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Airbnb',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '888 Brannan St',
@ -994,7 +994,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'San Francisco',
phones: {
primaryPhoneNumber: '781234962',
@ -1042,10 +1042,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 5,
id: '20202020-171e-4bcc-9cf7-43448d6fb278',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Airbnb',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '888 Brannan St',
@ -1095,7 +1095,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'New York',
phones: {
primaryPhoneNumber: '781234502',
@ -1143,10 +1143,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 5,
id: '20202020-171e-4bcc-9cf7-43448d6fb278',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Airbnb',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '888 Brannan St',
@ -1196,7 +1196,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Los Angeles',
phones: {
primaryPhoneNumber: '781234563',
@ -1244,10 +1244,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 6,
id: '20202020-c21e-4ec2-873b-de4264d89025',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Google',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '760 Market St',
@ -1297,7 +1297,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781234542',
@ -1345,10 +1345,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 6,
id: '20202020-c21e-4ec2-873b-de4264d89025',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Google',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '760 Market St',
@ -1398,7 +1398,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '782234562',
@ -1446,10 +1446,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 6,
id: '20202020-c21e-4ec2-873b-de4264d89025',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Google',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '760 Market St',
@ -1499,7 +1499,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781274562',
@ -1547,10 +1547,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 6,
id: '20202020-c21e-4ec2-873b-de4264d89025',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Google',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '760 Market St',
@ -1600,7 +1600,7 @@ export const peopleQueryResult = {
node: {
__typename: 'Person',
deletedAt: null,
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
city: 'Seattle',
phones: {
primaryPhoneNumber: '781239562',
@ -1648,10 +1648,10 @@ export const peopleQueryResult = {
idealCustomerProfile: false,
position: 6,
id: '20202020-c21e-4ec2-873b-de4264d89025',
updatedAt: '2024-08-02T09:48:36.193Z',
updatedAt: '2025-01-02T10:48:36.193Z',
accountOwnerId: null,
name: 'Google',
createdAt: '2024-08-02T09:48:36.193Z',
createdAt: '2025-01-02T09:48:36.193Z',
address: {
__typename: 'Address',
addressStreet1: '760 Market St',