@aepstore-dev/contracts 1.95.0 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gen/payments.d.ts +2 -0
- package/gen/payments.ts +2 -0
- package/package.json +1 -1
- package/proto/payments.proto +6 -5
package/gen/payments.d.ts
CHANGED
package/gen/payments.ts
CHANGED
package/package.json
CHANGED
package/proto/payments.proto
CHANGED
|
@@ -480,11 +480,12 @@ message RefundPremiumResponse {
|
|
|
480
480
|
bool subscription_revoked = 3; // true when rollback put expiresAt <= now
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
message GetMyPremiumPaymentsRequest {
|
|
484
|
-
string user_id = 1;
|
|
485
|
-
int32 page = 2;
|
|
486
|
-
int32 limit = 3;
|
|
487
|
-
|
|
483
|
+
message GetMyPremiumPaymentsRequest {
|
|
484
|
+
string user_id = 1;
|
|
485
|
+
int32 page = 2;
|
|
486
|
+
int32 limit = 3;
|
|
487
|
+
string refundable = 4; // optional: "true"|"false"
|
|
488
|
+
}
|
|
488
489
|
|
|
489
490
|
message GetPremiumPaymentRequest {
|
|
490
491
|
string user_id = 1;
|