@zauru-sdk/services 2.0.46 → 2.0.50

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.
@@ -310,6 +310,7 @@ export const getGraphQLPurchaseOrderBetweenDates = (session, dates, config = {})
310
310
  withWebAppRows: true,
311
311
  payeeCategoryIds: [],
312
312
  excludePayeeCategoryIds: [],
313
+ shipment_reference: undefined,
313
314
  withLotStocks: false,
314
315
  };
315
316
  // Combinar config con los valores por defecto
@@ -341,6 +342,7 @@ export const getGraphQLPurchaseOrderBetweenDates = (session, dates, config = {})
341
342
  excludePayeeCategoryIds: finalConfig.excludePayeeCategoryIds,
342
343
  discountComparisonOperator: finalConfig.discountComparisonOperator,
343
344
  discount: finalConfig.discount,
345
+ shipment_reference: finalConfig.shipment_reference,
344
346
  });
345
347
  const graphQLBody = {
346
348
  query,
@@ -127,6 +127,7 @@ export declare const getGraphQLPurchaseOrderBetweenDates: (session: Session, dat
127
127
  agencyFilter?: boolean;
128
128
  agencyId?: number | string;
129
129
  id_number?: string;
130
+ shipment_reference?: string;
130
131
  useProductionAgencyId?: boolean;
131
132
  consolidateIdFilter?: boolean;
132
133
  lotItemIdExclusion?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.46",
3
+ "version": "2.0.50",
4
4
  "description": "Servicios de consulta a Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@remix-run/node": "^2.8.1",
27
- "@zauru-sdk/common": "^2.0.44",
27
+ "@zauru-sdk/common": "^2.0.50",
28
28
  "@zauru-sdk/config": "^2.0.0",
29
- "@zauru-sdk/graphql": "^2.0.46",
30
- "@zauru-sdk/types": "^2.0.44",
29
+ "@zauru-sdk/graphql": "^2.0.47",
30
+ "@zauru-sdk/types": "^2.0.50",
31
31
  "axios": "^1.6.7",
32
32
  "chalk": "5.3.0"
33
33
  },
34
- "gitHead": "aefd2b55a21a873eb419e284f872a40b2e6dec4d"
34
+ "gitHead": "2ceb2d8d75375ea64aa96a6460024379bd763679"
35
35
  }