@erp-galoper/types 1.0.269 → 1.0.270

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 +10 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -11507,6 +11507,7 @@ export interface paths {
11507
11507
  * - quantityIsRequired
11508
11508
  * - unitPackageIsRequired
11509
11509
  * - purchaseInvoiceItemDoesNotHaveUnitPackage
11510
+ * - purchaseInvoiceItemDoesNotExist
11510
11511
  *
11511
11512
  * - 403: - permissionDenied
11512
11513
  * - noBranchAccess
@@ -26644,7 +26645,7 @@ export interface components {
26644
26645
  /**
26645
26646
  * Id
26646
26647
  * Format: uuid
26647
- * @example 8460353d-bf0f-4ceb-bafe-b867f5e8805f
26648
+ * @example 95370c7d-a673-454c-9c32-f24f27298ce3
26648
26649
  */
26649
26650
  id: string;
26650
26651
  /**
@@ -32628,10 +32629,12 @@ export interface components {
32628
32629
  usdTotal: number;
32629
32630
  /** Companytotal */
32630
32631
  companyTotal: number;
32631
- /** Quantityreturned */
32632
- quantityReturned?: number;
32633
32632
  /** Quantityreceived */
32634
32633
  quantityReceived?: number;
32634
+ /** Quantityreturnedorder */
32635
+ quantityReturnedOrder?: number;
32636
+ /** Quantityreturnedinvoice */
32637
+ quantityReturnedInvoice?: number;
32635
32638
  };
32636
32639
  /** PurchaseInvoiceListResponse */
32637
32640
  PurchaseInvoiceListResponse: {
@@ -41120,8 +41123,10 @@ export interface components {
41120
41123
  * @default 0
41121
41124
  */
41122
41125
  companyTotal: string;
41123
- /** Quantityreturned */
41124
- quantityReturned?: number;
41126
+ /** Quantityreturnedinvoice */
41127
+ quantityReturnedInvoice?: number;
41128
+ /** Quantityreturnedorder */
41129
+ quantityReturnedOrder?: number;
41125
41130
  /**
41126
41131
  * Quantitydelivered
41127
41132
  * @description Only show in case of delivery note source is sales invoice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.269",
3
+ "version": "1.0.270",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],