AgentVersionStatus type

حالة التوفير لإصدار وكيل.

type AgentVersionStatus =
  | "creating"
  | "active"
  | "failed"
  | "deleting"
  | "deleted"