Skip to content

Commit

Permalink
fix(nextcloud): mark libraries with manually generated specs as exper…
Browse files Browse the repository at this point in the history
…imental

Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Dec 22, 2023
1 parent 1d7d10e commit d031856
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nextcloud/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ targets:
- 'factory .*\.fromJson\(Map<String, dynamic> json\) => jsonSerializers\.deserializeWith\(serializer, json\)!;'
- 'Map<String, dynamic> toJson\(\) => jsonSerializers\.serializeWith\(serializer, this\)! as Map<String, dynamic>;'
- 'static BuiltSet<.*> get values => _\$.*Values;'
overrides:
news.openapi.json:
experimental: true
notes.openapi.json:
experimental: true
uppush.openapi.json:
experimental: true
1 change: 1 addition & 0 deletions packages/nextcloud/lib/src/api/news.openapi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore_for_file: no_leading_underscores_for_local_identifiers
// ignore_for_file: public_member_api_docs, unreachable_switch_case

@experimental
library news_openapi;

import 'package:built_collection/built_collection.dart';
Expand Down
1 change: 1 addition & 0 deletions packages/nextcloud/lib/src/api/notes.openapi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore_for_file: no_leading_underscores_for_local_identifiers
// ignore_for_file: public_member_api_docs, unreachable_switch_case

@experimental
library notes_openapi;

import 'dart:convert';
Expand Down
1 change: 1 addition & 0 deletions packages/nextcloud/lib/src/api/uppush.openapi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore_for_file: no_leading_underscores_for_local_identifiers
// ignore_for_file: public_member_api_docs, unreachable_switch_case

@experimental
library uppush_openapi;

import 'package:built_collection/built_collection.dart';
Expand Down

0 comments on commit d031856

Please sign in to comment.