Skip to content

Commit 7065e9f

Browse files
author
serverpod_cloud
committed
feat: 1b0d1fb38a6358299a16e152c09256a8775eae44
1 parent 0e03ac5 commit 7065e9f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ground_control_client/lib/src/protocol/domains/billing/models/subscription.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import 'package:serverpod_client/serverpod_client.dart' as _i1;
1414
import '../../../features/project/models/project.dart' as _i2;
1515

16+
/// DEPRECATED, will likely be removed
1617
abstract class Subscription implements _i1.SerializableModel {
1718
Subscription._({
1819
_i1.UuidValue? id,

ground_control_client/lib/src/protocol/features/project/models/project.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ abstract class Project implements _i1.SerializableModel {
9999
_i2.Owner? owner;
100100

101101
/// The subscription for this project.
102+
/// DEPRECATED, will likely be removed
102103
_i3.Subscription? subscription;
103104

104105
/// The roles for this project.

0 commit comments

Comments
 (0)