@arbidocs/client 0.3.69 → 0.3.71
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/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -7642,6 +7642,11 @@ interface components {
|
|
|
7642
7642
|
* @default false
|
|
7643
7643
|
*/
|
|
7644
7644
|
show_agent_sessions: boolean;
|
|
7645
|
+
/**
|
|
7646
|
+
* Show Mcp Connectors
|
|
7647
|
+
* @default false
|
|
7648
|
+
*/
|
|
7649
|
+
show_mcp_connectors: boolean;
|
|
7645
7650
|
/**
|
|
7646
7651
|
* Use S3 Direct Upload
|
|
7647
7652
|
* @default false
|
|
@@ -7697,6 +7702,8 @@ interface components {
|
|
|
7697
7702
|
show_pa_mode?: boolean | null;
|
|
7698
7703
|
/** Show Agent Sessions */
|
|
7699
7704
|
show_agent_sessions?: boolean | null;
|
|
7705
|
+
/** Show Mcp Connectors */
|
|
7706
|
+
show_mcp_connectors?: boolean | null;
|
|
7700
7707
|
/** Use S3 Direct Upload */
|
|
7701
7708
|
use_s3_direct_upload?: boolean | null;
|
|
7702
7709
|
/** Hide Online Status */
|
package/dist/index.d.ts
CHANGED
|
@@ -7642,6 +7642,11 @@ interface components {
|
|
|
7642
7642
|
* @default false
|
|
7643
7643
|
*/
|
|
7644
7644
|
show_agent_sessions: boolean;
|
|
7645
|
+
/**
|
|
7646
|
+
* Show Mcp Connectors
|
|
7647
|
+
* @default false
|
|
7648
|
+
*/
|
|
7649
|
+
show_mcp_connectors: boolean;
|
|
7645
7650
|
/**
|
|
7646
7651
|
* Use S3 Direct Upload
|
|
7647
7652
|
* @default false
|
|
@@ -7697,6 +7702,8 @@ interface components {
|
|
|
7697
7702
|
show_pa_mode?: boolean | null;
|
|
7698
7703
|
/** Show Agent Sessions */
|
|
7699
7704
|
show_agent_sessions?: boolean | null;
|
|
7705
|
+
/** Show Mcp Connectors */
|
|
7706
|
+
show_mcp_connectors?: boolean | null;
|
|
7700
7707
|
/** Use S3 Direct Upload */
|
|
7701
7708
|
use_s3_direct_upload?: boolean | null;
|
|
7702
7709
|
/** Hide Online Status */
|
package/package.json
CHANGED