Skip to content

Commit 5c2d51a

Browse files
Clean up Vercel tags and descriptions
1 parent 987c70d commit 5c2d51a

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

plugins/Vercel/v1/dataStreams/activity.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activity",
33
"displayName": "Activity",
4-
"description": "Vercel account or team activity feed, one row per audit-style event. Backs activity and audit log tiles",
4+
"description": "Vercel account or team activity feed, one row per audit-style event",
55
"tags": ["Activity"],
66
"baseDataSourceName": "httpRequestUnscoped",
77
"config": {
@@ -30,7 +30,12 @@
3030
{ "name": "user.username", "displayName": "User", "visible": false },
3131
{ "name": "user.email", "displayName": "Email", "visible": false },
3232
{ "name": "userId", "displayName": "User ID", "visible": false },
33-
{ "name": "createdAt", "displayName": "Created", "shape": "date", "role": "timestamp" }
33+
{
34+
"name": "createdAt",
35+
"displayName": "Created",
36+
"shape": "date",
37+
"role": "timestamp"
38+
}
3439
],
3540
"timeframes": true
3641
}

plugins/Vercel/v1/dataStreams/currentUser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "currentUser",
33
"displayName": "Current User",
4-
"description": "Returns the authenticated Vercel user. Used to validate the connection.",
5-
"tags": [],
4+
"description": "Returns the authenticated Vercel user. Used to validate the connection",
5+
"tags": ["User"],
66
"baseDataSourceName": "httpRequestUnscoped",
77
"config": {
88
"httpMethod": "get",

plugins/Vercel/v1/dataStreams/deployments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deployments",
33
"displayName": "Deployments",
4-
"description": "Vercel deployments across the account or a selected project, one row per deployment. Backs deployment health and history tiles",
4+
"description": "Vercel deployments across the account or a selected project, one row per deployment",
55
"tags": ["Deployments"],
66
"baseDataSourceName": "httpRequestUnscoped",
77
"config": {

plugins/Vercel/v1/dataStreams/domainConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "domainConfig",
33
"displayName": "Domain Config",
4-
"description": "Configuration health for a single Vercel domain — whether DNS/nameservers are misconfigured, the service type, and who configured it",
4+
"description": "Configuration health for a single Vercel domain",
55
"tags": ["Domain"],
66
"baseDataSourceName": "httpRequestScopedSingle",
77
"config": {

plugins/Vercel/v1/dataStreams/domains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "domains",
33
"displayName": "Domains",
4-
"description": "Lists Vercel custom domains in the configured account or team. Backs the Vercel Domain import and domain inventory tiles.",
5-
"tags": [],
4+
"description": "Lists Vercel custom domains in the configured account or team",
5+
"tags": ["Domain"],
66
"baseDataSourceName": "httpRequestUnscoped",
77
"config": {
88
"httpMethod": "get",

plugins/Vercel/v1/dataStreams/firewallEvents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firewallEvents",
33
"displayName": "Firewall Events",
4-
"description": "Per-action firewall event counts over the timeframe for a single Vercel project, one row per time-bucket and action type",
4+
"description": "Per-action firewall event counts over the timeframe for a single Vercel project",
55
"tags": ["Security", "Firewall"],
66
"baseDataSourceName": "httpRequestScopedSingle",
77
"config": {

plugins/Vercel/v1/dataStreams/projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "projects",
33
"displayName": "Projects",
44
"description": "Lists Vercel projects in the configured account or team",
5-
"tags": [],
5+
"tags": ["Project"],
66
"baseDataSourceName": "httpRequestUnscoped",
77
"config": {
88
"httpMethod": "get",

plugins/Vercel/v1/ui.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
[
2-
{
3-
"type": "markdown",
4-
"name": "info",
5-
"content": "Create a Vercel **Access Token** in [Account Settings → Tokens](https://vercel.com/account/tokens) and paste it below. To monitor a Team, also provide its **Team ID**; leave it blank to monitor your personal account."
6-
},
72
{
83
"type": "password",
94
"name": "accessToken",

0 commit comments

Comments
 (0)