@pushwoosh/rpc-v2-http-api-data 0.1.464 → 0.1.466

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.
@@ -10,6 +10,7 @@ export type ListRequest = {
10
10
  orderBy?: ListRequest_OrderBy;
11
11
  orderDirection?: ListRequest_OrderDirection;
12
12
  searchByEmail?: string;
13
+ searchByGroup?: string;
13
14
  };
14
15
  export type ListResponse_AccountUser = {
15
16
  email: string;
package/data.js CHANGED
@@ -383,6 +383,9 @@ export const data = {
383
383
  },
384
384
  "searchByEmail": {
385
385
  "type": "string"
386
+ },
387
+ "searchByGroup": {
388
+ "type": "string"
386
389
  }
387
390
  }
388
391
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.464",
3
+ "version": "0.1.466",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",