@erp-galoper/types 1.0.60 → 1.0.62

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 +4 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26450,7 +26450,7 @@ export interface components {
26450
26450
  /**
26451
26451
  * Id
26452
26452
  * Format: uuid
26453
- * @example 7368087a-6440-401a-979d-646665617d32
26453
+ * @example 26ecd220-00cf-4287-a610-23b97f7deac6
26454
26454
  */
26455
26455
  id: string;
26456
26456
  /**
@@ -31178,7 +31178,7 @@ export interface components {
31178
31178
  */
31179
31179
  companyTotal: number;
31180
31180
  /** Quantityreceived */
31181
- QuantityReceived: number;
31181
+ quantityReceived: number;
31182
31182
  };
31183
31183
  /** PurchaseOrderSchema */
31184
31184
  PurchaseOrderSchema: {
@@ -31944,9 +31944,9 @@ export interface components {
31944
31944
  /** Companytotal */
31945
31945
  companyTotal: number;
31946
31946
  /** Quantityreturned */
31947
- QuantityReturned: number;
31947
+ quantityReturned: number;
31948
31948
  /** Quantityreceived */
31949
- QuantityReceived?: number;
31949
+ quantityReceived?: number;
31950
31950
  };
31951
31951
  /** PurchaseInvoiceListResponse */
31952
31952
  PurchaseInvoiceListResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],