@composio/client 0.1.0-alpha.1 → 0.1.0-alpha.10
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 +137 -0
- package/LICENSE +1 -1
- package/README.md +31 -31
- package/api-promise.js +2 -15
- package/api-promise.js.map +1 -1
- package/client.d.mts +28 -25
- package/client.d.mts.map +1 -1
- package/client.d.ts +28 -25
- package/client.d.ts.map +1 -1
- package/client.js +95 -113
- package/client.js.map +1 -1
- package/client.mjs +88 -83
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts +2 -3
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts +2 -3
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.js +4 -14
- package/core/api-promise.js.map +1 -1
- package/core/api-promise.mjs +1 -11
- package/core/api-promise.mjs.map +1 -1
- package/core/error.d.mts +2 -3
- package/core/error.d.mts.map +1 -1
- package/core/error.d.ts +2 -3
- package/core/error.d.ts.map +1 -1
- package/core/error.js +4 -4
- package/core/error.js.map +1 -1
- package/core/error.mjs +2 -2
- package/core/error.mjs.map +1 -1
- package/core/resource.d.mts +3 -3
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts +3 -3
- package/core/resource.d.ts.map +1 -1
- package/core/resource.js.map +1 -1
- package/core/resource.mjs.map +1 -1
- package/error.js +2 -15
- package/error.js.map +1 -1
- package/index.d.mts +3 -3
- package/index.d.mts.map +1 -1
- package/index.d.ts +3 -3
- package/index.d.ts.map +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/internal/builtin-types.d.mts +0 -2
- package/internal/builtin-types.d.mts.map +1 -1
- package/internal/builtin-types.d.ts +0 -2
- package/internal/builtin-types.d.ts.map +1 -1
- package/internal/detect-platform.js.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/errors.d.mts.map +1 -1
- package/internal/errors.d.ts.map +1 -1
- package/internal/errors.js +2 -2
- package/internal/errors.js.map +1 -1
- package/internal/errors.mjs.map +1 -1
- package/internal/headers.d.mts +1 -2
- package/internal/headers.d.mts.map +1 -1
- package/internal/headers.d.ts +1 -2
- package/internal/headers.d.ts.map +1 -1
- package/internal/headers.js +3 -1
- package/internal/headers.js.map +1 -1
- package/internal/headers.mjs +3 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts +2 -3
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts +2 -3
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +1 -2
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts +6 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +6 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +11 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +8 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +279 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +276 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +14 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +14 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +229 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +0 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts +0 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.js +6 -7
- package/internal/shims.js.map +1 -1
- package/internal/shims.mjs +1 -1
- package/internal/shims.mjs.map +1 -1
- package/internal/to-file.d.mts +0 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts +0 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.js +4 -4
- package/internal/to-file.js.map +1 -1
- package/internal/to-file.mjs +3 -2
- package/internal/to-file.mjs.map +1 -1
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +0 -1
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +0 -1
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts +5 -7
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts +5 -7
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.js +16 -6
- package/internal/uploads.js.map +1 -1
- package/internal/uploads.mjs +12 -3
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.d.mts.map +1 -1
- package/internal/utils/base64.d.ts.map +1 -1
- package/internal/utils/base64.js +14 -9
- package/internal/utils/base64.js.map +1 -1
- package/internal/utils/base64.mjs +15 -10
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts.map +1 -1
- package/internal/utils/env.d.ts.map +1 -1
- package/internal/utils/env.js.map +1 -1
- package/internal/utils/env.mjs.map +1 -1
- package/internal/utils/log.d.mts +3 -4
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts +3 -4
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -2
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.d.mts.map +1 -1
- package/internal/utils/path.d.ts.map +1 -1
- package/internal/utils/path.js +3 -3
- package/internal/utils/path.js.map +1 -1
- package/internal/utils/path.mjs +2 -2
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/sleep.d.mts.map +1 -1
- package/internal/utils/sleep.d.ts.map +1 -1
- package/internal/utils/uuid.d.mts +1 -1
- package/internal/utils/uuid.d.mts.map +1 -1
- package/internal/utils/uuid.d.ts +1 -1
- package/internal/utils/uuid.d.ts.map +1 -1
- package/internal/utils/uuid.js +1 -2
- package/internal/utils/uuid.js.map +1 -1
- package/internal/utils/uuid.mjs +1 -2
- package/internal/utils/uuid.mjs.map +1 -1
- package/internal/utils/values.d.mts.map +1 -1
- package/internal/utils/values.d.ts.map +1 -1
- package/internal/utils/values.js +10 -10
- package/internal/utils/values.js.map +1 -1
- package/internal/utils/values.mjs +6 -6
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.js +7 -20
- package/internal/utils.js.map +1 -1
- package/package.json +5 -9
- package/resource.js +2 -15
- package/resource.js.map +1 -1
- package/resources/auth-configs.d.mts +75 -23
- package/resources/auth-configs.d.mts.map +1 -1
- package/resources/auth-configs.d.ts +75 -23
- package/resources/auth-configs.d.ts.map +1 -1
- package/resources/auth-configs.js +18 -0
- package/resources/auth-configs.js.map +1 -1
- package/resources/auth-configs.mjs +18 -0
- package/resources/auth-configs.mjs.map +1 -1
- package/resources/connected-accounts.d.mts +106 -209
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +106 -209
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/connected-accounts.js +18 -0
- package/resources/connected-accounts.js.map +1 -1
- package/resources/connected-accounts.mjs +18 -0
- package/resources/connected-accounts.mjs.map +1 -1
- package/resources/files.d.mts +126 -0
- package/resources/files.d.mts.map +1 -0
- package/resources/files.d.ts +126 -0
- package/resources/files.d.ts.map +1 -0
- package/resources/files.js +21 -0
- package/resources/files.js.map +1 -0
- package/resources/files.mjs +17 -0
- package/resources/files.mjs.map +1 -0
- package/resources/index.d.mts +3 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +7 -5
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -2
- package/resources/index.mjs.map +1 -1
- package/resources/mcp/command.d.mts +37 -0
- package/resources/mcp/command.d.mts.map +1 -0
- package/resources/mcp/command.d.ts +37 -0
- package/resources/mcp/command.d.ts.map +1 -0
- package/resources/mcp/command.js +15 -0
- package/resources/mcp/command.js.map +1 -0
- package/resources/mcp/command.mjs +11 -0
- package/resources/mcp/command.mjs.map +1 -0
- package/resources/mcp/index.d.mts +3 -0
- package/resources/mcp/index.d.mts.map +1 -0
- package/resources/mcp/index.d.ts +3 -0
- package/resources/mcp/index.d.ts.map +1 -0
- package/resources/mcp/index.js +9 -0
- package/resources/mcp/index.js.map +1 -0
- package/resources/mcp/index.mjs +4 -0
- package/resources/mcp/index.mjs.map +1 -0
- package/resources/mcp/mcp.d.mts +414 -0
- package/resources/mcp/mcp.d.mts.map +1 -0
- package/resources/mcp/mcp.d.ts +414 -0
- package/resources/mcp/mcp.d.ts.map +1 -0
- package/resources/mcp/mcp.js +65 -0
- package/resources/mcp/mcp.js.map +1 -0
- package/resources/mcp/mcp.mjs +60 -0
- package/resources/mcp/mcp.mjs.map +1 -0
- package/resources/mcp.d.mts +2 -0
- package/resources/mcp.d.mts.map +1 -0
- package/resources/mcp.d.ts +2 -0
- package/resources/mcp.d.ts.map +1 -0
- package/resources/mcp.js +6 -0
- package/resources/mcp.js.map +1 -0
- package/resources/mcp.mjs +3 -0
- package/resources/mcp.mjs.map +1 -0
- package/resources/migration.d.mts +23 -0
- package/resources/migration.d.mts.map +1 -0
- package/resources/migration.d.ts +23 -0
- package/resources/migration.d.ts.map +1 -0
- package/resources/migration.js +15 -0
- package/resources/migration.js.map +1 -0
- package/resources/migration.mjs +11 -0
- package/resources/migration.mjs.map +1 -0
- package/resources/org/api-key.d.mts +7 -0
- package/resources/org/api-key.d.mts.map +1 -1
- package/resources/org/api-key.d.ts +7 -0
- package/resources/org/api-key.d.ts.map +1 -1
- package/resources/org/api-key.js +7 -0
- package/resources/org/api-key.js.map +1 -1
- package/resources/org/api-key.mjs +7 -0
- package/resources/org/api-key.mjs.map +1 -1
- package/resources/org/org.js +3 -25
- package/resources/org/org.js.map +1 -1
- package/resources/org/project/project.d.mts +9 -6
- package/resources/org/project/project.d.mts.map +1 -1
- package/resources/org/project/project.d.ts +9 -6
- package/resources/org/project/project.d.ts.map +1 -1
- package/resources/org/project/project.js +13 -26
- package/resources/org/project/project.js.map +1 -1
- package/resources/org/project/project.mjs +9 -0
- package/resources/org/project/project.mjs.map +1 -1
- package/resources/org/project/trigger.d.mts +0 -4
- package/resources/org/project/trigger.d.mts.map +1 -1
- package/resources/org/project/trigger.d.ts +0 -4
- package/resources/org/project/trigger.d.ts.map +1 -1
- package/resources/org/project/webhook.d.mts +3 -0
- package/resources/org/project/webhook.d.mts.map +1 -1
- package/resources/org/project/webhook.d.ts +3 -0
- package/resources/org/project/webhook.d.ts.map +1 -1
- package/resources/org/project/webhook.js +3 -0
- package/resources/org/project/webhook.js.map +1 -1
- package/resources/org/project/webhook.mjs +3 -0
- package/resources/org/project/webhook.mjs.map +1 -1
- package/resources/org/project.js +2 -15
- package/resources/org/project.js.map +1 -1
- package/resources/org.js +2 -15
- package/resources/org.js.map +1 -1
- package/resources/team-members.d.mts +12 -0
- package/resources/team-members.d.mts.map +1 -1
- package/resources/team-members.d.ts +12 -0
- package/resources/team-members.d.ts.map +1 -1
- package/resources/team-members.js +12 -0
- package/resources/team-members.js.map +1 -1
- package/resources/team-members.mjs +12 -0
- package/resources/team-members.mjs.map +1 -1
- package/resources/toolkits.d.mts +25 -2
- package/resources/toolkits.d.mts.map +1 -1
- package/resources/toolkits.d.ts +25 -2
- package/resources/toolkits.d.ts.map +1 -1
- package/resources/toolkits.js +10 -0
- package/resources/toolkits.js.map +1 -1
- package/resources/toolkits.mjs +10 -0
- package/resources/toolkits.mjs.map +1 -1
- package/resources/tools.d.mts +107 -0
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +107 -0
- package/resources/tools.d.ts.map +1 -1
- package/resources/tools.js +14 -0
- package/resources/tools.js.map +1 -1
- package/resources/tools.mjs +14 -0
- package/resources/tools.mjs.map +1 -1
- package/resources/trigger-instances/handle.d.mts +2 -2
- package/resources/trigger-instances/handle.d.mts.map +1 -1
- package/resources/trigger-instances/handle.d.ts +2 -2
- package/resources/trigger-instances/handle.d.ts.map +1 -1
- package/resources/trigger-instances/handle.js.map +1 -1
- package/resources/trigger-instances/handle.mjs.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.mts +32 -9
- package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.ts +32 -9
- package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
- package/resources/trigger-instances/trigger-instances.js +2 -24
- package/resources/trigger-instances/trigger-instances.js.map +1 -1
- package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
- package/resources/trigger-instances.js +2 -15
- package/resources/trigger-instances.js.map +1 -1
- package/resources/triggers-types.d.mts +11 -4
- package/resources/triggers-types.d.mts.map +1 -1
- package/resources/triggers-types.d.ts +11 -4
- package/resources/triggers-types.d.ts.map +1 -1
- package/resources/triggers-types.js +7 -0
- package/resources/triggers-types.js.map +1 -1
- package/resources/triggers-types.mjs +7 -0
- package/resources/triggers-types.mjs.map +1 -1
- package/resources.js +2 -15
- package/resources.js.map +1 -1
- package/src/client.ts +132 -88
- package/src/core/api-promise.ts +4 -4
- package/src/core/error.ts +2 -2
- package/src/core/resource.ts +3 -3
- package/src/index.ts +3 -3
- package/src/internal/headers.ts +4 -3
- package/src/internal/parse.ts +2 -2
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +9 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +388 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/shims.ts +1 -1
- package/src/internal/to-file.ts +4 -2
- package/src/internal/uploads.ts +21 -9
- package/src/internal/utils/base64.ts +16 -13
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/log.ts +3 -3
- package/src/internal/utils/path.ts +2 -4
- package/src/internal/utils/uuid.ts +1 -3
- package/src/internal/utils/values.ts +6 -6
- package/src/resources/auth-configs.ts +100 -31
- package/src/resources/connected-accounts.ts +122 -295
- package/src/resources/files.ts +176 -0
- package/src/resources/index.ts +26 -8
- package/src/resources/mcp/command.ts +50 -0
- package/src/resources/mcp/index.ts +17 -0
- package/src/resources/mcp/mcp.ts +562 -0
- package/src/resources/mcp.ts +3 -0
- package/src/resources/migration.ts +37 -0
- package/src/resources/org/api-key.ts +7 -0
- package/src/resources/org/project/project.ts +9 -12
- package/src/resources/org/project/trigger.ts +0 -8
- package/src/resources/org/project/webhook.ts +3 -0
- package/src/resources/team-members.ts +12 -0
- package/src/resources/toolkits.ts +35 -2
- package/src/resources/tools.ts +128 -0
- package/src/resources/trigger-instances/handle.ts +10 -2
- package/src/resources/trigger-instances/trigger-instances.ts +36 -9
- package/src/resources/triggers-types.ts +13 -6
- package/src/version.ts +1 -1
- package/uploads.js +2 -15
- package/uploads.js.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/internal/shims/crypto.d.mts +0 -13
- package/internal/shims/crypto.d.mts.map +0 -1
- package/internal/shims/crypto.d.ts +0 -13
- package/internal/shims/crypto.d.ts.map +0 -1
- package/internal/shims/crypto.js +0 -13
- package/internal/shims/crypto.js.map +0 -1
- package/internal/shims/crypto.mjs +0 -9
- package/internal/shims/crypto.mjs.map +0 -1
- package/internal/shims/file.d.mts +0 -23
- package/internal/shims/file.d.mts.map +0 -1
- package/internal/shims/file.d.ts +0 -23
- package/internal/shims/file.d.ts.map +0 -1
- package/internal/shims/file.js +0 -16
- package/internal/shims/file.js.map +0 -1
- package/internal/shims/file.mjs +0 -12
- package/internal/shims/file.mjs.map +0 -1
- package/internal/shims/getBuiltinModule.d.mts +0 -11
- package/internal/shims/getBuiltinModule.d.mts.map +0 -1
- package/internal/shims/getBuiltinModule.d.ts +0 -11
- package/internal/shims/getBuiltinModule.d.ts.map +0 -1
- package/internal/shims/getBuiltinModule.js +0 -68
- package/internal/shims/getBuiltinModule.js.map +0 -1
- package/internal/shims/getBuiltinModule.mjs +0 -64
- package/internal/shims/getBuiltinModule.mjs.map +0 -1
- package/internal/shims/nullGetBuiltinModule.d.mts +0 -2
- package/internal/shims/nullGetBuiltinModule.d.mts.map +0 -1
- package/internal/shims/nullGetBuiltinModule.d.ts +0 -2
- package/internal/shims/nullGetBuiltinModule.d.ts.map +0 -1
- package/internal/shims/nullGetBuiltinModule.js +0 -5
- package/internal/shims/nullGetBuiltinModule.js.map +0 -1
- package/internal/shims/nullGetBuiltinModule.mjs +0 -2
- package/internal/shims/nullGetBuiltinModule.mjs.map +0 -1
- package/resources/action-execution.d.mts +0 -155
- package/resources/action-execution.d.mts.map +0 -1
- package/resources/action-execution.d.ts +0 -155
- package/resources/action-execution.d.ts.map +0 -1
- package/resources/action-execution.js +0 -19
- package/resources/action-execution.js.map +0 -1
- package/resources/action-execution.mjs +0 -15
- package/resources/action-execution.mjs.map +0 -1
- package/resources/trigger.d.mts +0 -73
- package/resources/trigger.d.mts.map +0 -1
- package/resources/trigger.d.ts +0 -73
- package/resources/trigger.d.ts.map +0 -1
- package/resources/trigger.js +0 -12
- package/resources/trigger.js.map +0 -1
- package/resources/trigger.mjs +0 -8
- package/resources/trigger.mjs.map +0 -1
- package/src/internal/shims/crypto.ts +0 -18
- package/src/internal/shims/file.ts +0 -32
- package/src/internal/shims/getBuiltinModule.ts +0 -64
- package/src/internal/shims/nullGetBuiltinModule.ts +0 -1
- package/src/resources/action-execution.ts +0 -244
- package/src/resources/trigger.ts +0 -108
|
@@ -2,11 +2,29 @@ import { APIResource } from "../core/resource.js";
|
|
|
2
2
|
import { APIPromise } from "../core/api-promise.js";
|
|
3
3
|
import { RequestOptions } from "../internal/request-options.js";
|
|
4
4
|
export declare class ConnectedAccounts extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Create a new connected account
|
|
7
|
+
*/
|
|
5
8
|
create(body: ConnectedAccountCreateParams, options?: RequestOptions): APIPromise<ConnectedAccountCreateResponse>;
|
|
9
|
+
/**
|
|
10
|
+
* Get connected account details by ID
|
|
11
|
+
*/
|
|
6
12
|
retrieve(nanoid: string, options?: RequestOptions): APIPromise<ConnectedAccountRetrieveResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* List connected accounts with optional filters
|
|
15
|
+
*/
|
|
7
16
|
list(query?: ConnectedAccountListParams | null | undefined, options?: RequestOptions): APIPromise<ConnectedAccountListResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Delete a connected account
|
|
19
|
+
*/
|
|
8
20
|
delete(nanoid: string, options?: RequestOptions): APIPromise<ConnectedAccountDeleteResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Refresh authentication for a connected account
|
|
23
|
+
*/
|
|
9
24
|
refresh(nanoid: string, options?: RequestOptions): APIPromise<ConnectedAccountRefreshResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Enable or disable a connected account
|
|
27
|
+
*/
|
|
10
28
|
updateStatus(nanoID: string, body: ConnectedAccountUpdateStatusParams, options?: RequestOptions): APIPromise<ConnectedAccountUpdateStatusResponse>;
|
|
11
29
|
}
|
|
12
30
|
export interface ConnectedAccountCreateResponse {
|
|
@@ -14,15 +32,33 @@ export interface ConnectedAccountCreateResponse {
|
|
|
14
32
|
* The id of the connected account
|
|
15
33
|
*/
|
|
16
34
|
id: string;
|
|
35
|
+
deprecated: ConnectedAccountCreateResponse.Deprecated;
|
|
17
36
|
/**
|
|
18
|
-
*
|
|
37
|
+
* @deprecated DEPRECATED: This field will be removed in a future version. Please
|
|
38
|
+
* use redirect_url instead.
|
|
19
39
|
*/
|
|
20
40
|
redirect_uri: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* The URL to redirect to after connection completion
|
|
43
|
+
*/
|
|
44
|
+
redirect_url: string | null;
|
|
21
45
|
/**
|
|
22
46
|
* The status of the connected account
|
|
23
47
|
*/
|
|
24
48
|
status: 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'INITIATED' | 'EXPIRED' | 'FAILED';
|
|
25
49
|
}
|
|
50
|
+
export declare namespace ConnectedAccountCreateResponse {
|
|
51
|
+
interface Deprecated {
|
|
52
|
+
/**
|
|
53
|
+
* The uuid of the auth config
|
|
54
|
+
*/
|
|
55
|
+
authConfigUuid: string;
|
|
56
|
+
/**
|
|
57
|
+
* The uuid of the connected account
|
|
58
|
+
*/
|
|
59
|
+
uuid: string;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
26
62
|
export interface ConnectedAccountRetrieveResponse {
|
|
27
63
|
/**
|
|
28
64
|
* The id of the connection
|
|
@@ -62,10 +98,7 @@ export interface ConnectedAccountRetrieveResponse {
|
|
|
62
98
|
* The user id of the connection
|
|
63
99
|
*/
|
|
64
100
|
user_id: string;
|
|
65
|
-
|
|
66
|
-
* The uuid of the connection
|
|
67
|
-
*/
|
|
68
|
-
uuid: string;
|
|
101
|
+
deprecated?: ConnectedAccountRetrieveResponse.Deprecated;
|
|
69
102
|
/**
|
|
70
103
|
* The endpoint to make test request for verification
|
|
71
104
|
*/
|
|
@@ -89,6 +122,15 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
89
122
|
* Whether the auth config is disabled
|
|
90
123
|
*/
|
|
91
124
|
is_disabled: boolean;
|
|
125
|
+
deprecated?: AuthConfig.Deprecated;
|
|
126
|
+
}
|
|
127
|
+
namespace AuthConfig {
|
|
128
|
+
interface Deprecated {
|
|
129
|
+
/**
|
|
130
|
+
* The uuid of the auth config
|
|
131
|
+
*/
|
|
132
|
+
uuid: string;
|
|
133
|
+
}
|
|
92
134
|
}
|
|
93
135
|
interface Toolkit {
|
|
94
136
|
/**
|
|
@@ -96,6 +138,16 @@ export declare namespace ConnectedAccountRetrieveResponse {
|
|
|
96
138
|
*/
|
|
97
139
|
slug: string;
|
|
98
140
|
}
|
|
141
|
+
interface Deprecated {
|
|
142
|
+
/**
|
|
143
|
+
* The labels of the connection
|
|
144
|
+
*/
|
|
145
|
+
labels: Array<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The uuid of the connection
|
|
148
|
+
*/
|
|
149
|
+
uuid: string;
|
|
150
|
+
}
|
|
99
151
|
}
|
|
100
152
|
export interface ConnectedAccountListResponse {
|
|
101
153
|
items: Array<ConnectedAccountListResponse.Item>;
|
|
@@ -138,14 +190,11 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
138
190
|
* The user id of the connection
|
|
139
191
|
*/
|
|
140
192
|
user_id: string;
|
|
193
|
+
deprecated?: Item.Deprecated;
|
|
141
194
|
/**
|
|
142
195
|
* The endpoint to make test request for verification
|
|
143
196
|
*/
|
|
144
197
|
test_request_endpoint?: string;
|
|
145
|
-
/**
|
|
146
|
-
* The uuid of the connected account
|
|
147
|
-
*/
|
|
148
|
-
uuid?: string;
|
|
149
198
|
}
|
|
150
199
|
namespace Item {
|
|
151
200
|
interface AuthConfig {
|
|
@@ -165,6 +214,15 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
165
214
|
* Whether the auth config is disabled
|
|
166
215
|
*/
|
|
167
216
|
is_disabled: boolean;
|
|
217
|
+
deprecated?: AuthConfig.Deprecated;
|
|
218
|
+
}
|
|
219
|
+
namespace AuthConfig {
|
|
220
|
+
interface Deprecated {
|
|
221
|
+
/**
|
|
222
|
+
* The uuid of the auth config
|
|
223
|
+
*/
|
|
224
|
+
uuid: string;
|
|
225
|
+
}
|
|
168
226
|
}
|
|
169
227
|
interface Toolkit {
|
|
170
228
|
/**
|
|
@@ -172,217 +230,43 @@ export declare namespace ConnectedAccountListResponse {
|
|
|
172
230
|
*/
|
|
173
231
|
slug: string;
|
|
174
232
|
}
|
|
233
|
+
interface Deprecated {
|
|
234
|
+
/**
|
|
235
|
+
* The labels of the connection
|
|
236
|
+
*/
|
|
237
|
+
labels: Array<string>;
|
|
238
|
+
/**
|
|
239
|
+
* The uuid of the connection
|
|
240
|
+
*/
|
|
241
|
+
uuid: string;
|
|
242
|
+
}
|
|
175
243
|
}
|
|
176
244
|
}
|
|
177
245
|
export interface ConnectedAccountDeleteResponse {
|
|
178
246
|
/**
|
|
179
|
-
* The
|
|
180
|
-
*/
|
|
181
|
-
id: string;
|
|
182
|
-
auth_config: ConnectedAccountDeleteResponse.AuthConfig;
|
|
183
|
-
/**
|
|
184
|
-
* The created at of the connection
|
|
185
|
-
*/
|
|
186
|
-
created_at: string;
|
|
187
|
-
/**
|
|
188
|
-
* The data of the connection
|
|
189
|
-
*/
|
|
190
|
-
data: Record<string, unknown>;
|
|
191
|
-
/**
|
|
192
|
-
* Whether the connection is disabled
|
|
247
|
+
* The success of the update
|
|
193
248
|
*/
|
|
194
|
-
|
|
195
|
-
/**
|
|
196
|
-
* The status of the connection
|
|
197
|
-
*/
|
|
198
|
-
status: 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'INITIATED' | 'EXPIRED' | 'FAILED';
|
|
199
|
-
/**
|
|
200
|
-
* The reason the connection is disabled
|
|
201
|
-
*/
|
|
202
|
-
status_reason: string | null;
|
|
203
|
-
toolkit: ConnectedAccountDeleteResponse.Toolkit;
|
|
204
|
-
/**
|
|
205
|
-
* The updated at of the connection
|
|
206
|
-
*/
|
|
207
|
-
updated_at: string;
|
|
208
|
-
/**
|
|
209
|
-
* The user id of the connection
|
|
210
|
-
*/
|
|
211
|
-
user_id: string;
|
|
212
|
-
/**
|
|
213
|
-
* The uuid of the connection
|
|
214
|
-
*/
|
|
215
|
-
uuid: string;
|
|
216
|
-
/**
|
|
217
|
-
* The endpoint to make test request for verification
|
|
218
|
-
*/
|
|
219
|
-
test_request_endpoint?: string;
|
|
220
|
-
}
|
|
221
|
-
export declare namespace ConnectedAccountDeleteResponse {
|
|
222
|
-
interface AuthConfig {
|
|
223
|
-
/**
|
|
224
|
-
* The id of the auth config
|
|
225
|
-
*/
|
|
226
|
-
id: string;
|
|
227
|
-
/**
|
|
228
|
-
* The auth scheme of the auth config
|
|
229
|
-
*/
|
|
230
|
-
auth_scheme: 'OAUTH2' | 'OAUTH1' | 'OAUTH1A' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'COMPOSIO_LINK' | 'CALCOM_AUTH' | 'SNOWFLAKE';
|
|
231
|
-
/**
|
|
232
|
-
* Whether the auth config is managed by Composio
|
|
233
|
-
*/
|
|
234
|
-
is_composio_managed: boolean;
|
|
235
|
-
/**
|
|
236
|
-
* Whether the auth config is disabled
|
|
237
|
-
*/
|
|
238
|
-
is_disabled: boolean;
|
|
239
|
-
}
|
|
240
|
-
interface Toolkit {
|
|
241
|
-
/**
|
|
242
|
-
* The slug of the toolkit
|
|
243
|
-
*/
|
|
244
|
-
slug: string;
|
|
245
|
-
}
|
|
249
|
+
success: boolean;
|
|
246
250
|
}
|
|
247
251
|
export interface ConnectedAccountRefreshResponse {
|
|
248
252
|
/**
|
|
249
|
-
* The id of the
|
|
253
|
+
* The id of the connected account
|
|
250
254
|
*/
|
|
251
255
|
id: string;
|
|
252
|
-
auth_config: ConnectedAccountRefreshResponse.AuthConfig;
|
|
253
256
|
/**
|
|
254
|
-
* The
|
|
257
|
+
* The redirect URL of the app (previously named redirect_uri)
|
|
255
258
|
*/
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* The data of the connection
|
|
259
|
-
*/
|
|
260
|
-
data: Record<string, unknown>;
|
|
261
|
-
/**
|
|
262
|
-
* Whether the connection is disabled
|
|
263
|
-
*/
|
|
264
|
-
is_disabled: boolean;
|
|
259
|
+
redirect_url: string | null;
|
|
265
260
|
/**
|
|
266
|
-
* The status of the
|
|
261
|
+
* The status of the connected account
|
|
267
262
|
*/
|
|
268
263
|
status: 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'INITIATED' | 'EXPIRED' | 'FAILED';
|
|
269
|
-
/**
|
|
270
|
-
* The reason the connection is disabled
|
|
271
|
-
*/
|
|
272
|
-
status_reason: string | null;
|
|
273
|
-
toolkit: ConnectedAccountRefreshResponse.Toolkit;
|
|
274
|
-
/**
|
|
275
|
-
* The updated at of the connection
|
|
276
|
-
*/
|
|
277
|
-
updated_at: string;
|
|
278
|
-
/**
|
|
279
|
-
* The user id of the connection
|
|
280
|
-
*/
|
|
281
|
-
user_id: string;
|
|
282
|
-
/**
|
|
283
|
-
* The uuid of the connection
|
|
284
|
-
*/
|
|
285
|
-
uuid: string;
|
|
286
|
-
/**
|
|
287
|
-
* The endpoint to make test request for verification
|
|
288
|
-
*/
|
|
289
|
-
test_request_endpoint?: string;
|
|
290
|
-
}
|
|
291
|
-
export declare namespace ConnectedAccountRefreshResponse {
|
|
292
|
-
interface AuthConfig {
|
|
293
|
-
/**
|
|
294
|
-
* The id of the auth config
|
|
295
|
-
*/
|
|
296
|
-
id: string;
|
|
297
|
-
/**
|
|
298
|
-
* The auth scheme of the auth config
|
|
299
|
-
*/
|
|
300
|
-
auth_scheme: 'OAUTH2' | 'OAUTH1' | 'OAUTH1A' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'COMPOSIO_LINK' | 'CALCOM_AUTH' | 'SNOWFLAKE';
|
|
301
|
-
/**
|
|
302
|
-
* Whether the auth config is managed by Composio
|
|
303
|
-
*/
|
|
304
|
-
is_composio_managed: boolean;
|
|
305
|
-
/**
|
|
306
|
-
* Whether the auth config is disabled
|
|
307
|
-
*/
|
|
308
|
-
is_disabled: boolean;
|
|
309
|
-
}
|
|
310
|
-
interface Toolkit {
|
|
311
|
-
/**
|
|
312
|
-
* The slug of the toolkit
|
|
313
|
-
*/
|
|
314
|
-
slug: string;
|
|
315
|
-
}
|
|
316
264
|
}
|
|
317
265
|
export interface ConnectedAccountUpdateStatusResponse {
|
|
318
266
|
/**
|
|
319
|
-
* The
|
|
320
|
-
*/
|
|
321
|
-
id: string;
|
|
322
|
-
auth_config: ConnectedAccountUpdateStatusResponse.AuthConfig;
|
|
323
|
-
/**
|
|
324
|
-
* The created at of the connection
|
|
325
|
-
*/
|
|
326
|
-
created_at: string;
|
|
327
|
-
/**
|
|
328
|
-
* The data of the connection
|
|
329
|
-
*/
|
|
330
|
-
data: Record<string, unknown>;
|
|
331
|
-
/**
|
|
332
|
-
* Whether the connection is disabled
|
|
267
|
+
* The success of the update
|
|
333
268
|
*/
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* The status of the connection
|
|
337
|
-
*/
|
|
338
|
-
status: 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'INITIATED' | 'EXPIRED' | 'FAILED';
|
|
339
|
-
/**
|
|
340
|
-
* The reason the connection is disabled
|
|
341
|
-
*/
|
|
342
|
-
status_reason: string | null;
|
|
343
|
-
toolkit: ConnectedAccountUpdateStatusResponse.Toolkit;
|
|
344
|
-
/**
|
|
345
|
-
* The updated at of the connection
|
|
346
|
-
*/
|
|
347
|
-
updated_at: string;
|
|
348
|
-
/**
|
|
349
|
-
* The user id of the connection
|
|
350
|
-
*/
|
|
351
|
-
user_id: string;
|
|
352
|
-
/**
|
|
353
|
-
* The uuid of the connection
|
|
354
|
-
*/
|
|
355
|
-
uuid: string;
|
|
356
|
-
/**
|
|
357
|
-
* The endpoint to make test request for verification
|
|
358
|
-
*/
|
|
359
|
-
test_request_endpoint?: string;
|
|
360
|
-
}
|
|
361
|
-
export declare namespace ConnectedAccountUpdateStatusResponse {
|
|
362
|
-
interface AuthConfig {
|
|
363
|
-
/**
|
|
364
|
-
* The id of the auth config
|
|
365
|
-
*/
|
|
366
|
-
id: string;
|
|
367
|
-
/**
|
|
368
|
-
* The auth scheme of the auth config
|
|
369
|
-
*/
|
|
370
|
-
auth_scheme: 'OAUTH2' | 'OAUTH1' | 'OAUTH1A' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'COMPOSIO_LINK' | 'CALCOM_AUTH' | 'SNOWFLAKE';
|
|
371
|
-
/**
|
|
372
|
-
* Whether the auth config is managed by Composio
|
|
373
|
-
*/
|
|
374
|
-
is_composio_managed: boolean;
|
|
375
|
-
/**
|
|
376
|
-
* Whether the auth config is disabled
|
|
377
|
-
*/
|
|
378
|
-
is_disabled: boolean;
|
|
379
|
-
}
|
|
380
|
-
interface Toolkit {
|
|
381
|
-
/**
|
|
382
|
-
* The slug of the toolkit
|
|
383
|
-
*/
|
|
384
|
-
slug: string;
|
|
385
|
-
}
|
|
269
|
+
success: boolean;
|
|
386
270
|
}
|
|
387
271
|
export interface ConnectedAccountCreateParams {
|
|
388
272
|
auth_config: ConnectedAccountCreateParams.AuthConfig;
|
|
@@ -396,12 +280,21 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
396
280
|
id: string;
|
|
397
281
|
}
|
|
398
282
|
interface Connection {
|
|
283
|
+
/**
|
|
284
|
+
* The URL to redirect to after connection completion
|
|
285
|
+
*/
|
|
286
|
+
callback_url?: string;
|
|
399
287
|
/**
|
|
400
288
|
* Initial data to pass to the connected account
|
|
401
289
|
*/
|
|
402
290
|
data?: Record<string, unknown>;
|
|
403
291
|
/**
|
|
404
|
-
*
|
|
292
|
+
* Whether the connection is rerouted
|
|
293
|
+
*/
|
|
294
|
+
deprecated_is_v1_rerouted?: boolean;
|
|
295
|
+
/**
|
|
296
|
+
* @deprecated DEPRECATED: This parameter will be removed in a future version.
|
|
297
|
+
* Please use callback_url instead.
|
|
405
298
|
*/
|
|
406
299
|
redirect_uri?: string;
|
|
407
300
|
/**
|
|
@@ -412,13 +305,17 @@ export declare namespace ConnectedAccountCreateParams {
|
|
|
412
305
|
}
|
|
413
306
|
export interface ConnectedAccountListParams {
|
|
414
307
|
/**
|
|
415
|
-
* The auth config
|
|
308
|
+
* The auth config ids of the connected accounts
|
|
416
309
|
*/
|
|
417
|
-
|
|
310
|
+
auth_config_ids?: Array<string> | null;
|
|
418
311
|
/**
|
|
419
312
|
* The cursor to paginate through the connected accounts
|
|
420
313
|
*/
|
|
421
314
|
cursor?: number | null;
|
|
315
|
+
/**
|
|
316
|
+
* The labels of the connected accounts
|
|
317
|
+
*/
|
|
318
|
+
labels?: Array<string> | null;
|
|
422
319
|
/**
|
|
423
320
|
* The limit of the connected accounts to return
|
|
424
321
|
*/
|
|
@@ -430,15 +327,15 @@ export interface ConnectedAccountListParams {
|
|
|
430
327
|
/**
|
|
431
328
|
* The status of the connected account
|
|
432
329
|
*/
|
|
433
|
-
|
|
330
|
+
statuses?: Array<'ACTIVE' | 'INACTIVE' | 'DELETED' | 'INITIATED' | 'EXPIRED' | 'FAILED'> | null;
|
|
434
331
|
/**
|
|
435
|
-
* The toolkit
|
|
332
|
+
* The toolkit slugs of the connected accounts
|
|
436
333
|
*/
|
|
437
|
-
|
|
334
|
+
toolkit_slugs?: Array<string> | null;
|
|
438
335
|
/**
|
|
439
|
-
* The user
|
|
336
|
+
* The user ids of the connected accounts
|
|
440
337
|
*/
|
|
441
|
-
|
|
338
|
+
user_ids?: Array<string> | null;
|
|
442
339
|
}
|
|
443
340
|
export interface ConnectedAccountUpdateStatusParams {
|
|
444
341
|
enabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connected-accounts.d.ts","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,iBAAkB,SAAQ,WAAW;IAChD,MAAM,CACJ,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,8BAA8B,CAAC;IAI7C,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,gCAAgC,CAAC;IAIhG,IAAI,CACF,KAAK,GAAE,0BAA0B,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,4BAA4B,CAAC;IAI3C,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,8BAA8B,CAAC;IAI5F,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,+BAA+B,CAAC;IAI9F,YAAY,CACV,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oCAAoC,CAAC;CAGpD;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;CAChF;AAED,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,WAAW,EAAE,gCAAgC,CAAC,UAAU,CAAC;IAEzD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE9B;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEhC;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE/E;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B,OAAO,EAAE,gCAAgC,CAAC,OAAO,CAAC;IAElD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB
|
|
1
|
+
{"version":3,"file":"connected-accounts.d.ts","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,iBAAkB,SAAQ,WAAW;IAChD;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,8BAA8B,CAAC;IAI7C;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,gCAAgC,CAAC;IAIhG;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,0BAA0B,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,4BAA4B,CAAC;IAI3C;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,8BAA8B,CAAC;IAI5F;;OAEG;IACH,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,+BAA+B,CAAC;IAI9F;;OAEG;IACH,YAAY,CACV,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oCAAoC,CAAC;CAGpD;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,UAAU,EAAE,8BAA8B,CAAC,UAAU,CAAC;IAEtD;;;OAGG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;CAChF;AAED,yBAAiB,8BAA8B,CAAC;IAC9C,UAAiB,UAAU;QACzB;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,WAAW,EAAE,gCAAgC,CAAC,UAAU,CAAC;IAEzD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE9B;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEhC;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE/E;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B,OAAO,EAAE,gCAAgC,CAAC,OAAO,CAAC;IAElD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB,UAAU,CAAC,EAAE,gCAAgC,CAAC,UAAU,CAAC;IAEzD;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,yBAAiB,gCAAgC,CAAC;IAChD,UAAiB,UAAU;QACzB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,WAAW,EACP,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;QAEhB;;WAEG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAE7B;;WAEG;QACH,WAAW,EAAE,OAAO,CAAC;QAErB,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC;KACpC;IAED,UAAiB,UAAU,CAAC;QAC1B,UAAiB,UAAU;YACzB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;IAED,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED,UAAiB,UAAU;QACzB;;WAEG;QACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,4BAA4B;IAC3C,KAAK,EAAE,KAAK,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAEhD,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,4BAA4B,CAAC;IAC5C,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX,WAAW,EAAE,IAAI,CAAC,UAAU,CAAC;QAE7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAE9B;;WAEG;QACH,WAAW,EAAE,OAAO,CAAC;QAErB;;WAEG;QACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;QAE/E;;WAEG;QACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAE7B,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QAEtB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,CAAC;QAE7B;;WAEG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;KAChC;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,UAAU;YACzB;;eAEG;YACH,EAAE,EAAE,MAAM,CAAC;YAEX;;eAEG;YACH,WAAW,EACP,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;YAEhB;;eAEG;YACH,mBAAmB,EAAE,OAAO,CAAC;YAE7B;;eAEG;YACH,WAAW,EAAE,OAAO,CAAC;YAErB,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC;SACpC;QAED,UAAiB,UAAU,CAAC;YAC1B,UAAiB,UAAU;gBACzB;;mBAEG;gBACH,IAAI,EAAE,MAAM,CAAC;aACd;SACF;QAED,UAAiB,OAAO;YACtB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;QAED,UAAiB,UAAU;YACzB;;eAEG;YACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;YAEtB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;CAChF;AAED,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,4BAA4B,CAAC,UAAU,CAAC;IAErD,UAAU,EAAE,4BAA4B,CAAC,UAAU,CAAC;CACrD;AAED,yBAAiB,4BAA4B,CAAC;IAC5C,UAAiB,UAAU;QACzB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;IAED,UAAiB,UAAU;QACzB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAE/B;;WAEG;QACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;QAEpC;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC;IAEvC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC,GAAG,IAAI,CAAC;IAEhG;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAErC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACjC;AAED,MAAM,WAAW,kCAAkC;IACjD,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACzC,OAAO,EACL,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oCAAoC,IAAI,oCAAoC,EACjF,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,kCAAkC,IAAI,kCAAkC,GAC9E,CAAC;CACH"}
|
|
@@ -5,21 +5,39 @@ exports.ConnectedAccounts = void 0;
|
|
|
5
5
|
const resource_1 = require("../core/resource.js");
|
|
6
6
|
const path_1 = require("../internal/utils/path.js");
|
|
7
7
|
class ConnectedAccounts extends resource_1.APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Create a new connected account
|
|
10
|
+
*/
|
|
8
11
|
create(body, options) {
|
|
9
12
|
return this._client.post('/api/v3/connected_accounts', { body, ...options });
|
|
10
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* Get connected account details by ID
|
|
16
|
+
*/
|
|
11
17
|
retrieve(nanoid, options) {
|
|
12
18
|
return this._client.get((0, path_1.path) `/api/v3/connected_accounts/${nanoid}`, options);
|
|
13
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* List connected accounts with optional filters
|
|
22
|
+
*/
|
|
14
23
|
list(query = {}, options) {
|
|
15
24
|
return this._client.get('/api/v3/connected_accounts', { query, ...options });
|
|
16
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* Delete a connected account
|
|
28
|
+
*/
|
|
17
29
|
delete(nanoid, options) {
|
|
18
30
|
return this._client.delete((0, path_1.path) `/api/v3/connected_accounts/${nanoid}`, options);
|
|
19
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* Refresh authentication for a connected account
|
|
34
|
+
*/
|
|
20
35
|
refresh(nanoid, options) {
|
|
21
36
|
return this._client.post((0, path_1.path) `/api/v3/connected_accounts/${nanoid}/refresh`, options);
|
|
22
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* Enable or disable a connected account
|
|
40
|
+
*/
|
|
23
41
|
updateStatus(nanoID, body, options) {
|
|
24
42
|
return this._client.patch((0, path_1.path) `/api/v3/connected_accounts/${nanoID}/status`, { body, ...options });
|
|
25
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connected-accounts.js","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,iBAAkB,SAAQ,sBAAW;IAChD,MAAM,CACJ,IAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED,IAAI,CACF,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED,OAAO,CAAC,MAAc,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAED,YAAY,CACV,MAAc,EACd,IAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"connected-accounts.js","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,iBAAkB,SAAQ,sBAAW;IAChD;;OAEG;IACH,MAAM,CACJ,IAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,MAAc,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,YAAY,CACV,MAAc,EACd,IAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,8BAA8B,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF;AApDD,8CAoDC"}
|
|
@@ -2,21 +2,39 @@
|
|
|
2
2
|
import { APIResource } from "../core/resource.mjs";
|
|
3
3
|
import { path } from "../internal/utils/path.mjs";
|
|
4
4
|
export class ConnectedAccounts extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Create a new connected account
|
|
7
|
+
*/
|
|
5
8
|
create(body, options) {
|
|
6
9
|
return this._client.post('/api/v3/connected_accounts', { body, ...options });
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Get connected account details by ID
|
|
13
|
+
*/
|
|
8
14
|
retrieve(nanoid, options) {
|
|
9
15
|
return this._client.get(path `/api/v3/connected_accounts/${nanoid}`, options);
|
|
10
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* List connected accounts with optional filters
|
|
19
|
+
*/
|
|
11
20
|
list(query = {}, options) {
|
|
12
21
|
return this._client.get('/api/v3/connected_accounts', { query, ...options });
|
|
13
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* Delete a connected account
|
|
25
|
+
*/
|
|
14
26
|
delete(nanoid, options) {
|
|
15
27
|
return this._client.delete(path `/api/v3/connected_accounts/${nanoid}`, options);
|
|
16
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* Refresh authentication for a connected account
|
|
31
|
+
*/
|
|
17
32
|
refresh(nanoid, options) {
|
|
18
33
|
return this._client.post(path `/api/v3/connected_accounts/${nanoid}/refresh`, options);
|
|
19
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* Enable or disable a connected account
|
|
37
|
+
*/
|
|
20
38
|
updateStatus(nanoID, body, options) {
|
|
21
39
|
return this._client.patch(path `/api/v3/connected_accounts/${nanoID}/status`, { body, ...options });
|
|
22
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connected-accounts.mjs","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,iBAAkB,SAAQ,WAAW;IAChD,MAAM,CACJ,IAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED,IAAI,CACF,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED,OAAO,CAAC,MAAc,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,8BAA8B,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAED,YAAY,CACV,MAAc,EACd,IAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,8BAA8B,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF"}
|
|
1
|
+
{"version":3,"file":"connected-accounts.mjs","sourceRoot":"","sources":["../src/resources/connected-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,iBAAkB,SAAQ,WAAW;IAChD;;OAEG;IACH,MAAM,CACJ,IAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,8BAA8B,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,MAAc,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,8BAA8B,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,YAAY,CACV,MAAc,EACd,IAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,8BAA8B,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;CACF"}
|