Skip to content

Commit

Permalink
fix: remove deprecated types (CT-000) (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Han <tylerhan97@gmail.com>
  • Loading branch information
DecathectZero and DecathectZero committed Feb 14, 2023
1 parent c2ca9dd commit 4d2d2b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/base-types/src/models/project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export interface Sticker {
}

export interface AIAssistSettings {
freestyle?: boolean /** @deprecated in favor of generate no match */;
generateStep?: boolean;
generateNoMatch?: boolean;
generativeTasks?: boolean;
Expand All @@ -53,8 +52,6 @@ export interface Model<PlatformData extends AnyRecord, MemberPlatformData extend
customThemes: Themes;
updatedAt?: string;
updatedBy?: number;
canvasUpdatedAt?: string /** @deprecated in favor of updatedAt */;
canvasUpdatedByCreatorID?: number /** @deprecated in favor of updatedBy */;
aiAssistSettings?: AIAssistSettings;

members: Member<MemberPlatformData>[];
Expand Down
1 change: 0 additions & 1 deletion packages/base-types/src/models/version/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ export interface Domain {
updatedAt?: string;
rootDiagramID: string;
updatedBy?: number;
updatedByCreatorID?: number /** @deprecated in favor of updatedBy */;
}

0 comments on commit 4d2d2b8

Please sign in to comment.