@limai.io/cli 0.4.6 → 0.4.7

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.
package/dist/index.d.ts CHANGED
@@ -1167,6 +1167,7 @@ declare class AgentsResource {
1167
1167
  type: string;
1168
1168
  title: string;
1169
1169
  description?: string;
1170
+ requirement?: string;
1170
1171
  postReviewAction?: string;
1171
1172
  data?: Record<string, unknown>;
1172
1173
  order: number;
@@ -1194,6 +1195,7 @@ declare class AgentsResource {
1194
1195
  type: string;
1195
1196
  title: string;
1196
1197
  description?: string;
1198
+ requirement?: string;
1197
1199
  postReviewAction?: string;
1198
1200
  data?: Record<string, unknown>;
1199
1201
  order: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limai.io/cli",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "CLI and SDK for the LimAI data extraction platform",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",