Skip to content

Commit e590528

Browse files
Token could belong to multiple teams
1 parent 9d4343d commit e590528

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/Vercel/v1/defaultContent/activity.dash.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"static": false,
101101
"w": 4,
102102
"moved": false,
103-
"h": 2,
103+
"h": 1,
104104
"x": 0,
105105
"y": 3,
106106
"i": "fada223a-5939-4b55-bc61-3ef63deca7d2",
@@ -142,7 +142,7 @@
142142
"moved": false,
143143
"h": 3,
144144
"x": 0,
145-
"y": 5,
145+
"y": 4,
146146
"i": "34bbffe0-fdcd-479a-8c54-7757030d354a",
147147
"z": 0,
148148
"config": {

plugins/Vercel/v1/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The plugin imports two object types into the SquaredUp graph:
3333

3434
- **Vercel Project** — one object per project in the configured account/team. Carries the project name, framework, git repository link, and identifiers.
3535
- **Vercel Domain** — one object per custom domain. Carries the domain name, verification status, and expiry information.
36-
- **Vercel Team** - one object per team in the configured account. Will be one or zero, as tokens can only be scoped to one team.
36+
- **Vercel Team** - one object per team in the configured account, that the token has access to.
3737

3838
Deployments, teams, members, activity events, and cost data are provided as **data streams** (not indexed objects) — query them on dashboards and scope deployment streams to a project.
3939

0 commit comments

Comments
 (0)