@trii/types 2.10.472 → 2.10.473

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.
@@ -4,11 +4,11 @@ export interface NodeToolMapsCheckPolygon extends NodeBase {
4
4
  handles: [];
5
5
  category: 'tool';
6
6
  description: "Check if a point is inside a polygon defined by its ID. Useful for geofencing and location-based services.";
7
- polygons: NodeToolMapsCheckPolygonItem[];
7
+ maps: NodeToolMapsCheckPolygonItem[];
8
8
  }
9
9
  export interface NodeToolMapsCheckPolygonItem {
10
- polygonId: string;
11
- polygonName: string;
10
+ mapId: string;
11
+ mapName: string;
12
12
  scheduleId?: string | null;
13
13
  price?: number | null;
14
14
  }
@@ -4,4 +4,5 @@ export interface NodeToolMcpClient extends NodeBase {
4
4
  handles: [];
5
5
  category: 'tool';
6
6
  description: "Tool for MCP Client operations, such as sending messages or managing conversations.";
7
+ urlServer: string | '';
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.472",
3
+ "version": "2.10.473",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",