@erp-galoper/types 1.0.1636 → 1.0.1637
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21132,7 +21132,7 @@ export interface paths {
|
|
|
21132
21132
|
/**
|
|
21133
21133
|
* Manually sync a single item to the online store
|
|
21134
21134
|
* @description Triggers background sync of a specific ERP item to the online store. Automatically uses the first available store. Returns 202 if request is queued.
|
|
21135
|
-
* filter items by: active=True,
|
|
21135
|
+
* filter items by: active=True, role in ['template', 'standalone']
|
|
21136
21136
|
*/
|
|
21137
21137
|
post: operations["integration_sync_views_sync_single_item_endpoint"];
|
|
21138
21138
|
delete?: never;
|