@erp-galoper/types 1.0.963 → 1.0.965
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
|
@@ -25778,7 +25778,7 @@ export interface components {
|
|
|
25778
25778
|
* CustomerDocumentTypeEnum
|
|
25779
25779
|
* @enum {string}
|
|
25780
25780
|
*/
|
|
25781
|
-
CustomerDocumentTypeEnum: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment" | "goodsDeliveryNote";
|
|
25781
|
+
CustomerDocumentTypeEnum: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment" | "goodsDeliveryNote" | "salesPerson";
|
|
25782
25782
|
/**
|
|
25783
25783
|
* typeCustomers
|
|
25784
25784
|
* @enum {string}
|
|
@@ -58153,7 +58153,7 @@ export interface operations {
|
|
|
58153
58153
|
/** @description Type of customer to get */
|
|
58154
58154
|
type?: "parents" | "children";
|
|
58155
58155
|
/** @description type of document for listing customers, example : receiptVoucher */
|
|
58156
|
-
documentType?: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment" | "goodsDeliveryNote";
|
|
58156
|
+
documentType?: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment" | "goodsDeliveryNote" | "salesPerson";
|
|
58157
58157
|
search?: string | null;
|
|
58158
58158
|
};
|
|
58159
58159
|
header?: never;
|