@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -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 6baa990e-5169-4c8d-98ee-156404223a88
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 reference number, customer name, item name, barcode, SKU code, serial number, date, validity date */
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.463",
3
+ "version": "1.0.464",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],