@erp-galoper/types 1.0.463 → 1.0.464
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
|
@@ -26817,7 +26817,7 @@ export interface components {
|
|
|
26817
26817
|
/**
|
|
26818
26818
|
* Id
|
|
26819
26819
|
* Format: uuid
|
|
26820
|
-
* @example
|
|
26820
|
+
* @example 1d796737-3683-480c-ada5-c7194e5eb25f
|
|
26821
26821
|
*/
|
|
26822
26822
|
id: string;
|
|
26823
26823
|
/**
|
|
@@ -74127,7 +74127,7 @@ export interface operations {
|
|
|
74127
74127
|
page?: number;
|
|
74128
74128
|
/** @description Page size */
|
|
74129
74129
|
pageSize?: number;
|
|
74130
|
-
/** @description Search by
|
|
74130
|
+
/** @description Search by customer name, item name, barcode, SKU code, serial number, date, validity date */
|
|
74131
74131
|
search?: string | null;
|
|
74132
74132
|
/** @description Period type */
|
|
74133
74133
|
periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
|