@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.
- package/openapi.ts +3 -3
- 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
|
|
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;
|