@compassdigital/sdk.typescript 4.783.0 → 4.785.0
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/lib/index.d.ts +1 -15
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -18
- package/lib/index.js.map +1 -1
- package/lib/interface/menu.d.ts +0 -20
- package/lib/interface/menu.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -44
- package/src/interface/config.ts +1 -1
- package/src/interface/menu.ts +0 -30
package/lib/index.js
CHANGED
|
@@ -5064,24 +5064,6 @@ class ServiceClient extends base_1.BaseServiceClient {
|
|
|
5064
5064
|
patch_menu_v4_stock(id, body, options) {
|
|
5065
5065
|
return this.request('menu', '/menu/v4/stock/{id}', 'PATCH', `/menu/v4/stock/${id}`, body, options);
|
|
5066
5066
|
}
|
|
5067
|
-
/**
|
|
5068
|
-
* POST /menu/v4/stock/menu-business-unit
|
|
5069
|
-
*
|
|
5070
|
-
* @param body
|
|
5071
|
-
* @param options - additional request options
|
|
5072
|
-
*/
|
|
5073
|
-
post_menu_v4_stock_menu_business_unit(body, options) {
|
|
5074
|
-
return this.request('menu', '/menu/v4/stock/menu-business-unit', 'POST', `/menu/v4/stock/menu-business-unit`, body, options);
|
|
5075
|
-
}
|
|
5076
|
-
/**
|
|
5077
|
-
* DELETE /menu/v4/stock/menu-business-unit
|
|
5078
|
-
*
|
|
5079
|
-
* @param body
|
|
5080
|
-
* @param options - additional request options
|
|
5081
|
-
*/
|
|
5082
|
-
delete_menu_v4_stock_menu_business_unit(body, options) {
|
|
5083
|
-
return this.request('menu', '/menu/v4/stock/menu-business-unit', 'DELETE', `/menu/v4/stock/menu-business-unit`, body, options);
|
|
5084
|
-
}
|
|
5085
5067
|
/**
|
|
5086
5068
|
* GET /menu/v4/stock/business-unit/{business_unit_id}
|
|
5087
5069
|
*
|