This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch anthropic-agent-config-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 989268f28e1 Document Anthropic advisor rosters and pinned inference
regions
discard 76dd9d555f9 Record Anthropic agent session token usage and cost in XCom
discard 5808015115b Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
omit a1c4cb0b288 Fix misleading error when an Anthropic agent session stops
on its budget
add f7e827b86e5 Return 404 from task state store endpoints for unknown
task instances (#70983)
add e8160efd4db Let the agent retry on a rejected DataFusion query instead
of failing the task (#71445)
add 537feafb369 Fix Variables API handling of non-string JSON values
(#71018)
add 1481de61c4c Document effect of clearing a task instance on task state
store (#71356)
add b099814d51f Document how clearing tasks works with task state store on
durable operators (#71358)
add 1b902cc4099 Add TypeScript SDK API reference docs with TypeDoc (#70812)
add 9b4be7fa786 Adopt flit 4 as the provider distribution build backend
(#71186)
add b476b22f264 Support TaskFlow call syntax on stub tasks for the Lang
SDK (#69757)
add b9ff1d77694 Show each Dag only once in airflow dags list (#70934)
add 6194df6d703 Fix manual runs getting a zero-length data interval across
DST (#70089)
add 2f5a3762d1c Evaluate AGENTS.md and skills with Codex (#70120)
add 2ed1196e80e Support require_approval in LLMSchemaCompareOperator
(#71051)
add ff04f3bfb3b Add ADR for TaskFlow across the language boundary (#71483)
add 9f1bac0bc23 Airflow 3.3.1 has been released (#71486)
add ede958a38d0 Include server error detail in Task SDK API error
tracebacks (#71440)
add f9f727d3673 Document hook lineage collection limits (#71450)
add 5e706033ca6 Fix incorrect availability versions for OpenLineage config
options (#71449)
add 3ce9b844ce0 Chart: Default airflow version to 3.3.1 (#71487)
add 84d873a36f6 Add pnpm overrides after audit review in fab provider
(#71448)
add a23f773fb7c Refactor AdvancedSearchToggle and SearchBar components for
improved clarity and functionality (#71470)
add 90c0c8cf2e4 Add pnpm overrides after audit review in simple auth
manager (#71447)
add 1bc86b2f79f Make Keycloak permission creation quietly idempotent like
its sibling helpers (#71505)
add 9ced296e169 Add regression test for Connection extra redact safeguard
(#71439)
add 516e4afba19 Add tdsodbc to the image so the FreeTDS ODBC driver is
available (#71265)
add cf23900a6ab Kafka: Return consumed message results on request (#69740)
add 776140467df Bump eslint (#71508)
add c74cfcbae17 Use uv --package instead of --project in codegen prek
hooks (#71511)
add e4d0382fa18 Restore count to Dag Run and Task Instance lists (#71252)
add f79a0ff9352 Fix Asset Event table titles showing a raw translation key
(#71443)
add d1b359bec74 Add Consuming Tasks, Aliases and Watchers to assets pages
(#71468)
add e8c00811fa7 Document commit SHA support for GitDagBundle tracking_ref
(#69735)
add b2ee721a2cd Update Deadline Reference docs to match the code (#71469)
add 6ba8d5a85cb Replace `resume_glue_job_on_retry` with durable execution
for `GlueJobOperator` (#71211)
add 1970ddb6991 Update python client version/changelog for 3.3.1 release
(#71538)
add 3f66d0f2da5 Mark only a run's most recent asset event as triggering it
(#71441)
add bdfe789d573 Fix pnpm version in package.json until we upgrade (#71516)
add 2a98049ea22 Docs execution API version check via side effects in
AGENTS.md (#71484)
add 1e1dc10734d Fix misleading error when an Anthropic agent session stops
on its budget (#71461)
add d97aaeeab29 Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
new aeeae1fed77 Record Anthropic agent session token usage and cost in XCom
new 087b040a5be Document Anthropic advisor rosters and pinned inference
regions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (989268f28e1)
\
N -- N -- N refs/heads/anthropic-agent-config-docs (087b040a5be)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci-amd.yml | 34 +
.github/workflows/ci-arm.yml | 34 +
.github/workflows/publish-docs-to-s3.yml | 85 +-
.pre-commit-config.yaml | 27 +-
AGENTS.md | 8 +-
Dockerfile | 4 +-
Dockerfile.ci | 3 +
README.md | 2 +-
RELEASE_NOTES.rst | 234 ++
.../0007-taskflow-across-language-boundary.md | 331 ++
airflow-core/adr/lang-sdk/README.md | 1 +
.../docs/administration-and-deployment/lineage.rst | 9 +
.../docs/administration-and-deployment/plugins.rst | 1 +
.../language-sdks/typescript.rst | 7 +-
.../docs/core-concepts/resumable-tasks.rst | 21 +
airflow-core/docs/howto/deadline-alerts.rst | 25 +-
.../docs/installation/supported-versions.rst | 2 +-
airflow-core/newsfragments/70089.bugfix.rst | 1 +
.../auth/managers/simple/ui/package.json | 7 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 44 +-
.../src/airflow/api_fastapi/common/db/assets.py | 44 +-
.../src/airflow/api_fastapi/common/db/common.py | 30 +
.../api_fastapi/core_api/datamodels/assets.py | 7 +
.../api_fastapi/core_api/datamodels/dag_run.py | 10 +-
.../core_api/datamodels/task_instances.py | 10 +-
.../api_fastapi/core_api/datamodels/variables.py | 15 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 119 +-
.../api_fastapi/core_api/routes/public/assets.py | 3 +-
.../api_fastapi/core_api/routes/public/dag_run.py | 23 +-
.../core_api/routes/public/task_instances.py | 19 +-
.../core_api/routes/public/task_state_store.py | 149 +-
.../api_fastapi/core_api/routes/ui/dashboard.py | 5 +-
.../api_fastapi/core_api/services/public/assets.py | 45 +
.../core_api/services/public/variables.py | 3 +-
.../airflow/api_fastapi/execution_api/AGENTS.md | 11 +
.../execution_api/datamodels/task_arg_binding.py | 93 +
.../execution_api/datamodels/taskinstance.py | 8 +
.../execution_api/routes/task_instances.py | 30 +-
.../execution_api/services}/__init__.py | 0
.../execution_api/services/task_instances.py | 61 +
.../api_fastapi/execution_api/versions/__init__.py | 2 +
.../versions/{v2025_10_27.py => v2026_10_30.py} | 23 +-
.../src/airflow/cli/commands/dag_command.py | 4 +-
airflow-core/src/airflow/models/variable.py | 9 +-
.../serialization/definitions/baseoperator.py | 7 +
.../serialization/definitions/mappedoperator.py | 7 +
airflow-core/src/airflow/serialization/encoders.py | 5 +-
airflow-core/src/airflow/serialization/schema.json | 20 +-
.../airflow/serialization/serialized_objects.py | 27 +-
.../src/airflow/serialization/stub_arg_bindings.py | 286 ++
airflow-core/src/airflow/timetables/_cron.py | 11 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 12 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 12 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 20 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 12 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 35 +-
.../ui/openapi-gen/requests/services.gen.ts | 41 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 20 +-
airflow-core/src/airflow/ui/package.json | 1 +
.../airflow/ui/public/i18n/locales/en/assets.json | 8 +-
.../airflow/ui/public/i18n/locales/en/common.json | 13 +-
.../ui/src/components/AdvancedSearchToggle.tsx | 73 +-
.../ui/src/components/Assets/ListPopover.tsx | 80 +
.../src/components/Assets/TriggeredRuns.test.tsx | 86 +
.../ui/src/components/Assets/TriggeredRuns.tsx | 42 +-
.../ui/src/components/DataTable/DataTable.test.tsx | 36 +
.../ui/src/components/DataTable/DataTable.tsx | 12 +-
.../src/airflow/ui/src/components/SearchBar.tsx | 56 +-
.../src/airflow/ui/src/mocks/handlers/assets.ts | 50 +
.../src/airflow/ui/src/mocks/handlers/index.ts | 2 +
.../src/airflow/ui/src/pages/Asset/Header.test.tsx | 44 +
.../src/airflow/ui/src/pages/Asset/Header.tsx | 9 +
.../AssetsList.test.tsx} | 32 +-
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 28 +-
.../ui/src/pages/Dag/Backfills/Backfills.test.tsx | 1 +
.../src/airflow/ui/src/pages/DagRuns/DagRuns.tsx | 2 +
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 2 +
.../core_api/datamodels/test_connections.py | 58 +
.../core_api/routes/public/test_assets.py | 34 +-
.../core_api/routes/public/test_dag_run.py | 86 +-
.../core_api/routes/public/test_task_instances.py | 22 +-
.../routes/public/test_task_state_store.py | 57 +
.../core_api/routes/public/test_variables.py | 91 +-
.../versions/head/test_task_instances.py | 113 +
.../versions/v2026_10_30}/__init__.py | 0
.../versions/v2026_10_30/test_task_instances.py | 100 +
.../tests/unit/cli/commands/test_dag_command.py | 31 +
airflow-core/tests/unit/models/test_variable.py | 5 +
.../unit/serialization/test_dag_serialization.py | 117 +
.../unit/serialization/test_stub_arg_bindings.py | 173 +
.../unit/timetables/test_interval_timetable.py | 167 +
.../unit/timetables/test_trigger_timetable.py | 47 +
.../src/airflowctl/api/datamodels/generated.py | 25 +-
.../tests/airflow_ctl/api/test_operations.py | 1 +
chart/Chart.yaml | 20 +-
chart/newsfragments/71487.significant.rst | 3 +
chart/values.schema.json | 4 +-
chart/values.yaml | 4 +-
clients/python/CHANGELOG.md | 10 +
clients/python/version.txt | 2 +-
contributing-docs/08_static_code_checks.rst | 2 +-
dev/breeze/doc/ci/04_selective_checks.md | 1 +
dev/breeze/doc/images/output_build-docs.svg | 6 +-
dev/breeze/doc/images/output_build-docs.txt | 2 +-
...tput_release-management_add-back-references.svg | 4 +-
...tput_release-management_add-back-references.txt | 2 +-
.../output_release-management_publish-docs.svg | 4 +-
.../output_release-management_publish-docs.txt | 2 +-
.../images/output_workflow-run_publish-docs.svg | 4 +-
.../images/output_workflow-run_publish-docs.txt | 2 +-
dev/breeze/pyproject.toml | 13 +-
.../airflow_breeze/commands/developer_commands.py | 112 +-
.../commands/release_management_commands.py | 4 +
dev/breeze/src/airflow_breeze/global_constants.py | 20 +-
.../templates/pyproject_TEMPLATE.toml.jinja2 | 2 +-
.../src/airflow_breeze/utils/docs_publisher.py | 3 +
.../src/airflow_breeze/utils/publish_docs_to_s3.py | 1 +
.../src/airflow_breeze/utils/selective_checks.py | 19 +-
dev/breeze/tests/test_docs_publisher.py | 21 +
.../tests/test_release_management_commands.py | 24 +
dev/breeze/tests/test_selective_checks.py | 46 +
dev/breeze/uv.lock | 16 +-
.../react_plugin_template/package.json | 1 +
dev/skill-evals/README.md | 49 +-
dev/skill-evals/eval.py | 120 +-
dev/skill-evals/last-eval-hash.txt | 2 +-
devel-common/pyproject.toml | 2 +-
.../src/tests_common/test_utils/version_compat.py | 2 +
docker-stack-docs/changelog.rst | 6 +
docs/spelling_wordlist.txt | 1 +
generated/known_sdk_imports_in_core.txt | 3 +-
.../cmd/airflow-go-pack/pack_integration_test.go | 3 +-
go-sdk/pkg/execution/messages.go | 2 +-
performance/pyproject.toml | 2 +-
providers/airbyte/pyproject.toml | 2 +-
providers/akeyless/pyproject.toml | 2 +-
providers/alibaba/pyproject.toml | 2 +-
providers/amazon/docs/changelog.rst | 11 +
providers/amazon/docs/operators/glue.rst | 96 +
.../docs/operators/redshift/redshift_data.rst | 10 +
providers/amazon/pyproject.toml | 2 +-
.../src/airflow/providers/amazon/aws/exceptions.py | 4 +
.../airflow/providers/amazon/aws/operators/glue.py | 328 +-
.../tests/unit/amazon/aws/operators/test_glue.py | 786 +++-
providers/anthropic/pyproject.toml | 2 +-
providers/apache/beam/pyproject.toml | 2 +-
providers/apache/cassandra/pyproject.toml | 2 +-
providers/apache/drill/pyproject.toml | 2 +-
providers/apache/druid/pyproject.toml | 2 +-
providers/apache/flink/pyproject.toml | 2 +-
providers/apache/hdfs/pyproject.toml | 2 +-
providers/apache/hive/pyproject.toml | 2 +-
providers/apache/iceberg/pyproject.toml | 2 +-
providers/apache/impala/pyproject.toml | 2 +-
providers/apache/kafka/docs/operators/index.rst | 4 +
providers/apache/kafka/pyproject.toml | 2 +-
.../providers/apache/kafka/operators/consume.py | 17 +-
.../unit/apache/kafka/operators/test_consume.py | 89 +-
providers/apache/kylin/pyproject.toml | 2 +-
providers/apache/livy/pyproject.toml | 2 +-
providers/apache/pig/pyproject.toml | 2 +-
providers/apache/pinot/pyproject.toml | 2 +-
providers/apache/spark/docs/operators.rst | 10 +
providers/apache/spark/pyproject.toml | 2 +-
providers/apache/tinkerpop/pyproject.toml | 2 +-
providers/apprise/pyproject.toml | 2 +-
providers/arangodb/pyproject.toml | 2 +-
providers/asana/pyproject.toml | 2 +-
providers/atlassian/jira/pyproject.toml | 2 +-
providers/celery/pyproject.toml | 2 +-
providers/clickhousedb/pyproject.toml | 2 +-
providers/cloudant/pyproject.toml | 2 +-
providers/cncf/kubernetes/pyproject.toml | 2 +-
providers/cohere/pyproject.toml | 2 +-
.../ai/docs/operators/llm_schema_compare.rst | 27 +
.../ai/example_dags/example_llm_schema_compare.py | 21 +
.../common/ai/operators/llm_schema_compare.py | 45 +-
.../providers/common/ai/toolsets/datafusion.py | 5 +-
.../common/ai/operators/test_llm_schema_compare.py | 123 +-
.../unit/common/ai/toolsets/test_datafusion.py | 18 +-
providers/common/compat/pyproject.toml | 2 +-
providers/common/dataquality/pyproject.toml | 2 +-
providers/common/io/pyproject.toml | 2 +-
providers/common/messaging/pyproject.toml | 2 +-
providers/common/sql/pyproject.toml | 2 +-
providers/databricks/docs/operators/run_now.rst | 10 +
providers/databricks/docs/operators/submit_run.rst | 10 +
providers/databricks/pyproject.toml | 2 +-
providers/datadog/pyproject.toml | 2 +-
providers/dbt/cloud/pyproject.toml | 2 +-
providers/dingding/pyproject.toml | 2 +-
providers/discord/pyproject.toml | 2 +-
providers/docker/pyproject.toml | 2 +-
providers/elasticsearch/pyproject.toml | 2 +-
providers/exasol/pyproject.toml | 2 +-
.../fab/src/airflow/providers/fab/www/package.json | 11 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 419 ++-
providers/facebook/pyproject.toml | 2 +-
providers/ftp/pyproject.toml | 2 +-
providers/git/docs/bundles/index.rst | 33 +
providers/git/pyproject.toml | 2 +-
.../git/src/airflow/providers/git/bundles/git.py | 5 +-
providers/git/tests/unit/git/bundles/test_git.py | 89 +
providers/github/pyproject.toml | 2 +-
providers/google/pyproject.toml | 2 +-
providers/grpc/pyproject.toml | 2 +-
providers/hashicorp/pyproject.toml | 2 +-
providers/http/pyproject.toml | 2 +-
providers/ibm/mq/pyproject.toml | 2 +-
providers/imap/pyproject.toml | 2 +-
providers/influxdb/pyproject.toml | 2 +-
providers/informatica/pyproject.toml | 2 +-
providers/jdbc/pyproject.toml | 2 +-
providers/jenkins/pyproject.toml | 2 +-
providers/keycloak/pyproject.toml | 2 +-
.../keycloak/auth_manager/cli/commands.py | 5 +-
providers/microsoft/azure/pyproject.toml | 2 +-
providers/microsoft/mssql/pyproject.toml | 2 +-
providers/microsoft/psrp/pyproject.toml | 2 +-
providers/microsoft/winrm/pyproject.toml | 2 +-
providers/mongo/pyproject.toml | 2 +-
providers/mysql/pyproject.toml | 2 +-
providers/neo4j/pyproject.toml | 2 +-
providers/odbc/pyproject.toml | 2 +-
providers/openai/pyproject.toml | 2 +-
providers/openfaas/pyproject.toml | 2 +-
providers/openlineage/docs/emission_policy.rst | 2 +-
providers/openlineage/provider.yaml | 4 +-
providers/openlineage/pyproject.toml | 2 +-
.../providers/openlineage/get_provider_info.py | 4 +-
providers/opensearch/pyproject.toml | 2 +-
providers/opsgenie/pyproject.toml | 2 +-
providers/oracle/pyproject.toml | 2 +-
providers/pagerduty/pyproject.toml | 2 +-
providers/papermill/pyproject.toml | 2 +-
providers/pgvector/pyproject.toml | 2 +-
providers/pinecone/pyproject.toml | 2 +-
providers/postgres/pyproject.toml | 2 +-
providers/presto/pyproject.toml | 2 +-
providers/qdrant/pyproject.toml | 2 +-
providers/redis/pyproject.toml | 2 +-
providers/salesforce/pyproject.toml | 2 +-
providers/samba/pyproject.toml | 2 +-
providers/segment/pyproject.toml | 2 +-
providers/sendgrid/pyproject.toml | 2 +-
providers/sftp/pyproject.toml | 2 +-
providers/singularity/pyproject.toml | 2 +-
providers/slack/pyproject.toml | 2 +-
providers/smtp/pyproject.toml | 2 +-
providers/snowflake/docs/operators/snowflake.rst | 10 +
providers/snowflake/pyproject.toml | 2 +-
providers/sqlite/pyproject.toml | 2 +-
providers/ssh/pyproject.toml | 2 +-
providers/standard/pyproject.toml | 2 +-
.../airflow/providers/standard/decorators/stub.py | 3 +
.../tests/unit/standard/decorators/test_stub.py | 265 +-
providers/tableau/pyproject.toml | 2 +-
providers/telegram/pyproject.toml | 2 +-
providers/teradata/pyproject.toml | 2 +-
providers/trino/pyproject.toml | 2 +-
providers/vertica/pyproject.toml | 2 +-
providers/vespa/pyproject.toml | 2 +-
providers/weaviate/pyproject.toml | 2 +-
providers/yandex/pyproject.toml | 2 +-
providers/ydb/pyproject.toml | 2 +-
providers/zendesk/pyproject.toml | 2 +-
reproducible_build.yaml | 4 +-
scripts/ci/prek/supported_versions.py | 2 +-
scripts/docker/install_os_dependencies.sh | 2 +
scripts/tests/ci/prek/test_skill_eval.py | 158 +
task-sdk/src/airflow/sdk/api/client.py | 6 +
.../src/airflow/sdk/api/datamodels/_generated.py | 34 +-
task-sdk/src/airflow/sdk/bases/decorator.py | 1 +
.../sdk/definitions/_internal/abstractoperator.py | 2 +
task-sdk/src/airflow/sdk/definitions/deadline.py | 23 +-
.../src/airflow/sdk/definitions/mappedoperator.py | 3 +
.../airflow/sdk/execution_time/schema/schema.json | 125 +-
.../sdk/execution_time/schema/versions/__init__.py | 5 +
.../execution_time/schema/versions/v2026_10_30.py | 14 +-
task-sdk/tests/task_sdk/api/test_client.py | 17 +
.../execution_time/schema/test_migrator.py | 113 +-
ts-sdk/README.md | 43 +-
ts-sdk/docs/.gitignore | 4 +
ts-sdk/docs/index.md | 65 +
ts-sdk/docs/package-lock.json | 3898 ++++++++++++++++++++
ts-sdk/docs/package.json | 20 +
ts-sdk/docs/scripts/prepare-readme.mjs | 45 +
ts-sdk/docs/tsconfig.json | 21 +
ts-sdk/docs/typedoc.json | 24 +
ts-sdk/src/generated/supervisor.ts | 103 +-
ts-sdk/src/sdk/task.ts | 4 +-
uv.lock | 16 +-
292 files changed, 10687 insertions(+), 1101 deletions(-)
create mode 100644
airflow-core/adr/lang-sdk/0007-taskflow-across-language-boundary.md
create mode 100644 airflow-core/newsfragments/70089.bugfix.rst
create mode 100644
airflow-core/src/airflow/api_fastapi/core_api/services/public/assets.py
create mode 100644
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/task_arg_binding.py
copy airflow-core/src/airflow/{_shared =>
api_fastapi/execution_api/services}/__init__.py (100%)
create mode 100644
airflow-core/src/airflow/api_fastapi/execution_api/services/task_instances.py
copy
airflow-core/src/airflow/api_fastapi/execution_api/versions/{v2025_10_27.py =>
v2026_10_30.py} (56%)
create mode 100644 airflow-core/src/airflow/serialization/stub_arg_bindings.py
create mode 100644
airflow-core/src/airflow/ui/src/components/Assets/ListPopover.tsx
create mode 100644
airflow-core/src/airflow/ui/src/components/Assets/TriggeredRuns.test.tsx
create mode 100644 airflow-core/src/airflow/ui/src/mocks/handlers/assets.ts
create mode 100644 airflow-core/src/airflow/ui/src/pages/Asset/Header.test.tsx
copy airflow-core/src/airflow/ui/src/pages/{Dag/Code/FileLocation.test.tsx =>
AssetsList/AssetsList.test.tsx} (50%)
create mode 100644
airflow-core/tests/unit/api_fastapi/core_api/datamodels/test_connections.py
copy airflow-core/{src/airflow/_shared =>
tests/unit/api_fastapi/execution_api/versions/v2026_10_30}/__init__.py (100%)
create mode 100644
airflow-core/tests/unit/api_fastapi/execution_api/versions/v2026_10_30/test_task_instances.py
create mode 100644
airflow-core/tests/unit/serialization/test_stub_arg_bindings.py
create mode 100644 chart/newsfragments/71487.significant.rst
create mode 100644 scripts/tests/ci/prek/test_skill_eval.py
copy
airflow-core/src/airflow/api_fastapi/execution_api/versions/v2025_09_23.py =>
task-sdk/src/airflow/sdk/execution_time/schema/versions/v2026_10_30.py (60%)
create mode 100644 ts-sdk/docs/.gitignore
create mode 100644 ts-sdk/docs/index.md
create mode 100644 ts-sdk/docs/package-lock.json
create mode 100644 ts-sdk/docs/package.json
create mode 100644 ts-sdk/docs/scripts/prepare-readme.mjs
create mode 100644 ts-sdk/docs/tsconfig.json
create mode 100644 ts-sdk/docs/typedoc.json