@restorecommerce/protos 6.13.1 → 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,29 @@
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
+
17
+ # [6.14.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.13.1...@restorecommerce/protos@6.14.0) (2026-05-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * extend user proto with invitedAt ([#186](https://github.com/restorecommerce/libs/issues/186)) ([c3bba3b](https://github.com/restorecommerce/libs/commit/c3bba3be0a1014c9df20fda6e05128a5e0a7383c))
23
+ * trigger new build ([#189](https://github.com/restorecommerce/libs/issues/189)) ([8a95f92](https://github.com/restorecommerce/libs/commit/8a95f92f33ad41b4cec085351c54e1209d4f7b1f))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [6.13.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.13.0...@restorecommerce/protos@6.13.1) (2026-04-07)
7
30
 
8
31
 
@@ -410,6 +410,7 @@ message User {
410
410
  repeated string totp_session_tokens = 29; /// TOTP Login session tokens
411
411
  repeated string password_hash_history = 30; // List of historical password hashes
412
412
  repeated string totp_recovery_codes = 31; // List of TOTP recovery codes
413
+ optional google.protobuf.Timestamp invited_at = 32;
413
414
  }
414
415
 
415
416
  /**
@@ -459,4 +460,5 @@ message UserRole {
459
460
  repeated io.restorecommerce.attribute.Attribute properties = 25; // additional properties
460
461
  optional google.protobuf.Any data = 26; // additional data
461
462
  repeated io.restorecommerce.role.Role roles = 27;
463
+ optional google.protobuf.Timestamp invited_at = 28;
462
464
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.13.1",
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": "59397c40c75a8b269766189b39bb8c5eb38191dd"
18
+ "gitHead": "20c2d9bc9da596bc0e20005baa42bdcd47053b59"
19
19
  }