@mamindom/contracts 1.0.160 → 1.0.162
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.
|
@@ -82,7 +82,7 @@ message AttributeWithValuesResponse {
|
|
|
82
82
|
map<string, string> name = 4;
|
|
83
83
|
string display_type = 5;
|
|
84
84
|
int32 sort_order = 6;
|
|
85
|
-
optional string
|
|
85
|
+
optional string guid1c = 7;
|
|
86
86
|
bool is_filterable = 8;
|
|
87
87
|
repeated AttributeValueResponse values = 9;
|
|
88
88
|
}
|
|
@@ -129,7 +129,7 @@ message AttributeResponse {
|
|
|
129
129
|
map<string, string> name = 4;
|
|
130
130
|
string display_type = 5;
|
|
131
131
|
int32 sort_order = 6;
|
|
132
|
-
optional string
|
|
132
|
+
optional string guid1c = 7;
|
|
133
133
|
bool is_filterable = 8;
|
|
134
134
|
}
|
|
135
135
|
|
|
@@ -154,7 +154,7 @@ message CreateAttributeRequest {
|
|
|
154
154
|
map<string, string> name = 3;
|
|
155
155
|
string display_type = 4;
|
|
156
156
|
int32 sort_order = 5;
|
|
157
|
-
optional string
|
|
157
|
+
optional string guid1c = 6;
|
|
158
158
|
bool is_filterable = 7;
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -178,7 +178,7 @@ message AttributeValueResponse {
|
|
|
178
178
|
string attribute_id = 2;
|
|
179
179
|
map<string, string> value = 3;
|
|
180
180
|
optional string meta = 4;
|
|
181
|
-
optional string
|
|
181
|
+
optional string guid1c = 5;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
message GetAttributeValuesRequest {
|
|
@@ -193,7 +193,7 @@ message CreateAttributeValueRequest {
|
|
|
193
193
|
string attribute_id = 1;
|
|
194
194
|
map<string, string> value = 2;
|
|
195
195
|
optional string meta = 3;
|
|
196
|
-
optional string
|
|
196
|
+
optional string guid1c = 4;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
message UpdateAttributeValueRequest {
|
package/dist/proto/pickup.proto
CHANGED
|
@@ -30,7 +30,7 @@ message PickupPointResponse {
|
|
|
30
30
|
optional double lat = 6;
|
|
31
31
|
optional double lng = 7;
|
|
32
32
|
bool is_active = 8;
|
|
33
|
-
optional string
|
|
33
|
+
optional string code1c = 9;
|
|
34
34
|
optional string schedule = 10;
|
|
35
35
|
bool show_on_contacts = 11;
|
|
36
36
|
}
|
|
@@ -57,7 +57,7 @@ message CreatePickupPointRequest {
|
|
|
57
57
|
optional double lat = 5;
|
|
58
58
|
optional double lng = 6;
|
|
59
59
|
optional bool is_active = 7;
|
|
60
|
-
optional string
|
|
60
|
+
optional string code1c = 8;
|
|
61
61
|
optional string schedule = 9;
|
|
62
62
|
optional bool show_on_contacts = 10;
|
|
63
63
|
}
|
|
@@ -71,7 +71,7 @@ message UpdatePickupPointRequest {
|
|
|
71
71
|
optional double lat = 6;
|
|
72
72
|
optional double lng = 7;
|
|
73
73
|
optional bool is_active = 8;
|
|
74
|
-
optional string
|
|
74
|
+
optional string code1c = 9;
|
|
75
75
|
optional string schedule = 10;
|
|
76
76
|
optional bool show_on_contacts = 11;
|
|
77
77
|
}
|
|
@@ -126,7 +126,7 @@ message BulkSyncFromOnecRequest {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
message OnecStockEntry {
|
|
129
|
-
string
|
|
129
|
+
string code1c = 1;
|
|
130
130
|
string product_guid = 2;
|
|
131
131
|
optional string variant_guid = 3;
|
|
132
132
|
int32 qty = 4;
|
package/package.json
CHANGED
package/proto/attribute.proto
CHANGED
|
@@ -82,7 +82,7 @@ message AttributeWithValuesResponse {
|
|
|
82
82
|
map<string, string> name = 4;
|
|
83
83
|
string display_type = 5;
|
|
84
84
|
int32 sort_order = 6;
|
|
85
|
-
optional string
|
|
85
|
+
optional string guid1c = 7;
|
|
86
86
|
bool is_filterable = 8;
|
|
87
87
|
repeated AttributeValueResponse values = 9;
|
|
88
88
|
}
|
|
@@ -129,7 +129,7 @@ message AttributeResponse {
|
|
|
129
129
|
map<string, string> name = 4;
|
|
130
130
|
string display_type = 5;
|
|
131
131
|
int32 sort_order = 6;
|
|
132
|
-
optional string
|
|
132
|
+
optional string guid1c = 7;
|
|
133
133
|
bool is_filterable = 8;
|
|
134
134
|
}
|
|
135
135
|
|
|
@@ -154,7 +154,7 @@ message CreateAttributeRequest {
|
|
|
154
154
|
map<string, string> name = 3;
|
|
155
155
|
string display_type = 4;
|
|
156
156
|
int32 sort_order = 5;
|
|
157
|
-
optional string
|
|
157
|
+
optional string guid1c = 6;
|
|
158
158
|
bool is_filterable = 7;
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -178,7 +178,7 @@ message AttributeValueResponse {
|
|
|
178
178
|
string attribute_id = 2;
|
|
179
179
|
map<string, string> value = 3;
|
|
180
180
|
optional string meta = 4;
|
|
181
|
-
optional string
|
|
181
|
+
optional string guid1c = 5;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
message GetAttributeValuesRequest {
|
|
@@ -193,7 +193,7 @@ message CreateAttributeValueRequest {
|
|
|
193
193
|
string attribute_id = 1;
|
|
194
194
|
map<string, string> value = 2;
|
|
195
195
|
optional string meta = 3;
|
|
196
|
-
optional string
|
|
196
|
+
optional string guid1c = 4;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
message UpdateAttributeValueRequest {
|
package/proto/pickup.proto
CHANGED
|
@@ -30,7 +30,7 @@ message PickupPointResponse {
|
|
|
30
30
|
optional double lat = 6;
|
|
31
31
|
optional double lng = 7;
|
|
32
32
|
bool is_active = 8;
|
|
33
|
-
optional string
|
|
33
|
+
optional string code1c = 9;
|
|
34
34
|
optional string schedule = 10;
|
|
35
35
|
bool show_on_contacts = 11;
|
|
36
36
|
}
|
|
@@ -57,7 +57,7 @@ message CreatePickupPointRequest {
|
|
|
57
57
|
optional double lat = 5;
|
|
58
58
|
optional double lng = 6;
|
|
59
59
|
optional bool is_active = 7;
|
|
60
|
-
optional string
|
|
60
|
+
optional string code1c = 8;
|
|
61
61
|
optional string schedule = 9;
|
|
62
62
|
optional bool show_on_contacts = 10;
|
|
63
63
|
}
|
|
@@ -71,7 +71,7 @@ message UpdatePickupPointRequest {
|
|
|
71
71
|
optional double lat = 6;
|
|
72
72
|
optional double lng = 7;
|
|
73
73
|
optional bool is_active = 8;
|
|
74
|
-
optional string
|
|
74
|
+
optional string code1c = 9;
|
|
75
75
|
optional string schedule = 10;
|
|
76
76
|
optional bool show_on_contacts = 11;
|
|
77
77
|
}
|
|
@@ -126,7 +126,7 @@ message BulkSyncFromOnecRequest {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
message OnecStockEntry {
|
|
129
|
-
string
|
|
129
|
+
string code1c = 1;
|
|
130
130
|
string product_guid = 2;
|
|
131
131
|
optional string variant_guid = 3;
|
|
132
132
|
int32 qty = 4;
|