@erp-galoper/types 1.0.1606 → 1.0.1607

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 +7 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -31447,6 +31447,13 @@ export interface components {
31447
31447
  * - show the user the available quantity as in units too, transferred quantity * item package quantity
31448
31448
  */
31449
31449
  transferredQuantity: number;
31450
+ /**
31451
+ * Quantityreceived
31452
+ * @description - Total quantity received via Goods Receipt Notes linked to this internal transfer
31453
+ * - Returns 0.0 if no qualifying GRN exists for this transfer line
31454
+ * @default 0
31455
+ */
31456
+ quantityReceived: number;
31450
31457
  };
31451
31458
  /** InternalTransferSchema */
31452
31459
  InternalTransferSchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1606",
3
+ "version": "1.0.1607",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],