@pushwoosh/rpc-v2-http-api-data 0.1.925 → 0.1.926
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
|
@@ -23083,6 +23083,9 @@ export const data = {
|
|
|
23083
23083
|
},
|
|
23084
23084
|
"inputGroups": {
|
|
23085
23085
|
"type": "string"
|
|
23086
|
+
},
|
|
23087
|
+
"createdType": {
|
|
23088
|
+
"type": "pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType"
|
|
23086
23089
|
}
|
|
23087
23090
|
}
|
|
23088
23091
|
},
|
package/package.json
CHANGED
package/rich_medias.d.ts
CHANGED