@mamindom/contracts 1.0.176 → 1.0.177
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/proto/brand.proto +2 -2
- package/dist/proto/category.proto +3 -3
- package/package.json +1 -1
- package/proto/brand.proto +2 -2
- package/proto/category.proto +3 -3
package/dist/proto/brand.proto
CHANGED
|
@@ -46,7 +46,7 @@ message BrandResponse {
|
|
|
46
46
|
map<string, string> meta_title = 6;
|
|
47
47
|
map<string, string> meta_description = 7;
|
|
48
48
|
|
|
49
|
-
optional string
|
|
49
|
+
optional string guid1c = 8;
|
|
50
50
|
optional string image_id = 9;
|
|
51
51
|
|
|
52
52
|
int32 product_count = 10;
|
|
@@ -77,7 +77,7 @@ message CreateBrandRequest {
|
|
|
77
77
|
map<string, string> meta_title = 5;
|
|
78
78
|
map<string, string> meta_description = 6;
|
|
79
79
|
|
|
80
|
-
optional string
|
|
80
|
+
optional string guid1c = 7;
|
|
81
81
|
optional string image_id = 8;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -59,7 +59,7 @@ message CategoryLight {
|
|
|
59
59
|
int32 sort_order = 6;
|
|
60
60
|
map<string, string> name = 7;
|
|
61
61
|
optional string image_id = 8;
|
|
62
|
-
optional string
|
|
62
|
+
optional string guid1c = 9;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
message GetAllCategoriesLightResponse {
|
|
@@ -98,7 +98,7 @@ message CategoryResponse {
|
|
|
98
98
|
map<string, string> meta_keywords = 11;
|
|
99
99
|
map<string, string> meta_h1 = 12;
|
|
100
100
|
|
|
101
|
-
optional string
|
|
101
|
+
optional string guid1c = 13;
|
|
102
102
|
optional string image_id = 14;
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -122,7 +122,7 @@ message CreateCategoryRequest {
|
|
|
122
122
|
map<string, string> meta_keywords = 10;
|
|
123
123
|
map<string, string> meta_h1 = 11;
|
|
124
124
|
|
|
125
|
-
optional string
|
|
125
|
+
optional string guid1c = 12;
|
|
126
126
|
optional string image_id = 13;
|
|
127
127
|
}
|
|
128
128
|
|
package/package.json
CHANGED
package/proto/brand.proto
CHANGED
|
@@ -46,7 +46,7 @@ message BrandResponse {
|
|
|
46
46
|
map<string, string> meta_title = 6;
|
|
47
47
|
map<string, string> meta_description = 7;
|
|
48
48
|
|
|
49
|
-
optional string
|
|
49
|
+
optional string guid1c = 8;
|
|
50
50
|
optional string image_id = 9;
|
|
51
51
|
|
|
52
52
|
int32 product_count = 10;
|
|
@@ -77,7 +77,7 @@ message CreateBrandRequest {
|
|
|
77
77
|
map<string, string> meta_title = 5;
|
|
78
78
|
map<string, string> meta_description = 6;
|
|
79
79
|
|
|
80
|
-
optional string
|
|
80
|
+
optional string guid1c = 7;
|
|
81
81
|
optional string image_id = 8;
|
|
82
82
|
}
|
|
83
83
|
|
package/proto/category.proto
CHANGED
|
@@ -59,7 +59,7 @@ message CategoryLight {
|
|
|
59
59
|
int32 sort_order = 6;
|
|
60
60
|
map<string, string> name = 7;
|
|
61
61
|
optional string image_id = 8;
|
|
62
|
-
optional string
|
|
62
|
+
optional string guid1c = 9;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
message GetAllCategoriesLightResponse {
|
|
@@ -98,7 +98,7 @@ message CategoryResponse {
|
|
|
98
98
|
map<string, string> meta_keywords = 11;
|
|
99
99
|
map<string, string> meta_h1 = 12;
|
|
100
100
|
|
|
101
|
-
optional string
|
|
101
|
+
optional string guid1c = 13;
|
|
102
102
|
optional string image_id = 14;
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -122,7 +122,7 @@ message CreateCategoryRequest {
|
|
|
122
122
|
map<string, string> meta_keywords = 10;
|
|
123
123
|
map<string, string> meta_h1 = 11;
|
|
124
124
|
|
|
125
|
-
optional string
|
|
125
|
+
optional string guid1c = 12;
|
|
126
126
|
optional string image_id = 13;
|
|
127
127
|
}
|
|
128
128
|
|