prisma 6.6.0-integration-push-spwsqpvywlkl.1 → 6.6.0-integration-push-spwsqpvywlkl.3
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/build/index.js +11 -11
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +2 -2
- package/prisma-client/package.json +1 -1
- package/prisma-client/runtime/binary.js +3 -3
- package/prisma-client/runtime/binary.mjs +3 -3
- package/prisma-client/runtime/client.d.mts +3 -0
- package/prisma-client/runtime/client.d.ts +3 -0
- package/prisma-client/runtime/client.js +3 -3
- package/prisma-client/runtime/client.mjs +3 -3
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge.d.ts +3 -0
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/index-browser.d.ts +3 -0
- package/prisma-client/runtime/index-browser.js +1 -1
- package/prisma-client/runtime/library.d.mts +3 -0
- package/prisma-client/runtime/library.d.ts +3 -0
- package/prisma-client/runtime/library.js +3 -3
- package/prisma-client/runtime/library.mjs +3 -3
- package/prisma-client/runtime/react-native.d.ts +3 -0
- package/prisma-client/runtime/react-native.js +3 -3
- package/prisma-client/scripts/default-index.js +1 -1
@@ -47,6 +47,7 @@ export declare type AllModelsToStringIndex<TypeMap extends TypeMapDef, Args exte
|
|
47
47
|
} : {};
|
48
48
|
|
49
49
|
declare class AnyNull extends NullTypesEnumValue {
|
50
|
+
private readonly _brand_AnyNull;
|
50
51
|
}
|
51
52
|
|
52
53
|
export declare type ApplyOmit<T, OmitConfig> = Compute<{
|
@@ -383,6 +384,7 @@ declare type Datasources = {
|
|
383
384
|
};
|
384
385
|
|
385
386
|
declare class DbNull extends NullTypesEnumValue {
|
387
|
+
private readonly _brand_DbNull;
|
386
388
|
}
|
387
389
|
|
388
390
|
export declare const Debug: typeof debugCreate & {
|
@@ -1976,6 +1978,7 @@ declare type JsonFieldSelection = {
|
|
1976
1978
|
};
|
1977
1979
|
|
1978
1980
|
declare class JsonNull extends NullTypesEnumValue {
|
1981
|
+
private readonly _brand_JsonNull;
|
1979
1982
|
}
|
1980
1983
|
|
1981
1984
|
/**
|