washday-sdk 0.0.187 → 0.0.188

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "washday-sdk",
3
- "version": "0.0.187",
3
+ "version": "0.0.188",
4
4
  "description": "Washday utilities functions and API",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -4,7 +4,7 @@ const GET_SET_CFDI = 'api/cfdi';
4
4
  const GET_SET_ORDERS_CFDI = (orderID: string) => `api/order/${orderID}/cfdi`;
5
5
 
6
6
  export const createCFDI = async function (this: WashdayClientInstance, data: {
7
- ordersID: string,
7
+ ordersID: string[],
8
8
  CFDIInfo: {
9
9
  use: string
10
10
  payment_method: string