@danielhritcu/zenstack-orm 3.5.8 → 3.5.10
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -3109,7 +3109,8 @@ var CoreDeleteOperations = [
|
|
|
3109
3109
|
var AllCrudOperations = [
|
|
3110
3110
|
...CoreCrudOperations2,
|
|
3111
3111
|
"findUniqueOrThrow",
|
|
3112
|
-
"findFirstOrThrow"
|
|
3112
|
+
"findFirstOrThrow",
|
|
3113
|
+
"paginate"
|
|
3113
3114
|
];
|
|
3114
3115
|
var AllReadOperations = [
|
|
3115
3116
|
...CoreReadOperations,
|