Skip to content

Commit

Permalink
fix: update integrations list
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Dec 2, 2024
1 parent f09778c commit aeeb6b7
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions assets/integrations/integrations.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"id": 1,
"integration_type": "aws_account",
"integration_type": "aws_cloud_account",
"name": "Amazon Web Services (AWS)",
"tier": "Community",
"tags": { "usage": ["Public Cloud"] },
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"id": 5,
"integration_type": "digitalocean_account",
"integration_type": "digitalocean_team",
"name": "DigitalOcean",
"tier": "Community",
"tags": { "usage": ["Public Cloud"] },
Expand All @@ -80,7 +80,7 @@

{
"id": 7,
"integration_type": "openai_account",
"integration_type": "openai_project",
"name": "OpenAI",
"tier": "Community",
"tags": { "usage": ["AI Services"] },
Expand All @@ -105,7 +105,7 @@
"PackageTag": "local-v0.1.4"
},
{
"id": 7,
"id": 9,
"integration_type": "cohereai_account",
"name": "CohereAI",
"tier": "Community",
Expand All @@ -117,9 +117,8 @@
"schema_ids": ["cohereai"],
"PackageTag": "local-v0.2.0"
},

{
"id": 9,
"id": 10,
"integration_type": "slack_account",
"name": "Slack",
"tier": "Community",
Expand All @@ -132,7 +131,7 @@
},

{
"id": 10,
"id": 11,
"integration_type": "google_workspace",
"name": "Google Workspace",
"tier": "Community",
Expand All @@ -144,7 +143,7 @@
"schema_ids": ["google_workspace"]
},
{
"id": 11,
"id": 12,
"integration_type": "doppler_account",
"name": "Doppler",
"tier": "Free",
Expand All @@ -155,18 +154,6 @@
"SourceCode": "",
"schema_ids": []
},
{
"id": 12,
"integration_type": "fly_io_account",
"name": "Fly.io",
"tier": "Free",
"tags": { "usage": ["DevOps", "Cloud Services"] },
"Description": "Deploy and manage applications with Fly.io.",
"Icon": "fly_io.svg",
"Availability": "Planned for Dec 2024",
"SourceCode": "",
"schema_ids": []
},
{
"id": 13,
"integration_type": "jira_cloud",
Expand Down Expand Up @@ -514,5 +501,17 @@
"Availability": "Planned for Feb 2025",
"SourceCode": "",
"schema_ids": []
},
{
"id": 42,
"integration_type": "fly_io_account",
"name": "Fly.io",
"tier": "Free",
"tags": { "usage": ["DevOps", "Cloud Services"] },
"Description": "Deploy and manage applications with Fly.io.",
"Icon": "fly_io.svg",
"Availability": "Planned for Dec 2024",
"SourceCode": "",
"schema_ids": []
}
]

0 comments on commit aeeb6b7

Please sign in to comment.