@trii/types 2.10.499 → 2.10.500

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.
@@ -151,6 +151,8 @@ export interface INodeProperty {
151
151
  additionalParams?: boolean;
152
152
  hidden?: boolean;
153
153
  acceptVariable?: boolean;
154
+ acceptEmojis?: boolean;
155
+ allowMaximizeInput?: boolean;
154
156
  acceptNodeOutputAsVariable?: boolean;
155
157
  fileType?: string;
156
158
  loadMethod?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.499",
3
+ "version": "2.10.500",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",