chore: move common workspace plan/feature config to @speckle/shared (#4064)

fix: gqlgen regenerated
This commit is contained in:
Kristaps Fabians Geikins
2025-02-27 11:18:30 +02:00
committed by GitHub
parent 735a14279e
commit ec092fb042
61 changed files with 2758 additions and 1510 deletions
@@ -3,11 +3,8 @@ import { cliLogger } from '@/logging/logging'
import { getWorkspaceBySlugOrIdFactory } from '@/modules/workspaces/repositories/workspaces'
import { db } from '@/db/knex'
import { upsertPaidWorkspacePlanFactory } from '@/modules/gatekeeper/repositories/billing'
import {
PaidWorkspacePlans,
PaidWorkspacePlanStatuses
} from '@/modules/gatekeeperCore/domain/billing'
import { WorkspaceNotFoundError } from '@/modules/workspaces/errors/workspace'
import { PaidWorkspacePlans, PaidWorkspacePlanStatuses } from '@speckle/shared'
const command: CommandModule<
unknown,