@trii/types 2.10.494 → 2.10.496

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.
@@ -185,6 +185,7 @@ export interface INodeOptionsValue {
185
185
  imageSrc?: string;
186
186
  }
187
187
  export interface IBodyRequest_AsyncNodes {
188
+ propertyId?: string;
188
189
  loadMethod?: string;
189
190
  nodeId?: string;
190
191
  nodeType?: NodeType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.494",
3
+ "version": "2.10.496",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",