@zauru-sdk/services 2.19.0 → 2.19.1
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.
|
@@ -353,7 +353,7 @@ export const getGraphQLPurchaseOrderBetweenDates = (session, dates, config = {})
|
|
|
353
353
|
}
|
|
354
354
|
const query = getPurchaseOrdersBetweenDatesStringQuery(formatDateToUTC(dates.startDate), formatDateToUTC(dates.endDate), {
|
|
355
355
|
agencyId: finalConfig.agencyFilter
|
|
356
|
-
? agency_id ?? session.get("agency_id")
|
|
356
|
+
? (agency_id ?? session.get("agency_id"))
|
|
357
357
|
: undefined,
|
|
358
358
|
...finalConfig,
|
|
359
359
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/services",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.1",
|
|
4
4
|
"description": "Servicios de consulta a Zauru",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@upstash/redis": "^1.34.5",
|
|
28
28
|
"@zauru-sdk/common": "^2.16.1",
|
|
29
29
|
"@zauru-sdk/config": "^2.19.0",
|
|
30
|
-
"@zauru-sdk/graphql": "^2.
|
|
30
|
+
"@zauru-sdk/graphql": "^2.19.1",
|
|
31
31
|
"@zauru-sdk/types": "^2.16.0",
|
|
32
32
|
"axios": "^1.6.7",
|
|
33
33
|
"chalk": "5.3.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f046b37495e3236ca23f08e529b10bcd46037cfa"
|
|
36
36
|
}
|