@erp-galoper/types 1.0.424 → 1.0.426
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 +5 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24765,7 +24765,7 @@ export interface components {
|
|
|
24765
24765
|
* CustomerDocumentTypeEnum
|
|
24766
24766
|
* @enum {string}
|
|
24767
24767
|
*/
|
|
24768
|
-
CustomerDocumentTypeEnum: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher";
|
|
24768
|
+
CustomerDocumentTypeEnum: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment";
|
|
24769
24769
|
/**
|
|
24770
24770
|
* typeCustomers
|
|
24771
24771
|
* @enum {string}
|
|
@@ -26850,7 +26850,7 @@ export interface components {
|
|
|
26850
26850
|
/**
|
|
26851
26851
|
* Id
|
|
26852
26852
|
* Format: uuid
|
|
26853
|
-
* @example
|
|
26853
|
+
* @example 21f69336-0fe3-4ccd-8229-2733bb7d9b35
|
|
26854
26854
|
*/
|
|
26855
26855
|
id: string;
|
|
26856
26856
|
/**
|
|
@@ -39634,7 +39634,7 @@ export interface components {
|
|
|
39634
39634
|
* Customer
|
|
39635
39635
|
* @description
|
|
39636
39636
|
* API Endpoints for Customers:
|
|
39637
|
-
* - Use the API: /api/v1/customers/?
|
|
39637
|
+
* - Use the API: /api/v1/customers/?documentType=downPayment
|
|
39638
39638
|
*/
|
|
39639
39639
|
customer: number;
|
|
39640
39640
|
/**
|
|
@@ -39911,7 +39911,7 @@ export interface components {
|
|
|
39911
39911
|
* Customer
|
|
39912
39912
|
* @description
|
|
39913
39913
|
* API Endpoints for Customers:
|
|
39914
|
-
* - Use the API: /api/v1/customers/?
|
|
39914
|
+
* - Use the API: /api/v1/customers/?documentType=downPayment
|
|
39915
39915
|
*/
|
|
39916
39916
|
customer: number;
|
|
39917
39917
|
/**
|
|
@@ -55462,7 +55462,7 @@ export interface operations {
|
|
|
55462
55462
|
/** @description Type of customer to get */
|
|
55463
55463
|
type?: "parents" | "children";
|
|
55464
55464
|
/** @description type of document for listing customers, example : receiptVoucher */
|
|
55465
|
-
documentType?: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher";
|
|
55465
|
+
documentType?: "default" | "receiptVoucher" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "salesRefundVoucher" | "downPayment";
|
|
55466
55466
|
search?: string | null;
|
|
55467
55467
|
};
|
|
55468
55468
|
header?: never;
|