Skip to content

Commit 6da784e

Browse files
committed
lint
1 parent 973fe96 commit 6da784e

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

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,
@@ -73,9 +73,9 @@ import {
7373
LinearIcon,
7474
LinkedInIcon,
7575
LinkupIcon,
76-
MailServerIcon,
7776
MailchimpIcon,
7877
MailgunIcon,
78+
MailServerIcon,
7979
Mem0Icon,
8080
MicrosoftDataverseIcon,
8181
MicrosoftExcelIcon,
@@ -108,8 +108,6 @@ import {
108108
ResendIcon,
109109
RevenueCatIcon,
110110
S3Icon,
111-
SQSIcon,
112-
STTIcon,
113111
SalesforceIcon,
114112
SearchIcon,
115113
SendgridIcon,
@@ -121,17 +119,19 @@ import {
121119
SimilarwebIcon,
122120
SlackIcon,
123121
SmtpIcon,
122+
SQSIcon,
124123
SshIcon,
124+
STTIcon,
125125
StagehandIcon,
126126
StripeIcon,
127127
SupabaseIcon,
128-
TTSIcon,
129128
TavilyIcon,
130129
TelegramIcon,
131130
TextractIcon,
132131
TinybirdIcon,
133132
TranslateIcon,
134133
TrelloIcon,
134+
TTSIcon,
135135
TwilioIcon,
136136
TypeformIcon,
137137
UpstashIcon,
@@ -142,11 +142,11 @@ import {
142142
WhatsAppIcon,
143143
WikipediaIcon,
144144
WordpressIcon,
145+
xIcon,
145146
YouTubeIcon,
146147
ZendeskIcon,
147148
ZepIcon,
148149
ZoomIcon,
149-
xIcon,
150150
} from '@/components/icons'
151151

152152
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
@@ -147,4 +147,4 @@
147147
"zep",
148148
"zoom"
149149
]
150-
}
150+
}

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)