feat(T4.13): add PackageFeature CRUD support
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:
masoodafar-web
2026-02-26 21:59:24 +03:30
parent aaaf7fc1ca
commit dcd11351a3
10 changed files with 69 additions and 7 deletions
@@ -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();
}