(organizationId: string | null)
| 160 | } |
| 161 | |
| 162 | function blockInvite(organizationId: string | null): WorkspaceInvitePolicy { |
| 163 | return { |
| 164 | allowed: false, |
| 165 | reason: UPGRADE_TO_INVITE_REASON, |
| 166 | requiresSeat: false, |
| 167 | organizationId, |
| 168 | upgradeRequired: true, |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | async function resolveBilledPlanCategory( |
| 173 | workspaceState: WorkspaceOwnershipState |
no outgoing calls
no test coverage detected