@mamindom/contracts 1.0.71 → 1.0.72
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/dist/gen/product.d.ts +1 -0
- package/dist/proto/product.proto +2 -0
- package/gen/product.ts +1 -0
- package/package.json +1 -1
- package/proto/product.proto +2 -0
package/dist/gen/product.d.ts
CHANGED
package/dist/proto/product.proto
CHANGED
|
@@ -5,6 +5,7 @@ package catalog.v1;
|
|
|
5
5
|
import "common.proto";
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
service ProductService {
|
|
9
10
|
|
|
10
11
|
rpc GetProducts (GetProductsRequest) returns (GetProductsResponse);
|
|
@@ -129,6 +130,7 @@ message ProductListItemResponse {
|
|
|
129
130
|
int32 category_sort_order = 13;
|
|
130
131
|
optional string barcode = 14;
|
|
131
132
|
optional string video_url = 15;
|
|
133
|
+
int32 viewed = 16;
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
|
package/gen/product.ts
CHANGED
package/package.json
CHANGED
package/proto/product.proto
CHANGED
|
@@ -5,6 +5,7 @@ package catalog.v1;
|
|
|
5
5
|
import "common.proto";
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
service ProductService {
|
|
9
10
|
|
|
10
11
|
rpc GetProducts (GetProductsRequest) returns (GetProductsResponse);
|
|
@@ -129,6 +130,7 @@ message ProductListItemResponse {
|
|
|
129
130
|
int32 category_sort_order = 13;
|
|
130
131
|
optional string barcode = 14;
|
|
131
132
|
optional string video_url = 15;
|
|
133
|
+
int32 viewed = 16;
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
|