@restorecommerce/protos 6.14.0 → 6.15.0

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.15.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.14.0...@restorecommerce/protos@6.15.0) (2026-05-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * remove not needed optional in Deleted message ([#191](https://github.com/restorecommerce/libs/issues/191)) ([4251d6a](https://github.com/restorecommerce/libs/commit/4251d6a59d3d58f85366fc2459f2a6f0b805711d))
12
+
13
+
14
+
15
+
16
+
6
17
  # [6.14.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.13.1...@restorecommerce/protos@6.14.0) (2026-05-11)
7
18
 
8
19
 
@@ -276,7 +276,6 @@ message SendActivationEmailRequest {
276
276
  */
277
277
  message Deleted {
278
278
  optional string id = 1;
279
- optional string default_scope = 2; // default hierarchical scope
280
279
  }
281
280
 
282
281
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.14.0",
3
+ "version": "6.15.0",
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": "8111c97d9347a50602012a0b4d7be2a629054c17"
18
+ "gitHead": "20c2d9bc9da596bc0e20005baa42bdcd47053b59"
19
19
  }