@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1660",
3
+ "version": "1.0.1661",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],