@pushwoosh/rpc-v2-http-api-data 0.1.915 → 0.1.917

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
@@ -22319,6 +22319,9 @@ export const data = {
22319
22319
  "categories": {
22320
22320
  "type": "string",
22321
22321
  "array": true
22322
+ },
22323
+ "closeButtonType": {
22324
+ "type": "boolean"
22322
22325
  }
22323
22326
  }
22324
22327
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.915",
3
+ "version": "0.1.917",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/rich_medias.d.ts CHANGED
@@ -55,6 +55,7 @@ export type RichMedia = {
55
55
  updateDate: Date;
56
56
  createdType: RichMedia_CreatedType;
57
57
  categories: string[];
58
+ closeButtonType: boolean;
58
59
  };
59
60
  export type GetRequest = {
60
61
  application?: string;