{"openapi":"3.1.0","info":{"title":"Roamdia API","version":"0.1.0","description":"API de la plataforma Roamdia para paneles, web e integradores."},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"x-api-key"},"session":{"type":"apiKey","in":"cookie","name":"sid"}},"schemas":{}},"paths":{"/auth/login":{"post":{"summary":"Inicia sesion con email y contraseña, y el codigo del segundo factor si lo tiene activo (cookie httpOnly y token Bearer)","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"password":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":6,"maxLength":20}},"required":["email","password"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt"],"additionalProperties":false},"memberships":{"type":"array","items":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"orgSlug":{"type":"string"},"orgStatus":{"type":"string"},"roleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"roleKey":{"type":"string"},"roleName":{"type":"string"}},"required":["orgId","orgName","orgType","orgSlug","orgStatus","roleId","roleKey","roleName"],"additionalProperties":false}},"mfaSetupRequired":{"type":"boolean"}},"required":["token","user","memberships","mfaSetupRequired"],"additionalProperties":false}}}}}}},"/auth/logout":{"post":{"summary":"Cierra la sesion actual","tags":["auth"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/auth/me":{"get":{"summary":"Usuario (o clave de API) actual con sus organizaciones y roles","tags":["auth"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["user","apiKey","system"]},"user":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt"],"additionalProperties":false},{"type":"null"}]},"memberships":{"type":"array","items":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"orgSlug":{"type":"string"},"orgStatus":{"type":"string"},"roleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"roleKey":{"type":"string"},"roleName":{"type":"string"}},"required":["orgId","orgName","orgType","orgSlug","orgStatus","roleId","roleKey","roleName"],"additionalProperties":false}},"apiKey":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"scopes":{"type":"array","items":{"type":"string"}}},"required":["id","name","orgId","scopes"],"additionalProperties":false},{"type":"null"}]}},"required":["kind","user","memberships","apiKey"],"additionalProperties":false}}}}}},"patch":{"summary":"Preferencias propias: idioma del panel y de los correos, nombre visible","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"name":{"type":"string","minLength":2,"maxLength":120}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt"],"additionalProperties":false}}}}}}},"/auth/permissions":{"get":{"summary":"Permisos efectivos del principal en una organizacion (para pintar el panel)","tags":["auth"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"permissions":{"type":"array","items":{"type":"string"}}},"required":["orgId","permissions"],"additionalProperties":false}}}}}}},"/auth/password/set":{"post":{"summary":"Define la contraseña con un token de invitacion de un solo uso","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","minLength":10,"maxLength":100},"password":{"type":"string","minLength":1,"maxLength":200}},"required":["token","password"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/auth/password/forgot":{"post":{"summary":"Pide un enlace para restablecer la contraseña (responde igual exista o no la cuenta; limitado por IP y email)","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"}},"required":["email"]}}}},"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/auth/password/reset":{"post":{"summary":"Define una contraseña nueva con el enlace de restablecimiento (un solo uso) y cierra las sesiones","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","minLength":10,"maxLength":100},"password":{"type":"string","minLength":1,"maxLength":200}},"required":["token","password"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/auth/password/change":{"post":{"summary":"Cambia la contraseña propia y cierra las demas sesiones","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currentPassword":{"type":"string","minLength":1,"maxLength":200},"newPassword":{"type":"string","minLength":1,"maxLength":200}},"required":["currentPassword","newPassword"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/auth/mfa":{"get":{"summary":"Estado del segundo factor del usuario","tags":["auth"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"recoveryCodesLeft":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["enabled","recoveryCodesLeft"],"additionalProperties":false}}}}}}},"/auth/mfa/setup":{"post":{"summary":"Empieza el alta del segundo factor: secreto y QR para la app de autenticacion (queda pendiente de confirmar)","tags":["auth"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"},"otpauthUri":{"type":"string"},"qrSvg":{"type":"string"}},"required":["secret","otpauthUri","qrSvg"],"additionalProperties":false}}}}}}},"/auth/mfa/confirm":{"post":{"summary":"Activa el segundo factor con un codigo de la app; devuelve los codigos de recuperacion (solo ahora)","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","minLength":6,"maxLength":20}},"required":["code"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"recoveryCodes":{"type":"array","items":{"type":"string"}}},"required":["recoveryCodes"],"additionalProperties":false}}}}}}},"/auth/mfa/disable":{"post":{"summary":"Desactiva el segundo factor (pide contraseña y un codigo)","tags":["auth"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"password":{"type":"string","minLength":1,"maxLength":200},"code":{"type":"string","minLength":6,"maxLength":20}},"required":["password","code"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/users/{userId}/mfa":{"delete":{"summary":"Reinicia el segundo factor de un usuario que ha perdido el dispositivo (plataforma) y cierra sus sesiones","tags":["auth"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/org-types":{"get":{"summary":"Tipos de organizacion, su canal y de que tipos pueden colgar","tags":["organizations"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"label":{"type":"string"},"channel":{"type":"string"},"allowedParents":{"type":"array","items":{"type":"string"}}},"required":["type","label","channel","allowedParents"],"additionalProperties":false}}}}}}}},"/orgs":{"get":{"summary":"Organizaciones visibles (subarboles donde se tiene iam.org.read)","tags":["organizations"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"after","required":false},{"schema":{"type":"string","enum":["platform","provider","provider_group","agency_group","agency","accommodation_group","accommodation","affiliate","corporate"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/orgs/{orgId}":{"get":{"summary":"Detalle de una organizacion con su ruta de ancestros","tags":["organizations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"ancestry":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"}},"required":["id","name","type"],"additionalProperties":false}}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt","ancestry"],"additionalProperties":false}}}}}},"patch":{"summary":"Edita datos de una organizacion","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":160},"country":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"currency":{"type":"string","minLength":3,"maxLength":3},"legalName":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"taxId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},{"type":"null"}]},"contactEmail":{"anyOf":[{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/children":{"get":{"summary":"Organizaciones hijas directas","tags":["organizations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una organizacion hija (proveedor, agencia, grupo, alojamiento, afiliado...)","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["provider","provider_group","agency_group","agency","accommodation_group","accommodation","affiliate","corporate"]},"slug":{"type":"string","maxLength":80},"status":{"type":"string","enum":["active","pending"]},"name":{"type":"string","minLength":2,"maxLength":160},"country":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"currency":{"type":"string","minLength":3,"maxLength":3},"legalName":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"taxId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},{"type":"null"}]},"contactEmail":{"anyOf":[{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["type","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/move":{"post":{"summary":"Mueve la organizacion (y su subarbol) bajo otro padre, p. ej. una agencia que se une a un grupo","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["parentId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/status":{"post":{"summary":"Suspende o reactiva una organizacion (y con ella los accesos de su subarbol)","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","suspended"]},"reason":{"type":"string","maxLength":500}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members":{"get":{"summary":"Usuarios de la organizacion con sus roles","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"},"roles":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"}},"required":["id","key","name"],"additionalProperties":false}}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt","roles"],"additionalProperties":false}}}}}}},"post":{"summary":"Da acceso a un usuario con un rol (lo crea si no existe y devuelve su enlace de invitacion)","tags":["members"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string","minLength":1,"maxLength":120},"roleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"password":{"type":"string","minLength":1,"maxLength":200},"locale":{"type":"string","maxLength":5}},"required":["email","name","roleId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt"],"additionalProperties":false},"role":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false},"invitationToken":{"type":["string","null"]}},"required":["user","role","invitationToken"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members/{userId}/invitation":{"post":{"summary":"Genera un nuevo enlace de invitacion para un usuario pendiente de activar","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"invitationToken":{"type":"string"}},"required":["invitationToken"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members/{userId}/roles/{roleId}":{"delete":{"summary":"Quita un rol a un usuario en la organizacion","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/permissions":{"get":{"summary":"Catalogo de permisos de la plataforma","tags":["roles"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"}},"required":["code","description"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/roles":{"get":{"summary":"Roles asignables en la organizacion","tags":["roles"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea un rol propio de la organizacion (asignable en su subarbol)","tags":["roles"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"string","pattern":"^[a-z][a-z0-9_]{1,40}$"},"name":{"type":"string","minLength":2,"maxLength":80},"description":{"type":"string","maxLength":300},"orgTypes":{"minItems":1,"type":"array","items":{"type":"string"}},"permissions":{"minItems":1,"maxItems":200,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}}},"required":["key","name","orgTypes","permissions"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/roles/{roleId}":{"patch":{"summary":"Edita un rol propio","tags":["roles"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":80},"description":{"type":"string","maxLength":300},"permissions":{"minItems":1,"maxItems":200,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un rol propio sin asignaciones","tags":["roles"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/api-keys":{"get":{"summary":"Claves de API de la organizacion","tags":["api-keys"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una clave de API con scopes (el secreto solo se muestra ahora)","tags":["api-keys"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":80},"scopes":{"minItems":1,"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}},"rateLimitPerMinute":{"type":"integer","minimum":1,"maximum":6000},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"}},"required":["name","scopes"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false},"secret":{"type":"string"}},"required":["key","secret"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/api-keys/{keyId}":{"delete":{"summary":"Revoca una clave de API","tags":["api-keys"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"keyId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/audit":{"get":{"summary":"Registro de auditoria de la organizacion (mas reciente primero)","tags":["audit"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"at":{"type":"string"},"actorType":{"type":"string"},"actorId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"action":{"type":"string"},"targetType":{"type":["string","null"]},"targetId":{"type":["string","null"]},"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"ip":{"type":["string","null"]},"requestId":{"type":["string","null"]}},"required":["id","at","actorType","actorId","action","targetType","targetId","data","ip","requestId"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/public/partners/applications":{"post":{"summary":"Solicitud de alta de un socio (proveedor, agencia, alojamiento o afiliado); queda pendiente de aprobacion","tags":["public","partners"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["provider","agency","accommodation","affiliate"]},"orgName":{"type":"string","minLength":2,"maxLength":120},"legalName":{"type":"string","maxLength":200},"taxId":{"type":"string","maxLength":40},"country":{"type":"string","pattern":"^[A-Za-z]{2}$"},"website":{"type":"string","maxLength":300,"format":"uri"},"contactName":{"type":"string","minLength":2,"maxLength":120},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"type":"string","maxLength":40},"password":{"type":"string","minLength":1,"maxLength":200},"message":{"type":"string","maxLength":2000},"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"acceptTerms":{"type":"boolean","enum":[true]}},"required":["type","orgName","contactName","email","password","acceptTerms"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending"]}},"required":["orgId","status"],"additionalProperties":false}}}}}}},"/partners/applications":{"get":{"summary":"Solicitudes de alta de socios por estado (pendientes por omision)","tags":["partners"],"parameters":[{"schema":{"default":"pending","type":"string","enum":["pending","active","suspended"]},"in":"query","name":"status","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"orgName":{"type":"string"},"status":{"type":"string"},"country":{"type":["string","null"]},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":"string"},"contactName":{"type":"string"},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"message":{"type":["string","null"]},"locale":{"type":"string"},"submittedAt":{"type":"string"},"decision":{"anyOf":[{"type":"string","enum":["approved","rejected"]},{"type":"null"}]},"decidedAt":{"type":["string","null"]},"reason":{"type":["string","null"]}},"required":["orgId","type","orgName","status","country","legalName","taxId","email","contactName","phone","website","message","locale","submittedAt","decision","decidedAt","reason"],"additionalProperties":false}}}}}}}},"/partners/applications/{orgId}/approve":{"post":{"summary":"Aprueba una solicitud: la organizacion pasa a activa y su administrador ya puede entrar","tags":["partners"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"orgName":{"type":"string"},"status":{"type":"string"},"country":{"type":["string","null"]},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":"string"},"contactName":{"type":"string"},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"message":{"type":["string","null"]},"locale":{"type":"string"},"submittedAt":{"type":"string"},"decision":{"anyOf":[{"type":"string","enum":["approved","rejected"]},{"type":"null"}]},"decidedAt":{"type":["string","null"]},"reason":{"type":["string","null"]}},"required":["orgId","type","orgName","status","country","legalName","taxId","email","contactName","phone","website","message","locale","submittedAt","decision","decidedAt","reason"],"additionalProperties":false}}}}}}},"/partners/applications/{orgId}/reject":{"post":{"summary":"Rechaza una solicitud con su motivo (se envia a quien la pidio)","tags":["partners"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":3,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"orgName":{"type":"string"},"status":{"type":"string"},"country":{"type":["string","null"]},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":"string"},"contactName":{"type":"string"},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"message":{"type":["string","null"]},"locale":{"type":"string"},"submittedAt":{"type":"string"},"decision":{"anyOf":[{"type":"string","enum":["approved","rejected"]},{"type":"null"}]},"decidedAt":{"type":["string","null"]},"reason":{"type":["string","null"]}},"required":["orgId","type","orgName","status","country","legalName","taxId","email","contactName","phone","website","message","locale","submittedAt","decision","decidedAt","reason"],"additionalProperties":false}}}}}}},"/partners":{"get":{"summary":"Directorio de socios (proveedores, agencias, alojamientos, afiliados y grupos) con equipo, ultimo acceso y ultima actividad","tags":["partners"],"parameters":[{"schema":{"type":"string","enum":["provider","provider_group","agency_group","agency","accommodation_group","accommodation","affiliate","corporate"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","enum":["active","pending","suspended"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":100},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"integer","minimum":0,"maximum":100000},"in":"query","name":"offset","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"contactEmail":{"type":["string","null"]},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"}},"required":["id","name","type"],"additionalProperties":false},{"type":"null"}]},"children":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"members":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastLoginAt":{"type":["string","null"]},"lastActivityAt":{"type":["string","null"]},"createdAt":{"type":"string"},"application":{"anyOf":[{"type":"object","properties":{"decision":{"anyOf":[{"type":"string","enum":["approved","rejected"]},{"type":"null"}]},"submittedAt":{"type":"string"}},"required":["decision","submittedAt"],"additionalProperties":false},{"type":"null"}]},"activities":{"anyOf":[{"type":"object","properties":{"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"published":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["total","published"],"additionalProperties":false},{"type":"null"}]}},"required":["id","type","name","slug","status","country","currency","legalName","taxId","contactEmail","parent","children","members","lastLoginAt","lastActivityAt","createdAt","application","activities"],"additionalProperties":false}},"counts":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"status":{"type":"string"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["type","status","count"],"additionalProperties":false}},"next":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["items","counts","next"],"additionalProperties":false}}}}}}},"/partners/{orgId}":{"get":{"summary":"Ficha de un socio: datos, solicitud de alta, organizaciones hijas e indicadores","tags":["partners"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"contactEmail":{"type":["string","null"]},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"}},"required":["id","name","type"],"additionalProperties":false},{"type":"null"}]},"children":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"members":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastLoginAt":{"type":["string","null"]},"lastActivityAt":{"type":["string","null"]},"createdAt":{"type":"string"},"application":{"anyOf":[{"type":"object","properties":{"decision":{"anyOf":[{"type":"string","enum":["approved","rejected"]},{"type":"null"}]},"submittedAt":{"type":"string"}},"required":["decision","submittedAt"],"additionalProperties":false},{"type":"null"}]},"activities":{"anyOf":[{"type":"object","properties":{"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"published":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["total","published"],"additionalProperties":false},{"type":"null"}]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"childOrgs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"},"status":{"type":"string"}},"required":["id","name","type","status"],"additionalProperties":false}}},"required":["id","type","name","slug","status","country","currency","legalName","taxId","contactEmail","parent","children","members","lastLoginAt","lastActivityAt","createdAt","application","activities","address","metadata","childOrgs"],"additionalProperties":false}}}}}}},"/partners/{orgId}/team":{"get":{"summary":"Equipo del socio y de su subarbol: roles, estado, ultimo acceso y segundo factor de cada persona","tags":["partners"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"userId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":"string"},"status":{"type":"string"},"lastLoginAt":{"type":["string","null"]},"mfa":{"type":"boolean"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}},"required":["userId","name","email","status","lastLoginAt","mfa","orgId","orgName","roles"],"additionalProperties":false}}}}}}}},"/partners/{orgId}/activity":{"get":{"summary":"Registro de actividad del socio y de su subarbol (mas reciente primero), filtrable por area","tags":["partners"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","maxLength":30,"pattern":"^[a-z]+$"},"in":"query","name":"area","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"at":{"type":"string"},"action":{"type":"string"},"orgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgName":{"type":["string","null"]},"actorType":{"type":"string"},"actorId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"actorName":{"type":["string","null"]},"actorEmail":{"type":["string","null"]},"targetType":{"type":["string","null"]},"targetId":{"type":["string","null"]},"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["id","at","action","orgId","orgName","actorType","actorId","actorName","actorEmail","targetType","targetId","data"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/partners/{orgId}/users/{userId}/status":{"post":{"summary":"Desactiva o reactiva el acceso de una persona del socio (desactivar cierra sus sesiones)","tags":["partners"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","disabled"]},"reason":{"type":"string","maxLength":500}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/partners/{orgId}/users/{userId}/password-reset":{"post":{"summary":"Envia a una persona del socio un enlace para definir una contraseña nueva (p. ej. si no puede entrar)","tags":["partners"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/health/live":{"get":{"summary":"El proceso responde","tags":["platform"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]}},"required":["status"],"additionalProperties":false}}}}}}},"/health/ready":{"get":{"summary":"El proceso puede atender: PostgreSQL, Redis y RabbitMQ accesibles","tags":["platform"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok","degraded"]},"checks":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"status":{"type":"string","enum":["ok","fail"]},"ms":{"type":"number"},"error":{"type":"string"}},"required":["status","ms"],"additionalProperties":false}}},"required":["status","checks"],"additionalProperties":false}}}},"503":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok","degraded"]},"checks":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"status":{"type":"string","enum":["ok","fail"]},"ms":{"type":"number"},"error":{"type":"string"}},"required":["status","ms"],"additionalProperties":false}}},"required":["status","checks"],"additionalProperties":false}}}}}}},"/settings":{"get":{"summary":"Ajustes visibles de la organizacion (x-org-id) o de la plataforma","tags":["settings"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"description":{"type":"string"},"scope":{"type":"string","enum":["platform","organization"]},"secret":{"type":"boolean"},"value":{},"isDefault":{"type":"boolean"},"readPermission":{"type":"string"},"writePermission":{"type":"string"}},"required":["key","description","scope","secret","value","isDefault","readPermission","writePermission"],"additionalProperties":false}}}}}}}},"/settings/{key}":{"put":{"summary":"Cambia un ajuste (validado contra su esquema; los secretos se guardan cifrados)","tags":["settings"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{}},"required":["value"]}}}},"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"string"},"description":{"type":"string"},"scope":{"type":"string","enum":["platform","organization"]},"secret":{"type":"boolean"},"value":{},"isDefault":{"type":"boolean"},"readPermission":{"type":"string"},"writePermission":{"type":"string"}},"required":["key","description","scope","secret","value","isDefault","readPermission","writePermission"],"additionalProperties":false}}}}}},"delete":{"summary":"Vuelve un ajuste a su valor heredado","tags":["settings"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/ops/messaging":{"get":{"summary":"Salud del bus: pendientes del outbox y colas por consumidor (principal y DLQ)","tags":["ops"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"outbox":{"type":"object","properties":{"pending":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"oldestPendingMs":{"type":["number","null"]},"publishedLastHour":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["pending","oldestPendingMs","publishedLastHour"],"additionalProperties":false},"consumers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"events":{"type":"array","items":{"type":"string"}},"queue":{"type":"object","properties":{"messages":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"consumers":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["messages","consumers"],"additionalProperties":false},"dlq":{"type":"object","properties":{"messages":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"consumers":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["messages","consumers"],"additionalProperties":false}},"required":["name","events","queue","dlq"],"additionalProperties":false}}},"required":["outbox","consumers"],"additionalProperties":false}}}}}}},"/metrics":{"get":{"summary":"Metricas en formato Prometheus: peticiones HTTP, outbox, colas y DLQ por consumidor, memoria (usar una clave de API con platform.ops.read)","tags":["ops"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/ops/messaging/{consumer}/dlq/replay":{"post":{"summary":"Devuelve mensajes de la DLQ de un consumidor a su cola (tras corregir la causa)","tags":["ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"max":{"default":100,"type":"integer","minimum":1,"maximum":10000}}}}}},"parameters":[{"schema":{"type":"string","maxLength":120},"in":"path","name":"consumer","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"replayed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["replayed"],"additionalProperties":false}}}}}}},"/events/catalog":{"get":{"summary":"Catalogo de eventos de dominio con el esquema JSON de sus datos","tags":["events"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"type":"string"},"schema":{}},"required":["type","version","description","schema"],"additionalProperties":false}}}}}}}},"/public/brand":{"get":{"summary":"Marca y tema publicos (colores, logos, tipografia, idiomas, SEO) de la plataforma u organizacion","tags":["public"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"orgId","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}}}}}},"/public/currencies":{"get":{"summary":"Monedas en las que se navega y se paga, y fecha de los tipos vigentes","tags":["public"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"currencies":{"type":"array","items":{"type":"string"}},"ratesAt":{"type":["string","null"]}},"required":["currencies","ratesAt"],"additionalProperties":false}}}}}}},"/fx/rates":{"get":{"summary":"Tipos vigentes, monedas activadas y configuracion del refresco","tags":["fx"],"parameters":[{"schema":{"type":"string","minLength":3,"maxLength":3},"in":"query","name":"quote","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"provider":{"type":"string"},"refreshIntervalMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currencies":{"type":"array","items":{"type":"string"}},"quote":{"type":"string"},"snapshot":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"string"},"base":{"type":"string"},"fetchedAt":{"type":"string"},"sourceUpdatedAt":{"type":["string","null"]},"rateCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","provider","base","fetchedAt","sourceUpdatedAt","rateCount"],"additionalProperties":false},{"type":"null"}]},"nextRefreshAt":{"type":["string","null"]},"rates":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"rate":{"type":"string"},"perQuote":{"type":["string","null"]}},"required":["currency","rate","perQuote"],"additionalProperties":false}}},"required":["provider","refreshIntervalMinutes","markupBps","currencies","quote","snapshot","nextRefreshAt","rates"],"additionalProperties":false}}}}}}},"/fx/snapshots":{"get":{"summary":"Historico de instantaneas de tipos (mas recientes primero)","tags":["fx"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"string"},"base":{"type":"string"},"fetchedAt":{"type":"string"},"sourceUpdatedAt":{"type":["string","null"]},"rateCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","provider","base","fetchedAt","sourceUpdatedAt","rateCount"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/fx/snapshots/{id}":{"get":{"summary":"Una instantanea con todos sus tipos (la conversion de una reserva la cita por id)","tags":["fx"],"parameters":[{"schema":{"type":"string","minLength":3,"maxLength":3},"in":"query","name":"quote","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"string"},"base":{"type":"string"},"fetchedAt":{"type":"string"},"sourceUpdatedAt":{"type":["string","null"]},"rateCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rates":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"rate":{"type":"string"},"perQuote":{"type":["string","null"]}},"required":["currency","rate","perQuote"],"additionalProperties":false}}},"required":["id","provider","base","fetchedAt","sourceUpdatedAt","rateCount","rates"],"additionalProperties":false}}}}}}},"/fx/history":{"get":{"summary":"Evolucion del tipo entre dos monedas (sin margen)","tags":["fx"],"parameters":[{"schema":{"type":"string","minLength":3,"maxLength":3},"in":"query","name":"from","required":true},{"schema":{"type":"string","minLength":3,"maxLength":3},"in":"query","name":"to","required":true},{"schema":{"default":30,"type":"integer","minimum":1,"maximum":730},"in":"query","name":"days","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"points":{"type":"array","items":{"type":"object","properties":{"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fetchedAt":{"type":"string"},"provider":{"type":"string"},"rate":{"type":"string"}},"required":["snapshotId","fetchedAt","provider","rate"],"additionalProperties":false}}},"required":["from","to","points"],"additionalProperties":false}}}}}}},"/fx/refresh":{"post":{"summary":"Pide tipos nuevos al servicio ahora (sin esperar al intervalo)","tags":["fx"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"string"},"base":{"type":"string"},"fetchedAt":{"type":"string"},"sourceUpdatedAt":{"type":["string","null"]},"rateCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","provider","base","fetchedAt","sourceUpdatedAt","rateCount"],"additionalProperties":false}}}}}}},"/catalog/destinations":{"get":{"summary":"Destinos (todos los estados)","tags":["catalog"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"countryCode":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"width":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"height":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["url","alt"],"additionalProperties":false},{"type":"null"}]},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"timezone":{"type":"string"},"status":{"type":"string"},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","parentId","kind","countryCode","name","description","image","lat","lng","timezone","status","sort","seo","slugs","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea un destino","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["country","region","city","area"]},"countryCode":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"image":{"default":null,"anyOf":[{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["url"]},{"type":"null"}]},"lat":{"default":null,"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"default":null,"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"timezone":{"default":"Europe/Madrid","type":"string","maxLength":60},"status":{"default":"draft","type":"string","enum":["draft","published","archived"]},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"seo":{"default":{},"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}},"required":["kind","countryCode","name"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/catalog/destinations/{id}":{"patch":{"summary":"Edita un destino","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["country","region","city","area"]},"countryCode":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"image":{"anyOf":[{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["url"]},{"type":"null"}]},"lat":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"timezone":{"type":"string","maxLength":60},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/catalog/categories":{"get":{"summary":"Categorias","tags":["catalog"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"icon":{"type":["string","null"]},"status":{"type":"string"},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","parentId","name","description","icon","status","sort","slugs","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una categoria","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"icon":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"status":{"default":"published","type":"string","enum":["draft","published","archived"]},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["name"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/catalog/categories/{id}":{"patch":{"summary":"Edita una categoria","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"icon":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/catalog/activities":{"get":{"summary":"Actividades visibles (las de tus proveedores; la plataforma ve todas)","tags":["catalog"],"parameters":[{"schema":{"type":"string","enum":["draft","in_review","published","archived"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"providerOrgId","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"after","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/activities":{"post":{"summary":"Crea una actividad del proveedor (en borrador); la plataforma puede crearla en su nombre","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9-]{2,30}$"},"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":160}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"summary":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":400}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"included":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"excluded":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"meetingPoint":{"default":null,"anyOf":[{"type":"object","properties":{"address":{"type":"string","maxLength":300},"lat":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"instructions":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":1000}}},"required":["address","lat","lng","instructions"]},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":5,"maximum":43200},"sourceLocale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"languages":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","maxLength":5,"pattern":"^[a-z]{2}(-[A-Z]{2})?$"}},"images":{"default":[],"maxItems":40,"type":"array","items":{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["url"]}},"tags":{"default":[],"maxItems":30,"type":"array","items":{"type":"string","maxLength":40}},"cancellationPolicy":{"default":"free_24h","type":"string","enum":["free_24h","free_48h","free_72h","non_refundable","custom"]},"categoryIds":{"default":[],"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"seo":{"default":{},"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}},"required":["destinationId","title","durationMinutes"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}":{"get":{"summary":"Detalle editable de una actividad (con los cambios pendientes de moderacion)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}},"patch":{"summary":"Edita una actividad. Si esta publicada y no edita la plataforma, los cambios quedan pendientes de moderacion y la web sigue con la version aprobada","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":160}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"summary":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":400}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"included":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"excluded":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"meetingPoint":{"anyOf":[{"type":"object","properties":{"address":{"type":"string","maxLength":300},"lat":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"instructions":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":1000}}},"required":["address","lat","lng","instructions"]},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":5,"maximum":43200},"sourceLocale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"languages":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":5,"pattern":"^[a-z]{2}(-[A-Z]{2})?$"}},"images":{"maxItems":40,"type":"array","items":{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["url"]}},"tags":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":40}},"cancellationPolicy":{"type":"string","enum":["free_24h","free_48h","free_72h","non_refundable","custom"]},"categoryIds":{"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/submit":{"post":{"summary":"Envia la actividad a revision","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/withdraw":{"post":{"summary":"Vuelve a borrador (deja de venderse si estaba publicada; sus cambios pendientes pasan al borrador)","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/publish":{"post":{"summary":"Aprueba y publica la actividad (moderacion de la plataforma)","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/reject":{"post":{"summary":"Rechaza la actividad en revision con un motivo; vuelve a borrador para corregirla","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"note":{"type":"string","minLength":5,"maxLength":2000}},"required":["note"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/archive":{"post":{"summary":"Archiva la actividad","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/restore":{"post":{"summary":"Recupera una actividad archivada como borrador","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/moderation":{"get":{"summary":"Cola de moderacion: actividades nuevas en revision y cambios pendientes sobre publicadas (las mas antiguas primero)","tags":["catalog"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["new","changes"]},"providerName":{"type":"string"},"since":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}},"required":["kind","providerName","since","activity"],"additionalProperties":false}}}}}}}},"/catalog/activities/{id}/moderation":{"get":{"summary":"Historial de moderacion de una actividad (envios, decisiones y motivos)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"actorName":{"type":["string","null"]},"byPlatform":{"type":"boolean"},"note":{"type":["string","null"]},"fields":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"string"}},"required":["id","kind","actorName","byPlatform","note","fields","createdAt"],"additionalProperties":false}}}}}}}},"/catalog/activities/{id}/revision/approve":{"post":{"summary":"Aprueba los cambios pendientes: pasan a la version publicada","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/revision/reject":{"post":{"summary":"Rechaza los cambios pendientes con un motivo; la web sigue con la version publicada","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"note":{"type":"string","minLength":5,"maxLength":2000}},"required":["note"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/revision":{"delete":{"summary":"Descarta los cambios pendientes (la version publicada no cambia)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/duplicate":{"post":{"summary":"Duplica una actividad como borrador nuevo, con sus modalidades, tarifas, horarios y cierres futuros","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/public/home":{"get":{"summary":"Portada: destinos, destacadas, mejor valoradas y categorias","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"type":"string"},"destinations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","kind","countryCode","image","activityCount"],"additionalProperties":false}},"featured":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"topRated":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"icon":{"type":["string","null"]}},"required":["id","slug","name","icon"],"additionalProperties":false}}},"required":["locale","destinations","featured","topRated","categories"],"additionalProperties":false}}}}}}},"/public/destinations/{slug}":{"get":{"summary":"Pagina de destino con actividades, facetas y subdestinos","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":140},"in":"query","name":"category","required":false},{"schema":{"type":"string","enum":["1"]},"in":"query","name":"spoken","required":false},{"schema":{"default":"popular","type":"string","enum":["popular","rating","price_asc","price_desc","duration"]},"in":"query","name":"sort","required":false},{"schema":{"default":1,"type":"integer","minimum":1,"maximum":500},"in":"query","name":"page","required":false},{"schema":{"default":24,"type":"integer","minimum":1,"maximum":60},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","maxLength":140},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"redirect":{"type":["string","null"]},"locale":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"type":"string"},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"seo":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]}},"required":["title","description"],"additionalProperties":false},"updatedAt":{"type":"string"}},"required":["id","slug","name","kind","countryCode","image","activityCount","description","lat","lng","seo","updatedAt"],"additionalProperties":false},"alternates":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"breadcrumbs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false}},"children":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","kind","countryCode","image","activityCount"],"additionalProperties":false}},"facets":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"icon":{"type":["string","null"]},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","icon","count"],"additionalProperties":false}}},"required":["categories"],"additionalProperties":false},"activities":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"page":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pageSize":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["redirect","locale","destination","alternates","breadcrumbs","children","facets","activities","total","page","pageSize"],"additionalProperties":false}}}}}}},"/public/activities/{slug}":{"get":{"summary":"Ficha de actividad con hreflang, migas y relacionadas","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","maxLength":140},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"redirect":{"type":["string","null"]},"locale":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"included":{"type":"array","items":{"type":"string"}},"excluded":{"type":"array","items":{"type":"string"}},"meetingPoint":{"anyOf":[{"type":"object","properties":{"address":{"type":"string"},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"instructions":{"type":"string"}},"required":["address","lat","lng","instructions"],"additionalProperties":false},{"type":"null"}]},"images":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false}},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"icon":{"type":["string","null"]}},"required":["id","slug","name","icon"],"additionalProperties":false}},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"seo":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]}},"required":["title","description"],"additionalProperties":false},"translated":{"type":"boolean"},"updatedAt":{"type":"string"}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale","description","highlights","included","excluded","meetingPoint","images","categories","providerOrgId","provider","seo","translated","updatedAt"],"additionalProperties":false},"alternates":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"breadcrumbs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false}},"related":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}}},"required":["redirect","locale","activity","alternates","breadcrumbs","related"],"additionalProperties":false}}}}}}},"/public/search":{"get":{"summary":"Buscador de actividades (texto completo con prefijos y sin acentos)","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":120},"in":"query","name":"q","required":true},{"schema":{"default":1,"type":"integer","minimum":1,"maximum":100},"in":"query","name":"page","required":false},{"schema":{"default":24,"type":"integer","minimum":1,"maximum":60},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","enum":["1"]},"in":"query","name":"spoken","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"q":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"page":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pageSize":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["q","total","items","page","pageSize"],"additionalProperties":false}}}}}}},"/public/suggestions":{"get":{"summary":"Actividades sugeridas para completar un carrito: de los mismos destinos y, si no llegan, las mas populares (Fase 57)","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"default":"","type":"string","maxLength":1000},"in":"query","name":"activities","required":false},{"schema":{"default":4,"type":"integer","minimum":1,"maximum":12},"in":"query","name":"limit","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/public/sitemap":{"get":{"summary":"Entradas del sitemap (rutas por idioma de destinos y actividades publicadas)","tags":["public"],"parameters":[{"schema":{"default":"es,en","type":"string","maxLength":40},"in":"query","name":"locales","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["destination","activity"]},"path":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"updatedAt":{"type":"string"}},"required":["type","path","updatedAt"],"additionalProperties":false}}},"required":["entries"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/options":{"get":{"summary":"Modalidades de una actividad con sus tipos de entrada","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"availabilityType":{"type":"string"},"durationMinutes":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"cutoffMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"minUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"languages":{"type":"array","items":{"type":"string"}},"timezone":{"type":"string"},"currency":{"type":"string"},"status":{"type":"string"},"source":{"type":"string"},"externalRef":{"type":["string","null"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"type":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"minAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"}},"required":["id","optionId","code","type","name","minAge","maxAge","pax","sort","status"],"additionalProperties":false}}},"required":["id","activityId","providerOrgId","code","name","description","availabilityType","durationMinutes","cutoffMinutes","minUnits","maxUnits","languages","timezone","currency","status","source","externalRef","sort","createdAt","updatedAt","units"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una modalidad (horario, idioma, variante...)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"availabilityType":{"default":"start_time","type":"string","enum":["start_time","opening_hours"]},"durationMinutes":{"default":null,"anyOf":[{"type":"integer","minimum":5,"maximum":43200},{"type":"null"}]},"cutoffMinutes":{"default":60,"type":"integer","minimum":0,"maximum":43200},"minUnits":{"default":1,"type":"integer","minimum":1,"maximum":500},"maxUnits":{"default":20,"type":"integer","minimum":1,"maximum":500},"languages":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":2,"maxLength":5}},"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3},"status":{"default":"active","type":"string","enum":["active","inactive"]},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["code","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}":{"patch":{"summary":"Edita una modalidad","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"availabilityType":{"type":"string","enum":["start_time","opening_hours"]},"durationMinutes":{"anyOf":[{"type":"integer","minimum":5,"maximum":43200},{"type":"null"}]},"cutoffMinutes":{"type":"integer","minimum":0,"maximum":43200},"minUnits":{"type":"integer","minimum":1,"maximum":500},"maxUnits":{"type":"integer","minimum":1,"maximum":500},"languages":{"maxItems":20,"type":"array","items":{"type":"string","minLength":2,"maxLength":5}},"currency":{"type":"string","minLength":3,"maxLength":3},"status":{"type":"string","enum":["active","inactive"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/units":{"post":{"summary":"Añade un tipo de entrada (adulto, niño, familia...)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"type":{"type":"string","enum":["adult","child","youth","infant","senior","student","family","group","other"]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"minAge":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"maxAge":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"pax":{"default":1,"type":"integer","minimum":0,"maximum":100},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"default":"active","type":"string","enum":["active","inactive"]}},"required":["code","type","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/units/{id}":{"patch":{"summary":"Edita un tipo de entrada","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["adult","child","youth","infant","senior","student","family","group","other"]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"minAge":{"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"pax":{"type":"integer","minimum":0,"maximum":100},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string","enum":["active","inactive"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/rates":{"get":{"summary":"Tarifas de la modalidad con precios de venta y coste","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"currency":{"type":"string"},"validFrom":{"type":"string"},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"prices":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"net":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["unitId","retail","net"],"additionalProperties":false}}},"required":["id","optionId","name","currency","validFrom","validTo","weekdays","startTimes","priority","createdAt","prices"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una tarifa (periodo, dias, horas, prioridad y precios por tipo)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":80},"currency":{"type":"string","minLength":3,"maxLength":3},"validFrom":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}},"priority":{"default":0,"type":"integer","minimum":-1000,"maximum":1000},"prices":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"integer","minimum":0,"maximum":9007199254740991},"net":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["unitId","retail"]}}},"required":["name","currency","validFrom","prices"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/rates/{rateId}":{"delete":{"summary":"Borra una tarifa","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"rateId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/schedules":{"get":{"summary":"Horarios y cierres de la modalidad","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"schedules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"validFrom":{"type":"string"},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"openTime":{"type":["string","null"]},"closeTime":{"type":["string","null"]},"capacity":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","optionId","validFrom","validTo","weekdays","startTimes","openTime","closeTime","capacity","createdAt"],"additionalProperties":false}},"closures":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"date":{"type":"string"},"startTime":{"type":["string","null"]},"reason":{"type":["string","null"]}},"required":["id","optionId","date","startTime","reason"],"additionalProperties":false}}},"required":["schedules","closures"],"additionalProperties":false}}}}}},"post":{"summary":"Crea un horario recurrente (dias, horas, aforo)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"validFrom":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":96,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}},"openTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"closeTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"capacity":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":100000},{"type":"null"}]}},"required":["validFrom"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/schedules/{scheduleId}":{"delete":{"summary":"Borra un horario","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"scheduleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/closures":{"post":{"summary":"Cierra un dia o una hora (festivo, meteorologia, evento privado)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"date":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"startTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"reason":{"default":null,"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]}},"required":["date"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/closures/{closureId}":{"delete":{"summary":"Reabre un cierre","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"closureId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/slots":{"get":{"summary":"Calendario operativo: franjas con aforo, vendidas y bloqueadas","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"startsAt":{"type":"string"},"localDate":{"type":"string"},"localTime":{"type":"string"},"capacity":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"sold":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"held":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string"},"octoStatus":{"type":"string"},"manual":{"type":"boolean"}},"required":["id","startsAt","localDate","localTime","capacity","sold","held","vacancies","status","octoStatus","manual"],"additionalProperties":false}}}}}}}},"/availability/slots/{id}":{"patch":{"summary":"Ajusta una franja concreta (aforo o cierre); queda marcada como manual","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"capacity":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["open","closed"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/public/activities/{id}/options":{"get":{"summary":"Modalidades a la venta de una actividad con sus tipos de entrada","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":"string"},"availabilityType":{"type":"string"},"durationMinutes":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"languages":{"type":"array","items":{"type":"string"}},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"minAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","type","name","minAge","maxAge","pax"],"additionalProperties":false}}},"required":["id","name","description","availabilityType","durationMinutes","minUnits","maxUnits","languages","units"],"additionalProperties":false}}}}}}}},"/public/options/{id}/calendar":{"get":{"summary":"Calendario de un mes: estado de cada dia y precio desde","tags":["public"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":false},{"schema":{"default":42,"type":"integer","minimum":1,"maximum":62},"in":"query","name":"days","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"from":{"type":"string"},"to":{"type":"string"},"days":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"status":{"type":"string","enum":["AVAILABLE","LIMITED","SOLD_OUT","CLOSED","FREESALE"]},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["date","status","fromPrice"],"additionalProperties":false}}},"required":["optionId","from","to","days"],"additionalProperties":false}}}}}}},"/public/options/{id}/slots":{"get":{"summary":"Horas disponibles de un dia con plazas y precios por tipo de entrada","tags":["public"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"date","required":true},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"localTime":{"type":"string"},"startsAt":{"type":"string"},"status":{"type":"string"},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"prices":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","retail"],"additionalProperties":false}}},"required":["id","localTime","startsAt","status","vacancies","prices"],"additionalProperties":false}}}}}}}},"/public/options/{id}/quote":{"post":{"summary":"Precio exacto y disponibilidad de una combinacion de entradas en una franja","tags":["public"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":0,"maximum":500}},"required":["unitId","quantity"]}}},"required":["slotId","units"]}}}},"parameters":[{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"available":{"type":"boolean"},"status":{"type":"string"},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"subtotal":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","quantity","unitPrice","subtotal"],"additionalProperties":false}},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]}},"required":["available","status","vacancies","total","lines","conversion"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/portfolio":{"get":{"summary":"Cartera: reglas propias y heredadas de los grupos y la plataforma","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"own":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":["string","null"]}},"required":["id","orgId","effect","targetType","targetId","label"],"additionalProperties":false}},"inherited":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":["string","null"]}},"required":["id","orgId","effect","targetType","targetId","label"],"additionalProperties":false}}},"required":["own","inherited"],"additionalProperties":false}}}}}},"post":{"summary":"Permite o excluye producto de la cartera (solo acota lo que el grupo permite)","tags":["channels"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["effect","targetType","targetId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id","orgId","effect","targetType","targetId"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/portfolio/{ruleId}":{"delete":{"summary":"Quita una regla de la cartera","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"ruleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/channels/{orgId}/sellable":{"get":{"summary":"Que actividades puede vender un canal (web en cobranding, widgets)","tags":["public","channels"],"parameters":[{"schema":{"type":"string","maxLength":3800},"in":"query","name":"ids","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"boolean"}}}}}}}},"/orgs/{orgId}/sites":{"post":{"summary":"Asigna un dominio propio a la organizacion (web en cobranding)","tags":["channels"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"hostname":{"type":"string","pattern":"^(?=.{3,253}$)([a-z0-9](-?[a-z0-9])*\\.)+[a-z]{2,}$"}},"required":["hostname"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"hostname":{"type":"string"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["hostname","orgId"],"additionalProperties":false}}}}}},"get":{"summary":"Dominios propios de la organizacion","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"hostname":{"type":"string"}},"required":["hostname"],"additionalProperties":false}}}}}}}},"/sites/{hostname}":{"delete":{"summary":"Libera un dominio","tags":["channels"],"parameters":[{"schema":{"type":"string","pattern":"^(?=.{3,253}$)([a-z0-9](-?[a-z0-9])*\\.)+[a-z]{2,}$"},"in":"path","name":"hostname","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/sites/{hostname}":{"get":{"summary":"Organizacion duena de un dominio (la web elige marca y canal por el host)","tags":["public","channels"],"parameters":[{"schema":{"type":"string","maxLength":253},"in":"path","name":"hostname","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"}},"required":["orgId","name","type"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/links":{"post":{"summary":"Crea un enlace corto de socio (atribuye ventas; tambien en QR)","tags":["channels"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"target":{"type":"string","maxLength":500,"pattern":"^\\/[a-z]{2}(\\/[\\w\\-.~%]*)*(\\?[\\w\\-.~%=&]*)?$"},"label":{"default":null,"anyOf":[{"type":"string","maxLength":120},{"type":"null"}]},"utmSource":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmMedium":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmCampaign":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]}},"required":["target"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"url":{"type":"string"},"target":{"type":"string"},"label":{"type":["string","null"]},"utm":{"type":"object","properties":{"source":{"type":["string","null"]},"medium":{"type":["string","null"]},"campaign":{"type":["string","null"]}},"required":["source","medium","campaign"],"additionalProperties":false},"clicks":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"}},"required":["id","code","url","target","label","utm","clicks","orders","pax","sales","createdAt"],"additionalProperties":false}}}}}},"get":{"summary":"Enlaces del socio con sus clics, reservas confirmadas, viajeros y ventas","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"url":{"type":"string"},"target":{"type":"string"},"label":{"type":["string","null"]},"utm":{"type":"object","properties":{"source":{"type":["string","null"]},"medium":{"type":["string","null"]},"campaign":{"type":["string","null"]}},"required":["source","medium","campaign"],"additionalProperties":false},"clicks":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"}},"required":["id","code","url","target","label","utm","clicks","orders","pax","sales","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/links/{linkId}/qr.svg":{"get":{"summary":"Codigo QR del enlace (SVG para imprimir en recepcion, folletos o mesas)","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"linkId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/public/links/{code}/click":{"post":{"summary":"Resuelve un enlace corto (cuenta el clic): destino, socio y UTM","tags":["public","channels"],"parameters":[{"schema":{"type":"string","pattern":"^[a-z0-9]{4,20}$"},"in":"path","name":"code","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"target":{"type":"string"},"partner":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"utm":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"required":["target","partner","utm"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/widgets/snippet":{"get":{"summary":"Codigo para incrustar el widget de reserva de una actividad en la web del socio","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":true},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"html":{"type":"string"},"allowedOrigins":{"type":"array","items":{"type":"string"}}},"required":["url","html","allowedOrigins"],"additionalProperties":false}}}}}}},"/public/embed/{orgId}":{"get":{"summary":"Webs donde el socio puede incrustar widgets (cabecera frame-ancestors)","tags":["public","channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"}}},"required":["origins"],"additionalProperties":false}}}}}}},"/public/widgets/{orgId}/activities":{"get":{"summary":"Actividades de un widget de afiliado (listado o carrusel): solo las de su cartera, por destino, categoria, seleccion o texto","tags":["public","channels"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string","maxLength":1900},"in":"query","name":"ids","required":false},{"schema":{"type":"string","maxLength":80},"in":"query","name":"q","required":false},{"schema":{"default":"popular","type":"string","enum":["popular","rating","price_asc","price_desc"]},"in":"query","name":"sort","required":false},{"schema":{"default":6,"type":"integer","minimum":1,"maximum":24},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"partner":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]}},"required":["url","alt","width","height"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination"],"additionalProperties":false}}},"required":["partner","items"],"additionalProperties":false}}}}}}},"/public/affiliates/{orgId}/feed.json":{"get":{"summary":"Feed de producto del afiliado (JSON): actividades de su cartera con enlaces atribuidos, para webs propias y comparadores","tags":["public","channels"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"partner":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"locale":{"type":"string"},"currency":{"type":["string","null"]},"generatedAt":{"type":"string"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"},"widgetUrl":{"type":"string"},"image":{"type":["string","null"]},"price":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"rating":{"type":"number"},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"freeCancellation":{"type":"boolean"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"countryCode":{"type":"string"},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["id","code","title","summary","url","widgetUrl","image","price","rating","reviews","durationMinutes","freeCancellation","destination","countryCode","categoryIds"],"additionalProperties":false}}},"required":["partner","locale","currency","generatedAt","count","items"],"additionalProperties":false}}}}}}},"/public/affiliates/{orgId}/feed.csv":{"get":{"summary":"Feed de producto del afiliado (CSV, una fila por actividad; excel=1 para Excel)","tags":["public","channels"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/widgets/code":{"get":{"summary":"Codigo de un widget (script con altura automatica, iframe y shortcode de WordPress), vista previa y webs autorizadas","tags":["channels"],"parameters":[{"schema":{"default":"activity","type":"string","enum":["activity","activities","search"]},"in":"query","name":"type","required":false},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string","maxLength":1900},"in":"query","name":"ids","required":false},{"schema":{"type":"string","maxLength":80},"in":"query","name":"q","required":false},{"schema":{"default":"popular","type":"string","enum":["popular","rating","price_asc","price_desc"]},"in":"query","name":"sort","required":false},{"schema":{"default":6,"type":"integer","minimum":1,"maximum":24},"in":"query","name":"limit","required":false},{"schema":{"default":"grid","type":"string","enum":["grid","carousel","list"]},"in":"query","name":"layout","required":false},{"schema":{"type":"string","pattern":"^#?[0-9a-fA-F]{6}$"},"in":"query","name":"accent","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"script":{"type":"string"},"iframe":{"type":"string"},"shortcode":{"type":"string"},"height":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"loader":{"type":"string"},"sellable":{"type":"boolean"},"allowedOrigins":{"type":"array","items":{"type":"string"}},"feed":{"type":"object","properties":{"json":{"type":"string"},"csv":{"type":"string"}},"required":["json","csv"],"additionalProperties":false}},"required":["url","script","iframe","shortcode","height","loader","sellable","allowedOrigins","feed"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/widgets/wordpress-plugin.zip":{"get":{"summary":"Plugin de WordPress (ZIP) preconfigurado con la web de la plataforma y el identificador del socio","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/promotions":{"post":{"summary":"Crea una promocion con codigos propios o generados","tags":["promotions"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"kind":{"type":"string","enum":["percent","fixed"]},"value":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"currency":{"default":null,"anyOf":[{"type":"string","minLength":3,"maxLength":3},{"type":"null"}]},"maxDiscount":{"default":null,"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"minOrderAmount":{"default":null,"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"scope":{"default":{},"type":"object","properties":{"activities":{"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"destinations":{"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"categories":{"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providers":{"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}}},"fundedBy":{"default":"platform","type":"string","enum":["platform","provider"]},"startsAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"endsAt":{"default":null,"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},{"type":"null"}]},"maxRedemptions":{"default":null,"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"perCustomerLimit":{"default":null,"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]},"campaignId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"codes":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^[A-Za-z0-9-]{3,30}$"}},"generate":{"default":null,"anyOf":[{"type":"object","properties":{"count":{"type":"integer","minimum":1,"maximum":5000},"prefix":{"type":"string","pattern":"^[A-Za-z0-9-]{0,12}$"},"maxRedemptionsEach":{"default":1,"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["count","prefix"]},{"type":"null"}]}},"required":["name","kind","value"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":["string","null"]},"maxDiscount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minOrderAmount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"scope":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"fundedBy":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]},"maxRedemptions":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"perCustomerLimit":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"redemptions":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"campaignId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"codes":{"type":"array","items":{"type":"string"}}},"required":["id","name","kind","value","currency","maxDiscount","minOrderAmount","scope","fundedBy","startsAt","endsAt","maxRedemptions","perCustomerLimit","redemptions","status","campaignId","codes"],"additionalProperties":false}}}}}},"get":{"summary":"Promociones de la plataforma","tags":["promotions"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":["string","null"]},"maxDiscount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minOrderAmount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"scope":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"fundedBy":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]},"maxRedemptions":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"perCustomerLimit":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"redemptions":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"campaignId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["id","name","kind","value","currency","maxDiscount","minOrderAmount","scope","fundedBy","startsAt","endsAt","maxRedemptions","perCustomerLimit","redemptions","status","campaignId"],"additionalProperties":false}}}}}}}},"/promotions/{id}":{"get":{"summary":"Promocion con codigos y canjes","tags":["promotions"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":["string","null"]},"maxDiscount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minOrderAmount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"scope":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"fundedBy":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]},"maxRedemptions":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"perCustomerLimit":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"redemptions":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"campaignId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"codes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"redemptions":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxRedemptions":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["code","redemptions","maxRedemptions"],"additionalProperties":false}},"usage":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["status","count","amount"],"additionalProperties":false}}},"required":["id","name","kind","value","currency","maxDiscount","minOrderAmount","scope","fundedBy","startsAt","endsAt","maxRedemptions","perCustomerLimit","redemptions","status","campaignId","codes","usage"],"additionalProperties":false}}}}}},"patch":{"summary":"Pausa, reactiva, archiva o cambia vigencia y limite","tags":["promotions"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","paused","archived"]},"endsAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},{"type":"null"}]},"maxRedemptions":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":["string","null"]},"maxDiscount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minOrderAmount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"scope":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"fundedBy":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]},"maxRedemptions":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"perCustomerLimit":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"redemptions":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"campaignId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["id","name","kind","value","currency","maxDiscount","minOrderAmount","scope","fundedBy","startsAt","endsAt","maxRedemptions","perCustomerLimit","redemptions","status","campaignId"],"additionalProperties":false}}}}}}},"/campaigns":{"post":{"summary":"Crea una campaña (parametros UTM para enlaces, promociones e informes)","tags":["promotions"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"utmSource":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmMedium":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmCampaign":{"type":"string","pattern":"^[a-z0-9_-]{2,60}$"},"startsAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"endsAt":{"default":null,"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},{"type":"null"}]}},"required":["name","utmCampaign"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"utmSource":{"type":["string","null"]},"utmMedium":{"type":["string","null"]},"utmCampaign":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]}},"required":["id","name","utmSource","utmMedium","utmCampaign","startsAt","endsAt"],"additionalProperties":false}}}}}},"get":{"summary":"Campañas de la plataforma","tags":["promotions"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"utmSource":{"type":["string","null"]},"utmMedium":{"type":["string","null"]},"utmCampaign":{"type":"string"},"startsAt":{"type":"string"},"endsAt":{"type":["string","null"]}},"required":["id","name","utmSource","utmMedium","utmCampaign","startsAt","endsAt"],"additionalProperties":false}}}}}}}},"/public/payments/sandbox/{id}":{"get":{"summary":"Datos de un cobro de prueba (pasarela sandbox) para su pagina de pago","tags":["payments"],"parameters":[{"schema":{"type":"string","minLength":10,"maxLength":100},"in":"query","name":"s","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderRef":{"type":"string"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"status":{"type":"string"},"returnUrl":{"type":["string","null"]}},"required":["id","orderRef","amount","status","returnUrl"],"additionalProperties":false}}}}}}},"/public/payments/sandbox/{id}/complete":{"post":{"summary":"Completa (o rechaza) un cobro de la pasarela sandbox","tags":["payments"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string","minLength":10,"maxLength":100},"outcome":{"type":"string","enum":["success","failure"]}},"required":["secret","outcome"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}},"required":["status"],"additionalProperties":false}}}}}}},"/payments/orders/{orderId}":{"get":{"summary":"Cobros y devoluciones de un pedido","tags":["payments"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orderId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"intents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"string"},"status":{"type":"string"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"providerRef":{"type":["string","null"]},"failureReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","provider","status","amount","providerRef","failureReason","createdAt"],"additionalProperties":false}},"refunds":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"reason":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","status","amount","reason","createdAt"],"additionalProperties":false}}},"required":["intents","refunds"],"additionalProperties":false}}}}}}},"/public/payments/webhooks/stripe":{"post":{"summary":"Webhook firmado de Stripe (resultado de los cobros)","tags":["payments"],"description":"Solo para Stripe: se configura en su panel y se verifica con `payments.stripeWebhookSecret`. No es para integradores.","responses":{"200":{"description":"Default Response"}}}},"/public/carts":{"post":{"summary":"Crea un carrito (el token opaco identifica al carrito; guardalo en el cliente)","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"attribution":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},"site":{"type":"string","maxLength":253},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}}}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"cart":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}},"required":["token","cart"],"additionalProperties":false}}}}}}},"/public/carts/{token}/currency":{"put":{"summary":"Cambia la moneda de pago: recalcula cada linea desde el precio del proveedor con los tipos vigentes","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}},"required":["currency"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}":{"get":{"summary":"Contenido del carrito","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/payment-options":{"get":{"summary":"Formas de pago del carrito: el saldo del area de cliente y los metodos de la pasarela para el pais del cliente (ADR 0048)","tags":["public","booking"],"description":"Sin `country` se usa el pais probable de la peticion. Los metodos son los que la configuracion de Stripe del mercado tiene activos en la cuenta, filtrados por moneda y pais; Stripe Checkout decide la lista final. El saldo necesita la cabecera `x-customer-session`.","parameters":[{"schema":{"type":"string","pattern":"^[A-Za-z]{2}$"},"in":"query","name":"country","required":false},{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"country":{"type":["string","null"]},"countrySource":{"anyOf":[{"type":"string","enum":["customer","request"]},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"wallet":{"type":"object","properties":{"state":{"type":"string","enum":["available","empty","signin","unavailable"]},"email":{"type":["string","null"]},"balance":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"covers":{"type":"boolean"},"remainder":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["state","email","balance","covers","remainder"],"additionalProperties":false},"gateway":{"type":"object","properties":{"provider":{"type":"string"},"market":{"type":["string","null"]},"source":{"type":"string","enum":["account","fallback","sandbox"]},"methods":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"name":{"type":"string"},"delayed":{"type":"boolean"},"device":{"type":"boolean"}},"required":["type","name","delayed","device"],"additionalProperties":false}}},"required":["provider","market","source","methods"],"additionalProperties":false}},"required":["country","countrySource","payable","wallet","gateway"],"additionalProperties":false}}}}}}},"/public/carts/{token}/items":{"post":{"summary":"Añade una franja con sus entradas; bloquea las plazas 20 minutos","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":0,"maximum":500}},"required":["unitId","quantity"]}}},"required":["optionId","slotId","units"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/items/{itemId}":{"delete":{"summary":"Quita un elemento y libera sus plazas","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/promo":{"post":{"summary":"Aplica un codigo promocional al carrito (se valida y se calcula el descuento)","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","minLength":3,"maxLength":30}},"required":["code"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}},"delete":{"summary":"Quita el codigo promocional del carrito","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/checkout":{"post":{"summary":"Confirma los datos del cliente y crea el pedido; el cobro se prepara de forma asincrona","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"country":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}},"required":["name","email"]},"acceptTerms":{"type":"boolean","enum":[true]},"marketingConsent":{"default":false,"type":"boolean"},"useCashback":{"default":false,"type":"boolean"},"payment":{"type":"string","enum":["gateway","wallet"]},"createAccount":{"default":false,"type":"boolean"}},"required":["customer","acceptTerms"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string"},"accessToken":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cashbackApplied":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"accountCreated":{"type":"boolean"}},"required":["reference","accessToken","total","cashbackApplied","accountCreated"],"additionalProperties":false}}}}}}},"/public/orders/{reference}":{"get":{"summary":"Estado del pedido (pago, bonos, cancelacion) con su token de acceso","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customer":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":["string","null"]}},"required":["name","email","phone"],"additionalProperties":false},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"refunded":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"discount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"promoCode":{"type":["string","null"]},"paymentMethod":{"type":"string"},"locale":{"type":"string"},"createdAt":{"type":"string"},"paymentDeadline":{"type":"string"},"payment":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"provider":{"type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["status","provider","redirectUrl"],"additionalProperties":false},{"type":"null"}]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"status":{"type":"string"},"voucherCode":{"type":["string","null"]},"cancellationPolicy":{"type":"string"},"refundIfCancelled":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","status","voucherCode","cancellationPolicy","refundIfCancelled"],"additionalProperties":false}}},"required":["id","reference","status","channel","customer","total","refunded","discount","promoCode","paymentMethod","locale","createdAt","paymentDeadline","payment","items"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/cancel":{"post":{"summary":"Cancela el pedido (o actividades concretas) segun su politica; devuelve lo que corresponda","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"t":{"type":"string","minLength":20,"maxLength":100},"itemIds":{"maxItems":20,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"reason":{"default":"cancelado por el cliente","type":"string","maxLength":500}},"required":["t"]}}}},"parameters":[{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"refund":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["refund","cancelled"],"additionalProperties":false}}}}}}},"/bookings/carts":{"post":{"summary":"Carrito de un agente para vender por cuenta de un cliente (agencia, recepcion de hotel)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"file":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}}}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"cart":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}},"required":["token","cart"],"additionalProperties":false}}}}}}},"/bookings/carts/{token}/checkout":{"post":{"summary":"El agente cierra la venta: el cliente paga con enlace de pago o la agencia con su monedero","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"country":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}},"required":["name","email"]},"paymentMethod":{"default":"card","type":"string","enum":["card","wallet"]}},"required":["customer"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string"},"accessToken":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"paymentMethod":{"type":"string"}},"required":["reference","accessToken","total","paymentMethod"],"additionalProperties":false}}}}}}},"/bookings/orders":{"get":{"summary":"Pedidos visibles: la plataforma todos; agencias los suyos; proveedores los que incluyen sus actividades","tags":["booking"],"parameters":[{"schema":{"type":"string","enum":["pending_payment","confirmed","partially_cancelled","cancelled","payment_failed","expired","failed"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","maxLength":254},"in":"query","name":"q","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","reference","status","channel","customerName","customerEmail","total","createdAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/bookings/orders/{id}":{"get":{"summary":"Detalle de un pedido","tags":["booking"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customer":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":["string","null"]}},"required":["name","email","phone"],"additionalProperties":false},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"refunded":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"discount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"promoCode":{"type":["string","null"]},"paymentMethod":{"type":"string"},"locale":{"type":"string"},"createdAt":{"type":"string"},"paymentDeadline":{"type":"string"},"payment":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"provider":{"type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["status","provider","redirectUrl"],"additionalProperties":false},{"type":"null"}]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","name","quantity","unitPrice"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"status":{"type":"string"},"voucherCode":{"type":["string","null"]},"cancellationPolicy":{"type":"string"},"refundIfCancelled":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","status","voucherCode","cancellationPolicy","refundIfCancelled"],"additionalProperties":false}}},"required":["id","reference","status","channel","customer","total","refunded","discount","promoCode","paymentMethod","locale","createdAt","paymentDeadline","payment","items"],"additionalProperties":false}}}}}}},"/bookings/orders/{id}/cancel":{"post":{"summary":"Cancelacion por soporte o proveedor (reembolso segun politica o total)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"itemIds":{"maxItems":20,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"reason":{"type":"string","minLength":3,"maxLength":500},"refund":{"default":"full","type":"string","enum":["policy","full"]}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"refund":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["refund","cancelled"],"additionalProperties":false}}}}}}},"/bookings/manifest":{"get":{"summary":"Manifiesto del proveedor (x-org-id): reservas confirmadas entre dos fechas","tags":["booking"],"parameters":[{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"in":"query","name":"to","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":"string"},"customerPhone":{"type":["string","null"]},"startsAt":{"type":"string"},"title":{"type":"string"},"optionName":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"units":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["name","quantity"],"additionalProperties":false}},"voucherCode":{"type":["string","null"]},"status":{"type":"string"}},"required":["itemId","reference","customerName","customerPhone","startsAt","title","optionName","pax","units","voucherCode","status"],"additionalProperties":false}}}}}}}},"/bookings/vouchers/redeem":{"post":{"summary":"Valida un bono en el punto de encuentro (check-in)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"voucherCode":{"type":"string","minLength":4,"maxLength":20}},"required":["voucherCode"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"}},"required":["itemId","status","pax","startsAt"],"additionalProperties":false}}}}}}},"/notifications/messages":{"get":{"summary":"Comunicaciones enviadas (atencion al cliente): por referencia o destinatario","tags":["notifications"],"parameters":[{"schema":{"type":"string","maxLength":40},"in":"query","name":"reference","required":false},{"schema":{"type":"string","maxLength":200},"in":"query","name":"to","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"channel":{"type":"string"},"to":{"type":"string"},"subject":{"type":"string"},"template":{"type":"string"},"locale":{"type":"string"},"reference":{"type":["string","null"]},"status":{"type":"string"},"provider":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"sentAt":{"type":["string","null"]}},"required":["id","channel","to","subject","template","locale","reference","status","provider","error","createdAt","sentAt"],"additionalProperties":false}}}}}}}},"/billing/jurisdictions":{"get":{"summary":"Legislaciones fiscales: precargadas y editadas en el panel","tags":["billing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},"country":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"string","minLength":2,"maxLength":100},"taxName":{"type":"string","minLength":1,"maxLength":30},"rates":{"type":"object","properties":{"standard":{"type":"integer","minimum":0,"maximum":10000},"reduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"superReduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"zero":{"default":0,"type":"integer","minimum":0,"maximum":10000}},"required":["standard","reduced","superReduced","zero"],"additionalProperties":false},"eu":{"type":"boolean"},"currency":{"type":"string","minLength":3,"maxLength":3},"simplifiedThreshold":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"eInvoicing":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"legalBasis":{"type":"string","maxLength":500},"mentions":{"type":"object","properties":{"reverseCharge":{"type":"string","maxLength":300},"margin":{"type":"string","maxLength":300},"exempt":{"type":"string","maxLength":300},"notSubject":{"type":"string","maxLength":300},"onBehalf":{"type":"string","maxLength":300},"simplified":{"type":"string","maxLength":300}},"required":["reverseCharge","margin","exempt","notSubject","onBehalf","simplified"],"additionalProperties":false},"locale":{"type":"string","minLength":2,"maxLength":5},"source":{"type":"string","enum":["preset","custom","customized"]}},"required":["code","country","name","taxName","rates","eu","currency","simplifiedThreshold","eInvoicing","legalBasis","mentions","locale","source"],"additionalProperties":false}}}}}}}},"/billing/jurisdictions/{code}":{"put":{"summary":"Crea o sustituye una legislacion (tipos, umbral, menciones...)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"country":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"string","minLength":2,"maxLength":100},"taxName":{"type":"string","minLength":1,"maxLength":30},"rates":{"type":"object","properties":{"standard":{"type":"integer","minimum":0,"maximum":10000},"reduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"superReduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"zero":{"default":0,"type":"integer","minimum":0,"maximum":10000}},"required":["standard"]},"eu":{"type":"boolean"},"currency":{"type":"string","minLength":3,"maxLength":3},"simplifiedThreshold":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"eInvoicing":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"legalBasis":{"type":"string","maxLength":500},"mentions":{"type":"object","properties":{"reverseCharge":{"type":"string","maxLength":300},"margin":{"type":"string","maxLength":300},"exempt":{"type":"string","maxLength":300},"notSubject":{"type":"string","maxLength":300},"onBehalf":{"type":"string","maxLength":300},"simplified":{"type":"string","maxLength":300}},"required":["reverseCharge","margin","exempt","notSubject","onBehalf","simplified"]},"locale":{"type":"string","minLength":2,"maxLength":5}},"required":["country","name","taxName","rates","eu","currency","simplifiedThreshold","eInvoicing","legalBasis","mentions","locale"]}}}},"parameters":[{"schema":{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},"in":"path","name":"code","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},"country":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"string","minLength":2,"maxLength":100},"taxName":{"type":"string","minLength":1,"maxLength":30},"rates":{"type":"object","properties":{"standard":{"type":"integer","minimum":0,"maximum":10000},"reduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"superReduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"zero":{"default":0,"type":"integer","minimum":0,"maximum":10000}},"required":["standard","reduced","superReduced","zero"],"additionalProperties":false},"eu":{"type":"boolean"},"currency":{"type":"string","minLength":3,"maxLength":3},"simplifiedThreshold":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"eInvoicing":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"legalBasis":{"type":"string","maxLength":500},"mentions":{"type":"object","properties":{"reverseCharge":{"type":"string","maxLength":300},"margin":{"type":"string","maxLength":300},"exempt":{"type":"string","maxLength":300},"notSubject":{"type":"string","maxLength":300},"onBehalf":{"type":"string","maxLength":300},"simplified":{"type":"string","maxLength":300}},"required":["reverseCharge","margin","exempt","notSubject","onBehalf","simplified"],"additionalProperties":false},"locale":{"type":"string","minLength":2,"maxLength":5}},"required":["code","country","name","taxName","rates","eu","currency","simplifiedThreshold","eInvoicing","legalBasis","mentions","locale"],"additionalProperties":false}}}}}},"delete":{"summary":"Descarta la version del panel (vuelve la precargada)","tags":["billing"],"parameters":[{"schema":{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},"in":"path","name":"code","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/systems":{"get":{"summary":"Sistemas y reglas de facturacion de la organizacion (y los heredados o compartidos) y limites del autoservicio","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"boolean"},"canOwn":{"type":"boolean"},"systems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}},"rules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}},"selfService":{"type":"object","properties":{"enabled":{"type":"boolean"},"allowedIssuers":{"type":"array","items":{"type":"string"}},"allowedSchemes":{"type":"array","items":{"type":"string"}},"allowRateOverride":{"type":"boolean"},"requireCommissionInvoice":{"type":"boolean"}},"required":["enabled","allowedIssuers","allowedSchemes","allowRateOverride","requireCommissionInvoice"],"additionalProperties":false}},"required":["platform","canOwn","systems","rules","selfService"],"additionalProperties":false}}}}}},"post":{"summary":"Crea un sistema de facturacion (un proveedor, dentro de los limites de la plataforma)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}}},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply"]}},"required":["name","config"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/billing/systems/{id}":{"patch":{"summary":"Cambia un sistema de facturacion (las facturas ya emitidas no cambian)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}}},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un sistema sin reglas","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/rules":{"post":{"summary":"Crea una regla: proveedor, pais del proveedor, del cliente o de la actividad, destino y canal -> sistema","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"priority":{"type":"integer","minimum":-1000,"maximum":1000},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}}}},"required":["name","systemId","conditions"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/billing/rules/{id}":{"patch":{"summary":"Cambia una regla de facturacion","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"priority":{"type":"integer","minimum":-1000,"maximum":1000},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra una regla de facturacion","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/simulate":{"post":{"summary":"Simulador: que sistema, jurisdiccion, impuesto y menciones tendria una venta (con la traza de reglas)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityCountry":{"type":"string","minLength":2,"maxLength":2},"customerCountry":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"channel":{"default":"b2c","type":"string","enum":["b2c","b2b","b2b2c"]},"amount":{"default":10000,"type":"integer","minimum":0,"maximum":100000000},"margin":{"default":2000,"type":"integer","minimum":0,"maximum":100000000},"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3},"recipientTaxId":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"recipientCountry":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"system":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"default":{"type":"boolean"}},"required":["id","name","ownerOrgId","default"],"additionalProperties":false},"ruleId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false},"issuer":{"type":"object","properties":{"kind":{"type":"string"},"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["kind","legalName","taxId","country"],"additionalProperties":false},"jurisdiction":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"taxName":{"type":"string"},"eInvoicing":{"type":["string","null"]}},"required":["code","name","taxName","eInvoicing"],"additionalProperties":false},{"type":"null"}]},"jurisdictionCountry":{"type":["string","null"]},"rateClass":{"type":"string"},"tax":{"type":"object","properties":{"scheme":{"type":"string"},"rateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"label":{"type":"string"},"reverseCharge":{"type":"boolean"},"base":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"tax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["scheme","rateBp","label","reverseCharge","base","tax"],"additionalProperties":false},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}},"trace":{"type":"array","items":{"type":"object","properties":{"ruleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"outcome":{"type":"string"},"unmet":{"type":"array","items":{"type":"string"}}},"required":["ruleId","ownerOrgId","systemId","outcome"],"additionalProperties":false}}},"required":["system","ruleId","config","issuer","jurisdiction","jurisdictionCountry","rateClass","tax","simplified","mentions","trace"],"additionalProperties":false}}}}}}},"/billing/invoices":{"get":{"summary":"Facturas y rectificativas emitidas (por referencia de reserva)","tags":["billing"],"parameters":[{"schema":{"type":"string","maxLength":20},"in":"query","name":"reference","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions"],"additionalProperties":false}}}}}}}},"/billing/invoices/{id}":{"get":{"summary":"Factura con sus lineas","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}},"lines":{"type":"array","items":{"type":"object","properties":{"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"description":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["itemId","description","quantity","total","taxBase","taxAmount","taxRateBp"],"additionalProperties":false}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions","lines"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/invoices":{"get":{"summary":"Facturas de un pedido (con su token de acceso)","tags":["public","billing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions"],"additionalProperties":false}}}}}}}},"/public/invoices/{id}":{"get":{"summary":"Factura imprimible (HTML) con el token de acceso del pedido","tags":["public","billing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/invoices":{"get":{"summary":"Facturas emitidas en nombre de la organizacion y las que recibe (comisiones de la plataforma)","tags":["billing"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/billing/invoices/{id}":{"get":{"summary":"Factura imprimible (HTML) emitida en nombre de la organizacion o recibida por ella","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/settlements":{"get":{"summary":"Liquidaciones del proveedor y lo pendiente de liquidar","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"pending":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount","lines"],"additionalProperties":false}},"settlements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"periodUntil":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string"},"paidAt":{"type":["string","null"]}},"required":["id","number","providerOrgId","amount","lines","periodUntil","status","createdAt","paidAt"],"additionalProperties":false}}},"required":["pending","settlements"],"additionalProperties":false}}}}}},"post":{"summary":"Liquida al proveedor las actividades realizadas antes de la fecha de corte","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3}},"required":["until"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"periodUntil":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string"},"paidAt":{"type":["string","null"]}},"required":["id","number","providerOrgId","amount","lines","periodUntil","status","createdAt","paidAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/settlements.csv":{"get":{"summary":"Liquidaciones del proveedor en CSV (excel=true: punto y coma y coma decimal)","tags":["billing"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/billing/settlements/{id}/pay":{"post":{"summary":"Marca una liquidacion como pagada (sale de caja y salda la deuda)","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"periodUntil":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string"},"paidAt":{"type":["string","null"]}},"required":["id","number","providerOrgId","amount","lines","periodUntil","status","createdAt","paidAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/rewards":{"get":{"summary":"Comisiones y royalties de la organizacion: totales por estado y ultimos devengos","tags":["rewards"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"totals":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string"},"status":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["kind","status","currency","amount"],"additionalProperties":false}},"recent":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reversed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"rateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"releaseAt":{"type":"string"}},"required":["id","orderId","itemId","kind","amount","reversed","currency","rateBp","status","releaseAt"],"additionalProperties":false}}},"required":["totals","recent"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/rewards.csv":{"get":{"summary":"Comisiones, royalties y su estado en CSV entre dos fechas de devengo (excel=true: punto y coma y coma decimal)","tags":["rewards"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/payouts":{"post":{"summary":"Paga al socio sus comisiones y royalties disponibles","tags":["rewards"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"accruals":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","amount","currency","accruals"],"additionalProperties":false}}}}}}},"/wallets/orgs/{orgId}":{"get":{"summary":"Monedero de una organizacion: saldos por cuenta y ultimos movimientos","tags":["wallet"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"kind":{"type":"string"},"description":{"type":"string"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","account","amount","currency","kind","description","orderId","createdAt"],"additionalProperties":false}}},"required":["accounts","movements"],"additionalProperties":false}}}}}}},"/me/wallet":{"get":{"summary":"Monedero del cliente (cashback pendiente y disponible)","tags":["wallet"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"kind":{"type":"string"},"description":{"type":"string"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","account","amount","currency","kind","description","orderId","createdAt"],"additionalProperties":false}}},"required":["accounts","movements"],"additionalProperties":false}}}}}}},"/wallets/orgs/{orgId}/adjustments":{"post":{"summary":"Ajuste manual de saldo (abono positivo, cargo negativo), auditado","tags":["wallet"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"account":{"type":"string","enum":["wallet","earnings"]},"currency":{"type":"string","minLength":3,"maxLength":3},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reason":{"type":"string","minLength":5,"maxLength":500}},"required":["account","currency","amount","reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"transactionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"required":["transactionId","account"],"additionalProperties":false}}}}}}},"/wallets/customers/{email}":{"get":{"summary":"Saldo y movimientos del cliente final (atencion al cliente)","tags":["wallet"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"email","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"kind":{"type":"string"},"description":{"type":"string"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","account","amount","currency","kind","description","orderId","createdAt"],"additionalProperties":false}}},"required":["accounts","movements"],"additionalProperties":false}}}}}}},"/wallets/customers/{email}/adjustments":{"post":{"summary":"Abono o cargo manual al saldo del cliente final (compensacion de atencion al cliente), auditado","tags":["wallet"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currency":{"type":"string","minLength":3,"maxLength":3},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reason":{"type":"string","minLength":5,"maxLength":500}},"required":["currency","amount","reason"]}}}},"parameters":[{"schema":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"email","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"transactionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"required":["transactionId","account"],"additionalProperties":false}}}}}}},"/wallets/orgs/{orgId}/credit-limit":{"put":{"summary":"Credito del monedero de una organizacion (agencias que pagan a plazo)","tags":["wallet"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currency":{"type":"string","minLength":3,"maxLength":3},"creditLimit":{"type":"integer","minimum":0,"maximum":100000000}},"required":["currency","creditLimit"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}}}}}}},"/ledger/trial-balance":{"get":{"summary":"Balance de comprobacion por tipo de cuenta y moneda, con las invariantes del libro","tags":["ledger"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"rows":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"accounts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["kind","currency","balance","accounts"],"additionalProperties":false}},"totals":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"violations":{"type":"object","properties":{"unbalanced":{"type":"array","items":{"type":"string"}},"driftedAccounts":{"type":"array","items":{"type":"string"}}},"required":["unbalanced","driftedAccounts"],"additionalProperties":false}},"required":["rows","totals","violations"],"additionalProperties":false}}}}}}},"/credit/overview":{"get":{"summary":"Deuda de credito B2B en tiempo real: totales por moneda (limite, dispuesto, vencido, antiguedad), cobrado en 30 dias y lineas","tags":["credit"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"totals":{"type":"array","items":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"suspended":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"collected30d":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging","currency","limit","lines","suspended","collected30d"],"additionalProperties":false}},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}},"required":["totals","lines"],"additionalProperties":false}}}}}}},"/credit/lines":{"post":{"summary":"Concede una linea de credito a una agencia o un alojamiento (limite, base del extracto, ciclo, plazo, gracia), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"basis":{"type":"string","enum":["spend_date","activity_date"]},"cycle":{"type":"string","enum":["monthly","days"]},"cycleDay":{"type":"integer","minimum":1,"maximum":28},"cycleDays":{"type":"integer","minimum":1,"maximum":365},"termsDays":{"type":"integer","minimum":0,"maximum":180},"graceDays":{"type":"integer","minimum":0,"maximum":90},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":0,"maximum":30},"limit":{"type":"integer","minimum":0,"maximum":1000000000},"billingEmail":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"notes":{"type":"string","maxLength":2000},"lateRateBp":{"type":"integer","minimum":0,"maximum":5000},"lateFee":{"type":"integer","minimum":0,"maximum":100000000},"lateFrom":{"type":"string","enum":["due","grace"]},"collection":{"type":"string","enum":["transfer","sepa"]},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string","minLength":3,"maxLength":3}},"required":["limit","orgId","currency"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}":{"patch":{"summary":"Cambia limite y condiciones de una linea de credito (el periodo en curso se respeta), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"basis":{"type":"string","enum":["spend_date","activity_date"]},"cycle":{"type":"string","enum":["monthly","days"]},"cycleDay":{"type":"integer","minimum":1,"maximum":28},"cycleDays":{"type":"integer","minimum":1,"maximum":365},"termsDays":{"type":"integer","minimum":0,"maximum":180},"graceDays":{"type":"integer","minimum":0,"maximum":90},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":0,"maximum":30},"limit":{"type":"integer","minimum":0,"maximum":1000000000},"billingEmail":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"notes":{"type":"string","maxLength":2000},"lateRateBp":{"type":"integer","minimum":0,"maximum":5000},"lateFee":{"type":"integer","minimum":0,"maximum":100000000},"lateFrom":{"type":"string","enum":["due","grace"]},"collection":{"type":"string","enum":["transfer","sepa"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}/status":{"post":{"summary":"Suspende, reactiva o cierra una linea de credito (cerrar exige deuda cero), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","suspended","closed"]},"note":{"default":null,"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}/statements":{"post":{"summary":"Cierre anticipado: emite ya el extracto con todo lo pendiente (el siguiente corte programado se mantiene)","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"statement":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string"},"basis":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"issuedAt":{"type":"string"},"dueAt":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"charges":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"trigger":{"type":"string"}},"required":["id","number","lineId","currency","basis","periodStart","periodEnd","issuedAt","dueAt","amount","outstanding","charges","status","trigger"],"additionalProperties":false},{"type":"null"}]}},"required":["statement"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}/payments":{"post":{"summary":"Registra un cobro (o un paso a fallido) imputado al total de un extracto, a reservas elegidas o a cuenta (lo mas antiguo primero), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"default":"payment","type":"string","enum":["payment","writeoff"]},"mode":{"type":"string","enum":["statement","charges","oldest"]},"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000},"statementId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"chargeIds":{"maxItems":1000,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"method":{"default":"transfer","type":"string","enum":["transfer","direct_debit","card","cash","check","compensation","other"]},"reference":{"default":"","type":"string","maxLength":200},"notes":{"default":"","type":"string","maxLength":2000},"receivedAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"}},"required":["mode"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"payment":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"mode":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"reference":{"type":"string"},"notes":{"type":"string"},"receivedAt":{"type":"string"},"status":{"type":"string"},"voidReason":{"type":["string","null"]},"allocations":{"type":"array","items":{"type":"object","properties":{"chargeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":["string","null"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["chargeId","reference","amount"],"additionalProperties":false}}},"required":["id","kind","amount","currency","method","mode","statementId","reference","notes","receivedAt","status","voidReason","allocations"],"additionalProperties":false},"line":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}},"required":["payment","line"],"additionalProperties":false}}}}}}},"/credit/payments/{paymentId}/void":{"post":{"summary":"Anula un cobro o un paso a fallido (la deuda vuelve a estar pendiente), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":5,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"paymentId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"mode":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"reference":{"type":"string"},"notes":{"type":"string"},"receivedAt":{"type":"string"},"status":{"type":"string"},"voidReason":{"type":["string","null"]},"allocations":{"type":"array","items":{"type":"object","properties":{"chargeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":["string","null"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["chargeId","reference","amount"],"additionalProperties":false}}},"required":["id","kind","amount","currency","method","mode","statementId","reference","notes","receivedAt","status","voidReason","allocations"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit":{"get":{"summary":"Credito de la organizacion: lineas con su deuda, extractos y cobros","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false},"statements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string"},"basis":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"issuedAt":{"type":"string"},"dueAt":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"charges":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"trigger":{"type":"string"}},"required":["id","number","lineId","currency","basis","periodStart","periodEnd","issuedAt","dueAt","amount","outstanding","charges","status","trigger"],"additionalProperties":false}},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"mode":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"reference":{"type":"string"},"notes":{"type":"string"},"receivedAt":{"type":"string"},"status":{"type":"string"},"voidReason":{"type":["string","null"]},"allocations":{"type":"array","items":{"type":"object","properties":{"chargeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":["string","null"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["chargeId","reference","amount"],"additionalProperties":false}}},"required":["id","kind","amount","currency","method","mode","statementId","reference","notes","receivedAt","status","voidReason","allocations"],"additionalProperties":false}},"guarantees":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"used":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"issuer":{"type":"string"},"reference":{"type":"string"},"expiresAt":{"type":["string","null"]},"status":{"type":"string"},"notes":{"type":"string"}},"required":["id","lineId","kind","amount","used","currency","issuer","reference","expiresAt","status","notes"],"additionalProperties":false}},"extensions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"endsAt":{"type":"string"},"reason":{"type":"string"},"cancelled":{"type":"boolean"}},"required":["id","amount","startsAt","endsAt","reason","cancelled"],"additionalProperties":false}},"notices":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures","statements","payments","guarantees","extensions","notices"],"additionalProperties":false}}},"required":["lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/charges":{"get":{"summary":"Reservas pagadas a credito de una linea: pendientes, sin extractar, en disputa o todas","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"lineId","required":true},{"schema":{"default":"open","type":"string","enum":["open","unbilled","disputed","all"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"statementId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/credit/statements/{statementId}":{"get":{"summary":"Extracto de credito con sus reservas, lo cobrado y lo pendiente","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"statementId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"statement":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string"},"basis":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"issuedAt":{"type":"string"},"dueAt":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"charges":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"trigger":{"type":"string"}},"required":["id","number","lineId","currency","basis","periodStart","periodEnd","issuedAt","dueAt","amount","outstanding","charges","status","trigger"],"additionalProperties":false},"charges":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}},"required":["statement","charges"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/statements/{statementId}/export.csv":{"get":{"summary":"Extracto de credito en CSV, una fila por reserva (excel=true: punto y coma y coma decimal)","tags":["credit"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"statementId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/credit/charges/{chargeId}/review":{"post":{"summary":"El socio reconoce o disputa una reserva cargada a credito (la plataforma la devuelve a reconocida al resolver), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"review":{"type":"string","enum":["recognized","disputed","pending"]},"note":{"default":null,"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["review"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"chargeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}}}}}},"/credit/charges/{chargeId}/waive":{"post":{"summary":"Condona lo pendiente de un interes o comision de demora, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":5,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"chargeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/lines/{lineId}/mandate":{"put":{"summary":"El socio firma el mandato SEPA (IBAN, titular) y sus extractos pasan a cobrarse por domiciliacion, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"iban":{"type":"string","minLength":15,"maxLength":42},"bic":{"default":null,"anyOf":[{"type":"string","maxLength":11},{"type":"null"}]},"holder":{"type":"string","minLength":2,"maxLength":70},"accept":{"type":"boolean","enum":[true]}},"required":["iban","holder","accept"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}},"delete":{"summary":"Revoca el mandato SEPA: los extractos vuelven a pagarse por transferencia, auditado","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}}},"/credit/sepa/batches":{"get":{"summary":"Remesas SEPA de extractos domiciliados, con sus adeudos","tags":["credit"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"collectionDate":{"type":"string"},"status":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"settledAt":{"type":["string","null"]},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"statementId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"returnReason":{"type":["string","null"]}},"required":["id","statementId","number","orgId","amount","status","returnReason"],"additionalProperties":false}}},"required":["id","number","collectionDate","status","total","items","createdAt","settledAt","lines"],"additionalProperties":false}}}}}}},"post":{"summary":"Genera una remesa SEPA (pain.008) con los extractos domiciliados pendientes para la fecha de cobro, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"collectionDate":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"statementIds":{"maxItems":1000,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["collectionDate"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"collectionDate":{"type":"string"},"status":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"settledAt":{"type":["string","null"]},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"statementId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"returnReason":{"type":["string","null"]}},"required":["id","statementId","number","orgId","amount","status","returnReason"],"additionalProperties":false}}},"required":["id","number","collectionDate","status","total","items","createdAt","settledAt","lines"],"additionalProperties":false}}}}}}},"/credit/sepa/batches/{batchId}/pain008.xml":{"get":{"summary":"Fichero pain.008.001.02 de la remesa para subirlo a la banca","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"batchId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/credit/sepa/batches/{batchId}/settle":{"post":{"summary":"El banco abono la remesa: registra el cobro de cada extracto por domiciliacion, auditado","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"batchId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"collectionDate":{"type":"string"},"status":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"settledAt":{"type":["string","null"]},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"statementId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"returnReason":{"type":["string","null"]}},"required":["id","statementId","number","orgId","amount","status","returnReason"],"additionalProperties":false}}},"required":["id","number","collectionDate","status","total","items","createdAt","settledAt","lines"],"additionalProperties":false}}}}}}},"/credit/sepa/items/{itemId}/return":{"post":{"summary":"Devolucion de un adeudo por el banco: anula el cobro y el extracto vuelve a estar pendiente, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":2,"maxLength":200}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string"}},"required":["id","status"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/notices":{"post":{"summary":"El socio avisa de un pago (transferencia u otro) con su justificante para que finanzas lo concilie","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000},"method":{"default":"transfer","type":"string","enum":["transfer","direct_debit","card","cash","check","compensation","other"]},"reference":{"default":"","type":"string","maxLength":200},"paidAt":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"statementId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"default":"","type":"string","maxLength":1000},"file":{"default":null,"anyOf":[{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"type":{"type":"string","enum":["application/pdf","image/png","image/jpeg","image/webp"]},"data":{"type":"string","format":"byte","pattern":"^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$"}},"required":["name","type","data"]},{"type":"null"}]}},"required":["lineId","amount","paidAt"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/notices/{noticeId}/file":{"get":{"summary":"Justificante adjunto a un aviso de pago (PDF o imagen)","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"noticeId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/credit/notices":{"get":{"summary":"Avisos de pago de los socios (por omision, los pendientes de conciliar)","tags":["credit"],"parameters":[{"schema":{"default":"pending","type":"string","enum":["pending","accepted","rejected"]},"in":"query","name":"status","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"},"orgName":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt","orgName"],"additionalProperties":false}}}}}}}},"/credit/notices/{noticeId}/accept":{"post":{"summary":"Concilia un aviso de pago: registra el cobro por su extracto o a cuenta (importe corregible), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"noticeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}}}}}},"/credit/notices/{noticeId}/reject":{"post":{"summary":"Rechaza un aviso de pago con motivo (no se registra cobro), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":5,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"noticeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}/guarantees":{"post":{"summary":"Registra una garantia de la linea: aval bancario (con vencimiento) o deposito en efectivo (entra en caja), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["bank_guarantee","deposit"]},"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000},"issuer":{"default":"","type":"string","maxLength":120},"reference":{"default":"","type":"string","maxLength":120},"expiresAt":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"notes":{"default":"","type":"string","maxLength":1000}},"required":["kind","amount"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"used":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"issuer":{"type":"string"},"reference":{"type":"string"},"expiresAt":{"type":["string","null"]},"status":{"type":"string"},"notes":{"type":"string"}},"required":["id","lineId","kind","amount","used","currency","issuer","reference","expiresAt","status","notes"],"additionalProperties":false}}}}}}},"/credit/guarantees/{guaranteeId}/execute":{"post":{"summary":"Ejecuta la garantia contra la deuda (lo mas antiguo primero, sin disputas), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"guaranteeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"used":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"issuer":{"type":"string"},"reference":{"type":"string"},"expiresAt":{"type":["string","null"]},"status":{"type":"string"},"notes":{"type":"string"}},"required":["id","lineId","kind","amount","used","currency","issuer","reference","expiresAt","status","notes"],"additionalProperties":false}}}}}}},"/credit/guarantees/{guaranteeId}/release":{"post":{"summary":"Libera la garantia: da de baja el aval o devuelve al socio lo que quede del deposito, auditado","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"guaranteeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"used":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"issuer":{"type":"string"},"reference":{"type":"string"},"expiresAt":{"type":["string","null"]},"status":{"type":"string"},"notes":{"type":"string"}},"required":["id","lineId","kind","amount","used","currency","issuer","reference","expiresAt","status","notes"],"additionalProperties":false}}}}}}},"/credit/lines/{lineId}/extensions":{"post":{"summary":"Amplia el limite temporalmente entre dos fechas (temporada alta, grupos); caduca sola, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000},"startsAt":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"endsAt":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"reason":{"type":"string","minLength":3,"maxLength":300}},"required":["amount","startsAt","endsAt","reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"endsAt":{"type":"string"},"reason":{"type":"string"},"cancelled":{"type":"boolean"}},"required":["id","amount","startsAt","endsAt","reason","cancelled"],"additionalProperties":false}}}}}}},"/credit/extensions/{extensionId}/cancel":{"post":{"summary":"Anula una ampliacion temporal del limite antes de que caduque, auditado","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"extensionId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"endsAt":{"type":"string"},"reason":{"type":"string"},"cancelled":{"type":"boolean"}},"required":["id","amount","startsAt","endsAt","reason","cancelled"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/integrations":{"post":{"summary":"Conecta el sistema de reservas del proveedor (OCTO): URL base y clave de API","tags":["integrations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"baseUrl":{"type":"string","maxLength":300,"format":"uri"},"apiKey":{"type":"string","minLength":8,"maxLength":500}},"required":["name","baseUrl","apiKey"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"baseUrl":{"type":"string"},"status":{"type":"string"},"lastSyncAt":{"type":["string","null"]},"lastError":{"type":["string","null"]}},"required":["id","providerOrgId","name","kind","baseUrl","status","lastSyncAt","lastError"],"additionalProperties":false}}}}}},"get":{"summary":"Conexiones del proveedor con su estado de sincronizacion","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"baseUrl":{"type":"string"},"status":{"type":"string"},"lastSyncAt":{"type":["string","null"]},"lastError":{"type":["string","null"]}},"required":["id","providerOrgId","name","kind","baseUrl","status","lastSyncAt","lastError"],"additionalProperties":false}}}}}}}},"/integrations/{id}/remote-products":{"get":{"summary":"Productos, opciones y tipos de entrada del sistema del proveedor (para mapearlos)","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"type":{"type":["string","null"]}},"required":["id","name","type"],"additionalProperties":false}}},"required":["id","name","units"],"additionalProperties":false}}},"required":["id","name","options"],"additionalProperties":false}}}}}}}},"/integrations/{id}/mappings/{optionId}":{"put":{"summary":"Vincula una modalidad propia a un producto y opcion del proveedor: su disponibilidad pasa a venir de alli","tags":["integrations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"externalProductId":{"type":"string","minLength":1,"maxLength":200},"externalOptionId":{"type":"string","minLength":1,"maxLength":200},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"externalUnitId":{"type":"string","minLength":1,"maxLength":200}},"required":["unitId","externalUnitId"]}}},"required":["externalProductId","externalOptionId","units"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"optionId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"connectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["optionId","connectionId"],"additionalProperties":false}}}}}},"delete":{"summary":"Desvincula la modalidad: vuelve a sus horarios y aforos propios","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"optionId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/integrations/{id}/sync":{"post":{"summary":"Sincroniza ahora la disponibilidad del proveedor","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"slots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["options","slots"],"additionalProperties":false}}}}}}},"/octo/v1/supplier":{"get":{"summary":"OCTO: datos del proveedor (la plataforma)","tags":["octo"],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/products":{"get":{"summary":"OCTO: productos que el revendedor puede vender","tags":["octo"],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/products/{productId}":{"get":{"summary":"OCTO: un producto con sus opciones y tipos de entrada","tags":["octo"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"productId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/availability":{"post":{"summary":"OCTO: franjas con estado, plazas y precio por tipo de entrada","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"localDateStart":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"localDateEnd":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"required":["productId","optionId","localDateStart","localDateEnd"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/availability/calendar":{"post":{"summary":"OCTO: calendario por dias","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"localDateStart":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"localDateEnd":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"required":["productId","optionId","localDateStart","localDateEnd"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings":{"post":{"summary":"OCTO: reserva en espera (bloquea plazas hasta confirmar o caducar)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","minLength":8,"maxLength":100},"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"availabilityId":{"type":"string","maxLength":100},"expirationMinutes":{"type":"integer","minimum":1,"maximum":1440},"notes":{"type":"string","maxLength":1000},"resellerReference":{"type":"string","maxLength":100},"unitItems":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","maxLength":100},"uuid":{"type":"string","maxLength":100}},"required":["unitId"]}}},"required":["productId","optionId","availabilityId","unitItems"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}":{"get":{"summary":"OCTO: estado de una reserva","tags":["octo"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}/confirm":{"post":{"summary":"OCTO: confirma la reserva (se paga con el monedero del revendedor)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"resellerReference":{"type":"string","maxLength":100},"contact":{"type":"object","properties":{"fullName":{"type":"string","minLength":2,"maxLength":120},"emailAddress":{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phoneNumber":{"type":"string","maxLength":40},"country":{"type":"string","maxLength":2}},"required":["fullName","emailAddress"]}},"required":["contact"]}}}},"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}/cancel":{"post":{"summary":"OCTO: cancela (en espera: libera plazas; confirmada: segun la politica, al monedero)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"default":{},"type":"object","properties":{"reason":{"type":"string","maxLength":500}}}}}},"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/reports/sales.csv":{"get":{"summary":"Ventas por dia en CSV (excel=true: separador punto y coma y coma decimal)","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/reports/sales":{"get":{"summary":"Ventas de la organizacion por dia (como vendedor, proveedor o plataforma) y actividades mas vendidas","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["seller","provider","platform"]},"series":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"currency":{"type":"string"},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"gross":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunds":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["day","currency","orders","items","pax","gross","refunds","cancelled"],"additionalProperties":false}},"top":{"type":"array","items":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"net":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["activityId","title","currency","pax","net"],"additionalProperties":false}}},"required":["role","series","top"],"additionalProperties":false}}}}}}},"/reports/partners":{"get":{"summary":"Totales de ventas del periodo por organizacion socia (como vendedora o como proveedora)","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"type":"string","enum":["seller","provider"]},"currency":{"type":"string"},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"gross":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunds":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["orgId","role","currency","orders","items","pax","gross","refunds","cancelled"],"additionalProperties":false}}}}}}}},"/webhooks/events":{"get":{"summary":"Eventos que se pueden recibir por webhook, con su version y descripcion","tags":["webhooks"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"type":"string"}},"required":["type","version","description"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks":{"post":{"summary":"Crea un destino de webhooks (el secreto de firma solo se muestra ahora)","tags":["webhooks"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","maxLength":500,"format":"uri"},"events":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"description":{"default":null,"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}},"required":["url","events"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false},"secret":{"type":"string"}},"required":["endpoint","secret"],"additionalProperties":false}}}}}},"get":{"summary":"Destinos de webhooks de la organizacion","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks/{id}":{"patch":{"summary":"Cambia URL, eventos, descripcion o estado (reactivar pone a cero los fallos)","tags":["webhooks"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","maxLength":500,"format":"uri"},"events":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"status":{"type":"string","enum":["active","disabled"]},"description":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Elimina un destino y sus entregas","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/rotate-secret":{"post":{"summary":"Nuevo secreto de firma (el anterior deja de valer al instante)","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"}},"required":["secret"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/test":{"post":{"summary":"Envia un evento de prueba `webhook.ping` firmado","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/deliveries":{"get":{"summary":"Ultimas entregas del destino con su resultado","tags":["webhooks"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks/{id}/deliveries/{deliveryId}/retry":{"post":{"summary":"Reintenta ya una entrega (tambien una fallida)","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"deliveryId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}},"/content/activities/{activityId}/jobs":{"post":{"summary":"Encarga a la IA una descripcion, textos SEO o una traduccion de la actividad (queda pendiente de revision)","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["description","seo","translation"]},"sourceLocale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"targetLocale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"instructions":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["kind","targetLocale"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"activityId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs":{"get":{"summary":"Encargos de contenido visibles (los de tus proveedores; la plataforma ve todos); con `pageId`, los de una pagina editorial","tags":["content"],"parameters":[{"schema":{"type":"string","enum":["queued","running","review","approved","rejected","failed"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"pageId","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}}},"/content/jobs/{id}":{"get":{"summary":"Un encargo de contenido con su propuesta","tags":["content"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs/{id}/approve":{"post":{"summary":"Aprueba la propuesta (tal cual o corregida); el catalogo la aplica a la actividad en ese idioma","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"maxItems":12,"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs/{id}/reject":{"post":{"summary":"Descarta la propuesta con un motivo","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":1,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/usage":{"get":{"summary":"Gasto del mes en generacion frente al tope y encargos por estado","tags":["content"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"spentCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"budgetCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"jobs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"required":["spentCents","budgetCents","provider","jobs"],"additionalProperties":false}}}}}}},"/translations/coverage":{"get":{"summary":"Cobertura por idioma de varias actividades (publicado, borrador, desfasado, falta)","tags":["translations"],"parameters":[{"schema":{"type":"string","maxLength":2000},"in":"query","name":"ids","required":true},{"schema":{"type":"string","maxLength":100},"in":"query","name":"locales","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"sourceLocale":{"type":"string"},"locales":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"published":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"draft":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"stale":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"missing":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["published","draft","stale","missing"],"additionalProperties":false}}},"required":["activityId","sourceLocale","locales"],"additionalProperties":false}}}}}}}},"/translations/activities/{id}/{locale}":{"get":{"summary":"Campos de una actividad en un idioma: original, publicado, borrador, estado e historial","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"sourceLocale":{"type":"string"},"locale":{"type":"string"},"fields":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"source":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"published":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draft":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draftOrigin":{"type":["string","null"]},"draftModel":{"type":["string","null"]},"warnings":{"type":"array","items":{"type":"string"}},"stale":{"type":"boolean"},"state":{"type":"string","enum":["published","draft","stale","missing"]},"publishedAt":{"type":["string","null"]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["field","source","published","draft","draftOrigin","draftModel","warnings","stale","state","publishedAt","version"],"additionalProperties":false}},"history":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"action":{"type":"string"},"actorId":{"type":["string","null"]},"before":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"after":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"detail":{"type":["string","null"]},"at":{"type":"string"}},"required":["field","action","actorId","before","after","detail","at"],"additionalProperties":false}},"suggestions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"locale":{"type":"string"},"status":{"type":"string"},"fromMemory":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromAi":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","locale","status","fromMemory","fromAi","model","error","createdAt"],"additionalProperties":false}}},"required":["activityId","sourceLocale","locale","fields","history","suggestions"],"additionalProperties":false}}}}}}},"/translations/activities/{id}/{locale}/{field}":{"put":{"summary":"Guarda el borrador de un campo (escrito o corregido por una persona)","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["text"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"field":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"source":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"published":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draft":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draftOrigin":{"type":["string","null"]},"draftModel":{"type":["string","null"]},"warnings":{"type":"array","items":{"type":"string"}},"stale":{"type":"boolean"},"state":{"type":"string","enum":["published","draft","stale","missing"]},"publishedAt":{"type":["string","null"]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["field","source","published","draft","draftOrigin","draftModel","warnings","stale","state","publishedAt","version"],"additionalProperties":false}}}}}},"delete":{"summary":"Retira un campo publicado: la web vuelve a mostrar el texto original","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/translations/activities/{id}/{locale}/{field}/draft":{"delete":{"summary":"Descarta el borrador de un campo (lo publicado no cambia)","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/translations/activities/{id}/{locale}/publish":{"post":{"summary":"Publica los borradores revisados de un idioma (todos o los campos indicados)","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"maxItems":20,"type":"array","items":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"published":{"type":"array","items":{"type":"string"}}},"required":["published"],"additionalProperties":false}}}}}}},"/translations/activities/{id}/suggest":{"post":{"summary":"Pide sugerencias (memoria de traduccion y, si falta, IA) para lo que falta o esta desfasado","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locales":{"minItems":1,"maxItems":12,"type":"array","items":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]}}},"required":["locales"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"locale":{"type":"string"},"status":{"type":"string"},"fromMemory":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromAi":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","locale","status","fromMemory","fromAi","model","error","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/media":{"get":{"summary":"Imagenes subidas por la organizacion","tags":["media"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"contentType":{"type":"string"},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"name":{"type":["string","null"]},"storage":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","url","contentType","size","width","height","name","storage","createdAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Sube una imagen (JPEG, PNG o WebP; el cuerpo es el fichero). Devuelve su URL relativa para usarla en fichas y marca","tags":["media"],"parameters":[{"schema":{"type":"string","maxLength":200},"in":"query","name":"name","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"contentType":{"type":"string"},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"name":{"type":["string","null"]},"storage":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","url","contentType","size","width","height","name","storage","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/media/{id}":{"delete":{"summary":"Borra una imagen (las fichas que la usen dejaran de mostrarla)","tags":["media"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/media/{file}":{"get":{"summary":"Imagen subida (`<id>.<ext>`): contenido o redireccion a su URL publica en el bucket","tags":["public"],"parameters":[{"schema":{"type":"string","pattern":"^[0-9a-f-]{36}\\.(jpg|png|webp)$"},"in":"path","name":"file","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/public/customer/login-link":{"post":{"summary":"Pide el enlace de acceso al area de cliente (solo se envia si el email tiene reservas; la respuesta es siempre la misma)","tags":["public","customers"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"site":{"type":"string","maxLength":253}},"required":["email"]}}}},"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/customer/session":{"post":{"summary":"Cambia el enlace del correo (un solo uso) por una sesion del area de cliente","tags":["public","customers"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","minLength":10,"maxLength":100}},"required":["token"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"session":{"type":"string"},"email":{"type":"string"},"expiresInSeconds":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["session","email","expiresInSeconds"],"additionalProperties":false}}}}}},"delete":{"summary":"Cierra la sesion del area de cliente","tags":["public","customers"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/customer/me":{"get":{"summary":"Area de cliente: sus reservas y su saldo de cashback (cabecera `x-customer-session`)","tags":["public","customers"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string"},"account":{"anyOf":[{"type":"object","properties":{"name":{"type":"string"},"phone":{"type":["string","null"]},"country":{"type":["string","null"]}},"required":["name","phone","country"],"additionalProperties":false},{"type":"null"}]},"balances":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pending":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","available","pending"],"additionalProperties":false}},"orders":{"type":"array","items":{"type":"object","properties":{"reference":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"createdAt":{"type":"string"},"firstStartsAt":{"type":["string","null"]},"title":{"type":"string"},"activities":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"accessToken":{"type":"string"}},"required":["reference","status","locale","total","createdAt","firstStartsAt","title","activities","accessToken"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"balance":{"type":"string","enum":["available","pending"]},"kind":{"type":"string","enum":["cashback","cashback_released","cashback_reversed","payment","refund","adjustment","other"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"reference":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","balance","kind","amount","currency","reference","createdAt"],"additionalProperties":false}}},"required":["email","account","balances","orders","movements"],"additionalProperties":false}}}}}}},"/public/legal":{"get":{"summary":"Datos del titular para el aviso legal, la privacidad y las condiciones, y los obligatorios que faltan","tags":["public"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"company":{"type":"object","properties":{"legalName":{"type":"string","maxLength":200},"tradeName":{"type":"string","maxLength":80},"taxId":{"type":"string","maxLength":40},"address":{"type":"string","maxLength":300},"registry":{"type":"string","maxLength":300},"email":{"anyOf":[{"type":"string","enum":[""]},{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"}]},"phone":{"type":"string","maxLength":40},"travelAgencyLicense":{"type":"string","maxLength":120},"dpoEmail":{"anyOf":[{"type":"string","enum":[""]},{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"}]},"adrEntity":{"type":"string","maxLength":300}},"required":["legalName","tradeName","taxId","address","registry","email","phone","travelAgencyLicense","dpoEmail","adrEntity"],"additionalProperties":false},"missing":{"type":"array","items":{"type":"string"}}},"required":["company","missing"],"additionalProperties":false}}}}}}},"/public/legal/notices":{"post":{"summary":"Notifica un contenido presuntamente ilicito (Reglamento de Servicios Digitales, art. 16); devuelve la referencia del acuse","tags":["public"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","maxLength":2000,"format":"uri"},"category":{"type":"string","enum":["illegal_content","intellectual_property","consumer_protection","fraud","privacy","other"]},"explanation":{"type":"string","minLength":20,"maxLength":5000},"name":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":200},{"type":"null"}]},"email":{"default":null,"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"goodFaith":{"type":"boolean","enum":[true]},"locale":{"default":"es","type":"string","minLength":2,"maxLength":5}},"required":["url","category","explanation","goodFaith"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string"}},"required":["reference"],"additionalProperties":false}}}}}}},"/legal/notices":{"get":{"summary":"Notificaciones de contenido recibidas, de la mas reciente a la mas antigua","tags":["legal"],"parameters":[{"schema":{"type":"string","enum":["received","reviewing","actioned","rejected"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"url":{"type":"string"},"category":{"type":"string","enum":["illegal_content","intellectual_property","consumer_protection","fraud","privacy","other"]},"explanation":{"type":"string"},"reporterName":{"type":["string","null"]},"reporterEmail":{"type":["string","null"]},"locale":{"type":"string"},"status":{"type":"string","enum":["received","reviewing","actioned","rejected"]},"resolution":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","reference","url","category","explanation","reporterName","reporterEmail","locale","status","resolution","decidedAt","createdAt"],"additionalProperties":false}}}}}}}},"/legal/notices/{id}":{"patch":{"summary":"Cambia el estado de una notificacion y registra la decision motivada","tags":["legal"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["received","reviewing","actioned","rejected"]},"resolution":{"default":null,"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"url":{"type":"string"},"category":{"type":"string","enum":["illegal_content","intellectual_property","consumer_protection","fraud","privacy","other"]},"explanation":{"type":"string"},"reporterName":{"type":["string","null"]},"reporterEmail":{"type":["string","null"]},"locale":{"type":"string"},"status":{"type":"string","enum":["received","reviewing","actioned","rejected"]},"resolution":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","reference","url","category","explanation","reporterName","reporterEmail","locale","status","resolution","decidedAt","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients":{"get":{"summary":"Clientes de la agencia (busca por nombre, correo, telefono o documento)","tags":["crm"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"in":"query","name":"offset","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["items","total"],"additionalProperties":false}}}}}},"post":{"summary":"Alta de un cliente de la agencia","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"email":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"documentId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"address":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]}},"required":["name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients/import":{"post":{"summary":"Importa clientes de un CSV con cabecera (actualiza por correo; hasta 5000 filas; dryRun valida sin escribir)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csv":{"type":"string","minLength":1,"maxLength":5000000},"dryRun":{"default":false,"type":"boolean"}},"required":["csv"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"rows":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"created":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"errors":{"type":"array","items":{"type":"object","properties":{"line":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"message":{"type":"string"}},"required":["line","message"],"additionalProperties":false}}},"required":["rows","created","updated","errors"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients/{clientId}":{"get":{"summary":"Ficha de un cliente con sus expedientes","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"fileList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt"],"additionalProperties":false}}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt","fileList"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia los datos de un cliente","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"email":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"documentId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"address":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un cliente sin expedientes","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/crm/files":{"get":{"summary":"Expedientes de la agencia con su cliente y lo vendido","tags":["crm"],"parameters":[{"schema":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"clientId","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Abre un expediente para un cliente (codigo EXP-<año>-<n> correlativo)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":200},"destination":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"startDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"endDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"travellers":{"type":"integer","minimum":1,"maximum":999},"notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]}},"required":["clientId","title"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}":{"get":{"summary":"Expediente con su cliente y sus ventas","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia un expediente (datos del viaje o estado)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":200},"destination":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"startDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"endDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"travellers":{"type":"integer","minimum":1,"maximum":999},"notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/sales":{"get":{"summary":"Ventas confirmadas de la agencia (unlinked: las que no estan en un expediente)","tags":["crm"],"parameters":[{"schema":{"type":"string","enum":["true","false"]},"in":"query","name":"unlinked","required":false},{"schema":{"type":"string","maxLength":254},"in":"query","name":"email","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/sales":{"post":{"summary":"Asocia una venta de la agencia al expediente por su referencia","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":4,"maxLength":40}},"required":["reference"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/sales/{orderId}":{"delete":{"summary":"Saca una venta del expediente (la venta no cambia)","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orderId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/quotes":{"get":{"summary":"Presupuestos del expediente (el mas reciente primero) con su total","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","items"],"additionalProperties":false}}}}}}},"post":{"summary":"Nuevo presupuesto del expediente (numerado); copyFrom duplica otro con sus partidas","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"validUntil":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"intro":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"showPrices":{"type":"boolean"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"copyFrom":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["title"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/quotes/generate":{"post":{"summary":"Genera con IA un presupuesto en borrador con itinerario por dias a partir del catalogo del destino y de los viajes anteriores de la organizacion","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":21},"travellers":{"type":"integer","minimum":1,"maximum":99},"interests":{"maxItems":10,"type":"array","items":{"type":"string","minLength":1,"maxLength":60}},"pace":{"type":"string","enum":["relaxed","balanced","intense"]},"budget":{"type":"integer","minimum":0,"maximum":100000000},"instructions":{"type":"string","maxLength":1000},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"useHistory":{"type":"boolean"},"title":{"type":"string","minLength":1,"maxLength":200}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"quote":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false},"generation":{"type":"object","properties":{"model":{"type":"string"},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookable":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unscheduled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"discarded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"basedOn":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"candidates":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["model","costCents","bookable","unscheduled","discarded","basedOn","candidates"],"additionalProperties":false}},"required":["quote","generation"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}":{"get":{"summary":"Presupuesto con su itinerario ordenado por dia y hora","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia el presupuesto (solo en borrador o enviado) o su estado: enviado, rechazado o de vuelta a borrador","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"validUntil":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"intro":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"showPrices":{"type":"boolean"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"status":{"type":"string","enum":["draft","sent","rejected"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/items":{"post":{"summary":"Añade una partida al itinerario: actividad del catalogo (con modalidad, horario y viajeros) o manual (hotel, vuelo, traslado u otra)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":1,"maximum":365},"days":{"type":"integer","minimum":1,"maximum":365},"startTime":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"location":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"quantity":{"type":"integer","minimum":1,"maximum":999},"unitPrice":{"type":"integer","minimum":0,"maximum":100000000},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"]}},{"type":"null"}]}},"required":["kind","day","title","unitPrice"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/items/{itemId}":{"patch":{"summary":"Cambia una partida del itinerario","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":1,"maximum":365},"days":{"type":"integer","minimum":1,"maximum":365},"startTime":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"location":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"quantity":{"type":"integer","minimum":1,"maximum":999},"unitPrice":{"type":"integer","minimum":0,"maximum":100000000},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"]}},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}},"delete":{"summary":"Quita una partida del itinerario","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/converted":{"post":{"summary":"Marca el presupuesto como vendido con la referencia del pedido (creado con el carrito abierto desde el expediente); confirma el expediente","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":4,"maxLength":40}},"required":["reference"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/public/quotes/{token}":{"get":{"summary":"Propuesta de viaje para el cliente: itinerario por dias y precio","tags":["public","crm"],"parameters":[{"schema":{"type":"string","pattern":"^[\\w-]{20,40}$"},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"agency":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"clientName":{"type":"string"},"file":{"type":"object","properties":{"code":{"type":"string"},"title":{"type":"string"},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["code","title","destination","startDate","endDate","travellers"],"additionalProperties":false},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"locale":{"type":"string"},"currency":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lines":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"units":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["kind","day","days","startTime","title","description","location","quantity","amount","units"],"additionalProperties":false}}},"required":["agency","clientName","file","number","title","status","locale","currency","validUntil","intro","showPrices","total","lines"],"additionalProperties":false}}}}}}},"/public/quotes/{token}/accept":{"post":{"summary":"El cliente acepta la propuesta desde su enlace (antes de que caduque)","tags":["public","crm"],"parameters":[{"schema":{"type":"string","pattern":"^[\\w-]{20,40}$"},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["accepted"]}},"required":["status"],"additionalProperties":false}}}}}}},"/sourcing/prospects":{"get":{"summary":"Proveedores de otros marketplaces por prioridad de captacion (filtros por etapa, canal, marketplace, pais y destino)","tags":["sourcing"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"in":"query","name":"stage","required":false},{"schema":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"in":"query","name":"channel","required":false},{"schema":{"type":"string","maxLength":60},"in":"query","name":"marketplace","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{2}$"},"in":"query","name":"country","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"destination","required":false},{"schema":{"type":"integer","minimum":0,"maximum":100},"in":"query","name":"minPriority","required":false},{"schema":{"type":"string","enum":["priority","value","ease","name","recent"]},"in":"query","name":"sort","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"in":"query","name":"offset","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"displayName":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"address":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"isEu":{"type":["boolean","null"]},"channel":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"channelOverride":{"anyOf":[{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},{"type":"null"}]},"stage":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"ease":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reasons":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"points":{"type":"number"},"value":{"type":["string","number"]}},"required":["code","points"],"additionalProperties":false}},"activities":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookings24h":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"marketplaces":{"type":"array","items":{"type":"string"}},"ownerUserId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"notes":{"type":["string","null"]},"nextActionAt":{"type":["string","null"]},"firstSeenAt":{"type":"string"},"lastSeenAt":{"type":"string"}},"required":["id","displayName","legalName","taxId","email","phone","website","address","country","countryCode","isEu","channel","channelOverride","stage","ease","value","priority","reasons","activities","reviews","bookings24h","marketplaces","ownerUserId","notes","nextActionAt","firstSeenAt","lastSeenAt"],"additionalProperties":false}},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"marketplaces":{"type":"array","items":{"type":"string"}}},"required":["items","total","marketplaces"],"additionalProperties":false}}}}}}},"/sourcing/prospects.csv":{"get":{"summary":"Exporta los prospectos filtrados a CSV (hasta 10 000; excel=true para Excel)","tags":["sourcing"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"in":"query","name":"stage","required":false},{"schema":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"in":"query","name":"channel","required":false},{"schema":{"type":"string","maxLength":60},"in":"query","name":"marketplace","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{2}$"},"in":"query","name":"country","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"destination","required":false},{"schema":{"type":"integer","minimum":0,"maximum":100},"in":"query","name":"minPriority","required":false},{"schema":{"type":"string","enum":["priority","value","ease","name","recent"]},"in":"query","name":"sort","required":false},{"schema":{"type":"string","enum":["true","false"]},"in":"query","name":"excel","required":false}],"responses":{"200":{"description":"Default Response"}}}},"/sourcing/prospects/{id}":{"get":{"summary":"Ficha de un prospecto: datos, apariciones en marketplaces, prioridad y registro","tags":["sourcing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"displayName":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"address":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"isEu":{"type":["boolean","null"]},"channel":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"channelOverride":{"anyOf":[{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},{"type":"null"}]},"stage":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"ease":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reasons":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"points":{"type":"number"},"value":{"type":["string","number"]}},"required":["code","points"],"additionalProperties":false}},"activities":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookings24h":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"marketplaces":{"type":"array","items":{"type":"string"}},"ownerUserId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"notes":{"type":["string","null"]},"nextActionAt":{"type":["string","null"]},"firstSeenAt":{"type":"string"},"lastSeenAt":{"type":"string"},"listings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"marketplace":{"type":"string"},"marketplaceName":{"type":"string"},"providerRef":{"type":["string","null"]},"activityRef":{"type":"string"},"title":{"type":["string","null"]},"url":{"type":["string","null"]},"destination":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"category":{"type":["string","null"]},"rating":{"type":["number","null"]},"reviews":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"participants":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"bookings24h":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"priceAmount":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"priceCurrency":{"type":["string","null"]},"isIntegrated":{"type":["boolean","null"]},"exclusive":{"type":["boolean","null"]},"commissionPercent":{"type":["number","null"]},"operators":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"source":{"type":"string"},"lastSeenAt":{"type":"string"}},"required":["id","marketplace","marketplaceName","providerRef","activityRef","title","url","destination","country","countryCode","category","rating","reviews","participants","bookings24h","priceAmount","priceCurrency","isIntegrated","exclusive","commissionPercent","operators","source","lastSeenAt"],"additionalProperties":false}},"events":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"body":{"type":["string","null"]},"data":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"userId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","kind","body","data","userId","createdAt"],"additionalProperties":false}}},"required":["id","displayName","legalName","taxId","email","phone","website","address","country","countryCode","isEu","channel","channelOverride","stage","ease","value","priority","reasons","activities","reviews","bookings24h","marketplaces","ownerUserId","notes","nextActionAt","firstSeenAt","lastSeenAt","listings","events"],"additionalProperties":false}}}}}},"patch":{"summary":"Mueve el prospecto en el embudo, corrige sus datos o fija su canal a mano","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"stage":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"channelOverride":{"anyOf":[{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},{"type":"null"}]},"ownerUserId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"nextActionAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"null"}]},"displayName":{"type":"string","minLength":1,"maxLength":200},"email":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"website":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"displayName":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"address":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"isEu":{"type":["boolean","null"]},"channel":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"channelOverride":{"anyOf":[{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},{"type":"null"}]},"stage":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"ease":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reasons":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"points":{"type":"number"},"value":{"type":["string","number"]}},"required":["code","points"],"additionalProperties":false}},"activities":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookings24h":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"marketplaces":{"type":"array","items":{"type":"string"}},"ownerUserId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"notes":{"type":["string","null"]},"nextActionAt":{"type":["string","null"]},"firstSeenAt":{"type":"string"},"lastSeenAt":{"type":"string"}},"required":["id","displayName","legalName","taxId","email","phone","website","address","country","countryCode","isEu","channel","channelOverride","stage","ease","value","priority","reasons","activities","reviews","bookings24h","marketplaces","ownerUserId","notes","nextActionAt","firstSeenAt","lastSeenAt"],"additionalProperties":false}}}}}}},"/sourcing/prospects/{id}/events":{"post":{"summary":"Anota una nota, llamada, correo o reunion con el prospecto","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["note","call","email","meeting"]},"body":{"type":"string","minLength":1,"maxLength":4000}},"required":["kind","body"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"body":{"type":["string","null"]},"data":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"userId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","kind","body","data","userId","createdAt"],"additionalProperties":false}}}}}}},"/sourcing/prospects/{id}/suppress":{"post":{"summary":"Baja: el proveedor no quiere que le contactemos; su correo, dominio y NIF pasan a la lista de supresion","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"displayName":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"website":{"type":["string","null"]},"address":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"isEu":{"type":["boolean","null"]},"channel":{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},"channelOverride":{"anyOf":[{"type":"string","enum":["own","exclusive","integrated","email","unknown"]},{"type":"null"}]},"stage":{"type":"string","enum":["new","qualified","contacted","replied","negotiating","won","lost","suppressed"]},"ease":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"value":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reasons":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"points":{"type":"number"},"value":{"type":["string","number"]}},"required":["code","points"],"additionalProperties":false}},"activities":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookings24h":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"marketplaces":{"type":"array","items":{"type":"string"}},"ownerUserId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"notes":{"type":["string","null"]},"nextActionAt":{"type":["string","null"]},"firstSeenAt":{"type":"string"},"lastSeenAt":{"type":"string"}},"required":["id","displayName","legalName","taxId","email","phone","website","address","country","countryCode","isEu","channel","channelOverride","stage","ease","value","priority","reasons","activities","reviews","bookings24h","marketplaces","ownerUserId","notes","nextActionAt","firstSeenAt","lastSeenAt"],"additionalProperties":false}}}}}}},"/sourcing/prospects/{id}/message":{"get":{"summary":"Primer contacto preparado con la plantilla (dice de donde salen los datos y como darse de baja)","tags":["sourcing"],"parameters":[{"schema":{"default":"El equipo","type":"string","minLength":1,"maxLength":120},"in":"query","name":"sender","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":["string","null"]},"subject":{"type":"string"},"body":{"type":"string"},"mailto":{"type":["string","null"]}},"required":["to","subject","body","mailto"],"additionalProperties":false}}}}}}},"/sourcing/imports":{"post":{"summary":"Importa proveedores de una ficha HTML, un HAR de la consola del navegador, una respuesta JSON o un CSV","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"format":{"default":"auto","type":"string","enum":["auto","csv"]},"content":{"type":"string","minLength":1,"maxLength":55000000},"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"label":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}},"required":["content"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"format":{"type":"string"},"records":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"created":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"prospectIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["format","records","created","updated","prospectIds"],"additionalProperties":false}}}}}},"get":{"summary":"Ultimas importaciones","tags":["sourcing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"source":{"type":"string"},"label":{"type":["string","null"]},"records":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"created":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","source","label","records","created","updated","createdAt"],"additionalProperties":false}}}}}}}},"/sourcing/imports/url":{"post":{"summary":"Lee una ficha publica de un marketplace (respetando su robots.txt) e importa sus operadores","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"}},"required":["url"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"format":{"type":"string"},"records":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"created":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"prospectIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["format","records","created","updated","prospectIds"],"additionalProperties":false}}}}}}},"/sourcing/report":{"get":{"summary":"Mapa de captacion: totales y reparto por canal, etapa, marketplace, pais, destino y categoria","tags":["sourcing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"totals":{"type":"object","properties":{"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"listings":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"withEmail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"withPhone":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"countries":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"destinations":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["prospects","listings","withEmail","withPhone","countries","destinations"],"additionalProperties":false},"byChannel":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"avgPriority":{"type":"number"}},"required":["key","prospects","avgPriority"],"additionalProperties":false}},"byStage":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["key","prospects"],"additionalProperties":false}},"byMarketplace":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"name":{"type":"string"},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"listings":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"integrated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["key","name","prospects","listings","integrated"],"additionalProperties":false}},"byCountry":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"name":{"type":["string","null"]},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"listings":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"integrated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"easy":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["key","name","prospects","listings","reviews","integrated","easy"],"additionalProperties":false}},"byDestination":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"country":{"type":["string","null"]},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"listings":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"operators":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["key","country","prospects","listings","reviews","operators"],"additionalProperties":false}},"byCategory":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"prospects":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"listings":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["key","prospects","listings"],"additionalProperties":false}}},"required":["totals","byChannel","byStage","byMarketplace","byCountry","byDestination","byCategory"],"additionalProperties":false}}}}}}},"/sourcing/suppressions":{"get":{"summary":"Lista de supresion: correos, dominios y NIF que no se contactan","tags":["sourcing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["email","domain","tax"]},"value":{"type":"string"},"reason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","kind","value","reason","createdAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Añade un correo, dominio o NIF a la lista de supresion","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["email","domain","tax"]},"value":{"type":"string","minLength":3,"maxLength":254},"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["kind","value"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["email","domain","tax"]},"value":{"type":"string"},"reason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","kind","value","reason","createdAt"],"additionalProperties":false}}}}}}},"/sourcing/suppressions/{id}":{"delete":{"summary":"Quita una entrada de la lista de supresion (solo si se añadio por error)","tags":["sourcing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/sourcing/crawls":{"get":{"summary":"Rastreos y su progreso","tags":["sourcing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["queued","running","done","cancelled"]},"seeds":{"type":"array","items":{"type":"string"}},"follow":{"type":["string","null"]},"maxPages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"found":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"blocked":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"failed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastError":{"type":["string","null"]},"createdAt":{"type":"string"},"startedAt":{"type":["string","null"]},"finishedAt":{"type":["string","null"]}},"required":["id","status","seeds","follow","maxPages","pages","found","blocked","failed","lastError","createdAt","startedAt","finishedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Lanza un rastreo desde sitemaps o fichas (respeta robots.txt y una pausa minima por sitio)","tags":["sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"seeds":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","format":"uri"}},"maxPages":{"default":500,"type":"integer","minimum":1,"maximum":20000},"follow":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]}},"required":["seeds"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["queued","running","done","cancelled"]},"seeds":{"type":"array","items":{"type":"string"}},"follow":{"type":["string","null"]},"maxPages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"found":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"blocked":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"failed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastError":{"type":["string","null"]},"createdAt":{"type":"string"},"startedAt":{"type":["string","null"]},"finishedAt":{"type":["string","null"]}},"required":["id","status","seeds","follow","maxPages","pages","found","blocked","failed","lastError","createdAt","startedAt","finishedAt"],"additionalProperties":false}}}}}}},"/sourcing/crawls/{id}/cancel":{"post":{"summary":"Detiene un rastreo","tags":["sourcing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["queued","running","done","cancelled"]},"seeds":{"type":"array","items":{"type":"string"}},"follow":{"type":["string","null"]},"maxPages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pages":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"found":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"blocked":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"failed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastError":{"type":["string","null"]},"createdAt":{"type":"string"},"startedAt":{"type":["string","null"]},"finishedAt":{"type":["string","null"]}},"required":["id","status","seeds","follow","maxPages","pages","found","blocked","failed","lastError","createdAt","startedAt","finishedAt"],"additionalProperties":false}}}}}}},"/public/editorial/pages":{"get":{"summary":"Guias de viaje o articulos de ayuda publicados (por publico o por destino), en el orden editorial","tags":["public"],"parameters":[{"schema":{"type":"string","enum":["guide","help"]},"in":"query","name":"kind","required":true},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},"in":"query","name":"audience","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"contentLocale":{"type":["string","null"]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"updatedAt":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":{}},{"type":"null"}]}},"required":["id","kind","audience","slug","title","summary","contentLocale","destinationId","updatedAt","image"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/public/editorial/pages/{kind}/{slug}":{"get":{"summary":"Una guia o un articulo de ayuda publicado por su slug (con redireccion al slug del idioma pedido)","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","enum":["guide","help"]},"in":"path","name":"kind","required":true},{"schema":{"type":"string","minLength":1,"maxLength":160},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"redirect":{"type":"string"}},"required":["redirect"],"additionalProperties":false},{"type":"object","properties":{"page":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"contentLocale":{"type":["string","null"]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"updatedAt":{"type":"string"},"body":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seo":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]}},"required":["title","description"],"additionalProperties":false},"publishedAt":{"type":"string"},"alternates":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"destination":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":{}},{"type":"null"}]}},"required":["id","slug","name","image"],"additionalProperties":false},{"type":"null"}]},"related":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"contentLocale":{"type":["string","null"]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"updatedAt":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":{}},{"type":"null"}]}},"required":["id","kind","audience","slug","title","summary","contentLocale","destinationId","updatedAt","image"],"additionalProperties":false}}},"required":["id","kind","audience","slug","title","summary","contentLocale","destinationId","updatedAt","body","highlights","seo","publishedAt","alternates","destination","related"],"additionalProperties":false}},"required":["page"],"additionalProperties":false}]}}}}}}},"/public/editorial/sitemap":{"get":{"summary":"Entradas del sitemap de guias y ayuda (rutas por idioma con texto propio)","tags":["public"],"parameters":[{"schema":{"default":"es,en","type":"string","maxLength":60},"in":"query","name":"locales","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["guide","help"]},"path":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"updatedAt":{"type":"string"}},"required":["type","path","updatedAt"],"additionalProperties":false}}},"required":["entries"],"additionalProperties":false}}}}}}},"/editorial/pages":{"get":{"summary":"Paginas editoriales (guias y ayuda) en cualquier estado","tags":["editorial"],"parameters":[{"schema":{"type":"string","enum":["guide","help"]},"in":"query","name":"kind","required":false},{"schema":{"type":"string","enum":["draft","published","archived"]},"in":"query","name":"status","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"key":{"type":["string","null"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"destinationHint":{"anyOf":[{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string"}},"required":["country","name"],"additionalProperties":false},{"type":"null"}]},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","kind","key","audience","destinationId","destinationHint","title","summary","body","highlights","seoTitle","seoDescription","slugs","status","sort","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una guia o un articulo de ayuda (queda en borrador)","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["guide","help"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"sort":{"type":"integer","minimum":0,"maximum":100000},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":160}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":400}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"maxItems":12,"type":"array","items":{"type":"string","maxLength":200}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":70}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":170}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":120}}},"required":["kind","title"]}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"key":{"type":["string","null"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"destinationHint":{"anyOf":[{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string"}},"required":["country","name"],"additionalProperties":false},{"type":"null"}]},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","kind","key","audience","destinationId","destinationHint","title","summary","body","highlights","seoTitle","seoDescription","slugs","status","sort","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/editorial/pages/{id}":{"get":{"summary":"Una pagina editorial con todos sus idiomas","tags":["editorial"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"key":{"type":["string","null"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"destinationHint":{"anyOf":[{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string"}},"required":["country","name"],"additionalProperties":false},{"type":"null"}]},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","kind","key","audience","destinationId","destinationHint","title","summary","body","highlights","seoTitle","seoDescription","slugs","status","sort","publishedAt","updatedAt"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia textos (por idioma; un texto vacio borra ese idioma), publico, destino, orden o URL","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"sort":{"type":"integer","minimum":0,"maximum":100000},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":160}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":400}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"maxItems":12,"type":"array","items":{"type":"string","maxLength":200}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":70}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":170}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":120}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"key":{"type":["string","null"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"destinationHint":{"anyOf":[{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string"}},"required":["country","name"],"additionalProperties":false},{"type":"null"}]},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","kind","key","audience","destinationId","destinationHint","title","summary","body","highlights","seoTitle","seoDescription","slugs","status","sort","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/editorial/pages/{id}/status":{"post":{"summary":"Publica, devuelve a borrador o archiva una pagina","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["draft","published","archived"]}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["guide","help"]},"key":{"type":["string","null"]},"audience":{"anyOf":[{"type":"string","enum":["traveler","provider","agency","accommodation","affiliate","integrator"]},{"type":"null"}]},"destinationId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"destinationHint":{"anyOf":[{"type":"object","properties":{"country":{"type":"string"},"name":{"type":"string"}},"required":["country","name"],"additionalProperties":false},{"type":"null"}]},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"body":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"seoTitle":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"seoDescription":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"string","enum":["draft","published","archived"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","kind","key","audience","destinationId","destinationHint","title","summary","body","highlights","seoTitle","seoDescription","slugs","status","sort","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/editorial/pages/{id}/ai":{"get":{"summary":"Encargos de IA de una pagina, del mas reciente al mas antiguo","tags":["editorial"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"mode":{"type":["string","null"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","pageId","mode","sourceLocale","targetLocale","instructions","status","result","costCents","model","error","createdAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Encarga a la IA redactar, mejorar o traducir la pagina; la propuesta queda pendiente de revision (tope de gasto de IA compartido)","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"type":"string","enum":["write","translate"]},"sourceLocale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"targetLocale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"instructions":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["mode","targetLocale"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"mode":{"type":["string","null"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","pageId","mode","sourceLocale","targetLocale","instructions","status","result","costCents","model","error","createdAt"],"additionalProperties":false}}}}}}},"/editorial/ai/{id}/approve":{"post":{"summary":"Aprueba la propuesta de IA (tal cual o corregida); la pagina la recibe en ese idioma","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"title":{"type":"string","maxLength":160},"summary":{"type":"string","maxLength":400},"description":{"type":"string","maxLength":20000},"highlights":{"maxItems":12,"type":"array","items":{"type":"string","maxLength":200}},"seoTitle":{"type":"string","maxLength":70},"seoDescription":{"type":"string","maxLength":170}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"mode":{"type":["string","null"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","pageId","mode","sourceLocale","targetLocale","instructions","status","result","costCents","model","error","createdAt"],"additionalProperties":false}}}}}}},"/editorial/ai/{id}/reject":{"post":{"summary":"Descarta la propuesta de IA con un motivo","tags":["editorial"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":1,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"mode":{"type":["string","null"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","pageId","mode","sourceLocale","targetLocale","instructions","status","result","costCents","model","error","createdAt"],"additionalProperties":false}}}}}}}},"servers":[{"url":"https://roamdia.com/api/v1","description":"Roamdia"}]}