@pushwoosh/rpc-v2-http-api-data 0.1.569 → 0.1.571
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 +6 -1
- package/package.json +1 -1
- package/rich_medias.d.ts +1 -0
package/data.js
CHANGED
|
@@ -18196,8 +18196,13 @@ export const data = {
|
|
|
18196
18196
|
},
|
|
18197
18197
|
"defaultLanguage": {
|
|
18198
18198
|
"type": "string"
|
|
18199
|
+
},
|
|
18200
|
+
"styleSettings": {
|
|
18201
|
+
"type": "string",
|
|
18202
|
+
"optional": true
|
|
18199
18203
|
}
|
|
18200
|
-
}
|
|
18204
|
+
},
|
|
18205
|
+
"oneofs": {}
|
|
18201
18206
|
},
|
|
18202
18207
|
"pushwoosh.rpc_v2.rich_medias.SaveBlockTemplateResponse": {
|
|
18203
18208
|
"type": "I",
|
package/package.json
CHANGED
package/rich_medias.d.ts
CHANGED