Skip to content

Commit 229e709

Browse files
committed
Update OpenAPI and templates to latest version
1 parent ae0cae2 commit 229e709

27 files changed

+491
-2172
lines changed

crates/bitwarden-api-api/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
docs/*.md
2626
.travis.yml
2727
git_push.sh
28+
.gitignore
29+
30+
# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml
31+
Cargo.toml

crates/bitwarden-api-identity/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
docs/*.md
2626
.travis.yml
2727
git_push.sh
28+
.gitignore
29+
30+
# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml
31+
Cargo.toml

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.13.0"
5+
"version": "7.14.0"
66
}
77
}

0 commit comments

Comments
 (0)