feat(T4.13): add PackageFeature CRUD support
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m41s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m41s
- Proto: add feature_ids to Create/Update/Get package messages - Commands: add FeatureIds to Create/Update commands - Handlers: sync PackageFeature join entities on create/update - Queries: include PackageFeatures, map FeatureIds in responses - Bump NuGet to v0.0.188
This commit is contained in:
@@ -24,4 +24,5 @@ public class GetPackageResponseDto
|
||||
public int MaxNetworkLevel { get; set; }
|
||||
public long MagicWalletMaxDeposit { get; set; }
|
||||
public long MagicWalletMaxCredit { get; set; }
|
||||
public List<long> FeatureIds { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user