@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.
- package/cdn/index.js +59 -59
- package/dist/components/use-drawer.d.ts +2 -1
- package/dist/{highlighted-body-B3W2YXNL-e8d9e8c5.js → highlighted-body-B3W2YXNL-016a9c8f.js} +1 -1
- package/dist/{highlighted-body-B3W2YXNL-80d2aee0.cjs → highlighted-body-B3W2YXNL-363fc94e.cjs} +1 -1
- package/dist/{index-6a21495e.js → index-058e0c34.js} +3385 -3351
- package/dist/{index-938f36af.cjs → index-c7659568.cjs} +45 -45
- package/dist/kin.client.d.ts +1 -1
- package/dist/kin.state.d.ts +3 -1
- package/dist/{mermaid-3ZIDBTTL-c77919f3.cjs → mermaid-3ZIDBTTL-0c62feae.cjs} +1 -1
- package/dist/{mermaid-3ZIDBTTL-37d51d37.js → mermaid-3ZIDBTTL-cfa1c73d.js} +1 -1
- package/dist/plugin-kin.cjs +1 -1
- package/dist/plugin-kin.js +1 -1
- package/package.json +3 -3
package/dist/kin.client.d.ts
CHANGED
|
@@ -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[];
|
package/dist/kin.state.d.ts
CHANGED
|
@@ -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-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-c7659568.cjs");require("@inploi/sdk");exports.Mermaid=e.Nt;
|
package/dist/plugin-kin.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-c7659568.cjs");require("@inploi/sdk");exports.kinPlugin=e.kinPlugin;
|
package/dist/plugin-kin.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inploi/plugin-kin",
|
|
3
|
-
"version": "2.7.
|
|
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.
|
|
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.
|
|
38
|
+
"@inploi/sdk": "1.17.1",
|
|
39
39
|
"tsconfig": "0.1.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|