@restorecommerce/protos 6.11.10 → 6.12.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,31 @@
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.12.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.11...@restorecommerce/protos@6.12.0) (2026-02-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **facade:** performance upgrade via latent id buffering ([579d4b9](https://github.com/restorecommerce/libs/commit/579d4b947585848c48414989ca91446315d607b3))
12
+
13
+
14
+ ### Reverts
15
+
16
+ * Revert "chore(release): publish" ([d508e8a](https://github.com/restorecommerce/libs/commit/d508e8af9803a4a182d244f48172c5881b11ebd5))
17
+ * Revert "chore(release): publish" ([8db759f](https://github.com/restorecommerce/libs/commit/8db759fd05eef801dd6ae60727ef1b763f5baafb))
18
+
19
+
20
+
21
+
22
+
23
+ ## [6.11.11](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.10...@restorecommerce/protos@6.11.11) (2025-10-24)
24
+
25
+ **Note:** Version bump only for package @restorecommerce/protos
26
+
27
+
28
+
29
+
30
+
6
31
  ## [6.11.10](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.9...@restorecommerce/protos@6.11.10) (2025-10-02)
7
32
 
8
33
 
@@ -22,6 +22,8 @@ message Resolver {
22
22
  string target_sub_service = 3;
23
23
  string target_method = 4;
24
24
  string field_name = 5;
25
+ optional uint32 limit = 6;
26
+ optional uint32 latency = 7;
25
27
  }
26
28
 
27
29
  extend google.protobuf.MessageOptions {
@@ -49,10 +49,6 @@ enum TemplateUseCase {
49
49
  FULFILLMENT_FAILED_EMAIL = 21;
50
50
  }
51
51
 
52
- message Deleted {
53
- optional string id = 1;
54
- }
55
-
56
52
  message TemplateList {
57
53
  repeated Template items = 1;
58
54
  optional uint32 total_count = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.11.10",
3
+ "version": "6.12.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": "091f89c3609b0e7cb6e47955633a286d871339fa"
18
+ "gitHead": "bed6104d5b8bafa275ce1d7ca938ce5239abfddf"
19
19
  }