@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/CHANGELOG.md +6 -0
- package/dist/cjs/index.js +25 -17
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +25 -17
- package/dist/esm/index.js.map +2 -2
- package/package.json +7 -6
- package/dist/types/CreatedBy.d.ts +0 -13
- package/dist/types/List.d.ts +0 -68
- package/dist/types/Packages/body.d.ts +0 -352
- package/dist/types/Packages/index.d.ts +0 -3
- package/dist/types/Packages/params.d.ts +0 -1234
- package/dist/types/Packages/response.d.ts +0 -1722
- package/dist/types/PropFilter.d.ts +0 -19
- package/dist/types/index.d.ts +0 -26
- package/dist/types/index.public.d.ts +0 -5
package/CHANGELOG.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -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.
|
|
1166
|
-
engine: "
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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",
|
|
@@ -1500,7 +1504,9 @@ In case this error is unexpected for you, please report it in https://github.com
|
|
|
1500
1504
|
EXTERNAL: "EXTERNAL",
|
|
1501
1505
|
VUE2_V1: "VUE2_V1",
|
|
1502
1506
|
VUE3_V1: "VUE3_V1",
|
|
1503
|
-
UNKNOWN: "UNKNOWN"
|
|
1507
|
+
UNKNOWN: "UNKNOWN",
|
|
1508
|
+
v1: "v1",
|
|
1509
|
+
v2: "v2"
|
|
1504
1510
|
};
|
|
1505
1511
|
exports.PackageStatusDetailsStatusEnum = exports.$Enums.PackageStatusDetailsStatusEnum = {
|
|
1506
1512
|
TEST_ONLY: "TEST_ONLY",
|
|
@@ -1542,7 +1548,7 @@ In case this error is unexpected for you, please report it in https://github.com
|
|
|
1542
1548
|
"workerd": "Cloudflare Workers",
|
|
1543
1549
|
"deno": "Deno and Deno Deploy",
|
|
1544
1550
|
"netlify": "Netlify Edge Functions",
|
|
1545
|
-
"edge-light": "Vercel Edge Functions"
|
|
1551
|
+
"edge-light": "Vercel Edge Functions or Edge Middleware"
|
|
1546
1552
|
}[runtime];
|
|
1547
1553
|
let message = "PrismaClient is unable to run in ";
|
|
1548
1554
|
if (edgeRuntimeName !== void 0) {
|
|
@@ -1551,7 +1557,7 @@ In case this error is unexpected for you, please report it in https://github.com
|
|
|
1551
1557
|
message += "this browser environment, or has been bundled for the browser (running in `" + runtime + "`).";
|
|
1552
1558
|
}
|
|
1553
1559
|
message += `
|
|
1554
|
-
If this is unexpected, please open an issue: https://
|
|
1560
|
+
If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`;
|
|
1555
1561
|
throw new Error(message);
|
|
1556
1562
|
}
|
|
1557
1563
|
});
|
|
@@ -5844,6 +5850,8 @@ var require_enums = __commonJS({
|
|
|
5844
5850
|
PackageSchemaTypeEnum5["VUE2_V1"] = "VUE2_V1";
|
|
5845
5851
|
PackageSchemaTypeEnum5["VUE3_V1"] = "VUE3_V1";
|
|
5846
5852
|
PackageSchemaTypeEnum5["UNKNOWN"] = "UNKNOWN";
|
|
5853
|
+
PackageSchemaTypeEnum5["v1"] = "v1";
|
|
5854
|
+
PackageSchemaTypeEnum5["v2"] = "v2";
|
|
5847
5855
|
})(PackageSchemaTypeEnum4 || (exports.PackageSchemaTypeEnum = PackageSchemaTypeEnum4 = {}));
|
|
5848
5856
|
var PackageStatusDetailsStatusEnum4;
|
|
5849
5857
|
(function(PackageStatusDetailsStatusEnum5) {
|