@erp-galoper/types 1.0.882 → 1.0.884

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
@@ -13480,6 +13480,7 @@ export interface paths {
13480
13480
  * - retailPriceListExists
13481
13481
  * - rangePricingNotAllowedForRetail
13482
13482
  * - exchangeRateRequired
13483
+ * - itemIsNotAssignedToADefaultSalesUnitOfMeasure
13483
13484
  *
13484
13485
  * - 403: permissionDenied
13485
13486
  * - noModuleAccess
@@ -13569,6 +13570,7 @@ export interface paths {
13569
13570
  * - packageDoesNotExist
13570
13571
  * - retailPriceListExists
13571
13572
  * - rangePricingNotAllowedForRetail
13573
+ * - itemIsNotAssignedToADefaultSalesUnitOfMeasure
13572
13574
  *
13573
13575
  * - 403: permissionDenied
13574
13576
  * - noModuleAccess
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.882",
3
+ "version": "1.0.884",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],