@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/dist/esm/index.js CHANGED
@@ -745,7 +745,7 @@ var require_index_browser = __commonJS({
745
745
  function Ee(e, n) {
746
746
  var i, r, t, s, o, u, l, f = 0, c = 0, a = 0, h = e.constructor, g = h.rounding, v = h.precision;
747
747
  if (!e.d || !e.d[0] || e.e > 17)
748
- return new h(e.d ? e.d[0] ? e.s < 0 ? 0 : 1 / 0 : 1 : e.s ? e.s < 0 ? 0 : e : 0 / 0);
748
+ return new h(e.d ? e.d[0] ? e.s < 0 ? 0 : 1 / 0 : 1 : e.s ? e.s < 0 ? 0 : e : NaN);
749
749
  for (n == null ? (w = false, l = v) : l = n, u = new h(0.03125); e.e > -2; )
750
750
  e = e.times(u), a += 5;
751
751
  for (r = Math.log(M(2, a)) / Math.LN10 * 2 + 5 | 0, l += r, i = s = o = new h(1), h.precision = l; ; ) {
@@ -1157,8 +1157,8 @@ var require_index_browser2 = __commonJS({
1157
1157
  exports.Prisma = Prisma3;
1158
1158
  exports.$Enums = {};
1159
1159
  Prisma3.prismaVersion = {
1160
- client: "5.6.0",
1161
- engine: "e95e739751f42d8ca026f6b910f5a2dc5adeaeee"
1160
+ client: "5.7.0",
1161
+ engine: "79fb5193cf0a8fdbef536e4b4a159cad677ab1b9"
1162
1162
  };
1163
1163
  Prisma3.PrismaClientKnownRequestError = () => {
1164
1164
  throw new Error(
@@ -1306,7 +1306,8 @@ In case this error is unexpected for you, please report it in https://github.com
1306
1306
  servingType: "servingType",
1307
1307
  label: "label",
1308
1308
  description: "description",
1309
- sourceRevisionId: "sourceRevisionId"
1309
+ sourceRevisionId: "sourceRevisionId",
1310
+ fts: "fts"
1310
1311
  };
1311
1312
  exports.Prisma.PackageReleaseDataScalarFieldEnum = {
1312
1313
  revisionId: "revisionId",
@@ -1428,7 +1429,8 @@ In case this error is unexpected for you, please report it in https://github.com
1428
1429
  servingType: "servingType",
1429
1430
  label: "label",
1430
1431
  description: "description",
1431
- sourceRevisionId: "sourceRevisionId"
1432
+ sourceRevisionId: "sourceRevisionId",
1433
+ fts: "fts"
1432
1434
  };
1433
1435
  exports.Prisma.PackageReleaseDataOrderByRelevanceFieldEnum = {
1434
1436
  revisionId: "revisionId"
@@ -6397,7 +6399,8 @@ var require_packagerelease = __commonJS({
6397
6399
  servingType: z2.string().nullish(),
6398
6400
  label: z2.string(),
6399
6401
  description: z2.string().nullish(),
6400
- sourceRevisionId: z2.string().nullish()
6402
+ sourceRevisionId: z2.string().nullish(),
6403
+ fts: z2.string().nullish()
6401
6404
  });
6402
6405
  var PackageReleaseDto = (
6403
6406
  /** @class */
@@ -11126,7 +11129,8 @@ var PackageReleaseModelResponse = import_library_prisma4.prismaZodGenerated._Pac
11126
11129
  createdById: true,
11127
11130
  modifiedById: true,
11128
11131
  sourceRevisionId: true,
11129
- versionInt: true
11132
+ versionInt: true,
11133
+ fts: true
11130
11134
  }).merge(
11131
11135
  z.object({
11132
11136
  data: z.any().optional(),