@erp-galoper/types 1.0.1660 → 1.0.1661
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 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -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;
|