@erp-galoper/types 1.0.1660 → 1.0.1662
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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -61444,7 +61444,7 @@ export interface operations {
|
|
|
61444
61444
|
viewType?: "flat" | "tree";
|
|
61445
61445
|
itemQuantity?: boolean;
|
|
61446
61446
|
branchId?: number;
|
|
61447
|
-
/** @description search by item name
|
|
61447
|
+
/** @description search by item name, short name, sku code, barcode, serial number, batch number, category, brand, tag, or family */
|
|
61448
61448
|
search?: string;
|
|
61449
61449
|
/** @description List of warehouse IDs to filter quantities by. If not provided, all warehouses will be included. */
|
|
61450
61450
|
warehouses?: number[] | null;
|
|
@@ -83980,6 +83980,8 @@ export interface operations {
|
|
|
83980
83980
|
type?: "default" | "creditNote" | "paymentVoucher";
|
|
83981
83981
|
/** @description supplier id, required when type is creditNote or paymentVoucher */
|
|
83982
83982
|
supplier?: number;
|
|
83983
|
+
/** @description If true, includes invoice items in the response */
|
|
83984
|
+
includeItems?: boolean;
|
|
83983
83985
|
};
|
|
83984
83986
|
header?: never;
|
|
83985
83987
|
path?: never;
|