@meshmakers/octo-services 3.4.370 → 3.4.400

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.
@@ -5715,12 +5715,12 @@ class CommunicationService {
5715
5715
  }
5716
5716
  /**
5717
5717
  * Enables or disables debug capture for a pipeline via the dedicated debug
5718
- * endpoint (`PATCH /pipeline/{id}/debug`). Unlike a pipeline (re)deploy
5719
- * which force-enables debugging on every deploy this persists the flag
5720
- * EXACTLY as requested and re-pushes the running adapter without
5721
- * force-enabling, so both enable and disable take effect immediately.
5722
- * `appliedToRunningAdapter` is false when the owning adapter is offline (the
5723
- * flag is still persisted and applies on the next deploy).
5718
+ * endpoint (`PATCH /pipeline/{id}/debug`). This is the ONLY way debug capture
5719
+ * is toggled (AB#4364): deploying a pipeline pushes the persisted flag as-is
5720
+ * and never changes it. The endpoint persists the flag exactly as requested
5721
+ * and re-pushes the running adapter, so both enable and disable take effect
5722
+ * immediately. `appliedToRunningAdapter` is false when the owning adapter is
5723
+ * offline (the flag is still persisted and applies on the next deploy).
5724
5724
  */
5725
5725
  async setPipelineDebugging(tenantId, pipelineRtId, enabled) {
5726
5726
  if (!this.communicationServicesUrl) {