mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 12:27:48 +00:00
6.0 KiB
6.0 KiB
WorkspaceSchema
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✔️ | The unique ID of the workspace. |
name |
string | ✔️ | The name of the workspace. |
slug |
string | ✔️ | The slug of the workspace. |
logo |
string | ➖ | The logo of the workspace. |
usage |
number | ✔️ | The usage of the workspace. |
usageLimit |
number | ✔️ | The usage limit of the workspace. |
linksUsage |
number | ✔️ | The links usage of the workspace. |
linksLimit |
number | ✔️ | The links limit of the workspace. |
domainsLimit |
number | ✔️ | The domains limit of the workspace. |
tagsLimit |
number | ✔️ | The tags limit of the workspace. |
usersLimit |
number | ✔️ | The users limit of the workspace. |
plan |
components.Plan | ✔️ | The plan of the workspace. |
stripeId |
string | ✔️ | The Stripe ID of the workspace. |
billingCycleStart |
number | ✔️ | The date and time when the billing cycle starts for the workspace. |
stripeConnectId |
string | ✔️ | [BETA]: The Stripe Connect ID of the workspace. |
createdAt |
string | ✔️ | The date and time when the workspace was created. |
users |
components.Users[] | ✔️ | The role of the authenticated user in the workspace. |
domains |
components.Domains[] | ✔️ | The domains of the workspace. |
inviteCode |
string | ✔️ | The invite code of the workspace. |
betaTester |
boolean | ➖ | Whether the workspace is enrolled in the beta testing program. |