@katerai/sdk 0.1.2
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 +35 -0
- package/LICENSE +201 -0
- package/README.md +385 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +188 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +188 -0
- package/client.d.ts.map +1 -0
- package/client.js +486 -0
- package/client.js.map +1 -0
- package/client.mjs +482 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- 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 +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +86 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +80 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +137 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/index.d.mts +2 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +2 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +7 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -0
- package/resources/v1/api-keys.d.mts +142 -0
- package/resources/v1/api-keys.d.mts.map +1 -0
- package/resources/v1/api-keys.d.ts +142 -0
- package/resources/v1/api-keys.d.ts.map +1 -0
- package/resources/v1/api-keys.js +66 -0
- package/resources/v1/api-keys.js.map +1 -0
- package/resources/v1/api-keys.mjs +62 -0
- package/resources/v1/api-keys.mjs.map +1 -0
- package/resources/v1/connections/connections.d.mts +638 -0
- package/resources/v1/connections/connections.d.mts.map +1 -0
- package/resources/v1/connections/connections.d.ts +638 -0
- package/resources/v1/connections/connections.d.ts.map +1 -0
- package/resources/v1/connections/connections.js +67 -0
- package/resources/v1/connections/connections.js.map +1 -0
- package/resources/v1/connections/connections.mjs +62 -0
- package/resources/v1/connections/connections.mjs.map +1 -0
- package/resources/v1/connections/databases.d.mts +25 -0
- package/resources/v1/connections/databases.d.mts.map +1 -0
- package/resources/v1/connections/databases.d.ts +25 -0
- package/resources/v1/connections/databases.d.ts.map +1 -0
- package/resources/v1/connections/databases.js +26 -0
- package/resources/v1/connections/databases.js.map +1 -0
- package/resources/v1/connections/databases.mjs +22 -0
- package/resources/v1/connections/databases.mjs.map +1 -0
- package/resources/v1/connections/index.d.mts +3 -0
- package/resources/v1/connections/index.d.mts.map +1 -0
- package/resources/v1/connections/index.d.ts +3 -0
- package/resources/v1/connections/index.d.ts.map +1 -0
- package/resources/v1/connections/index.js +9 -0
- package/resources/v1/connections/index.js.map +1 -0
- package/resources/v1/connections/index.mjs +4 -0
- package/resources/v1/connections/index.mjs.map +1 -0
- package/resources/v1/connections.d.mts +2 -0
- package/resources/v1/connections.d.mts.map +1 -0
- package/resources/v1/connections.d.ts +2 -0
- package/resources/v1/connections.d.ts.map +1 -0
- package/resources/v1/connections.js +6 -0
- package/resources/v1/connections.js.map +1 -0
- package/resources/v1/connections.mjs +3 -0
- package/resources/v1/connections.mjs.map +1 -0
- package/resources/v1/github/admin.d.mts +33 -0
- package/resources/v1/github/admin.d.mts.map +1 -0
- package/resources/v1/github/admin.d.ts +33 -0
- package/resources/v1/github/admin.d.ts.map +1 -0
- package/resources/v1/github/admin.js +17 -0
- package/resources/v1/github/admin.js.map +1 -0
- package/resources/v1/github/admin.mjs +13 -0
- package/resources/v1/github/admin.mjs.map +1 -0
- package/resources/v1/github/github.d.mts +87 -0
- package/resources/v1/github/github.d.mts.map +1 -0
- package/resources/v1/github/github.d.ts +87 -0
- package/resources/v1/github/github.d.ts.map +1 -0
- package/resources/v1/github/github.js +53 -0
- package/resources/v1/github/github.js.map +1 -0
- package/resources/v1/github/github.mjs +48 -0
- package/resources/v1/github/github.mjs.map +1 -0
- package/resources/v1/github/index.d.mts +6 -0
- package/resources/v1/github/index.d.mts.map +1 -0
- package/resources/v1/github/index.d.ts +6 -0
- package/resources/v1/github/index.d.ts.map +1 -0
- package/resources/v1/github/index.js +15 -0
- package/resources/v1/github/index.js.map +1 -0
- package/resources/v1/github/index.mjs +7 -0
- package/resources/v1/github/index.mjs.map +1 -0
- package/resources/v1/github/repos.d.mts +54 -0
- package/resources/v1/github/repos.d.mts.map +1 -0
- package/resources/v1/github/repos.d.ts +54 -0
- package/resources/v1/github/repos.d.ts.map +1 -0
- package/resources/v1/github/repos.js +22 -0
- package/resources/v1/github/repos.js.map +1 -0
- package/resources/v1/github/repos.mjs +18 -0
- package/resources/v1/github/repos.mjs.map +1 -0
- package/resources/v1/github/scaffold.d.mts +44 -0
- package/resources/v1/github/scaffold.d.mts.map +1 -0
- package/resources/v1/github/scaffold.d.ts +44 -0
- package/resources/v1/github/scaffold.d.ts.map +1 -0
- package/resources/v1/github/scaffold.js +27 -0
- package/resources/v1/github/scaffold.js.map +1 -0
- package/resources/v1/github/scaffold.mjs +23 -0
- package/resources/v1/github/scaffold.mjs.map +1 -0
- package/resources/v1/github/webhooks.d.mts +16 -0
- package/resources/v1/github/webhooks.d.mts.map +1 -0
- package/resources/v1/github/webhooks.d.ts +16 -0
- package/resources/v1/github/webhooks.d.ts.map +1 -0
- package/resources/v1/github/webhooks.js +15 -0
- package/resources/v1/github/webhooks.js.map +1 -0
- package/resources/v1/github/webhooks.mjs +11 -0
- package/resources/v1/github/webhooks.mjs.map +1 -0
- package/resources/v1/github.d.mts +2 -0
- package/resources/v1/github.d.mts.map +1 -0
- package/resources/v1/github.d.ts +2 -0
- package/resources/v1/github.d.ts.map +1 -0
- package/resources/v1/github.js +6 -0
- package/resources/v1/github.js.map +1 -0
- package/resources/v1/github.mjs +3 -0
- package/resources/v1/github.mjs.map +1 -0
- package/resources/v1/groups/groups.d.mts +162 -0
- package/resources/v1/groups/groups.d.mts.map +1 -0
- package/resources/v1/groups/groups.d.ts +162 -0
- package/resources/v1/groups/groups.d.ts.map +1 -0
- package/resources/v1/groups/groups.js +81 -0
- package/resources/v1/groups/groups.js.map +1 -0
- package/resources/v1/groups/groups.mjs +76 -0
- package/resources/v1/groups/groups.mjs.map +1 -0
- package/resources/v1/groups/index.d.mts +3 -0
- package/resources/v1/groups/index.d.mts.map +1 -0
- package/resources/v1/groups/index.d.ts +3 -0
- package/resources/v1/groups/index.d.ts.map +1 -0
- package/resources/v1/groups/index.js +9 -0
- package/resources/v1/groups/index.js.map +1 -0
- package/resources/v1/groups/index.mjs +4 -0
- package/resources/v1/groups/index.mjs.map +1 -0
- package/resources/v1/groups/tenants.d.mts +55 -0
- package/resources/v1/groups/tenants.d.mts.map +1 -0
- package/resources/v1/groups/tenants.d.ts +55 -0
- package/resources/v1/groups/tenants.d.ts.map +1 -0
- package/resources/v1/groups/tenants.js +39 -0
- package/resources/v1/groups/tenants.js.map +1 -0
- package/resources/v1/groups/tenants.mjs +35 -0
- package/resources/v1/groups/tenants.mjs.map +1 -0
- package/resources/v1/groups.d.mts +2 -0
- package/resources/v1/groups.d.mts.map +1 -0
- package/resources/v1/groups.d.ts +2 -0
- package/resources/v1/groups.d.ts.map +1 -0
- package/resources/v1/groups.js +6 -0
- package/resources/v1/groups.js.map +1 -0
- package/resources/v1/groups.mjs +3 -0
- package/resources/v1/groups.mjs.map +1 -0
- package/resources/v1/index.d.mts +9 -0
- package/resources/v1/index.d.mts.map +1 -0
- package/resources/v1/index.d.ts +9 -0
- package/resources/v1/index.d.ts.map +1 -0
- package/resources/v1/index.js +21 -0
- package/resources/v1/index.js.map +1 -0
- package/resources/v1/index.mjs +10 -0
- package/resources/v1/index.mjs.map +1 -0
- package/resources/v1/me.d.mts +51 -0
- package/resources/v1/me.d.mts.map +1 -0
- package/resources/v1/me.d.ts +51 -0
- package/resources/v1/me.d.ts.map +1 -0
- package/resources/v1/me.js +29 -0
- package/resources/v1/me.js.map +1 -0
- package/resources/v1/me.mjs +25 -0
- package/resources/v1/me.mjs.map +1 -0
- package/resources/v1/org/client.d.mts +53 -0
- package/resources/v1/org/client.d.mts.map +1 -0
- package/resources/v1/org/client.d.ts +53 -0
- package/resources/v1/org/client.d.ts.map +1 -0
- package/resources/v1/org/client.js +25 -0
- package/resources/v1/org/client.js.map +1 -0
- package/resources/v1/org/client.mjs +21 -0
- package/resources/v1/org/client.mjs.map +1 -0
- package/resources/v1/org/index.d.mts +4 -0
- package/resources/v1/org/index.d.mts.map +1 -0
- package/resources/v1/org/index.d.ts +4 -0
- package/resources/v1/org/index.d.ts.map +1 -0
- package/resources/v1/org/index.js +11 -0
- package/resources/v1/org/index.js.map +1 -0
- package/resources/v1/org/index.mjs +5 -0
- package/resources/v1/org/index.mjs.map +1 -0
- package/resources/v1/org/org.d.mts +14 -0
- package/resources/v1/org/org.d.mts.map +1 -0
- package/resources/v1/org/org.d.ts +14 -0
- package/resources/v1/org/org.d.ts.map +1 -0
- package/resources/v1/org/org.js +21 -0
- package/resources/v1/org/org.js.map +1 -0
- package/resources/v1/org/org.mjs +16 -0
- package/resources/v1/org/org.mjs.map +1 -0
- package/resources/v1/org/users.d.mts +87 -0
- package/resources/v1/org/users.d.mts.map +1 -0
- package/resources/v1/org/users.d.ts +87 -0
- package/resources/v1/org/users.d.ts.map +1 -0
- package/resources/v1/org/users.js +60 -0
- package/resources/v1/org/users.js.map +1 -0
- package/resources/v1/org/users.mjs +56 -0
- package/resources/v1/org/users.mjs.map +1 -0
- package/resources/v1/org.d.mts +2 -0
- package/resources/v1/org.d.mts.map +1 -0
- package/resources/v1/org.d.ts +2 -0
- package/resources/v1/org.d.ts.map +1 -0
- package/resources/v1/org.js +6 -0
- package/resources/v1/org.js.map +1 -0
- package/resources/v1/org.mjs +3 -0
- package/resources/v1/org.mjs.map +1 -0
- package/resources/v1/tenants/batch.d.mts +159 -0
- package/resources/v1/tenants/batch.d.mts.map +1 -0
- package/resources/v1/tenants/batch.d.ts +159 -0
- package/resources/v1/tenants/batch.d.ts.map +1 -0
- package/resources/v1/tenants/batch.js +42 -0
- package/resources/v1/tenants/batch.js.map +1 -0
- package/resources/v1/tenants/batch.mjs +38 -0
- package/resources/v1/tenants/batch.mjs.map +1 -0
- package/resources/v1/tenants/import.d.mts +126 -0
- package/resources/v1/tenants/import.d.mts.map +1 -0
- package/resources/v1/tenants/import.d.ts +126 -0
- package/resources/v1/tenants/import.d.ts.map +1 -0
- package/resources/v1/tenants/import.js +50 -0
- package/resources/v1/tenants/import.js.map +1 -0
- package/resources/v1/tenants/import.mjs +46 -0
- package/resources/v1/tenants/import.mjs.map +1 -0
- package/resources/v1/tenants/index.d.mts +4 -0
- package/resources/v1/tenants/index.d.mts.map +1 -0
- package/resources/v1/tenants/index.d.ts +4 -0
- package/resources/v1/tenants/index.d.ts.map +1 -0
- package/resources/v1/tenants/index.js +11 -0
- package/resources/v1/tenants/index.js.map +1 -0
- package/resources/v1/tenants/index.mjs +5 -0
- package/resources/v1/tenants/index.mjs.map +1 -0
- package/resources/v1/tenants/tenants.d.mts +205 -0
- package/resources/v1/tenants/tenants.d.mts.map +1 -0
- package/resources/v1/tenants/tenants.d.ts +205 -0
- package/resources/v1/tenants/tenants.d.ts.map +1 -0
- package/resources/v1/tenants/tenants.js +97 -0
- package/resources/v1/tenants/tenants.js.map +1 -0
- package/resources/v1/tenants/tenants.mjs +92 -0
- package/resources/v1/tenants/tenants.mjs.map +1 -0
- package/resources/v1/tenants.d.mts +2 -0
- package/resources/v1/tenants.d.mts.map +1 -0
- package/resources/v1/tenants.d.ts +2 -0
- package/resources/v1/tenants.d.ts.map +1 -0
- package/resources/v1/tenants.js +6 -0
- package/resources/v1/tenants.js.map +1 -0
- package/resources/v1/tenants.mjs +3 -0
- package/resources/v1/tenants.mjs.map +1 -0
- package/resources/v1/v1.d.mts +34 -0
- package/resources/v1/v1.d.mts.map +1 -0
- package/resources/v1/v1.d.ts +34 -0
- package/resources/v1/v1.d.ts.map +1 -0
- package/resources/v1/v1.js +41 -0
- package/resources/v1/v1.js.map +1 -0
- package/resources/v1/v1.mjs +36 -0
- package/resources/v1/v1.mjs.map +1 -0
- package/resources/v1.d.mts +2 -0
- package/resources/v1.d.mts.map +1 -0
- package/resources/v1.d.ts +2 -0
- package/resources/v1.d.ts.map +1 -0
- package/resources/v1.js +6 -0
- package/resources/v1.js.map +1 -0
- package/resources/v1.mjs +3 -0
- package/resources/v1.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +761 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +22 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +127 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/index.ts +3 -0
- package/src/resources/v1/api-keys.ts +186 -0
- package/src/resources/v1/connections/connections.ts +804 -0
- package/src/resources/v1/connections/databases.ts +42 -0
- package/src/resources/v1/connections/index.ts +12 -0
- package/src/resources/v1/connections.ts +3 -0
- package/src/resources/v1/github/admin.ts +56 -0
- package/src/resources/v1/github/github.ts +145 -0
- package/src/resources/v1/github/index.ts +19 -0
- package/src/resources/v1/github/repos.ts +85 -0
- package/src/resources/v1/github/scaffold.ts +71 -0
- package/src/resources/v1/github/webhooks.ts +20 -0
- package/src/resources/v1/github.ts +3 -0
- package/src/resources/v1/groups/groups.ts +218 -0
- package/src/resources/v1/groups/index.ts +10 -0
- package/src/resources/v1/groups/tenants.ts +78 -0
- package/src/resources/v1/groups.ts +3 -0
- package/src/resources/v1/index.ts +43 -0
- package/src/resources/v1/me.ts +78 -0
- package/src/resources/v1/org/client.ts +81 -0
- package/src/resources/v1/org/index.ts +11 -0
- package/src/resources/v1/org/org.ts +32 -0
- package/src/resources/v1/org/users.ts +127 -0
- package/src/resources/v1/org.ts +3 -0
- package/src/resources/v1/tenants/batch.ts +200 -0
- package/src/resources/v1/tenants/import.ts +158 -0
- package/src/resources/v1/tenants/index.ts +27 -0
- package/src/resources/v1/tenants/tenants.ts +290 -0
- package/src/resources/v1/tenants.ts +3 -0
- package/src/resources/v1/v1.ts +116 -0
- package/src/resources/v1.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as DatabasesAPI from "./databases.js";
|
|
3
|
+
import { DatabaseDeleteSchemaParams, Databases } from "./databases.js";
|
|
4
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
5
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
6
|
+
export declare class Connections extends APIResource {
|
|
7
|
+
databases: DatabasesAPI.Databases;
|
|
8
|
+
/**
|
|
9
|
+
* Create a new warehouse connection.
|
|
10
|
+
*/
|
|
11
|
+
create(body: ConnectionCreateParams, options?: RequestOptions): APIPromise<Connection>;
|
|
12
|
+
/**
|
|
13
|
+
* Get a single warehouse connection by kater_id.
|
|
14
|
+
*
|
|
15
|
+
* Returns connection from the database (source of truth) with full hierarchy.
|
|
16
|
+
*
|
|
17
|
+
* RLS: Filtered to current client (DualClientRLSDB).
|
|
18
|
+
*
|
|
19
|
+
* Raises: NotFoundError: If connection doesn't exist (404)
|
|
20
|
+
*/
|
|
21
|
+
retrieve(connectionID: string, options?: RequestOptions): APIPromise<Connection>;
|
|
22
|
+
/**
|
|
23
|
+
* List all warehouse connections for the client.
|
|
24
|
+
*
|
|
25
|
+
* Returns connections from the database joined with schema information from
|
|
26
|
+
* GitHub. Connections with pending PRs will have null GitHub fields until merged.
|
|
27
|
+
* Returns empty list if GitHub is not configured.
|
|
28
|
+
*
|
|
29
|
+
* RLS: Filtered to current client (DualClientRLSDB).
|
|
30
|
+
*/
|
|
31
|
+
list(options?: RequestOptions): APIPromise<ConnectionListResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Get decrypted warehouse credentials for a connection.
|
|
34
|
+
*
|
|
35
|
+
* Returns the decrypted credentials for a connection. This is sensitive data and
|
|
36
|
+
* should only be used when actually needed for warehouse operations.
|
|
37
|
+
*
|
|
38
|
+
* RLS: Filtered to current client (DualClientRLSDB).
|
|
39
|
+
*
|
|
40
|
+
* Raises: NotFoundError: If connection doesn't exist (404)
|
|
41
|
+
*/
|
|
42
|
+
retrieveCredential(connectionID: string, options?: RequestOptions): APIPromise<ConnectionRetrieveCredentialResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Sync view schemas from warehouse and create a PR (or update existing).
|
|
45
|
+
*/
|
|
46
|
+
sync(connectionID: string, options?: RequestOptions): APIPromise<ConnectionSyncResponse>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Response model for a single connection.
|
|
50
|
+
*
|
|
51
|
+
* All data comes from the database (source of truth). The id field serves as the
|
|
52
|
+
* kater_id.
|
|
53
|
+
*/
|
|
54
|
+
export interface Connection {
|
|
55
|
+
/**
|
|
56
|
+
* Connection ID (also the kater_id)
|
|
57
|
+
*/
|
|
58
|
+
id: string;
|
|
59
|
+
/**
|
|
60
|
+
* Creation timestamp
|
|
61
|
+
*/
|
|
62
|
+
created_at: string;
|
|
63
|
+
/**
|
|
64
|
+
* Credential ID
|
|
65
|
+
*/
|
|
66
|
+
credential_id: string;
|
|
67
|
+
/**
|
|
68
|
+
* Databases in this connection
|
|
69
|
+
*/
|
|
70
|
+
databases: Array<Connection.Database>;
|
|
71
|
+
/**
|
|
72
|
+
* Connection description
|
|
73
|
+
*/
|
|
74
|
+
description: string | null;
|
|
75
|
+
/**
|
|
76
|
+
* Human-readable label
|
|
77
|
+
*/
|
|
78
|
+
label: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* Connection name
|
|
81
|
+
*/
|
|
82
|
+
name: string;
|
|
83
|
+
/**
|
|
84
|
+
* Last update timestamp
|
|
85
|
+
*/
|
|
86
|
+
updated_at: string;
|
|
87
|
+
/**
|
|
88
|
+
* Snowflake account identifier
|
|
89
|
+
*/
|
|
90
|
+
account?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* Database host (PostgreSQL, MSSQL, ClickHouse)
|
|
93
|
+
*/
|
|
94
|
+
host?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* Databricks HTTP path
|
|
97
|
+
*/
|
|
98
|
+
http_path?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Database port (PostgreSQL, MSSQL, ClickHouse)
|
|
101
|
+
*/
|
|
102
|
+
port?: number | null;
|
|
103
|
+
/**
|
|
104
|
+
* Snowflake role
|
|
105
|
+
*/
|
|
106
|
+
role?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Databricks server hostname
|
|
109
|
+
*/
|
|
110
|
+
server_hostname?: string | null;
|
|
111
|
+
/**
|
|
112
|
+
* Snowflake or Databricks warehouse name
|
|
113
|
+
*/
|
|
114
|
+
warehouse?: string | null;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace Connection {
|
|
117
|
+
/**
|
|
118
|
+
* Database info from ConnectionSchema.
|
|
119
|
+
*/
|
|
120
|
+
interface Database {
|
|
121
|
+
/**
|
|
122
|
+
* Database ID
|
|
123
|
+
*/
|
|
124
|
+
id: string;
|
|
125
|
+
/**
|
|
126
|
+
* Database description
|
|
127
|
+
*/
|
|
128
|
+
description: string | null;
|
|
129
|
+
/**
|
|
130
|
+
* Human-readable label
|
|
131
|
+
*/
|
|
132
|
+
label: string | null;
|
|
133
|
+
/**
|
|
134
|
+
* Database name
|
|
135
|
+
*/
|
|
136
|
+
name: string;
|
|
137
|
+
/**
|
|
138
|
+
* Schemas in this database
|
|
139
|
+
*/
|
|
140
|
+
schemas: Array<Database.Schema>;
|
|
141
|
+
/**
|
|
142
|
+
* Timezone for the database
|
|
143
|
+
*/
|
|
144
|
+
timezone: string | null;
|
|
145
|
+
}
|
|
146
|
+
namespace Database {
|
|
147
|
+
/**
|
|
148
|
+
* Schema info from ConnectionSchema.
|
|
149
|
+
*/
|
|
150
|
+
interface Schema {
|
|
151
|
+
/**
|
|
152
|
+
* Schema ID
|
|
153
|
+
*/
|
|
154
|
+
id: string;
|
|
155
|
+
/**
|
|
156
|
+
* Schema description
|
|
157
|
+
*/
|
|
158
|
+
description: string | null;
|
|
159
|
+
/**
|
|
160
|
+
* Human-readable label
|
|
161
|
+
*/
|
|
162
|
+
label: string | null;
|
|
163
|
+
/**
|
|
164
|
+
* Schema name
|
|
165
|
+
*/
|
|
166
|
+
name: string;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Database configuration for connection creation request.
|
|
172
|
+
*/
|
|
173
|
+
export interface DatabaseConfig {
|
|
174
|
+
/**
|
|
175
|
+
* Database name
|
|
176
|
+
*/
|
|
177
|
+
name: string;
|
|
178
|
+
/**
|
|
179
|
+
* Description of the database
|
|
180
|
+
*/
|
|
181
|
+
description?: string | null;
|
|
182
|
+
/**
|
|
183
|
+
* Human-readable label for the database (defaults to name if not set)
|
|
184
|
+
*/
|
|
185
|
+
label?: string | null;
|
|
186
|
+
/**
|
|
187
|
+
* Schema configurations to include (empty = discover all schemas)
|
|
188
|
+
*/
|
|
189
|
+
schemas?: Array<DatabaseConfig.Schema>;
|
|
190
|
+
/**
|
|
191
|
+
* Timezone for the database (e.g., 'UTC', 'America/New_York')
|
|
192
|
+
*/
|
|
193
|
+
timezone?: string | null;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace DatabaseConfig {
|
|
196
|
+
/**
|
|
197
|
+
* Schema configuration for connection creation request.
|
|
198
|
+
*/
|
|
199
|
+
interface Schema {
|
|
200
|
+
/**
|
|
201
|
+
* Schema name
|
|
202
|
+
*/
|
|
203
|
+
name: string;
|
|
204
|
+
/**
|
|
205
|
+
* Description of the schema
|
|
206
|
+
*/
|
|
207
|
+
description?: string | null;
|
|
208
|
+
/**
|
|
209
|
+
* Human-readable label for the schema (defaults to name if not set)
|
|
210
|
+
*/
|
|
211
|
+
label?: string | null;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
export type ConnectionListResponse = Array<Connection>;
|
|
215
|
+
/**
|
|
216
|
+
* PostgreSQL credential response.
|
|
217
|
+
*/
|
|
218
|
+
export type ConnectionRetrieveCredentialResponse = ConnectionRetrieveCredentialResponse.PostgresCredentialResponse | ConnectionRetrieveCredentialResponse.SnowflakeCredentialResponse | ConnectionRetrieveCredentialResponse.DatabricksCredentialResponse | ConnectionRetrieveCredentialResponse.ClickHouseCredentialResponse | ConnectionRetrieveCredentialResponse.MssqlCredentialResponse;
|
|
219
|
+
export declare namespace ConnectionRetrieveCredentialResponse {
|
|
220
|
+
/**
|
|
221
|
+
* PostgreSQL credential response.
|
|
222
|
+
*/
|
|
223
|
+
interface PostgresCredentialResponse {
|
|
224
|
+
/**
|
|
225
|
+
* Database name
|
|
226
|
+
*/
|
|
227
|
+
database: string | null;
|
|
228
|
+
/**
|
|
229
|
+
* Database host
|
|
230
|
+
*/
|
|
231
|
+
host: string;
|
|
232
|
+
/**
|
|
233
|
+
* Decrypted password
|
|
234
|
+
*/
|
|
235
|
+
password: string;
|
|
236
|
+
/**
|
|
237
|
+
* Database port
|
|
238
|
+
*/
|
|
239
|
+
port: number;
|
|
240
|
+
/**
|
|
241
|
+
* Database username
|
|
242
|
+
*/
|
|
243
|
+
username: string;
|
|
244
|
+
/**
|
|
245
|
+
* Warehouse type
|
|
246
|
+
*/
|
|
247
|
+
warehouse_type: 'postgresql';
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Snowflake credential response.
|
|
251
|
+
*/
|
|
252
|
+
interface SnowflakeCredentialResponse {
|
|
253
|
+
/**
|
|
254
|
+
* Snowflake account identifier
|
|
255
|
+
*/
|
|
256
|
+
account: string;
|
|
257
|
+
/**
|
|
258
|
+
* Authentication credentials
|
|
259
|
+
*/
|
|
260
|
+
auth: SnowflakeCredentialResponse.SnowflakePasswordAuthResponse | SnowflakeCredentialResponse.SnowflakePrivateKeyAuthResponse;
|
|
261
|
+
/**
|
|
262
|
+
* Snowflake role
|
|
263
|
+
*/
|
|
264
|
+
role: string;
|
|
265
|
+
/**
|
|
266
|
+
* Snowflake username
|
|
267
|
+
*/
|
|
268
|
+
username: string;
|
|
269
|
+
/**
|
|
270
|
+
* Compute warehouse name
|
|
271
|
+
*/
|
|
272
|
+
warehouse: string;
|
|
273
|
+
/**
|
|
274
|
+
* Warehouse type
|
|
275
|
+
*/
|
|
276
|
+
warehouse_type: 'snowflake';
|
|
277
|
+
}
|
|
278
|
+
namespace SnowflakeCredentialResponse {
|
|
279
|
+
/**
|
|
280
|
+
* Snowflake password authentication response.
|
|
281
|
+
*/
|
|
282
|
+
interface SnowflakePasswordAuthResponse {
|
|
283
|
+
/**
|
|
284
|
+
* Authentication type
|
|
285
|
+
*/
|
|
286
|
+
auth_type: 'password';
|
|
287
|
+
/**
|
|
288
|
+
* Decrypted password
|
|
289
|
+
*/
|
|
290
|
+
password: string;
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* Snowflake private key authentication response.
|
|
294
|
+
*/
|
|
295
|
+
interface SnowflakePrivateKeyAuthResponse {
|
|
296
|
+
/**
|
|
297
|
+
* Authentication type
|
|
298
|
+
*/
|
|
299
|
+
auth_type: 'private_key';
|
|
300
|
+
/**
|
|
301
|
+
* PEM-encoded private key
|
|
302
|
+
*/
|
|
303
|
+
private_key: string;
|
|
304
|
+
/**
|
|
305
|
+
* Passphrase if key is encrypted
|
|
306
|
+
*/
|
|
307
|
+
private_key_passphrase: string | null;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Databricks credential response.
|
|
312
|
+
*/
|
|
313
|
+
interface DatabricksCredentialResponse {
|
|
314
|
+
/**
|
|
315
|
+
* Databricks personal access token
|
|
316
|
+
*/
|
|
317
|
+
access_token: string;
|
|
318
|
+
/**
|
|
319
|
+
* SQL warehouse HTTP path
|
|
320
|
+
*/
|
|
321
|
+
http_path: string;
|
|
322
|
+
/**
|
|
323
|
+
* Databricks server hostname
|
|
324
|
+
*/
|
|
325
|
+
server_hostname: string;
|
|
326
|
+
/**
|
|
327
|
+
* Warehouse type
|
|
328
|
+
*/
|
|
329
|
+
warehouse_type: 'databricks';
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* ClickHouse credential response.
|
|
333
|
+
*/
|
|
334
|
+
interface ClickHouseCredentialResponse {
|
|
335
|
+
/**
|
|
336
|
+
* Database name
|
|
337
|
+
*/
|
|
338
|
+
database: string | null;
|
|
339
|
+
/**
|
|
340
|
+
* ClickHouse host
|
|
341
|
+
*/
|
|
342
|
+
host: string;
|
|
343
|
+
/**
|
|
344
|
+
* Decrypted password
|
|
345
|
+
*/
|
|
346
|
+
password: string;
|
|
347
|
+
/**
|
|
348
|
+
* ClickHouse port
|
|
349
|
+
*/
|
|
350
|
+
port: number;
|
|
351
|
+
/**
|
|
352
|
+
* ClickHouse username
|
|
353
|
+
*/
|
|
354
|
+
username: string;
|
|
355
|
+
/**
|
|
356
|
+
* Warehouse type
|
|
357
|
+
*/
|
|
358
|
+
warehouse_type: 'clickhouse';
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* Microsoft SQL Server credential response.
|
|
362
|
+
*/
|
|
363
|
+
interface MssqlCredentialResponse {
|
|
364
|
+
/**
|
|
365
|
+
* Database name
|
|
366
|
+
*/
|
|
367
|
+
database: string | null;
|
|
368
|
+
/**
|
|
369
|
+
* SQL Server host
|
|
370
|
+
*/
|
|
371
|
+
host: string;
|
|
372
|
+
/**
|
|
373
|
+
* Decrypted password
|
|
374
|
+
*/
|
|
375
|
+
password: string;
|
|
376
|
+
/**
|
|
377
|
+
* SQL Server port
|
|
378
|
+
*/
|
|
379
|
+
port: number;
|
|
380
|
+
/**
|
|
381
|
+
* SQL Server username
|
|
382
|
+
*/
|
|
383
|
+
username: string;
|
|
384
|
+
/**
|
|
385
|
+
* Warehouse type
|
|
386
|
+
*/
|
|
387
|
+
warehouse_type: 'mssql';
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Response for syncing views.
|
|
392
|
+
*
|
|
393
|
+
* Returned after successfully creating a PR with merged ViewSchema files.
|
|
394
|
+
*/
|
|
395
|
+
export interface ConnectionSyncResponse {
|
|
396
|
+
/**
|
|
397
|
+
* GitHub PR number
|
|
398
|
+
*/
|
|
399
|
+
pr_number: number;
|
|
400
|
+
/**
|
|
401
|
+
* GitHub PR URL
|
|
402
|
+
*/
|
|
403
|
+
pr_url: string;
|
|
404
|
+
/**
|
|
405
|
+
* Number of views in the PR
|
|
406
|
+
*/
|
|
407
|
+
views_updated: number;
|
|
408
|
+
}
|
|
409
|
+
export type ConnectionCreateParams = ConnectionCreateParams.PostgresConnectionConfig | ConnectionCreateParams.SnowflakeConnectionConfig | ConnectionCreateParams.DatabricksConnectionConfig | ConnectionCreateParams.ClickHouseConnectionConfig | ConnectionCreateParams.MssqlConnectionConfig;
|
|
410
|
+
export declare namespace ConnectionCreateParams {
|
|
411
|
+
interface PostgresConnectionConfig {
|
|
412
|
+
/**
|
|
413
|
+
* Databases to include in the connection (at least one required)
|
|
414
|
+
*/
|
|
415
|
+
databases: Array<DatabaseConfig>;
|
|
416
|
+
/**
|
|
417
|
+
* Database host
|
|
418
|
+
*/
|
|
419
|
+
host: string;
|
|
420
|
+
/**
|
|
421
|
+
* Name of the connection
|
|
422
|
+
*/
|
|
423
|
+
name: string;
|
|
424
|
+
/**
|
|
425
|
+
* Database password
|
|
426
|
+
*/
|
|
427
|
+
password: string;
|
|
428
|
+
/**
|
|
429
|
+
* Database username
|
|
430
|
+
*/
|
|
431
|
+
username: string;
|
|
432
|
+
/**
|
|
433
|
+
* Warehouse type
|
|
434
|
+
*/
|
|
435
|
+
warehouse_type: 'postgresql';
|
|
436
|
+
/**
|
|
437
|
+
* Description of the connection
|
|
438
|
+
*/
|
|
439
|
+
description?: string | null;
|
|
440
|
+
/**
|
|
441
|
+
* Human-readable label for the connection (defaults to name if not set)
|
|
442
|
+
*/
|
|
443
|
+
label?: string | null;
|
|
444
|
+
/**
|
|
445
|
+
* Database port
|
|
446
|
+
*/
|
|
447
|
+
port?: number;
|
|
448
|
+
}
|
|
449
|
+
interface SnowflakeConnectionConfig {
|
|
450
|
+
/**
|
|
451
|
+
* Snowflake account identifier (e.g., 'xy12345.us-east-1')
|
|
452
|
+
*/
|
|
453
|
+
account: string;
|
|
454
|
+
/**
|
|
455
|
+
* Authentication configuration
|
|
456
|
+
*/
|
|
457
|
+
auth: SnowflakeConnectionConfig.SnowflakePasswordAuth | SnowflakeConnectionConfig.SnowflakePrivateKeyAuth;
|
|
458
|
+
/**
|
|
459
|
+
* Databases to include in the connection (at least one required)
|
|
460
|
+
*/
|
|
461
|
+
databases: Array<DatabaseConfig>;
|
|
462
|
+
/**
|
|
463
|
+
* Name of the connection
|
|
464
|
+
*/
|
|
465
|
+
name: string;
|
|
466
|
+
/**
|
|
467
|
+
* Snowflake role
|
|
468
|
+
*/
|
|
469
|
+
role: string;
|
|
470
|
+
/**
|
|
471
|
+
* Snowflake username
|
|
472
|
+
*/
|
|
473
|
+
username: string;
|
|
474
|
+
/**
|
|
475
|
+
* Compute warehouse name
|
|
476
|
+
*/
|
|
477
|
+
warehouse: string;
|
|
478
|
+
/**
|
|
479
|
+
* Warehouse type
|
|
480
|
+
*/
|
|
481
|
+
warehouse_type: 'snowflake';
|
|
482
|
+
/**
|
|
483
|
+
* Description of the connection
|
|
484
|
+
*/
|
|
485
|
+
description?: string | null;
|
|
486
|
+
/**
|
|
487
|
+
* Human-readable label for the connection (defaults to name if not set)
|
|
488
|
+
*/
|
|
489
|
+
label?: string | null;
|
|
490
|
+
}
|
|
491
|
+
namespace SnowflakeConnectionConfig {
|
|
492
|
+
/**
|
|
493
|
+
* Snowflake password authentication.
|
|
494
|
+
*/
|
|
495
|
+
interface SnowflakePasswordAuth {
|
|
496
|
+
/**
|
|
497
|
+
* Authentication type
|
|
498
|
+
*/
|
|
499
|
+
auth_type: 'password';
|
|
500
|
+
/**
|
|
501
|
+
* Snowflake password
|
|
502
|
+
*/
|
|
503
|
+
password: string;
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* Snowflake private key authentication.
|
|
507
|
+
*/
|
|
508
|
+
interface SnowflakePrivateKeyAuth {
|
|
509
|
+
/**
|
|
510
|
+
* Authentication type
|
|
511
|
+
*/
|
|
512
|
+
auth_type: 'private_key';
|
|
513
|
+
/**
|
|
514
|
+
* PEM-encoded private key
|
|
515
|
+
*/
|
|
516
|
+
private_key: string;
|
|
517
|
+
/**
|
|
518
|
+
* Passphrase if key is encrypted
|
|
519
|
+
*/
|
|
520
|
+
private_key_passphrase?: string | null;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
interface DatabricksConnectionConfig {
|
|
524
|
+
/**
|
|
525
|
+
* Databricks personal access token
|
|
526
|
+
*/
|
|
527
|
+
access_token: string;
|
|
528
|
+
/**
|
|
529
|
+
* Databases to include in the connection (at least one required)
|
|
530
|
+
*/
|
|
531
|
+
databases: Array<DatabaseConfig>;
|
|
532
|
+
/**
|
|
533
|
+
* SQL warehouse HTTP path (e.g., '/sql/1.0/warehouses/xxx')
|
|
534
|
+
*/
|
|
535
|
+
http_path: string;
|
|
536
|
+
/**
|
|
537
|
+
* Name of the connection
|
|
538
|
+
*/
|
|
539
|
+
name: string;
|
|
540
|
+
/**
|
|
541
|
+
* Databricks server hostname (e.g., 'dbc-xxx.cloud.databricks.com')
|
|
542
|
+
*/
|
|
543
|
+
server_hostname: string;
|
|
544
|
+
/**
|
|
545
|
+
* Warehouse type
|
|
546
|
+
*/
|
|
547
|
+
warehouse_type: 'databricks';
|
|
548
|
+
/**
|
|
549
|
+
* Description of the connection
|
|
550
|
+
*/
|
|
551
|
+
description?: string | null;
|
|
552
|
+
/**
|
|
553
|
+
* Human-readable label for the connection (defaults to name if not set)
|
|
554
|
+
*/
|
|
555
|
+
label?: string | null;
|
|
556
|
+
}
|
|
557
|
+
interface ClickHouseConnectionConfig {
|
|
558
|
+
/**
|
|
559
|
+
* Databases to include in the connection (at least one required)
|
|
560
|
+
*/
|
|
561
|
+
databases: Array<DatabaseConfig>;
|
|
562
|
+
/**
|
|
563
|
+
* ClickHouse host
|
|
564
|
+
*/
|
|
565
|
+
host: string;
|
|
566
|
+
/**
|
|
567
|
+
* Name of the connection
|
|
568
|
+
*/
|
|
569
|
+
name: string;
|
|
570
|
+
/**
|
|
571
|
+
* ClickHouse password
|
|
572
|
+
*/
|
|
573
|
+
password: string;
|
|
574
|
+
/**
|
|
575
|
+
* ClickHouse username
|
|
576
|
+
*/
|
|
577
|
+
username: string;
|
|
578
|
+
/**
|
|
579
|
+
* Warehouse type
|
|
580
|
+
*/
|
|
581
|
+
warehouse_type: 'clickhouse';
|
|
582
|
+
/**
|
|
583
|
+
* Description of the connection
|
|
584
|
+
*/
|
|
585
|
+
description?: string | null;
|
|
586
|
+
/**
|
|
587
|
+
* Human-readable label for the connection (defaults to name if not set)
|
|
588
|
+
*/
|
|
589
|
+
label?: string | null;
|
|
590
|
+
/**
|
|
591
|
+
* ClickHouse port
|
|
592
|
+
*/
|
|
593
|
+
port?: number;
|
|
594
|
+
}
|
|
595
|
+
interface MssqlConnectionConfig {
|
|
596
|
+
/**
|
|
597
|
+
* Databases to include in the connection (at least one required)
|
|
598
|
+
*/
|
|
599
|
+
databases: Array<DatabaseConfig>;
|
|
600
|
+
/**
|
|
601
|
+
* SQL Server host
|
|
602
|
+
*/
|
|
603
|
+
host: string;
|
|
604
|
+
/**
|
|
605
|
+
* Name of the connection
|
|
606
|
+
*/
|
|
607
|
+
name: string;
|
|
608
|
+
/**
|
|
609
|
+
* SQL Server password
|
|
610
|
+
*/
|
|
611
|
+
password: string;
|
|
612
|
+
/**
|
|
613
|
+
* SQL Server username
|
|
614
|
+
*/
|
|
615
|
+
username: string;
|
|
616
|
+
/**
|
|
617
|
+
* Warehouse type
|
|
618
|
+
*/
|
|
619
|
+
warehouse_type: 'mssql';
|
|
620
|
+
/**
|
|
621
|
+
* Description of the connection
|
|
622
|
+
*/
|
|
623
|
+
description?: string | null;
|
|
624
|
+
/**
|
|
625
|
+
* Human-readable label for the connection (defaults to name if not set)
|
|
626
|
+
*/
|
|
627
|
+
label?: string | null;
|
|
628
|
+
/**
|
|
629
|
+
* SQL Server port
|
|
630
|
+
*/
|
|
631
|
+
port?: number;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
export declare namespace Connections {
|
|
635
|
+
export { type Connection as Connection, type DatabaseConfig as DatabaseConfig, type ConnectionListResponse as ConnectionListResponse, type ConnectionRetrieveCredentialResponse as ConnectionRetrieveCredentialResponse, type ConnectionSyncResponse as ConnectionSyncResponse, type ConnectionCreateParams as ConnectionCreateParams, };
|
|
636
|
+
export { Databases as Databases, type DatabaseDeleteSchemaParams as DatabaseDeleteSchemaParams };
|
|
637
|
+
}
|
|
638
|
+
//# sourceMappingURL=connections.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connections.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/connections/connections.ts"],"names":[],"mappings":"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"}
|