@a_team/prisma 3.20.3-macos-docker-linux → 3.21.0-linux
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/client/edge.js +22 -4
- package/dist/client/index-browser.js +18 -0
- package/dist/client/index.d.ts +3067 -133
- package/dist/client/index.js +24 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +33 -7
- package/dist/client/wasm.js +18 -0
- package/package.json +4 -2
|
@@ -325,6 +325,22 @@ exports.Prisma.LinkedInRecommendationScalarFieldEnum = {
|
|
|
325
325
|
relationship: 'relationship'
|
|
326
326
|
};
|
|
327
327
|
|
|
328
|
+
exports.Prisma.MapperIndustryTitleToTalentIndustryScalarFieldEnum = {
|
|
329
|
+
id: 'id',
|
|
330
|
+
industryTitle: 'industryTitle',
|
|
331
|
+
talentIndustryId: 'talentIndustryId',
|
|
332
|
+
createdAt: 'createdAt',
|
|
333
|
+
updatedAt: 'updatedAt'
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
exports.Prisma.MapperRoleTitleToRoleCategoryScalarFieldEnum = {
|
|
337
|
+
id: 'id',
|
|
338
|
+
roleTitle: 'roleTitle',
|
|
339
|
+
roleCategoryId: 'roleCategoryId',
|
|
340
|
+
createdAt: 'createdAt',
|
|
341
|
+
updatedAt: 'updatedAt'
|
|
342
|
+
};
|
|
343
|
+
|
|
328
344
|
exports.Prisma.MissionScalarFieldEnum = {
|
|
329
345
|
mid: 'mid',
|
|
330
346
|
accountId: 'accountId',
|
|
@@ -969,6 +985,8 @@ exports.Prisma.ModelName = {
|
|
|
969
985
|
Experience: 'Experience',
|
|
970
986
|
Invoice: 'Invoice',
|
|
971
987
|
LinkedInRecommendation: 'LinkedInRecommendation',
|
|
988
|
+
MapperIndustryTitleToTalentIndustry: 'MapperIndustryTitleToTalentIndustry',
|
|
989
|
+
MapperRoleTitleToRoleCategory: 'MapperRoleTitleToRoleCategory',
|
|
972
990
|
Mission: 'Mission',
|
|
973
991
|
MissionApplication: 'MissionApplication',
|
|
974
992
|
MissionPrefill: 'MissionPrefill',
|