-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nikolas Rimikis <[email protected]>
- Loading branch information
Showing
37 changed files
with
275 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
// Use of this source code is governed by a Apache 2.0 license. It can be obtained at https://www.apache.org/licenses/LICENSE-2.0.html. | ||
|
||
// OpenAPI client generated by Dynamite. Do not manually edit this file. | ||
|
||
// ignore_for_file: camel_case_types, discarded_futures | ||
// ignore_for_file: no_leading_underscores_for_local_identifiers | ||
// ignore_for_file: public_member_api_docs, unreachable_switch_case | ||
|
||
/// Swagger Petstore Version: 1.0.0. | ||
/// | ||
/// A sample API that uses a petstore as an example to demonstrate features in the OpenAPI 3.0 specification. | ||
/// | ||
/// You can contact the Swagger API Team team under: | ||
/// Email: `[email protected]`. | ||
/// Website: `http://swagger.io`. | ||
/// | ||
/// Use of this source code is governed by a Apache 2.0 license. | ||
/// It can be obtained at https://www.apache.org/licenses/LICENSE-2.0.html. | ||
/// | ||
/// Usage of these apis must adhere to the terms of service: `http://swagger.io/terms/`. | ||
library; | ||
|
||
import 'dart:convert'; | ||
import 'dart:typed_data'; | ||
|
||
|
@@ -303,6 +319,7 @@ class $Client extends DynamiteClient { | |
} | ||
} | ||
|
||
/// @nodoc | ||
@BuiltValue(instantiable: false) | ||
abstract interface class $NewPetInterface { | ||
String get name; | ||
|
@@ -335,11 +352,13 @@ abstract class NewPet implements $NewPetInterface, Built<NewPet, NewPetBuilder> | |
static Serializer<NewPet> get serializer => _$newPetSerializer; | ||
} | ||
|
||
/// @nodoc | ||
@BuiltValue(instantiable: false) | ||
abstract interface class $Pet_1Interface { | ||
int get id; | ||
} | ||
|
||
/// @nodoc | ||
@BuiltValue(instantiable: false) | ||
abstract interface class $PetInterface implements $NewPetInterface, $Pet_1Interface {} | ||
|
||
|
@@ -369,6 +388,7 @@ abstract class Pet implements $PetInterface, Built<Pet, PetBuilder> { | |
static Serializer<Pet> get serializer => _$petSerializer; | ||
} | ||
|
||
/// @nodoc | ||
@BuiltValue(instantiable: false) | ||
abstract interface class $ErrorInterface { | ||
int get code; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/nextcloud/lib/src/api/files_external.openapi.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/nextcloud/lib/src/api/files_reminders.openapi.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/nextcloud/lib/src/api/files_trashbin.openapi.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/nextcloud/lib/src/api/files_versions.openapi.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.