@redocly/respect-core 1.34.4 → 2.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -7
- package/lib/arazzo-schema.d.ts +874 -2
- package/lib/arazzo-schema.d.ts.map +1 -1
- package/lib/arazzo-schema.js +102 -35
- package/lib/arazzo-schema.js.map +1 -1
- package/lib/handlers/generate.d.ts +1 -1
- package/lib/handlers/generate.d.ts.map +1 -1
- package/lib/handlers/generate.js +14 -17
- package/lib/handlers/generate.js.map +1 -1
- package/lib/handlers/index.d.ts +2 -2
- package/lib/handlers/index.d.ts.map +1 -1
- package/lib/handlers/index.js +2 -18
- package/lib/handlers/index.js.map +1 -1
- package/lib/handlers/run.d.ts +4 -2
- package/lib/handlers/run.d.ts.map +1 -1
- package/lib/handlers/run.js +21 -24
- package/lib/handlers/run.js.map +1 -1
- package/lib/index.d.ts +4 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -6
- package/lib/index.js.map +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.js +1 -4
- package/lib/modules/arazzo-description-generator/cleanup-test-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.js +11 -38
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.js +5 -8
- package/lib/modules/arazzo-description-generator/generate-example-value.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.js +4 -6
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-test-data-from-json-schema.js +6 -32
- package/lib/modules/arazzo-description-generator/generate-test-data-from-json-schema.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-inputs.js +1 -4
- package/lib/modules/arazzo-description-generator/generate-workflow-security-inputs.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.d.ts +3 -3
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.js +5 -8
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.d.ts +2 -3
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.js +7 -10
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/index.d.ts +8 -8
- package/lib/modules/arazzo-description-generator/index.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/index.js +8 -24
- package/lib/modules/arazzo-description-generator/index.js.map +1 -1
- package/lib/modules/checks/checks.js +1 -4
- package/lib/modules/checks/checks.js.map +1 -1
- package/lib/modules/checks/index.d.ts +2 -2
- package/lib/modules/checks/index.d.ts.map +1 -1
- package/lib/modules/checks/index.js +2 -18
- package/lib/modules/checks/index.js.map +1 -1
- package/lib/modules/checks/severity.d.ts +2 -2
- package/lib/modules/checks/severity.d.ts.map +1 -1
- package/lib/modules/checks/severity.js +6 -10
- package/lib/modules/checks/severity.js.map +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.d.ts +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.d.ts.map +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.js +1 -4
- package/lib/modules/cli-output/calculate-tests-passed.js.map +1 -1
- package/lib/modules/cli-output/display-checks.d.ts +1 -1
- package/lib/modules/cli-output/display-checks.d.ts.map +1 -1
- package/lib/modules/cli-output/display-checks.js +36 -39
- package/lib/modules/cli-output/display-checks.js.map +1 -1
- package/lib/modules/cli-output/display-errors.d.ts +1 -1
- package/lib/modules/cli-output/display-errors.d.ts.map +1 -1
- package/lib/modules/cli-output/display-errors.js +18 -21
- package/lib/modules/cli-output/display-errors.js.map +1 -1
- package/lib/modules/cli-output/display-files-summary-table.d.ts +1 -1
- package/lib/modules/cli-output/display-files-summary-table.d.ts.map +1 -1
- package/lib/modules/cli-output/display-files-summary-table.js +25 -51
- package/lib/modules/cli-output/display-files-summary-table.js.map +1 -1
- package/lib/modules/cli-output/display-summary.d.ts +1 -1
- package/lib/modules/cli-output/display-summary.d.ts.map +1 -1
- package/lib/modules/cli-output/display-summary.js +29 -55
- package/lib/modules/cli-output/display-summary.js.map +1 -1
- package/lib/modules/cli-output/index.d.ts +8 -8
- package/lib/modules/cli-output/index.d.ts.map +1 -1
- package/lib/modules/cli-output/index.js +8 -24
- package/lib/modules/cli-output/index.js.map +1 -1
- package/lib/modules/cli-output/json-logs.d.ts +1 -1
- package/lib/modules/cli-output/json-logs.d.ts.map +1 -1
- package/lib/modules/cli-output/json-logs.js +5 -8
- package/lib/modules/cli-output/json-logs.js.map +1 -1
- package/lib/modules/cli-output/mask-secrets.d.ts +2 -0
- package/lib/modules/cli-output/mask-secrets.d.ts.map +1 -1
- package/lib/modules/cli-output/mask-secrets.js +51 -9
- package/lib/modules/cli-output/mask-secrets.js.map +1 -1
- package/lib/modules/cli-output/verbose-logs.d.ts +1 -1
- package/lib/modules/cli-output/verbose-logs.d.ts.map +1 -1
- package/lib/modules/cli-output/verbose-logs.js +1 -4
- package/lib/modules/cli-output/verbose-logs.js.map +1 -1
- package/lib/modules/context-parser/get-security-parameters.d.ts +5 -0
- package/lib/modules/context-parser/get-security-parameters.d.ts.map +1 -0
- package/lib/modules/context-parser/get-security-parameters.js +54 -0
- package/lib/modules/context-parser/get-security-parameters.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/get-value-from-context.d.ts +1 -1
- package/lib/modules/context-parser/get-value-from-context.d.ts.map +1 -0
- package/lib/modules/{config-parser → context-parser}/get-value-from-context.js +14 -21
- package/lib/modules/context-parser/get-value-from-context.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/handle-request-body-replacements.d.ts +1 -1
- package/lib/modules/context-parser/handle-request-body-replacements.d.ts.map +1 -0
- package/lib/modules/{config-parser → context-parser}/handle-request-body-replacements.js +4 -7
- package/lib/modules/context-parser/handle-request-body-replacements.js.map +1 -0
- package/lib/modules/context-parser/index.d.ts +7 -0
- package/lib/modules/context-parser/index.d.ts.map +1 -0
- package/lib/modules/context-parser/index.js +7 -0
- package/lib/modules/context-parser/index.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/parse-parameters.d.ts +1 -1
- package/lib/modules/context-parser/parse-parameters.d.ts.map +1 -0
- package/lib/modules/{config-parser → context-parser}/parse-parameters.js +2 -6
- package/lib/modules/context-parser/parse-parameters.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/parse-request-body.d.ts +2 -2
- package/lib/modules/context-parser/parse-request-body.d.ts.map +1 -0
- package/lib/modules/{config-parser → context-parser}/parse-request-body.js +15 -38
- package/lib/modules/context-parser/parse-request-body.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/resolve-reusable-component.d.ts +1 -1
- package/lib/modules/context-parser/resolve-reusable-component.d.ts.map +1 -0
- package/lib/modules/context-parser/resolve-reusable-component.js +5 -0
- package/lib/modules/context-parser/resolve-reusable-component.js.map +1 -0
- package/lib/modules/{config-parser → context-parser}/resolve-reusable-object-reference.d.ts +1 -1
- package/lib/modules/context-parser/resolve-reusable-object-reference.d.ts.map +1 -0
- package/lib/modules/{config-parser → context-parser}/resolve-reusable-object-reference.js +3 -6
- package/lib/modules/context-parser/resolve-reusable-object-reference.js.map +1 -0
- package/lib/modules/description-parser/bundle-openapi.js +11 -14
- package/lib/modules/description-parser/bundle-openapi.js.map +1 -1
- package/lib/modules/description-parser/extract-first-example.js +1 -4
- package/lib/modules/description-parser/extract-first-example.js.map +1 -1
- package/lib/modules/description-parser/get-operation-by-id.d.ts +1 -1
- package/lib/modules/description-parser/get-operation-by-id.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-by-id.js +6 -7
- package/lib/modules/description-parser/get-operation-by-id.js.map +1 -1
- package/lib/modules/description-parser/get-operation-by-path.d.ts +2 -2
- package/lib/modules/description-parser/get-operation-by-path.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-by-path.js +7 -8
- package/lib/modules/description-parser/get-operation-by-path.js.map +1 -1
- package/lib/modules/description-parser/get-operation-from-description.d.ts +3 -3
- package/lib/modules/description-parser/get-operation-from-description.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-from-description.js +6 -10
- package/lib/modules/description-parser/get-operation-from-description.js.map +1 -1
- package/lib/modules/description-parser/get-request-body-schema.d.ts +1 -1
- package/lib/modules/description-parser/get-request-body-schema.d.ts.map +1 -1
- package/lib/modules/description-parser/get-request-body-schema.js +1 -4
- package/lib/modules/description-parser/get-request-body-schema.js.map +1 -1
- package/lib/modules/description-parser/get-request-data-from-openapi.d.ts +2 -2
- package/lib/modules/description-parser/get-request-data-from-openapi.d.ts.map +1 -1
- package/lib/modules/description-parser/get-request-data-from-openapi.js +11 -14
- package/lib/modules/description-parser/get-request-data-from-openapi.js.map +1 -1
- package/lib/modules/description-parser/get-response-schema.js +1 -4
- package/lib/modules/description-parser/get-response-schema.js.map +1 -1
- package/lib/modules/description-parser/index.d.ts +9 -9
- package/lib/modules/description-parser/index.d.ts.map +1 -1
- package/lib/modules/description-parser/index.js +9 -25
- package/lib/modules/description-parser/index.js.map +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.d.ts +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.d.ts.map +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.js +1 -4
- package/lib/modules/description-parser/remove-write-only-properties.js.map +1 -1
- package/lib/modules/faker.js +17 -20
- package/lib/modules/faker.js.map +1 -1
- package/lib/modules/flow-runner/call-api-and-analyze-results.d.ts +2 -2
- package/lib/modules/flow-runner/call-api-and-analyze-results.d.ts.map +1 -1
- package/lib/modules/flow-runner/call-api-and-analyze-results.js +12 -15
- package/lib/modules/flow-runner/call-api-and-analyze-results.js.map +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.d.ts +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.js +1 -5
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.js.map +1 -1
- package/lib/modules/flow-runner/context/create-test-context.d.ts +2 -2
- package/lib/modules/flow-runner/context/create-test-context.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/create-test-context.js +25 -29
- package/lib/modules/flow-runner/context/create-test-context.js.map +1 -1
- package/lib/modules/flow-runner/context/index.d.ts +4 -4
- package/lib/modules/flow-runner/context/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/index.js +4 -20
- package/lib/modules/flow-runner/context/index.js.map +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.d.ts +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.js +1 -4
- package/lib/modules/flow-runner/context/set-public-steps.js.map +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.d.ts +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.js +6 -9
- package/lib/modules/flow-runner/context/set-public-workflows.js.map +1 -1
- package/lib/modules/flow-runner/error-message-matcher.js +3 -6
- package/lib/modules/flow-runner/error-message-matcher.js.map +1 -1
- package/lib/modules/flow-runner/get-server-url.d.ts +2 -2
- package/lib/modules/flow-runner/get-server-url.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-server-url.js +6 -9
- package/lib/modules/flow-runner/get-server-url.js.map +1 -1
- package/lib/modules/flow-runner/get-test-description-from-file.d.ts +2 -21
- package/lib/modules/flow-runner/get-test-description-from-file.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-test-description-from-file.js +24 -47
- package/lib/modules/flow-runner/get-test-description-from-file.js.map +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.d.ts +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.js +6 -9
- package/lib/modules/flow-runner/get-workflows-to-run.js.map +1 -1
- package/lib/modules/flow-runner/index.d.ts +15 -15
- package/lib/modules/flow-runner/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/index.js +15 -31
- package/lib/modules/flow-runner/index.js.map +1 -1
- package/lib/modules/flow-runner/inputs/format-cli-inputs.js +1 -4
- package/lib/modules/flow-runner/inputs/format-cli-inputs.js.map +1 -1
- package/lib/modules/flow-runner/inputs/index.d.ts +2 -2
- package/lib/modules/flow-runner/inputs/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/inputs/index.js +2 -18
- package/lib/modules/flow-runner/inputs/index.js.map +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.d.ts +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.d.ts.map +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.js +3 -9
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.js.map +1 -1
- package/lib/modules/flow-runner/outputs/index.d.ts +1 -1
- package/lib/modules/flow-runner/outputs/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/outputs/index.js +1 -17
- package/lib/modules/flow-runner/outputs/index.js.map +1 -1
- package/lib/modules/flow-runner/outputs/print-message.js +9 -14
- package/lib/modules/flow-runner/outputs/print-message.js.map +1 -1
- package/lib/modules/flow-runner/prepare-request.d.ts +7 -4
- package/lib/modules/flow-runner/prepare-request.d.ts.map +1 -1
- package/lib/modules/flow-runner/prepare-request.js +31 -24
- package/lib/modules/flow-runner/prepare-request.js.map +1 -1
- package/lib/modules/flow-runner/read-env-variables.js +4 -30
- package/lib/modules/flow-runner/read-env-variables.js.map +1 -1
- package/lib/modules/flow-runner/resolve-running-workflows.js +1 -4
- package/lib/modules/flow-runner/resolve-running-workflows.js.map +1 -1
- package/lib/modules/flow-runner/resolve-x-security-parameters.d.ts +15 -0
- package/lib/modules/flow-runner/resolve-x-security-parameters.d.ts.map +1 -0
- package/lib/modules/flow-runner/resolve-x-security-parameters.js +37 -0
- package/lib/modules/flow-runner/resolve-x-security-parameters.js.map +1 -0
- package/lib/modules/flow-runner/run-step.d.ts +1 -1
- package/lib/modules/flow-runner/run-step.d.ts.map +1 -1
- package/lib/modules/flow-runner/run-step.js +48 -54
- package/lib/modules/flow-runner/run-step.js.map +1 -1
- package/lib/modules/flow-runner/runner.d.ts +2 -2
- package/lib/modules/flow-runner/runner.d.ts.map +1 -1
- package/lib/modules/flow-runner/runner.js +50 -52
- package/lib/modules/flow-runner/runner.js.map +1 -1
- package/lib/modules/flow-runner/schema/index.d.ts +1 -1
- package/lib/modules/flow-runner/schema/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/schema/index.js +1 -17
- package/lib/modules/flow-runner/schema/index.js.map +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.d.ts +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.d.ts.map +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.js +24 -30
- package/lib/modules/flow-runner/schema/schema-checker.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.d.ts +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.js +19 -22
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/index.d.ts +2 -2
- package/lib/modules/flow-runner/success-criteria/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/index.js +2 -18
- package/lib/modules/flow-runner/success-criteria/index.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.d.ts +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.js +6 -12
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.js.map +1 -1
- package/lib/modules/flow-runner/validate-x-security-parameters.d.ts +6 -0
- package/lib/modules/flow-runner/validate-x-security-parameters.d.ts.map +1 -0
- package/lib/modules/flow-runner/validate-x-security-parameters.js +24 -0
- package/lib/modules/flow-runner/validate-x-security-parameters.js.map +1 -0
- package/lib/modules/runtime-expressions/abnf-parser.cjs +1993 -0
- package/lib/modules/runtime-expressions/evaluate.d.ts +1 -1
- package/lib/modules/runtime-expressions/evaluate.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/evaluate.js +14 -19
- package/lib/modules/runtime-expressions/evaluate.js.map +1 -1
- package/lib/modules/runtime-expressions/index.d.ts +1 -1
- package/lib/modules/runtime-expressions/index.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/index.js +1 -17
- package/lib/modules/runtime-expressions/index.js.map +1 -1
- package/lib/modules/runtime-expressions/lint.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/lint.js +4 -5
- package/lib/modules/runtime-expressions/lint.js.map +1 -1
- package/lib/modules/runtime-expressions/replace-json-pointers.js +3 -6
- package/lib/modules/runtime-expressions/replace-json-pointers.js.map +1 -1
- package/lib/modules/timeout-timer/timer.d.ts +3 -1
- package/lib/modules/timeout-timer/timer.d.ts.map +1 -1
- package/lib/modules/timeout-timer/timer.js +9 -14
- package/lib/modules/timeout-timer/timer.js.map +1 -1
- package/lib/types.d.ts +11 -9
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +1 -2
- package/lib/utils/ajv-errors.d.ts +1 -1
- package/lib/utils/ajv-errors.d.ts.map +1 -1
- package/lib/utils/ajv-errors.js +5 -11
- package/lib/utils/ajv-errors.js.map +1 -1
- package/lib/utils/api-fetcher.d.ts +9 -3
- package/lib/utils/api-fetcher.d.ts.map +1 -1
- package/lib/utils/api-fetcher.js +284 -209
- package/lib/utils/api-fetcher.js.map +1 -1
- package/lib/utils/check-circular-refs-in-schema.js +1 -4
- package/lib/utils/check-circular-refs-in-schema.js.map +1 -1
- package/lib/utils/clean-colors.js +1 -4
- package/lib/utils/clean-colors.js.map +1 -1
- package/lib/utils/cli-outputs.d.ts +1 -1
- package/lib/utils/cli-outputs.d.ts.map +1 -1
- package/lib/utils/cli-outputs.js +25 -39
- package/lib/utils/cli-outputs.js.map +1 -1
- package/lib/utils/delay.js +1 -4
- package/lib/utils/delay.js.map +1 -1
- package/lib/utils/digest-auth/generate-digest-auth-header.d.ts +36 -0
- package/lib/utils/digest-auth/generate-digest-auth-header.d.ts.map +1 -0
- package/lib/utils/digest-auth/generate-digest-auth-header.js +70 -0
- package/lib/utils/digest-auth/generate-digest-auth-header.js.map +1 -0
- package/lib/utils/digest-auth/parse-www-authenticate-header.d.ts +10 -0
- package/lib/utils/digest-auth/parse-www-authenticate-header.d.ts.map +1 -0
- package/lib/utils/digest-auth/parse-www-authenticate-header.js +17 -0
- package/lib/utils/digest-auth/parse-www-authenticate-header.js.map +1 -0
- package/lib/utils/env.js +2 -6
- package/lib/utils/env.js.map +1 -1
- package/lib/utils/exit-with-error.d.ts.map +1 -1
- package/lib/utils/exit-with-error.js +3 -11
- package/lib/utils/exit-with-error.js.map +1 -1
- package/lib/utils/file.js +1 -4
- package/lib/utils/file.js.map +1 -1
- package/lib/utils/get-nested-value.js +1 -4
- package/lib/utils/get-nested-value.js.map +1 -1
- package/lib/utils/har-logs/create-har-log.js +2 -5
- package/lib/utils/har-logs/create-har-log.js.map +1 -1
- package/lib/utils/har-logs/helpers/add-headers.js +1 -4
- package/lib/utils/har-logs/helpers/add-headers.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-headers.js +1 -4
- package/lib/utils/har-logs/helpers/build-headers.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-params.js +2 -28
- package/lib/utils/har-logs/helpers/build-params.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-request-cookies.js +2 -28
- package/lib/utils/har-logs/helpers/build-request-cookies.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-response-cookies.js +2 -28
- package/lib/utils/har-logs/helpers/build-response-cookies.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-agent.js +12 -38
- package/lib/utils/har-logs/helpers/get-agent.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-duration.js +1 -4
- package/lib/utils/har-logs/helpers/get-duration.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-input-url.js +1 -4
- package/lib/utils/har-logs/helpers/get-input-url.js.map +1 -1
- package/lib/utils/har-logs/helpers/handle-request.js +1 -4
- package/lib/utils/har-logs/helpers/handle-request.js.map +1 -1
- package/lib/utils/har-logs/index.d.ts +2 -2
- package/lib/utils/har-logs/index.d.ts.map +1 -1
- package/lib/utils/har-logs/index.js +2 -18
- package/lib/utils/har-logs/index.js.map +1 -1
- package/lib/utils/har-logs/with-har.js +24 -51
- package/lib/utils/har-logs/with-har.js.map +1 -1
- package/lib/utils/is-empty.js +1 -4
- package/lib/utils/is-empty.js.map +1 -1
- package/lib/utils/is-json.js +1 -4
- package/lib/utils/is-json.js.map +1 -1
- package/lib/utils/is-url.js +1 -4
- package/lib/utils/is-url.js.map +1 -1
- package/lib/utils/logger/logger.js +3 -8
- package/lib/utils/logger/logger.js.map +1 -1
- package/lib/utils/mtls/create-mtls-client.d.ts +1 -1
- package/lib/utils/mtls/create-mtls-client.d.ts.map +1 -1
- package/lib/utils/mtls/create-mtls-client.js +3 -6
- package/lib/utils/mtls/create-mtls-client.js.map +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.d.ts +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.d.ts.map +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.js +3 -29
- package/lib/utils/mtls/resolve-mtls-certificates.js.map +1 -1
- package/lib/utils/package.d.ts +2 -0
- package/lib/utils/package.d.ts.map +1 -0
- package/lib/utils/package.js +4 -0
- package/lib/utils/package.js.map +1 -0
- package/lib/utils/sort.js +1 -4
- package/lib/utils/sort.js.map +1 -1
- package/lib/utils/time.js +1 -4
- package/lib/utils/time.js.map +1 -1
- package/lib/utils/url.js +1 -4
- package/lib/utils/url.js.map +1 -1
- package/lib/utils/yaml.js +11 -16
- package/lib/utils/yaml.js.map +1 -1
- package/package.json +7 -7
- package/lib/consts.d.ts +0 -4
- package/lib/consts.d.ts.map +0 -1
- package/lib/consts.js +0 -7
- package/lib/consts.js.map +0 -1
- package/lib/modules/config-parser/get-value-from-context.d.ts.map +0 -1
- package/lib/modules/config-parser/get-value-from-context.js.map +0 -1
- package/lib/modules/config-parser/handle-request-body-replacements.d.ts.map +0 -1
- package/lib/modules/config-parser/handle-request-body-replacements.js.map +0 -1
- package/lib/modules/config-parser/index.d.ts +0 -7
- package/lib/modules/config-parser/index.d.ts.map +0 -1
- package/lib/modules/config-parser/index.js +0 -23
- package/lib/modules/config-parser/index.js.map +0 -1
- package/lib/modules/config-parser/parse-parameters.d.ts.map +0 -1
- package/lib/modules/config-parser/parse-parameters.js.map +0 -1
- package/lib/modules/config-parser/parse-request-body.d.ts.map +0 -1
- package/lib/modules/config-parser/parse-request-body.js.map +0 -1
- package/lib/modules/config-parser/resolve-reusable-component.d.ts.map +0 -1
- package/lib/modules/config-parser/resolve-reusable-component.js +0 -8
- package/lib/modules/config-parser/resolve-reusable-component.js.map +0 -1
- package/lib/modules/config-parser/resolve-reusable-object-reference.d.ts.map +0 -1
- package/lib/modules/config-parser/resolve-reusable-object-reference.js.map +0 -1
- package/lib/modules/runtime-expressions/abnf-parser.d.ts +0 -15
- package/lib/modules/runtime-expressions/abnf-parser.d.ts.map +0 -1
- package/lib/modules/runtime-expressions/abnf-parser.js +0 -2012
- package/lib/modules/runtime-expressions/abnf-parser.js.map +0 -1
package/lib/arazzo-schema.d.ts
CHANGED
|
@@ -41,6 +41,253 @@ export declare const sourceDescriptionSchema: {
|
|
|
41
41
|
readonly required: readonly ["name", "type", "url"];
|
|
42
42
|
}];
|
|
43
43
|
};
|
|
44
|
+
export declare const extendedSecurity: {
|
|
45
|
+
readonly type: "object";
|
|
46
|
+
readonly properties: {
|
|
47
|
+
readonly schemeName: {
|
|
48
|
+
readonly type: "string";
|
|
49
|
+
};
|
|
50
|
+
readonly values: {
|
|
51
|
+
readonly type: "object";
|
|
52
|
+
};
|
|
53
|
+
readonly scheme: {
|
|
54
|
+
readonly type: "object";
|
|
55
|
+
readonly properties: {
|
|
56
|
+
readonly type: {
|
|
57
|
+
readonly type: "string";
|
|
58
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
59
|
+
};
|
|
60
|
+
readonly description: {
|
|
61
|
+
readonly type: "string";
|
|
62
|
+
};
|
|
63
|
+
readonly name: {
|
|
64
|
+
readonly type: "string";
|
|
65
|
+
};
|
|
66
|
+
readonly in: {
|
|
67
|
+
readonly type: "string";
|
|
68
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
69
|
+
};
|
|
70
|
+
readonly scheme: {
|
|
71
|
+
readonly type: "string";
|
|
72
|
+
};
|
|
73
|
+
readonly bearerFormat: {
|
|
74
|
+
readonly type: "string";
|
|
75
|
+
};
|
|
76
|
+
readonly flows: {
|
|
77
|
+
readonly type: "object";
|
|
78
|
+
readonly properties: {
|
|
79
|
+
readonly implicit: {
|
|
80
|
+
readonly type: "object";
|
|
81
|
+
readonly properties: {
|
|
82
|
+
readonly refreshUrl: {
|
|
83
|
+
readonly type: "string";
|
|
84
|
+
};
|
|
85
|
+
readonly scopes: {
|
|
86
|
+
readonly type: "object";
|
|
87
|
+
readonly additionalProperties: {
|
|
88
|
+
readonly type: "string";
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
readonly authorizationUrl: {
|
|
92
|
+
readonly type: "string";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
96
|
+
};
|
|
97
|
+
readonly password: {
|
|
98
|
+
readonly type: "object";
|
|
99
|
+
readonly properties: {
|
|
100
|
+
readonly refreshUrl: {
|
|
101
|
+
readonly type: "string";
|
|
102
|
+
};
|
|
103
|
+
readonly scopes: {
|
|
104
|
+
readonly type: "object";
|
|
105
|
+
readonly additionalProperties: {
|
|
106
|
+
readonly type: "string";
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly tokenUrl: {
|
|
110
|
+
readonly type: "string";
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
114
|
+
};
|
|
115
|
+
readonly clientCredentials: {
|
|
116
|
+
readonly type: "object";
|
|
117
|
+
readonly properties: {
|
|
118
|
+
readonly refreshUrl: {
|
|
119
|
+
readonly type: "string";
|
|
120
|
+
};
|
|
121
|
+
readonly scopes: {
|
|
122
|
+
readonly type: "object";
|
|
123
|
+
readonly additionalProperties: {
|
|
124
|
+
readonly type: "string";
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
readonly tokenUrl: {
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
132
|
+
};
|
|
133
|
+
readonly authorizationCode: {
|
|
134
|
+
readonly type: "object";
|
|
135
|
+
readonly properties: {
|
|
136
|
+
readonly refreshUrl: {
|
|
137
|
+
readonly type: "string";
|
|
138
|
+
};
|
|
139
|
+
readonly authorizationUrl: {
|
|
140
|
+
readonly type: "string";
|
|
141
|
+
};
|
|
142
|
+
readonly scopes: {
|
|
143
|
+
readonly type: "object";
|
|
144
|
+
readonly additionalProperties: {
|
|
145
|
+
readonly type: "string";
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
readonly tokenUrl: {
|
|
149
|
+
readonly type: "string";
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
readonly openIdConnectUrl: {
|
|
157
|
+
readonly type: "string";
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
readonly required: readonly ["type"];
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
readonly required: readonly ["values"];
|
|
164
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
165
|
+
};
|
|
166
|
+
export declare const extendedSecurityList: {
|
|
167
|
+
readonly type: "array";
|
|
168
|
+
readonly items: {
|
|
169
|
+
readonly type: "object";
|
|
170
|
+
readonly properties: {
|
|
171
|
+
readonly schemeName: {
|
|
172
|
+
readonly type: "string";
|
|
173
|
+
};
|
|
174
|
+
readonly values: {
|
|
175
|
+
readonly type: "object";
|
|
176
|
+
};
|
|
177
|
+
readonly scheme: {
|
|
178
|
+
readonly type: "object";
|
|
179
|
+
readonly properties: {
|
|
180
|
+
readonly type: {
|
|
181
|
+
readonly type: "string";
|
|
182
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
183
|
+
};
|
|
184
|
+
readonly description: {
|
|
185
|
+
readonly type: "string";
|
|
186
|
+
};
|
|
187
|
+
readonly name: {
|
|
188
|
+
readonly type: "string";
|
|
189
|
+
};
|
|
190
|
+
readonly in: {
|
|
191
|
+
readonly type: "string";
|
|
192
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
193
|
+
};
|
|
194
|
+
readonly scheme: {
|
|
195
|
+
readonly type: "string";
|
|
196
|
+
};
|
|
197
|
+
readonly bearerFormat: {
|
|
198
|
+
readonly type: "string";
|
|
199
|
+
};
|
|
200
|
+
readonly flows: {
|
|
201
|
+
readonly type: "object";
|
|
202
|
+
readonly properties: {
|
|
203
|
+
readonly implicit: {
|
|
204
|
+
readonly type: "object";
|
|
205
|
+
readonly properties: {
|
|
206
|
+
readonly refreshUrl: {
|
|
207
|
+
readonly type: "string";
|
|
208
|
+
};
|
|
209
|
+
readonly scopes: {
|
|
210
|
+
readonly type: "object";
|
|
211
|
+
readonly additionalProperties: {
|
|
212
|
+
readonly type: "string";
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
readonly authorizationUrl: {
|
|
216
|
+
readonly type: "string";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
220
|
+
};
|
|
221
|
+
readonly password: {
|
|
222
|
+
readonly type: "object";
|
|
223
|
+
readonly properties: {
|
|
224
|
+
readonly refreshUrl: {
|
|
225
|
+
readonly type: "string";
|
|
226
|
+
};
|
|
227
|
+
readonly scopes: {
|
|
228
|
+
readonly type: "object";
|
|
229
|
+
readonly additionalProperties: {
|
|
230
|
+
readonly type: "string";
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
readonly tokenUrl: {
|
|
234
|
+
readonly type: "string";
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
238
|
+
};
|
|
239
|
+
readonly clientCredentials: {
|
|
240
|
+
readonly type: "object";
|
|
241
|
+
readonly properties: {
|
|
242
|
+
readonly refreshUrl: {
|
|
243
|
+
readonly type: "string";
|
|
244
|
+
};
|
|
245
|
+
readonly scopes: {
|
|
246
|
+
readonly type: "object";
|
|
247
|
+
readonly additionalProperties: {
|
|
248
|
+
readonly type: "string";
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
readonly tokenUrl: {
|
|
252
|
+
readonly type: "string";
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
256
|
+
};
|
|
257
|
+
readonly authorizationCode: {
|
|
258
|
+
readonly type: "object";
|
|
259
|
+
readonly properties: {
|
|
260
|
+
readonly refreshUrl: {
|
|
261
|
+
readonly type: "string";
|
|
262
|
+
};
|
|
263
|
+
readonly authorizationUrl: {
|
|
264
|
+
readonly type: "string";
|
|
265
|
+
};
|
|
266
|
+
readonly scopes: {
|
|
267
|
+
readonly type: "object";
|
|
268
|
+
readonly additionalProperties: {
|
|
269
|
+
readonly type: "string";
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
readonly tokenUrl: {
|
|
273
|
+
readonly type: "string";
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
readonly openIdConnectUrl: {
|
|
281
|
+
readonly type: "string";
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
readonly required: readonly ["type"];
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
readonly required: readonly ["values"];
|
|
288
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
289
|
+
};
|
|
290
|
+
};
|
|
44
291
|
export declare const extendedOperation: {
|
|
45
292
|
readonly type: "object";
|
|
46
293
|
readonly properties: {
|
|
@@ -715,6 +962,131 @@ export declare const step: {
|
|
|
715
962
|
readonly additionalProperties: false;
|
|
716
963
|
readonly required: readonly ["url", "method"];
|
|
717
964
|
};
|
|
965
|
+
readonly 'x-security': {
|
|
966
|
+
readonly type: "array";
|
|
967
|
+
readonly items: {
|
|
968
|
+
readonly type: "object";
|
|
969
|
+
readonly properties: {
|
|
970
|
+
readonly schemeName: {
|
|
971
|
+
readonly type: "string";
|
|
972
|
+
};
|
|
973
|
+
readonly values: {
|
|
974
|
+
readonly type: "object";
|
|
975
|
+
};
|
|
976
|
+
readonly scheme: {
|
|
977
|
+
readonly type: "object";
|
|
978
|
+
readonly properties: {
|
|
979
|
+
readonly type: {
|
|
980
|
+
readonly type: "string";
|
|
981
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
982
|
+
};
|
|
983
|
+
readonly description: {
|
|
984
|
+
readonly type: "string";
|
|
985
|
+
};
|
|
986
|
+
readonly name: {
|
|
987
|
+
readonly type: "string";
|
|
988
|
+
};
|
|
989
|
+
readonly in: {
|
|
990
|
+
readonly type: "string";
|
|
991
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
992
|
+
};
|
|
993
|
+
readonly scheme: {
|
|
994
|
+
readonly type: "string";
|
|
995
|
+
};
|
|
996
|
+
readonly bearerFormat: {
|
|
997
|
+
readonly type: "string";
|
|
998
|
+
};
|
|
999
|
+
readonly flows: {
|
|
1000
|
+
readonly type: "object";
|
|
1001
|
+
readonly properties: {
|
|
1002
|
+
readonly implicit: {
|
|
1003
|
+
readonly type: "object";
|
|
1004
|
+
readonly properties: {
|
|
1005
|
+
readonly refreshUrl: {
|
|
1006
|
+
readonly type: "string";
|
|
1007
|
+
};
|
|
1008
|
+
readonly scopes: {
|
|
1009
|
+
readonly type: "object";
|
|
1010
|
+
readonly additionalProperties: {
|
|
1011
|
+
readonly type: "string";
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
readonly authorizationUrl: {
|
|
1015
|
+
readonly type: "string";
|
|
1016
|
+
};
|
|
1017
|
+
};
|
|
1018
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
1019
|
+
};
|
|
1020
|
+
readonly password: {
|
|
1021
|
+
readonly type: "object";
|
|
1022
|
+
readonly properties: {
|
|
1023
|
+
readonly refreshUrl: {
|
|
1024
|
+
readonly type: "string";
|
|
1025
|
+
};
|
|
1026
|
+
readonly scopes: {
|
|
1027
|
+
readonly type: "object";
|
|
1028
|
+
readonly additionalProperties: {
|
|
1029
|
+
readonly type: "string";
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
readonly tokenUrl: {
|
|
1033
|
+
readonly type: "string";
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
1037
|
+
};
|
|
1038
|
+
readonly clientCredentials: {
|
|
1039
|
+
readonly type: "object";
|
|
1040
|
+
readonly properties: {
|
|
1041
|
+
readonly refreshUrl: {
|
|
1042
|
+
readonly type: "string";
|
|
1043
|
+
};
|
|
1044
|
+
readonly scopes: {
|
|
1045
|
+
readonly type: "object";
|
|
1046
|
+
readonly additionalProperties: {
|
|
1047
|
+
readonly type: "string";
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
readonly tokenUrl: {
|
|
1051
|
+
readonly type: "string";
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
1055
|
+
};
|
|
1056
|
+
readonly authorizationCode: {
|
|
1057
|
+
readonly type: "object";
|
|
1058
|
+
readonly properties: {
|
|
1059
|
+
readonly refreshUrl: {
|
|
1060
|
+
readonly type: "string";
|
|
1061
|
+
};
|
|
1062
|
+
readonly authorizationUrl: {
|
|
1063
|
+
readonly type: "string";
|
|
1064
|
+
};
|
|
1065
|
+
readonly scopes: {
|
|
1066
|
+
readonly type: "object";
|
|
1067
|
+
readonly additionalProperties: {
|
|
1068
|
+
readonly type: "string";
|
|
1069
|
+
};
|
|
1070
|
+
};
|
|
1071
|
+
readonly tokenUrl: {
|
|
1072
|
+
readonly type: "string";
|
|
1073
|
+
};
|
|
1074
|
+
};
|
|
1075
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
1076
|
+
};
|
|
1077
|
+
};
|
|
1078
|
+
};
|
|
1079
|
+
readonly openIdConnectUrl: {
|
|
1080
|
+
readonly type: "string";
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
readonly required: readonly ["type"];
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
readonly required: readonly ["values"];
|
|
1087
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
1088
|
+
};
|
|
1089
|
+
};
|
|
718
1090
|
readonly requestBody: {
|
|
719
1091
|
readonly type: "object";
|
|
720
1092
|
readonly properties: {
|
|
@@ -1201,8 +1573,133 @@ export declare const workflow: {
|
|
|
1201
1573
|
readonly enum: readonly ["get", "post", "put", "delete", "patch", "head", "options", "trace", "connect", "query", "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "TRACE", "CONNECT", "QUERY"];
|
|
1202
1574
|
};
|
|
1203
1575
|
};
|
|
1204
|
-
readonly additionalProperties: false;
|
|
1205
|
-
readonly required: readonly ["url", "method"];
|
|
1576
|
+
readonly additionalProperties: false;
|
|
1577
|
+
readonly required: readonly ["url", "method"];
|
|
1578
|
+
};
|
|
1579
|
+
readonly 'x-security': {
|
|
1580
|
+
readonly type: "array";
|
|
1581
|
+
readonly items: {
|
|
1582
|
+
readonly type: "object";
|
|
1583
|
+
readonly properties: {
|
|
1584
|
+
readonly schemeName: {
|
|
1585
|
+
readonly type: "string";
|
|
1586
|
+
};
|
|
1587
|
+
readonly values: {
|
|
1588
|
+
readonly type: "object";
|
|
1589
|
+
};
|
|
1590
|
+
readonly scheme: {
|
|
1591
|
+
readonly type: "object";
|
|
1592
|
+
readonly properties: {
|
|
1593
|
+
readonly type: {
|
|
1594
|
+
readonly type: "string";
|
|
1595
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
1596
|
+
};
|
|
1597
|
+
readonly description: {
|
|
1598
|
+
readonly type: "string";
|
|
1599
|
+
};
|
|
1600
|
+
readonly name: {
|
|
1601
|
+
readonly type: "string";
|
|
1602
|
+
};
|
|
1603
|
+
readonly in: {
|
|
1604
|
+
readonly type: "string";
|
|
1605
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
1606
|
+
};
|
|
1607
|
+
readonly scheme: {
|
|
1608
|
+
readonly type: "string";
|
|
1609
|
+
};
|
|
1610
|
+
readonly bearerFormat: {
|
|
1611
|
+
readonly type: "string";
|
|
1612
|
+
};
|
|
1613
|
+
readonly flows: {
|
|
1614
|
+
readonly type: "object";
|
|
1615
|
+
readonly properties: {
|
|
1616
|
+
readonly implicit: {
|
|
1617
|
+
readonly type: "object";
|
|
1618
|
+
readonly properties: {
|
|
1619
|
+
readonly refreshUrl: {
|
|
1620
|
+
readonly type: "string";
|
|
1621
|
+
};
|
|
1622
|
+
readonly scopes: {
|
|
1623
|
+
readonly type: "object";
|
|
1624
|
+
readonly additionalProperties: {
|
|
1625
|
+
readonly type: "string";
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
readonly authorizationUrl: {
|
|
1629
|
+
readonly type: "string";
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
1633
|
+
};
|
|
1634
|
+
readonly password: {
|
|
1635
|
+
readonly type: "object";
|
|
1636
|
+
readonly properties: {
|
|
1637
|
+
readonly refreshUrl: {
|
|
1638
|
+
readonly type: "string";
|
|
1639
|
+
};
|
|
1640
|
+
readonly scopes: {
|
|
1641
|
+
readonly type: "object";
|
|
1642
|
+
readonly additionalProperties: {
|
|
1643
|
+
readonly type: "string";
|
|
1644
|
+
};
|
|
1645
|
+
};
|
|
1646
|
+
readonly tokenUrl: {
|
|
1647
|
+
readonly type: "string";
|
|
1648
|
+
};
|
|
1649
|
+
};
|
|
1650
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
1651
|
+
};
|
|
1652
|
+
readonly clientCredentials: {
|
|
1653
|
+
readonly type: "object";
|
|
1654
|
+
readonly properties: {
|
|
1655
|
+
readonly refreshUrl: {
|
|
1656
|
+
readonly type: "string";
|
|
1657
|
+
};
|
|
1658
|
+
readonly scopes: {
|
|
1659
|
+
readonly type: "object";
|
|
1660
|
+
readonly additionalProperties: {
|
|
1661
|
+
readonly type: "string";
|
|
1662
|
+
};
|
|
1663
|
+
};
|
|
1664
|
+
readonly tokenUrl: {
|
|
1665
|
+
readonly type: "string";
|
|
1666
|
+
};
|
|
1667
|
+
};
|
|
1668
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
1669
|
+
};
|
|
1670
|
+
readonly authorizationCode: {
|
|
1671
|
+
readonly type: "object";
|
|
1672
|
+
readonly properties: {
|
|
1673
|
+
readonly refreshUrl: {
|
|
1674
|
+
readonly type: "string";
|
|
1675
|
+
};
|
|
1676
|
+
readonly authorizationUrl: {
|
|
1677
|
+
readonly type: "string";
|
|
1678
|
+
};
|
|
1679
|
+
readonly scopes: {
|
|
1680
|
+
readonly type: "object";
|
|
1681
|
+
readonly additionalProperties: {
|
|
1682
|
+
readonly type: "string";
|
|
1683
|
+
};
|
|
1684
|
+
};
|
|
1685
|
+
readonly tokenUrl: {
|
|
1686
|
+
readonly type: "string";
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
readonly openIdConnectUrl: {
|
|
1694
|
+
readonly type: "string";
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
readonly required: readonly ["type"];
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
readonly required: readonly ["values"];
|
|
1701
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
1702
|
+
};
|
|
1206
1703
|
};
|
|
1207
1704
|
readonly requestBody: {
|
|
1208
1705
|
readonly type: "object";
|
|
@@ -1432,6 +1929,131 @@ export declare const workflow: {
|
|
|
1432
1929
|
readonly required: readonly ["type", "name"];
|
|
1433
1930
|
};
|
|
1434
1931
|
};
|
|
1932
|
+
readonly 'x-security': {
|
|
1933
|
+
readonly type: "array";
|
|
1934
|
+
readonly items: {
|
|
1935
|
+
readonly type: "object";
|
|
1936
|
+
readonly properties: {
|
|
1937
|
+
readonly schemeName: {
|
|
1938
|
+
readonly type: "string";
|
|
1939
|
+
};
|
|
1940
|
+
readonly values: {
|
|
1941
|
+
readonly type: "object";
|
|
1942
|
+
};
|
|
1943
|
+
readonly scheme: {
|
|
1944
|
+
readonly type: "object";
|
|
1945
|
+
readonly properties: {
|
|
1946
|
+
readonly type: {
|
|
1947
|
+
readonly type: "string";
|
|
1948
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
1949
|
+
};
|
|
1950
|
+
readonly description: {
|
|
1951
|
+
readonly type: "string";
|
|
1952
|
+
};
|
|
1953
|
+
readonly name: {
|
|
1954
|
+
readonly type: "string";
|
|
1955
|
+
};
|
|
1956
|
+
readonly in: {
|
|
1957
|
+
readonly type: "string";
|
|
1958
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
1959
|
+
};
|
|
1960
|
+
readonly scheme: {
|
|
1961
|
+
readonly type: "string";
|
|
1962
|
+
};
|
|
1963
|
+
readonly bearerFormat: {
|
|
1964
|
+
readonly type: "string";
|
|
1965
|
+
};
|
|
1966
|
+
readonly flows: {
|
|
1967
|
+
readonly type: "object";
|
|
1968
|
+
readonly properties: {
|
|
1969
|
+
readonly implicit: {
|
|
1970
|
+
readonly type: "object";
|
|
1971
|
+
readonly properties: {
|
|
1972
|
+
readonly refreshUrl: {
|
|
1973
|
+
readonly type: "string";
|
|
1974
|
+
};
|
|
1975
|
+
readonly scopes: {
|
|
1976
|
+
readonly type: "object";
|
|
1977
|
+
readonly additionalProperties: {
|
|
1978
|
+
readonly type: "string";
|
|
1979
|
+
};
|
|
1980
|
+
};
|
|
1981
|
+
readonly authorizationUrl: {
|
|
1982
|
+
readonly type: "string";
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
1986
|
+
};
|
|
1987
|
+
readonly password: {
|
|
1988
|
+
readonly type: "object";
|
|
1989
|
+
readonly properties: {
|
|
1990
|
+
readonly refreshUrl: {
|
|
1991
|
+
readonly type: "string";
|
|
1992
|
+
};
|
|
1993
|
+
readonly scopes: {
|
|
1994
|
+
readonly type: "object";
|
|
1995
|
+
readonly additionalProperties: {
|
|
1996
|
+
readonly type: "string";
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1999
|
+
readonly tokenUrl: {
|
|
2000
|
+
readonly type: "string";
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
2004
|
+
};
|
|
2005
|
+
readonly clientCredentials: {
|
|
2006
|
+
readonly type: "object";
|
|
2007
|
+
readonly properties: {
|
|
2008
|
+
readonly refreshUrl: {
|
|
2009
|
+
readonly type: "string";
|
|
2010
|
+
};
|
|
2011
|
+
readonly scopes: {
|
|
2012
|
+
readonly type: "object";
|
|
2013
|
+
readonly additionalProperties: {
|
|
2014
|
+
readonly type: "string";
|
|
2015
|
+
};
|
|
2016
|
+
};
|
|
2017
|
+
readonly tokenUrl: {
|
|
2018
|
+
readonly type: "string";
|
|
2019
|
+
};
|
|
2020
|
+
};
|
|
2021
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
2022
|
+
};
|
|
2023
|
+
readonly authorizationCode: {
|
|
2024
|
+
readonly type: "object";
|
|
2025
|
+
readonly properties: {
|
|
2026
|
+
readonly refreshUrl: {
|
|
2027
|
+
readonly type: "string";
|
|
2028
|
+
};
|
|
2029
|
+
readonly authorizationUrl: {
|
|
2030
|
+
readonly type: "string";
|
|
2031
|
+
};
|
|
2032
|
+
readonly scopes: {
|
|
2033
|
+
readonly type: "object";
|
|
2034
|
+
readonly additionalProperties: {
|
|
2035
|
+
readonly type: "string";
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
readonly tokenUrl: {
|
|
2039
|
+
readonly type: "string";
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
2043
|
+
};
|
|
2044
|
+
};
|
|
2045
|
+
};
|
|
2046
|
+
readonly openIdConnectUrl: {
|
|
2047
|
+
readonly type: "string";
|
|
2048
|
+
};
|
|
2049
|
+
};
|
|
2050
|
+
readonly required: readonly ["type"];
|
|
2051
|
+
};
|
|
2052
|
+
};
|
|
2053
|
+
readonly required: readonly ["values"];
|
|
2054
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
1435
2057
|
};
|
|
1436
2058
|
readonly additionalProperties: false;
|
|
1437
2059
|
readonly required: readonly ["workflowId", "steps"];
|
|
@@ -1932,6 +2554,131 @@ export declare const arazzoSchema: {
|
|
|
1932
2554
|
readonly additionalProperties: false;
|
|
1933
2555
|
readonly required: readonly ["url", "method"];
|
|
1934
2556
|
};
|
|
2557
|
+
readonly 'x-security': {
|
|
2558
|
+
readonly type: "array";
|
|
2559
|
+
readonly items: {
|
|
2560
|
+
readonly type: "object";
|
|
2561
|
+
readonly properties: {
|
|
2562
|
+
readonly schemeName: {
|
|
2563
|
+
readonly type: "string";
|
|
2564
|
+
};
|
|
2565
|
+
readonly values: {
|
|
2566
|
+
readonly type: "object";
|
|
2567
|
+
};
|
|
2568
|
+
readonly scheme: {
|
|
2569
|
+
readonly type: "object";
|
|
2570
|
+
readonly properties: {
|
|
2571
|
+
readonly type: {
|
|
2572
|
+
readonly type: "string";
|
|
2573
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
2574
|
+
};
|
|
2575
|
+
readonly description: {
|
|
2576
|
+
readonly type: "string";
|
|
2577
|
+
};
|
|
2578
|
+
readonly name: {
|
|
2579
|
+
readonly type: "string";
|
|
2580
|
+
};
|
|
2581
|
+
readonly in: {
|
|
2582
|
+
readonly type: "string";
|
|
2583
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
2584
|
+
};
|
|
2585
|
+
readonly scheme: {
|
|
2586
|
+
readonly type: "string";
|
|
2587
|
+
};
|
|
2588
|
+
readonly bearerFormat: {
|
|
2589
|
+
readonly type: "string";
|
|
2590
|
+
};
|
|
2591
|
+
readonly flows: {
|
|
2592
|
+
readonly type: "object";
|
|
2593
|
+
readonly properties: {
|
|
2594
|
+
readonly implicit: {
|
|
2595
|
+
readonly type: "object";
|
|
2596
|
+
readonly properties: {
|
|
2597
|
+
readonly refreshUrl: {
|
|
2598
|
+
readonly type: "string";
|
|
2599
|
+
};
|
|
2600
|
+
readonly scopes: {
|
|
2601
|
+
readonly type: "object";
|
|
2602
|
+
readonly additionalProperties: {
|
|
2603
|
+
readonly type: "string";
|
|
2604
|
+
};
|
|
2605
|
+
};
|
|
2606
|
+
readonly authorizationUrl: {
|
|
2607
|
+
readonly type: "string";
|
|
2608
|
+
};
|
|
2609
|
+
};
|
|
2610
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
2611
|
+
};
|
|
2612
|
+
readonly password: {
|
|
2613
|
+
readonly type: "object";
|
|
2614
|
+
readonly properties: {
|
|
2615
|
+
readonly refreshUrl: {
|
|
2616
|
+
readonly type: "string";
|
|
2617
|
+
};
|
|
2618
|
+
readonly scopes: {
|
|
2619
|
+
readonly type: "object";
|
|
2620
|
+
readonly additionalProperties: {
|
|
2621
|
+
readonly type: "string";
|
|
2622
|
+
};
|
|
2623
|
+
};
|
|
2624
|
+
readonly tokenUrl: {
|
|
2625
|
+
readonly type: "string";
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
2629
|
+
};
|
|
2630
|
+
readonly clientCredentials: {
|
|
2631
|
+
readonly type: "object";
|
|
2632
|
+
readonly properties: {
|
|
2633
|
+
readonly refreshUrl: {
|
|
2634
|
+
readonly type: "string";
|
|
2635
|
+
};
|
|
2636
|
+
readonly scopes: {
|
|
2637
|
+
readonly type: "object";
|
|
2638
|
+
readonly additionalProperties: {
|
|
2639
|
+
readonly type: "string";
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
readonly tokenUrl: {
|
|
2643
|
+
readonly type: "string";
|
|
2644
|
+
};
|
|
2645
|
+
};
|
|
2646
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
2647
|
+
};
|
|
2648
|
+
readonly authorizationCode: {
|
|
2649
|
+
readonly type: "object";
|
|
2650
|
+
readonly properties: {
|
|
2651
|
+
readonly refreshUrl: {
|
|
2652
|
+
readonly type: "string";
|
|
2653
|
+
};
|
|
2654
|
+
readonly authorizationUrl: {
|
|
2655
|
+
readonly type: "string";
|
|
2656
|
+
};
|
|
2657
|
+
readonly scopes: {
|
|
2658
|
+
readonly type: "object";
|
|
2659
|
+
readonly additionalProperties: {
|
|
2660
|
+
readonly type: "string";
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2663
|
+
readonly tokenUrl: {
|
|
2664
|
+
readonly type: "string";
|
|
2665
|
+
};
|
|
2666
|
+
};
|
|
2667
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
2668
|
+
};
|
|
2669
|
+
};
|
|
2670
|
+
};
|
|
2671
|
+
readonly openIdConnectUrl: {
|
|
2672
|
+
readonly type: "string";
|
|
2673
|
+
};
|
|
2674
|
+
};
|
|
2675
|
+
readonly required: readonly ["type"];
|
|
2676
|
+
};
|
|
2677
|
+
};
|
|
2678
|
+
readonly required: readonly ["values"];
|
|
2679
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
2680
|
+
};
|
|
2681
|
+
};
|
|
1935
2682
|
readonly requestBody: {
|
|
1936
2683
|
readonly type: "object";
|
|
1937
2684
|
readonly properties: {
|
|
@@ -2160,6 +2907,131 @@ export declare const arazzoSchema: {
|
|
|
2160
2907
|
readonly required: readonly ["type", "name"];
|
|
2161
2908
|
};
|
|
2162
2909
|
};
|
|
2910
|
+
readonly 'x-security': {
|
|
2911
|
+
readonly type: "array";
|
|
2912
|
+
readonly items: {
|
|
2913
|
+
readonly type: "object";
|
|
2914
|
+
readonly properties: {
|
|
2915
|
+
readonly schemeName: {
|
|
2916
|
+
readonly type: "string";
|
|
2917
|
+
};
|
|
2918
|
+
readonly values: {
|
|
2919
|
+
readonly type: "object";
|
|
2920
|
+
};
|
|
2921
|
+
readonly scheme: {
|
|
2922
|
+
readonly type: "object";
|
|
2923
|
+
readonly properties: {
|
|
2924
|
+
readonly type: {
|
|
2925
|
+
readonly type: "string";
|
|
2926
|
+
readonly enum: readonly ["apiKey", "http", "oauth2", "openIdConnect", "mutualTLS"];
|
|
2927
|
+
};
|
|
2928
|
+
readonly description: {
|
|
2929
|
+
readonly type: "string";
|
|
2930
|
+
};
|
|
2931
|
+
readonly name: {
|
|
2932
|
+
readonly type: "string";
|
|
2933
|
+
};
|
|
2934
|
+
readonly in: {
|
|
2935
|
+
readonly type: "string";
|
|
2936
|
+
readonly enum: readonly ["query", "header", "cookie"];
|
|
2937
|
+
};
|
|
2938
|
+
readonly scheme: {
|
|
2939
|
+
readonly type: "string";
|
|
2940
|
+
};
|
|
2941
|
+
readonly bearerFormat: {
|
|
2942
|
+
readonly type: "string";
|
|
2943
|
+
};
|
|
2944
|
+
readonly flows: {
|
|
2945
|
+
readonly type: "object";
|
|
2946
|
+
readonly properties: {
|
|
2947
|
+
readonly implicit: {
|
|
2948
|
+
readonly type: "object";
|
|
2949
|
+
readonly properties: {
|
|
2950
|
+
readonly refreshUrl: {
|
|
2951
|
+
readonly type: "string";
|
|
2952
|
+
};
|
|
2953
|
+
readonly scopes: {
|
|
2954
|
+
readonly type: "object";
|
|
2955
|
+
readonly additionalProperties: {
|
|
2956
|
+
readonly type: "string";
|
|
2957
|
+
};
|
|
2958
|
+
};
|
|
2959
|
+
readonly authorizationUrl: {
|
|
2960
|
+
readonly type: "string";
|
|
2961
|
+
};
|
|
2962
|
+
};
|
|
2963
|
+
readonly required: readonly ["authorizationUrl", "scopes"];
|
|
2964
|
+
};
|
|
2965
|
+
readonly password: {
|
|
2966
|
+
readonly type: "object";
|
|
2967
|
+
readonly properties: {
|
|
2968
|
+
readonly refreshUrl: {
|
|
2969
|
+
readonly type: "string";
|
|
2970
|
+
};
|
|
2971
|
+
readonly scopes: {
|
|
2972
|
+
readonly type: "object";
|
|
2973
|
+
readonly additionalProperties: {
|
|
2974
|
+
readonly type: "string";
|
|
2975
|
+
};
|
|
2976
|
+
};
|
|
2977
|
+
readonly tokenUrl: {
|
|
2978
|
+
readonly type: "string";
|
|
2979
|
+
};
|
|
2980
|
+
};
|
|
2981
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
2982
|
+
};
|
|
2983
|
+
readonly clientCredentials: {
|
|
2984
|
+
readonly type: "object";
|
|
2985
|
+
readonly properties: {
|
|
2986
|
+
readonly refreshUrl: {
|
|
2987
|
+
readonly type: "string";
|
|
2988
|
+
};
|
|
2989
|
+
readonly scopes: {
|
|
2990
|
+
readonly type: "object";
|
|
2991
|
+
readonly additionalProperties: {
|
|
2992
|
+
readonly type: "string";
|
|
2993
|
+
};
|
|
2994
|
+
};
|
|
2995
|
+
readonly tokenUrl: {
|
|
2996
|
+
readonly type: "string";
|
|
2997
|
+
};
|
|
2998
|
+
};
|
|
2999
|
+
readonly required: readonly ["tokenUrl", "scopes"];
|
|
3000
|
+
};
|
|
3001
|
+
readonly authorizationCode: {
|
|
3002
|
+
readonly type: "object";
|
|
3003
|
+
readonly properties: {
|
|
3004
|
+
readonly refreshUrl: {
|
|
3005
|
+
readonly type: "string";
|
|
3006
|
+
};
|
|
3007
|
+
readonly authorizationUrl: {
|
|
3008
|
+
readonly type: "string";
|
|
3009
|
+
};
|
|
3010
|
+
readonly scopes: {
|
|
3011
|
+
readonly type: "object";
|
|
3012
|
+
readonly additionalProperties: {
|
|
3013
|
+
readonly type: "string";
|
|
3014
|
+
};
|
|
3015
|
+
};
|
|
3016
|
+
readonly tokenUrl: {
|
|
3017
|
+
readonly type: "string";
|
|
3018
|
+
};
|
|
3019
|
+
};
|
|
3020
|
+
readonly required: readonly ["authorizationUrl", "tokenUrl", "scopes"];
|
|
3021
|
+
};
|
|
3022
|
+
};
|
|
3023
|
+
};
|
|
3024
|
+
readonly openIdConnectUrl: {
|
|
3025
|
+
readonly type: "string";
|
|
3026
|
+
};
|
|
3027
|
+
};
|
|
3028
|
+
readonly required: readonly ["type"];
|
|
3029
|
+
};
|
|
3030
|
+
};
|
|
3031
|
+
readonly required: readonly ["values"];
|
|
3032
|
+
readonly requiredOneOf: readonly ["schemeName", "scheme"];
|
|
3033
|
+
};
|
|
3034
|
+
};
|
|
2163
3035
|
};
|
|
2164
3036
|
readonly additionalProperties: false;
|
|
2165
3037
|
readonly required: readonly ["workflowId", "steps"];
|