@pushwoosh/rpc-v2-http-api-data 0.1.488 → 0.1.489

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.
@@ -39,6 +39,7 @@ export type UpdateRequest = {
39
39
  export type UpdateResponse = {};
40
40
  export type DeleteRequest = {
41
41
  name?: string;
42
+ reassignGroup?: string;
42
43
  };
43
44
  export type DeleteResponse = {};
44
45
  export type ListGroupMembersRequest = {
package/data.js CHANGED
@@ -151,6 +151,9 @@ export const data = {
151
151
  "fields": {
152
152
  "name": {
153
153
  "type": "string"
154
+ },
155
+ "reassignGroup": {
156
+ "type": "string"
154
157
  }
155
158
  }
156
159
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.488",
3
+ "version": "0.1.489",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",