@erp-galoper/types 1.0.665 → 1.0.667

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27545,7 +27545,7 @@ export interface components {
27545
27545
  /**
27546
27546
  * Id
27547
27547
  * Format: uuid
27548
- * @example ff7bcfbf-dd09-4a5f-a8ab-5b05d287551d
27548
+ * @example 90237414-b8e6-4764-8911-22e569c46bb8
27549
27549
  */
27550
27550
  id: string;
27551
27551
  /**
@@ -44430,6 +44430,10 @@ export interface components {
44430
44430
  total: string;
44431
44431
  /** Unitprice */
44432
44432
  unitPrice: string;
44433
+ /** Quantity */
44434
+ quantity: number;
44435
+ /** Unitpackage */
44436
+ unitPackage?: number | null;
44433
44437
  /**
44434
44438
  * Discount
44435
44439
  * @description The discount percentage applied to the sales invoice.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.665",
3
+ "version": "1.0.667",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],