@or-sdk/library-types-v1 6.0.14 → 6.0.15
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/dist/esm/index.js
CHANGED
|
@@ -1157,7 +1157,7 @@ var require_index_browser2 = __commonJS({
|
|
|
1157
1157
|
exports.Prisma = Prisma2;
|
|
1158
1158
|
exports.$Enums = {};
|
|
1159
1159
|
Prisma2.prismaVersion = {
|
|
1160
|
-
client: "5.10.
|
|
1160
|
+
client: "5.10.2",
|
|
1161
1161
|
engine: "5a9203d0590c951969e85a7d07215503f4672eb9"
|
|
1162
1162
|
};
|
|
1163
1163
|
Prisma2.PrismaClientKnownRequestError = () => {
|
|
@@ -11120,7 +11120,8 @@ var PackageIncludesParams = z.object({
|
|
|
11120
11120
|
includeDeprecated: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(true),
|
|
11121
11121
|
includeMember: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(true),
|
|
11122
11122
|
includeReleaseNotes: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(true),
|
|
11123
|
-
includeData: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(true)
|
|
11123
|
+
includeData: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(true),
|
|
11124
|
+
includePrerelease: z.string().transform((v) => ["true", "1", 1, true].includes(v)).or(z.boolean()).default(false)
|
|
11124
11125
|
});
|
|
11125
11126
|
var PackageSetSystemStatusParams = z.object({
|
|
11126
11127
|
type: z.nativeEnum(import_library_prisma4.PackageTypeEnum),
|