@composio/client 0.1.0-alpha.35 → 0.1.0-alpha.36
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 +9 -0
- package/package.json +1 -1
- package/resources/connected-accounts.d.mts +8 -8
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +8 -8
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/link.d.mts +7 -2
- package/resources/link.d.mts.map +1 -1
- package/resources/link.d.ts +7 -2
- package/resources/link.d.ts.map +1 -1
- package/resources/tools.d.mts +8 -2
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +8 -2
- package/resources/tools.d.ts.map +1 -1
- package/src/resources/connected-accounts.ts +16 -16
- package/src/resources/link.ts +8 -2
- package/src/resources/tools.ts +9 -4
- 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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.36 (2025-09-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/ComposioHQ/composio-base-ts/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([ae91fc2](https://github.com/ComposioHQ/composio-base-ts/commit/ae91fc2e426f89c56b55dd891ada1810bbbef39c))
|
|
10
|
+
* **api:** api update ([3e97758](https://github.com/ComposioHQ/composio-base-ts/commit/3e97758b067cb71de30957fd0297745eab8cb6b0))
|
|
11
|
+
|
|
3
12
|
## 0.1.0-alpha.35 (2025-09-08)
|
|
4
13
|
|
|
5
14
|
Full Changelog: [v0.1.0-alpha.34...v0.1.0-alpha.35](https://github.com/ComposioHQ/composio-base-ts/compare/v0.1.0-alpha.34...v0.1.0-alpha.35)
|
package/package.json
CHANGED
|
@@ -707,7 +707,6 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
707
707
|
[k: string]: unknown;
|
|
708
708
|
}
|
|
709
709
|
interface UnionMember2 {
|
|
710
|
-
password: string;
|
|
711
710
|
status: 'ACTIVE';
|
|
712
711
|
username: string;
|
|
713
712
|
account_id?: string;
|
|
@@ -722,6 +721,7 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
722
721
|
form_api_base_url?: string;
|
|
723
722
|
instanceEndpoint?: string;
|
|
724
723
|
instanceName?: string;
|
|
724
|
+
password?: string;
|
|
725
725
|
proxy_password?: string;
|
|
726
726
|
proxy_username?: string;
|
|
727
727
|
region?: string;
|
|
@@ -735,7 +735,6 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
735
735
|
[k: string]: unknown;
|
|
736
736
|
}
|
|
737
737
|
interface UnionMember3 {
|
|
738
|
-
password: string;
|
|
739
738
|
status: 'INACTIVE';
|
|
740
739
|
username: string;
|
|
741
740
|
account_id?: string;
|
|
@@ -750,6 +749,7 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
750
749
|
form_api_base_url?: string;
|
|
751
750
|
instanceEndpoint?: string;
|
|
752
751
|
instanceName?: string;
|
|
752
|
+
password?: string;
|
|
753
753
|
proxy_password?: string;
|
|
754
754
|
proxy_username?: string;
|
|
755
755
|
region?: string;
|
|
@@ -2350,7 +2350,6 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
2350
2350
|
[k: string]: unknown;
|
|
2351
2351
|
}
|
|
2352
2352
|
interface UnionMember2 {
|
|
2353
|
-
password: string;
|
|
2354
2353
|
status: 'ACTIVE';
|
|
2355
2354
|
username: string;
|
|
2356
2355
|
account_id?: string;
|
|
@@ -2365,6 +2364,7 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
2365
2364
|
form_api_base_url?: string;
|
|
2366
2365
|
instanceEndpoint?: string;
|
|
2367
2366
|
instanceName?: string;
|
|
2367
|
+
password?: string;
|
|
2368
2368
|
proxy_password?: string;
|
|
2369
2369
|
proxy_username?: string;
|
|
2370
2370
|
region?: string;
|
|
@@ -2378,7 +2378,6 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
2378
2378
|
[k: string]: unknown;
|
|
2379
2379
|
}
|
|
2380
2380
|
interface UnionMember3 {
|
|
2381
|
-
password: string;
|
|
2382
2381
|
status: 'INACTIVE';
|
|
2383
2382
|
username: string;
|
|
2384
2383
|
account_id?: string;
|
|
@@ -2393,6 +2392,7 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
2393
2392
|
form_api_base_url?: string;
|
|
2394
2393
|
instanceEndpoint?: string;
|
|
2395
2394
|
instanceName?: string;
|
|
2395
|
+
password?: string;
|
|
2396
2396
|
proxy_password?: string;
|
|
2397
2397
|
proxy_username?: string;
|
|
2398
2398
|
region?: string;
|
|
@@ -4007,7 +4007,6 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
4007
4007
|
[k: string]: unknown;
|
|
4008
4008
|
}
|
|
4009
4009
|
interface UnionMember2 {
|
|
4010
|
-
password: string;
|
|
4011
4010
|
status: 'ACTIVE';
|
|
4012
4011
|
username: string;
|
|
4013
4012
|
account_id?: string;
|
|
@@ -4022,6 +4021,7 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
4022
4021
|
form_api_base_url?: string;
|
|
4023
4022
|
instanceEndpoint?: string;
|
|
4024
4023
|
instanceName?: string;
|
|
4024
|
+
password?: string;
|
|
4025
4025
|
proxy_password?: string;
|
|
4026
4026
|
proxy_username?: string;
|
|
4027
4027
|
region?: string;
|
|
@@ -4035,7 +4035,6 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
4035
4035
|
[k: string]: unknown;
|
|
4036
4036
|
}
|
|
4037
4037
|
interface UnionMember3 {
|
|
4038
|
-
password: string;
|
|
4039
4038
|
status: 'INACTIVE';
|
|
4040
4039
|
username: string;
|
|
4041
4040
|
account_id?: string;
|
|
@@ -4050,6 +4049,7 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
4050
4049
|
form_api_base_url?: string;
|
|
4051
4050
|
instanceEndpoint?: string;
|
|
4052
4051
|
instanceName?: string;
|
|
4052
|
+
password?: string;
|
|
4053
4053
|
proxy_password?: string;
|
|
4054
4054
|
proxy_username?: string;
|
|
4055
4055
|
region?: string;
|
|
@@ -5658,7 +5658,6 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
5658
5658
|
[k: string]: unknown;
|
|
5659
5659
|
}
|
|
5660
5660
|
interface UnionMember2 {
|
|
5661
|
-
password: string;
|
|
5662
5661
|
status: 'ACTIVE';
|
|
5663
5662
|
username: string;
|
|
5664
5663
|
account_id?: string;
|
|
@@ -5673,6 +5672,7 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
5673
5672
|
form_api_base_url?: string;
|
|
5674
5673
|
instanceEndpoint?: string;
|
|
5675
5674
|
instanceName?: string;
|
|
5675
|
+
password?: string;
|
|
5676
5676
|
proxy_password?: string;
|
|
5677
5677
|
proxy_username?: string;
|
|
5678
5678
|
region?: string;
|
|
@@ -5686,7 +5686,6 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
5686
5686
|
[k: string]: unknown;
|
|
5687
5687
|
}
|
|
5688
5688
|
interface UnionMember3 {
|
|
5689
|
-
password: string;
|
|
5690
5689
|
status: 'INACTIVE';
|
|
5691
5690
|
username: string;
|
|
5692
5691
|
account_id?: string;
|
|
@@ -5701,6 +5700,7 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
5701
5700
|
form_api_base_url?: string;
|
|
5702
5701
|
instanceEndpoint?: string;
|
|
5703
5702
|
instanceName?: string;
|
|
5703
|
+
password?: string;
|
|
5704
5704
|
proxy_password?: string;
|
|
5705
5705
|
proxy_username?: string;
|
|
5706
5706
|
region?: string;
|