@restorecommerce/protos 6.11.4 → 6.11.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.11.5](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.4...@restorecommerce/protos@6.11.5) (2025-05-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **protos:** fix typos ([1432953](https://github.com/restorecommerce/libs/commit/1432953e3fd80488f90b8b71c7c5dfe9cb3e24ee))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [6.11.4](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.3...@restorecommerce/protos@6.11.4) (2025-05-23)
7
18
 
8
19
 
@@ -84,7 +84,7 @@ message Association {
84
84
  optional AssociationType type = 3;
85
85
  repeated string tags = 4;
86
86
  optional google.protobuf.Any data = 5;
87
- repeated io.restorecommerce.attribute.Attribute attibutes = 6;
87
+ repeated io.restorecommerce.attribute.Attribute attributes = 6;
88
88
  }
89
89
 
90
90
  // Product resource entity
@@ -116,7 +116,7 @@ message Product {
116
116
  repeated string tags = 7;
117
117
  repeated Association associations = 8;
118
118
  optional google.protobuf.Any data = 9;
119
- repeated io.restorecommerce.attribute.Attribute attibutes = 10;
119
+ repeated io.restorecommerce.attribute.Attribute attributes = 10;
120
120
  }
121
121
 
122
122
  message IndividualProduct {
@@ -222,7 +222,7 @@ message PhysicalVariant {
222
222
  optional bool active = 12;
223
223
  optional google.protobuf.Timestamp valid_from = 13; // valid for sale
224
224
  optional google.protobuf.Timestamp valid_to = 14;
225
- repeated io.restorecommerce.attribute.Attribute attibutes = 15;
225
+ repeated io.restorecommerce.attribute.Attribute attributes = 15;
226
226
  optional Package package = 16; // size for shipping
227
227
  optional string taric_code = 17;
228
228
  optional string hs_code = 18;
@@ -244,7 +244,7 @@ message ServiceVariant {
244
244
  optional bool active = 12;
245
245
  optional google.protobuf.Timestamp valid_from = 13; // valid for sale
246
246
  optional google.protobuf.Timestamp valid_to = 14;
247
- repeated io.restorecommerce.attribute.Attribute attibutes = 15;
247
+ repeated io.restorecommerce.attribute.Attribute attributes = 15;
248
248
  }
249
249
 
250
250
  message VirtualVariant {
@@ -262,7 +262,7 @@ message VirtualVariant {
262
262
  optional bool active = 12;
263
263
  optional google.protobuf.Timestamp valid_from = 13;
264
264
  optional google.protobuf.Timestamp valid_to = 14;
265
- repeated io.restorecommerce.attribute.Attribute attibutes = 15;
265
+ repeated io.restorecommerce.attribute.Attribute attributes = 15;
266
266
  }
267
267
 
268
268
  message Bundle {
@@ -272,7 +272,7 @@ message Bundle {
272
272
  repeated BundleProduct products = 4;
273
273
  optional io.restorecommerce.price.Price price = 5;
274
274
  optional Package pre_packaged = 6;
275
- repeated io.restorecommerce.attribute.Attribute attibutes = 7;
275
+ repeated io.restorecommerce.attribute.Attribute attributes = 7;
276
276
  optional google.protobuf.Timestamp valid_from = 8;
277
277
  optional google.protobuf.Timestamp valid_to = 9;
278
278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.11.4",
3
+ "version": "6.11.5",
4
4
  "description": "Protobuf descriptors for Restorecommerce services",
5
5
  "author": "n-fuse GmbH",
6
6
  "repository": {
@@ -15,5 +15,5 @@
15
15
  "protobufs"
16
16
  ],
17
17
  "scripts": {},
18
- "gitHead": "24e55b2dd57afd069cc1d593e5134ad718017a3f"
18
+ "gitHead": "d6cb17cb2845b0ff24ec58947eec07b83120a35e"
19
19
  }