@tbox.cn/app-module-customer-service 0.1.1 → 0.1.2

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.
@@ -76,8 +76,8 @@ declare const serverModule: {
76
76
  category?: string | undefined;
77
77
  referenceUrl?: string | undefined;
78
78
  }[];
79
- noResultsReason?: string | undefined;
80
79
  contactPhone?: string | undefined;
80
+ noResultsReason?: string | undefined;
81
81
  }, {
82
82
  query: string;
83
83
  faqs: {
@@ -87,8 +87,8 @@ declare const serverModule: {
87
87
  category?: string | undefined;
88
88
  referenceUrl?: string | undefined;
89
89
  }[];
90
- noResultsReason?: string | undefined;
91
90
  contactPhone?: string | undefined;
91
+ noResultsReason?: string | undefined;
92
92
  }>>;
93
93
  };
94
94
  skills: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tbox.cn/app-module-customer-service",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "商圈客服承接模块:服务政策 FAQ 知识检索(命中正文作答/无结果联系客服卡)。",
6
6
  "exports": {
@@ -19,9 +19,9 @@
19
19
  "./package.json": "./package.json"
20
20
  },
21
21
  "dependencies": {
22
- "@tbox.cn/app-sdk": "0.17.0",
23
- "@tbox.cn/app-contracts": "0.9.0",
24
- "@tbox.cn/app-contracts-mall": "0.9.0"
22
+ "@tbox.cn/app-sdk": "0.19.0",
23
+ "@tbox.cn/app-contracts": "0.10.0",
24
+ "@tbox.cn/app-contracts-mall": "0.10.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "zod": "3.25.76",