Skip to content

Commit

Permalink
chore(component): add icons for google-drive, perplexity-ai and leadiq (
Browse files Browse the repository at this point in the history
#1627)

Because

- we have new components: google-drive, perplexity-ai and leadiq

This commit

- adds icons.
- updates component list.
  • Loading branch information
donch1989 authored Nov 28, 2024
1 parent 7455ce4 commit 4bed7fc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions apps/console/public/icons/google-sheets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/console/public/icons/leadiq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/console/public/icons/perplexity-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion packages/toolkit/src/constant/integration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export const AvailableOAuthIntegration = ["github", "slack", "google-drive"];
export const AvailableOAuthIntegration = [
"github",
"slack",
"google-drive",
"google-sheets",
];
export const OAuthCallbackConnectionIdQueryParam = "connectionId";
export const OAuthCallbackIntegrationIdQueryParam = "integrationId";
export const OAuthCallbackStatusQueryParam = "status";
3 changes: 3 additions & 0 deletions packages/toolkit/src/view/recipe-editor/lib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const connectorDefinitionIds = [
"universal-ai",
"instill-app",
"google-drive",
"google-sheets",
"perplexity-ai",
"leadiq",
];

export const InstillYamlSchema = {
Expand Down

0 comments on commit 4bed7fc

Please sign in to comment.