@petercatai/whisker-client 0.1.202506170238-dev → 0.1.202506180654-dev

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/dist/api.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -1999,6 +1999,12 @@ export interface ITask {
1999
1999
  * Identifier for the tenant
2000
2000
  */
2001
2001
  tenant_id: string;
2002
+ /**
2003
+ * Task Type
2004
+ * Type of the task
2005
+ * @default "knowledge_chunk"
2006
+ */
2007
+ task_type?: string;
2002
2008
  }
2003
2009
  /** TaskRestartRequest */
2004
2010
  export interface ITaskRestartRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercatai/whisker-client",
3
- "version": "0.1.202506170238-dev",
3
+ "version": "0.1.202506180654-dev",
4
4
  "description": "Generated API client (preview)",
5
5
  "main": "dist/api.js",
6
6
  "types": "dist/api.d.ts",