mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 13:58:07 +01:00
Add playProductId to backup level configuration
This commit is contained in:
@@ -29,6 +29,7 @@ public sealed interface SubscriptionLevelConfiguration permits
|
||||
}
|
||||
|
||||
record Backup(
|
||||
@JsonProperty("playProductId") @NotEmpty String playProductId,
|
||||
@JsonProperty("prices") @Valid Map<@NotEmpty String, @NotNull @Valid SubscriptionPriceConfiguration> prices)
|
||||
implements SubscriptionLevelConfiguration {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user