@restorecommerce/protos 6.14.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 +29 -0
- package/io/restorecommerce/user.proto +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,35 @@
|
|
|
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
|
+
|
|
24
|
+
# [6.15.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.14.0...@restorecommerce/protos@6.15.0) (2026-05-12)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* remove not needed optional in Deleted message ([#191](https://github.com/restorecommerce/libs/issues/191)) ([4251d6a](https://github.com/restorecommerce/libs/commit/4251d6a59d3d58f85366fc2459f2a6f0b805711d))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
6
35
|
# [6.14.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.13.1...@restorecommerce/protos@6.14.0) (2026-05-11)
|
|
7
36
|
|
|
8
37
|
|
|
@@ -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 {
|
|
@@ -276,7 +277,6 @@ message SendActivationEmailRequest {
|
|
|
276
277
|
*/
|
|
277
278
|
message Deleted {
|
|
278
279
|
optional string id = 1;
|
|
279
|
-
optional string default_scope = 2; // default hierarchical scope
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/protos",
|
|
3
|
-
"version": "6.
|
|
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": "
|
|
18
|
+
"gitHead": "c20a9b38e8c105922874af5a3e0ef4c71ea78bf5"
|
|
19
19
|
}
|