@s-hirano-ist/s-database 1.18.6 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/prisma/migrations/20260418090234_rating_to_required/migration.sql +8 -0
- package/prisma/migrations/20260419000000_merge_google_title_into_title/migration.sql +15 -0
- package/prisma/schema.prisma +2 -3
- package/src/generated/edge.js +10 -11
- package/src/generated/index-browser.js +4 -5
- package/src/generated/index.d.ts +79 -46
- package/src/generated/index.js +10 -11
- package/src/generated/package.json +3 -3
- package/src/generated/query_compiler_fast_bg.wasm +0 -0
- package/src/generated/query_compiler_fast_bg.wasm-base64.js +1 -1
- package/src/generated/runtime/client.d.ts +51 -51
- package/src/generated/runtime/client.js +19 -19
- package/src/generated/runtime/wasm-compiler-edge.js +15 -15
- package/src/generated/schema.prisma +2 -3
|
@@ -499,84 +499,84 @@ export declare type DevTypeMapFnDef = {
|
|
|
499
499
|
export declare namespace DMMF {
|
|
500
500
|
export {
|
|
501
501
|
datamodelEnumToSchemaEnum,
|
|
502
|
-
|
|
503
|
-
Mappings,
|
|
504
|
-
OtherOperationMappings,
|
|
502
|
+
Datamodel,
|
|
505
503
|
DatamodelEnum,
|
|
506
|
-
|
|
504
|
+
Deprecation,
|
|
505
|
+
Document_2 as Document,
|
|
507
506
|
EnumValue,
|
|
508
|
-
Datamodel,
|
|
509
|
-
uniqueIndex,
|
|
510
|
-
PrimaryKey,
|
|
511
|
-
Model,
|
|
512
|
-
FieldKind,
|
|
513
|
-
FieldNamespace,
|
|
514
|
-
FieldLocation,
|
|
515
507
|
Field,
|
|
516
508
|
FieldDefault,
|
|
517
509
|
FieldDefaultScalar,
|
|
510
|
+
FieldKind,
|
|
511
|
+
FieldLocation,
|
|
512
|
+
FieldNamespace,
|
|
513
|
+
FieldRefAllowType,
|
|
514
|
+
FieldRefType,
|
|
518
515
|
Index,
|
|
519
|
-
IndexType,
|
|
520
516
|
IndexField,
|
|
521
|
-
|
|
522
|
-
|
|
517
|
+
IndexType,
|
|
518
|
+
InputType,
|
|
519
|
+
InputTypeRef,
|
|
520
|
+
Mappings,
|
|
521
|
+
Model,
|
|
522
|
+
ModelAction,
|
|
523
|
+
ModelMapping,
|
|
524
|
+
OtherOperationMappings,
|
|
525
|
+
OutputType,
|
|
526
|
+
OutputTypeRef,
|
|
527
|
+
PrimaryKey,
|
|
523
528
|
Query,
|
|
524
529
|
QueryOutput,
|
|
525
|
-
|
|
526
|
-
|
|
530
|
+
ReadonlyDeep_2 as ReadonlyDeep,
|
|
531
|
+
Schema,
|
|
527
532
|
SchemaArg,
|
|
528
|
-
|
|
533
|
+
SchemaEnum,
|
|
529
534
|
SchemaField,
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
FieldRefType,
|
|
534
|
-
FieldRefAllowType,
|
|
535
|
-
ModelMapping,
|
|
536
|
-
ModelAction,
|
|
537
|
-
ReadonlyDeep_2 as ReadonlyDeep
|
|
535
|
+
SortOrder,
|
|
536
|
+
TypeRef,
|
|
537
|
+
uniqueIndex
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
declare namespace DMMF_2 {
|
|
542
542
|
export {
|
|
543
543
|
datamodelEnumToSchemaEnum,
|
|
544
|
-
|
|
545
|
-
Mappings,
|
|
546
|
-
OtherOperationMappings,
|
|
544
|
+
Datamodel,
|
|
547
545
|
DatamodelEnum,
|
|
548
|
-
|
|
546
|
+
Deprecation,
|
|
547
|
+
Document_2 as Document,
|
|
549
548
|
EnumValue,
|
|
550
|
-
Datamodel,
|
|
551
|
-
uniqueIndex,
|
|
552
|
-
PrimaryKey,
|
|
553
|
-
Model,
|
|
554
|
-
FieldKind,
|
|
555
|
-
FieldNamespace,
|
|
556
|
-
FieldLocation,
|
|
557
549
|
Field,
|
|
558
550
|
FieldDefault,
|
|
559
551
|
FieldDefaultScalar,
|
|
552
|
+
FieldKind,
|
|
553
|
+
FieldLocation,
|
|
554
|
+
FieldNamespace,
|
|
555
|
+
FieldRefAllowType,
|
|
556
|
+
FieldRefType,
|
|
560
557
|
Index,
|
|
561
|
-
IndexType,
|
|
562
558
|
IndexField,
|
|
563
|
-
|
|
564
|
-
|
|
559
|
+
IndexType,
|
|
560
|
+
InputType,
|
|
561
|
+
InputTypeRef,
|
|
562
|
+
Mappings,
|
|
563
|
+
Model,
|
|
564
|
+
ModelAction,
|
|
565
|
+
ModelMapping,
|
|
566
|
+
OtherOperationMappings,
|
|
567
|
+
OutputType,
|
|
568
|
+
OutputTypeRef,
|
|
569
|
+
PrimaryKey,
|
|
565
570
|
Query,
|
|
566
571
|
QueryOutput,
|
|
567
|
-
|
|
568
|
-
|
|
572
|
+
ReadonlyDeep_2 as ReadonlyDeep,
|
|
573
|
+
Schema,
|
|
569
574
|
SchemaArg,
|
|
570
|
-
|
|
575
|
+
SchemaEnum,
|
|
571
576
|
SchemaField,
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
FieldRefType,
|
|
576
|
-
FieldRefAllowType,
|
|
577
|
-
ModelMapping,
|
|
578
|
-
ModelAction,
|
|
579
|
-
ReadonlyDeep_2 as ReadonlyDeep
|
|
577
|
+
SortOrder,
|
|
578
|
+
TypeRef,
|
|
579
|
+
uniqueIndex
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
582
|
|
|
@@ -2206,7 +2206,7 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
|
|
|
2206
2206
|
}
|
|
2207
2207
|
|
|
2208
2208
|
declare type QueryCompiler = {
|
|
2209
|
-
compile(request: string):
|
|
2209
|
+
compile(request: string): QueryPlanNode;
|
|
2210
2210
|
compileBatch(batchRequest: string): BatchResponse;
|
|
2211
2211
|
free(): void;
|
|
2212
2212
|
};
|