@erp-galoper/types 1.0.731 → 1.0.732

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.
Files changed (2) hide show
  1. package/openapi.ts +3 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27564,7 +27564,7 @@ export interface components {
27564
27564
  /**
27565
27565
  * Id
27566
27566
  * Format: uuid
27567
- * @example 9d7795b2-3f21-41e0-aaf2-ada83327b5e1
27567
+ * @example 692a2b69-9aa3-41f3-b98a-4130f9fd48fe
27568
27568
  */
27569
27569
  id: string;
27570
27570
  /**
@@ -40462,7 +40462,7 @@ export interface components {
40462
40462
  * - supplier id
40463
40463
  * API Endpoints for Suppliers Retrieval:
40464
40464
  * - Use the API: /api/v1/suppliers/
40465
- * - Query Parameters: documentType = purchaseRefundVoucher, type = children
40465
+ * - Query Parameters: documentType = purchaseRefundVoucher, type = children, branch = {branch-id}
40466
40466
  *
40467
40467
  */
40468
40468
  supplier: number;
@@ -40772,7 +40772,7 @@ export interface components {
40772
40772
  * - supplier id
40773
40773
  * API Endpoints for Suppliers Retrieval:
40774
40774
  * - Use the API: /api/v1/suppliers/
40775
- * - Query Parameters: documentType = purchaseRefundVoucher, type = children
40775
+ * - Query Parameters: documentType = purchaseRefundVoucher, type = children, branch = {branch-id}
40776
40776
  *
40777
40777
  */
40778
40778
  supplier: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.731",
3
+ "version": "1.0.732",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],