@pushwoosh/rpc-v2-http-api-data 0.1.913 → 0.1.914
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/inapp_messages.d.ts +1 -0
- package/package.json +1 -1
- package/presets.d.ts +1 -0
package/data.js
CHANGED
|
@@ -10565,6 +10565,9 @@ export const data = {
|
|
|
10565
10565
|
"richMediaCode": {
|
|
10566
10566
|
"type": "string"
|
|
10567
10567
|
},
|
|
10568
|
+
"richMediaName": {
|
|
10569
|
+
"type": "string"
|
|
10570
|
+
},
|
|
10568
10571
|
"totalTriggered": {
|
|
10569
10572
|
"type": "number"
|
|
10570
10573
|
},
|
package/inapp_messages.d.ts
CHANGED
package/package.json
CHANGED
package/presets.d.ts
CHANGED