Skip to content

Commit

Permalink
chore: regenerate libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Dec 30, 2023
1 parent bfb5d42 commit 12eaf52
Show file tree
Hide file tree
Showing 37 changed files with 275 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/dynamite/dynamite/example/lib/petstore.openapi.dart
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';

Expand Down Expand Up @@ -303,6 +319,7 @@ class $Client extends DynamiteClient {
}
}

/// @nodoc
@BuiltValue(instantiable: false)
abstract interface class $NewPetInterface {
String get name;
Expand Down Expand Up @@ -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 {}

Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/comments.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/core.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/dashboard.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/dav.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files_external.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files_reminders.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files_sharing.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files_trashbin.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions packages/nextcloud/lib/src/api/files_versions.openapi.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Loading

0 comments on commit 12eaf52

Please sign in to comment.