@erp-galoper/types 1.0.965 → 1.0.967
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26712,7 +26712,7 @@ export interface components {
|
|
|
26712
26712
|
* DocumentTypeEnum
|
|
26713
26713
|
* @enum {string}
|
|
26714
26714
|
*/
|
|
26715
|
-
DocumentTypeEnum: "purchaseRefundVoucher" | "creditNote" | "advancePayment" | "goodsReceiptNote";
|
|
26715
|
+
DocumentTypeEnum: "purchaseRefundVoucher" | "creditNote" | "advancePayment" | "goodsReceiptNote" | "salesPerson";
|
|
26716
26716
|
/**
|
|
26717
26717
|
* typeSuppliers
|
|
26718
26718
|
* @enum {string}
|
|
@@ -58817,7 +58817,7 @@ export interface operations {
|
|
|
58817
58817
|
/** @description Type of supplier to get */
|
|
58818
58818
|
type?: "parents" | "children";
|
|
58819
58819
|
/** @description type of document for listing suppliers, example : purchaseRefundVoucher */
|
|
58820
|
-
documentType?: "purchaseRefundVoucher" | "creditNote" | "advancePayment" | "goodsReceiptNote";
|
|
58820
|
+
documentType?: "purchaseRefundVoucher" | "creditNote" | "advancePayment" | "goodsReceiptNote" | "salesPerson";
|
|
58821
58821
|
search?: string | null;
|
|
58822
58822
|
/** @description Branch ID */
|
|
58823
58823
|
branch?: number;
|