From 12eaf52fdf2c8176ac661f239f14a89be7604db3 Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Fri, 29 Dec 2023 18:02:27 +0100 Subject: [PATCH] chore: regenerate libraries Signed-off-by: Nikolas Rimikis --- .../example/lib/petstore.openapi.dart | 20 +++++++++++++++++++ .../lib/all_of.openapi.dart | 3 +++ .../lib/any_of.openapi.dart | 3 +++ .../lib/enum.openapi.dart | 3 +++ .../lib/headers.openapi.dart | 3 +++ .../lib/interfaces.openapi.dart | 3 +++ .../lib/nested_ofs.openapi.dart | 3 +++ .../lib/one_of.openapi.dart | 3 +++ .../lib/parameters.openapi.dart | 3 +++ .../lib/pattern_check.openapi.dart | 3 +++ .../lib/request_body.openapi.dart | 3 +++ .../lib/responses.openapi.dart | 3 +++ .../lib/some_of.openapi.dart | 3 +++ .../lib/type_defs.openapi.dart | 3 +++ .../lib/types.openapi.dart | 3 +++ .../lib/src/api/comments.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/core.openapi.dart | 10 ++++++++++ .../lib/src/api/dashboard.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/dav.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/files.openapi.dart | 10 ++++++++++ .../lib/src/api/files_external.openapi.dart | 10 ++++++++++ .../lib/src/api/files_reminders.openapi.dart | 10 ++++++++++ .../lib/src/api/files_sharing.openapi.dart | 10 ++++++++++ .../lib/src/api/files_trashbin.openapi.dart | 10 ++++++++++ .../lib/src/api/files_versions.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/news.openapi.dart | 8 ++++++++ .../nextcloud/lib/src/api/notes.openapi.dart | 8 ++++++++ .../lib/src/api/notifications.openapi.dart | 10 ++++++++++ .../lib/src/api/provisioning_api.openapi.dart | 10 ++++++++++ .../lib/src/api/settings.openapi.dart | 10 ++++++++++ .../lib/src/api/sharebymail.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/spreed.openapi.dart | 10 ++++++++++ .../lib/src/api/theming.openapi.dart | 10 ++++++++++ .../src/api/updatenotification.openapi.dart | 10 ++++++++++ .../nextcloud/lib/src/api/uppush.openapi.dart | 7 +++++++ .../lib/src/api/user_status.openapi.dart | 10 ++++++++++ .../lib/src/api/weather_status.openapi.dart | 10 ++++++++++ 37 files changed, 275 insertions(+) diff --git a/packages/dynamite/dynamite/example/lib/petstore.openapi.dart b/packages/dynamite/dynamite/example/lib/petstore.openapi.dart index 1ba11c494e3..c2901accd0d 100644 --- a/packages/dynamite/dynamite/example/lib/petstore.openapi.dart +++ b/packages/dynamite/dynamite/example/lib/petstore.openapi.dart @@ -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: `apiteam@swagger.io`. +/// 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 static Serializer 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 { static Serializer get serializer => _$petSerializer; } +/// @nodoc @BuiltValue(instantiable: false) abstract interface class $ErrorInterface { int get code; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/all_of.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/all_of.openapi.dart index e35974c922d..56898aadb60 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/all_of.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/all_of.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// all of test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/any_of.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/any_of.openapi.dart index 3777631d399..4fdcb863757 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/any_of.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/any_of.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// any of test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/enum.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/enum.openapi.dart index aaf6a750f3f..cc17e54ea29 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/enum.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/enum.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// Enum tests Version: 0.0.1. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/headers.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/headers.openapi.dart index d247fae03b6..db8ae4a7a7f 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/headers.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/headers.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// headers test Version: 0.0.1. +library; + import 'dart:typed_data'; import 'package:built_value/built_value.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/interfaces.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/interfaces.openapi.dart index 10677f42ce4..bc6e0b13ed1 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/interfaces.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/interfaces.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// interfaces test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/nested_ofs.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/nested_ofs.openapi.dart index 69e06d25dba..36e85a6dc2d 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/nested_ofs.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/nested_ofs.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// nested ofs test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/one_of.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/one_of.openapi.dart index b6f2f10a9f4..0687bc43d95 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/one_of.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/one_of.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// one of test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/parameters.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/parameters.openapi.dart index 1f6ce5bea44..04fe4728f9d 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/parameters.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/parameters.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// parameters test Version: 0.0.1. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/pattern_check.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/pattern_check.openapi.dart index 1c0f31ef573..272c6519fc1 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/pattern_check.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/pattern_check.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// Pattern check test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/request_body.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/request_body.openapi.dart index 72380da7cdc..0fae50099bb 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/request_body.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/request_body.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// request body test Version: 0.0.1. +library; + import 'dart:convert'; import 'dart:typed_data'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/responses.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/responses.openapi.dart index ab07b2b4223..42637e00005 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/responses.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/responses.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// responses test Version: 0.0.1. +library; + import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; import 'package:dynamite_runtime/built_value.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/some_of.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/some_of.openapi.dart index 87bb740da1f..4b2b9513747 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/some_of.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/some_of.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// oneOf and anyOf test with the same record type Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/type_defs.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/type_defs.openapi.dart index 5b676177b8f..d9c734d3f36 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/type_defs.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/type_defs.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// some ofs test Version: 0.0.1. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/dynamite/dynamite_end_to_end_test/lib/types.openapi.dart b/packages/dynamite/dynamite_end_to_end_test/lib/types.openapi.dart index c068e5fb1db..ffb1f9ac854 100644 --- a/packages/dynamite/dynamite_end_to_end_test/lib/types.openapi.dart +++ b/packages/dynamite/dynamite_end_to_end_test/lib/types.openapi.dart @@ -5,6 +5,9 @@ // ignore_for_file: public_member_api_docs, unreachable_switch_case // ignore_for_file: unused_element +/// Test type resolving Version: 0.0.1. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/comments.openapi.dart b/packages/nextcloud/lib/src/api/comments.openapi.dart index 8febf5b4063..f4bd955695c 100644 --- a/packages/nextcloud/lib/src/api/comments.openapi.dart +++ b/packages/nextcloud/lib/src/api/comments.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// comments Version: 0.0.1. +/// +/// Files app plugin to add comments to files. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:built_value/standard_json_plugin.dart'; diff --git a/packages/nextcloud/lib/src/api/core.openapi.dart b/packages/nextcloud/lib/src/api/core.openapi.dart index 921496c13a8..5a322b9ef98 100644 --- a/packages/nextcloud/lib/src/api/core.openapi.dart +++ b/packages/nextcloud/lib/src/api/core.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// core Version: 0.0.1. +/// +/// Core functionality of Nextcloud. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/dashboard.openapi.dart b/packages/nextcloud/lib/src/api/dashboard.openapi.dart index 9a31269fac8..e1bdbd90d06 100644 --- a/packages/nextcloud/lib/src/api/dashboard.openapi.dart +++ b/packages/nextcloud/lib/src/api/dashboard.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// dashboard Version: 0.0.1. +/// +/// Dashboard app. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/nextcloud/lib/src/api/dav.openapi.dart b/packages/nextcloud/lib/src/api/dav.openapi.dart index d6d908308de..a2586074081 100644 --- a/packages/nextcloud/lib/src/api/dav.openapi.dart +++ b/packages/nextcloud/lib/src/api/dav.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// dav Version: 0.0.1. +/// +/// WebDAV endpoint. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/nextcloud/lib/src/api/files.openapi.dart b/packages/nextcloud/lib/src/api/files.openapi.dart index 2f67e1e3301..b56843eccf4 100644 --- a/packages/nextcloud/lib/src/api/files.openapi.dart +++ b/packages/nextcloud/lib/src/api/files.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files Version: 0.0.1. +/// +/// File Management. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/files_external.openapi.dart b/packages/nextcloud/lib/src/api/files_external.openapi.dart index 9cecb53034d..844d8270ede 100644 --- a/packages/nextcloud/lib/src/api/files_external.openapi.dart +++ b/packages/nextcloud/lib/src/api/files_external.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files_external Version: 0.0.1. +/// +/// Adds basic external storage support. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; diff --git a/packages/nextcloud/lib/src/api/files_reminders.openapi.dart b/packages/nextcloud/lib/src/api/files_reminders.openapi.dart index 51f082603ed..238395af082 100644 --- a/packages/nextcloud/lib/src/api/files_reminders.openapi.dart +++ b/packages/nextcloud/lib/src/api/files_reminders.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files_reminders Version: 0.0.1. +/// +/// Set file reminders. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/nextcloud/lib/src/api/files_sharing.openapi.dart b/packages/nextcloud/lib/src/api/files_sharing.openapi.dart index 68feadc782f..ccc3b90733f 100644 --- a/packages/nextcloud/lib/src/api/files_sharing.openapi.dart +++ b/packages/nextcloud/lib/src/api/files_sharing.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files_sharing Version: 0.0.1. +/// +/// File sharing. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/files_trashbin.openapi.dart b/packages/nextcloud/lib/src/api/files_trashbin.openapi.dart index ea26b20edd7..25dfcfb8bf0 100644 --- a/packages/nextcloud/lib/src/api/files_trashbin.openapi.dart +++ b/packages/nextcloud/lib/src/api/files_trashbin.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files_trashbin Version: 0.0.1. +/// +/// This application enables users to restore files that were deleted from the system. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_value/built_value.dart'; diff --git a/packages/nextcloud/lib/src/api/files_versions.openapi.dart b/packages/nextcloud/lib/src/api/files_versions.openapi.dart index a8b1f5abf0c..7ca41c37f86 100644 --- a/packages/nextcloud/lib/src/api/files_versions.openapi.dart +++ b/packages/nextcloud/lib/src/api/files_versions.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// files_versions Version: 0.0.1. +/// +/// This application automatically maintains older versions of files that are changed. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_value/built_value.dart'; diff --git a/packages/nextcloud/lib/src/api/news.openapi.dart b/packages/nextcloud/lib/src/api/news.openapi.dart index 07bad78262a..e6f1b4fbcb6 100644 --- a/packages/nextcloud/lib/src/api/news.openapi.dart +++ b/packages/nextcloud/lib/src/api/news.openapi.dart @@ -1,9 +1,17 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// news Version: 21.2.0. +/// +/// An RSS/Atom feed reader. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0.html. @experimental library; diff --git a/packages/nextcloud/lib/src/api/notes.openapi.dart b/packages/nextcloud/lib/src/api/notes.openapi.dart index ebd29ab06ba..aa1c1af3db7 100644 --- a/packages/nextcloud/lib/src/api/notes.openapi.dart +++ b/packages/nextcloud/lib/src/api/notes.openapi.dart @@ -1,9 +1,17 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// notes Version: 4.8.0. +/// +/// Distraction-free notes and writing. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0.html. @experimental library; diff --git a/packages/nextcloud/lib/src/api/notifications.openapi.dart b/packages/nextcloud/lib/src/api/notifications.openapi.dart index e0a875a727b..fba2f373662 100644 --- a/packages/nextcloud/lib/src/api/notifications.openapi.dart +++ b/packages/nextcloud/lib/src/api/notifications.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// notifications Version: 0.0.1. +/// +/// This app provides a backend and frontend for the notification API available in Nextcloud. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; diff --git a/packages/nextcloud/lib/src/api/provisioning_api.openapi.dart b/packages/nextcloud/lib/src/api/provisioning_api.openapi.dart index 162b9644b29..773531584a7 100644 --- a/packages/nextcloud/lib/src/api/provisioning_api.openapi.dart +++ b/packages/nextcloud/lib/src/api/provisioning_api.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// provisioning_api Version: 0.0.1. +/// +/// This application enables a set of APIs that external systems can use to manage users, groups and apps. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; diff --git a/packages/nextcloud/lib/src/api/settings.openapi.dart b/packages/nextcloud/lib/src/api/settings.openapi.dart index a180c65f6d3..4cab7236ed1 100644 --- a/packages/nextcloud/lib/src/api/settings.openapi.dart +++ b/packages/nextcloud/lib/src/api/settings.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// settings Version: 0.0.1. +/// +/// Nextcloud settings. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_value/built_value.dart'; diff --git a/packages/nextcloud/lib/src/api/sharebymail.openapi.dart b/packages/nextcloud/lib/src/api/sharebymail.openapi.dart index ae0eeccdbee..d4bb891d11e 100644 --- a/packages/nextcloud/lib/src/api/sharebymail.openapi.dart +++ b/packages/nextcloud/lib/src/api/sharebymail.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// sharebymail Version: 0.0.1. +/// +/// Share provider which allows you to share files by mail. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/nextcloud/lib/src/api/spreed.openapi.dart b/packages/nextcloud/lib/src/api/spreed.openapi.dart index fc959b0c621..eda1fdbc857 100644 --- a/packages/nextcloud/lib/src/api/spreed.openapi.dart +++ b/packages/nextcloud/lib/src/api/spreed.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// spreed Version: 0.0.1. +/// +/// Chat, video & audio-conferencing using WebRTC. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/theming.openapi.dart b/packages/nextcloud/lib/src/api/theming.openapi.dart index 56aace3a363..850d464adce 100644 --- a/packages/nextcloud/lib/src/api/theming.openapi.dart +++ b/packages/nextcloud/lib/src/api/theming.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// theming Version: 0.0.1. +/// +/// Adjust the Nextcloud theme. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'dart:typed_data'; import 'package:built_collection/built_collection.dart'; diff --git a/packages/nextcloud/lib/src/api/updatenotification.openapi.dart b/packages/nextcloud/lib/src/api/updatenotification.openapi.dart index 65aed136e9e..1bef17e7a71 100644 --- a/packages/nextcloud/lib/src/api/updatenotification.openapi.dart +++ b/packages/nextcloud/lib/src/api/updatenotification.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// updatenotification Version: 0.0.1. +/// +/// Displays update notifications for Nextcloud and provides the SSO for the updater. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; diff --git a/packages/nextcloud/lib/src/api/uppush.openapi.dart b/packages/nextcloud/lib/src/api/uppush.openapi.dart index 5607bae1c12..43e1b501c17 100644 --- a/packages/nextcloud/lib/src/api/uppush.openapi.dart +++ b/packages/nextcloud/lib/src/api/uppush.openapi.dart @@ -1,9 +1,16 @@ +// Use of this source code is governed by a agpl license. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// uppush Version: 1.4.0. +/// +/// Use Nextcloud as a push provider for mobile phones' notifications. +/// +/// Use of this source code is governed by a agpl license. @experimental library; diff --git a/packages/nextcloud/lib/src/api/user_status.openapi.dart b/packages/nextcloud/lib/src/api/user_status.openapi.dart index b997b26720b..67d2e9a22b4 100644 --- a/packages/nextcloud/lib/src/api/user_status.openapi.dart +++ b/packages/nextcloud/lib/src/api/user_status.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// user_status Version: 0.0.1. +/// +/// User status. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/json_object.dart'; diff --git a/packages/nextcloud/lib/src/api/weather_status.openapi.dart b/packages/nextcloud/lib/src/api/weather_status.openapi.dart index 8be401ef9e9..7388d28261f 100644 --- a/packages/nextcloud/lib/src/api/weather_status.openapi.dart +++ b/packages/nextcloud/lib/src/api/weather_status.openapi.dart @@ -1,9 +1,19 @@ +// Use of this source code is governed by a agpl license. It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. + // OpenAPI client generated by Dynamite. Do not manually edit this file. // ignore_for_file: camel_case_extensions, camel_case_types, discarded_futures // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: public_member_api_docs, unreachable_switch_case +/// weather_status Version: 0.0.1. +/// +/// Weather status in your dashboard. +/// +/// Use of this source code is governed by a agpl license. +/// It can be obtained at https://spdx.org/licenses/AGPL-3.0-only.html. +library; + import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart';