@pushwoosh/rpc-v2-http-api-data 0.1.925 → 0.1.927

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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.925",
3
+ "version": "0.1.927",
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
@@ -259,6 +259,7 @@ export type SaveBlockTemplateRequest = {
259
259
  styleSettings?: string;
260
260
  closeButtonType?: boolean;
261
261
  inputGroups?: string;
262
+ createdType?: RichMedia_CreatedType;
262
263
  };
263
264
  export type SaveBlockTemplateResponse = {
264
265
  code: string;