@erp-galoper/types 1.0.1814 → 1.0.1815

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 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14729,7 +14729,7 @@ export interface paths {
14729
14729
  * Reset Sales Price List To Draft
14730
14730
  * @description Endpoint for setting the status of a sales price list to draft
14731
14731
  * Responses:
14732
- * - 200: SalesPriceListSchema
14732
+ * - 200: salesPriceListResetToDraft
14733
14733
  *
14734
14734
  * - 403: permissionDenied
14735
14735
  * - noModuleAccess
@@ -91826,7 +91826,7 @@ export interface operations {
91826
91826
  [name: string]: unknown;
91827
91827
  };
91828
91828
  content: {
91829
- "application/json": components["schemas"]["SalesPriceListSchema"];
91829
+ "application/json": components["schemas"]["MessageWithCode"];
91830
91830
  };
91831
91831
  };
91832
91832
  /** @description Bad Request */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1814",
3
+ "version": "1.0.1815",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],