@connect-plus-online/ogabai-integrations 0.0.84 → 0.0.85
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.js +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -458,7 +458,8 @@ var stockQuery = [
|
|
|
458
458
|
"sellPerPackage",
|
|
459
459
|
"deduction",
|
|
460
460
|
"storeId",
|
|
461
|
-
"createdAt"
|
|
461
|
+
"createdAt",
|
|
462
|
+
"expirationDate"
|
|
462
463
|
];
|
|
463
464
|
var storeQuery = [
|
|
464
465
|
"_id",
|
|
@@ -500,7 +501,8 @@ var productQuery = [
|
|
|
500
501
|
"productPackages",
|
|
501
502
|
"storeId",
|
|
502
503
|
"tag",
|
|
503
|
-
"totalStockInSmallestPackage"
|
|
504
|
+
"totalStockInSmallestPackage",
|
|
505
|
+
"preExpirationNoticeInWeeks"
|
|
504
506
|
];
|
|
505
507
|
var productNameQuery = [
|
|
506
508
|
"_id",
|