{"openapi":"3.1.0","info":{"title":"BePanel API","version":"0.1.0","description":"Control-plane multi-tenant (owner/reseller/cliente). Portable Node/CF/AWS."},"tags":[{"name":"sistema"},{"name":"auth"},{"name":"cuentas"},{"name":"infra"},{"name":"comercio"},{"name":"servicios"},{"name":"chat"}],"components":{"schemas":{},"parameters":{}},"paths":{"/health":{"get":{"tags":["sistema"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"service":{"type":"string"},"target":{"type":"string","enum":["node","cloudflare","aws","test"]},"version":{"type":"string"},"time":{"type":"string"}},"required":["status","service","target","version","time"]}}}}}}},"/brand":{"get":{"tags":["sistema"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string"},"nombre":{"type":"string"},"color":{"type":"string"},"logoEmoji":{"type":"string"}},"required":["tenantId","nombre","color","logoEmoji"]}}}}}}},"/auth/login":{"post":{"tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email"},"password":{"type":"string","minLength":1}},"required":["email","password"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"session":{"type":"object","properties":{"userId":{"type":"string"},"accountId":{"type":"string"},"tenantId":{"type":"string"},"tipo":{"type":"string","enum":["owner","reseller","cliente"]},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]},"nombre":{"type":"string"},"email":{"type":"string"}},"required":["userId","accountId","tenantId","tipo","rol","nombre","email"]}},"required":["token","session"]}}}},"401":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/auth/me":{"get":{"tags":["auth"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"string"},"accountId":{"type":"string"},"tenantId":{"type":"string"},"tipo":{"type":"string","enum":["owner","reseller","cliente"]},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]},"nombre":{"type":"string"},"email":{"type":"string"}},"required":["userId","accountId","tenantId","tipo","rol","nombre","email"]}}}},"401":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/accounts":{"get":{"tags":["cuentas"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"tenantId":{"type":"string"},"tipo":{"type":"string","enum":["owner","reseller","cliente"]},"nombre":{"type":"string"},"parentId":{"type":"string","nullable":true},"ownerUserId":{"type":"string"},"planId":{"type":"string","nullable":true}},"required":["id","tenantId","tipo","nombre","parentId","ownerUserId"]}}}}}}}},"/accounts/{id}/members":{"get":{"tags":["cuentas"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"userId":{"type":"string"},"accountId":{"type":"string"},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]},"nombre":{"type":"string"},"email":{"type":"string"}},"required":["userId","accountId","rol","nombre","email"]}}}}}}}},"/accounts/{id}":{"get":{"tags":["cuentas"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"tenantId":{"type":"string"},"tipo":{"type":"string","enum":["owner","reseller","cliente"]},"nombre":{"type":"string"},"parentId":{"type":"string","nullable":true},"ownerUserId":{"type":"string"},"planId":{"type":"string","nullable":true},"ownerNombre":{"type":"string"},"ownerEmail":{"type":"string"},"planNombre":{"type":"string","nullable":true},"members":{"type":"array","items":{"type":"object","properties":{"userId":{"type":"string"},"accountId":{"type":"string"},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]},"nombre":{"type":"string"},"email":{"type":"string"}},"required":["userId","accountId","rol","nombre","email"]}},"sitios":{"type":"number"},"ordenes":{"type":"number"}},"required":["id","tenantId","tipo","nombre","parentId","ownerUserId","ownerNombre","ownerEmail","planNombre","members","sitios","ordenes"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/team/invite":{"post":{"tags":["cuentas"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string"},"email":{"type":"string","format":"email"},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]}},"required":["nombre","email","rol"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"string"},"accountId":{"type":"string"},"rol":{"type":"string","enum":["Propietario","Admin","Editor","Viewer"]},"nombre":{"type":"string"},"email":{"type":"string"}},"required":["userId","accountId","rol","nombre","email"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/team/transfer":{"post":{"tags":["cuentas"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"string"}},"required":["userId"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/providers":{"get":{"tags":["infra"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"proveedor":{"type":"string"},"nombre":{"type":"string"},"credencialMasked":{"type":"string"},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"minItems":1},"servicios":{"type":"array","items":{"type":"string"}},"delegadoA":{"type":"array","items":{"type":"string"}},"origen":{"type":"string","enum":["propio","delegado"]}},"required":["id","accountId","proveedor","nombre","credencialMasked","usos","servicios","delegadoA","origen"]}}}}}}},"post":{"tags":["infra"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"proveedor":{"type":"string"},"nombre":{"type":"string"},"credencial":{"type":"string"},"servicios":{"type":"array","items":{"type":"string"}},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"minItems":1},"delegadoA":{"type":"array","items":{"type":"string"},"default":[]}},"required":["proveedor","nombre","credencial","servicios","usos"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"proveedor":{"type":"string"},"nombre":{"type":"string"},"credencialMasked":{"type":"string"},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"minItems":1},"servicios":{"type":"array","items":{"type":"string"}},"delegadoA":{"type":"array","items":{"type":"string"}}},"required":["id","accountId","proveedor","nombre","credencialMasked","usos","servicios","delegadoA"]}}}}}}},"/vps":{"get":{"tags":["infra"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"host":{"type":"string"},"tipoUso":{"type":"string","enum":["hosting","dedicada"]},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"default":["clientes"]},"estado":{"type":"string","enum":["online","disponible","vendida","offline","provisioning"]},"runtimes":{"type":"array","items":{"type":"string"}},"precio":{"type":"number"}},"required":["id","accountId","nombre","host","tipoUso","estado"]}}}}}}},"post":{"tags":["infra"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1},"host":{"type":"string","minLength":1},"usuarioSsh":{"type":"string","default":"root"},"tipoUso":{"type":"string","enum":["hosting","dedicada"]},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"minItems":1},"precio":{"type":"number"},"recursos":{"type":"object","properties":{"cpu":{"type":"number"},"ram":{"type":"number"},"disco":{"type":"number"}},"required":["cpu","ram","disco"]}},"required":["nombre","host","tipoUso","usos"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"host":{"type":"string"},"tipoUso":{"type":"string","enum":["hosting","dedicada"]},"usos":{"type":"array","items":{"type":"string","enum":["propio","plataforma","clientes"]},"default":["clientes"]},"estado":{"type":"string","enum":["online","disponible","vendida","offline","provisioning"]},"runtimes":{"type":"array","items":{"type":"string"}},"precio":{"type":"number"}},"required":["id","accountId","nombre","host","tipoUso","estado"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/vps/{id}/exec":{"post":{"tags":["infra"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comando":{"type":"string","minLength":1}},"required":["comando"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"output":{"type":"string"},"exitCode":{"type":"number"}},"required":["output","exitCode"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/subscription":{"get":{"tags":["comercio"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","nullable":true,"properties":{"id":{"type":"string"},"accountId":{"type":"string"},"vendedorId":{"type":"string"},"planId":{"type":"string"},"estado":{"type":"string","enum":["pending_first_payment","trialing","active","past_due","grace","suspended","terminated","paused","canceled_at_period_end"]},"cycle":{"type":"string","enum":["monthly","yearly"]},"precio":{"type":"number"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"autoRenew":{"type":"boolean"},"planNombre":{"type":"string"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]},"diasRestantes":{"type":"number"},"usado":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"dominios":{"type":"number"}},"required":["sitios","bd","correos","dominios"]}},"required":["id","accountId","vendedorId","planId","estado","cycle","precio","periodStart","periodEnd","autoRenew","planNombre","limites","diasRestantes","usado"]}}}}}}},"/infra-options":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/sites":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"dominio":{"type":"string"},"tipo":{"type":"string","enum":["Estático","PHP","Serverless Node"]},"infra":{"type":"string"},"estado":{"type":"string","enum":["aprovisionando","online","suspendido"]},"ssl":{"type":"boolean"},"phpVersion":{"type":"string","default":"8.3"},"phpMemory":{"type":"number","default":256},"phpUpload":{"type":"number","default":64},"forceHttps":{"type":"boolean","default":true},"cache":{"type":"boolean","default":false},"app":{"type":"string","nullable":true}},"required":["id","accountId","nombre","dominio","tipo","infra","estado","ssl"]}}}}}}},"post":{"tags":["servicios"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1},"dominio":{"type":"string"},"tipo":{"type":"string","enum":["Estático","PHP","Serverless Node"]},"infra":{"type":"string","minLength":1}},"required":["nombre","tipo","infra"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"dominio":{"type":"string"},"tipo":{"type":"string","enum":["Estático","PHP","Serverless Node"]},"infra":{"type":"string"},"estado":{"type":"string","enum":["aprovisionando","online","suspendido"]},"ssl":{"type":"boolean"},"phpVersion":{"type":"string","default":"8.3"},"phpMemory":{"type":"number","default":256},"phpUpload":{"type":"number","default":64},"forceHttps":{"type":"boolean","default":true},"cache":{"type":"boolean","default":false},"app":{"type":"string","nullable":true}},"required":["id","accountId","nombre","dominio","tipo","infra","estado","ssl"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/sites/{id}":{"delete":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}},"patch":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"phpVersion":{"type":"string"},"phpMemory":{"type":"number"},"phpUpload":{"type":"number"},"forceHttps":{"type":"boolean"},"cache":{"type":"boolean"}}}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"dominio":{"type":"string"},"tipo":{"type":"string","enum":["Estático","PHP","Serverless Node"]},"infra":{"type":"string"},"estado":{"type":"string","enum":["aprovisionando","online","suspendido"]},"ssl":{"type":"boolean"},"phpVersion":{"type":"string","default":"8.3"},"phpMemory":{"type":"number","default":256},"phpUpload":{"type":"number","default":64},"forceHttps":{"type":"boolean","default":true},"cache":{"type":"boolean","default":false},"app":{"type":"string","nullable":true}},"required":["id","accountId","nombre","dominio","tipo","infra","estado","ssl"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/sites/{id}/files":{"get":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"},{"schema":{"type":"string"},"required":false,"name":"path","in":"query"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"docroot":{"type":"string"},"path":{"type":"string"},"entries":{"type":"array","items":{"type":"object","properties":{"nombre":{"type":"string"},"tipo":{"type":"string","enum":["dir","file"]},"size":{"type":"number"},"mtime":{"type":"string"}},"required":["nombre","tipo","size","mtime"]}}},"required":["docroot","path","entries"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/access":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"sftp":{"type":"object","properties":{"host":{"type":"string"},"port":{"type":"number"},"usuario":{"type":"string"},"directorio":{"type":"string"}},"required":["host","port","usuario","directorio"]},"ssh":{"type":"object","properties":{"host":{"type":"string"},"port":{"type":"number"},"usuario":{"type":"string"}},"required":["host","port","usuario"]},"db":{"type":"object","properties":{"host":{"type":"string"},"gestor":{"type":"string"}},"required":["host","gestor"]},"webmail":{"type":"string"},"nota":{"type":"string"}},"required":["sftp","ssh","db","webmail","nota"]}}}}}}},"/sites/{id}/install":{"post":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"app":{"type":"string","enum":["WordPress","PrestaShop","Joomla","Laravel starter","Drupal","Ecommerce Perú"]}},"required":["app"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"dominio":{"type":"string"},"tipo":{"type":"string","enum":["Estático","PHP","Serverless Node"]},"infra":{"type":"string"},"estado":{"type":"string","enum":["aprovisionando","online","suspendido"]},"ssl":{"type":"boolean"},"phpVersion":{"type":"string","default":"8.3"},"phpMemory":{"type":"number","default":256},"phpUpload":{"type":"number","default":64},"forceHttps":{"type":"boolean","default":true},"cache":{"type":"boolean","default":false},"app":{"type":"string","nullable":true}},"required":["id","accountId","nombre","dominio","tipo","infra","estado","ssl"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/crons":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"schedule":{"type":"string"},"comando":{"type":"string"},"activo":{"type":"boolean"}},"required":["id","accountId","schedule","comando","activo"]}}}}}}},"post":{"tags":["servicios"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"schedule":{"type":"string","minLength":1},"comando":{"type":"string","minLength":1}},"required":["schedule","comando"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"schedule":{"type":"string"},"comando":{"type":"string"},"activo":{"type":"boolean"}},"required":["id","accountId","schedule","comando","activo"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/crons/{id}":{"delete":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}}},"/invoices/{id}/pay":{"post":{"tags":["comercio"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"estado":{"type":"string"}},"required":["id","estado"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/subscription/action":{"post":{"tags":["comercio"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["renovar","cancelar","reactivar","pausar"]}},"required":["action"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"vendedorId":{"type":"string"},"planId":{"type":"string"},"estado":{"type":"string","enum":["pending_first_payment","trialing","active","past_due","grace","suspended","terminated","paused","canceled_at_period_end"]},"cycle":{"type":"string","enum":["monthly","yearly"]},"precio":{"type":"number"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"autoRenew":{"type":"boolean"}},"required":["id","accountId","vendedorId","planId","estado","cycle","precio","periodStart","periodEnd","autoRenew"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/databases":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"motor":{"type":"string"},"infra":{"type":"string"},"tam":{"type":"string"}},"required":["id","accountId","nombre","motor","infra","tam"]}}}}}}},"post":{"tags":["servicios"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1},"motor":{"type":"string","enum":["MySQL/MariaDB","PostgreSQL","SQLite"]},"infra":{"type":"string","minLength":1}},"required":["nombre","motor","infra"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"motor":{"type":"string"},"infra":{"type":"string"},"tam":{"type":"string"}},"required":["id","accountId","nombre","motor","infra","tam"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/databases/{id}":{"delete":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}}},"/mailboxes":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"dir":{"type":"string"},"cuota":{"type":"string"}},"required":["id","accountId","dir","cuota"]}}}}}}},"post":{"tags":["servicios"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"usuario":{"type":"string","minLength":1},"dominio":{"type":"string","minLength":1},"cuota":{"type":"string"}},"required":["usuario","dominio","cuota"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"dir":{"type":"string"},"cuota":{"type":"string"}},"required":["id","accountId","dir","cuota"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/mailboxes/{id}":{"delete":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}}},"/domains":{"get":{"tags":["servicios"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"registros":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"tipo":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT"]},"nombre":{"type":"string"},"valor":{"type":"string"},"origen":{"type":"string","enum":["sistema","manual"]},"ref":{"type":"string","nullable":true}},"required":["id","tipo","nombre","valor","origen","ref"]}}},"required":["id","accountId","nombre","registros"]}}}}}}},"post":{"tags":["servicios"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1}},"required":["nombre"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"registros":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"tipo":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT"]},"nombre":{"type":"string"},"valor":{"type":"string"},"origen":{"type":"string","enum":["sistema","manual"]},"ref":{"type":"string","nullable":true}},"required":["id","tipo","nombre","valor","origen","ref"]}}},"required":["id","accountId","nombre","registros"]}}}}}}},"/domains/{id}/records":{"post":{"tags":["servicios"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tipo":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT"]},"nombre":{"type":"string"},"valor":{"type":"string","minLength":1}},"required":["tipo","nombre","valor"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"nombre":{"type":"string"},"registros":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"tipo":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT"]},"nombre":{"type":"string"},"valor":{"type":"string"},"origen":{"type":"string","enum":["sistema","manual"]},"ref":{"type":"string","nullable":true}},"required":["id","tipo","nombre","valor","origen","ref"]}}},"required":["id","accountId","nombre","registros"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/plans":{"get":{"tags":["comercio"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"vendedorId":{"type":"string"},"nombre":{"type":"string"},"precio":{"type":"number"},"overagePolicy":{"type":"string","enum":["throttle","overage","absorb"],"default":"throttle"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]}},"required":["id","vendedorId","nombre","precio","limites"]}}}}}}},"post":{"tags":["comercio"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1},"precio":{"type":"number","minimum":0},"overagePolicy":{"type":"string","enum":["throttle","overage","absorb"],"default":"throttle"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]}},"required":["nombre","precio","limites"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"vendedorId":{"type":"string"},"nombre":{"type":"string"},"precio":{"type":"number"},"overagePolicy":{"type":"string","enum":["throttle","overage","absorb"],"default":"throttle"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]}},"required":["id","vendedorId","nombre","precio","limites"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/plans/{id}":{"patch":{"tags":["comercio"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"nombre":{"type":"string","minLength":1},"precio":{"type":"number","minimum":0},"overagePolicy":{"type":"string","enum":["throttle","overage","absorb"],"default":"throttle"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]}},"required":["nombre","precio","limites"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"vendedorId":{"type":"string"},"nombre":{"type":"string"},"precio":{"type":"number"},"overagePolicy":{"type":"string","enum":["throttle","overage","absorb"],"default":"throttle"},"limites":{"type":"object","properties":{"sitios":{"type":"number"},"bd":{"type":"number"},"correos":{"type":"number"},"storageGB":{"type":"number"},"usuarios":{"type":"number"}},"required":["sitios","bd","correos","storageGB","usuarios"]}},"required":["id","vendedorId","nombre","precio","limites"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/payment-methods":{"get":{"tags":["comercio"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"tipo":{"type":"string","enum":["pasarela","banco"]},"nombre":{"type":"string"},"activo":{"type":"boolean"},"banco":{"type":"string"},"titular":{"type":"string"},"cuenta":{"type":"string"},"cci":{"type":"string"}},"required":["id","accountId","tipo","nombre","activo"]}}}}}}},"post":{"tags":["comercio"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tipo":{"type":"string","enum":["pasarela","banco"]},"nombre":{"type":"string","minLength":1},"activo":{"type":"boolean","default":true},"banco":{"type":"string"},"titular":{"type":"string"},"cuenta":{"type":"string"},"cci":{"type":"string"}},"required":["tipo","nombre"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"tipo":{"type":"string","enum":["pasarela","banco"]},"nombre":{"type":"string"},"activo":{"type":"boolean"},"banco":{"type":"string"},"titular":{"type":"string"},"cuenta":{"type":"string"},"cci":{"type":"string"}},"required":["id","accountId","tipo","nombre","activo"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/payment-methods/{id}":{"patch":{"tags":["comercio"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"activo":{"type":"boolean"},"nombre":{"type":"string"},"titular":{"type":"string"},"cuenta":{"type":"string"},"cci":{"type":"string"}}}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"tipo":{"type":"string","enum":["pasarela","banco"]},"nombre":{"type":"string"},"activo":{"type":"boolean"},"banco":{"type":"string"},"titular":{"type":"string"},"cuenta":{"type":"string"},"cci":{"type":"string"}},"required":["id","accountId","tipo","nombre","activo"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/checkout":{"post":{"tags":["comercio"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tipo":{"type":"string","enum":["plan","vps"]},"refId":{"type":"string"},"metodoPagoId":{"type":"string"},"voucher":{"type":"object","properties":{"numOp":{"type":"string"},"msg":{"type":"string"},"dataBase64":{"type":"string"},"nombreArchivo":{"type":"string"}},"required":["numOp","dataBase64","nombreArchivo"]}},"required":["tipo","refId","metodoPagoId"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"buyerId":{"type":"string"},"sellerId":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"nombre":{"type":"string"},"tipo":{"type":"string","enum":["plan","vps","factura","addon"]},"refId":{"type":"string"},"precio":{"type":"number"}},"required":["nombre","tipo","refId","precio"]}},"total":{"type":"number"},"metodo":{"type":"string"},"tipoPago":{"type":"string","enum":["manual","auto"]},"estado":{"type":"string","enum":["PENDIENTE_PAGO","PENDIENTE_CONFIRMACION","PAGADO","EN_PROCESO","COMPLETADO","RECHAZADO","CANCELADO"]},"fecha":{"type":"string"},"voucher":{"type":"object","properties":{"numOp":{"type":"string"},"msg":{"type":"string"},"blobKey":{"type":"string"},"nombreArchivo":{"type":"string"}},"required":["numOp","blobKey","nombreArchivo"]},"chatId":{"type":"string","nullable":true}},"required":["id","buyerId","sellerId","items","total","metodo","tipoPago","estado","fecha"]}}}},"400":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/orders":{"get":{"tags":["comercio"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"buyerId":{"type":"string"},"sellerId":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"nombre":{"type":"string"},"tipo":{"type":"string","enum":["plan","vps","factura","addon"]},"refId":{"type":"string"},"precio":{"type":"number"}},"required":["nombre","tipo","refId","precio"]}},"total":{"type":"number"},"metodo":{"type":"string"},"tipoPago":{"type":"string","enum":["manual","auto"]},"estado":{"type":"string","enum":["PENDIENTE_PAGO","PENDIENTE_CONFIRMACION","PAGADO","EN_PROCESO","COMPLETADO","RECHAZADO","CANCELADO"]},"fecha":{"type":"string"},"voucher":{"type":"object","properties":{"numOp":{"type":"string"},"msg":{"type":"string"},"blobKey":{"type":"string"},"nombreArchivo":{"type":"string"}},"required":["numOp","blobKey","nombreArchivo"]},"chatId":{"type":"string","nullable":true}},"required":["id","buyerId","sellerId","items","total","metodo","tipoPago","estado","fecha"]}}}}}}}},"/orders/{id}/confirm":{"post":{"tags":["comercio"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"buyerId":{"type":"string"},"sellerId":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"nombre":{"type":"string"},"tipo":{"type":"string","enum":["plan","vps","factura","addon"]},"refId":{"type":"string"},"precio":{"type":"number"}},"required":["nombre","tipo","refId","precio"]}},"total":{"type":"number"},"metodo":{"type":"string"},"tipoPago":{"type":"string","enum":["manual","auto"]},"estado":{"type":"string","enum":["PENDIENTE_PAGO","PENDIENTE_CONFIRMACION","PAGADO","EN_PROCESO","COMPLETADO","RECHAZADO","CANCELADO"]},"fecha":{"type":"string"},"voucher":{"type":"object","properties":{"numOp":{"type":"string"},"msg":{"type":"string"},"blobKey":{"type":"string"},"nombreArchivo":{"type":"string"}},"required":["numOp","blobKey","nombreArchivo"]},"chatId":{"type":"string","nullable":true}},"required":["id","buyerId","sellerId","items","total","metodo","tipoPago","estado","fecha"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}},"409":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/orders/{id}/voucher-url":{"get":{"tags":["comercio"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]}}}},"404":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}},"/notifs":{"get":{"tags":["sistema"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"icono":{"type":"string"},"texto":{"type":"string"},"f":{"type":"string"},"leida":{"type":"boolean"}},"required":["id","accountId","icono","texto","f","leida"]}}}}}}}},"/invoices":{"get":{"tags":["comercio"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"type":"string"},"concepto":{"type":"string"},"total":{"type":"number"},"estado":{"type":"string"},"fecha":{"type":"string"}},"required":["id","accountId","concepto","total","estado","fecha"]}}}}}}}},"/chat/partners":{"get":{"tags":["chat"],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"nombre":{"type":"string"},"tipo":{"type":"string","enum":["owner","reseller","cliente"]}},"required":["id","nombre","tipo"]}}}}}}}},"/chat/{partnerId}/messages":{"get":{"tags":["chat"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"partnerId","in":"path"}],"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"a":{"type":"string"},"b":{"type":"string"},"refOrden":{"type":"string","nullable":true},"mensajes":{"type":"array","items":{"type":"object","properties":{"de":{"type":"string"},"tipo":{"type":"string","enum":["texto","archivo","sys"]},"texto":{"type":"string"},"nombre":{"type":"string"},"blobKey":{"type":"string"},"f":{"type":"string"}},"required":["de","tipo","f"]}}},"required":["id","a","b","mensajes"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}},"post":{"tags":["chat"],"parameters":[{"schema":{"type":"string"},"required":true,"name":"partnerId","in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"texto":{"type":"string","minLength":1}},"required":["texto"]}}}},"responses":{"200":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"a":{"type":"string"},"b":{"type":"string"},"refOrden":{"type":"string","nullable":true},"mensajes":{"type":"array","items":{"type":"object","properties":{"de":{"type":"string"},"tipo":{"type":"string","enum":["texto","archivo","sys"]},"texto":{"type":"string"},"nombre":{"type":"string"},"blobKey":{"type":"string"},"f":{"type":"string"}},"required":["de","tipo","f"]}}},"required":["id","a","b","mensajes"]}}}},"403":{"description":"ok","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"string"}},"required":["error"]}}}}}}}}}