protobuf-platform 1.2.378 → 1.2.379

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.
@@ -57,6 +57,8 @@ message NotificationSearchRequest {
57
57
  optional string category = 7;
58
58
  optional string trigger = 8;
59
59
  optional string search = 9;
60
+ repeated string categories = 10; // optional multiselect category filter
61
+ repeated string triggers = 11; // optional multiselect trigger filter
60
62
  }
61
63
  message UserSearchRequest {
62
64
  int32 user_id = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobuf-platform",
3
- "version": "1.2.378",
3
+ "version": "1.2.379",
4
4
  "description": "Protobuf structures",
5
5
  "main": "index.js",
6
6
  "scripts": {