UNPKG

@redocly/respect-core

Version:
15 lines 841 B
import type { ExtendedSecurity } from '@redocly/openapi-core'; import type { ParameterWithIn } from '../context-parser/index.js'; import type { Step, RuntimeExpressionContext, TestContext } from '../../types.js'; import type { OperationDetails } from '../description-parser/get-operation-from-description.js'; import type { Oas3SecurityScheme } from 'core/src/typings/openapi.js'; export declare function resolveXSecurityParameters({ ctx, runtimeContext, step, operation, workflowLevelXSecurityParameters, }: { ctx: TestContext; runtimeContext: RuntimeExpressionContext; step: Step; operation?: OperationDetails & { securitySchemes: Record<string, Oas3SecurityScheme>; }; workflowLevelXSecurityParameters?: ExtendedSecurity[]; }): ParameterWithIn[]; //# sourceMappingURL=resolve-x-security-parameters.d.ts.map