@inploi/plugin-kin 2.7.3 → 2.7.5

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.
@@ -7,7 +7,7 @@ type HistoryMessage = {
7
7
  blocks?: unknown[];
8
8
  };
9
9
  type KinMessage = {
10
- type: 'user_message' | 'response_start' | 'response_chunk' | 'response_end' | 'tool_call' | 'tool_result' | 'error' | 'system' | 'authenticated' | 'data_cleared' | 'guardrail_block' | 'history' | 'quick_replies' | 'upload_received' | 'file_processing' | 'file_processed' | 'job_detail' | 'job_detail_chunk' | 'job_detail_done';
10
+ type: 'user_message' | 'response_start' | 'response_chunk' | 'response_end' | 'tool_call' | 'tool_result' | 'error' | 'system' | 'authenticated' | 'data_cleared' | 'guardrail_block' | 'history' | 'quick_replies' | 'upload_received' | 'file_processing' | 'file_processed' | 'job_detail' | 'job_detail_chunk' | 'job_detail_done' | 'job_detail_error';
11
11
  content?: string;
12
12
  tool?: string;
13
13
  blocks?: unknown[];
@@ -14,13 +14,15 @@ export type Message = {
14
14
  type ConnectionState = 'idle' | 'connecting' | 'connected' | 'disconnected' | 'error';
15
15
  type UploadState = 'idle' | 'uploading' | 'processing' | 'success' | 'error';
16
16
  export type JobDetailState = {
17
- status: 'loading' | 'streaming' | 'ready';
17
+ status: 'loading' | 'streaming' | 'ready' | 'error';
18
18
  description?: string;
19
19
  summary?: string;
20
20
  liveSummary?: string;
21
+ error?: string;
21
22
  };
22
23
  export declare const store: {
23
24
  isOpen: import('@preact/signals').Signal<boolean>;
25
+ embedded: import('@preact/signals').Signal<boolean>;
24
26
  isStreaming: import('@preact/signals').Signal<boolean>;
25
27
  assistantStatus: import('@preact/signals').Signal<string | null>;
26
28
  liveAssistantMessage: import('@preact/signals').Signal<(Message & {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-938f36af.cjs");require("@inploi/sdk");exports.Mermaid=e.Nt;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-c7659568.cjs");require("@inploi/sdk");exports.Mermaid=e.Nt;
@@ -1,4 +1,4 @@
1
- import { N as a } from "./index-6a21495e.js";
1
+ import { N as a } from "./index-058e0c34.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  a as Mermaid
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-938f36af.cjs");require("@inploi/sdk");exports.kinPlugin=e.kinPlugin;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-c7659568.cjs");require("@inploi/sdk");exports.kinPlugin=e.kinPlugin;
@@ -1,4 +1,4 @@
1
- import { k } from "./index-6a21495e.js";
1
+ import { k } from "./index-058e0c34.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  k as kinPlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-kin",
3
- "version": "2.7.3",
3
+ "version": "2.7.5",
4
4
  "type": "module",
5
5
  "description": "Kin - A unified Talent Agent interface for hiring. One system, many roles.",
6
6
  "main": "dist/plugin-kin.js",
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "peerDependencies": {
23
- "@inploi/sdk": ">=1.17.0"
23
+ "@inploi/sdk": ">=1.17.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@preact/preset-vite": "2.5.0",
@@ -35,7 +35,7 @@
35
35
  "vite": "^4.4.5",
36
36
  "vite-plugin-dts": "^3.7.0",
37
37
  "vite-tsconfig-paths": "^4.2.1",
38
- "@inploi/sdk": "1.17.0",
38
+ "@inploi/sdk": "1.17.1",
39
39
  "tsconfig": "0.1.0"
40
40
  },
41
41
  "dependencies": {