chore: move common workspace plan/feature config to @speckle/shared (#4064)
fix: gqlgen regenerated
This commit is contained in:
committed by
GitHub
parent
735a14279e
commit
ec092fb042
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user