@restorecommerce/protos 3.1.0 → 3.1.1

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,14 @@
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
+ ## [3.1.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@3.1.0...@restorecommerce/protos@3.1.1) (2023-06-14)
7
+
8
+ **Note:** Version bump only for package @restorecommerce/protos
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.1.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@3.0.1...@restorecommerce/protos@3.1.0) (2023-06-02)
7
15
 
8
16
 
@@ -47,16 +47,6 @@ message Association {
47
47
  google.protobuf.Any data = 4;
48
48
  }
49
49
 
50
- message Appendix {
51
- optional int64 index = 1;
52
- optional string name = 2;
53
- optional string description = 3;
54
- repeated string tags = 4;
55
- optional string url = 5;
56
- optional string content_type = 6;
57
- optional io.restorecommerce.image.Image thumbnail = 7;
58
- }
59
-
60
50
  // Product resource entity
61
51
  message Product {
62
52
  option (restorecommerce.options.kafka_subscriber) = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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": "e093e8f0503789578353aeb73a8b39950c24f880"
18
+ "gitHead": "4202cabe00d8363f62e3f53159755dca71781328"
19
19
  }