Skip to content

Commit a58bbdb

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
revise netsuite integration
1 parent f890c89 commit a58bbdb

47 files changed

Lines changed: 8716 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/components/icons.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8625,6 +8625,17 @@ export function NewRelicIcon(props: SVGProps<SVGSVGElement>) {
86258625
)
86268626
}
86278627

8628+
export function NetSuiteIcon(props: SVGProps<SVGSVGElement>) {
8629+
return (
8630+
<svg {...props} viewBox='0 0 93.9 59.4' xmlns='http://www.w3.org/2000/svg'>
8631+
<path
8632+
fill='#C74634'
8633+
d='M30.5 59.4H65c16.4-.4 29.3-14.1 28.9-30.4C93.5 13.1 80.7.4 65 0H30.5C14.1-.4.4 12.5 0 28.9s12.5 30 28.9 30.4c.5.1 1 .1 1.6.1m33.7-10.5h-33c-10.6-.3-18.9-9.2-18.6-19.8C13 19 21.1 10.8 31.2 10.5h33c10.6-.3 19.5 8 19.8 18.6s-8 19.5-18.6 19.8z'
8634+
/>
8635+
</svg>
8636+
)
8637+
}
8638+
86288639
export function WizaIcon(props: SVGProps<SVGSVGElement>) {
86298640
return (
86308641
<svg {...props} viewBox='0 0 51 49' fill='none' xmlns='http://www.w3.org/2000/svg'>

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ import {
155155
MongoDBIcon,
156156
MySQLIcon,
157157
Neo4jIcon,
158+
NetSuiteIcon,
158159
NeverBounceIcon,
159160
NewRelicIcon,
160161
NotionIcon,
@@ -439,6 +440,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
439440
mongodb: MongoDBIcon,
440441
mysql: MySQLIcon,
441442
neo4j: Neo4jIcon,
443+
netsuite: NetSuiteIcon,
442444
neverbounce: NeverBounceIcon,
443445
new_relic: NewRelicIcon,
444446
notion: NotionIcon,

apps/docs/content/docs/en/integrations/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"mongodb",
165165
"mysql",
166166
"neo4j",
167+
"netsuite",
167168
"neverbounce",
168169
"new_relic",
169170
"notion",

apps/docs/content/docs/en/integrations/netsuite.mdx

Lines changed: 756 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)