unlayer-types 1.267.0 → 1.270.0

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/embed.d.ts +2 -1
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -1326,7 +1326,7 @@ declare module "state/types/types" {
1326
1326
  }
1327
1327
  export type MergeTagsValues = Record<string, string | number | Record<string, boolean | Array<Record<string, string | number>>>>;
1328
1328
  export interface MergeTagsConfig {
1329
- autocompleteTriggerChar?: string;
1329
+ autocompleteTriggerChar?: string | null;
1330
1330
  sort?: boolean;
1331
1331
  }
1332
1332
  export type DisplayCondition = z.infer<typeof DisplayConditionZodSchema>;
@@ -1483,6 +1483,7 @@ declare module "state/types/types" {
1483
1483
  export interface Image {
1484
1484
  id: number | string;
1485
1485
  location: string;
1486
+ filename?: string;
1486
1487
  contentType: string;
1487
1488
  size: number;
1488
1489
  width: number | null;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.267.0",
3
+ "version": "1.270.0",
4
4
  "license": "MIT"
5
5
  }