@pushwoosh/rpc-v2-http-api-data 0.1.833 → 0.1.834

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/data.js CHANGED
@@ -10134,6 +10134,10 @@ export const data = {
10134
10134
  },
10135
10135
  "orderDirection": {
10136
10136
  "type": "pushwoosh.rpc_v2.inapp_messages.ListInappMessagesRequest.OrderDirection"
10137
+ },
10138
+ "statuses": {
10139
+ "type": "pushwoosh.rpc_v2.inapp_messages.Inapp.Status",
10140
+ "array": true
10137
10141
  }
10138
10142
  }
10139
10143
  },
@@ -16,6 +16,7 @@ export type ListInappMessagesRequest = {
16
16
  perPage?: number;
17
17
  orderBy?: ListInappMessagesRequest_OrderBy;
18
18
  orderDirection?: ListInappMessagesRequest_OrderDirection;
19
+ statuses?: Inapp_Status[];
19
20
  };
20
21
  export type Inapp_Status = 'UNDEFINED' | 'ACTIVE' | 'SCHEDULED' | 'COMPLETED' | 'DRAFT';
21
22
  export type Inapp = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.833",
3
+ "version": "0.1.834",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",