@chotot/ct-logic-uni-rev-order-v1 1.205.0 → 1.207.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.
@@ -15,6 +15,7 @@ message AddServicesRequest {
15
15
  string platform = 4;
16
16
  string version = 5;
17
17
  int64 ttl = 6;
18
+ bool add_to_all_carts = 7;
18
19
  }
19
20
 
20
21
  message CartService {
@@ -40,6 +40,11 @@ export declare class AddServicesRequest extends Message<AddServicesRequest> {
40
40
  */
41
41
  ttl: bigint;
42
42
 
43
+ /**
44
+ * @generated from field: bool add_to_all_carts = 7;
45
+ */
46
+ addToAllCarts: boolean;
47
+
43
48
  constructor(data?: PartialMessage<AddServicesRequest>);
44
49
 
45
50
  static readonly runtime: typeof proto3;
@@ -17,6 +17,7 @@ export const AddServicesRequest = proto3.makeMessageType(
17
17
  { no: 4, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
18
18
  { no: 5, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19
19
  { no: 6, name: "ttl", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
20
+ { no: 7, name: "add_to_all_carts", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20
21
  ],
21
22
  );
22
23
 
@@ -78,6 +78,7 @@ message GetRequestChangeOrderStatus {
78
78
  string remark = 9;
79
79
  string request_admin_id = 10;
80
80
  repeated string credentials = 11;
81
+ int64 amount = 12;
81
82
  }
82
83
 
83
84
  message MarkOrderBrokenRequest {
@@ -271,6 +271,11 @@ export declare class GetRequestChangeOrderStatus extends Message<GetRequestChang
271
271
  */
272
272
  credentials: string[];
273
273
 
274
+ /**
275
+ * @generated from field: int64 amount = 12;
276
+ */
277
+ amount: bigint;
278
+
274
279
  constructor(data?: PartialMessage<GetRequestChangeOrderStatus>);
275
280
 
276
281
  static readonly runtime: typeof proto3;
@@ -94,6 +94,7 @@ export const GetRequestChangeOrderStatus = proto3.makeMessageType(
94
94
  { no: 9, name: "remark", kind: "scalar", T: 9 /* ScalarType.STRING */ },
95
95
  { no: 10, name: "request_admin_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
96
96
  { no: 11, name: "credentials", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
97
+ { no: 12, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
97
98
  ],
98
99
  );
99
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chotot/ct-logic-uni-rev-order-v1",
3
- "version": "1.205.0",
3
+ "version": "1.207.0",
4
4
  "dependencies": {
5
5
  "@bufbuild/protobuf": "1.3.1",
6
6
  "@connectrpc/connect": "1.0.0",