fix: update masonry grid sizing logic and notebook list padding
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -210,6 +210,7 @@ exports.Prisma.NoteScalarFieldEnum = {
|
||||
notebookId: 'notebookId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt',
|
||||
contentUpdatedAt: 'contentUpdatedAt',
|
||||
autoGenerated: 'autoGenerated',
|
||||
aiProvider: 'aiProvider',
|
||||
aiConfidence: 'aiConfidence',
|
||||
|
||||
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
|
||||
|
||||
File diff suppressed because one or more lines are too long
0
keep-notes/prisma/client-generated/libquery_engine-debian-openssl-1.1.x.so.node
Normal file → Executable file
0
keep-notes/prisma/client-generated/libquery_engine-debian-openssl-1.1.x.so.node
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "prisma-client-aac99853c38843b923b5ef02e79fc02f024613e74dbfa218769f719178707434",
|
||||
"name": "prisma-client-c7d0481a8b6fe66201cd99a6918bf4825dcac3497bdeb3b0ebcd8068fbb018d7",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"browser": "index-browser.js",
|
||||
|
||||
@@ -1,365 +1,365 @@
|
||||
declare class AnyNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
declare type Args<T, F extends Operation> = T extends {
|
||||
[K: symbol]: {
|
||||
types: {
|
||||
operations: {
|
||||
[K in F]: {
|
||||
args: any;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} ? T[symbol]['types']['operations'][F]['args'] : any;
|
||||
|
||||
declare class DbNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
export declare namespace Decimal {
|
||||
export type Constructor = typeof Decimal;
|
||||
export type Instance = Decimal;
|
||||
export type Rounding = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
|
||||
export type Modulo = Rounding | 9;
|
||||
export type Value = string | number | Decimal;
|
||||
|
||||
// http://mikemcl.github.io/decimal.js/#constructor-properties
|
||||
export interface Config {
|
||||
precision?: number;
|
||||
rounding?: Rounding;
|
||||
toExpNeg?: number;
|
||||
toExpPos?: number;
|
||||
minE?: number;
|
||||
maxE?: number;
|
||||
crypto?: boolean;
|
||||
modulo?: Modulo;
|
||||
defaults?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export declare class Decimal {
|
||||
readonly d: number[];
|
||||
readonly e: number;
|
||||
readonly s: number;
|
||||
|
||||
constructor(n: Decimal.Value);
|
||||
|
||||
absoluteValue(): Decimal;
|
||||
abs(): Decimal;
|
||||
|
||||
ceil(): Decimal;
|
||||
|
||||
clampedTo(min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
clamp(min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
|
||||
comparedTo(n: Decimal.Value): number;
|
||||
cmp(n: Decimal.Value): number;
|
||||
|
||||
cosine(): Decimal;
|
||||
cos(): Decimal;
|
||||
|
||||
cubeRoot(): Decimal;
|
||||
cbrt(): Decimal;
|
||||
|
||||
decimalPlaces(): number;
|
||||
dp(): number;
|
||||
|
||||
dividedBy(n: Decimal.Value): Decimal;
|
||||
div(n: Decimal.Value): Decimal;
|
||||
|
||||
dividedToIntegerBy(n: Decimal.Value): Decimal;
|
||||
divToInt(n: Decimal.Value): Decimal;
|
||||
|
||||
equals(n: Decimal.Value): boolean;
|
||||
eq(n: Decimal.Value): boolean;
|
||||
|
||||
floor(): Decimal;
|
||||
|
||||
greaterThan(n: Decimal.Value): boolean;
|
||||
gt(n: Decimal.Value): boolean;
|
||||
|
||||
greaterThanOrEqualTo(n: Decimal.Value): boolean;
|
||||
gte(n: Decimal.Value): boolean;
|
||||
|
||||
hyperbolicCosine(): Decimal;
|
||||
cosh(): Decimal;
|
||||
|
||||
hyperbolicSine(): Decimal;
|
||||
sinh(): Decimal;
|
||||
|
||||
hyperbolicTangent(): Decimal;
|
||||
tanh(): Decimal;
|
||||
|
||||
inverseCosine(): Decimal;
|
||||
acos(): Decimal;
|
||||
|
||||
inverseHyperbolicCosine(): Decimal;
|
||||
acosh(): Decimal;
|
||||
|
||||
inverseHyperbolicSine(): Decimal;
|
||||
asinh(): Decimal;
|
||||
|
||||
inverseHyperbolicTangent(): Decimal;
|
||||
atanh(): Decimal;
|
||||
|
||||
inverseSine(): Decimal;
|
||||
asin(): Decimal;
|
||||
|
||||
inverseTangent(): Decimal;
|
||||
atan(): Decimal;
|
||||
|
||||
isFinite(): boolean;
|
||||
|
||||
isInteger(): boolean;
|
||||
isInt(): boolean;
|
||||
|
||||
isNaN(): boolean;
|
||||
|
||||
isNegative(): boolean;
|
||||
isNeg(): boolean;
|
||||
|
||||
isPositive(): boolean;
|
||||
isPos(): boolean;
|
||||
|
||||
isZero(): boolean;
|
||||
|
||||
lessThan(n: Decimal.Value): boolean;
|
||||
lt(n: Decimal.Value): boolean;
|
||||
|
||||
lessThanOrEqualTo(n: Decimal.Value): boolean;
|
||||
lte(n: Decimal.Value): boolean;
|
||||
|
||||
logarithm(n?: Decimal.Value): Decimal;
|
||||
log(n?: Decimal.Value): Decimal;
|
||||
|
||||
minus(n: Decimal.Value): Decimal;
|
||||
sub(n: Decimal.Value): Decimal;
|
||||
|
||||
modulo(n: Decimal.Value): Decimal;
|
||||
mod(n: Decimal.Value): Decimal;
|
||||
|
||||
naturalExponential(): Decimal;
|
||||
exp(): Decimal;
|
||||
|
||||
naturalLogarithm(): Decimal;
|
||||
ln(): Decimal;
|
||||
|
||||
negated(): Decimal;
|
||||
neg(): Decimal;
|
||||
|
||||
plus(n: Decimal.Value): Decimal;
|
||||
add(n: Decimal.Value): Decimal;
|
||||
|
||||
precision(includeZeros?: boolean): number;
|
||||
sd(includeZeros?: boolean): number;
|
||||
|
||||
round(): Decimal;
|
||||
|
||||
sine() : Decimal;
|
||||
sin() : Decimal;
|
||||
|
||||
squareRoot(): Decimal;
|
||||
sqrt(): Decimal;
|
||||
|
||||
tangent() : Decimal;
|
||||
tan() : Decimal;
|
||||
|
||||
times(n: Decimal.Value): Decimal;
|
||||
mul(n: Decimal.Value) : Decimal;
|
||||
|
||||
toBinary(significantDigits?: number): string;
|
||||
toBinary(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toDecimalPlaces(decimalPlaces?: number): Decimal;
|
||||
toDecimalPlaces(decimalPlaces: number, rounding: Decimal.Rounding): Decimal;
|
||||
toDP(decimalPlaces?: number): Decimal;
|
||||
toDP(decimalPlaces: number, rounding: Decimal.Rounding): Decimal;
|
||||
|
||||
toExponential(decimalPlaces?: number): string;
|
||||
toExponential(decimalPlaces: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toFixed(decimalPlaces?: number): string;
|
||||
toFixed(decimalPlaces: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toFraction(max_denominator?: Decimal.Value): Decimal[];
|
||||
|
||||
toHexadecimal(significantDigits?: number): string;
|
||||
toHexadecimal(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
toHex(significantDigits?: number): string;
|
||||
toHex(significantDigits: number, rounding?: Decimal.Rounding): string;
|
||||
|
||||
toJSON(): string;
|
||||
|
||||
toNearest(n: Decimal.Value, rounding?: Decimal.Rounding): Decimal;
|
||||
|
||||
toNumber(): number;
|
||||
|
||||
toOctal(significantDigits?: number): string;
|
||||
toOctal(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toPower(n: Decimal.Value): Decimal;
|
||||
pow(n: Decimal.Value): Decimal;
|
||||
|
||||
toPrecision(significantDigits?: number): string;
|
||||
toPrecision(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toSignificantDigits(significantDigits?: number): Decimal;
|
||||
toSignificantDigits(significantDigits: number, rounding: Decimal.Rounding): Decimal;
|
||||
toSD(significantDigits?: number): Decimal;
|
||||
toSD(significantDigits: number, rounding: Decimal.Rounding): Decimal;
|
||||
|
||||
toString(): string;
|
||||
|
||||
truncated(): Decimal;
|
||||
trunc(): Decimal;
|
||||
|
||||
valueOf(): string;
|
||||
|
||||
static abs(n: Decimal.Value): Decimal;
|
||||
static acos(n: Decimal.Value): Decimal;
|
||||
static acosh(n: Decimal.Value): Decimal;
|
||||
static add(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static asin(n: Decimal.Value): Decimal;
|
||||
static asinh(n: Decimal.Value): Decimal;
|
||||
static atan(n: Decimal.Value): Decimal;
|
||||
static atanh(n: Decimal.Value): Decimal;
|
||||
static atan2(y: Decimal.Value, x: Decimal.Value): Decimal;
|
||||
static cbrt(n: Decimal.Value): Decimal;
|
||||
static ceil(n: Decimal.Value): Decimal;
|
||||
static clamp(n: Decimal.Value, min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
static clone(object?: Decimal.Config): Decimal.Constructor;
|
||||
static config(object: Decimal.Config): Decimal.Constructor;
|
||||
static cos(n: Decimal.Value): Decimal;
|
||||
static cosh(n: Decimal.Value): Decimal;
|
||||
static div(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static exp(n: Decimal.Value): Decimal;
|
||||
static floor(n: Decimal.Value): Decimal;
|
||||
static hypot(...n: Decimal.Value[]): Decimal;
|
||||
static isDecimal(object: any): object is Decimal;
|
||||
static ln(n: Decimal.Value): Decimal;
|
||||
static log(n: Decimal.Value, base?: Decimal.Value): Decimal;
|
||||
static log2(n: Decimal.Value): Decimal;
|
||||
static log10(n: Decimal.Value): Decimal;
|
||||
static max(...n: Decimal.Value[]): Decimal;
|
||||
static min(...n: Decimal.Value[]): Decimal;
|
||||
static mod(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static mul(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static noConflict(): Decimal.Constructor; // Browser only
|
||||
static pow(base: Decimal.Value, exponent: Decimal.Value): Decimal;
|
||||
static random(significantDigits?: number): Decimal;
|
||||
static round(n: Decimal.Value): Decimal;
|
||||
static set(object: Decimal.Config): Decimal.Constructor;
|
||||
static sign(n: Decimal.Value): number;
|
||||
static sin(n: Decimal.Value): Decimal;
|
||||
static sinh(n: Decimal.Value): Decimal;
|
||||
static sqrt(n: Decimal.Value): Decimal;
|
||||
static sub(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static sum(...n: Decimal.Value[]): Decimal;
|
||||
static tan(n: Decimal.Value): Decimal;
|
||||
static tanh(n: Decimal.Value): Decimal;
|
||||
static trunc(n: Decimal.Value): Decimal;
|
||||
|
||||
static readonly default?: Decimal.Constructor;
|
||||
static readonly Decimal?: Decimal.Constructor;
|
||||
|
||||
static readonly precision: number;
|
||||
static readonly rounding: Decimal.Rounding;
|
||||
static readonly toExpNeg: number;
|
||||
static readonly toExpPos: number;
|
||||
static readonly minE: number;
|
||||
static readonly maxE: number;
|
||||
static readonly crypto: boolean;
|
||||
static readonly modulo: Decimal.Modulo;
|
||||
|
||||
static readonly ROUND_UP: 0;
|
||||
static readonly ROUND_DOWN: 1;
|
||||
static readonly ROUND_CEIL: 2;
|
||||
static readonly ROUND_FLOOR: 3;
|
||||
static readonly ROUND_HALF_UP: 4;
|
||||
static readonly ROUND_HALF_DOWN: 5;
|
||||
static readonly ROUND_HALF_EVEN: 6;
|
||||
static readonly ROUND_HALF_CEIL: 7;
|
||||
static readonly ROUND_HALF_FLOOR: 8;
|
||||
static readonly EUCLID: 9;
|
||||
}
|
||||
|
||||
declare type Exact<A, W> = (A extends unknown ? (W extends A ? {
|
||||
[K in keyof A]: Exact<A[K], W[K]>;
|
||||
} : W) : never) | (A extends Narrowable ? A : never);
|
||||
|
||||
export declare function getRuntime(): GetRuntimeOutput;
|
||||
|
||||
declare type GetRuntimeOutput = {
|
||||
id: Runtime;
|
||||
prettyName: string;
|
||||
isEdge: boolean;
|
||||
};
|
||||
|
||||
declare class JsonNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates more strict variant of an enum which, unlike regular enum,
|
||||
* throws on non-existing property access. This can be useful in following situations:
|
||||
* - we have an API, that accepts both `undefined` and `SomeEnumType` as an input
|
||||
* - enum values are generated dynamically from DMMF.
|
||||
*
|
||||
* In that case, if using normal enums and no compile-time typechecking, using non-existing property
|
||||
* will result in `undefined` value being used, which will be accepted. Using strict enum
|
||||
* in this case will help to have a runtime exception, telling you that you are probably doing something wrong.
|
||||
*
|
||||
* Note: if you need to check for existence of a value in the enum you can still use either
|
||||
* `in` operator or `hasOwnProperty` function.
|
||||
*
|
||||
* @param definition
|
||||
* @returns
|
||||
*/
|
||||
export declare function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T;
|
||||
|
||||
declare type Narrowable = string | number | bigint | boolean | [];
|
||||
|
||||
declare class NullTypesEnumValue extends ObjectEnumValue {
|
||||
_getNamespace(): string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Base class for unique values of object-valued enums.
|
||||
*/
|
||||
declare abstract class ObjectEnumValue {
|
||||
constructor(arg?: symbol);
|
||||
abstract _getNamespace(): string;
|
||||
_getName(): string;
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
export declare const objectEnumValues: {
|
||||
classes: {
|
||||
DbNull: typeof DbNull;
|
||||
JsonNull: typeof JsonNull;
|
||||
AnyNull: typeof AnyNull;
|
||||
};
|
||||
instances: {
|
||||
DbNull: DbNull;
|
||||
JsonNull: JsonNull;
|
||||
AnyNull: AnyNull;
|
||||
};
|
||||
};
|
||||
|
||||
declare type Operation = 'findFirst' | 'findFirstOrThrow' | 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'upsert' | 'delete' | 'deleteMany' | 'aggregate' | 'count' | 'groupBy' | '$queryRaw' | '$executeRaw' | '$queryRawUnsafe' | '$executeRawUnsafe' | 'findRaw' | 'aggregateRaw' | '$runCommandRaw';
|
||||
|
||||
declare namespace Public {
|
||||
export {
|
||||
validator
|
||||
}
|
||||
}
|
||||
export { Public }
|
||||
|
||||
declare type Runtime = "edge-routine" | "workerd" | "deno" | "lagon" | "react-native" | "netlify" | "electron" | "node" | "bun" | "edge-light" | "fastly" | "unknown";
|
||||
|
||||
declare function validator<V>(): <S>(select: Exact<S, V>) => S;
|
||||
|
||||
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(client: C, model: M, operation: O): <S>(select: Exact<S, Args<C[M], O>>) => S;
|
||||
|
||||
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation, P extends keyof Args<C[M], O>>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S;
|
||||
|
||||
export { }
|
||||
declare class AnyNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
declare type Args<T, F extends Operation> = T extends {
|
||||
[K: symbol]: {
|
||||
types: {
|
||||
operations: {
|
||||
[K in F]: {
|
||||
args: any;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} ? T[symbol]['types']['operations'][F]['args'] : any;
|
||||
|
||||
declare class DbNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
export declare namespace Decimal {
|
||||
export type Constructor = typeof Decimal;
|
||||
export type Instance = Decimal;
|
||||
export type Rounding = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
|
||||
export type Modulo = Rounding | 9;
|
||||
export type Value = string | number | Decimal;
|
||||
|
||||
// http://mikemcl.github.io/decimal.js/#constructor-properties
|
||||
export interface Config {
|
||||
precision?: number;
|
||||
rounding?: Rounding;
|
||||
toExpNeg?: number;
|
||||
toExpPos?: number;
|
||||
minE?: number;
|
||||
maxE?: number;
|
||||
crypto?: boolean;
|
||||
modulo?: Modulo;
|
||||
defaults?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export declare class Decimal {
|
||||
readonly d: number[];
|
||||
readonly e: number;
|
||||
readonly s: number;
|
||||
|
||||
constructor(n: Decimal.Value);
|
||||
|
||||
absoluteValue(): Decimal;
|
||||
abs(): Decimal;
|
||||
|
||||
ceil(): Decimal;
|
||||
|
||||
clampedTo(min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
clamp(min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
|
||||
comparedTo(n: Decimal.Value): number;
|
||||
cmp(n: Decimal.Value): number;
|
||||
|
||||
cosine(): Decimal;
|
||||
cos(): Decimal;
|
||||
|
||||
cubeRoot(): Decimal;
|
||||
cbrt(): Decimal;
|
||||
|
||||
decimalPlaces(): number;
|
||||
dp(): number;
|
||||
|
||||
dividedBy(n: Decimal.Value): Decimal;
|
||||
div(n: Decimal.Value): Decimal;
|
||||
|
||||
dividedToIntegerBy(n: Decimal.Value): Decimal;
|
||||
divToInt(n: Decimal.Value): Decimal;
|
||||
|
||||
equals(n: Decimal.Value): boolean;
|
||||
eq(n: Decimal.Value): boolean;
|
||||
|
||||
floor(): Decimal;
|
||||
|
||||
greaterThan(n: Decimal.Value): boolean;
|
||||
gt(n: Decimal.Value): boolean;
|
||||
|
||||
greaterThanOrEqualTo(n: Decimal.Value): boolean;
|
||||
gte(n: Decimal.Value): boolean;
|
||||
|
||||
hyperbolicCosine(): Decimal;
|
||||
cosh(): Decimal;
|
||||
|
||||
hyperbolicSine(): Decimal;
|
||||
sinh(): Decimal;
|
||||
|
||||
hyperbolicTangent(): Decimal;
|
||||
tanh(): Decimal;
|
||||
|
||||
inverseCosine(): Decimal;
|
||||
acos(): Decimal;
|
||||
|
||||
inverseHyperbolicCosine(): Decimal;
|
||||
acosh(): Decimal;
|
||||
|
||||
inverseHyperbolicSine(): Decimal;
|
||||
asinh(): Decimal;
|
||||
|
||||
inverseHyperbolicTangent(): Decimal;
|
||||
atanh(): Decimal;
|
||||
|
||||
inverseSine(): Decimal;
|
||||
asin(): Decimal;
|
||||
|
||||
inverseTangent(): Decimal;
|
||||
atan(): Decimal;
|
||||
|
||||
isFinite(): boolean;
|
||||
|
||||
isInteger(): boolean;
|
||||
isInt(): boolean;
|
||||
|
||||
isNaN(): boolean;
|
||||
|
||||
isNegative(): boolean;
|
||||
isNeg(): boolean;
|
||||
|
||||
isPositive(): boolean;
|
||||
isPos(): boolean;
|
||||
|
||||
isZero(): boolean;
|
||||
|
||||
lessThan(n: Decimal.Value): boolean;
|
||||
lt(n: Decimal.Value): boolean;
|
||||
|
||||
lessThanOrEqualTo(n: Decimal.Value): boolean;
|
||||
lte(n: Decimal.Value): boolean;
|
||||
|
||||
logarithm(n?: Decimal.Value): Decimal;
|
||||
log(n?: Decimal.Value): Decimal;
|
||||
|
||||
minus(n: Decimal.Value): Decimal;
|
||||
sub(n: Decimal.Value): Decimal;
|
||||
|
||||
modulo(n: Decimal.Value): Decimal;
|
||||
mod(n: Decimal.Value): Decimal;
|
||||
|
||||
naturalExponential(): Decimal;
|
||||
exp(): Decimal;
|
||||
|
||||
naturalLogarithm(): Decimal;
|
||||
ln(): Decimal;
|
||||
|
||||
negated(): Decimal;
|
||||
neg(): Decimal;
|
||||
|
||||
plus(n: Decimal.Value): Decimal;
|
||||
add(n: Decimal.Value): Decimal;
|
||||
|
||||
precision(includeZeros?: boolean): number;
|
||||
sd(includeZeros?: boolean): number;
|
||||
|
||||
round(): Decimal;
|
||||
|
||||
sine() : Decimal;
|
||||
sin() : Decimal;
|
||||
|
||||
squareRoot(): Decimal;
|
||||
sqrt(): Decimal;
|
||||
|
||||
tangent() : Decimal;
|
||||
tan() : Decimal;
|
||||
|
||||
times(n: Decimal.Value): Decimal;
|
||||
mul(n: Decimal.Value) : Decimal;
|
||||
|
||||
toBinary(significantDigits?: number): string;
|
||||
toBinary(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toDecimalPlaces(decimalPlaces?: number): Decimal;
|
||||
toDecimalPlaces(decimalPlaces: number, rounding: Decimal.Rounding): Decimal;
|
||||
toDP(decimalPlaces?: number): Decimal;
|
||||
toDP(decimalPlaces: number, rounding: Decimal.Rounding): Decimal;
|
||||
|
||||
toExponential(decimalPlaces?: number): string;
|
||||
toExponential(decimalPlaces: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toFixed(decimalPlaces?: number): string;
|
||||
toFixed(decimalPlaces: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toFraction(max_denominator?: Decimal.Value): Decimal[];
|
||||
|
||||
toHexadecimal(significantDigits?: number): string;
|
||||
toHexadecimal(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
toHex(significantDigits?: number): string;
|
||||
toHex(significantDigits: number, rounding?: Decimal.Rounding): string;
|
||||
|
||||
toJSON(): string;
|
||||
|
||||
toNearest(n: Decimal.Value, rounding?: Decimal.Rounding): Decimal;
|
||||
|
||||
toNumber(): number;
|
||||
|
||||
toOctal(significantDigits?: number): string;
|
||||
toOctal(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toPower(n: Decimal.Value): Decimal;
|
||||
pow(n: Decimal.Value): Decimal;
|
||||
|
||||
toPrecision(significantDigits?: number): string;
|
||||
toPrecision(significantDigits: number, rounding: Decimal.Rounding): string;
|
||||
|
||||
toSignificantDigits(significantDigits?: number): Decimal;
|
||||
toSignificantDigits(significantDigits: number, rounding: Decimal.Rounding): Decimal;
|
||||
toSD(significantDigits?: number): Decimal;
|
||||
toSD(significantDigits: number, rounding: Decimal.Rounding): Decimal;
|
||||
|
||||
toString(): string;
|
||||
|
||||
truncated(): Decimal;
|
||||
trunc(): Decimal;
|
||||
|
||||
valueOf(): string;
|
||||
|
||||
static abs(n: Decimal.Value): Decimal;
|
||||
static acos(n: Decimal.Value): Decimal;
|
||||
static acosh(n: Decimal.Value): Decimal;
|
||||
static add(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static asin(n: Decimal.Value): Decimal;
|
||||
static asinh(n: Decimal.Value): Decimal;
|
||||
static atan(n: Decimal.Value): Decimal;
|
||||
static atanh(n: Decimal.Value): Decimal;
|
||||
static atan2(y: Decimal.Value, x: Decimal.Value): Decimal;
|
||||
static cbrt(n: Decimal.Value): Decimal;
|
||||
static ceil(n: Decimal.Value): Decimal;
|
||||
static clamp(n: Decimal.Value, min: Decimal.Value, max: Decimal.Value): Decimal;
|
||||
static clone(object?: Decimal.Config): Decimal.Constructor;
|
||||
static config(object: Decimal.Config): Decimal.Constructor;
|
||||
static cos(n: Decimal.Value): Decimal;
|
||||
static cosh(n: Decimal.Value): Decimal;
|
||||
static div(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static exp(n: Decimal.Value): Decimal;
|
||||
static floor(n: Decimal.Value): Decimal;
|
||||
static hypot(...n: Decimal.Value[]): Decimal;
|
||||
static isDecimal(object: any): object is Decimal;
|
||||
static ln(n: Decimal.Value): Decimal;
|
||||
static log(n: Decimal.Value, base?: Decimal.Value): Decimal;
|
||||
static log2(n: Decimal.Value): Decimal;
|
||||
static log10(n: Decimal.Value): Decimal;
|
||||
static max(...n: Decimal.Value[]): Decimal;
|
||||
static min(...n: Decimal.Value[]): Decimal;
|
||||
static mod(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static mul(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static noConflict(): Decimal.Constructor; // Browser only
|
||||
static pow(base: Decimal.Value, exponent: Decimal.Value): Decimal;
|
||||
static random(significantDigits?: number): Decimal;
|
||||
static round(n: Decimal.Value): Decimal;
|
||||
static set(object: Decimal.Config): Decimal.Constructor;
|
||||
static sign(n: Decimal.Value): number;
|
||||
static sin(n: Decimal.Value): Decimal;
|
||||
static sinh(n: Decimal.Value): Decimal;
|
||||
static sqrt(n: Decimal.Value): Decimal;
|
||||
static sub(x: Decimal.Value, y: Decimal.Value): Decimal;
|
||||
static sum(...n: Decimal.Value[]): Decimal;
|
||||
static tan(n: Decimal.Value): Decimal;
|
||||
static tanh(n: Decimal.Value): Decimal;
|
||||
static trunc(n: Decimal.Value): Decimal;
|
||||
|
||||
static readonly default?: Decimal.Constructor;
|
||||
static readonly Decimal?: Decimal.Constructor;
|
||||
|
||||
static readonly precision: number;
|
||||
static readonly rounding: Decimal.Rounding;
|
||||
static readonly toExpNeg: number;
|
||||
static readonly toExpPos: number;
|
||||
static readonly minE: number;
|
||||
static readonly maxE: number;
|
||||
static readonly crypto: boolean;
|
||||
static readonly modulo: Decimal.Modulo;
|
||||
|
||||
static readonly ROUND_UP: 0;
|
||||
static readonly ROUND_DOWN: 1;
|
||||
static readonly ROUND_CEIL: 2;
|
||||
static readonly ROUND_FLOOR: 3;
|
||||
static readonly ROUND_HALF_UP: 4;
|
||||
static readonly ROUND_HALF_DOWN: 5;
|
||||
static readonly ROUND_HALF_EVEN: 6;
|
||||
static readonly ROUND_HALF_CEIL: 7;
|
||||
static readonly ROUND_HALF_FLOOR: 8;
|
||||
static readonly EUCLID: 9;
|
||||
}
|
||||
|
||||
declare type Exact<A, W> = (A extends unknown ? (W extends A ? {
|
||||
[K in keyof A]: Exact<A[K], W[K]>;
|
||||
} : W) : never) | (A extends Narrowable ? A : never);
|
||||
|
||||
export declare function getRuntime(): GetRuntimeOutput;
|
||||
|
||||
declare type GetRuntimeOutput = {
|
||||
id: Runtime;
|
||||
prettyName: string;
|
||||
isEdge: boolean;
|
||||
};
|
||||
|
||||
declare class JsonNull extends NullTypesEnumValue {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates more strict variant of an enum which, unlike regular enum,
|
||||
* throws on non-existing property access. This can be useful in following situations:
|
||||
* - we have an API, that accepts both `undefined` and `SomeEnumType` as an input
|
||||
* - enum values are generated dynamically from DMMF.
|
||||
*
|
||||
* In that case, if using normal enums and no compile-time typechecking, using non-existing property
|
||||
* will result in `undefined` value being used, which will be accepted. Using strict enum
|
||||
* in this case will help to have a runtime exception, telling you that you are probably doing something wrong.
|
||||
*
|
||||
* Note: if you need to check for existence of a value in the enum you can still use either
|
||||
* `in` operator or `hasOwnProperty` function.
|
||||
*
|
||||
* @param definition
|
||||
* @returns
|
||||
*/
|
||||
export declare function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T;
|
||||
|
||||
declare type Narrowable = string | number | bigint | boolean | [];
|
||||
|
||||
declare class NullTypesEnumValue extends ObjectEnumValue {
|
||||
_getNamespace(): string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Base class for unique values of object-valued enums.
|
||||
*/
|
||||
declare abstract class ObjectEnumValue {
|
||||
constructor(arg?: symbol);
|
||||
abstract _getNamespace(): string;
|
||||
_getName(): string;
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
export declare const objectEnumValues: {
|
||||
classes: {
|
||||
DbNull: typeof DbNull;
|
||||
JsonNull: typeof JsonNull;
|
||||
AnyNull: typeof AnyNull;
|
||||
};
|
||||
instances: {
|
||||
DbNull: DbNull;
|
||||
JsonNull: JsonNull;
|
||||
AnyNull: AnyNull;
|
||||
};
|
||||
};
|
||||
|
||||
declare type Operation = 'findFirst' | 'findFirstOrThrow' | 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'upsert' | 'delete' | 'deleteMany' | 'aggregate' | 'count' | 'groupBy' | '$queryRaw' | '$executeRaw' | '$queryRawUnsafe' | '$executeRawUnsafe' | 'findRaw' | 'aggregateRaw' | '$runCommandRaw';
|
||||
|
||||
declare namespace Public {
|
||||
export {
|
||||
validator
|
||||
}
|
||||
}
|
||||
export { Public }
|
||||
|
||||
declare type Runtime = "edge-routine" | "workerd" | "deno" | "lagon" | "react-native" | "netlify" | "electron" | "node" | "bun" | "edge-light" | "fastly" | "unknown";
|
||||
|
||||
declare function validator<V>(): <S>(select: Exact<S, V>) => S;
|
||||
|
||||
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(client: C, model: M, operation: O): <S>(select: Exact<S, Args<C[M], O>>) => S;
|
||||
|
||||
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation, P extends keyof Args<C[M], O>>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S;
|
||||
|
||||
export { }
|
||||
|
||||
6806
keep-notes/prisma/client-generated/runtime/library.d.ts
vendored
6806
keep-notes/prisma/client-generated/runtime/library.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -129,6 +129,7 @@ model Note {
|
||||
notebookId String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
contentUpdatedAt DateTime @default(now())
|
||||
autoGenerated Boolean?
|
||||
aiProvider String?
|
||||
aiConfidence Int?
|
||||
|
||||
@@ -210,6 +210,7 @@ exports.Prisma.NoteScalarFieldEnum = {
|
||||
notebookId: 'notebookId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt',
|
||||
contentUpdatedAt: 'contentUpdatedAt',
|
||||
autoGenerated: 'autoGenerated',
|
||||
aiProvider: 'aiProvider',
|
||||
aiConfidence: 'aiConfidence',
|
||||
|
||||
Reference in New Issue
Block a user