@composio/client 0.1.0-alpha.60 → 0.1.0-alpha.62
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/CHANGELOG.md +42 -0
- package/client.d.mts +34 -1
- package/client.d.mts.map +1 -1
- package/client.d.ts +34 -1
- package/client.d.ts.map +1 -1
- package/client.js +41 -7
- package/client.js.map +1 -1
- package/client.mjs +41 -7
- package/client.mjs.map +1 -1
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +12 -1
- package/resources/auth-configs.d.mts +20 -1
- package/resources/auth-configs.d.mts.map +1 -1
- package/resources/auth-configs.d.ts +20 -1
- package/resources/auth-configs.d.ts.map +1 -1
- package/resources/auth-configs.js +3 -0
- package/resources/auth-configs.js.map +1 -1
- package/resources/auth-configs.mjs +3 -0
- package/resources/auth-configs.mjs.map +1 -1
- package/resources/cli/realtime.d.mts +3 -0
- package/resources/cli/realtime.d.mts.map +1 -1
- package/resources/cli/realtime.d.ts +3 -0
- package/resources/cli/realtime.d.ts.map +1 -1
- package/resources/cli/realtime.js +3 -0
- package/resources/cli/realtime.js.map +1 -1
- package/resources/cli/realtime.mjs +3 -0
- package/resources/cli/realtime.mjs.map +1 -1
- package/resources/connected-accounts.d.mts +899 -174
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +899 -174
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/connected-accounts.js +3 -0
- package/resources/connected-accounts.js.map +1 -1
- package/resources/connected-accounts.mjs +3 -0
- package/resources/connected-accounts.mjs.map +1 -1
- package/resources/files.d.mts +3 -0
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +3 -0
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +3 -0
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +3 -0
- package/resources/files.mjs.map +1 -1
- package/resources/link.d.mts +171 -1
- package/resources/link.d.mts.map +1 -1
- package/resources/link.d.ts +171 -1
- package/resources/link.d.ts.map +1 -1
- package/resources/link.js +3 -0
- package/resources/link.js.map +1 -1
- package/resources/link.mjs +3 -0
- package/resources/link.mjs.map +1 -1
- package/resources/logs/tools.d.mts +3 -0
- package/resources/logs/tools.d.mts.map +1 -1
- package/resources/logs/tools.d.ts +3 -0
- package/resources/logs/tools.d.ts.map +1 -1
- package/resources/logs/tools.js +3 -0
- package/resources/logs/tools.js.map +1 -1
- package/resources/logs/tools.mjs +3 -0
- package/resources/logs/tools.mjs.map +1 -1
- package/resources/logs/triggers.d.mts +3 -0
- package/resources/logs/triggers.d.mts.map +1 -1
- package/resources/logs/triggers.d.ts +3 -0
- package/resources/logs/triggers.d.ts.map +1 -1
- package/resources/logs/triggers.js +3 -0
- package/resources/logs/triggers.js.map +1 -1
- package/resources/logs/triggers.mjs +3 -0
- package/resources/logs/triggers.mjs.map +1 -1
- package/resources/mcp/custom.d.mts +3 -0
- package/resources/mcp/custom.d.mts.map +1 -1
- package/resources/mcp/custom.d.ts +3 -0
- package/resources/mcp/custom.d.ts.map +1 -1
- package/resources/mcp/custom.js +3 -0
- package/resources/mcp/custom.js.map +1 -1
- package/resources/mcp/custom.mjs +3 -0
- package/resources/mcp/custom.mjs.map +1 -1
- package/resources/mcp/generate.d.mts +3 -0
- package/resources/mcp/generate.d.mts.map +1 -1
- package/resources/mcp/generate.d.ts +3 -0
- package/resources/mcp/generate.d.ts.map +1 -1
- package/resources/mcp/generate.js +3 -0
- package/resources/mcp/generate.js.map +1 -1
- package/resources/mcp/generate.mjs +3 -0
- package/resources/mcp/generate.mjs.map +1 -1
- package/resources/mcp/mcp.d.mts +3 -0
- package/resources/mcp/mcp.d.mts.map +1 -1
- package/resources/mcp/mcp.d.ts +3 -0
- package/resources/mcp/mcp.d.ts.map +1 -1
- package/resources/mcp/mcp.js +3 -0
- package/resources/mcp/mcp.js.map +1 -1
- package/resources/mcp/mcp.mjs +3 -0
- package/resources/mcp/mcp.mjs.map +1 -1
- package/resources/migration.d.mts +3 -0
- package/resources/migration.d.mts.map +1 -1
- package/resources/migration.d.ts +3 -0
- package/resources/migration.d.ts.map +1 -1
- package/resources/migration.js +3 -0
- package/resources/migration.js.map +1 -1
- package/resources/migration.mjs +3 -0
- package/resources/migration.mjs.map +1 -1
- package/resources/tool-router/index.d.mts +1 -1
- package/resources/tool-router/index.d.mts.map +1 -1
- package/resources/tool-router/index.d.ts +1 -1
- package/resources/tool-router/index.d.ts.map +1 -1
- package/resources/tool-router/index.js +2 -2
- package/resources/tool-router/index.js.map +1 -1
- package/resources/tool-router/index.mjs +1 -1
- package/resources/tool-router/index.mjs.map +1 -1
- package/resources/tool-router/session/files.d.mts +205 -0
- package/resources/tool-router/session/files.d.mts.map +1 -0
- package/resources/tool-router/session/files.d.ts +205 -0
- package/resources/tool-router/session/files.d.ts.map +1 -0
- package/resources/tool-router/session/files.js +101 -0
- package/resources/tool-router/session/files.js.map +1 -0
- package/resources/tool-router/session/files.mjs +97 -0
- package/resources/tool-router/session/files.mjs.map +1 -0
- package/resources/tool-router/session/index.d.mts +3 -0
- package/resources/tool-router/session/index.d.mts.map +1 -0
- package/resources/tool-router/session/index.d.ts +3 -0
- package/resources/tool-router/session/index.d.ts.map +1 -0
- package/resources/tool-router/session/index.js +9 -0
- package/resources/tool-router/session/index.js.map +1 -0
- package/resources/tool-router/session/index.mjs +4 -0
- package/resources/tool-router/session/index.mjs.map +1 -0
- package/resources/tool-router/session/session.d.mts +1990 -0
- package/resources/tool-router/session/session.d.mts.map +1 -0
- package/resources/tool-router/session/session.d.ts +1990 -0
- package/resources/tool-router/session/session.d.ts.map +1 -0
- package/resources/tool-router/session/session.js +181 -0
- package/resources/tool-router/session/session.js.map +1 -0
- package/resources/tool-router/session/session.mjs +176 -0
- package/resources/tool-router/session/session.mjs.map +1 -0
- package/resources/tool-router/session.d.mts +1 -1193
- package/resources/tool-router/session.d.mts.map +1 -1
- package/resources/tool-router/session.d.ts +1 -1193
- package/resources/tool-router/session.d.ts.map +1 -1
- package/resources/tool-router/session.js +2 -138
- package/resources/tool-router/session.js.map +1 -1
- package/resources/tool-router/session.mjs +1 -136
- package/resources/tool-router/session.mjs.map +1 -1
- package/resources/tool-router/tool-router.d.mts +6 -3
- package/resources/tool-router/tool-router.d.mts.map +1 -1
- package/resources/tool-router/tool-router.d.ts +6 -3
- package/resources/tool-router/tool-router.d.ts.map +1 -1
- package/resources/tool-router/tool-router.js +5 -2
- package/resources/tool-router/tool-router.js.map +1 -1
- package/resources/tool-router/tool-router.mjs +5 -2
- package/resources/tool-router/tool-router.mjs.map +1 -1
- package/resources/toolkits.d.mts +16 -0
- package/resources/toolkits.d.mts.map +1 -1
- package/resources/toolkits.d.ts +16 -0
- package/resources/toolkits.d.ts.map +1 -1
- package/resources/toolkits.js +3 -0
- package/resources/toolkits.js.map +1 -1
- package/resources/toolkits.mjs +3 -0
- package/resources/toolkits.mjs.map +1 -1
- package/resources/tools.d.mts +83 -2
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +83 -2
- package/resources/tools.d.ts.map +1 -1
- package/resources/tools.js +3 -0
- package/resources/tools.js.map +1 -1
- package/resources/tools.mjs +3 -0
- package/resources/tools.mjs.map +1 -1
- package/resources/trigger-instances/manage.d.mts +3 -0
- package/resources/trigger-instances/manage.d.mts.map +1 -1
- package/resources/trigger-instances/manage.d.ts +3 -0
- package/resources/trigger-instances/manage.d.ts.map +1 -1
- package/resources/trigger-instances/manage.js +3 -0
- package/resources/trigger-instances/manage.js.map +1 -1
- package/resources/trigger-instances/manage.mjs +3 -0
- package/resources/trigger-instances/manage.mjs.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.mts +7 -0
- package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.ts +7 -0
- package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
- package/resources/trigger-instances/trigger-instances.js +3 -0
- package/resources/trigger-instances/trigger-instances.js.map +1 -1
- package/resources/trigger-instances/trigger-instances.mjs +3 -0
- package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
- package/resources/triggers-types.d.mts +3 -0
- package/resources/triggers-types.d.mts.map +1 -1
- package/resources/triggers-types.d.ts +3 -0
- package/resources/triggers-types.d.ts.map +1 -1
- package/resources/triggers-types.js +3 -0
- package/resources/triggers-types.js.map +1 -1
- package/resources/triggers-types.mjs +3 -0
- package/resources/triggers-types.mjs.map +1 -1
- package/src/client.ts +44 -10
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/auth-configs.ts +24 -1
- package/src/resources/cli/realtime.ts +3 -0
- package/src/resources/connected-accounts.ts +3141 -1736
- package/src/resources/files.ts +3 -0
- package/src/resources/link.ts +332 -1
- package/src/resources/logs/tools.ts +3 -0
- package/src/resources/logs/triggers.ts +3 -0
- package/src/resources/mcp/custom.ts +3 -0
- package/src/resources/mcp/generate.ts +3 -0
- package/src/resources/mcp/mcp.ts +3 -0
- package/src/resources/migration.ts +3 -0
- package/src/resources/tool-router/index.ts +3 -1
- package/src/resources/tool-router/session/files.ts +284 -0
- package/src/resources/tool-router/session/index.ts +33 -0
- package/src/resources/tool-router/session/session.ts +2669 -0
- package/src/resources/tool-router/session.ts +1 -1432
- package/src/resources/tool-router/tool-router.ts +9 -2
- package/src/resources/toolkits.ts +19 -0
- package/src/resources/tools.ts +151 -2
- package/src/resources/trigger-instances/manage.ts +3 -0
- package/src/resources/trigger-instances/trigger-instances.ts +8 -0
- package/src/resources/triggers-types.ts +3 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/src/resources/files.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { APIResource } from '../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../core/api-promise';
|
|
5
5
|
import { RequestOptions } from '../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* File management
|
|
9
|
+
*/
|
|
7
10
|
export class Files extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* Retrieves a list of files associated with the authenticated project. Results can
|
package/src/resources/link.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { APIResource } from '../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../core/api-promise';
|
|
5
5
|
import { RequestOptions } from '../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Connected account management
|
|
9
|
+
*/
|
|
7
10
|
export class Link extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* Creates a new authentication link session that users can use to connect their
|
|
@@ -123,7 +126,13 @@ export interface LinkCreateParams {
|
|
|
123
126
|
| LinkCreateParams.UnionMember64
|
|
124
127
|
| LinkCreateParams.UnionMember65
|
|
125
128
|
| LinkCreateParams.UnionMember66
|
|
126
|
-
| LinkCreateParams.UnionMember67
|
|
129
|
+
| LinkCreateParams.UnionMember67
|
|
130
|
+
| LinkCreateParams.UnionMember68
|
|
131
|
+
| LinkCreateParams.UnionMember69
|
|
132
|
+
| LinkCreateParams.UnionMember70
|
|
133
|
+
| LinkCreateParams.UnionMember71
|
|
134
|
+
| LinkCreateParams.UnionMember72
|
|
135
|
+
| LinkCreateParams.UnionMember73;
|
|
127
136
|
}
|
|
128
137
|
|
|
129
138
|
export namespace LinkCreateParams {
|
|
@@ -3810,6 +3819,328 @@ export namespace LinkCreateParams {
|
|
|
3810
3819
|
|
|
3811
3820
|
[k: string]: unknown;
|
|
3812
3821
|
}
|
|
3822
|
+
|
|
3823
|
+
export interface UnionMember68 {
|
|
3824
|
+
account_id?: string;
|
|
3825
|
+
|
|
3826
|
+
account_url?: string;
|
|
3827
|
+
|
|
3828
|
+
api_url?: string;
|
|
3829
|
+
|
|
3830
|
+
base_url?: string;
|
|
3831
|
+
|
|
3832
|
+
borneo_dashboard_url?: string;
|
|
3833
|
+
|
|
3834
|
+
COMPANYDOMAIN?: string;
|
|
3835
|
+
|
|
3836
|
+
dc?: string;
|
|
3837
|
+
|
|
3838
|
+
domain?: string;
|
|
3839
|
+
|
|
3840
|
+
extension?: string;
|
|
3841
|
+
|
|
3842
|
+
form_api_base_url?: string;
|
|
3843
|
+
|
|
3844
|
+
instanceEndpoint?: string;
|
|
3845
|
+
|
|
3846
|
+
instanceName?: string;
|
|
3847
|
+
|
|
3848
|
+
proxy_password?: string;
|
|
3849
|
+
|
|
3850
|
+
proxy_username?: string;
|
|
3851
|
+
|
|
3852
|
+
region?: string;
|
|
3853
|
+
|
|
3854
|
+
server_location?: string;
|
|
3855
|
+
|
|
3856
|
+
shop?: string;
|
|
3857
|
+
|
|
3858
|
+
site_name?: string;
|
|
3859
|
+
|
|
3860
|
+
subdomain?: string;
|
|
3861
|
+
|
|
3862
|
+
version?: string;
|
|
3863
|
+
|
|
3864
|
+
your_server?: string;
|
|
3865
|
+
|
|
3866
|
+
'your-domain'?: string;
|
|
3867
|
+
|
|
3868
|
+
[k: string]: unknown;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
export interface UnionMember69 {
|
|
3872
|
+
account_id?: string;
|
|
3873
|
+
|
|
3874
|
+
account_url?: string;
|
|
3875
|
+
|
|
3876
|
+
api_url?: string;
|
|
3877
|
+
|
|
3878
|
+
base_url?: string;
|
|
3879
|
+
|
|
3880
|
+
borneo_dashboard_url?: string;
|
|
3881
|
+
|
|
3882
|
+
COMPANYDOMAIN?: string;
|
|
3883
|
+
|
|
3884
|
+
dc?: string;
|
|
3885
|
+
|
|
3886
|
+
domain?: string;
|
|
3887
|
+
|
|
3888
|
+
extension?: string;
|
|
3889
|
+
|
|
3890
|
+
form_api_base_url?: string;
|
|
3891
|
+
|
|
3892
|
+
instanceEndpoint?: string;
|
|
3893
|
+
|
|
3894
|
+
instanceName?: string;
|
|
3895
|
+
|
|
3896
|
+
proxy_password?: string;
|
|
3897
|
+
|
|
3898
|
+
proxy_username?: string;
|
|
3899
|
+
|
|
3900
|
+
region?: string;
|
|
3901
|
+
|
|
3902
|
+
server_location?: string;
|
|
3903
|
+
|
|
3904
|
+
shop?: string;
|
|
3905
|
+
|
|
3906
|
+
site_name?: string;
|
|
3907
|
+
|
|
3908
|
+
subdomain?: string;
|
|
3909
|
+
|
|
3910
|
+
version?: string;
|
|
3911
|
+
|
|
3912
|
+
your_server?: string;
|
|
3913
|
+
|
|
3914
|
+
'your-domain'?: string;
|
|
3915
|
+
|
|
3916
|
+
[k: string]: unknown;
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
export interface UnionMember70 {
|
|
3920
|
+
access_token: string;
|
|
3921
|
+
|
|
3922
|
+
client_id: string;
|
|
3923
|
+
|
|
3924
|
+
client_secret: string;
|
|
3925
|
+
|
|
3926
|
+
account_id?: string;
|
|
3927
|
+
|
|
3928
|
+
account_url?: string;
|
|
3929
|
+
|
|
3930
|
+
api_url?: string;
|
|
3931
|
+
|
|
3932
|
+
base_url?: string;
|
|
3933
|
+
|
|
3934
|
+
borneo_dashboard_url?: string;
|
|
3935
|
+
|
|
3936
|
+
COMPANYDOMAIN?: string;
|
|
3937
|
+
|
|
3938
|
+
dc?: string;
|
|
3939
|
+
|
|
3940
|
+
domain?: string;
|
|
3941
|
+
|
|
3942
|
+
expires_at?: string;
|
|
3943
|
+
|
|
3944
|
+
expires_in?: number | string | null;
|
|
3945
|
+
|
|
3946
|
+
extension?: string;
|
|
3947
|
+
|
|
3948
|
+
form_api_base_url?: string;
|
|
3949
|
+
|
|
3950
|
+
instanceEndpoint?: string;
|
|
3951
|
+
|
|
3952
|
+
instanceName?: string;
|
|
3953
|
+
|
|
3954
|
+
proxy_password?: string;
|
|
3955
|
+
|
|
3956
|
+
proxy_username?: string;
|
|
3957
|
+
|
|
3958
|
+
region?: string;
|
|
3959
|
+
|
|
3960
|
+
scope?: string | Array<string> | null;
|
|
3961
|
+
|
|
3962
|
+
server_location?: string;
|
|
3963
|
+
|
|
3964
|
+
shop?: string;
|
|
3965
|
+
|
|
3966
|
+
site_name?: string;
|
|
3967
|
+
|
|
3968
|
+
subdomain?: string;
|
|
3969
|
+
|
|
3970
|
+
token_type?: string;
|
|
3971
|
+
|
|
3972
|
+
version?: string;
|
|
3973
|
+
|
|
3974
|
+
your_server?: string;
|
|
3975
|
+
|
|
3976
|
+
'your-domain'?: string;
|
|
3977
|
+
|
|
3978
|
+
[k: string]: unknown;
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
export interface UnionMember71 {
|
|
3982
|
+
access_token: string;
|
|
3983
|
+
|
|
3984
|
+
client_id: string;
|
|
3985
|
+
|
|
3986
|
+
client_secret: string;
|
|
3987
|
+
|
|
3988
|
+
account_id?: string;
|
|
3989
|
+
|
|
3990
|
+
account_url?: string;
|
|
3991
|
+
|
|
3992
|
+
api_url?: string;
|
|
3993
|
+
|
|
3994
|
+
base_url?: string;
|
|
3995
|
+
|
|
3996
|
+
borneo_dashboard_url?: string;
|
|
3997
|
+
|
|
3998
|
+
COMPANYDOMAIN?: string;
|
|
3999
|
+
|
|
4000
|
+
dc?: string;
|
|
4001
|
+
|
|
4002
|
+
domain?: string;
|
|
4003
|
+
|
|
4004
|
+
expires_at?: string;
|
|
4005
|
+
|
|
4006
|
+
expires_in?: number | string | null;
|
|
4007
|
+
|
|
4008
|
+
extension?: string;
|
|
4009
|
+
|
|
4010
|
+
form_api_base_url?: string;
|
|
4011
|
+
|
|
4012
|
+
instanceEndpoint?: string;
|
|
4013
|
+
|
|
4014
|
+
instanceName?: string;
|
|
4015
|
+
|
|
4016
|
+
proxy_password?: string;
|
|
4017
|
+
|
|
4018
|
+
proxy_username?: string;
|
|
4019
|
+
|
|
4020
|
+
region?: string;
|
|
4021
|
+
|
|
4022
|
+
scope?: string | Array<string> | null;
|
|
4023
|
+
|
|
4024
|
+
server_location?: string;
|
|
4025
|
+
|
|
4026
|
+
shop?: string;
|
|
4027
|
+
|
|
4028
|
+
site_name?: string;
|
|
4029
|
+
|
|
4030
|
+
subdomain?: string;
|
|
4031
|
+
|
|
4032
|
+
token_type?: string;
|
|
4033
|
+
|
|
4034
|
+
version?: string;
|
|
4035
|
+
|
|
4036
|
+
your_server?: string;
|
|
4037
|
+
|
|
4038
|
+
'your-domain'?: string;
|
|
4039
|
+
|
|
4040
|
+
[k: string]: unknown;
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
export interface UnionMember72 {
|
|
4044
|
+
account_id?: string;
|
|
4045
|
+
|
|
4046
|
+
account_url?: string;
|
|
4047
|
+
|
|
4048
|
+
api_url?: string;
|
|
4049
|
+
|
|
4050
|
+
base_url?: string;
|
|
4051
|
+
|
|
4052
|
+
borneo_dashboard_url?: string;
|
|
4053
|
+
|
|
4054
|
+
COMPANYDOMAIN?: string;
|
|
4055
|
+
|
|
4056
|
+
dc?: string;
|
|
4057
|
+
|
|
4058
|
+
domain?: string;
|
|
4059
|
+
|
|
4060
|
+
error?: string;
|
|
4061
|
+
|
|
4062
|
+
error_description?: string;
|
|
4063
|
+
|
|
4064
|
+
extension?: string;
|
|
4065
|
+
|
|
4066
|
+
form_api_base_url?: string;
|
|
4067
|
+
|
|
4068
|
+
instanceEndpoint?: string;
|
|
4069
|
+
|
|
4070
|
+
instanceName?: string;
|
|
4071
|
+
|
|
4072
|
+
proxy_password?: string;
|
|
4073
|
+
|
|
4074
|
+
proxy_username?: string;
|
|
4075
|
+
|
|
4076
|
+
region?: string;
|
|
4077
|
+
|
|
4078
|
+
server_location?: string;
|
|
4079
|
+
|
|
4080
|
+
shop?: string;
|
|
4081
|
+
|
|
4082
|
+
site_name?: string;
|
|
4083
|
+
|
|
4084
|
+
subdomain?: string;
|
|
4085
|
+
|
|
4086
|
+
version?: string;
|
|
4087
|
+
|
|
4088
|
+
your_server?: string;
|
|
4089
|
+
|
|
4090
|
+
'your-domain'?: string;
|
|
4091
|
+
|
|
4092
|
+
[k: string]: unknown;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
export interface UnionMember73 {
|
|
4096
|
+
account_id?: string;
|
|
4097
|
+
|
|
4098
|
+
account_url?: string;
|
|
4099
|
+
|
|
4100
|
+
api_url?: string;
|
|
4101
|
+
|
|
4102
|
+
base_url?: string;
|
|
4103
|
+
|
|
4104
|
+
borneo_dashboard_url?: string;
|
|
4105
|
+
|
|
4106
|
+
COMPANYDOMAIN?: string;
|
|
4107
|
+
|
|
4108
|
+
dc?: string;
|
|
4109
|
+
|
|
4110
|
+
domain?: string;
|
|
4111
|
+
|
|
4112
|
+
expired_at?: string;
|
|
4113
|
+
|
|
4114
|
+
extension?: string;
|
|
4115
|
+
|
|
4116
|
+
form_api_base_url?: string;
|
|
4117
|
+
|
|
4118
|
+
instanceEndpoint?: string;
|
|
4119
|
+
|
|
4120
|
+
instanceName?: string;
|
|
4121
|
+
|
|
4122
|
+
proxy_password?: string;
|
|
4123
|
+
|
|
4124
|
+
proxy_username?: string;
|
|
4125
|
+
|
|
4126
|
+
region?: string;
|
|
4127
|
+
|
|
4128
|
+
server_location?: string;
|
|
4129
|
+
|
|
4130
|
+
shop?: string;
|
|
4131
|
+
|
|
4132
|
+
site_name?: string;
|
|
4133
|
+
|
|
4134
|
+
subdomain?: string;
|
|
4135
|
+
|
|
4136
|
+
version?: string;
|
|
4137
|
+
|
|
4138
|
+
your_server?: string;
|
|
4139
|
+
|
|
4140
|
+
'your-domain'?: string;
|
|
4141
|
+
|
|
4142
|
+
[k: string]: unknown;
|
|
4143
|
+
}
|
|
3813
4144
|
}
|
|
3814
4145
|
|
|
3815
4146
|
export declare namespace Link {
|
|
@@ -5,6 +5,9 @@ import { APIPromise } from '../../core/api-promise';
|
|
|
5
5
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
6
|
import { path } from '../../internal/utils/path';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Logging and monitoring
|
|
10
|
+
*/
|
|
8
11
|
export class Tools extends APIResource {
|
|
9
12
|
/**
|
|
10
13
|
* Get detailed execution log by ID
|
|
@@ -5,6 +5,9 @@ import { APIPromise } from '../../core/api-promise';
|
|
|
5
5
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
6
|
import { path } from '../../internal/utils/path';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Logging and monitoring
|
|
10
|
+
*/
|
|
8
11
|
export class Triggers extends APIResource {
|
|
9
12
|
/**
|
|
10
13
|
* Get detailed trigger log by ID
|
|
@@ -4,6 +4,9 @@ import { APIResource } from '../../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../../core/api-promise';
|
|
5
5
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* MCP server management
|
|
9
|
+
*/
|
|
7
10
|
export class Custom extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* Creates a new Model Control Protocol (MCP) server instance that can integrate
|
|
@@ -4,6 +4,9 @@ import { APIResource } from '../../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../../core/api-promise';
|
|
5
5
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* MCP server management
|
|
9
|
+
*/
|
|
7
10
|
export class Generate extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* Generates a Model Control Protocol (MCP) URL for an existing server with custom
|
package/src/resources/mcp/mcp.ts
CHANGED
|
@@ -9,6 +9,9 @@ import { APIPromise } from '../../core/api-promise';
|
|
|
9
9
|
import { RequestOptions } from '../../internal/request-options';
|
|
10
10
|
import { path } from '../../internal/utils/path';
|
|
11
11
|
|
|
12
|
+
/**
|
|
13
|
+
* MCP server management
|
|
14
|
+
*/
|
|
12
15
|
export class Mcp extends APIResource {
|
|
13
16
|
custom: CustomAPI.Custom = new CustomAPI.Custom(this._client);
|
|
14
17
|
generate: GenerateAPI.Generate = new GenerateAPI.Generate(this._client);
|
|
@@ -4,6 +4,9 @@ import { APIResource } from '../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../core/api-promise';
|
|
5
5
|
import { RequestOptions } from '../internal/request-options';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* Endpoints to help with migration from v1 to v3
|
|
9
|
+
*/
|
|
7
10
|
export class Migration extends APIResource {
|
|
8
11
|
/**
|
|
9
12
|
* Convert a legacy UUID to its corresponding NanoId for migration purposes. This
|
|
@@ -7,6 +7,7 @@ export {
|
|
|
7
7
|
type SessionExecuteResponse,
|
|
8
8
|
type SessionExecuteMetaResponse,
|
|
9
9
|
type SessionLinkResponse,
|
|
10
|
+
type SessionProxyExecuteResponse,
|
|
10
11
|
type SessionSearchResponse,
|
|
11
12
|
type SessionToolkitsResponse,
|
|
12
13
|
type SessionToolsResponse,
|
|
@@ -14,10 +15,11 @@ export {
|
|
|
14
15
|
type SessionExecuteParams,
|
|
15
16
|
type SessionExecuteMetaParams,
|
|
16
17
|
type SessionLinkParams,
|
|
18
|
+
type SessionProxyExecuteParams,
|
|
17
19
|
type SessionSearchParams,
|
|
18
20
|
type SessionToolkitsParams,
|
|
19
21
|
type SessionToolsParams,
|
|
20
|
-
} from './session';
|
|
22
|
+
} from './session/index';
|
|
21
23
|
export {
|
|
22
24
|
ToolRouter,
|
|
23
25
|
type ToolRouterCreateSessionResponse,
|