@mixd-id/web-scaffold 0.1.230406283 → 0.1.230406284
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/package.json
CHANGED
|
@@ -964,6 +964,7 @@ const presetToSequelizeList = async(preset, {
|
|
|
964
964
|
]
|
|
965
965
|
},
|
|
966
966
|
replacements: [
|
|
967
|
+
...(initialReplacements ?? []),
|
|
967
968
|
...filterReplacements,
|
|
968
969
|
...searchReplacements
|
|
969
970
|
],
|
|
@@ -977,6 +978,7 @@ const presetToSequelizeList = async(preset, {
|
|
|
977
978
|
return {
|
|
978
979
|
where: {
|
|
979
980
|
[Op.and]: [
|
|
981
|
+
initialWhere ?? {},
|
|
980
982
|
where,
|
|
981
983
|
afterItemWhere,
|
|
982
984
|
filterWhere,
|