@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.569",
3
+ "version": "0.1.571",
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
@@ -235,6 +235,7 @@ export type SaveBlockTemplateRequest = {
235
235
  editorJson?: string;
236
236
  localization?: string;
237
237
  defaultLanguage?: string;
238
+ styleSettings?: string;
238
239
  };
239
240
  export type SaveBlockTemplateResponse = {
240
241
  code: string;