@composio/client 0.1.0-alpha.29 → 0.1.0-alpha.31
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 +38 -0
- package/package.json +4 -5
- package/resources/cli.d.mts +4 -0
- package/resources/cli.d.mts.map +1 -1
- package/resources/cli.d.ts +4 -0
- package/resources/cli.d.ts.map +1 -1
- package/resources/connected-accounts.d.mts +16 -8
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +16 -8
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/mcp/mcp.d.mts +78 -2
- package/resources/mcp/mcp.d.mts.map +1 -1
- package/resources/mcp/mcp.d.ts +78 -2
- package/resources/mcp/mcp.d.ts.map +1 -1
- package/resources/mcp/mcp.js.map +1 -1
- package/resources/mcp/mcp.mjs.map +1 -1
- package/resources/org/api-key.d.mts +1 -2
- package/resources/org/api-key.d.mts.map +1 -1
- package/resources/org/api-key.d.ts +1 -2
- package/resources/org/api-key.d.ts.map +1 -1
- package/resources/org/api-key.js +1 -2
- package/resources/org/api-key.js.map +1 -1
- package/resources/org/api-key.mjs +1 -2
- package/resources/org/api-key.mjs.map +1 -1
- package/resources/org/index.d.mts +1 -1
- package/resources/org/index.d.mts.map +1 -1
- package/resources/org/index.d.ts +1 -1
- package/resources/org/index.d.ts.map +1 -1
- package/resources/org/index.js.map +1 -1
- package/resources/org/index.mjs.map +1 -1
- package/resources/org/org.d.mts +2 -2
- package/resources/org/org.d.mts.map +1 -1
- package/resources/org/org.d.ts +2 -2
- package/resources/org/org.d.ts.map +1 -1
- package/resources/org/org.js.map +1 -1
- package/resources/org/org.mjs.map +1 -1
- package/resources/org/project/index.d.mts +1 -1
- package/resources/org/project/index.d.mts.map +1 -1
- package/resources/org/project/index.d.ts +1 -1
- package/resources/org/project/index.d.ts.map +1 -1
- package/resources/org/project/index.js.map +1 -1
- package/resources/org/project/index.mjs.map +1 -1
- package/resources/org/project/project.d.mts +5 -2
- package/resources/org/project/project.d.mts.map +1 -1
- package/resources/org/project/project.d.ts +5 -2
- package/resources/org/project/project.d.ts.map +1 -1
- package/resources/org/project/project.js +2 -2
- package/resources/org/project/project.js.map +1 -1
- package/resources/org/project/project.mjs +2 -2
- package/resources/org/project/project.mjs.map +1 -1
- package/resources/team-members.d.mts +4 -4
- package/resources/team-members.d.mts.map +1 -1
- package/resources/team-members.d.ts +4 -4
- package/resources/team-members.d.ts.map +1 -1
- package/resources/team-members.js +1 -1
- package/resources/team-members.js.map +1 -1
- package/resources/team-members.mjs +1 -1
- package/resources/team-members.mjs.map +1 -1
- package/resources/tools.d.mts +6 -2
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +6 -2
- package/resources/tools.d.ts.map +1 -1
- package/src/resources/cli.ts +5 -0
- package/src/resources/connected-accounts.ts +18 -8
- package/src/resources/mcp/mcp.ts +84 -2
- package/src/resources/org/api-key.ts +1 -2
- package/src/resources/org/index.ts +1 -0
- package/src/resources/org/org.ts +2 -0
- package/src/resources/org/project/index.ts +1 -0
- package/src/resources/org/project/project.ts +10 -2
- package/src/resources/team-members.ts +4 -4
- package/src/resources/tools.ts +7 -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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.31 (2025-08-07)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/ComposioHQ/composio-base-ts/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([f8133cd](https://github.com/ComposioHQ/composio-base-ts/commit/f8133cd34c43137415e9453a7d2e646c015a1129))
|
|
10
|
+
* **api:** api update ([72b6051](https://github.com/ComposioHQ/composio-base-ts/commit/72b6051ddecebe1bcb8be6d15111385e62001ab6))
|
|
11
|
+
* **api:** api update ([5f2694d](https://github.com/ComposioHQ/composio-base-ts/commit/5f2694d9429e2013ef9aa7b3fc47f89f79dd1070))
|
|
12
|
+
* **api:** api update ([601807a](https://github.com/ComposioHQ/composio-base-ts/commit/601807a921a4b46b73ed33392905731c44f2261a))
|
|
13
|
+
* **api:** api update ([fc7e317](https://github.com/ComposioHQ/composio-base-ts/commit/fc7e317368406fead1dd755c67e6b1d8b602c5b8))
|
|
14
|
+
* **api:** api update ([854d81c](https://github.com/ComposioHQ/composio-base-ts/commit/854d81cf94c7931a0bf5fe00b660f84a05a51967))
|
|
15
|
+
* **api:** api update ([5f0bffd](https://github.com/ComposioHQ/composio-base-ts/commit/5f0bffd5deceecaf28362c65e6418eb924d90f86))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Chores
|
|
19
|
+
|
|
20
|
+
* **internal:** move publish config ([8f40436](https://github.com/ComposioHQ/composio-base-ts/commit/8f4043690135b493fba2059d59c54ed4129be236))
|
|
21
|
+
|
|
22
|
+
## 0.1.0-alpha.30 (2025-08-05)
|
|
23
|
+
|
|
24
|
+
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/ComposioHQ/composio-base-ts/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **api:** api update ([830fc9e](https://github.com/ComposioHQ/composio-base-ts/commit/830fc9ecf269fc2cbb62cbd56dad0c62e55a6495))
|
|
29
|
+
* **api:** api update ([cd1a22e](https://github.com/ComposioHQ/composio-base-ts/commit/cd1a22e09dc28d87011aead151ddcb6cfc3013ea))
|
|
30
|
+
* **api:** api update ([97fa477](https://github.com/ComposioHQ/composio-base-ts/commit/97fa47724f4e743261b9fb790c5478eb1e3b3fb4))
|
|
31
|
+
* **api:** api update ([69fff47](https://github.com/ComposioHQ/composio-base-ts/commit/69fff47ec4077578bb58264dcc0cb9f176abf18f))
|
|
32
|
+
* **api:** api update ([7ef6db3](https://github.com/ComposioHQ/composio-base-ts/commit/7ef6db339c4f394bb2ef14893409d43b6722d15a))
|
|
33
|
+
* **api:** api update ([7dc09e8](https://github.com/ComposioHQ/composio-base-ts/commit/7dc09e881f5ee098c9b6334d7cede6c944095d72))
|
|
34
|
+
* **api:** api update ([99bc63d](https://github.com/ComposioHQ/composio-base-ts/commit/99bc63d151cc7c253ee83faa87ef40c3aec56bbb))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Chores
|
|
38
|
+
|
|
39
|
+
* **internal:** remove redundant imports config ([236abba](https://github.com/ComposioHQ/composio-base-ts/commit/236abba56812a741be24394974138e264f385093))
|
|
40
|
+
|
|
3
41
|
## 0.1.0-alpha.29 (2025-07-18)
|
|
4
42
|
|
|
5
43
|
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/ComposioHQ/composio-base-ts/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@composio/client",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.31",
|
|
4
4
|
"description": "The official TypeScript library for the Composio API",
|
|
5
5
|
"author": "Composio <tech@composio.com>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"**/*"
|
|
14
14
|
],
|
|
15
15
|
"private": false,
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
16
19
|
"scripts": {
|
|
17
20
|
"test": "./scripts/test",
|
|
18
21
|
"build": "./scripts/build",
|
|
@@ -22,10 +25,6 @@
|
|
|
22
25
|
"fix": "./scripts/format"
|
|
23
26
|
},
|
|
24
27
|
"dependencies": {},
|
|
25
|
-
"imports": {
|
|
26
|
-
"@composio/client": ".",
|
|
27
|
-
"@composio/client/*": "./src/*"
|
|
28
|
-
},
|
|
29
28
|
"exports": {
|
|
30
29
|
".": {
|
|
31
30
|
"require": {
|
package/resources/cli.d.mts
CHANGED
|
@@ -72,6 +72,10 @@ export interface CliGetSessionResponse {
|
|
|
72
72
|
* "pending".
|
|
73
73
|
*/
|
|
74
74
|
account: CliGetSessionResponse.Account | null;
|
|
75
|
+
/**
|
|
76
|
+
* The API key for the linked account
|
|
77
|
+
*/
|
|
78
|
+
api_key: string | null;
|
|
75
79
|
/**
|
|
76
80
|
* The 6-character hexadecimal code used for CLI login
|
|
77
81
|
*/
|
package/resources/cli.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.mts","sourceRoot":"","sources":["../src/resources/cli.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,GAAI,SAAQ,WAAW;IAClC;;;;;;;;;;OAUG;IACH,aAAa,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAI7E;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAInG;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGtG;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC,OAAO,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,qBAAqB,CAAC;IACrC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"cli.d.mts","sourceRoot":"","sources":["../src/resources/cli.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,GAAI,SAAQ,WAAW;IAClC;;;;;;;;;;OAUG;IACH,aAAa,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAI7E;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAInG;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGtG;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC,OAAO,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,qBAAqB,CAAC;IACrC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
package/resources/cli.d.ts
CHANGED
|
@@ -72,6 +72,10 @@ export interface CliGetSessionResponse {
|
|
|
72
72
|
* "pending".
|
|
73
73
|
*/
|
|
74
74
|
account: CliGetSessionResponse.Account | null;
|
|
75
|
+
/**
|
|
76
|
+
* The API key for the linked account
|
|
77
|
+
*/
|
|
78
|
+
api_key: string | null;
|
|
75
79
|
/**
|
|
76
80
|
* The 6-character hexadecimal code used for CLI login
|
|
77
81
|
*/
|
package/resources/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/resources/cli.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,GAAI,SAAQ,WAAW;IAClC;;;;;;;;;;OAUG;IACH,aAAa,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAI7E;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAInG;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGtG;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC,OAAO,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,qBAAqB,CAAC;IACrC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/resources/cli.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,GAAI,SAAQ,WAAW;IAClC;;;;;;;;;;OAUG;IACH,aAAa,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAI7E;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAInG;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGtG;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,qBAAqB,CAAC,OAAO,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,qBAAqB,CAAC;IACrC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC9B;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
|
@@ -380,7 +380,7 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
380
380
|
proxy_username?: string;
|
|
381
381
|
refresh_token?: string | null;
|
|
382
382
|
region?: string;
|
|
383
|
-
scope?: string | Array<string
|
|
383
|
+
scope?: string | Array<string> | null;
|
|
384
384
|
server_location?: string;
|
|
385
385
|
shop?: string;
|
|
386
386
|
site_name?: string;
|
|
@@ -434,7 +434,7 @@ export declare namespace ConnectedAccountCreateResponse {
|
|
|
434
434
|
proxy_username?: string;
|
|
435
435
|
refresh_token?: string | null;
|
|
436
436
|
region?: string;
|
|
437
|
-
scope?: string | Array<string
|
|
437
|
+
scope?: string | Array<string> | null;
|
|
438
438
|
server_location?: string;
|
|
439
439
|
shop?: string;
|
|
440
440
|
site_name?: string;
|
|
@@ -1823,7 +1823,7 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
1823
1823
|
proxy_username?: string;
|
|
1824
1824
|
refresh_token?: string | null;
|
|
1825
1825
|
region?: string;
|
|
1826
|
-
scope?: string | Array<string
|
|
1826
|
+
scope?: string | Array<string> | null;
|
|
1827
1827
|
server_location?: string;
|
|
1828
1828
|
shop?: string;
|
|
1829
1829
|
site_name?: string;
|
|
@@ -1877,7 +1877,7 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
1877
1877
|
proxy_username?: string;
|
|
1878
1878
|
refresh_token?: string | null;
|
|
1879
1879
|
region?: string;
|
|
1880
|
-
scope?: string | Array<string
|
|
1880
|
+
scope?: string | Array<string> | null;
|
|
1881
1881
|
server_location?: string;
|
|
1882
1882
|
shop?: string;
|
|
1883
1883
|
site_name?: string;
|
|
@@ -3280,7 +3280,7 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
3280
3280
|
proxy_username?: string;
|
|
3281
3281
|
refresh_token?: string | null;
|
|
3282
3282
|
region?: string;
|
|
3283
|
-
scope?: string | Array<string
|
|
3283
|
+
scope?: string | Array<string> | null;
|
|
3284
3284
|
server_location?: string;
|
|
3285
3285
|
shop?: string;
|
|
3286
3286
|
site_name?: string;
|
|
@@ -3334,7 +3334,7 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
3334
3334
|
proxy_username?: string;
|
|
3335
3335
|
refresh_token?: string | null;
|
|
3336
3336
|
region?: string;
|
|
3337
|
-
scope?: string | Array<string
|
|
3337
|
+
scope?: string | Array<string> | null;
|
|
3338
3338
|
server_location?: string;
|
|
3339
3339
|
shop?: string;
|
|
3340
3340
|
site_name?: string;
|
|
@@ -4731,7 +4731,7 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
4731
4731
|
proxy_username?: string;
|
|
4732
4732
|
refresh_token?: string | null;
|
|
4733
4733
|
region?: string;
|
|
4734
|
-
scope?: string | Array<string
|
|
4734
|
+
scope?: string | Array<string> | null;
|
|
4735
4735
|
server_location?: string;
|
|
4736
4736
|
shop?: string;
|
|
4737
4737
|
site_name?: string;
|
|
@@ -4785,7 +4785,7 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
4785
4785
|
proxy_username?: string;
|
|
4786
4786
|
refresh_token?: string | null;
|
|
4787
4787
|
region?: string;
|
|
4788
|
-
scope?: string | Array<string
|
|
4788
|
+
scope?: string | Array<string> | null;
|
|
4789
4789
|
server_location?: string;
|
|
4790
4790
|
shop?: string;
|
|
4791
4791
|
site_name?: string;
|
|
@@ -5820,6 +5820,10 @@ export interface ConnectedAccountListParams {
|
|
|
5820
5820
|
* The auth config ids of the connected accounts
|
|
5821
5821
|
*/
|
|
5822
5822
|
auth_config_ids?: Array<string> | null;
|
|
5823
|
+
/**
|
|
5824
|
+
* The connected account ids to filter by
|
|
5825
|
+
*/
|
|
5826
|
+
connected_account_ids?: Array<string> | null;
|
|
5823
5827
|
/**
|
|
5824
5828
|
* The cursor to paginate through the connected accounts
|
|
5825
5829
|
*/
|
|
@@ -5836,6 +5840,10 @@ export interface ConnectedAccountListParams {
|
|
|
5836
5840
|
* The order by of the connected accounts
|
|
5837
5841
|
*/
|
|
5838
5842
|
order_by?: 'created_at' | 'updated_at';
|
|
5843
|
+
/**
|
|
5844
|
+
* The order direction of the connected accounts
|
|
5845
|
+
*/
|
|
5846
|
+
order_direction?: 'asc' | 'desc';
|
|
5839
5847
|
/**
|
|
5840
5848
|
* The status of the connected account
|
|
5841
5849
|
*/
|