@contractspec/lib.support-bot 3.7.10 → 3.7.12
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/README.md +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/spec.js +1 -1
- package/dist/index.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/spec.js +1 -1
- package/dist/spec.d.ts +1 -1
- package/dist/spec.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +7 -8
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Website: https://contractspec.io
|
|
|
8
8
|
|
|
9
9
|
- **Layer**: lib.
|
|
10
10
|
- **Consumers**: bundles.
|
|
11
|
-
- Related ContractSpec packages include `@contractspec/lib.
|
|
11
|
+
- Related ContractSpec packages include `@contractspec/lib.contracts-integrations`, `@contractspec/lib.contracts-spec`, `@contractspec/lib.knowledge`, `@contractspec/lib.schema`, `@contractspec/tool.bun`, ...
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/dist/browser/index.js
CHANGED
|
@@ -990,7 +990,7 @@ class TicketResolver {
|
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
992
|
// src/spec.ts
|
|
993
|
-
import { defineAgent } from "@contractspec/lib.
|
|
993
|
+
import { defineAgent } from "@contractspec/lib.contracts-spec/agent";
|
|
994
994
|
function defineSupportBot(definition) {
|
|
995
995
|
const base = defineAgent({
|
|
996
996
|
...definition.base,
|
package/dist/browser/spec.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -991,7 +991,7 @@ class TicketResolver {
|
|
|
991
991
|
}
|
|
992
992
|
}
|
|
993
993
|
// src/spec.ts
|
|
994
|
-
import { defineAgent } from "@contractspec/lib.
|
|
994
|
+
import { defineAgent } from "@contractspec/lib.contracts-spec/agent";
|
|
995
995
|
function defineSupportBot(definition) {
|
|
996
996
|
const base = defineAgent({
|
|
997
997
|
...definition.base,
|
package/dist/node/index.js
CHANGED
|
@@ -990,7 +990,7 @@ class TicketResolver {
|
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
992
|
// src/spec.ts
|
|
993
|
-
import { defineAgent } from "@contractspec/lib.
|
|
993
|
+
import { defineAgent } from "@contractspec/lib.contracts-spec/agent";
|
|
994
994
|
function defineSupportBot(definition) {
|
|
995
995
|
const base = defineAgent({
|
|
996
996
|
...definition.base,
|
package/dist/node/spec.js
CHANGED
package/dist/spec.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentSpec, AgentToolConfig } from '@contractspec/lib.
|
|
1
|
+
import type { AgentSpec, AgentToolConfig } from '@contractspec/lib.contracts-spec/agent';
|
|
2
2
|
import type { SupportBotSpec } from './types';
|
|
3
3
|
export interface SupportBotDefinition {
|
|
4
4
|
base: AgentSpec;
|
package/dist/spec.js
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentSpec } from '@contractspec/lib.
|
|
1
|
+
import type { AgentSpec } from '@contractspec/lib.contracts-spec/agent';
|
|
2
2
|
export type TicketPriority = 'low' | 'medium' | 'high' | 'urgent';
|
|
3
3
|
export type TicketCategory = 'billing' | 'technical' | 'product' | 'account' | 'compliance' | 'other';
|
|
4
4
|
export type TicketChannel = 'email' | 'chat' | 'phone' | 'portal';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.support-bot",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.12",
|
|
4
4
|
"description": "AI support bot framework with RAG and ticket management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -33,17 +33,16 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ai-sdk/provider-utils": "^4.0.19",
|
|
36
|
-
"@contractspec/lib.
|
|
37
|
-
"@contractspec/lib.contracts-
|
|
38
|
-
"@contractspec/lib.
|
|
39
|
-
"@contractspec/lib.
|
|
40
|
-
"@contractspec/lib.schema": "3.7.8",
|
|
36
|
+
"@contractspec/lib.contracts-spec": "5.0.0",
|
|
37
|
+
"@contractspec/lib.contracts-integrations": "3.8.4",
|
|
38
|
+
"@contractspec/lib.knowledge": "3.7.12",
|
|
39
|
+
"@contractspec/lib.schema": "3.7.10",
|
|
41
40
|
"zod": "^4.3.5"
|
|
42
41
|
},
|
|
43
42
|
"devDependencies": {
|
|
44
|
-
"@contractspec/tool.typescript": "3.7.
|
|
43
|
+
"@contractspec/tool.typescript": "3.7.9",
|
|
45
44
|
"typescript": "^5.9.3",
|
|
46
|
-
"@contractspec/tool.bun": "3.7.
|
|
45
|
+
"@contractspec/tool.bun": "3.7.9"
|
|
47
46
|
},
|
|
48
47
|
"exports": {
|
|
49
48
|
".": {
|