fix: update masonry grid sizing logic and notebook list padding
This commit is contained in:
62
keep-notes/prisma/client-generated/index.d.ts
vendored
62
keep-notes/prisma/client-generated/index.d.ts
vendored
@@ -8231,6 +8231,7 @@ export namespace Prisma {
|
||||
notebookId: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
contentUpdatedAt: Date | null
|
||||
autoGenerated: boolean | null
|
||||
aiProvider: string | null
|
||||
aiConfidence: number | null
|
||||
@@ -8264,6 +8265,7 @@ export namespace Prisma {
|
||||
notebookId: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
contentUpdatedAt: Date | null
|
||||
autoGenerated: boolean | null
|
||||
aiProvider: string | null
|
||||
aiConfidence: number | null
|
||||
@@ -8297,6 +8299,7 @@ export namespace Prisma {
|
||||
notebookId: number
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
contentUpdatedAt: number
|
||||
autoGenerated: number
|
||||
aiProvider: number
|
||||
aiConfidence: number
|
||||
@@ -8344,6 +8347,7 @@ export namespace Prisma {
|
||||
notebookId?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
contentUpdatedAt?: true
|
||||
autoGenerated?: true
|
||||
aiProvider?: true
|
||||
aiConfidence?: true
|
||||
@@ -8377,6 +8381,7 @@ export namespace Prisma {
|
||||
notebookId?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
contentUpdatedAt?: true
|
||||
autoGenerated?: true
|
||||
aiProvider?: true
|
||||
aiConfidence?: true
|
||||
@@ -8410,6 +8415,7 @@ export namespace Prisma {
|
||||
notebookId?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
contentUpdatedAt?: true
|
||||
autoGenerated?: true
|
||||
aiProvider?: true
|
||||
aiConfidence?: true
|
||||
@@ -8530,6 +8536,7 @@ export namespace Prisma {
|
||||
notebookId: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
contentUpdatedAt: Date
|
||||
autoGenerated: boolean | null
|
||||
aiProvider: string | null
|
||||
aiConfidence: number | null
|
||||
@@ -8582,6 +8589,7 @@ export namespace Prisma {
|
||||
notebookId?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
contentUpdatedAt?: boolean
|
||||
autoGenerated?: boolean
|
||||
aiProvider?: boolean
|
||||
aiConfidence?: boolean
|
||||
@@ -8623,6 +8631,7 @@ export namespace Prisma {
|
||||
notebookId?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
contentUpdatedAt?: boolean
|
||||
autoGenerated?: boolean
|
||||
aiProvider?: boolean
|
||||
aiConfidence?: boolean
|
||||
@@ -8658,6 +8667,7 @@ export namespace Prisma {
|
||||
notebookId?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
contentUpdatedAt?: boolean
|
||||
autoGenerated?: boolean
|
||||
aiProvider?: boolean
|
||||
aiConfidence?: boolean
|
||||
@@ -8717,6 +8727,7 @@ export namespace Prisma {
|
||||
notebookId: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
contentUpdatedAt: Date
|
||||
autoGenerated: boolean | null
|
||||
aiProvider: string | null
|
||||
aiConfidence: number | null
|
||||
@@ -9147,6 +9158,7 @@ export namespace Prisma {
|
||||
readonly notebookId: FieldRef<"Note", 'String'>
|
||||
readonly createdAt: FieldRef<"Note", 'DateTime'>
|
||||
readonly updatedAt: FieldRef<"Note", 'DateTime'>
|
||||
readonly contentUpdatedAt: FieldRef<"Note", 'DateTime'>
|
||||
readonly autoGenerated: FieldRef<"Note", 'Boolean'>
|
||||
readonly aiProvider: FieldRef<"Note", 'String'>
|
||||
readonly aiConfidence: FieldRef<"Note", 'Int'>
|
||||
@@ -14667,6 +14679,7 @@ export namespace Prisma {
|
||||
notebookId: 'notebookId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt',
|
||||
contentUpdatedAt: 'contentUpdatedAt',
|
||||
autoGenerated: 'autoGenerated',
|
||||
aiProvider: 'aiProvider',
|
||||
aiConfidence: 'aiConfidence',
|
||||
@@ -15303,6 +15316,7 @@ export namespace Prisma {
|
||||
notebookId?: StringNullableFilter<"Note"> | string | null
|
||||
createdAt?: DateTimeFilter<"Note"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
contentUpdatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
autoGenerated?: BoolNullableFilter<"Note"> | boolean | null
|
||||
aiProvider?: StringNullableFilter<"Note"> | string | null
|
||||
aiConfidence?: IntNullableFilter<"Note"> | number | null
|
||||
@@ -15343,6 +15357,7 @@ export namespace Prisma {
|
||||
notebookId?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
contentUpdatedAt?: SortOrder
|
||||
autoGenerated?: SortOrderInput | SortOrder
|
||||
aiProvider?: SortOrderInput | SortOrder
|
||||
aiConfidence?: SortOrderInput | SortOrder
|
||||
@@ -15386,6 +15401,7 @@ export namespace Prisma {
|
||||
notebookId?: StringNullableFilter<"Note"> | string | null
|
||||
createdAt?: DateTimeFilter<"Note"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
contentUpdatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
autoGenerated?: BoolNullableFilter<"Note"> | boolean | null
|
||||
aiProvider?: StringNullableFilter<"Note"> | string | null
|
||||
aiConfidence?: IntNullableFilter<"Note"> | number | null
|
||||
@@ -15426,6 +15442,7 @@ export namespace Prisma {
|
||||
notebookId?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
contentUpdatedAt?: SortOrder
|
||||
autoGenerated?: SortOrderInput | SortOrder
|
||||
aiProvider?: SortOrderInput | SortOrder
|
||||
aiConfidence?: SortOrderInput | SortOrder
|
||||
@@ -15467,6 +15484,7 @@ export namespace Prisma {
|
||||
notebookId?: StringNullableWithAggregatesFilter<"Note"> | string | null
|
||||
createdAt?: DateTimeWithAggregatesFilter<"Note"> | Date | string
|
||||
updatedAt?: DateTimeWithAggregatesFilter<"Note"> | Date | string
|
||||
contentUpdatedAt?: DateTimeWithAggregatesFilter<"Note"> | Date | string
|
||||
autoGenerated?: BoolNullableWithAggregatesFilter<"Note"> | boolean | null
|
||||
aiProvider?: StringNullableWithAggregatesFilter<"Note"> | string | null
|
||||
aiConfidence?: IntNullableWithAggregatesFilter<"Note"> | number | null
|
||||
@@ -16398,6 +16416,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -16438,6 +16457,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -16474,6 +16494,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -16514,6 +16535,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -16552,6 +16574,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -16583,6 +16606,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -16616,6 +16640,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -17581,6 +17606,7 @@ export namespace Prisma {
|
||||
notebookId?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
contentUpdatedAt?: SortOrder
|
||||
autoGenerated?: SortOrder
|
||||
aiProvider?: SortOrder
|
||||
aiConfidence?: SortOrder
|
||||
@@ -17620,6 +17646,7 @@ export namespace Prisma {
|
||||
notebookId?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
contentUpdatedAt?: SortOrder
|
||||
autoGenerated?: SortOrder
|
||||
aiProvider?: SortOrder
|
||||
aiConfidence?: SortOrder
|
||||
@@ -17653,6 +17680,7 @@ export namespace Prisma {
|
||||
notebookId?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
contentUpdatedAt?: SortOrder
|
||||
autoGenerated?: SortOrder
|
||||
aiProvider?: SortOrder
|
||||
aiConfidence?: SortOrder
|
||||
@@ -19360,6 +19388,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -19398,6 +19427,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -19750,6 +19780,7 @@ export namespace Prisma {
|
||||
notebookId?: StringNullableFilter<"Note"> | string | null
|
||||
createdAt?: DateTimeFilter<"Note"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
contentUpdatedAt?: DateTimeFilter<"Note"> | Date | string
|
||||
autoGenerated?: BoolNullableFilter<"Note"> | boolean | null
|
||||
aiProvider?: StringNullableFilter<"Note"> | string | null
|
||||
aiConfidence?: IntNullableFilter<"Note"> | number | null
|
||||
@@ -20182,6 +20213,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -20220,6 +20252,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -20491,6 +20524,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -20530,6 +20564,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21197,6 +21232,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21236,6 +21272,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21405,6 +21442,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -21444,6 +21482,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -21532,6 +21571,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21571,6 +21611,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21681,6 +21722,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -21720,6 +21762,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -21808,6 +21851,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21847,6 +21891,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21887,6 +21932,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -21926,6 +21972,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -22036,6 +22083,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22075,6 +22123,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22121,6 +22170,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22160,6 +22210,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22355,6 +22406,7 @@ export namespace Prisma {
|
||||
notebookId?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -22570,6 +22622,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22608,6 +22661,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22645,6 +22699,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22813,6 +22868,7 @@ export namespace Prisma {
|
||||
order?: number
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
contentUpdatedAt?: Date | string
|
||||
autoGenerated?: boolean | null
|
||||
aiProvider?: string | null
|
||||
aiConfidence?: number | null
|
||||
@@ -22873,6 +22929,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22911,6 +22968,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22948,6 +23006,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -22979,6 +23038,7 @@ export namespace Prisma {
|
||||
order?: IntFieldUpdateOperationsInput | number
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -23018,6 +23078,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
@@ -23055,6 +23116,7 @@ export namespace Prisma {
|
||||
notebookId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
contentUpdatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
autoGenerated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
aiProvider?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
aiConfidence?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
|
||||
Reference in New Issue
Block a user