@restorecommerce/protos 6.13.0 → 6.13.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,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.13.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.13.0...@restorecommerce/protos@6.13.1) (2026-04-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * 418 optional expire date, token infinite by default ([#183](https://github.com/restorecommerce/libs/issues/183)) ([bb478a0](https://github.com/restorecommerce/libs/commit/bb478a0a1edfab129244b6c90c4d5ccfd0835b64))
12
+
13
+
14
+
15
+
16
+
6
17
  # [6.13.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.12.0...@restorecommerce/protos@6.13.0) (2026-03-31)
7
18
 
8
19
 
@@ -75,6 +75,7 @@ message LoginRequest {
75
75
  message ImpersonateRequest {
76
76
  optional string identifier = 1; // Username to impersonate
77
77
  optional io.restorecommerce.auth.Subject subject = 2; // Impersonator's subject
78
+ optional uint32 token_ttl = 3; // Token time to live in seconds
78
79
  }
79
80
 
80
81
  message AccessTokenData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.13.0",
3
+ "version": "6.13.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": "be1ca65e5b0b1b2dd54b982992100fce49712ee4"
18
+ "gitHead": "59397c40c75a8b269766189b39bb8c5eb38191dd"
19
19
  }