prisma 6.11.0-dev.39 → 6.11.0-dev.4
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/README.md +0 -2
- package/build/index.js +531 -538
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +12 -13
- package/prisma-client/package.json +4 -5
- package/prisma-client/runtime/binary.js +47 -47
- package/prisma-client/runtime/binary.mjs +47 -47
- package/prisma-client/runtime/client.d.mts +1 -7
- package/prisma-client/runtime/client.d.ts +1 -7
- package/prisma-client/runtime/client.js +22 -22
- package/prisma-client/runtime/client.mjs +22 -22
- package/prisma-client/runtime/edge-esm.js +15 -15
- package/prisma-client/runtime/edge.d.ts +1 -7
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.mts +1 -7
- package/prisma-client/runtime/library.d.ts +1 -7
- package/prisma-client/runtime/library.js +38 -38
- package/prisma-client/runtime/library.mjs +36 -36
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.mysql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.sqlserver.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlserver.mjs +1 -1
- package/prisma-client/runtime/react-native.d.ts +1 -7
- package/prisma-client/runtime/react-native.js +21 -21
- package/prisma-client/scripts/default-index.js +3 -3
- package/prisma-client/runtime/query_compiler_bg.cockroachdb.js +0 -2
- package/prisma-client/runtime/query_compiler_bg.cockroachdb.mjs +0 -2
- package/prisma-client/runtime/query_engine_bg.cockroachdb.js +0 -2
- package/prisma-client/runtime/query_engine_bg.cockroachdb.mjs +0 -2
@@ -2411,7 +2411,7 @@ export declare const objectEnumValues: {
|
|
2411
2411
|
};
|
2412
2412
|
};
|
2413
2413
|
|
2414
|
-
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-
|
2414
|
+
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql"];
|
2415
2415
|
|
2416
2416
|
export declare type Omission = Record<string, boolean | Skip>;
|
2417
2417
|
|
@@ -2729,7 +2729,6 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
|
|
2729
2729
|
declare type QueryCompiler = {
|
2730
2730
|
compile(request: string): {};
|
2731
2731
|
compileBatch(batchRequest: string): BatchResponse;
|
2732
|
-
free(): void;
|
2733
2732
|
};
|
2734
2733
|
|
2735
2734
|
declare interface QueryCompilerConstructor {
|
@@ -2769,11 +2768,6 @@ declare interface QueryEngineConstructor {
|
|
2769
2768
|
declare type QueryEngineInstance = {
|
2770
2769
|
connect(headers: string, requestId: string): Promise<void>;
|
2771
2770
|
disconnect(headers: string, requestId: string): Promise<void>;
|
2772
|
-
/**
|
2773
|
-
* Frees any resources allocated by the engine's WASM instance. This method is automatically created by WASM bindgen.
|
2774
|
-
* Noop for other engines.
|
2775
|
-
*/
|
2776
|
-
free?(): void;
|
2777
2771
|
/**
|
2778
2772
|
* @param requestStr JSON.stringified `QueryEngineRequest | QueryEngineBatchRequest`
|
2779
2773
|
* @param headersStr JSON.stringified `QueryEngineRequestHeaders`
|
@@ -2411,7 +2411,7 @@ export declare const objectEnumValues: {
|
|
2411
2411
|
};
|
2412
2412
|
};
|
2413
2413
|
|
2414
|
-
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-
|
2414
|
+
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql"];
|
2415
2415
|
|
2416
2416
|
export declare type Omission = Record<string, boolean | Skip>;
|
2417
2417
|
|
@@ -2729,7 +2729,6 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
|
|
2729
2729
|
declare type QueryCompiler = {
|
2730
2730
|
compile(request: string): {};
|
2731
2731
|
compileBatch(batchRequest: string): BatchResponse;
|
2732
|
-
free(): void;
|
2733
2732
|
};
|
2734
2733
|
|
2735
2734
|
declare interface QueryCompilerConstructor {
|
@@ -2769,11 +2768,6 @@ declare interface QueryEngineConstructor {
|
|
2769
2768
|
declare type QueryEngineInstance = {
|
2770
2769
|
connect(headers: string, requestId: string): Promise<void>;
|
2771
2770
|
disconnect(headers: string, requestId: string): Promise<void>;
|
2772
|
-
/**
|
2773
|
-
* Frees any resources allocated by the engine's WASM instance. This method is automatically created by WASM bindgen.
|
2774
|
-
* Noop for other engines.
|
2775
|
-
*/
|
2776
|
-
free?(): void;
|
2777
2771
|
/**
|
2778
2772
|
* @param requestStr JSON.stringified `QueryEngineRequest | QueryEngineBatchRequest`
|
2779
2773
|
* @param headersStr JSON.stringified `QueryEngineRequestHeaders`
|