@or-sdk/library-types-v2 6.0.20 → 6.0.21
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/CHANGELOG.md +6 -0
- package/dist/cjs/index.js +11 -7
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +11 -7
- package/dist/esm/index.js.map +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -750,7 +750,7 @@ var require_index_browser = __commonJS({
|
|
|
750
750
|
function Ee(e, n) {
|
|
751
751
|
var i, r, t, s, o, u, l, f = 0, c = 0, a = 0, h = e.constructor, g = h.rounding, v = h.precision;
|
|
752
752
|
if (!e.d || !e.d[0] || e.e > 17)
|
|
753
|
-
return new h(e.d ? e.d[0] ? e.s < 0 ? 0 : 1 / 0 : 1 : e.s ? e.s < 0 ? 0 : e :
|
|
753
|
+
return new h(e.d ? e.d[0] ? e.s < 0 ? 0 : 1 / 0 : 1 : e.s ? e.s < 0 ? 0 : e : NaN);
|
|
754
754
|
for (n == null ? (w = false, l = v) : l = n, u = new h(0.03125); e.e > -2; )
|
|
755
755
|
e = e.times(u), a += 5;
|
|
756
756
|
for (r = Math.log(M(2, a)) / Math.LN10 * 2 + 5 | 0, l += r, i = s = o = new h(1), h.precision = l; ; ) {
|
|
@@ -1162,8 +1162,8 @@ var require_index_browser2 = __commonJS({
|
|
|
1162
1162
|
exports.Prisma = Prisma3;
|
|
1163
1163
|
exports.$Enums = {};
|
|
1164
1164
|
Prisma3.prismaVersion = {
|
|
1165
|
-
client: "5.
|
|
1166
|
-
engine: "
|
|
1165
|
+
client: "5.7.0",
|
|
1166
|
+
engine: "79fb5193cf0a8fdbef536e4b4a159cad677ab1b9"
|
|
1167
1167
|
};
|
|
1168
1168
|
Prisma3.PrismaClientKnownRequestError = () => {
|
|
1169
1169
|
throw new Error(
|
|
@@ -1311,7 +1311,8 @@ In case this error is unexpected for you, please report it in https://github.com
|
|
|
1311
1311
|
servingType: "servingType",
|
|
1312
1312
|
label: "label",
|
|
1313
1313
|
description: "description",
|
|
1314
|
-
sourceRevisionId: "sourceRevisionId"
|
|
1314
|
+
sourceRevisionId: "sourceRevisionId",
|
|
1315
|
+
fts: "fts"
|
|
1315
1316
|
};
|
|
1316
1317
|
exports.Prisma.PackageReleaseDataScalarFieldEnum = {
|
|
1317
1318
|
revisionId: "revisionId",
|
|
@@ -1433,7 +1434,8 @@ In case this error is unexpected for you, please report it in https://github.com
|
|
|
1433
1434
|
servingType: "servingType",
|
|
1434
1435
|
label: "label",
|
|
1435
1436
|
description: "description",
|
|
1436
|
-
sourceRevisionId: "sourceRevisionId"
|
|
1437
|
+
sourceRevisionId: "sourceRevisionId",
|
|
1438
|
+
fts: "fts"
|
|
1437
1439
|
};
|
|
1438
1440
|
exports.Prisma.PackageReleaseDataOrderByRelevanceFieldEnum = {
|
|
1439
1441
|
revisionId: "revisionId"
|
|
@@ -6402,7 +6404,8 @@ var require_packagerelease = __commonJS({
|
|
|
6402
6404
|
servingType: z2.string().nullish(),
|
|
6403
6405
|
label: z2.string(),
|
|
6404
6406
|
description: z2.string().nullish(),
|
|
6405
|
-
sourceRevisionId: z2.string().nullish()
|
|
6407
|
+
sourceRevisionId: z2.string().nullish(),
|
|
6408
|
+
fts: z2.string().nullish()
|
|
6406
6409
|
});
|
|
6407
6410
|
var PackageReleaseDto = (
|
|
6408
6411
|
/** @class */
|
|
@@ -11170,7 +11173,8 @@ var PackageReleaseModelResponse = import_library_prisma4.prismaZodGenerated._Pac
|
|
|
11170
11173
|
createdById: true,
|
|
11171
11174
|
modifiedById: true,
|
|
11172
11175
|
sourceRevisionId: true,
|
|
11173
|
-
versionInt: true
|
|
11176
|
+
versionInt: true,
|
|
11177
|
+
fts: true
|
|
11174
11178
|
}).merge(
|
|
11175
11179
|
z.object({
|
|
11176
11180
|
data: z.any().optional(),
|