@zauru-sdk/services 2.0.226 → 2.0.228

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.
@@ -27,7 +27,7 @@ export async function create4pinosPoDiscountHistory(headers, session, body) {
27
27
  const { historial_porcentajes_de_rechazo_webapp_table_id } = await getVariablesByName(headers, session, [
28
28
  "historial_porcentajes_de_rechazo_webapp_table_id",
29
29
  ]);
30
- const response = await createWebAppTableRegister(headers, historial_porcentajes_de_rechazo_webapp_table_id, body, { temp_purchase_order_id: body.purchase_order_id });
30
+ const response = await createWebAppTableRegister(headers, historial_porcentajes_de_rechazo_webapp_table_id, body, { temp_purchase_order_id: `${body.purchase_order_id}` });
31
31
  return response;
32
32
  });
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.226",
3
+ "version": "2.0.228",
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.0.225",
29
29
  "@zauru-sdk/config": "^2.0.220",
30
- "@zauru-sdk/graphql": "^2.0.226",
30
+ "@zauru-sdk/graphql": "^2.0.228",
31
31
  "@zauru-sdk/types": "^2.0.225",
32
32
  "axios": "^1.6.7",
33
33
  "chalk": "5.3.0"
34
34
  },
35
- "gitHead": "f3737fadc352bab2bbd6abb3654c5c06182392b4"
35
+ "gitHead": "ea1ed427f74fb0e923476f49a1c1d27573fd9965"
36
36
  }