@restorecommerce/protos 6.15.0 → 6.15.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,24 @@
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.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.15.0...@restorecommerce/protos@6.15.1) (2026-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **facade:** add options as fake field for EndImpersonation, compily with grpc specs for no emtpy ob ([edb6e57](https://github.com/restorecommerce/libs/commit/edb6e5743caa505443d7866e09b50652c493599b))
12
+ * **facade:** can't build schema with empty messages ([db884a2](https://github.com/restorecommerce/libs/commit/db884a26812736685abc20e93582dfcd0245ef44))
13
+
14
+
15
+ ### Reverts
16
+
17
+ * Revert "chore(release): publish" ([a5b5a46](https://github.com/restorecommerce/libs/commit/a5b5a46b191c4b885a97f427210000d9d6608fc3))
18
+ * Revert "chore(release): publish" ([3742433](https://github.com/restorecommerce/libs/commit/37424334499eab0b3eeef9954eea402a70ec8bef))
19
+
20
+
21
+
22
+
23
+
6
24
  # [6.15.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.14.0...@restorecommerce/protos@6.15.0) (2026-05-12)
7
25
 
8
26
 
@@ -93,6 +93,7 @@ message ImpersonateResponse {
93
93
 
94
94
  message EndImpersonationRequest {
95
95
  optional io.restorecommerce.auth.Subject subject = 1;
96
+ optional google.protobuf.Any options = 2;
96
97
  }
97
98
 
98
99
  message EndImpersonateResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.15.0",
3
+ "version": "6.15.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": "20c2d9bc9da596bc0e20005baa42bdcd47053b59"
18
+ "gitHead": "c20a9b38e8c105922874af5a3e0ef4c71ea78bf5"
19
19
  }