@chotot/ct-logic-uni-rev-premium-v1 1.299.0 → 1.300.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/free_ps.proto CHANGED
@@ -224,6 +224,7 @@ message GetPSRedeemResponse {
224
224
  PSRedeemResult result = 15;
225
225
  int64 remaining_total_free = 16;
226
226
  bool is_sent_notification = 17;
227
+ google.protobuf.Timestamp expired_at = 18;
227
228
  }
228
229
 
229
230
  message PSRedeemResult {
@@ -268,6 +269,7 @@ message GetListingFeeRedeemResponse {
268
269
  repeated RedeemInfo redeems_successful = 16;
269
270
  repeated RedeemInfo redeems_failed = 17;
270
271
  int64 duration = 18;
272
+ google.protobuf.Timestamp expired_at = 19;
271
273
  }
272
274
 
273
275
  message RedeemInfo {
@@ -460,6 +462,7 @@ message GetBundleRedeemResponse {
460
462
  repeated RedeemInfo redeems_successful = 15;
461
463
  repeated RedeemInfo redeems_failed = 16;
462
464
  repeated PremiumService premium_services = 17;
465
+ google.protobuf.Timestamp expired_at = 18;
463
466
  }
464
467
 
465
468
  message GetBundleRedeemsRequest {
package/free_ps_pb.d.ts CHANGED
@@ -1121,6 +1121,11 @@ export declare class GetPSRedeemResponse extends Message<GetPSRedeemResponse> {
1121
1121
  */
1122
1122
  isSentNotification: boolean;
1123
1123
 
1124
+ /**
1125
+ * @generated from field: google.protobuf.Timestamp expired_at = 18;
1126
+ */
1127
+ expiredAt?: Timestamp;
1128
+
1124
1129
  constructor(data?: PartialMessage<GetPSRedeemResponse>);
1125
1130
 
1126
1131
  static readonly runtime: typeof proto3;
@@ -1370,6 +1375,11 @@ export declare class GetListingFeeRedeemResponse extends Message<GetListingFeeRe
1370
1375
  */
1371
1376
  duration: bigint;
1372
1377
 
1378
+ /**
1379
+ * @generated from field: google.protobuf.Timestamp expired_at = 19;
1380
+ */
1381
+ expiredAt?: Timestamp;
1382
+
1373
1383
  constructor(data?: PartialMessage<GetListingFeeRedeemResponse>);
1374
1384
 
1375
1385
  static readonly runtime: typeof proto3;
@@ -2436,6 +2446,11 @@ export declare class GetBundleRedeemResponse extends Message<GetBundleRedeemResp
2436
2446
  */
2437
2447
  premiumServices: PremiumService[];
2438
2448
 
2449
+ /**
2450
+ * @generated from field: google.protobuf.Timestamp expired_at = 18;
2451
+ */
2452
+ expiredAt?: Timestamp;
2453
+
2439
2454
  constructor(data?: PartialMessage<GetBundleRedeemResponse>);
2440
2455
 
2441
2456
  static readonly runtime: typeof proto3;
package/free_ps_pb.js CHANGED
@@ -362,6 +362,7 @@ export const GetPSRedeemResponse = proto3.makeMessageType(
362
362
  { no: 15, name: "result", kind: "message", T: PSRedeemResult },
363
363
  { no: 16, name: "remaining_total_free", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
364
364
  { no: 17, name: "is_sent_notification", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
365
+ { no: 18, name: "expired_at", kind: "message", T: Timestamp },
365
366
  ],
366
367
  );
367
368
 
@@ -442,6 +443,7 @@ export const GetListingFeeRedeemResponse = proto3.makeMessageType(
442
443
  { no: 16, name: "redeems_successful", kind: "message", T: RedeemInfo, repeated: true },
443
444
  { no: 17, name: "redeems_failed", kind: "message", T: RedeemInfo, repeated: true },
444
445
  { no: 18, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
446
+ { no: 19, name: "expired_at", kind: "message", T: Timestamp },
445
447
  ],
446
448
  );
447
449
 
@@ -782,6 +784,7 @@ export const GetBundleRedeemResponse = proto3.makeMessageType(
782
784
  { no: 15, name: "redeems_successful", kind: "message", T: RedeemInfo, repeated: true },
783
785
  { no: 16, name: "redeems_failed", kind: "message", T: RedeemInfo, repeated: true },
784
786
  { no: 17, name: "premium_services", kind: "message", T: PremiumService, repeated: true },
787
+ { no: 18, name: "expired_at", kind: "message", T: Timestamp },
785
788
  ],
786
789
  );
787
790
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chotot/ct-logic-uni-rev-premium-v1",
3
- "version": "1.299.0",
3
+ "version": "1.300.0",
4
4
  "dependencies": {
5
5
  "@bufbuild/protobuf": "1.3.1",
6
6
  "@connectrpc/connect": "1.0.0",