@erp-galoper/types 1.0.1172 → 1.0.1174
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 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19998,6 +19998,7 @@ export interface paths {
|
|
|
19998
19998
|
/**
|
|
19999
19999
|
* Manually sync a single item to the online store
|
|
20000
20000
|
* @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.
|
|
20001
|
+
* filter items by: active=True, available_in_online_store=True, role in ['template', 'standalone']
|
|
20001
20002
|
*/
|
|
20002
20003
|
post: operations["integration_sync_views_sync_single_item_endpoint"];
|
|
20003
20004
|
delete?: never;
|