mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
Update openapi generator.
This commit is contained in:
parent
45dcedf2ef
commit
938917a835
5 changed files with 5 additions and 11 deletions
|
@ -45,8 +45,3 @@ lib/src/model/subtitle.dart
|
||||||
lib/src/model/video_info.dart
|
lib/src/model/video_info.dart
|
||||||
lib/src/serializers.dart
|
lib/src/serializers.dart
|
||||||
pubspec.yaml
|
pubspec.yaml
|
||||||
test/channel_item_test.dart
|
|
||||||
test/playlist_item_test.dart
|
|
||||||
test/search_filter_test.dart
|
|
||||||
test/search_item_test.dart
|
|
||||||
test/search_page_test.dart
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5.3.1
|
6.0.1
|
|
@ -4,7 +4,7 @@ This is an API specification for Piped API instances.
|
||||||
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 1.0.0
|
- API version: 1.0.0
|
||||||
- Build package: org.openapitools.codegen.languages.DartDioNextClientCodegen
|
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
|
||||||
For more information, please visit [https://github.com/TeamPiped/Piped/issues](https://github.com/TeamPiped/Piped/issues)
|
For more information, please visit [https://github.com/TeamPiped/Piped/issues](https://github.com/TeamPiped/Piped/issues)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
|
@ -8,7 +8,6 @@ import 'dart:typed_data';
|
||||||
import 'package:built_collection/built_collection.dart';
|
import 'package:built_collection/built_collection.dart';
|
||||||
import 'package:built_value/serializer.dart';
|
import 'package:built_value/serializer.dart';
|
||||||
import 'package:dio/dio.dart';
|
import 'package:dio/dio.dart';
|
||||||
import 'package:dio/src/parameter.dart';
|
|
||||||
|
|
||||||
/// Format the given form parameter object into something that Dio can handle.
|
/// Format the given form parameter object into something that Dio can handle.
|
||||||
/// Returns primitive or String.
|
/// Returns primitive or String.
|
||||||
|
@ -61,7 +60,7 @@ dynamic encodeQueryParameter(
|
||||||
return serialized;
|
return serialized;
|
||||||
}
|
}
|
||||||
|
|
||||||
ListParam<T> encodeCollectionQueryParameter<T>(
|
ListParam<Object?> encodeCollectionQueryParameter<T>(
|
||||||
Serializers serializers,
|
Serializers serializers,
|
||||||
dynamic value,
|
dynamic value,
|
||||||
FullType type, {
|
FullType type, {
|
||||||
|
|
|
@ -7,11 +7,11 @@ environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
dio: '>=4.0.0 <5.0.0'
|
dio: '>=4.0.1 <5.0.0'
|
||||||
built_value: '>=8.1.0 <9.0.0'
|
built_value: '>=8.1.0 <9.0.0'
|
||||||
built_collection: '>=5.1.0 <6.0.0'
|
built_collection: '>=5.1.0 <6.0.0'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
built_value_generator: '>=8.1.0 <9.0.0'
|
built_value_generator: '>=8.1.0 <9.0.0'
|
||||||
build_runner: any
|
build_runner: any
|
||||||
test: '>=1.16.0 <1.17.0'
|
test: ^1.16.0
|
||||||
|
|
Loading…
Reference in a new issue