@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.
- package/openapi.ts +10 -0
- 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;
|