@composio/client 0.1.0-alpha.73 → 0.1.0-alpha.75
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 +31 -0
- package/client.d.mts +8 -14
- package/client.d.mts.map +1 -1
- package/client.d.ts +8 -14
- package/client.d.ts.map +1 -1
- package/client.js +9 -7
- package/client.js.map +1 -1
- package/client.mjs +11 -9
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/auth-configs.d.mts +61 -12
- package/resources/auth-configs.d.mts.map +1 -1
- package/resources/auth-configs.d.ts +61 -12
- package/resources/auth-configs.d.ts.map +1 -1
- package/resources/auth-configs.js +9 -3
- package/resources/auth-configs.js.map +1 -1
- package/resources/auth-configs.mjs +9 -3
- package/resources/auth-configs.mjs.map +1 -1
- package/resources/connected-accounts.d.mts +60 -62
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +60 -62
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/connected-accounts.js +11 -12
- package/resources/connected-accounts.js.map +1 -1
- package/resources/connected-accounts.mjs +11 -12
- package/resources/connected-accounts.mjs.map +1 -1
- package/resources/files.d.mts +4 -5
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +4 -5
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +4 -5
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +4 -5
- package/resources/files.mjs.map +1 -1
- package/resources/index.d.mts +4 -4
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +4 -4
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -2
- package/resources/index.mjs.map +1 -1
- package/resources/link.d.mts +4 -4
- package/resources/link.d.mts.map +1 -1
- package/resources/link.d.ts +4 -4
- package/resources/link.d.ts.map +1 -1
- package/resources/migration.d.mts +0 -31
- package/resources/migration.d.mts.map +1 -1
- package/resources/migration.d.ts +0 -31
- package/resources/migration.d.ts.map +1 -1
- package/resources/migration.js +0 -11
- package/resources/migration.js.map +1 -1
- package/resources/migration.mjs +0 -11
- package/resources/migration.mjs.map +1 -1
- package/resources/project/config.d.mts +0 -67
- package/resources/project/config.d.mts.map +1 -1
- package/resources/project/config.d.ts +0 -67
- package/resources/project/config.d.ts.map +1 -1
- package/resources/project/config.js +0 -24
- package/resources/project/config.js.map +1 -1
- package/resources/project/config.mjs +0 -24
- package/resources/project/config.mjs.map +1 -1
- package/resources/project/index.d.mts +1 -1
- package/resources/project/index.d.mts.map +1 -1
- package/resources/project/index.d.ts +1 -1
- package/resources/project/index.d.ts.map +1 -1
- package/resources/project/index.js.map +1 -1
- package/resources/project/index.mjs +1 -1
- package/resources/project/index.mjs.map +1 -1
- package/resources/project/project.d.mts +2 -2
- package/resources/project/project.d.mts.map +1 -1
- package/resources/project/project.d.ts +2 -2
- package/resources/project/project.d.ts.map +1 -1
- package/resources/project/project.js.map +1 -1
- package/resources/project/project.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.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/session.d.mts +3 -3
- package/resources/tool-router/session/session.d.mts.map +1 -1
- package/resources/tool-router/session/session.d.ts +3 -3
- package/resources/tool-router/session/session.d.ts.map +1 -1
- package/resources/tool-router/session/session.js.map +1 -1
- package/resources/tool-router/session/session.mjs.map +1 -1
- package/resources/tool-router/tool-router.d.mts +0 -84
- package/resources/tool-router/tool-router.d.mts.map +1 -1
- package/resources/tool-router/tool-router.d.ts +0 -84
- package/resources/tool-router/tool-router.d.ts.map +1 -1
- package/resources/tool-router/tool-router.js +0 -32
- package/resources/tool-router/tool-router.js.map +1 -1
- package/resources/tool-router/tool-router.mjs +0 -32
- package/resources/tool-router/tool-router.mjs.map +1 -1
- package/resources/toolkits.d.mts +40 -4
- package/resources/toolkits.d.mts.map +1 -1
- package/resources/toolkits.d.ts +40 -4
- package/resources/toolkits.d.ts.map +1 -1
- package/resources/tools.d.mts +6 -5
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +6 -5
- package/resources/tools.d.ts.map +1 -1
- package/resources/tools.js +2 -1
- package/resources/tools.js.map +1 -1
- package/resources/tools.mjs +2 -1
- package/resources/tools.mjs.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.mts +6 -1
- package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.ts +6 -1
- package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
- package/resources/trigger-instances/trigger-instances.js.map +1 -1
- package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
- package/src/client.ts +17 -27
- package/src/resources/auth-configs.ts +71 -12
- package/src/resources/connected-accounts.ts +91 -99
- package/src/resources/files.ts +4 -5
- package/src/resources/index.ts +4 -10
- package/src/resources/link.ts +8 -8
- package/src/resources/migration.ts +1 -45
- package/src/resources/project/config.ts +1 -106
- package/src/resources/project/index.ts +1 -6
- package/src/resources/project/project.ts +2 -7
- package/src/resources/tool-router/index.ts +1 -5
- package/src/resources/tool-router/session/session.ts +5 -7
- package/src/resources/tool-router/tool-router.ts +0 -103
- package/src/resources/toolkits.ts +46 -8
- package/src/resources/tools.ts +10 -9
- package/src/resources/trigger-instances/trigger-instances.ts +8 -2
- 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
|
@@ -60,7 +60,8 @@ export declare class ConnectedAccounts extends APIResource {
|
|
|
60
60
|
/**
|
|
61
61
|
* Soft-deletes a connected account by marking it as deleted in the database. This
|
|
62
62
|
* prevents the account from being used for API calls but preserves the record for
|
|
63
|
-
* audit purposes.
|
|
63
|
+
* audit purposes. Pass `?revoke_on_delete=true` to also revoke the account's
|
|
64
|
+
* upstream credentials via a background job.
|
|
64
65
|
*
|
|
65
66
|
* @example
|
|
66
67
|
* ```ts
|
|
@@ -68,17 +69,11 @@ export declare class ConnectedAccounts extends APIResource {
|
|
|
68
69
|
* await client.connectedAccounts.delete('ca_1a2b3c4d5e6f');
|
|
69
70
|
* ```
|
|
70
71
|
*/
|
|
71
|
-
delete(nanoid: string, options?: RequestOptions): APIPromise<ConnectedAccountDeleteResponse>;
|
|
72
|
+
delete(nanoid: string, params?: ConnectedAccountDeleteParams | null | undefined, options?: RequestOptions): APIPromise<ConnectedAccountDeleteResponse>;
|
|
72
73
|
/**
|
|
73
|
-
* Update a connected account. Supports updating alias
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* credential field to null to remove it. Alias must be unique within the same
|
|
77
|
-
* project, entity, and toolkit scope. Toggling `experimental.account_type` between
|
|
78
|
-
* PRIVATE and SHARED reuses the stored credentials — no re-auth is required.
|
|
79
|
-
* Demoting SHARED → PRIVATE atomically clears the stored ACL; supplying
|
|
80
|
-
* `acl_config_for_shared` in the same call is rejected as
|
|
81
|
-
* `acl_config_for_shared is only valid on SHARED connections`.
|
|
74
|
+
* Update a connected account. Supports updating the alias and/or credentials. Only
|
|
75
|
+
* specified fields will be updated. Set a credential field to null to remove it.
|
|
76
|
+
* Alias must be unique within the same project, entity, and toolkit scope.
|
|
82
77
|
*
|
|
83
78
|
* @example
|
|
84
79
|
* ```ts
|
|
@@ -134,11 +129,6 @@ export interface ConnectedAccountCreateResponse {
|
|
|
134
129
|
* The connection data of the connected account
|
|
135
130
|
*/
|
|
136
131
|
connectionData: ConnectedAccountCreateResponse.UnionMember0 | ConnectedAccountCreateResponse.UnionMember1 | ConnectedAccountCreateResponse.UnionMember2 | ConnectedAccountCreateResponse.UnionMember3 | ConnectedAccountCreateResponse.UnionMember4 | ConnectedAccountCreateResponse.UnionMember5 | ConnectedAccountCreateResponse.UnionMember6 | ConnectedAccountCreateResponse.UnionMember7 | ConnectedAccountCreateResponse.UnionMember8 | ConnectedAccountCreateResponse.UnionMember9 | ConnectedAccountCreateResponse.UnionMember10 | ConnectedAccountCreateResponse.UnionMember11 | ConnectedAccountCreateResponse.UnionMember12 | ConnectedAccountCreateResponse.UnionMember13;
|
|
137
|
-
/**
|
|
138
|
-
* @deprecated DEPRECATED: This field will be removed in a future version. Please
|
|
139
|
-
* use id and auth_config.id instead.
|
|
140
|
-
*/
|
|
141
|
-
deprecated: ConnectedAccountCreateResponse.Deprecated;
|
|
142
132
|
/**
|
|
143
133
|
* @deprecated DEPRECATED: This field will be removed in a future version
|
|
144
134
|
*/
|
|
@@ -151,6 +141,11 @@ export interface ConnectedAccountCreateResponse {
|
|
|
151
141
|
* @deprecated DEPRECATED: This field will be removed in a future version
|
|
152
142
|
*/
|
|
153
143
|
status: 'INITIALIZING' | 'INITIATED' | 'ACTIVE' | 'FAILED' | 'EXPIRED' | 'INACTIVE' | 'REVOKED';
|
|
144
|
+
/**
|
|
145
|
+
* @deprecated DEPRECATED: This field will be removed in a future version. Please
|
|
146
|
+
* use id and auth_config.id instead.
|
|
147
|
+
*/
|
|
148
|
+
deprecated?: ConnectedAccountCreateResponse.Deprecated;
|
|
154
149
|
/**
|
|
155
150
|
* Experimental features - not stable, may be modified or removed in future
|
|
156
151
|
* versions.
|
|
@@ -2369,14 +2364,14 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
2369
2364
|
}
|
|
2370
2365
|
interface UnionMember2 {
|
|
2371
2366
|
access_token: string;
|
|
2372
|
-
client_id: string;
|
|
2373
|
-
client_secret: string;
|
|
2374
2367
|
status: 'ACTIVE';
|
|
2375
2368
|
account_id?: string;
|
|
2376
2369
|
account_url?: string;
|
|
2377
2370
|
api_url?: string;
|
|
2378
2371
|
base_url?: string;
|
|
2379
2372
|
borneo_dashboard_url?: string;
|
|
2373
|
+
client_id?: string;
|
|
2374
|
+
client_secret?: string;
|
|
2380
2375
|
COMPANYDOMAIN?: string;
|
|
2381
2376
|
dc?: string;
|
|
2382
2377
|
domain?: string;
|
|
@@ -2402,14 +2397,14 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
2402
2397
|
}
|
|
2403
2398
|
interface UnionMember3 {
|
|
2404
2399
|
access_token: string;
|
|
2405
|
-
client_id: string;
|
|
2406
|
-
client_secret: string;
|
|
2407
2400
|
status: 'INACTIVE';
|
|
2408
2401
|
account_id?: string;
|
|
2409
2402
|
account_url?: string;
|
|
2410
2403
|
api_url?: string;
|
|
2411
2404
|
base_url?: string;
|
|
2412
2405
|
borneo_dashboard_url?: string;
|
|
2406
|
+
client_id?: string;
|
|
2407
|
+
client_secret?: string;
|
|
2413
2408
|
COMPANYDOMAIN?: string;
|
|
2414
2409
|
dc?: string;
|
|
2415
2410
|
domain?: string;
|
|
@@ -2606,6 +2601,17 @@ export interface ConnectedAccountRetrieveResponse {
|
|
|
2606
2601
|
* versions.
|
|
2607
2602
|
*/
|
|
2608
2603
|
experimental?: ConnectedAccountRetrieveResponse.Experimental;
|
|
2604
|
+
/**
|
|
2605
|
+
* OAuth scopes requested when this connection was most recently initiated (create
|
|
2606
|
+
* or refresh). Absent for connections created before scope snapshots were captured
|
|
2607
|
+
* and for non-OAuth auth schemes.
|
|
2608
|
+
*/
|
|
2609
|
+
requested_scopes?: Array<string>;
|
|
2610
|
+
/**
|
|
2611
|
+
* OAuth user-token scopes requested at the most recent initiation. Only meaningful
|
|
2612
|
+
* for Slackbot auth configs (user-token scopes); absent otherwise.
|
|
2613
|
+
*/
|
|
2614
|
+
requested_user_scopes?: Array<string>;
|
|
2609
2615
|
/**
|
|
2610
2616
|
* The endpoint to make test request for verification
|
|
2611
2617
|
*/
|
|
@@ -4856,14 +4862,14 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
4856
4862
|
}
|
|
4857
4863
|
interface UnionMember2 {
|
|
4858
4864
|
access_token: string;
|
|
4859
|
-
client_id: string;
|
|
4860
|
-
client_secret: string;
|
|
4861
4865
|
status: 'ACTIVE';
|
|
4862
4866
|
account_id?: string;
|
|
4863
4867
|
account_url?: string;
|
|
4864
4868
|
api_url?: string;
|
|
4865
4869
|
base_url?: string;
|
|
4866
4870
|
borneo_dashboard_url?: string;
|
|
4871
|
+
client_id?: string;
|
|
4872
|
+
client_secret?: string;
|
|
4867
4873
|
COMPANYDOMAIN?: string;
|
|
4868
4874
|
dc?: string;
|
|
4869
4875
|
domain?: string;
|
|
@@ -4889,14 +4895,14 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
4889
4895
|
}
|
|
4890
4896
|
interface UnionMember3 {
|
|
4891
4897
|
access_token: string;
|
|
4892
|
-
client_id: string;
|
|
4893
|
-
client_secret: string;
|
|
4894
4898
|
status: 'INACTIVE';
|
|
4895
4899
|
account_id?: string;
|
|
4896
4900
|
account_url?: string;
|
|
4897
4901
|
api_url?: string;
|
|
4898
4902
|
base_url?: string;
|
|
4899
4903
|
borneo_dashboard_url?: string;
|
|
4904
|
+
client_id?: string;
|
|
4905
|
+
client_secret?: string;
|
|
4900
4906
|
COMPANYDOMAIN?: string;
|
|
4901
4907
|
dc?: string;
|
|
4902
4908
|
domain?: string;
|
|
@@ -7349,14 +7355,14 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
7349
7355
|
}
|
|
7350
7356
|
interface UnionMember2 {
|
|
7351
7357
|
access_token: string;
|
|
7352
|
-
client_id: string;
|
|
7353
|
-
client_secret: string;
|
|
7354
7358
|
status: 'ACTIVE';
|
|
7355
7359
|
account_id?: string;
|
|
7356
7360
|
account_url?: string;
|
|
7357
7361
|
api_url?: string;
|
|
7358
7362
|
base_url?: string;
|
|
7359
7363
|
borneo_dashboard_url?: string;
|
|
7364
|
+
client_id?: string;
|
|
7365
|
+
client_secret?: string;
|
|
7360
7366
|
COMPANYDOMAIN?: string;
|
|
7361
7367
|
dc?: string;
|
|
7362
7368
|
domain?: string;
|
|
@@ -7382,14 +7388,14 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
7382
7388
|
}
|
|
7383
7389
|
interface UnionMember3 {
|
|
7384
7390
|
access_token: string;
|
|
7385
|
-
client_id: string;
|
|
7386
|
-
client_secret: string;
|
|
7387
7391
|
status: 'INACTIVE';
|
|
7388
7392
|
account_id?: string;
|
|
7389
7393
|
account_url?: string;
|
|
7390
7394
|
api_url?: string;
|
|
7391
7395
|
base_url?: string;
|
|
7392
7396
|
borneo_dashboard_url?: string;
|
|
7397
|
+
client_id?: string;
|
|
7398
|
+
client_secret?: string;
|
|
7393
7399
|
COMPANYDOMAIN?: string;
|
|
7394
7400
|
dc?: string;
|
|
7395
7401
|
domain?: string;
|
|
@@ -7528,6 +7534,13 @@ export interface ConnectedAccountDeleteResponse {
|
|
|
7528
7534
|
* Indicates whether the connected account was successfully deleted
|
|
7529
7535
|
*/
|
|
7530
7536
|
success: boolean;
|
|
7537
|
+
/**
|
|
7538
|
+
* Identifier of the background revoke job started for this delete. Present only
|
|
7539
|
+
* when `revoke_on_delete=true`. Track the job and its per-connection results from
|
|
7540
|
+
* the Composio dashboard — a programmatic endpoint to poll this job is not yet
|
|
7541
|
+
* generally available.
|
|
7542
|
+
*/
|
|
7543
|
+
revoke_job_id?: string;
|
|
7531
7544
|
}
|
|
7532
7545
|
export interface ConnectedAccountPatchResponse {
|
|
7533
7546
|
/**
|
|
@@ -9882,14 +9895,14 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
9882
9895
|
}
|
|
9883
9896
|
interface UnionMember2 {
|
|
9884
9897
|
access_token: string;
|
|
9885
|
-
client_id: string;
|
|
9886
|
-
client_secret: string;
|
|
9887
9898
|
status: 'ACTIVE';
|
|
9888
9899
|
account_id?: string;
|
|
9889
9900
|
account_url?: string;
|
|
9890
9901
|
api_url?: string;
|
|
9891
9902
|
base_url?: string;
|
|
9892
9903
|
borneo_dashboard_url?: string;
|
|
9904
|
+
client_id?: string;
|
|
9905
|
+
client_secret?: string;
|
|
9893
9906
|
COMPANYDOMAIN?: string;
|
|
9894
9907
|
dc?: string;
|
|
9895
9908
|
domain?: string;
|
|
@@ -9915,14 +9928,14 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
9915
9928
|
}
|
|
9916
9929
|
interface UnionMember3 {
|
|
9917
9930
|
access_token: string;
|
|
9918
|
-
client_id: string;
|
|
9919
|
-
client_secret: string;
|
|
9920
9931
|
status: 'INACTIVE';
|
|
9921
9932
|
account_id?: string;
|
|
9922
9933
|
account_url?: string;
|
|
9923
9934
|
api_url?: string;
|
|
9924
9935
|
base_url?: string;
|
|
9925
9936
|
borneo_dashboard_url?: string;
|
|
9937
|
+
client_id?: string;
|
|
9938
|
+
client_secret?: string;
|
|
9926
9939
|
COMPANYDOMAIN?: string;
|
|
9927
9940
|
dc?: string;
|
|
9928
9941
|
domain?: string;
|
|
@@ -10048,6 +10061,15 @@ export interface ConnectedAccountListParams {
|
|
|
10048
10061
|
*/
|
|
10049
10062
|
user_ids?: Array<string> | null;
|
|
10050
10063
|
}
|
|
10064
|
+
export interface ConnectedAccountDeleteParams {
|
|
10065
|
+
/**
|
|
10066
|
+
* When `true`, the delete also starts a background job that revokes the upstream
|
|
10067
|
+
* credentials of every connected account in scope, and the response carries a
|
|
10068
|
+
* `revoke_job_id`. Defaults to `false`. Revocation is irreversible — recovering a
|
|
10069
|
+
* deleted entity does not restore working credentials.
|
|
10070
|
+
*/
|
|
10071
|
+
revoke_on_delete?: boolean | null;
|
|
10072
|
+
}
|
|
10051
10073
|
export interface ConnectedAccountPatchParams {
|
|
10052
10074
|
/**
|
|
10053
10075
|
* A human-readable alias for this connected account. Pass an empty string to clear
|
|
@@ -10085,39 +10107,21 @@ export declare namespace ConnectedAccountPatchParams {
|
|
|
10085
10107
|
*/
|
|
10086
10108
|
interface Val {
|
|
10087
10109
|
token?: string | null;
|
|
10088
|
-
account_id?: string | null;
|
|
10089
|
-
account_url?: string | null;
|
|
10090
10110
|
api_key?: string | null;
|
|
10091
|
-
|
|
10111
|
+
api_key_prefix?: string | null;
|
|
10092
10112
|
application_id?: string | null;
|
|
10093
|
-
base_url?: string | null;
|
|
10094
10113
|
basic_encoded?: string | null;
|
|
10095
10114
|
bearer_token?: string | null;
|
|
10096
|
-
borneo_dashboard_url?: string | null;
|
|
10097
|
-
COMPANYDOMAIN?: string | null;
|
|
10098
10115
|
credentials_json?: string | null;
|
|
10099
|
-
dc?: string | null;
|
|
10100
|
-
domain?: string | null;
|
|
10101
|
-
extension?: string | null;
|
|
10102
|
-
form_api_base_url?: string | null;
|
|
10103
10116
|
generic_api_key?: string | null;
|
|
10117
|
+
generic_id?: string | null;
|
|
10118
|
+
generic_secret?: string | null;
|
|
10119
|
+
generic_token?: string | null;
|
|
10104
10120
|
installation_id?: string | null;
|
|
10105
|
-
instanceEndpoint?: string | null;
|
|
10106
|
-
instanceName?: string | null;
|
|
10107
10121
|
password?: string | null;
|
|
10108
10122
|
private_key?: string | null;
|
|
10109
|
-
|
|
10110
|
-
proxy_username?: string | null;
|
|
10111
|
-
region?: string | null;
|
|
10112
|
-
server_location?: string | null;
|
|
10113
|
-
shop?: string | null;
|
|
10114
|
-
site_name?: string | null;
|
|
10115
|
-
subdomain?: string | null;
|
|
10123
|
+
user_agent?: string | null;
|
|
10116
10124
|
username?: string | null;
|
|
10117
|
-
version?: string | null;
|
|
10118
|
-
your_server?: string | null;
|
|
10119
|
-
'your-domain'?: string | null;
|
|
10120
|
-
[k: string]: unknown;
|
|
10121
10125
|
}
|
|
10122
10126
|
}
|
|
10123
10127
|
}
|
|
@@ -10126,12 +10130,6 @@ export declare namespace ConnectedAccountPatchParams {
|
|
|
10126
10130
|
* versions.
|
|
10127
10131
|
*/
|
|
10128
10132
|
interface Experimental {
|
|
10129
|
-
/**
|
|
10130
|
-
* Mutate the sharing model. PRIVATE → SHARED promotes the existing connection
|
|
10131
|
-
* without re-auth; SHARED → PRIVATE revokes all non-creator access and clears the
|
|
10132
|
-
* stored ACL atomically. Omit to leave unchanged.
|
|
10133
|
-
*/
|
|
10134
|
-
account_type?: 'PRIVATE' | 'SHARED';
|
|
10135
10133
|
/**
|
|
10136
10134
|
* Access control for SHARED connections. Resolution rule (only fires when caller
|
|
10137
10135
|
* != creator): user in not_allowed_user_ids → DENY; allow_all_users=true → ALLOW;
|
|
@@ -10186,6 +10184,6 @@ export interface ConnectedAccountUpdateStatusParams {
|
|
|
10186
10184
|
enabled: boolean;
|
|
10187
10185
|
}
|
|
10188
10186
|
export declare namespace ConnectedAccounts {
|
|
10189
|
-
export { type ConnectedAccountCreateResponse as ConnectedAccountCreateResponse, type ConnectedAccountRetrieveResponse as ConnectedAccountRetrieveResponse, type ConnectedAccountListResponse as ConnectedAccountListResponse, type ConnectedAccountDeleteResponse as ConnectedAccountDeleteResponse, type ConnectedAccountPatchResponse as ConnectedAccountPatchResponse, type ConnectedAccountRefreshResponse as ConnectedAccountRefreshResponse, type ConnectedAccountUpdateStatusResponse as ConnectedAccountUpdateStatusResponse, type ConnectedAccountCreateParams as ConnectedAccountCreateParams, type ConnectedAccountListParams as ConnectedAccountListParams, type ConnectedAccountPatchParams as ConnectedAccountPatchParams, type ConnectedAccountRefreshParams as ConnectedAccountRefreshParams, type ConnectedAccountUpdateStatusParams as ConnectedAccountUpdateStatusParams, };
|
|
10187
|
+
export { type ConnectedAccountCreateResponse as ConnectedAccountCreateResponse, type ConnectedAccountRetrieveResponse as ConnectedAccountRetrieveResponse, type ConnectedAccountListResponse as ConnectedAccountListResponse, type ConnectedAccountDeleteResponse as ConnectedAccountDeleteResponse, type ConnectedAccountPatchResponse as ConnectedAccountPatchResponse, type ConnectedAccountRefreshResponse as ConnectedAccountRefreshResponse, type ConnectedAccountUpdateStatusResponse as ConnectedAccountUpdateStatusResponse, type ConnectedAccountCreateParams as ConnectedAccountCreateParams, type ConnectedAccountListParams as ConnectedAccountListParams, type ConnectedAccountDeleteParams as ConnectedAccountDeleteParams, type ConnectedAccountPatchParams as ConnectedAccountPatchParams, type ConnectedAccountRefreshParams as ConnectedAccountRefreshParams, type ConnectedAccountUpdateStatusParams as ConnectedAccountUpdateStatusParams, };
|
|
10190
10188
|
}
|
|
10191
10189
|
//# sourceMappingURL=connected-accounts.d.mts.map
|