@innovastudio/contentbuilder 1.5.122 → 1.5.123

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -239,9 +239,9 @@ interface ContentBuilderOptions {
239
239
  generateMediaUrl_Google?: string;
240
240
  assetsFolder?: string;
241
241
  templatesUrl?: string;
242
- templateFilters: any[];
242
+ templateFilters?: any[];
243
243
  templatesConfig?: Record<string, any>;
244
- customData: Record<string, any>;
244
+ customData?: Record<string, any>;
245
245
  exampleImageUrl?: string;
246
246
  exampleVideoUrl?: string;
247
247
  exampleAudioUrl?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.122",
4
+ "version": "1.5.123",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",