Skip to content

Commit 4daada9

Browse files
committed
fix(console): added jitsucom/source-attio2 aternative Attio source image
1 parent cea0885 commit 4daada9

File tree

1 file changed

+16
-0
lines changed
  • webapps/console/pages/api/sources

1 file changed

+16
-0
lines changed

webapps/console/pages/api/sources/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@ const JitsuAttioSource: SourceType = {
7676
updatedAt: new Date(),
7777
};
7878

79+
const JitsuAttio2Source: SourceType = {
80+
id: "jitsu-attio2-source",
81+
logoSvg: `<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 2 30 30" fill="none"><path fill="black" d="m29.754 22.362-2.512-4.02s-.009-.017-.015-.024l-.198-.316a2.03 2.03 0 0 0-1.726-.96l-4.046-.014-.282.453-4.835 7.736-.267.428L17.9 28.88c.374.602 1.02.961 1.732.961h5.67c.699 0 1.36-.368 1.73-.959l.2-.32s.008-.008.01-.012l2.515-4.025a2.045 2.045 0 0 0 0-2.164h-.002Zm-.766 1.683-2.516 4.025c-.01.02-.024.034-.035.05a.34.34 0 0 1-.544-.05l-2.515-4.027a1.116 1.116 0 0 1-.13-.29 1.127 1.127 0 0 1 .127-.908l2.512-4.02.006-.01c.06-.09.135-.131.2-.144.026-.008.049-.01.067-.013h.028c.058 0 .202.018.292.164l2.511 4.02c.23.366.23.837 0 1.203h-.003ZM22.322 12.636a2.053 2.053 0 0 0 0-2.164l-2.512-4.02-.21-.338a2.031 2.031 0 0 0-1.732-.959h-5.67c-.707 0-1.354.36-1.731.96L.314 22.366a2.03 2.03 0 0 0-.002 2.162l2.723 4.359a2.026 2.026 0 0 0 1.73.959h5.67c.712 0 1.358-.36 1.732-.96l.208-.33v-.004l.003-.007 2.024-3.237 5.999-9.6 1.917-3.07.004-.001Zm-.593-1.082c0 .207-.058.416-.175.601l-9.946 15.918a.34.34 0 0 1-.291.16.342.342 0 0 1-.292-.16l-2.513-4.027a1.141 1.141 0 0 1 0-1.202l9.945-15.913a.339.339 0 0 1 .292-.163c.058 0 .202.017.293.164l2.512 4.02c.117.185.175.394.175.602Z"></path></svg>`,
82+
versions: `/api/sources/versions?type=airbyte&package=jitsucom%2Fsource-attio2`,
83+
packageId: "jitsucom/source-attio2",
84+
packageType: "airbyte",
85+
meta: {
86+
name: "Attio (alternative version)",
87+
license: "MIT",
88+
connectorSubtype: "api",
89+
},
90+
createdAt: new Date(),
91+
updatedAt: new Date(),
92+
};
93+
7994
const ExternalLinearSource: SourceType = {
8095
id: "external-linear-source",
8196
logoSvg: `<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100" fill="black" color="black"><path d="M1.22541 61.5228c-.2225-.9485.90748-1.5459 1.59638-.857L39.3342 97.1782c.6889.6889.0915 1.8189-.857 1.5964C20.0515 94.4522 5.54779 79.9485 1.22541 61.5228ZM.00189135 46.8891c-.01764375.2833.08887215.5599.28957165.7606L52.3503 99.7085c.2007.2007.4773.3075.7606.2896 2.3692-.1476 4.6938-.46 6.9624-.9259.7645-.157 1.0301-1.0963.4782-1.6481L2.57595 39.4485c-.55186-.5519-1.49117-.2863-1.648174.4782-.465915 2.2686-.77832 4.5932-.92588465 6.9624ZM4.21093 29.7054c-.16649.3738-.08169.8106.20765 1.1l64.77602 64.776c.2894.2894.7262.3742 1.1.2077 1.7861-.7956 3.5171-1.6927 5.1855-2.684.5521-.328.6373-1.0867.1832-1.5407L8.43566 24.3367c-.45409-.4541-1.21271-.3689-1.54074.1832-.99132 1.6684-1.88843 3.3994-2.68399 5.1855ZM12.6587 18.074c-.3701-.3701-.393-.9637-.0443-1.3541C21.7795 6.45931 35.1114 0 49.9519 0 77.5927 0 100 22.4073 100 50.0481c0 14.8405-6.4593 28.1724-16.7199 37.3375-.3903.3487-.984.3258-1.3542-.0443L12.6587 18.074Z"></path></svg>`,
@@ -95,6 +110,7 @@ export const jitsuSources: Record<string, SourceType> = {
95110
"jitsucom/source-firebase": JitsuFirebaseSource,
96111
"jitsucom/source-mongodb": JitsuMongoDBSource,
97112
"jitsucom/source-attio": JitsuAttioSource,
113+
"jitsucom/source-attio2": JitsuAttio2Source,
98114
};
99115

100116
export const externalSources: Record<string, SourceType> = {

0 commit comments

Comments
 (0)