| 32154 | Ht = Ut(state, (s) => s.get('configs')), |
| 32155 | execute = |
| 32156 | (s, { authSelectors: o, specSelectors: i }) => |
| 32157 | ({ path: a, method: u, operation: _, extras: w }) => { |
| 32158 | let x = { |
| 32159 | authorized: o.authorized() && o.authorized().toJS(), |
| 32160 | definitions: i.securityDefinitions() && i.securityDefinitions().toJS(), |
| 32161 | specSecurity: i.security() && i.security().toJS(), |
| 32162 | } |
| 32163 | return s({ path: a, method: u, operation: _, securities: x, ...w }) |
| 32164 | }, |
| 32165 | loaded = (s, o) => (i) => { |
| 32166 | const { getConfigs: a, authActions: u } = o, |
| 32167 | _ = a() |