@platfformx/proto-contracts 1.5.12 → 1.5.13
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/package.json
CHANGED
|
@@ -50,7 +50,7 @@ message CancelReservationResponse {
|
|
|
50
50
|
|
|
51
51
|
message RefundStockRequest {
|
|
52
52
|
string order_id = 1;
|
|
53
|
-
repeated
|
|
53
|
+
repeated string product_ids = 2;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
message RefundStockResponse {
|
|
@@ -69,6 +69,8 @@ message StockItem {
|
|
|
69
69
|
int32 quantity = 2;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
|
|
73
|
+
|
|
72
74
|
message StockAvailability {
|
|
73
75
|
string product_id = 1;
|
|
74
76
|
int32 available = 2;
|