@fctc/interface-logic 2.6.0 → 2.6.1

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/dist/hooks.js CHANGED
@@ -4747,7 +4747,7 @@ function useViewService() {
4747
4747
  method: "web_search_read" /* WEB_SEARCH_READ */,
4748
4748
  args,
4749
4749
  kwargs: {
4750
- domain: [domain],
4750
+ domain,
4751
4751
  specification: {
4752
4752
  cash_control: {},
4753
4753
  current_session_id: {
package/dist/hooks.mjs CHANGED
@@ -4633,7 +4633,7 @@ function useViewService() {
4633
4633
  method: "web_search_read" /* WEB_SEARCH_READ */,
4634
4634
  args,
4635
4635
  kwargs: {
4636
- domain: [domain],
4636
+ domain,
4637
4637
  specification: {
4638
4638
  cash_control: {},
4639
4639
  current_session_id: {
package/dist/provider.js CHANGED
@@ -4685,7 +4685,7 @@ function useViewService() {
4685
4685
  method: "web_search_read" /* WEB_SEARCH_READ */,
4686
4686
  args,
4687
4687
  kwargs: {
4688
- domain: [domain],
4688
+ domain,
4689
4689
  specification: {
4690
4690
  cash_control: {},
4691
4691
  current_session_id: {
package/dist/provider.mjs CHANGED
@@ -4642,7 +4642,7 @@ function useViewService() {
4642
4642
  method: "web_search_read" /* WEB_SEARCH_READ */,
4643
4643
  args,
4644
4644
  kwargs: {
4645
- domain: [domain],
4645
+ domain,
4646
4646
  specification: {
4647
4647
  cash_control: {},
4648
4648
  current_session_id: {
package/dist/services.js CHANGED
@@ -4885,7 +4885,7 @@ function useViewService() {
4885
4885
  method: "web_search_read" /* WEB_SEARCH_READ */,
4886
4886
  args,
4887
4887
  kwargs: {
4888
- domain: [domain],
4888
+ domain,
4889
4889
  specification: {
4890
4890
  cash_control: {},
4891
4891
  current_session_id: {
package/dist/services.mjs CHANGED
@@ -4841,7 +4841,7 @@ function useViewService() {
4841
4841
  method: "web_search_read" /* WEB_SEARCH_READ */,
4842
4842
  args,
4843
4843
  kwargs: {
4844
- domain: [domain],
4844
+ domain,
4845
4845
  specification: {
4846
4846
  cash_control: {},
4847
4847
  current_session_id: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",