@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.
@@ -499,84 +499,84 @@ export declare type DevTypeMapFnDef = {
499
499
  export declare namespace DMMF {
500
500
  export {
501
501
  datamodelEnumToSchemaEnum,
502
- Document_2 as Document,
503
- Mappings,
504
- OtherOperationMappings,
502
+ Datamodel,
505
503
  DatamodelEnum,
506
- SchemaEnum,
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
- SortOrder,
522
- Schema,
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
- TypeRef,
526
- InputTypeRef,
530
+ ReadonlyDeep_2 as ReadonlyDeep,
531
+ Schema,
527
532
  SchemaArg,
528
- OutputType,
533
+ SchemaEnum,
529
534
  SchemaField,
530
- OutputTypeRef,
531
- Deprecation,
532
- InputType,
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
- Document_2 as Document,
545
- Mappings,
546
- OtherOperationMappings,
544
+ Datamodel,
547
545
  DatamodelEnum,
548
- SchemaEnum,
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
- SortOrder,
564
- Schema,
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
- TypeRef,
568
- InputTypeRef,
572
+ ReadonlyDeep_2 as ReadonlyDeep,
573
+ Schema,
569
574
  SchemaArg,
570
- OutputType,
575
+ SchemaEnum,
571
576
  SchemaField,
572
- OutputTypeRef,
573
- Deprecation,
574
- InputType,
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
  };