@burdenoff/microfe-vibecontrols 2026.601.4 → 2026.601.5

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.
@@ -1258,8 +1258,12 @@ function ct(e) {
1258
1258
  return t.useMutation(st, r);
1259
1259
  }
1260
1260
  var lt = e`
1261
- mutation DeleteAgent($id: ID!, $uninstallFromTarget: Boolean) {
1262
- deleteVibecontrolsAgent(id: $id, uninstallFromTarget: $uninstallFromTarget)
1261
+ mutation DeleteAgent($id: ID!, $uninstallFromTarget: Boolean, $deleteTarget: Boolean) {
1262
+ deleteVibecontrolsAgent(
1263
+ id: $id
1264
+ uninstallFromTarget: $uninstallFromTarget
1265
+ deleteTarget: $deleteTarget
1266
+ )
1263
1267
  }
1264
1268
  `;
1265
1269
  function ut(e) {