@chotot/ct-logic-uni-rev-order-v1 1.205.0 → 1.206.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/cart_service.proto +1 -0
- package/cart_service_pb.d.ts +5 -0
- package/cart_service_pb.js +1 -0
- package/package.json +1 -1
package/cart_service.proto
CHANGED
package/cart_service_pb.d.ts
CHANGED
|
@@ -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;
|
package/cart_service_pb.js
CHANGED
|
@@ -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
|
|