@superblocksteam/sdk-api 2.0.93-next.7 → 2.0.94-next.0
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/README.md +137 -98
- package/dist/api/definition.d.ts +10 -0
- package/dist/api/definition.d.ts.map +1 -1
- package/dist/api/definition.js +17 -0
- package/dist/api/definition.js.map +1 -1
- package/dist/api/definition.test.d.ts +1 -1
- package/dist/api/definition.test.js +56 -3
- package/dist/api/definition.test.js.map +1 -1
- package/dist/api/index.d.ts +4 -4
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -2
- package/dist/api/index.js.map +1 -1
- package/dist/api/streaming.d.ts +17 -3
- package/dist/api/streaming.d.ts.map +1 -1
- package/dist/api/streaming.js +10 -7
- package/dist/api/streaming.js.map +1 -1
- package/dist/api/streaming.test.js +147 -80
- package/dist/api/streaming.test.js.map +1 -1
- package/dist/errors.d.ts +1 -1
- package/dist/errors.js +5 -5
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/integrations/airtable/client.d.ts +2 -2
- package/dist/integrations/airtable/client.d.ts.map +1 -1
- package/dist/integrations/airtable/client.js +1 -1
- package/dist/integrations/airtable/client.js.map +1 -1
- package/dist/integrations/airtable/index.d.ts +2 -2
- package/dist/integrations/airtable/index.js +1 -1
- package/dist/integrations/airtable/types.d.ts +5 -10
- package/dist/integrations/airtable/types.d.ts.map +1 -1
- package/dist/integrations/anthropic/client.d.ts +2 -2
- package/dist/integrations/anthropic/client.d.ts.map +1 -1
- package/dist/integrations/anthropic/client.js +1 -1
- package/dist/integrations/anthropic/client.js.map +1 -1
- package/dist/integrations/anthropic/index.d.ts +2 -2
- package/dist/integrations/anthropic/index.js +1 -1
- package/dist/integrations/anthropic/types.d.ts +5 -4
- package/dist/integrations/anthropic/types.d.ts.map +1 -1
- package/dist/integrations/asana/client.d.ts +2 -2
- package/dist/integrations/asana/client.d.ts.map +1 -1
- package/dist/integrations/asana/client.js +1 -1
- package/dist/integrations/asana/client.js.map +1 -1
- package/dist/integrations/asana/index.d.ts +2 -2
- package/dist/integrations/asana/index.js +1 -1
- package/dist/integrations/asana/types.d.ts +4 -3
- package/dist/integrations/asana/types.d.ts.map +1 -1
- package/dist/integrations/athena/client.d.ts +4 -4
- package/dist/integrations/athena/client.d.ts.map +1 -1
- package/dist/integrations/athena/client.js +8 -8
- package/dist/integrations/athena/client.js.map +1 -1
- package/dist/integrations/athena/index.d.ts +2 -2
- package/dist/integrations/athena/index.js +1 -1
- package/dist/integrations/athena/types.d.ts +4 -3
- package/dist/integrations/athena/types.d.ts.map +1 -1
- package/dist/integrations/base/graphql-integration-client.d.ts +3 -3
- package/dist/integrations/base/graphql-integration-client.js +3 -3
- package/dist/integrations/base/index.d.ts +4 -4
- package/dist/integrations/base/index.js +2 -2
- package/dist/integrations/base/rest-api-integration-client.d.ts.map +1 -1
- package/dist/integrations/base/rest-api-integration-client.js +1 -1
- package/dist/integrations/base/rest-api-integration-client.js.map +1 -1
- package/dist/integrations/base/types.d.ts +5 -10
- package/dist/integrations/base/types.d.ts.map +1 -1
- package/dist/integrations/bigquery/client.d.ts +4 -4
- package/dist/integrations/bigquery/client.d.ts.map +1 -1
- package/dist/integrations/bigquery/client.js +8 -8
- package/dist/integrations/bigquery/client.js.map +1 -1
- package/dist/integrations/bigquery/index.d.ts +2 -2
- package/dist/integrations/bigquery/index.js +1 -1
- package/dist/integrations/bigquery/types.d.ts +4 -3
- package/dist/integrations/bigquery/types.d.ts.map +1 -1
- package/dist/integrations/bitbucket/client.d.ts +2 -2
- package/dist/integrations/bitbucket/client.d.ts.map +1 -1
- package/dist/integrations/bitbucket/client.js +1 -1
- package/dist/integrations/bitbucket/client.js.map +1 -1
- package/dist/integrations/bitbucket/index.d.ts +2 -2
- package/dist/integrations/bitbucket/index.js +1 -1
- package/dist/integrations/bitbucket/types.d.ts +4 -3
- package/dist/integrations/bitbucket/types.d.ts.map +1 -1
- package/dist/integrations/box/client.d.ts +2 -2
- package/dist/integrations/box/client.d.ts.map +1 -1
- package/dist/integrations/box/client.js +1 -1
- package/dist/integrations/box/client.js.map +1 -1
- package/dist/integrations/box/index.d.ts +2 -2
- package/dist/integrations/box/index.js +1 -1
- package/dist/integrations/box/types.d.ts +4 -3
- package/dist/integrations/box/types.d.ts.map +1 -1
- package/dist/integrations/circleci/client.d.ts +2 -2
- package/dist/integrations/circleci/client.d.ts.map +1 -1
- package/dist/integrations/circleci/client.js +1 -1
- package/dist/integrations/circleci/client.js.map +1 -1
- package/dist/integrations/circleci/index.d.ts +2 -2
- package/dist/integrations/circleci/index.js +1 -1
- package/dist/integrations/circleci/types.d.ts +4 -3
- package/dist/integrations/circleci/types.d.ts.map +1 -1
- package/dist/integrations/cockroachdb/client.d.ts +4 -4
- package/dist/integrations/cockroachdb/client.d.ts.map +1 -1
- package/dist/integrations/cockroachdb/client.js +8 -8
- package/dist/integrations/cockroachdb/client.js.map +1 -1
- package/dist/integrations/cockroachdb/index.d.ts +2 -2
- package/dist/integrations/cockroachdb/index.js +1 -1
- package/dist/integrations/cockroachdb/types.d.ts +4 -3
- package/dist/integrations/cockroachdb/types.d.ts.map +1 -1
- package/dist/integrations/cohere/client.d.ts +2 -2
- package/dist/integrations/cohere/client.d.ts.map +1 -1
- package/dist/integrations/cohere/client.js +1 -1
- package/dist/integrations/cohere/client.js.map +1 -1
- package/dist/integrations/cohere/index.d.ts +2 -2
- package/dist/integrations/cohere/index.js +1 -1
- package/dist/integrations/cohere/types.d.ts +5 -10
- package/dist/integrations/cohere/types.d.ts.map +1 -1
- package/dist/integrations/confluence/client.d.ts +2 -2
- package/dist/integrations/confluence/client.d.ts.map +1 -1
- package/dist/integrations/confluence/client.js +1 -1
- package/dist/integrations/confluence/client.js.map +1 -1
- package/dist/integrations/confluence/index.d.ts +2 -2
- package/dist/integrations/confluence/index.js +1 -1
- package/dist/integrations/confluence/types.d.ts +4 -3
- package/dist/integrations/confluence/types.d.ts.map +1 -1
- package/dist/integrations/cosmosdb/client.d.ts +4 -4
- package/dist/integrations/cosmosdb/client.d.ts.map +1 -1
- package/dist/integrations/cosmosdb/client.js +23 -23
- package/dist/integrations/cosmosdb/client.js.map +1 -1
- package/dist/integrations/cosmosdb/index.d.ts +2 -2
- package/dist/integrations/cosmosdb/index.js +1 -1
- package/dist/integrations/cosmosdb/types.d.ts +4 -3
- package/dist/integrations/cosmosdb/types.d.ts.map +1 -1
- package/dist/integrations/couchbase/client.d.ts +4 -4
- package/dist/integrations/couchbase/client.d.ts.map +1 -1
- package/dist/integrations/couchbase/client.js +13 -13
- package/dist/integrations/couchbase/client.js.map +1 -1
- package/dist/integrations/couchbase/index.d.ts +2 -2
- package/dist/integrations/couchbase/index.js +1 -1
- package/dist/integrations/couchbase/types.d.ts +8 -7
- package/dist/integrations/couchbase/types.d.ts.map +1 -1
- package/dist/integrations/databricks/client.d.ts +4 -4
- package/dist/integrations/databricks/client.d.ts.map +1 -1
- package/dist/integrations/databricks/client.js +8 -8
- package/dist/integrations/databricks/client.js.map +1 -1
- package/dist/integrations/databricks/index.d.ts +2 -2
- package/dist/integrations/databricks/index.js +1 -1
- package/dist/integrations/databricks/types.d.ts +4 -3
- package/dist/integrations/databricks/types.d.ts.map +1 -1
- package/dist/integrations/datadog/client.d.ts +2 -2
- package/dist/integrations/datadog/client.d.ts.map +1 -1
- package/dist/integrations/datadog/client.js +1 -1
- package/dist/integrations/datadog/client.js.map +1 -1
- package/dist/integrations/datadog/index.d.ts +2 -2
- package/dist/integrations/datadog/index.js +1 -1
- package/dist/integrations/datadog/types.d.ts +4 -3
- package/dist/integrations/datadog/types.d.ts.map +1 -1
- package/dist/integrations/declarations.d.ts +130 -130
- package/dist/integrations/declarations.d.ts.map +1 -1
- package/dist/integrations/declarations.js +66 -66
- package/dist/integrations/declarations.js.map +1 -1
- package/dist/integrations/dropbox/client.d.ts +2 -2
- package/dist/integrations/dropbox/client.d.ts.map +1 -1
- package/dist/integrations/dropbox/client.js +1 -1
- package/dist/integrations/dropbox/client.js.map +1 -1
- package/dist/integrations/dropbox/index.d.ts +2 -2
- package/dist/integrations/dropbox/index.js +1 -1
- package/dist/integrations/dropbox/types.d.ts +4 -3
- package/dist/integrations/dropbox/types.d.ts.map +1 -1
- package/dist/integrations/dynamodb/client.d.ts +4 -4
- package/dist/integrations/dynamodb/client.d.ts.map +1 -1
- package/dist/integrations/dynamodb/client.js +30 -30
- package/dist/integrations/dynamodb/client.js.map +1 -1
- package/dist/integrations/dynamodb/index.d.ts +2 -2
- package/dist/integrations/dynamodb/index.js +1 -1
- package/dist/integrations/dynamodb/types.d.ts +10 -9
- package/dist/integrations/dynamodb/types.d.ts.map +1 -1
- package/dist/integrations/elasticsearch/client.d.ts +2 -2
- package/dist/integrations/elasticsearch/client.d.ts.map +1 -1
- package/dist/integrations/elasticsearch/client.js +1 -1
- package/dist/integrations/elasticsearch/client.js.map +1 -1
- package/dist/integrations/elasticsearch/index.d.ts +2 -2
- package/dist/integrations/elasticsearch/index.js +1 -1
- package/dist/integrations/elasticsearch/types.d.ts +4 -3
- package/dist/integrations/elasticsearch/types.d.ts.map +1 -1
- package/dist/integrations/fireworks/client.d.ts +2 -2
- package/dist/integrations/fireworks/client.d.ts.map +1 -1
- package/dist/integrations/fireworks/client.js +1 -1
- package/dist/integrations/fireworks/client.js.map +1 -1
- package/dist/integrations/fireworks/index.d.ts +2 -2
- package/dist/integrations/fireworks/index.js +1 -1
- package/dist/integrations/fireworks/types.d.ts +4 -3
- package/dist/integrations/fireworks/types.d.ts.map +1 -1
- package/dist/integrations/front/client.d.ts +2 -2
- package/dist/integrations/front/client.d.ts.map +1 -1
- package/dist/integrations/front/client.js +1 -1
- package/dist/integrations/front/client.js.map +1 -1
- package/dist/integrations/front/index.d.ts +2 -2
- package/dist/integrations/front/index.js +1 -1
- package/dist/integrations/front/types.d.ts +4 -3
- package/dist/integrations/front/types.d.ts.map +1 -1
- package/dist/integrations/gcs/client.d.ts +4 -4
- package/dist/integrations/gcs/client.js +20 -20
- package/dist/integrations/gcs/index.d.ts +2 -2
- package/dist/integrations/gcs/index.js +1 -1
- package/dist/integrations/gcs/types.d.ts +3 -3
- package/dist/integrations/gcs/types.d.ts.map +1 -1
- package/dist/integrations/gemini/client.d.ts +2 -2
- package/dist/integrations/gemini/client.d.ts.map +1 -1
- package/dist/integrations/gemini/client.js +1 -1
- package/dist/integrations/gemini/client.js.map +1 -1
- package/dist/integrations/gemini/index.d.ts +2 -2
- package/dist/integrations/gemini/index.js +1 -1
- package/dist/integrations/gemini/types.d.ts +4 -3
- package/dist/integrations/gemini/types.d.ts.map +1 -1
- package/dist/integrations/github/client.d.ts +2 -2
- package/dist/integrations/github/client.d.ts.map +1 -1
- package/dist/integrations/github/client.js +1 -1
- package/dist/integrations/github/client.js.map +1 -1
- package/dist/integrations/github/index.d.ts +2 -2
- package/dist/integrations/github/index.js +1 -1
- package/dist/integrations/github/types.d.ts +6 -5
- package/dist/integrations/github/types.d.ts.map +1 -1
- package/dist/integrations/googleanalytics/client.d.ts +2 -2
- package/dist/integrations/googleanalytics/client.d.ts.map +1 -1
- package/dist/integrations/googleanalytics/client.js +1 -1
- package/dist/integrations/googleanalytics/client.js.map +1 -1
- package/dist/integrations/googleanalytics/index.d.ts +2 -2
- package/dist/integrations/googleanalytics/index.js +1 -1
- package/dist/integrations/googleanalytics/types.d.ts +4 -3
- package/dist/integrations/googleanalytics/types.d.ts.map +1 -1
- package/dist/integrations/googledrive/client.d.ts +2 -2
- package/dist/integrations/googledrive/client.d.ts.map +1 -1
- package/dist/integrations/googledrive/client.js +1 -1
- package/dist/integrations/googledrive/client.js.map +1 -1
- package/dist/integrations/googledrive/index.d.ts +2 -2
- package/dist/integrations/googledrive/index.js +1 -1
- package/dist/integrations/googledrive/types.d.ts +4 -3
- package/dist/integrations/googledrive/types.d.ts.map +1 -1
- package/dist/integrations/graphql/client.d.ts +2 -2
- package/dist/integrations/graphql/client.d.ts.map +1 -1
- package/dist/integrations/graphql/client.js +1 -1
- package/dist/integrations/graphql/client.js.map +1 -1
- package/dist/integrations/graphql/index.d.ts +2 -2
- package/dist/integrations/graphql/index.js +1 -1
- package/dist/integrations/graphql/types.d.ts +4 -3
- package/dist/integrations/graphql/types.d.ts.map +1 -1
- package/dist/integrations/groq/client.d.ts +2 -2
- package/dist/integrations/groq/client.d.ts.map +1 -1
- package/dist/integrations/groq/client.js +1 -1
- package/dist/integrations/groq/client.js.map +1 -1
- package/dist/integrations/groq/index.d.ts +2 -2
- package/dist/integrations/groq/index.js +1 -1
- package/dist/integrations/groq/types.d.ts +4 -3
- package/dist/integrations/groq/types.d.ts.map +1 -1
- package/dist/integrations/gsheets/client.d.ts +4 -4
- package/dist/integrations/gsheets/client.d.ts.map +1 -1
- package/dist/integrations/gsheets/client.js +3 -3
- package/dist/integrations/gsheets/client.js.map +1 -1
- package/dist/integrations/gsheets/index.d.ts +2 -2
- package/dist/integrations/gsheets/index.js +1 -1
- package/dist/integrations/gsheets/types.d.ts +7 -6
- package/dist/integrations/gsheets/types.d.ts.map +1 -1
- package/dist/integrations/hubspot/client.d.ts +2 -2
- package/dist/integrations/hubspot/client.d.ts.map +1 -1
- package/dist/integrations/hubspot/client.js +1 -1
- package/dist/integrations/hubspot/client.js.map +1 -1
- package/dist/integrations/hubspot/index.d.ts +2 -2
- package/dist/integrations/hubspot/index.js +1 -1
- package/dist/integrations/hubspot/types.d.ts +4 -3
- package/dist/integrations/hubspot/types.d.ts.map +1 -1
- package/dist/integrations/index.d.ts +131 -131
- package/dist/integrations/index.d.ts.map +1 -1
- package/dist/integrations/index.js +66 -66
- package/dist/integrations/index.js.map +1 -1
- package/dist/integrations/intercom/client.d.ts +2 -2
- package/dist/integrations/intercom/client.d.ts.map +1 -1
- package/dist/integrations/intercom/client.js +1 -1
- package/dist/integrations/intercom/client.js.map +1 -1
- package/dist/integrations/intercom/index.d.ts +2 -2
- package/dist/integrations/intercom/index.js +1 -1
- package/dist/integrations/intercom/types.d.ts +4 -3
- package/dist/integrations/intercom/types.d.ts.map +1 -1
- package/dist/integrations/jira/client.d.ts +2 -2
- package/dist/integrations/jira/client.d.ts.map +1 -1
- package/dist/integrations/jira/client.js +1 -1
- package/dist/integrations/jira/client.js.map +1 -1
- package/dist/integrations/jira/index.d.ts +2 -2
- package/dist/integrations/jira/index.js +1 -1
- package/dist/integrations/jira/types.d.ts +4 -3
- package/dist/integrations/jira/types.d.ts.map +1 -1
- package/dist/integrations/kafka/client.d.ts +4 -4
- package/dist/integrations/kafka/client.d.ts.map +1 -1
- package/dist/integrations/kafka/client.js +19 -17
- package/dist/integrations/kafka/client.js.map +1 -1
- package/dist/integrations/kafka/index.d.ts +2 -2
- package/dist/integrations/kafka/index.js +1 -1
- package/dist/integrations/kafka/types.d.ts +8 -7
- package/dist/integrations/kafka/types.d.ts.map +1 -1
- package/dist/integrations/kinesis/client.d.ts +3 -3
- package/dist/integrations/kinesis/client.d.ts.map +1 -1
- package/dist/integrations/kinesis/client.js +5 -5
- package/dist/integrations/kinesis/client.js.map +1 -1
- package/dist/integrations/kinesis/index.d.ts +2 -2
- package/dist/integrations/kinesis/index.js +1 -1
- package/dist/integrations/kinesis/types.d.ts +5 -4
- package/dist/integrations/kinesis/types.d.ts.map +1 -1
- package/dist/integrations/lakebase/client.d.ts +4 -4
- package/dist/integrations/lakebase/client.d.ts.map +1 -1
- package/dist/integrations/lakebase/client.js +8 -8
- package/dist/integrations/lakebase/client.js.map +1 -1
- package/dist/integrations/lakebase/index.d.ts +2 -2
- package/dist/integrations/lakebase/index.js +1 -1
- package/dist/integrations/lakebase/types.d.ts +2 -2
- package/dist/integrations/lakebase/types.d.ts.map +1 -1
- package/dist/integrations/launchdarkly/client.d.ts +2 -2
- package/dist/integrations/launchdarkly/client.d.ts.map +1 -1
- package/dist/integrations/launchdarkly/client.js +1 -1
- package/dist/integrations/launchdarkly/client.js.map +1 -1
- package/dist/integrations/launchdarkly/index.d.ts +2 -2
- package/dist/integrations/launchdarkly/index.js +1 -1
- package/dist/integrations/launchdarkly/types.d.ts +4 -3
- package/dist/integrations/launchdarkly/types.d.ts.map +1 -1
- package/dist/integrations/mariadb/client.d.ts +4 -4
- package/dist/integrations/mariadb/client.d.ts.map +1 -1
- package/dist/integrations/mariadb/client.js +8 -8
- package/dist/integrations/mariadb/client.js.map +1 -1
- package/dist/integrations/mariadb/index.d.ts +2 -2
- package/dist/integrations/mariadb/index.js +1 -1
- package/dist/integrations/mariadb/types.d.ts +4 -3
- package/dist/integrations/mariadb/types.d.ts.map +1 -1
- package/dist/integrations/mistral/client.d.ts +2 -2
- package/dist/integrations/mistral/client.d.ts.map +1 -1
- package/dist/integrations/mistral/client.js +1 -1
- package/dist/integrations/mistral/client.js.map +1 -1
- package/dist/integrations/mistral/index.d.ts +2 -2
- package/dist/integrations/mistral/index.js +1 -1
- package/dist/integrations/mistral/types.d.ts +4 -3
- package/dist/integrations/mistral/types.d.ts.map +1 -1
- package/dist/integrations/mongodb/client.d.ts +4 -4
- package/dist/integrations/mongodb/client.d.ts.map +1 -1
- package/dist/integrations/mongodb/client.js +3 -3
- package/dist/integrations/mongodb/client.js.map +1 -1
- package/dist/integrations/mongodb/index.d.ts +2 -2
- package/dist/integrations/mongodb/index.js +1 -1
- package/dist/integrations/mongodb/types.d.ts +5 -4
- package/dist/integrations/mongodb/types.d.ts.map +1 -1
- package/dist/integrations/mssql/client.d.ts +4 -4
- package/dist/integrations/mssql/client.d.ts.map +1 -1
- package/dist/integrations/mssql/client.js +8 -8
- package/dist/integrations/mssql/client.js.map +1 -1
- package/dist/integrations/mssql/index.d.ts +2 -2
- package/dist/integrations/mssql/index.js +1 -1
- package/dist/integrations/mssql/types.d.ts +4 -3
- package/dist/integrations/mssql/types.d.ts.map +1 -1
- package/dist/integrations/mysql/client.d.ts +4 -4
- package/dist/integrations/mysql/client.d.ts.map +1 -1
- package/dist/integrations/mysql/client.js +8 -8
- package/dist/integrations/mysql/client.js.map +1 -1
- package/dist/integrations/mysql/index.d.ts +2 -2
- package/dist/integrations/mysql/index.js +1 -1
- package/dist/integrations/mysql/types.d.ts +4 -3
- package/dist/integrations/mysql/types.d.ts.map +1 -1
- package/dist/integrations/notion/client.d.ts +2 -2
- package/dist/integrations/notion/client.d.ts.map +1 -1
- package/dist/integrations/notion/client.js +1 -1
- package/dist/integrations/notion/client.js.map +1 -1
- package/dist/integrations/notion/index.d.ts +2 -2
- package/dist/integrations/notion/index.js +1 -1
- package/dist/integrations/notion/types.d.ts +6 -5
- package/dist/integrations/notion/types.d.ts.map +1 -1
- package/dist/integrations/openai_v2/client.d.ts +2 -2
- package/dist/integrations/openai_v2/client.d.ts.map +1 -1
- package/dist/integrations/openai_v2/client.js +1 -1
- package/dist/integrations/openai_v2/client.js.map +1 -1
- package/dist/integrations/openai_v2/index.d.ts +2 -2
- package/dist/integrations/openai_v2/index.js +1 -1
- package/dist/integrations/openai_v2/types.d.ts +5 -4
- package/dist/integrations/openai_v2/types.d.ts.map +1 -1
- package/dist/integrations/oracledb/client.d.ts +4 -4
- package/dist/integrations/oracledb/client.d.ts.map +1 -1
- package/dist/integrations/oracledb/client.js +8 -8
- package/dist/integrations/oracledb/client.js.map +1 -1
- package/dist/integrations/oracledb/index.d.ts +2 -2
- package/dist/integrations/oracledb/index.js +1 -1
- package/dist/integrations/oracledb/types.d.ts +4 -3
- package/dist/integrations/oracledb/types.d.ts.map +1 -1
- package/dist/integrations/pagerduty/client.d.ts +2 -2
- package/dist/integrations/pagerduty/client.d.ts.map +1 -1
- package/dist/integrations/pagerduty/client.js +1 -1
- package/dist/integrations/pagerduty/client.js.map +1 -1
- package/dist/integrations/pagerduty/index.d.ts +2 -2
- package/dist/integrations/pagerduty/index.js +1 -1
- package/dist/integrations/pagerduty/types.d.ts +4 -3
- package/dist/integrations/pagerduty/types.d.ts.map +1 -1
- package/dist/integrations/perplexity/client.d.ts +2 -2
- package/dist/integrations/perplexity/client.d.ts.map +1 -1
- package/dist/integrations/perplexity/client.js +1 -1
- package/dist/integrations/perplexity/client.js.map +1 -1
- package/dist/integrations/perplexity/index.d.ts +2 -2
- package/dist/integrations/perplexity/index.js +1 -1
- package/dist/integrations/perplexity/types.d.ts +4 -3
- package/dist/integrations/perplexity/types.d.ts.map +1 -1
- package/dist/integrations/postgres/client.d.ts +6 -6
- package/dist/integrations/postgres/client.d.ts.map +1 -1
- package/dist/integrations/postgres/client.js +8 -8
- package/dist/integrations/postgres/client.js.map +1 -1
- package/dist/integrations/postgres/index.d.ts +2 -2
- package/dist/integrations/postgres/index.js +1 -1
- package/dist/integrations/postgres/types.d.ts +8 -7
- package/dist/integrations/postgres/types.d.ts.map +1 -1
- package/dist/integrations/python/client.d.ts +6 -6
- package/dist/integrations/python/client.d.ts.map +1 -1
- package/dist/integrations/python/client.js +5 -5
- package/dist/integrations/python/client.js.map +1 -1
- package/dist/integrations/python/client.test.js +82 -63
- package/dist/integrations/python/client.test.js.map +1 -1
- package/dist/integrations/python/index.d.ts +2 -2
- package/dist/integrations/python/index.js +1 -1
- package/dist/integrations/python/types.d.ts +5 -5
- package/dist/integrations/redis/client.d.ts +4 -4
- package/dist/integrations/redis/client.d.ts.map +1 -1
- package/dist/integrations/redis/client.js +23 -23
- package/dist/integrations/redis/client.js.map +1 -1
- package/dist/integrations/redis/index.d.ts +2 -2
- package/dist/integrations/redis/index.js +1 -1
- package/dist/integrations/redis/types.d.ts +4 -3
- package/dist/integrations/redis/types.d.ts.map +1 -1
- package/dist/integrations/redshift/client.d.ts +4 -4
- package/dist/integrations/redshift/client.d.ts.map +1 -1
- package/dist/integrations/redshift/client.js +8 -8
- package/dist/integrations/redshift/client.js.map +1 -1
- package/dist/integrations/redshift/index.d.ts +2 -2
- package/dist/integrations/redshift/index.js +1 -1
- package/dist/integrations/redshift/types.d.ts +4 -3
- package/dist/integrations/redshift/types.d.ts.map +1 -1
- package/dist/integrations/registry.d.ts +2 -2
- package/dist/integrations/registry.d.ts.map +1 -1
- package/dist/integrations/registry.js +132 -132
- package/dist/integrations/registry.js.map +1 -1
- package/dist/integrations/registry.test.js +10 -10
- package/dist/integrations/registry.test.js.map +1 -1
- package/dist/integrations/s3/client.d.ts +4 -4
- package/dist/integrations/s3/client.d.ts.map +1 -1
- package/dist/integrations/s3/client.js +20 -20
- package/dist/integrations/s3/client.js.map +1 -1
- package/dist/integrations/s3/index.d.ts +2 -2
- package/dist/integrations/s3/index.js +1 -1
- package/dist/integrations/s3/types.d.ts +3 -3
- package/dist/integrations/s3/types.d.ts.map +1 -1
- package/dist/integrations/salesforce/client.d.ts +4 -4
- package/dist/integrations/salesforce/client.d.ts.map +1 -1
- package/dist/integrations/salesforce/client.js +22 -22
- package/dist/integrations/salesforce/client.js.map +1 -1
- package/dist/integrations/salesforce/index.d.ts +2 -2
- package/dist/integrations/salesforce/index.d.ts.map +1 -1
- package/dist/integrations/salesforce/index.js +1 -1
- package/dist/integrations/salesforce/index.js.map +1 -1
- package/dist/integrations/salesforce/types.d.ts +12 -11
- package/dist/integrations/salesforce/types.d.ts.map +1 -1
- package/dist/integrations/segment/client.d.ts +2 -2
- package/dist/integrations/segment/client.d.ts.map +1 -1
- package/dist/integrations/segment/client.js +1 -1
- package/dist/integrations/segment/client.js.map +1 -1
- package/dist/integrations/segment/index.d.ts +2 -2
- package/dist/integrations/segment/index.js +1 -1
- package/dist/integrations/segment/types.d.ts +4 -3
- package/dist/integrations/segment/types.d.ts.map +1 -1
- package/dist/integrations/sendgrid/client.d.ts +2 -2
- package/dist/integrations/sendgrid/client.d.ts.map +1 -1
- package/dist/integrations/sendgrid/client.js +1 -1
- package/dist/integrations/sendgrid/client.js.map +1 -1
- package/dist/integrations/sendgrid/index.d.ts +2 -2
- package/dist/integrations/sendgrid/index.js +1 -1
- package/dist/integrations/sendgrid/types.d.ts +4 -3
- package/dist/integrations/sendgrid/types.d.ts.map +1 -1
- package/dist/integrations/slack/client.d.ts.map +1 -1
- package/dist/integrations/slack/client.js.map +1 -1
- package/dist/integrations/slack/index.d.ts +2 -2
- package/dist/integrations/slack/index.js +1 -1
- package/dist/integrations/slack/types.d.ts +6 -12
- package/dist/integrations/slack/types.d.ts.map +1 -1
- package/dist/integrations/smtp/client.d.ts +3 -3
- package/dist/integrations/smtp/client.js +6 -6
- package/dist/integrations/smtp/index.d.ts +2 -2
- package/dist/integrations/smtp/index.js +1 -1
- package/dist/integrations/smtp/types.d.ts +1 -1
- package/dist/integrations/snowflake/client.d.ts.map +1 -1
- package/dist/integrations/snowflake/client.js.map +1 -1
- package/dist/integrations/snowflake/index.d.ts +2 -2
- package/dist/integrations/snowflake/index.js +1 -1
- package/dist/integrations/snowflake/types.d.ts +4 -3
- package/dist/integrations/snowflake/types.d.ts.map +1 -1
- package/dist/integrations/snowflakecortex/client.d.ts +2 -2
- package/dist/integrations/snowflakecortex/client.d.ts.map +1 -1
- package/dist/integrations/snowflakecortex/client.js +1 -1
- package/dist/integrations/snowflakecortex/client.js.map +1 -1
- package/dist/integrations/snowflakecortex/index.d.ts +2 -2
- package/dist/integrations/snowflakecortex/index.js +1 -1
- package/dist/integrations/snowflakecortex/types.d.ts +2 -2
- package/dist/integrations/snowflakecortex/types.d.ts.map +1 -1
- package/dist/integrations/snowflakepostgres/client.d.ts +2 -2
- package/dist/integrations/snowflakepostgres/client.js +1 -1
- package/dist/integrations/snowflakepostgres/index.d.ts +2 -2
- package/dist/integrations/snowflakepostgres/index.js +1 -1
- package/dist/integrations/snowflakepostgres/types.d.ts +2 -2
- package/dist/integrations/snowflakepostgres/types.d.ts.map +1 -1
- package/dist/integrations/stabilityai/client.d.ts +2 -2
- package/dist/integrations/stabilityai/client.d.ts.map +1 -1
- package/dist/integrations/stabilityai/client.js +1 -1
- package/dist/integrations/stabilityai/client.js.map +1 -1
- package/dist/integrations/stabilityai/index.d.ts +2 -2
- package/dist/integrations/stabilityai/index.js +1 -1
- package/dist/integrations/stabilityai/types.d.ts +4 -3
- package/dist/integrations/stabilityai/types.d.ts.map +1 -1
- package/dist/integrations/stripe/client.d.ts +2 -2
- package/dist/integrations/stripe/client.d.ts.map +1 -1
- package/dist/integrations/stripe/client.js +1 -1
- package/dist/integrations/stripe/client.js.map +1 -1
- package/dist/integrations/stripe/index.d.ts +2 -2
- package/dist/integrations/stripe/index.js +1 -1
- package/dist/integrations/stripe/types.d.ts +6 -5
- package/dist/integrations/stripe/types.d.ts.map +1 -1
- package/dist/integrations/superblocks-ocr/client.d.ts +2 -2
- package/dist/integrations/superblocks-ocr/client.d.ts.map +1 -1
- package/dist/integrations/superblocks-ocr/client.js +1 -1
- package/dist/integrations/superblocks-ocr/client.js.map +1 -1
- package/dist/integrations/superblocks-ocr/index.d.ts +2 -2
- package/dist/integrations/superblocks-ocr/index.js +1 -1
- package/dist/integrations/superblocks-ocr/types.d.ts +4 -3
- package/dist/integrations/superblocks-ocr/types.d.ts.map +1 -1
- package/dist/integrations/twilio/client.d.ts +2 -2
- package/dist/integrations/twilio/client.d.ts.map +1 -1
- package/dist/integrations/twilio/client.js +1 -1
- package/dist/integrations/twilio/client.js.map +1 -1
- package/dist/integrations/twilio/index.d.ts +2 -2
- package/dist/integrations/twilio/index.js +1 -1
- package/dist/integrations/twilio/types.d.ts +4 -3
- package/dist/integrations/twilio/types.d.ts.map +1 -1
- package/dist/integrations/types.d.ts +1 -1
- package/dist/integrations/utils.js +5 -5
- package/dist/integrations/zendesk/client.d.ts +2 -2
- package/dist/integrations/zendesk/client.d.ts.map +1 -1
- package/dist/integrations/zendesk/client.js +1 -1
- package/dist/integrations/zendesk/client.js.map +1 -1
- package/dist/integrations/zendesk/index.d.ts +2 -2
- package/dist/integrations/zendesk/index.js +1 -1
- package/dist/integrations/zendesk/types.d.ts +4 -3
- package/dist/integrations/zendesk/types.d.ts.map +1 -1
- package/dist/integrations/zoom/client.d.ts +2 -2
- package/dist/integrations/zoom/client.d.ts.map +1 -1
- package/dist/integrations/zoom/client.js +1 -1
- package/dist/integrations/zoom/client.js.map +1 -1
- package/dist/integrations/zoom/index.d.ts +2 -2
- package/dist/integrations/zoom/index.js +1 -1
- package/dist/integrations/zoom/types.d.ts +5 -4
- package/dist/integrations/zoom/types.d.ts.map +1 -1
- package/dist/runtime/context.d.ts +3 -3
- package/dist/runtime/context.d.ts.map +1 -1
- package/dist/runtime/context.js +3 -3
- package/dist/runtime/context.js.map +1 -1
- package/dist/runtime/errors.d.ts.map +1 -1
- package/dist/runtime/errors.js +17 -13
- package/dist/runtime/errors.js.map +1 -1
- package/dist/runtime/execute.d.ts +5 -5
- package/dist/runtime/execute.d.ts.map +1 -1
- package/dist/runtime/execute.js +3 -3
- package/dist/runtime/execute.js.map +1 -1
- package/dist/runtime/executor.d.ts +4 -4
- package/dist/runtime/executor.js +5 -5
- package/dist/runtime/index.d.ts +6 -6
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +6 -6
- package/dist/runtime/index.js.map +1 -1
- package/dist/runtime/logger.d.ts +1 -1
- package/dist/runtime/logger.d.ts.map +1 -1
- package/dist/runtime/logger.js +5 -5
- package/dist/runtime/logger.js.map +1 -1
- package/dist/runtime/streaming-context.d.ts +3 -3
- package/dist/runtime/streaming-context.d.ts.map +1 -1
- package/dist/runtime/streaming-context.js +2 -2
- package/dist/runtime/streaming-context.js.map +1 -1
- package/dist/runtime/streaming-executor.d.ts +4 -4
- package/dist/runtime/streaming-executor.d.ts.map +1 -1
- package/dist/runtime/streaming-executor.js +5 -5
- package/dist/runtime/streaming-executor.js.map +1 -1
- package/dist/types.d.ts +10 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/api/definition.test.ts +65 -2
- package/src/api/definition.ts +33 -1
- package/src/api/index.ts +4 -4
- package/src/api/streaming.test.ts +166 -88
- package/src/api/streaming.ts +41 -13
- package/src/errors.ts +6 -6
- package/src/index.ts +14 -3
- package/src/integrations/airtable/README.md +46 -39
- package/src/integrations/airtable/client.ts +5 -3
- package/src/integrations/airtable/index.ts +2 -2
- package/src/integrations/airtable/types.ts +7 -11
- package/src/integrations/anthropic/README.md +57 -47
- package/src/integrations/anthropic/client.ts +5 -3
- package/src/integrations/anthropic/index.ts +2 -2
- package/src/integrations/anthropic/types.ts +12 -5
- package/src/integrations/asana/README.md +39 -37
- package/src/integrations/asana/client.ts +5 -3
- package/src/integrations/asana/index.ts +2 -2
- package/src/integrations/asana/types.ts +4 -3
- package/src/integrations/athena/README.md +23 -16
- package/src/integrations/athena/client.ts +18 -15
- package/src/integrations/athena/index.ts +2 -2
- package/src/integrations/athena/types.ts +9 -4
- package/src/integrations/base/graphql-integration-client.ts +9 -9
- package/src/integrations/base/index.ts +4 -4
- package/src/integrations/base/rest-api-integration-client.ts +15 -4
- package/src/integrations/base/types.ts +8 -11
- package/src/integrations/bigquery/README.md +24 -19
- package/src/integrations/bigquery/client.ts +21 -16
- package/src/integrations/bigquery/index.ts +2 -2
- package/src/integrations/bigquery/types.ts +9 -4
- package/src/integrations/bitbucket/README.md +56 -40
- package/src/integrations/bitbucket/client.ts +5 -3
- package/src/integrations/bitbucket/index.ts +2 -2
- package/src/integrations/bitbucket/types.ts +6 -4
- package/src/integrations/box/README.md +60 -53
- package/src/integrations/box/client.ts +5 -3
- package/src/integrations/box/index.ts +2 -2
- package/src/integrations/box/types.ts +4 -3
- package/src/integrations/circleci/README.md +70 -43
- package/src/integrations/circleci/client.ts +5 -3
- package/src/integrations/circleci/index.ts +2 -2
- package/src/integrations/circleci/types.ts +6 -4
- package/src/integrations/cockroachdb/README.md +26 -21
- package/src/integrations/cockroachdb/client.ts +18 -15
- package/src/integrations/cockroachdb/index.ts +2 -2
- package/src/integrations/cockroachdb/types.ts +9 -4
- package/src/integrations/cohere/README.md +30 -29
- package/src/integrations/cohere/client.ts +5 -3
- package/src/integrations/cohere/index.ts +2 -2
- package/src/integrations/cohere/types.ts +7 -11
- package/src/integrations/confluence/README.md +50 -46
- package/src/integrations/confluence/client.ts +5 -3
- package/src/integrations/confluence/index.ts +2 -2
- package/src/integrations/confluence/types.ts +6 -4
- package/src/integrations/cosmosdb/README.md +26 -23
- package/src/integrations/cosmosdb/client.ts +32 -30
- package/src/integrations/cosmosdb/index.ts +2 -2
- package/src/integrations/cosmosdb/types.ts +4 -3
- package/src/integrations/couchbase/README.md +37 -23
- package/src/integrations/couchbase/client.ts +28 -22
- package/src/integrations/couchbase/index.ts +2 -2
- package/src/integrations/couchbase/types.ts +14 -8
- package/src/integrations/databricks/README.md +25 -20
- package/src/integrations/databricks/client.ts +18 -15
- package/src/integrations/databricks/index.ts +2 -2
- package/src/integrations/databricks/types.ts +9 -4
- package/src/integrations/datadog/README.md +51 -38
- package/src/integrations/datadog/client.ts +5 -3
- package/src/integrations/datadog/index.ts +2 -2
- package/src/integrations/datadog/types.ts +6 -4
- package/src/integrations/declarations.ts +237 -199
- package/src/integrations/dropbox/README.md +42 -39
- package/src/integrations/dropbox/client.ts +5 -3
- package/src/integrations/dropbox/index.ts +2 -2
- package/src/integrations/dropbox/types.ts +6 -4
- package/src/integrations/dynamodb/README.md +92 -60
- package/src/integrations/dynamodb/client.ts +45 -36
- package/src/integrations/dynamodb/index.ts +2 -2
- package/src/integrations/dynamodb/types.ts +10 -9
- package/src/integrations/elasticsearch/README.md +72 -70
- package/src/integrations/elasticsearch/client.ts +5 -3
- package/src/integrations/elasticsearch/index.ts +2 -2
- package/src/integrations/elasticsearch/types.ts +6 -4
- package/src/integrations/fireworks/README.md +35 -38
- package/src/integrations/fireworks/client.ts +5 -3
- package/src/integrations/fireworks/index.ts +2 -2
- package/src/integrations/fireworks/types.ts +6 -4
- package/src/integrations/front/README.md +29 -28
- package/src/integrations/front/client.ts +5 -3
- package/src/integrations/front/index.ts +2 -2
- package/src/integrations/front/types.ts +4 -3
- package/src/integrations/gcs/README.md +24 -19
- package/src/integrations/gcs/client.ts +26 -26
- package/src/integrations/gcs/index.ts +2 -2
- package/src/integrations/gcs/types.ts +11 -14
- package/src/integrations/gemini/README.md +31 -28
- package/src/integrations/gemini/client.ts +5 -3
- package/src/integrations/gemini/index.ts +2 -2
- package/src/integrations/gemini/types.ts +6 -4
- package/src/integrations/github/README.md +41 -35
- package/src/integrations/github/client.ts +5 -3
- package/src/integrations/github/index.ts +2 -2
- package/src/integrations/github/types.ts +8 -6
- package/src/integrations/googleanalytics/README.md +51 -40
- package/src/integrations/googleanalytics/client.ts +5 -3
- package/src/integrations/googleanalytics/index.ts +2 -2
- package/src/integrations/googleanalytics/types.ts +6 -4
- package/src/integrations/googledrive/README.md +57 -50
- package/src/integrations/googledrive/client.ts +5 -3
- package/src/integrations/googledrive/index.ts +2 -2
- package/src/integrations/googledrive/types.ts +6 -4
- package/src/integrations/graphql/README.md +62 -41
- package/src/integrations/graphql/client.ts +5 -3
- package/src/integrations/graphql/index.ts +2 -2
- package/src/integrations/graphql/types.ts +6 -5
- package/src/integrations/groq/README.md +34 -35
- package/src/integrations/groq/client.ts +5 -3
- package/src/integrations/groq/index.ts +2 -2
- package/src/integrations/groq/types.ts +4 -3
- package/src/integrations/gsheets/README.md +61 -47
- package/src/integrations/gsheets/client.ts +19 -11
- package/src/integrations/gsheets/index.ts +2 -2
- package/src/integrations/gsheets/types.ts +12 -11
- package/src/integrations/hubspot/README.md +80 -67
- package/src/integrations/hubspot/client.ts +5 -3
- package/src/integrations/hubspot/index.ts +2 -2
- package/src/integrations/hubspot/types.ts +6 -4
- package/src/integrations/index.ts +169 -131
- package/src/integrations/intercom/README.md +25 -24
- package/src/integrations/intercom/client.ts +5 -3
- package/src/integrations/intercom/index.ts +2 -2
- package/src/integrations/intercom/types.ts +6 -4
- package/src/integrations/jira/README.md +46 -43
- package/src/integrations/jira/client.ts +5 -3
- package/src/integrations/jira/index.ts +2 -2
- package/src/integrations/jira/types.ts +4 -3
- package/src/integrations/kafka/README.md +39 -33
- package/src/integrations/kafka/client.ts +34 -30
- package/src/integrations/kafka/index.ts +2 -2
- package/src/integrations/kafka/types.ts +8 -7
- package/src/integrations/kinesis/README.md +34 -32
- package/src/integrations/kinesis/client.ts +12 -8
- package/src/integrations/kinesis/index.ts +2 -2
- package/src/integrations/kinesis/types.ts +9 -10
- package/src/integrations/lakebase/client.ts +33 -20
- package/src/integrations/lakebase/index.ts +2 -2
- package/src/integrations/lakebase/types.ts +7 -3
- package/src/integrations/launchdarkly/README.md +38 -37
- package/src/integrations/launchdarkly/client.ts +5 -3
- package/src/integrations/launchdarkly/index.ts +2 -2
- package/src/integrations/launchdarkly/types.ts +6 -4
- package/src/integrations/mariadb/README.md +24 -19
- package/src/integrations/mariadb/client.ts +18 -15
- package/src/integrations/mariadb/index.ts +2 -2
- package/src/integrations/mariadb/types.ts +9 -4
- package/src/integrations/mistral/README.md +33 -34
- package/src/integrations/mistral/client.ts +5 -3
- package/src/integrations/mistral/index.ts +2 -2
- package/src/integrations/mistral/types.ts +6 -4
- package/src/integrations/mongodb/README.md +131 -86
- package/src/integrations/mongodb/client.ts +12 -10
- package/src/integrations/mongodb/index.ts +2 -2
- package/src/integrations/mongodb/types.ts +17 -16
- package/src/integrations/mssql/README.md +26 -21
- package/src/integrations/mssql/client.ts +18 -15
- package/src/integrations/mssql/index.ts +2 -2
- package/src/integrations/mssql/types.ts +9 -4
- package/src/integrations/mysql/README.md +27 -22
- package/src/integrations/mysql/client.ts +18 -15
- package/src/integrations/mysql/index.ts +2 -2
- package/src/integrations/mysql/types.ts +9 -4
- package/src/integrations/notion/README.md +31 -28
- package/src/integrations/notion/client.ts +5 -3
- package/src/integrations/notion/index.ts +2 -2
- package/src/integrations/notion/types.ts +8 -6
- package/src/integrations/openai_v2/README.md +40 -39
- package/src/integrations/openai_v2/client.ts +5 -3
- package/src/integrations/openai_v2/index.ts +2 -2
- package/src/integrations/openai_v2/types.ts +12 -5
- package/src/integrations/oracledb/README.md +26 -21
- package/src/integrations/oracledb/client.ts +21 -16
- package/src/integrations/oracledb/index.ts +2 -2
- package/src/integrations/oracledb/types.ts +9 -4
- package/src/integrations/pagerduty/README.md +48 -41
- package/src/integrations/pagerduty/client.ts +5 -3
- package/src/integrations/pagerduty/index.ts +2 -2
- package/src/integrations/pagerduty/types.ts +6 -4
- package/src/integrations/perplexity/README.md +31 -32
- package/src/integrations/perplexity/client.ts +5 -3
- package/src/integrations/perplexity/index.ts +2 -2
- package/src/integrations/perplexity/types.ts +6 -4
- package/src/integrations/postgres/README.md +30 -27
- package/src/integrations/postgres/client.ts +27 -18
- package/src/integrations/postgres/index.ts +2 -2
- package/src/integrations/postgres/types.ts +13 -8
- package/src/integrations/python/README.md +86 -67
- package/src/integrations/python/client.test.ts +104 -86
- package/src/integrations/python/client.ts +27 -23
- package/src/integrations/python/index.ts +2 -2
- package/src/integrations/python/types.ts +6 -6
- package/src/integrations/redis/README.md +48 -35
- package/src/integrations/redis/client.ts +32 -28
- package/src/integrations/redis/index.ts +2 -2
- package/src/integrations/redis/types.ts +4 -3
- package/src/integrations/redshift/README.md +26 -21
- package/src/integrations/redshift/client.ts +21 -16
- package/src/integrations/redshift/index.ts +2 -2
- package/src/integrations/redshift/types.ts +9 -4
- package/src/integrations/registry.test.ts +14 -10
- package/src/integrations/registry.ts +225 -154
- package/src/integrations/s3/README.md +23 -18
- package/src/integrations/s3/client.ts +26 -27
- package/src/integrations/s3/index.ts +2 -2
- package/src/integrations/s3/types.ts +11 -15
- package/src/integrations/salesforce/README.md +35 -30
- package/src/integrations/salesforce/client.ts +27 -30
- package/src/integrations/salesforce/index.ts +6 -2
- package/src/integrations/salesforce/types.ts +23 -18
- package/src/integrations/segment/README.md +23 -22
- package/src/integrations/segment/client.ts +5 -3
- package/src/integrations/segment/index.ts +2 -2
- package/src/integrations/segment/types.ts +6 -4
- package/src/integrations/sendgrid/README.md +27 -24
- package/src/integrations/sendgrid/client.ts +5 -3
- package/src/integrations/sendgrid/index.ts +2 -2
- package/src/integrations/sendgrid/types.ts +6 -4
- package/src/integrations/slack/README.md +29 -28
- package/src/integrations/slack/client.ts +3 -1
- package/src/integrations/slack/index.ts +2 -2
- package/src/integrations/slack/types.ts +6 -12
- package/src/integrations/smtp/client.ts +11 -11
- package/src/integrations/smtp/index.ts +2 -2
- package/src/integrations/smtp/types.ts +1 -1
- package/src/integrations/snowflake/README.md +35 -37
- package/src/integrations/snowflake/client.ts +2 -1
- package/src/integrations/snowflake/index.ts +2 -2
- package/src/integrations/snowflake/types.ts +9 -4
- package/src/integrations/snowflakecortex/client.ts +5 -3
- package/src/integrations/snowflakecortex/index.ts +2 -2
- package/src/integrations/snowflakecortex/types.ts +9 -3
- package/src/integrations/snowflakepostgres/client.ts +2 -2
- package/src/integrations/snowflakepostgres/index.ts +2 -2
- package/src/integrations/snowflakepostgres/types.ts +7 -3
- package/src/integrations/stabilityai/README.md +34 -39
- package/src/integrations/stabilityai/client.ts +5 -3
- package/src/integrations/stabilityai/index.ts +2 -2
- package/src/integrations/stabilityai/types.ts +6 -4
- package/src/integrations/stripe/README.md +34 -33
- package/src/integrations/stripe/client.ts +5 -3
- package/src/integrations/stripe/index.ts +2 -2
- package/src/integrations/stripe/types.ts +8 -6
- package/src/integrations/superblocks-ocr/README.md +35 -30
- package/src/integrations/superblocks-ocr/client.ts +3 -4
- package/src/integrations/superblocks-ocr/index.ts +2 -2
- package/src/integrations/superblocks-ocr/types.ts +6 -4
- package/src/integrations/twilio/README.md +26 -32
- package/src/integrations/twilio/client.ts +5 -3
- package/src/integrations/twilio/index.ts +2 -2
- package/src/integrations/twilio/types.ts +6 -4
- package/src/integrations/types.ts +1 -1
- package/src/integrations/utils.ts +5 -5
- package/src/integrations/zendesk/README.md +29 -28
- package/src/integrations/zendesk/client.ts +5 -3
- package/src/integrations/zendesk/index.ts +2 -2
- package/src/integrations/zendesk/types.ts +6 -4
- package/src/integrations/zoom/README.md +40 -41
- package/src/integrations/zoom/client.ts +5 -3
- package/src/integrations/zoom/index.ts +2 -2
- package/src/integrations/zoom/types.ts +5 -4
- package/src/runtime/context.ts +25 -10
- package/src/runtime/errors.ts +17 -13
- package/src/runtime/execute.ts +10 -11
- package/src/runtime/executor.ts +9 -9
- package/src/runtime/index.ts +9 -6
- package/src/runtime/logger.ts +11 -7
- package/src/runtime/streaming-context.ts +23 -9
- package/src/runtime/streaming-executor.ts +15 -9
- package/src/types.ts +23 -6
|
@@ -71,7 +71,7 @@ function createRef(pluginId, id) {
|
|
|
71
71
|
* ```
|
|
72
72
|
*/
|
|
73
73
|
export function postgres(id) {
|
|
74
|
-
return createRef(
|
|
74
|
+
return createRef("postgres", id);
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Declare a Slack integration.
|
|
@@ -102,7 +102,7 @@ export function postgres(id) {
|
|
|
102
102
|
* ```
|
|
103
103
|
*/
|
|
104
104
|
export function slack(id) {
|
|
105
|
-
return createRef(
|
|
105
|
+
return createRef("slack", id);
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Declare an OpenAI integration.
|
|
@@ -111,7 +111,7 @@ export function slack(id) {
|
|
|
111
111
|
* @returns An integration reference for use in the API config
|
|
112
112
|
*/
|
|
113
113
|
export function openai(id) {
|
|
114
|
-
return createRef(
|
|
114
|
+
return createRef("openai_v2", id);
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Declare an Anthropic integration.
|
|
@@ -120,7 +120,7 @@ export function openai(id) {
|
|
|
120
120
|
* @returns An integration reference for use in the API config
|
|
121
121
|
*/
|
|
122
122
|
export function anthropic(id) {
|
|
123
|
-
return createRef(
|
|
123
|
+
return createRef("anthropic", id);
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Declare a Stripe integration.
|
|
@@ -129,7 +129,7 @@ export function anthropic(id) {
|
|
|
129
129
|
* @returns An integration reference for use in the API config
|
|
130
130
|
*/
|
|
131
131
|
export function stripe(id) {
|
|
132
|
-
return createRef(
|
|
132
|
+
return createRef("stripe", id);
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Declare a GitHub integration.
|
|
@@ -138,7 +138,7 @@ export function stripe(id) {
|
|
|
138
138
|
* @returns An integration reference for use in the API config
|
|
139
139
|
*/
|
|
140
140
|
export function github(id) {
|
|
141
|
-
return createRef(
|
|
141
|
+
return createRef("github", id);
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
144
|
* Declare a Notion integration.
|
|
@@ -147,7 +147,7 @@ export function github(id) {
|
|
|
147
147
|
* @returns An integration reference for use in the API config
|
|
148
148
|
*/
|
|
149
149
|
export function notion(id) {
|
|
150
|
-
return createRef(
|
|
150
|
+
return createRef("notion", id);
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Declare a Snowflake integration.
|
|
@@ -156,7 +156,7 @@ export function notion(id) {
|
|
|
156
156
|
* @returns An integration reference for use in the API config
|
|
157
157
|
*/
|
|
158
158
|
export function snowflake(id) {
|
|
159
|
-
return createRef(
|
|
159
|
+
return createRef("snowflake", id);
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
162
|
* Declare a Snowflake Cortex integration.
|
|
@@ -165,7 +165,7 @@ export function snowflake(id) {
|
|
|
165
165
|
* @returns An integration reference for use in the API config
|
|
166
166
|
*/
|
|
167
167
|
export function snowflakeCortex(id) {
|
|
168
|
-
return createRef(
|
|
168
|
+
return createRef("snowflakecortex", id);
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Declare an Airtable integration.
|
|
@@ -174,7 +174,7 @@ export function snowflakeCortex(id) {
|
|
|
174
174
|
* @returns An integration reference for use in the API config
|
|
175
175
|
*/
|
|
176
176
|
export function airtable(id) {
|
|
177
|
-
return createRef(
|
|
177
|
+
return createRef("airtable", id);
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* Declare an Asana integration.
|
|
@@ -183,7 +183,7 @@ export function airtable(id) {
|
|
|
183
183
|
* @returns An integration reference for use in the API config
|
|
184
184
|
*/
|
|
185
185
|
export function asana(id) {
|
|
186
|
-
return createRef(
|
|
186
|
+
return createRef("asana", id);
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* Declare a Bitbucket integration.
|
|
@@ -192,7 +192,7 @@ export function asana(id) {
|
|
|
192
192
|
* @returns An integration reference for use in the API config
|
|
193
193
|
*/
|
|
194
194
|
export function bitbucket(id) {
|
|
195
|
-
return createRef(
|
|
195
|
+
return createRef("bitbucket", id);
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
198
|
* Declare a Box integration.
|
|
@@ -201,7 +201,7 @@ export function bitbucket(id) {
|
|
|
201
201
|
* @returns An integration reference for use in the API config
|
|
202
202
|
*/
|
|
203
203
|
export function box(id) {
|
|
204
|
-
return createRef(
|
|
204
|
+
return createRef("box", id);
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
207
|
* Declare a CircleCI integration.
|
|
@@ -210,7 +210,7 @@ export function box(id) {
|
|
|
210
210
|
* @returns An integration reference for use in the API config
|
|
211
211
|
*/
|
|
212
212
|
export function circleci(id) {
|
|
213
|
-
return createRef(
|
|
213
|
+
return createRef("circleci", id);
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Declare a Cohere integration.
|
|
@@ -219,7 +219,7 @@ export function circleci(id) {
|
|
|
219
219
|
* @returns An integration reference for use in the API config
|
|
220
220
|
*/
|
|
221
221
|
export function cohere(id) {
|
|
222
|
-
return createRef(
|
|
222
|
+
return createRef("cohere", id);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Declare a Confluence integration.
|
|
@@ -228,7 +228,7 @@ export function cohere(id) {
|
|
|
228
228
|
* @returns An integration reference for use in the API config
|
|
229
229
|
*/
|
|
230
230
|
export function confluence(id) {
|
|
231
|
-
return createRef(
|
|
231
|
+
return createRef("confluence", id);
|
|
232
232
|
}
|
|
233
233
|
/**
|
|
234
234
|
* Declare a Datadog integration.
|
|
@@ -237,7 +237,7 @@ export function confluence(id) {
|
|
|
237
237
|
* @returns An integration reference for use in the API config
|
|
238
238
|
*/
|
|
239
239
|
export function datadog(id) {
|
|
240
|
-
return createRef(
|
|
240
|
+
return createRef("datadog", id);
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Declare a Dropbox integration.
|
|
@@ -246,7 +246,7 @@ export function datadog(id) {
|
|
|
246
246
|
* @returns An integration reference for use in the API config
|
|
247
247
|
*/
|
|
248
248
|
export function dropbox(id) {
|
|
249
|
-
return createRef(
|
|
249
|
+
return createRef("dropbox", id);
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* Declare an ElasticSearch integration.
|
|
@@ -255,7 +255,7 @@ export function dropbox(id) {
|
|
|
255
255
|
* @returns An integration reference for use in the API config
|
|
256
256
|
*/
|
|
257
257
|
export function elasticsearch(id) {
|
|
258
|
-
return createRef(
|
|
258
|
+
return createRef("elasticsearch", id);
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
261
|
* Declare a Fireworks integration.
|
|
@@ -264,7 +264,7 @@ export function elasticsearch(id) {
|
|
|
264
264
|
* @returns An integration reference for use in the API config
|
|
265
265
|
*/
|
|
266
266
|
export function fireworks(id) {
|
|
267
|
-
return createRef(
|
|
267
|
+
return createRef("fireworks", id);
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
270
|
* Declare a Front integration.
|
|
@@ -273,7 +273,7 @@ export function fireworks(id) {
|
|
|
273
273
|
* @returns An integration reference for use in the API config
|
|
274
274
|
*/
|
|
275
275
|
export function front(id) {
|
|
276
|
-
return createRef(
|
|
276
|
+
return createRef("front", id);
|
|
277
277
|
}
|
|
278
278
|
/**
|
|
279
279
|
* Declare a Gemini integration.
|
|
@@ -282,7 +282,7 @@ export function front(id) {
|
|
|
282
282
|
* @returns An integration reference for use in the API config
|
|
283
283
|
*/
|
|
284
284
|
export function gemini(id) {
|
|
285
|
-
return createRef(
|
|
285
|
+
return createRef("gemini", id);
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Declare a Google Analytics integration.
|
|
@@ -291,7 +291,7 @@ export function gemini(id) {
|
|
|
291
291
|
* @returns An integration reference for use in the API config
|
|
292
292
|
*/
|
|
293
293
|
export function googleAnalytics(id) {
|
|
294
|
-
return createRef(
|
|
294
|
+
return createRef("googleanalytics", id);
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
297
|
* Declare a Google Drive integration.
|
|
@@ -300,7 +300,7 @@ export function googleAnalytics(id) {
|
|
|
300
300
|
* @returns An integration reference for use in the API config
|
|
301
301
|
*/
|
|
302
302
|
export function googleDrive(id) {
|
|
303
|
-
return createRef(
|
|
303
|
+
return createRef("googledrive", id);
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* Declare a Groq integration.
|
|
@@ -309,7 +309,7 @@ export function googleDrive(id) {
|
|
|
309
309
|
* @returns An integration reference for use in the API config
|
|
310
310
|
*/
|
|
311
311
|
export function groq(id) {
|
|
312
|
-
return createRef(
|
|
312
|
+
return createRef("groq", id);
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
315
|
* Declare a HubSpot integration.
|
|
@@ -318,7 +318,7 @@ export function groq(id) {
|
|
|
318
318
|
* @returns An integration reference for use in the API config
|
|
319
319
|
*/
|
|
320
320
|
export function hubspot(id) {
|
|
321
|
-
return createRef(
|
|
321
|
+
return createRef("hubspot", id);
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
324
|
* Declare an Intercom integration.
|
|
@@ -327,7 +327,7 @@ export function hubspot(id) {
|
|
|
327
327
|
* @returns An integration reference for use in the API config
|
|
328
328
|
*/
|
|
329
329
|
export function intercom(id) {
|
|
330
|
-
return createRef(
|
|
330
|
+
return createRef("intercom", id);
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* Declare a Jira integration.
|
|
@@ -336,7 +336,7 @@ export function intercom(id) {
|
|
|
336
336
|
* @returns An integration reference for use in the API config
|
|
337
337
|
*/
|
|
338
338
|
export function jira(id) {
|
|
339
|
-
return createRef(
|
|
339
|
+
return createRef("jira", id);
|
|
340
340
|
}
|
|
341
341
|
/**
|
|
342
342
|
* Declare a LaunchDarkly integration.
|
|
@@ -345,7 +345,7 @@ export function jira(id) {
|
|
|
345
345
|
* @returns An integration reference for use in the API config
|
|
346
346
|
*/
|
|
347
347
|
export function launchDarkly(id) {
|
|
348
|
-
return createRef(
|
|
348
|
+
return createRef("launchdarkly", id);
|
|
349
349
|
}
|
|
350
350
|
/**
|
|
351
351
|
* Declare a Mistral integration.
|
|
@@ -354,7 +354,7 @@ export function launchDarkly(id) {
|
|
|
354
354
|
* @returns An integration reference for use in the API config
|
|
355
355
|
*/
|
|
356
356
|
export function mistral(id) {
|
|
357
|
-
return createRef(
|
|
357
|
+
return createRef("mistral", id);
|
|
358
358
|
}
|
|
359
359
|
/**
|
|
360
360
|
* Declare a PagerDuty integration.
|
|
@@ -363,7 +363,7 @@ export function mistral(id) {
|
|
|
363
363
|
* @returns An integration reference for use in the API config
|
|
364
364
|
*/
|
|
365
365
|
export function pagerDuty(id) {
|
|
366
|
-
return createRef(
|
|
366
|
+
return createRef("pagerduty", id);
|
|
367
367
|
}
|
|
368
368
|
/**
|
|
369
369
|
* Declare a Perplexity integration.
|
|
@@ -372,7 +372,7 @@ export function pagerDuty(id) {
|
|
|
372
372
|
* @returns An integration reference for use in the API config
|
|
373
373
|
*/
|
|
374
374
|
export function perplexity(id) {
|
|
375
|
-
return createRef(
|
|
375
|
+
return createRef("perplexity", id);
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Declare a Segment integration.
|
|
@@ -381,7 +381,7 @@ export function perplexity(id) {
|
|
|
381
381
|
* @returns An integration reference for use in the API config
|
|
382
382
|
*/
|
|
383
383
|
export function segment(id) {
|
|
384
|
-
return createRef(
|
|
384
|
+
return createRef("segment", id);
|
|
385
385
|
}
|
|
386
386
|
/**
|
|
387
387
|
* Declare a SendGrid integration.
|
|
@@ -390,7 +390,7 @@ export function segment(id) {
|
|
|
390
390
|
* @returns An integration reference for use in the API config
|
|
391
391
|
*/
|
|
392
392
|
export function sendGrid(id) {
|
|
393
|
-
return createRef(
|
|
393
|
+
return createRef("sendgrid", id);
|
|
394
394
|
}
|
|
395
395
|
/**
|
|
396
396
|
* Declare a StabilityAI integration.
|
|
@@ -399,7 +399,7 @@ export function sendGrid(id) {
|
|
|
399
399
|
* @returns An integration reference for use in the API config
|
|
400
400
|
*/
|
|
401
401
|
export function stabilityAI(id) {
|
|
402
|
-
return createRef(
|
|
402
|
+
return createRef("stabilityai", id);
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
405
|
* Declare a Twilio integration.
|
|
@@ -408,7 +408,7 @@ export function stabilityAI(id) {
|
|
|
408
408
|
* @returns An integration reference for use in the API config
|
|
409
409
|
*/
|
|
410
410
|
export function twilio(id) {
|
|
411
|
-
return createRef(
|
|
411
|
+
return createRef("twilio", id);
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
414
|
* Declare a Zendesk integration.
|
|
@@ -417,7 +417,7 @@ export function twilio(id) {
|
|
|
417
417
|
* @returns An integration reference for use in the API config
|
|
418
418
|
*/
|
|
419
419
|
export function zendesk(id) {
|
|
420
|
-
return createRef(
|
|
420
|
+
return createRef("zendesk", id);
|
|
421
421
|
}
|
|
422
422
|
/**
|
|
423
423
|
* Declare a Zoom integration.
|
|
@@ -426,7 +426,7 @@ export function zendesk(id) {
|
|
|
426
426
|
* @returns An integration reference for use in the API config
|
|
427
427
|
*/
|
|
428
428
|
export function zoom(id) {
|
|
429
|
-
return createRef(
|
|
429
|
+
return createRef("zoom", id);
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
432
|
* Declare a GraphQL integration.
|
|
@@ -435,7 +435,7 @@ export function zoom(id) {
|
|
|
435
435
|
* @returns An integration reference for use in the API config
|
|
436
436
|
*/
|
|
437
437
|
export function graphql(id) {
|
|
438
|
-
return createRef(
|
|
438
|
+
return createRef("graphqlintegration", id);
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
441
|
* Declare a MySQL integration.
|
|
@@ -444,7 +444,7 @@ export function graphql(id) {
|
|
|
444
444
|
* @returns An integration reference for use in the API config
|
|
445
445
|
*/
|
|
446
446
|
export function mysql(id) {
|
|
447
|
-
return createRef(
|
|
447
|
+
return createRef("mysql", id);
|
|
448
448
|
}
|
|
449
449
|
/**
|
|
450
450
|
* Declare a MariaDB integration.
|
|
@@ -453,7 +453,7 @@ export function mysql(id) {
|
|
|
453
453
|
* @returns An integration reference for use in the API config
|
|
454
454
|
*/
|
|
455
455
|
export function mariadb(id) {
|
|
456
|
-
return createRef(
|
|
456
|
+
return createRef("mariadb", id);
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* Declare a MSSQL integration.
|
|
@@ -462,7 +462,7 @@ export function mariadb(id) {
|
|
|
462
462
|
* @returns An integration reference for use in the API config
|
|
463
463
|
*/
|
|
464
464
|
export function mssql(id) {
|
|
465
|
-
return createRef(
|
|
465
|
+
return createRef("mssql", id);
|
|
466
466
|
}
|
|
467
467
|
/**
|
|
468
468
|
* Declare a CockroachDB integration.
|
|
@@ -471,7 +471,7 @@ export function mssql(id) {
|
|
|
471
471
|
* @returns An integration reference for use in the API config
|
|
472
472
|
*/
|
|
473
473
|
export function cockroachdb(id) {
|
|
474
|
-
return createRef(
|
|
474
|
+
return createRef("cockroachdb", id);
|
|
475
475
|
}
|
|
476
476
|
/**
|
|
477
477
|
* Declare an OracleDB integration.
|
|
@@ -480,7 +480,7 @@ export function cockroachdb(id) {
|
|
|
480
480
|
* @returns An integration reference for use in the API config
|
|
481
481
|
*/
|
|
482
482
|
export function oracledb(id) {
|
|
483
|
-
return createRef(
|
|
483
|
+
return createRef("oracledb", id);
|
|
484
484
|
}
|
|
485
485
|
/**
|
|
486
486
|
* Declare a Redshift integration.
|
|
@@ -489,7 +489,7 @@ export function oracledb(id) {
|
|
|
489
489
|
* @returns An integration reference for use in the API config
|
|
490
490
|
*/
|
|
491
491
|
export function redshift(id) {
|
|
492
|
-
return createRef(
|
|
492
|
+
return createRef("redshift", id);
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
* Declare an Athena integration.
|
|
@@ -498,7 +498,7 @@ export function redshift(id) {
|
|
|
498
498
|
* @returns An integration reference for use in the API config
|
|
499
499
|
*/
|
|
500
500
|
export function athena(id) {
|
|
501
|
-
return createRef(
|
|
501
|
+
return createRef("athena", id);
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
504
|
* Declare a Databricks integration.
|
|
@@ -507,7 +507,7 @@ export function athena(id) {
|
|
|
507
507
|
* @returns An integration reference for use in the API config
|
|
508
508
|
*/
|
|
509
509
|
export function databricks(id) {
|
|
510
|
-
return createRef(
|
|
510
|
+
return createRef("databricks", id);
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
513
513
|
* Declare a BigQuery integration.
|
|
@@ -516,7 +516,7 @@ export function databricks(id) {
|
|
|
516
516
|
* @returns An integration reference for use in the API config
|
|
517
517
|
*/
|
|
518
518
|
export function bigquery(id) {
|
|
519
|
-
return createRef(
|
|
519
|
+
return createRef("bigquery", id);
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
522
522
|
* Declare a MongoDB integration.
|
|
@@ -525,7 +525,7 @@ export function bigquery(id) {
|
|
|
525
525
|
* @returns An integration reference for use in the API config
|
|
526
526
|
*/
|
|
527
527
|
export function mongodb(id) {
|
|
528
|
-
return createRef(
|
|
528
|
+
return createRef("mongodb", id);
|
|
529
529
|
}
|
|
530
530
|
/**
|
|
531
531
|
* Declare a DynamoDB integration.
|
|
@@ -534,7 +534,7 @@ export function mongodb(id) {
|
|
|
534
534
|
* @returns An integration reference for use in the API config
|
|
535
535
|
*/
|
|
536
536
|
export function dynamodb(id) {
|
|
537
|
-
return createRef(
|
|
537
|
+
return createRef("dynamodb", id);
|
|
538
538
|
}
|
|
539
539
|
/**
|
|
540
540
|
* Declare a CosmosDB integration.
|
|
@@ -543,7 +543,7 @@ export function dynamodb(id) {
|
|
|
543
543
|
* @returns An integration reference for use in the API config
|
|
544
544
|
*/
|
|
545
545
|
export function cosmosdb(id) {
|
|
546
|
-
return createRef(
|
|
546
|
+
return createRef("cosmosdb", id);
|
|
547
547
|
}
|
|
548
548
|
/**
|
|
549
549
|
* Declare a Couchbase integration.
|
|
@@ -552,7 +552,7 @@ export function cosmosdb(id) {
|
|
|
552
552
|
* @returns An integration reference for use in the API config
|
|
553
553
|
*/
|
|
554
554
|
export function couchbase(id) {
|
|
555
|
-
return createRef(
|
|
555
|
+
return createRef("couchbase", id);
|
|
556
556
|
}
|
|
557
557
|
/**
|
|
558
558
|
* Declare an S3 integration.
|
|
@@ -561,7 +561,7 @@ export function couchbase(id) {
|
|
|
561
561
|
* @returns An integration reference for use in the API config
|
|
562
562
|
*/
|
|
563
563
|
export function s3(id) {
|
|
564
|
-
return createRef(
|
|
564
|
+
return createRef("s3", id);
|
|
565
565
|
}
|
|
566
566
|
/**
|
|
567
567
|
* Declare a GCS (Google Cloud Storage) integration.
|
|
@@ -570,7 +570,7 @@ export function s3(id) {
|
|
|
570
570
|
* @returns An integration reference for use in the API config
|
|
571
571
|
*/
|
|
572
572
|
export function gcs(id) {
|
|
573
|
-
return createRef(
|
|
573
|
+
return createRef("gcs", id);
|
|
574
574
|
}
|
|
575
575
|
/**
|
|
576
576
|
* Declare a Google Sheets integration.
|
|
@@ -579,7 +579,7 @@ export function gcs(id) {
|
|
|
579
579
|
* @returns An integration reference for use in the API config
|
|
580
580
|
*/
|
|
581
581
|
export function googleSheets(id) {
|
|
582
|
-
return createRef(
|
|
582
|
+
return createRef("gsheets", id);
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
* Declare a Kafka integration.
|
|
@@ -588,7 +588,7 @@ export function googleSheets(id) {
|
|
|
588
588
|
* @returns An integration reference for use in the API config
|
|
589
589
|
*/
|
|
590
590
|
export function kafka(id) {
|
|
591
|
-
return createRef(
|
|
591
|
+
return createRef("kafka", id);
|
|
592
592
|
}
|
|
593
593
|
/**
|
|
594
594
|
* Declare a Kinesis integration.
|
|
@@ -597,7 +597,7 @@ export function kafka(id) {
|
|
|
597
597
|
* @returns An integration reference for use in the API config
|
|
598
598
|
*/
|
|
599
599
|
export function kinesis(id) {
|
|
600
|
-
return createRef(
|
|
600
|
+
return createRef("kinesis", id);
|
|
601
601
|
}
|
|
602
602
|
/**
|
|
603
603
|
* Declare a Salesforce integration.
|
|
@@ -606,7 +606,7 @@ export function kinesis(id) {
|
|
|
606
606
|
* @returns An integration reference for use in the API config
|
|
607
607
|
*/
|
|
608
608
|
export function salesforce(id) {
|
|
609
|
-
return createRef(
|
|
609
|
+
return createRef("salesforce", id);
|
|
610
610
|
}
|
|
611
611
|
/**
|
|
612
612
|
* Declare a Redis integration.
|
|
@@ -615,7 +615,7 @@ export function salesforce(id) {
|
|
|
615
615
|
* @returns An integration reference for use in the API config
|
|
616
616
|
*/
|
|
617
617
|
export function redis(id) {
|
|
618
|
-
return createRef(
|
|
618
|
+
return createRef("redis", id);
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
621
621
|
* Declare a Superblocks OCR integration.
|
|
@@ -624,7 +624,7 @@ export function redis(id) {
|
|
|
624
624
|
* @returns An integration reference for use in the API config
|
|
625
625
|
*/
|
|
626
626
|
export function superblocksOcr(id) {
|
|
627
|
-
return createRef(
|
|
627
|
+
return createRef("superblocks-ocr", id);
|
|
628
628
|
}
|
|
629
629
|
/**
|
|
630
630
|
* Declare a Python integration.
|
|
@@ -633,7 +633,7 @@ export function superblocksOcr(id) {
|
|
|
633
633
|
* @returns An integration reference for use in the API config
|
|
634
634
|
*/
|
|
635
635
|
export function python(id) {
|
|
636
|
-
return createRef(
|
|
636
|
+
return createRef("python", id);
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
639
|
* Declare a Confluent integration (Kafka-compatible).
|
|
@@ -642,7 +642,7 @@ export function python(id) {
|
|
|
642
642
|
* @returns An integration reference for use in the API config
|
|
643
643
|
*/
|
|
644
644
|
export function confluent(id) {
|
|
645
|
-
return createRef(
|
|
645
|
+
return createRef("confluent", id);
|
|
646
646
|
}
|
|
647
647
|
/**
|
|
648
648
|
* Declare a Redpanda integration (Kafka-compatible).
|
|
@@ -651,7 +651,7 @@ export function confluent(id) {
|
|
|
651
651
|
* @returns An integration reference for use in the API config
|
|
652
652
|
*/
|
|
653
653
|
export function redpanda(id) {
|
|
654
|
-
return createRef(
|
|
654
|
+
return createRef("redpanda", id);
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
657
|
* Declare a Lakebase integration.
|
|
@@ -660,7 +660,7 @@ export function redpanda(id) {
|
|
|
660
660
|
* @returns An integration reference for use in the API config
|
|
661
661
|
*/
|
|
662
662
|
export function lakebase(id) {
|
|
663
|
-
return createRef(
|
|
663
|
+
return createRef("lakebase", id);
|
|
664
664
|
}
|
|
665
665
|
/**
|
|
666
666
|
* Declare a Snowflake Postgres integration.
|
|
@@ -669,7 +669,7 @@ export function lakebase(id) {
|
|
|
669
669
|
* @returns An integration reference for use in the API config
|
|
670
670
|
*/
|
|
671
671
|
export function snowflakePostgres(id) {
|
|
672
|
-
return createRef(
|
|
672
|
+
return createRef("snowflakepostgres", id);
|
|
673
673
|
}
|
|
674
674
|
/**
|
|
675
675
|
* Declare an SMTP integration.
|
|
@@ -678,7 +678,7 @@ export function snowflakePostgres(id) {
|
|
|
678
678
|
* @returns An integration reference for use in the API config
|
|
679
679
|
*/
|
|
680
680
|
export function smtp(id) {
|
|
681
|
-
return createRef(
|
|
681
|
+
return createRef("smtp", id);
|
|
682
682
|
}
|
|
683
683
|
/**
|
|
684
684
|
* Extract integration declarations from an integrations config object.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declarations.js","sourceRoot":"","sources":["../../src/integrations/declarations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAgGH;;;;GAIG;AACH,SAAS,SAAS,CAChB,QAAmB,EACnB,EAAU;IAEV,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC;AAC1B,CAAC;
|
|
1
|
+
{"version":3,"file":"declarations.js","sourceRoot":"","sources":["../../src/integrations/declarations.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* Uses the proto-generated REST API Integration Plugin type from @superblocksteam/types.
|
|
5
5
|
* Dropbox integrations use the REST API Integration plugin under the hood.
|
|
6
6
|
*/
|
|
7
|
-
import { RestApiIntegrationClient } from
|
|
8
|
-
import type { DropboxClient } from
|
|
7
|
+
import { RestApiIntegrationClient } from "../base/index.js";
|
|
8
|
+
import type { DropboxClient } from "./types.js";
|
|
9
9
|
/**
|
|
10
10
|
* Internal implementation of DropboxClient.
|
|
11
11
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/integrations/dropbox/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/integrations/dropbox/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,iBACX,SAAQ,wBACR,YAAW,aAAa;CAEzB"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Uses the proto-generated REST API Integration Plugin type from @superblocksteam/types.
|
|
5
5
|
* Dropbox integrations use the REST API Integration plugin under the hood.
|
|
6
6
|
*/
|
|
7
|
-
import { RestApiIntegrationClient } from
|
|
7
|
+
import { RestApiIntegrationClient } from "../base/index.js";
|
|
8
8
|
/**
|
|
9
9
|
* Internal implementation of DropboxClient.
|
|
10
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/dropbox/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAG5D;;;;;;;GAOG;AACH,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/dropbox/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAG5D;;;;;;;GAOG;AACH,MAAM,OAAO,iBACX,SAAQ,wBAAwB;CAGjC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { DropboxClientImpl } from
|
|
2
|
-
export type { DropboxClient } from
|
|
1
|
+
export { DropboxClientImpl } from "./client.js";
|
|
2
|
+
export type { DropboxClient } from "./types.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DropboxClientImpl } from
|
|
1
|
+
export { DropboxClientImpl } from "./client.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Dropbox client types.
|
|
3
3
|
*/
|
|
4
|
-
import type { BaseIntegrationClient } from
|
|
5
|
-
import type { SupportsApiRequest } from
|
|
4
|
+
import type { BaseIntegrationClient } from "../../types.js";
|
|
5
|
+
import type { SupportsApiRequest } from "../base/index.js";
|
|
6
6
|
/**
|
|
7
7
|
* Dropbox client for API interactions.
|
|
8
8
|
*
|
|
@@ -11,7 +11,8 @@ import type { SupportsApiRequest } from '../base/index.js';
|
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```typescript
|
|
14
|
-
*
|
|
14
|
+
* // Declare in api(): integrations: { dropbox: dropbox(INTEGRATION_ID) }
|
|
15
|
+
* // In run(), access via ctx.integrations.dropbox
|
|
15
16
|
*
|
|
16
17
|
* // Make API requests
|
|
17
18
|
* const ResponseSchema = z.object({
|