このコミットが含まれているのは:
@@ -132,8 +132,10 @@ export type Material = {
|
||||
export type MaterialSyncSuppressionSourceKind =
|
||||
| 'uri'
|
||||
| 'google_drive_path'
|
||||
| 'google_drive_path_prefix'
|
||||
| 'google_drive_file'
|
||||
| 'legacy_drive_path'
|
||||
| 'legacy_drive_path_prefix'
|
||||
|
||||
export type MaterialSyncSuppression = {
|
||||
id: number
|
||||
@@ -168,6 +170,25 @@ export type MaterialExportItem = {
|
||||
exportPath: string
|
||||
enabled: boolean }
|
||||
|
||||
export type MaterialVersion = {
|
||||
id: number
|
||||
materialId: number
|
||||
versionNo: number
|
||||
eventType: 'create' | 'update' | 'discard' | 'restore'
|
||||
tagId: number | null
|
||||
tagName: string | null
|
||||
tagCategory: Category | null
|
||||
url: string | null
|
||||
fileBlobId: number | null
|
||||
fileFilename: string | null
|
||||
fileContentType: string | null
|
||||
fileByteSize: number | null
|
||||
fileSha256: string | null
|
||||
exportPathsJson: Record<string, string>
|
||||
discardedAt: string | null
|
||||
createdByUser: { id: number; name: string | null } | null
|
||||
createdAt: string }
|
||||
|
||||
export type Menu = MenuItem[]
|
||||
|
||||
export type MenuInvisibleItem = {
|
||||
|
||||
新しい課題から参照
ユーザをブロックする