@or-sdk/library-types-v2 6.0.20 → 7.0.0-tryboundletypes-20240228130752

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @or-sdk/library-types
2
2
 
3
+ ## 7.0.0-tryboundletypes-20240228130752
4
+
5
+ ### Major Changes
6
+
7
+ - 788eb1f2: try to bundle d.ts
8
+
9
+ ## 6.0.21
10
+
11
+ ### Patch Changes
12
+
13
+ - f48fd537: fix multiword search
14
+
3
15
  ## 6.0.20
4
16
 
5
17
  ### Patch Changes
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 : 0 / 0);
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,81 +1162,81 @@ var require_index_browser2 = __commonJS({
1162
1162
  exports.Prisma = Prisma3;
1163
1163
  exports.$Enums = {};
1164
1164
  Prisma3.prismaVersion = {
1165
- client: "5.6.0",
1166
- engine: "e95e739751f42d8ca026f6b910f5a2dc5adeaeee"
1165
+ client: "5.10.2",
1166
+ engine: "5a9203d0590c951969e85a7d07215503f4672eb9"
1167
1167
  };
1168
1168
  Prisma3.PrismaClientKnownRequestError = () => {
1169
1169
  throw new Error(
1170
1170
  `PrismaClientKnownRequestError is unable to be run ${runtimeDescription}.
1171
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1171
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1172
1172
  );
1173
1173
  };
1174
1174
  Prisma3.PrismaClientUnknownRequestError = () => {
1175
1175
  throw new Error(
1176
1176
  `PrismaClientUnknownRequestError is unable to be run ${runtimeDescription}.
1177
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1177
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1178
1178
  );
1179
1179
  };
1180
1180
  Prisma3.PrismaClientRustPanicError = () => {
1181
1181
  throw new Error(
1182
1182
  `PrismaClientRustPanicError is unable to be run ${runtimeDescription}.
1183
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1183
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1184
1184
  );
1185
1185
  };
1186
1186
  Prisma3.PrismaClientInitializationError = () => {
1187
1187
  throw new Error(
1188
1188
  `PrismaClientInitializationError is unable to be run ${runtimeDescription}.
1189
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1189
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1190
1190
  );
1191
1191
  };
1192
1192
  Prisma3.PrismaClientValidationError = () => {
1193
1193
  throw new Error(
1194
1194
  `PrismaClientValidationError is unable to be run ${runtimeDescription}.
1195
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1195
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1196
1196
  );
1197
1197
  };
1198
1198
  Prisma3.NotFoundError = () => {
1199
1199
  throw new Error(
1200
1200
  `NotFoundError is unable to be run ${runtimeDescription}.
1201
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1201
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1202
1202
  );
1203
1203
  };
1204
1204
  Prisma3.Decimal = Decimal2;
1205
1205
  Prisma3.sql = () => {
1206
1206
  throw new Error(
1207
1207
  `sqltag is unable to be run ${runtimeDescription}.
1208
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1208
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1209
1209
  );
1210
1210
  };
1211
1211
  Prisma3.empty = () => {
1212
1212
  throw new Error(
1213
1213
  `empty is unable to be run ${runtimeDescription}.
1214
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1214
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1215
1215
  );
1216
1216
  };
1217
1217
  Prisma3.join = () => {
1218
1218
  throw new Error(
1219
1219
  `join is unable to be run ${runtimeDescription}.
1220
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1220
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1221
1221
  );
1222
1222
  };
1223
1223
  Prisma3.raw = () => {
1224
1224
  throw new Error(
1225
1225
  `raw is unable to be run ${runtimeDescription}.
1226
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1226
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1227
1227
  );
1228
1228
  };
1229
1229
  Prisma3.validator = Public2.validator;
1230
1230
  Prisma3.getExtensionContext = () => {
1231
1231
  throw new Error(
1232
1232
  `Extensions.getExtensionContext is unable to be run ${runtimeDescription}.
1233
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1233
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1234
1234
  );
1235
1235
  };
1236
1236
  Prisma3.defineExtension = () => {
1237
1237
  throw new Error(
1238
1238
  `Extensions.defineExtension is unable to be run ${runtimeDescription}.
1239
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1239
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1240
1240
  );
1241
1241
  };
1242
1242
  Prisma3.DbNull = objectEnumValues2.instances.DbNull;
@@ -1261,6 +1261,10 @@ In case this error is unexpected for you, please report it in https://github.com
1261
1261
  error: "error",
1262
1262
  pid: "pid"
1263
1263
  };
1264
+ exports.Prisma.RelationLoadStrategy = {
1265
+ query: "query",
1266
+ join: "join"
1267
+ };
1264
1268
  exports.Prisma.CreatedByScalarFieldEnum = {
1265
1269
  id: "id",
1266
1270
  accountId: "accountId",
@@ -1311,7 +1315,8 @@ In case this error is unexpected for you, please report it in https://github.com
1311
1315
  servingType: "servingType",
1312
1316
  label: "label",
1313
1317
  description: "description",
1314
- sourceRevisionId: "sourceRevisionId"
1318
+ sourceRevisionId: "sourceRevisionId",
1319
+ fts: "fts"
1315
1320
  };
1316
1321
  exports.Prisma.PackageReleaseDataScalarFieldEnum = {
1317
1322
  revisionId: "revisionId",
@@ -1433,7 +1438,8 @@ In case this error is unexpected for you, please report it in https://github.com
1433
1438
  servingType: "servingType",
1434
1439
  label: "label",
1435
1440
  description: "description",
1436
- sourceRevisionId: "sourceRevisionId"
1441
+ sourceRevisionId: "sourceRevisionId",
1442
+ fts: "fts"
1437
1443
  };
1438
1444
  exports.Prisma.PackageReleaseDataOrderByRelevanceFieldEnum = {
1439
1445
  revisionId: "revisionId"
@@ -1498,7 +1504,9 @@ In case this error is unexpected for you, please report it in https://github.com
1498
1504
  EXTERNAL: "EXTERNAL",
1499
1505
  VUE2_V1: "VUE2_V1",
1500
1506
  VUE3_V1: "VUE3_V1",
1501
- UNKNOWN: "UNKNOWN"
1507
+ UNKNOWN: "UNKNOWN",
1508
+ v1: "v1",
1509
+ v2: "v2"
1502
1510
  };
1503
1511
  exports.PackageStatusDetailsStatusEnum = exports.$Enums.PackageStatusDetailsStatusEnum = {
1504
1512
  TEST_ONLY: "TEST_ONLY",
@@ -1540,7 +1548,7 @@ In case this error is unexpected for you, please report it in https://github.com
1540
1548
  "workerd": "Cloudflare Workers",
1541
1549
  "deno": "Deno and Deno Deploy",
1542
1550
  "netlify": "Netlify Edge Functions",
1543
- "edge-light": "Vercel Edge Functions"
1551
+ "edge-light": "Vercel Edge Functions or Edge Middleware"
1544
1552
  }[runtime];
1545
1553
  let message = "PrismaClient is unable to run in ";
1546
1554
  if (edgeRuntimeName !== void 0) {
@@ -1549,7 +1557,7 @@ In case this error is unexpected for you, please report it in https://github.com
1549
1557
  message += "this browser environment, or has been bundled for the browser (running in `" + runtime + "`).";
1550
1558
  }
1551
1559
  message += `
1552
- If this is unexpected, please open an issue: https://github.com/prisma/prisma/issues`;
1560
+ If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`;
1553
1561
  throw new Error(message);
1554
1562
  }
1555
1563
  });
@@ -5842,6 +5850,8 @@ var require_enums = __commonJS({
5842
5850
  PackageSchemaTypeEnum5["VUE2_V1"] = "VUE2_V1";
5843
5851
  PackageSchemaTypeEnum5["VUE3_V1"] = "VUE3_V1";
5844
5852
  PackageSchemaTypeEnum5["UNKNOWN"] = "UNKNOWN";
5853
+ PackageSchemaTypeEnum5["v1"] = "v1";
5854
+ PackageSchemaTypeEnum5["v2"] = "v2";
5845
5855
  })(PackageSchemaTypeEnum4 || (exports.PackageSchemaTypeEnum = PackageSchemaTypeEnum4 = {}));
5846
5856
  var PackageStatusDetailsStatusEnum4;
5847
5857
  (function(PackageStatusDetailsStatusEnum5) {
@@ -6402,7 +6412,8 @@ var require_packagerelease = __commonJS({
6402
6412
  servingType: z2.string().nullish(),
6403
6413
  label: z2.string(),
6404
6414
  description: z2.string().nullish(),
6405
- sourceRevisionId: z2.string().nullish()
6415
+ sourceRevisionId: z2.string().nullish(),
6416
+ fts: z2.string().nullish()
6406
6417
  });
6407
6418
  var PackageReleaseDto = (
6408
6419
  /** @class */
@@ -11170,7 +11181,8 @@ var PackageReleaseModelResponse = import_library_prisma4.prismaZodGenerated._Pac
11170
11181
  createdById: true,
11171
11182
  modifiedById: true,
11172
11183
  sourceRevisionId: true,
11173
- versionInt: true
11184
+ versionInt: true,
11185
+ fts: true
11174
11186
  }).merge(
11175
11187
  z.object({
11176
11188
  data: z.any().optional(),