mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 00:36:47 +01:00
chore: upgrade openapi generator version (#12358)
This commit is contained in:
parent
dfcdaefa22
commit
0148005931
7 changed files with 12 additions and 10 deletions
4
mobile/openapi/.gitignore
vendored
4
mobile/openapi/.gitignore
vendored
|
@ -3,7 +3,9 @@
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.packages
|
.packages
|
||||||
build/
|
build/
|
||||||
pubspec.lock # Except for application packages
|
|
||||||
|
# Except for application packages
|
||||||
|
pubspec.lock
|
||||||
|
|
||||||
doc/api/
|
doc/api/
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.5.0
|
7.8.0
|
||||||
|
|
BIN
mobile/openapi/README.md
generated
BIN
mobile/openapi/README.md
generated
Binary file not shown.
|
@ -7,11 +7,11 @@ version: '1.0.0'
|
||||||
description: 'OpenAPI API client'
|
description: 'OpenAPI API client'
|
||||||
homepage: 'homepage'
|
homepage: 'homepage'
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: '^1.17.0'
|
collection: '>=1.17.0 <2.0.0'
|
||||||
http: '>=0.13.0 <0.14.0'
|
http: '>=0.13.0 <2.0.0'
|
||||||
intl: any
|
intl: any
|
||||||
meta: '^1.1.8'
|
meta: '>=1.1.8 <2.0.0'
|
||||||
immich_mobile:
|
immich_mobile:
|
||||||
path: ../
|
path: ../
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
OPENAPI_GENERATOR_VERSION=v7.5.0
|
OPENAPI_GENERATOR_VERSION=v7.8.0
|
||||||
|
|
||||||
# usage: ./bin/generate-open-api.sh
|
# usage: ./bin/generate-open-api.sh
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
||||||
"spaces": 2,
|
"spaces": 2,
|
||||||
"generator-cli": {
|
"generator-cli": {
|
||||||
"version": "7.5.0"
|
"version": "7.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Include code from immich_mobile
|
# Include code from immich_mobile
|
||||||
@@ -13,5 +13,5 @@
|
@@ -13,5 +13,5 @@
|
||||||
http: '>=0.13.0 <0.14.0'
|
http: '>=0.13.0 <2.0.0'
|
||||||
intl: any
|
intl: any
|
||||||
meta: '^1.1.8'
|
meta: '>=1.1.8 <2.0.0'
|
||||||
-dev_dependencies:
|
-dev_dependencies:
|
||||||
- test: '>=1.21.6 <1.22.0'
|
- test: '>=1.21.6 <1.22.0'
|
||||||
+ immich_mobile:
|
+ immich_mobile:
|
||||||
|
|
Loading…
Reference in a new issue