Fix mocks for unlogged users (#6376)

This commit is contained in:
Marie
2024-07-24 10:08:54 +02:00
committed by GitHub
parent ea4d051c4e
commit b0b2281fc5
33 changed files with 622 additions and 564 deletions
@@ -57,13 +57,13 @@ export const companiesQueryResult = {
idealCustomerProfile: true,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -98,8 +98,8 @@ export const companiesQueryResult = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -114,8 +114,8 @@ export const companiesQueryResult = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -130,8 +130,8 @@ export const companiesQueryResult = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -160,13 +160,13 @@ export const companiesQueryResult = {
position: 2,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -194,13 +194,13 @@ export const companiesQueryResult = {
position: 3,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -228,13 +228,13 @@ export const companiesQueryResult = {
position: 4,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -262,13 +262,13 @@ export const companiesQueryResult = {
position: 5,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -296,13 +296,13 @@ export const companiesQueryResult = {
position: 6,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -330,13 +330,13 @@ export const companiesQueryResult = {
position: 7,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -364,13 +364,13 @@ export const companiesQueryResult = {
position: 8,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -398,13 +398,13 @@ export const companiesQueryResult = {
position: 9,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -432,13 +432,13 @@ export const companiesQueryResult = {
position: 10,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -466,13 +466,13 @@ export const companiesQueryResult = {
position: 11,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -500,13 +500,13 @@ export const companiesQueryResult = {
position: 12,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -534,13 +534,13 @@ export const companiesQueryResult = {
position: 13,
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -65,8 +65,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -94,8 +94,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -110,8 +110,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: 'singlelink.com',
primaryLinkLabel: '',
primaryLinkUrl: 'singlelink.com',
},
bestCompany: {
__typename: 'Company',
@@ -128,8 +128,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 13,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -138,8 +138,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
company: {
@@ -157,8 +157,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 1,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -167,8 +167,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -200,8 +200,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -209,8 +209,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
primaryLinkLabel: '',
secondaryLinks: [
{
url: 'https://paris.com',
label: '',
primaryLinkUrl: 'https://paris.com',
primaryLinkLabel: '',
},
],
},
@@ -221,8 +221,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -237,8 +237,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -255,8 +255,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 1,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -265,8 +265,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -298,8 +298,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -314,8 +314,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -330,8 +330,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -348,8 +348,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 3,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -358,8 +358,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -391,8 +391,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -407,8 +407,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -423,8 +423,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -441,8 +441,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 3,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -451,8 +451,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -484,8 +484,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -500,8 +500,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -516,8 +516,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -534,8 +534,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 4,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -544,8 +544,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -577,8 +577,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -593,8 +593,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -609,8 +609,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -627,8 +627,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 4,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -637,8 +637,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -670,8 +670,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -686,8 +686,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -702,8 +702,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -720,8 +720,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 4,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -730,8 +730,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -763,8 +763,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -779,8 +779,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -795,8 +795,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -813,8 +813,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 5,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -823,8 +823,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -856,8 +856,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
testLinks: {
__typename: 'Links',
@@ -872,8 +872,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -888,8 +888,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -906,8 +906,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 5,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -916,8 +916,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -949,8 +949,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
testLinks: {
__typename: 'Links',
@@ -965,8 +965,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -981,8 +981,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -999,8 +999,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 5,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1009,8 +1009,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -1042,8 +1042,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -1058,8 +1058,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -1074,8 +1074,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -1092,8 +1092,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 6,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1102,8 +1102,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -1135,8 +1135,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
testLinks: {
__typename: 'Links',
@@ -1151,8 +1151,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -1167,8 +1167,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -1185,8 +1185,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 6,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1195,8 +1195,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -1228,8 +1228,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
testLinks: {
__typename: 'Links',
@@ -1244,8 +1244,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -1260,8 +1260,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -1278,8 +1278,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 6,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1288,8 +1288,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -1321,8 +1321,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: 'twitter.com',
primaryLinkLabel: '',
primaryLinkUrl: 'twitter.com',
},
testLinks: {
__typename: 'Links',
@@ -1337,8 +1337,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -1353,8 +1353,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -1371,8 +1371,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 6,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1381,8 +1381,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -1414,8 +1414,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
testLinks: {
__typename: 'Links',
@@ -1430,8 +1430,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
linkedinLink: {
__typename: 'Link',
label: '',
url: 'linkedin.com',
primaryLinkLabel: '',
primaryLinkUrl: 'linkedin.com',
},
testAddress: {
__typename: 'Address',
@@ -1446,8 +1446,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
testLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
company: {
__typename: 'Company',
@@ -1464,8 +1464,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
position: 6,
linkedinLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
annualRecurringRevenue: {
__typename: 'Currency',
@@ -1474,8 +1474,8 @@ export const peopleQueryResult: { people: RecordGqlConnection } = {
},
xLink: {
__typename: 'Link',
label: '',
url: '',
primaryLinkLabel: '',
primaryLinkUrl: '',
},
},
},
@@ -110,7 +110,7 @@ export const mockedTimelineActivities: Array<TimelineActivity> = [
},
{
properties:
'{"after": {"id": "ce40eca0-8f4b-4bba-ba91-5cbd870c64d0", "name": "", "xLink": {"url": "", "label": ""}, "events": {"edges": [], "__typename": "eventConnection"}, "people": {"edges": [], "__typename": "personConnection"}, "address": "", "position": 0.5, "createdAt": "2024-03-24T21:33:45.765295", "employees": null, "favorites": {"edges": [], "__typename": "favoriteConnection"}, "updatedAt": "2024-03-24T21:33:45.765295", "__typename": "company", "domainName": "", "attachments": {"edges": [], "__typename": "attachmentConnection"}, "accountOwner": null, "linkedinLink": {"url": "", "label": ""}, "opportunities": {"edges": [], "__typename": "opportunityConnection"}, "accountOwnerId": null, "activityTargets": {"edges": [], "__typename": "activityTargetConnection"}, "idealCustomerProfile": false, "annualRecurringRevenue": {"amountMicros": null, "currencyCode": ""}}}',
'{"after": {"id": "ce40eca0-8f4b-4bba-ba91-5cbd870c64d0", "name": "", "xLink": {"primaryLinkUrl": "", "primaryLinkLabel": ""}, "events": {"edges": [], "__typename": "eventConnection"}, "people": {"edges": [], "__typename": "personConnection"}, "address": "", "position": 0.5, "createdAt": "2024-03-24T21:33:45.765295", "employees": null, "favorites": {"edges": [], "__typename": "favoriteConnection"}, "updatedAt": "2024-03-24T21:33:45.765295", "__typename": "company", "domainName": "", "attachments": {"edges": [], "__typename": "attachmentConnection"}, "accountOwner": null, "linkedinLink": {"url": "", "label": ""}, "opportunities": {"edges": [], "__typename": "opportunityConnection"}, "accountOwnerId": null, "activityTargets": {"edges": [], "__typename": "activityTargetConnection"}, "idealCustomerProfile": false, "annualRecurringRevenue": {"amountMicros": null, "currencyCode": ""}}}',
updatedAt: '2023-05-26T10:12:42.33625+00:00',
id: '1ad72a42-6ab4-4474-a62a-a57cae3c0298',
name: 'company.created',
@@ -1,5 +1,5 @@
import { CalendarChannelVisibility } from '~/generated/graphql';
import { TimelineCalendarEvent } from '~/generated-metadata/graphql';
import { CalendarChannelVisibility } from '~/generated/graphql';
export const mockedTimelineCalendarEvents: TimelineCalendarEvent[] = [
{