{
  "name": "scope-restrict-transaction-type",
  "description": "Restrict a condition's transaction-type set. The desired full set is stated, not a delta.",
  "input": {
    "row": {
      "index": 8,
      "accountId": "53046",
      "contractId": "505298",
      "requestText": "Transaction Type Update",
      "notes": "On the Products term, restrict the Sync condition to AEV only"
    }
  },
  "expected": {
    "action": "update_condition_scope",
    "supported": true,
    "targeting": { "termName": "Products", "conditionName": "Sync" },
    "values": { "transactionTypes": ["AEV"] }
  },
  "expectedResolution": {
    "termId": "2",
    "conditionId": "9",
    "current": { "transactionTypes": ["AEV", "MSV"] }
  },
  "expectedStatus": "ready"
}
