@zauru-sdk/services 2.0.148 → 2.0.149
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.
|
@@ -321,7 +321,7 @@ export const getGraphQLPurchaseOrderBetweenDates = (session, dates, config = {})
|
|
|
321
321
|
excludePayeeCategoryIds: [],
|
|
322
322
|
shipment_reference: undefined,
|
|
323
323
|
withLotStocks: false,
|
|
324
|
-
excludeVoided:
|
|
324
|
+
excludeVoided: true,
|
|
325
325
|
};
|
|
326
326
|
// Combinar config con los valores por defecto
|
|
327
327
|
const finalConfig = { ...defaultConfig, ...config };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/services",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.149",
|
|
4
4
|
"description": "Servicios de consulta a Zauru",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"axios": "^1.6.7",
|
|
32
32
|
"chalk": "5.3.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "33cc34944dc71abeffc7e0691dcef50e6ce2fbaa"
|
|
35
35
|
}
|