@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 +3 -0
- package/package.json +1 -1
- package/rich_medias.d.ts +1 -0
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