chore: upgrade openapi generator version (#12358)

This commit is contained in:
Alex 2024-09-05 11:31:48 -05:00 committed by GitHub
parent dfcdaefa22
commit 0148005931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 11 deletions

View File

@ -3,7 +3,9 @@
.dart_tool/
.packages
build/
pubspec.lock # Except for application packages
# Except for application packages
pubspec.lock
doc/api/

View File

@ -1 +1 @@
7.5.0
7.8.0

View File

@ -4,7 +4,7 @@ Immich API
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.113.1
- Generator version: 7.5.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.DartClientCodegen
## Requirements

View File

@ -7,11 +7,11 @@ version: '1.0.0'
description: 'OpenAPI API client'
homepage: 'homepage'
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'
dependencies:
collection: '^1.17.0'
http: '>=0.13.0 <0.14.0'
collection: '>=1.17.0 <2.0.0'
http: '>=0.13.0 <2.0.0'
intl: any
meta: '^1.1.8'
meta: '>=1.1.8 <2.0.0'
immich_mobile:
path: ../

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
OPENAPI_GENERATOR_VERSION=v7.5.0
OPENAPI_GENERATOR_VERSION=v7.8.0
# usage: ./bin/generate-open-api.sh

View File

@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.5.0"
"version": "7.8.0"
}
}

View File

@ -1,8 +1,8 @@
# Include code from immich_mobile
@@ -13,5 +13,5 @@
http: '>=0.13.0 <0.14.0'
http: '>=0.13.0 <2.0.0'
intl: any
meta: '^1.1.8'
meta: '>=1.1.8 <2.0.0'
-dev_dependencies:
- test: '>=1.21.6 <1.22.0'
+ immich_mobile: