@erp-galoper/types 1.0.425 → 1.0.427

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 +5 -5
  2. 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 65165106-73f0-45ae-b3ed-f149278a403d
26853
+ * @example f5b5f98e-9108-41fd-9ead-cdf4070ea53b
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/?type=children and filter by isActive=true
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/?type=children and filter by isActive=true
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.425",
3
+ "version": "1.0.427",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],