@mamindom/contracts 1.0.161 → 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 guid_1c = 7;
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 guid_1c = 7;
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 guid_1c = 6;
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 guid_1c = 5;
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 guid_1c = 4;
196
+ optional string guid1c = 4;
197
197
  }
198
198
 
199
199
  message UpdateAttributeValueRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mamindom/contracts",
3
3
  "description": "proto",
4
- "version": "1.0.161",
4
+ "version": "1.0.162",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "exports": {
@@ -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 guid_1c = 7;
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 guid_1c = 7;
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 guid_1c = 6;
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 guid_1c = 5;
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 guid_1c = 4;
196
+ optional string guid1c = 4;
197
197
  }
198
198
 
199
199
  message UpdateAttributeValueRequest {