@erp-galoper/types 1.0.1167 → 1.0.1169

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 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14071,6 +14071,16 @@ export interface paths {
14071
14071
  /**
14072
14072
  * Migrate Sales Price List To Pos Price List
14073
14073
  * @description Endpoint for migrating a sales price list to a POS price list
14074
+ *
14075
+ * Responses:
14076
+ * - 200: SalesPriceListSchema
14077
+ * - 400: priceListTypeShouldBeRetail
14078
+ * - 403: permissionDenied
14079
+ * - priceListDisabled
14080
+ * - noModuleAccess
14081
+ * - noBranchAccess
14082
+ * - 500: server error
14083
+ * Permission key: `salespricelist = ['migratetopos']`
14074
14084
  */
14075
14085
  post: operations["sales_price_list_views_migrate_sales_price_list_to_pos_price_list"];
14076
14086
  delete?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1167",
3
+ "version": "1.0.1169",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],