Skip to content

Commit a89e074

Browse files
committed
lint
1 parent 7f80c81 commit a89e074

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ import {
3838
EyeIcon,
3939
FirecrawlIcon,
4040
FirefliesIcon,
41-
GitLabIcon,
4241
GithubIcon,
42+
GitLabIcon,
4343
GmailIcon,
4444
GongIcon,
4545
GoogleBooksIcon,
@@ -72,9 +72,9 @@ import {
7272
LinearIcon,
7373
LinkedInIcon,
7474
LinkupIcon,
75-
MailServerIcon,
7675
MailchimpIcon,
7776
MailgunIcon,
77+
MailServerIcon,
7878
Mem0Icon,
7979
MicrosoftDataverseIcon,
8080
MicrosoftExcelIcon,
@@ -107,8 +107,6 @@ import {
107107
ResendIcon,
108108
RevenueCatIcon,
109109
S3Icon,
110-
SQSIcon,
111-
STTIcon,
112110
SalesforceIcon,
113111
SearchIcon,
114112
SendgridIcon,
@@ -120,17 +118,19 @@ import {
120118
SimilarwebIcon,
121119
SlackIcon,
122120
SmtpIcon,
121+
SQSIcon,
123122
SshIcon,
123+
STTIcon,
124124
StagehandIcon,
125125
StripeIcon,
126126
SupabaseIcon,
127-
TTSIcon,
128127
TavilyIcon,
129128
TelegramIcon,
130129
TextractIcon,
131130
TinybirdIcon,
132131
TranslateIcon,
133132
TrelloIcon,
133+
TTSIcon,
134134
TwilioIcon,
135135
TypeformIcon,
136136
UpstashIcon,
@@ -141,11 +141,11 @@ import {
141141
WhatsAppIcon,
142142
WikipediaIcon,
143143
WordpressIcon,
144+
xIcon,
144145
YouTubeIcon,
145146
ZendeskIcon,
146147
ZepIcon,
147148
ZoomIcon,
148-
xIcon,
149149
} from '@/components/icons'
150150

151151
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@
146146
"zep",
147147
"zoom"
148148
]
149-
}
149+
}

apps/sim/tools/confluence/get_page_descendants.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ export const confluenceGetPageDescendantsTool: ToolConfig<
124124
properties: {
125125
id: { type: 'string', description: 'Page ID' },
126126
title: { type: 'string', description: 'Page title' },
127-
type: { type: 'string', description: 'Content type (page, whiteboard, database, etc.)', optional: true },
127+
type: {
128+
type: 'string',
129+
description: 'Content type (page, whiteboard, database, etc.)',
130+
optional: true,
131+
},
128132
status: { type: 'string', description: 'Page status', optional: true },
129133
spaceId: { type: 'string', description: 'Space ID', optional: true },
130134
parentId: { type: 'string', description: 'Parent page ID', optional: true },

apps/sim/tools/confluence/list_tasks.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ export const confluenceListTasksTool: ToolConfig<
157157
pageId: { type: 'string', description: 'Page ID', optional: true },
158158
blogPostId: { type: 'string', description: 'Blog post ID', optional: true },
159159
status: { type: 'string', description: 'Task status (complete or incomplete)' },
160-
body: { type: 'string', description: 'Task body content in storage format', optional: true },
160+
body: {
161+
type: 'string',
162+
description: 'Task body content in storage format',
163+
optional: true,
164+
},
161165
createdBy: { type: 'string', description: 'Creator account ID', optional: true },
162166
assignedTo: { type: 'string', description: 'Assignee account ID', optional: true },
163167
completedBy: { type: 'string', description: 'Completer account ID', optional: true },

0 commit comments

Comments
 (0)