Skip to content

Commit

Permalink
fix: adjust Kotlin and TypeScript HTTP client to use the schemaId f… (
Browse files Browse the repository at this point in the history
#1388)

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Oct 9, 2024
1 parent 7b4a9c1 commit c2da492
Show file tree
Hide file tree
Showing 21 changed files with 768 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: MegaLinter
id: ml
uses: oxsecurity/megalinter@v7.1.0
uses: oxsecurity/megalinter@v8

- name: Archive production artifacts
if: success() || failure()
Expand Down
2 changes: 2 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DISABLE_LINTERS:
- REPOSITORY_CHECKOV
- REPOSITORY_SECRETLINT
- REPOSITORY_KICS
- REPOSITORY_GRYPE
- SCALA_SCALAFIX
- SQL_TSQLLINT
- C_CPPLINT # For pollux/lib/anoncreds/src/main/c
Expand All @@ -30,6 +31,7 @@ DISABLE_LINTERS:

DISABLE_ERRORS_LINTERS:
- KOTLIN_KTLINT
- KOTLIN_DETEKT
- PROTOBUF_PROTOLINT
- MARKDOWN_MARKDOWN_LINK_CHECK
- ACTION_ACTIONLINT
Expand Down
2 changes: 1 addition & 1 deletion cloud-agent/client/generator/openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.4.0"
"version": "7.7.0"
}
}
2 changes: 1 addition & 1 deletion cloud-agent/client/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"publish:clients": "./publish-clients.sh"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "2.7.0",
"@openapitools/openapi-generator-cli": "2.13.13",
"npm-run-all": "^4.1.5"
}
}
Loading

0 comments on commit c2da492

Please sign in to comment.