Update proto definitions

This commit is contained in:
2025-07-16 00:39:01 +03:00
parent 4774068c8d
commit bc9c1b7eaf

View File

@@ -32,6 +32,7 @@ message Product {
float weightBrutto = 3; float weightBrutto = 3;
bool isValid = 4; bool isValid = 4;
} }
int64 nmID = 1; int64 nmID = 1;
int64 subjectID = 2; int64 subjectID = 2;
string vendor_code = 3; string vendor_code = 3;
@@ -39,6 +40,7 @@ message Product {
repeated Characteristic characteristics = 5; repeated Characteristic characteristics = 5;
repeated Photo photos = 6; repeated Photo photos = 6;
Dimensions dimensions = 7; Dimensions dimensions = 7;
string title = 8;
} }
message GetProductsResponse { message GetProductsResponse {
repeated Product products = 1; repeated Product products = 1;