@creator.co/creatorco-prisma-client 1.0.50-alpha-283f6cb → 1.0.50-alpha-73636ce
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/edge.js +6 -4
- package/index-browser.js +2 -0
- package/index.d.ts +185 -57
- package/index.js +6 -4
- package/package.json +1 -1
- package/schema.prisma +1 -0
- package/wasm.js +2 -0
package/index-browser.js
CHANGED
|
@@ -121,6 +121,7 @@ exports.Prisma.TransactionIsolationLevel = makeStrictEnum({
|
|
|
121
121
|
|
|
122
122
|
exports.Prisma.UserScalarFieldEnum = {
|
|
123
123
|
id: 'id',
|
|
124
|
+
idmId: 'idmId',
|
|
124
125
|
role: 'role',
|
|
125
126
|
email: 'email',
|
|
126
127
|
password: 'password',
|
|
@@ -1041,6 +1042,7 @@ exports.Prisma.NullsOrder = {
|
|
|
1041
1042
|
};
|
|
1042
1043
|
|
|
1043
1044
|
exports.Prisma.UserOrderByRelevanceFieldEnum = {
|
|
1045
|
+
idmId: 'idmId',
|
|
1044
1046
|
role: 'role',
|
|
1045
1047
|
email: 'email',
|
|
1046
1048
|
password: 'password',
|