mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
@ -1,5 +1,7 @@
|
||||
import type { SubscriptionClaim } from '@prisma/client';
|
||||
|
||||
import { DEFAULT_MINIMUM_ENVELOPE_ITEM_COUNT } from '@documenso/ee/server-only/limits/constants';
|
||||
|
||||
export const generateDefaultSubscriptionClaim = (): Omit<
|
||||
SubscriptionClaim,
|
||||
'id' | 'organisation' | 'createdAt' | 'updatedAt' | 'originalSubscriptionClaimId'
|
||||
@ -8,6 +10,7 @@ export const generateDefaultSubscriptionClaim = (): Omit<
|
||||
name: '',
|
||||
teamCount: 1,
|
||||
memberCount: 1,
|
||||
envelopeItemCount: DEFAULT_MINIMUM_ENVELOPE_ITEM_COUNT,
|
||||
locked: false,
|
||||
flags: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user