feat: bump blocksuite (#5767)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Yifeng Wang
2024-02-01 16:28:22 +08:00
committed by GitHub
parent 61677b2ac4
commit fec2090de5
12 changed files with 127 additions and 119 deletions

View File

@@ -34,6 +34,14 @@ export interface Scalars {
Upload: { input: File; output: File };
}
export interface CreateCheckoutSessionInput {
coupon: InputMaybe<Scalars['String']['input']>;
idempotencyKey: Scalars['String']['input'];
plan: InputMaybe<SubscriptionPlan>;
recurring: InputMaybe<SubscriptionRecurring>;
successCallbackLink: InputMaybe<Scalars['String']['input']>;
}
/** The type of workspace feature */
export enum FeatureType {
Copilot = 'Copilot',