@zauru-sdk/services 2.0.167 → 2.0.168

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.
@@ -74,7 +74,7 @@ export declare function getClientCategories(session: Session): Promise<AxiosUtil
74
74
  * @param headers
75
75
  * @returns
76
76
  */
77
- export declare function createPayee(headers: any, body: Partial<PayeeGraphQL>): Promise<AxiosUtilsResponse<boolean>>;
77
+ export declare function createPayee(headers: any, body: Partial<PayeeGraphQL>): Promise<AxiosUtilsResponse<PayeeGraphQL>>;
78
78
  /**
79
79
  * deletePayee
80
80
  * @param headers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.167",
3
+ "version": "2.0.168",
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": "b33742e83c55c1846b6f1a3266fbb39125b64360"
34
+ "gitHead": "bab5a6947ef7196d6aa1615e3468e6bff4fd47e9"
35
35
  }