@or-sdk/library-types-v2 6.0.21 → 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/dist/esm/index.js CHANGED
@@ -1157,81 +1157,81 @@ var require_index_browser2 = __commonJS({
1157
1157
  exports.Prisma = Prisma3;
1158
1158
  exports.$Enums = {};
1159
1159
  Prisma3.prismaVersion = {
1160
- client: "5.7.0",
1161
- engine: "79fb5193cf0a8fdbef536e4b4a159cad677ab1b9"
1160
+ client: "5.10.2",
1161
+ engine: "5a9203d0590c951969e85a7d07215503f4672eb9"
1162
1162
  };
1163
1163
  Prisma3.PrismaClientKnownRequestError = () => {
1164
1164
  throw new Error(
1165
1165
  `PrismaClientKnownRequestError is unable to be run ${runtimeDescription}.
1166
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1166
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1167
1167
  );
1168
1168
  };
1169
1169
  Prisma3.PrismaClientUnknownRequestError = () => {
1170
1170
  throw new Error(
1171
1171
  `PrismaClientUnknownRequestError is unable to be run ${runtimeDescription}.
1172
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1172
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1173
1173
  );
1174
1174
  };
1175
1175
  Prisma3.PrismaClientRustPanicError = () => {
1176
1176
  throw new Error(
1177
1177
  `PrismaClientRustPanicError is unable to be run ${runtimeDescription}.
1178
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1178
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1179
1179
  );
1180
1180
  };
1181
1181
  Prisma3.PrismaClientInitializationError = () => {
1182
1182
  throw new Error(
1183
1183
  `PrismaClientInitializationError is unable to be run ${runtimeDescription}.
1184
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1184
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1185
1185
  );
1186
1186
  };
1187
1187
  Prisma3.PrismaClientValidationError = () => {
1188
1188
  throw new Error(
1189
1189
  `PrismaClientValidationError is unable to be run ${runtimeDescription}.
1190
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1190
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1191
1191
  );
1192
1192
  };
1193
1193
  Prisma3.NotFoundError = () => {
1194
1194
  throw new Error(
1195
1195
  `NotFoundError is unable to be run ${runtimeDescription}.
1196
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1196
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1197
1197
  );
1198
1198
  };
1199
1199
  Prisma3.Decimal = Decimal2;
1200
1200
  Prisma3.sql = () => {
1201
1201
  throw new Error(
1202
1202
  `sqltag is unable to be run ${runtimeDescription}.
1203
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1203
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1204
1204
  );
1205
1205
  };
1206
1206
  Prisma3.empty = () => {
1207
1207
  throw new Error(
1208
1208
  `empty is unable to be run ${runtimeDescription}.
1209
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1209
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1210
1210
  );
1211
1211
  };
1212
1212
  Prisma3.join = () => {
1213
1213
  throw new Error(
1214
1214
  `join is unable to be run ${runtimeDescription}.
1215
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1215
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1216
1216
  );
1217
1217
  };
1218
1218
  Prisma3.raw = () => {
1219
1219
  throw new Error(
1220
1220
  `raw is unable to be run ${runtimeDescription}.
1221
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1221
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1222
1222
  );
1223
1223
  };
1224
1224
  Prisma3.validator = Public2.validator;
1225
1225
  Prisma3.getExtensionContext = () => {
1226
1226
  throw new Error(
1227
1227
  `Extensions.getExtensionContext is unable to be run ${runtimeDescription}.
1228
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1228
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1229
1229
  );
1230
1230
  };
1231
1231
  Prisma3.defineExtension = () => {
1232
1232
  throw new Error(
1233
1233
  `Extensions.defineExtension is unable to be run ${runtimeDescription}.
1234
- In case this error is unexpected for you, please report it in https://github.com/prisma/prisma/issues`
1234
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`
1235
1235
  );
1236
1236
  };
1237
1237
  Prisma3.DbNull = objectEnumValues2.instances.DbNull;
@@ -1256,6 +1256,10 @@ In case this error is unexpected for you, please report it in https://github.com
1256
1256
  error: "error",
1257
1257
  pid: "pid"
1258
1258
  };
1259
+ exports.Prisma.RelationLoadStrategy = {
1260
+ query: "query",
1261
+ join: "join"
1262
+ };
1259
1263
  exports.Prisma.CreatedByScalarFieldEnum = {
1260
1264
  id: "id",
1261
1265
  accountId: "accountId",
@@ -1495,7 +1499,9 @@ In case this error is unexpected for you, please report it in https://github.com
1495
1499
  EXTERNAL: "EXTERNAL",
1496
1500
  VUE2_V1: "VUE2_V1",
1497
1501
  VUE3_V1: "VUE3_V1",
1498
- UNKNOWN: "UNKNOWN"
1502
+ UNKNOWN: "UNKNOWN",
1503
+ v1: "v1",
1504
+ v2: "v2"
1499
1505
  };
1500
1506
  exports.PackageStatusDetailsStatusEnum = exports.$Enums.PackageStatusDetailsStatusEnum = {
1501
1507
  TEST_ONLY: "TEST_ONLY",
@@ -1537,7 +1543,7 @@ In case this error is unexpected for you, please report it in https://github.com
1537
1543
  "workerd": "Cloudflare Workers",
1538
1544
  "deno": "Deno and Deno Deploy",
1539
1545
  "netlify": "Netlify Edge Functions",
1540
- "edge-light": "Vercel Edge Functions"
1546
+ "edge-light": "Vercel Edge Functions or Edge Middleware"
1541
1547
  }[runtime];
1542
1548
  let message = "PrismaClient is unable to run in ";
1543
1549
  if (edgeRuntimeName !== void 0) {
@@ -1546,7 +1552,7 @@ In case this error is unexpected for you, please report it in https://github.com
1546
1552
  message += "this browser environment, or has been bundled for the browser (running in `" + runtime + "`).";
1547
1553
  }
1548
1554
  message += `
1549
- If this is unexpected, please open an issue: https://github.com/prisma/prisma/issues`;
1555
+ If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`;
1550
1556
  throw new Error(message);
1551
1557
  }
1552
1558
  });
@@ -5839,6 +5845,8 @@ var require_enums = __commonJS({
5839
5845
  PackageSchemaTypeEnum5["VUE2_V1"] = "VUE2_V1";
5840
5846
  PackageSchemaTypeEnum5["VUE3_V1"] = "VUE3_V1";
5841
5847
  PackageSchemaTypeEnum5["UNKNOWN"] = "UNKNOWN";
5848
+ PackageSchemaTypeEnum5["v1"] = "v1";
5849
+ PackageSchemaTypeEnum5["v2"] = "v2";
5842
5850
  })(PackageSchemaTypeEnum4 || (exports.PackageSchemaTypeEnum = PackageSchemaTypeEnum4 = {}));
5843
5851
  var PackageStatusDetailsStatusEnum4;
5844
5852
  (function(PackageStatusDetailsStatusEnum5) {