@mixd-id/web-scaffold 0.1.240411073 → 0.1.240411075
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
|
@@ -1315,6 +1315,7 @@ const syntaxSearchToSequelizeOpt = async(search, opt = {}) => {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
const presetToSequelizeList = async(preset, {
|
|
1318
|
+
attributes,
|
|
1318
1319
|
conn,
|
|
1319
1320
|
model,
|
|
1320
1321
|
config,
|
|
@@ -1424,6 +1425,7 @@ const presetToSequelizeList = async(preset, {
|
|
|
1424
1425
|
const { where:afterItemWhere } = await afterItemToSequelizeWhere(order, afterItem)
|
|
1425
1426
|
|
|
1426
1427
|
return {
|
|
1428
|
+
attributes,
|
|
1427
1429
|
where: {
|
|
1428
1430
|
[Op.and]: [
|
|
1429
1431
|
initialWhere ?? {},
|