@agentxm/client-core 0.5.0 → 0.5.1
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/dist/src/unstable/agents/augment/service.d.ts.map +1 -1
- package/dist/src/unstable/agents/augment/service.js +12 -8
- package/dist/src/unstable/agents/augment/service.js.map +1 -1
- package/dist/src/unstable/agents/coding-agent.d.ts +1 -1
- package/dist/src/unstable/agents/coding-agent.d.ts.map +1 -1
- package/dist/src/unstable/agents/coding-agent.js +1 -1
- package/dist/src/unstable/agents/coding-agent.js.map +1 -1
- package/dist/src/unstable/agents/command-sync.d.ts +2 -2
- package/dist/src/unstable/agents/command-sync.d.ts.map +1 -1
- package/dist/src/unstable/agents/command-sync.js +44 -23
- package/dist/src/unstable/agents/command-sync.js.map +1 -1
- package/dist/src/unstable/agents/detection.js +3 -3
- package/dist/src/unstable/agents/detection.js.map +1 -1
- package/dist/src/unstable/agents/index.d.ts +1 -1
- package/dist/src/unstable/agents/index.d.ts.map +1 -1
- package/dist/src/unstable/agents/index.js +1 -1
- package/dist/src/unstable/agents/index.js.map +1 -1
- package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
- package/dist/src/unstable/agents/mcp-sync.js +14 -20
- package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
- package/dist/src/unstable/agents/repository.js +2 -2
- package/dist/src/unstable/agents/repository.js.map +1 -1
- package/dist/src/unstable/agents/subagent-sync.js +14 -14
- package/dist/src/unstable/agents/subagent-sync.js.map +1 -1
- package/dist/src/unstable/app-error/app-error.d.ts +10 -9
- package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
- package/dist/src/unstable/app-error/app-error.js +37 -4
- package/dist/src/unstable/app-error/app-error.js.map +1 -1
- package/dist/src/unstable/app-error/builders.d.ts +21 -0
- package/dist/src/unstable/app-error/builders.d.ts.map +1 -0
- package/dist/src/unstable/app-error/builders.js +46 -0
- package/dist/src/unstable/app-error/builders.js.map +1 -0
- package/dist/src/unstable/app-error/index.d.ts +2 -1
- package/dist/src/unstable/app-error/index.d.ts.map +1 -1
- package/dist/src/unstable/app-error/index.js +2 -1
- package/dist/src/unstable/app-error/index.js.map +1 -1
- package/dist/src/unstable/app-error/render.d.ts.map +1 -1
- package/dist/src/unstable/app-error/render.js +6 -24
- package/dist/src/unstable/app-error/render.js.map +1 -1
- package/dist/src/unstable/auth/auth-client.d.ts +1 -1
- package/dist/src/unstable/auth/auth-client.d.ts.map +1 -1
- package/dist/src/unstable/auth/auth-client.js +76 -42
- package/dist/src/unstable/auth/auth-client.js.map +1 -1
- package/dist/src/unstable/auth/credential-store.d.ts +1 -1
- package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
- package/dist/src/unstable/auth/credential-store.js +22 -24
- package/dist/src/unstable/auth/credential-store.js.map +1 -1
- package/dist/src/unstable/auth/device-login.d.ts +1 -1
- package/dist/src/unstable/auth/device-login.d.ts.map +1 -1
- package/dist/src/unstable/auth/device-login.js +1 -1
- package/dist/src/unstable/auth/device-login.js.map +1 -1
- package/dist/src/unstable/auth/guard-interaction.d.ts +1 -1
- package/dist/src/unstable/auth/guard-interaction.d.ts.map +1 -1
- package/dist/src/unstable/auth/guard-interaction.js +1 -1
- package/dist/src/unstable/auth/guard-interaction.js.map +1 -1
- package/dist/src/unstable/auth/guard.d.ts.map +1 -1
- package/dist/src/unstable/auth/guard.js +5 -9
- package/dist/src/unstable/auth/guard.js.map +1 -1
- package/dist/src/unstable/auth/login-interaction.d.ts +1 -1
- package/dist/src/unstable/auth/login-interaction.d.ts.map +1 -1
- package/dist/src/unstable/auth/login-interaction.js +1 -1
- package/dist/src/unstable/auth/login-interaction.js.map +1 -1
- package/dist/src/unstable/auth/registry-url.d.ts +1 -1
- package/dist/src/unstable/auth/registry-url.js +1 -1
- package/dist/src/unstable/auth/registry-url.js.map +1 -1
- package/dist/src/unstable/auth/token-resolution.d.ts +1 -1
- package/dist/src/unstable/auth/token-resolution.d.ts.map +1 -1
- package/dist/src/unstable/auth/token-resolution.js +6 -10
- package/dist/src/unstable/auth/token-resolution.js.map +1 -1
- package/dist/src/unstable/cli/prompt/helpers.d.ts +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js +3 -3
- package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
- package/dist/src/unstable/cli-flags/verbosity.d.ts +1 -1
- package/dist/src/unstable/cli-flags/verbosity.d.ts.map +1 -1
- package/dist/src/unstable/cli-flags/verbosity.js +1 -1
- package/dist/src/unstable/cli-flags/verbosity.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js +128 -9
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +45 -10
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-test.d.ts +2 -0
- package/dist/src/unstable/cli-renderer/cli-renderer-test.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-test.js +80 -21
- package/dist/src/unstable/cli-renderer/cli-renderer-test.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer.d.ts +32 -7
- package/dist/src/unstable/cli-renderer/cli-renderer.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer.js +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer.js.map +1 -1
- package/dist/src/unstable/cli-renderer/entity-registry.d.ts +15 -0
- package/dist/src/unstable/cli-renderer/entity-registry.d.ts.map +1 -0
- package/dist/src/unstable/cli-renderer/entity-registry.js +17 -0
- package/dist/src/unstable/cli-renderer/entity-registry.js.map +1 -0
- package/dist/src/unstable/cli-renderer/index.d.ts +2 -1
- package/dist/src/unstable/cli-renderer/index.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/index.js +1 -0
- package/dist/src/unstable/cli-renderer/index.js.map +1 -1
- package/dist/src/unstable/cli-runtime/breadcrumb.d.ts +9 -0
- package/dist/src/unstable/cli-runtime/breadcrumb.d.ts.map +1 -0
- package/dist/src/unstable/cli-runtime/breadcrumb.js +12 -0
- package/dist/src/unstable/cli-runtime/breadcrumb.js.map +1 -0
- package/dist/src/unstable/cli-runtime/command-argv.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/command-argv.js +1 -1
- package/dist/src/unstable/cli-runtime/command-argv.js.map +1 -1
- package/dist/src/unstable/cli-runtime/graceful-shutdown.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/graceful-shutdown.js +3 -1
- package/dist/src/unstable/cli-runtime/graceful-shutdown.js.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.d.ts +2 -0
- package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.js +42 -3
- package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
- package/dist/src/unstable/cli-runtime/index.d.ts +4 -4
- package/dist/src/unstable/cli-runtime/index.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/index.js +3 -3
- package/dist/src/unstable/cli-runtime/index.js.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts +50 -11
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.js +57 -15
- package/dist/src/unstable/cli-runtime/json-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/output-mode.d.ts +9 -8
- package/dist/src/unstable/cli-runtime/output-mode.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/output-mode.js +11 -7
- package/dist/src/unstable/cli-runtime/output-mode.js.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.js +52 -5
- package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.d.ts +2 -1
- package/dist/src/unstable/cli-runtime/telemetry.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js +4 -4
- package/dist/src/unstable/cli-runtime/telemetry.js.map +1 -1
- package/dist/src/unstable/commands/command-argument.d.ts +2 -2
- package/dist/src/unstable/commands/command-argument.js +2 -2
- package/dist/src/unstable/commands/command-content.d.ts +11 -24
- package/dist/src/unstable/commands/command-content.d.ts.map +1 -1
- package/dist/src/unstable/commands/command-content.js +34 -36
- package/dist/src/unstable/commands/command-content.js.map +1 -1
- package/dist/src/unstable/commands/index.d.ts +2 -1
- package/dist/src/unstable/commands/index.d.ts.map +1 -1
- package/dist/src/unstable/commands/index.js +1 -0
- package/dist/src/unstable/commands/index.js.map +1 -1
- package/dist/src/unstable/commands/manager.d.ts +3 -2
- package/dist/src/unstable/commands/manager.d.ts.map +1 -1
- package/dist/src/unstable/commands/manager.js +62 -40
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +0 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.js +0 -1
- package/dist/src/unstable/commands/manifest-schema.js.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +2 -2
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +21 -11
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +4 -4
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +37 -36
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.d.ts +8 -3
- package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.js +67 -18
- package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.js +23 -15
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +10 -14
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js +27 -37
- package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +2 -2
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/paths.d.ts +64 -0
- package/dist/src/unstable/commands/paths.d.ts.map +1 -0
- package/dist/src/unstable/commands/paths.js +41 -0
- package/dist/src/unstable/commands/paths.js.map +1 -0
- package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +4 -5
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/commands/renderers/index.d.ts +6 -5
- package/dist/src/unstable/commands/renderers/index.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/index.js +3 -2
- package/dist/src/unstable/commands/renderers/index.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-only.d.ts +2 -2
- package/dist/src/unstable/commands/renderers/render-markdown-only.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-only.js +3 -28
- package/dist/src/unstable/commands/renderers/render-markdown-only.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.d.ts +2 -2
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.js +5 -42
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-plain-text.d.ts +2 -2
- package/dist/src/unstable/commands/renderers/render-plain-text.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-plain-text.js +8 -31
- package/dist/src/unstable/commands/renderers/render-plain-text.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-prompt-md.d.ts +2 -2
- package/dist/src/unstable/commands/renderers/render-prompt-md.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-prompt-md.js +5 -33
- package/dist/src/unstable/commands/renderers/render-prompt-md.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-toml.d.ts +4 -5
- package/dist/src/unstable/commands/renderers/render-toml.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-toml.js +36 -51
- package/dist/src/unstable/commands/renderers/render-toml.js.map +1 -1
- package/dist/src/unstable/commands/renderers/types.d.ts +45 -39
- package/dist/src/unstable/commands/renderers/types.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/types.js +19 -1
- package/dist/src/unstable/commands/renderers/types.js.map +1 -1
- package/dist/src/unstable/extensions/agent-overrides.d.ts +45 -0
- package/dist/src/unstable/extensions/agent-overrides.d.ts.map +1 -0
- package/dist/src/unstable/extensions/agent-overrides.js +66 -0
- package/dist/src/unstable/extensions/agent-overrides.js.map +1 -0
- package/dist/src/unstable/extensions/common.js +2 -2
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/fqn.d.ts +1 -1
- package/dist/src/unstable/extensions/fqn.d.ts.map +1 -1
- package/dist/src/unstable/extensions/fqn.js +8 -4
- package/dist/src/unstable/extensions/fqn.js.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.d.ts.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.js +8 -4
- package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
- package/dist/src/unstable/extensions/index.d.ts +2 -0
- package/dist/src/unstable/extensions/index.d.ts.map +1 -1
- package/dist/src/unstable/extensions/index.js +2 -0
- package/dist/src/unstable/extensions/index.js.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts +24 -0
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -0
- package/dist/src/unstable/extensions/materializable-from-disk.js +235 -0
- package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -0
- package/dist/src/unstable/extensions/reconciliation-utils.js +2 -2
- package/dist/src/unstable/extensions/reconciliation-utils.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/extensions/utils.d.ts +1 -1
- package/dist/src/unstable/extensions/utils.d.ts.map +1 -1
- package/dist/src/unstable/extensions/utils.js +3 -3
- package/dist/src/unstable/extensions/utils.js.map +1 -1
- package/dist/src/unstable/git/operations.d.ts.map +1 -1
- package/dist/src/unstable/git/operations.js +2 -8
- package/dist/src/unstable/git/operations.js.map +1 -1
- package/dist/src/unstable/install-meta/install-meta.d.ts +1 -1
- package/dist/src/unstable/install-meta/install-meta.js +1 -1
- package/dist/src/unstable/install-meta/install-meta.js.map +1 -1
- package/dist/src/unstable/install-method/install-method.d.ts +1 -1
- package/dist/src/unstable/install-method/install-method.js +1 -1
- package/dist/src/unstable/install-method/install-method.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js +78 -0
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace.js +2 -0
- package/dist/src/unstable/lint/catalog/workspace.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +10 -10
- package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js +7 -7
- package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/manager.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.js +18 -23
- package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.js +23 -31
- package/dist/src/unstable/mcp-servers/operations/install.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.js +14 -15
- package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.js +10 -17
- package/dist/src/unstable/mcp-servers/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +2 -2
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.js +6 -7
- package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
- package/dist/src/unstable/packs/expansion.js +3 -3
- package/dist/src/unstable/packs/expansion.js.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts +1 -1
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +8 -10
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.js +16 -12
- package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +19 -15
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.js +14 -9
- package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.js +14 -15
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.js +16 -12
- package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js +3 -3
- package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +10 -5
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -1
- package/dist/src/unstable/plan/apply-plan.js +5 -6
- package/dist/src/unstable/plan/apply-plan.js.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.js +13 -9
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +9 -14
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.js +13 -0
- package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +1271 -51
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +403 -47
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/error-mapping.d.ts +7 -6
- package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
- package/dist/src/unstable/registry/error-mapping.js +44 -31
- package/dist/src/unstable/registry/error-mapping.js.map +1 -1
- package/dist/src/unstable/registry/index.d.ts +1 -1
- package/dist/src/unstable/registry/index.d.ts.map +1 -1
- package/dist/src/unstable/registry/index.js +1 -1
- package/dist/src/unstable/registry/index.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +44 -36
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +86 -103
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/registry/utils.js +8 -8
- package/dist/src/unstable/registry/utils.js.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.d.ts.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.js +13 -7
- package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +1 -1
- package/dist/src/unstable/settings/schema.js +1 -1
- package/dist/src/unstable/settings/settings.js +6 -6
- package/dist/src/unstable/settings/settings.js.map +1 -1
- package/dist/src/unstable/skills/index.d.ts +0 -2
- package/dist/src/unstable/skills/index.d.ts.map +1 -1
- package/dist/src/unstable/skills/index.js +0 -1
- package/dist/src/unstable/skills/index.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +7 -14
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +0 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.js +0 -1
- package/dist/src/unstable/skills/manifest-schema.js.map +1 -1
- package/dist/src/unstable/skills/materialization.d.ts.map +1 -1
- package/dist/src/unstable/skills/materialization.js +11 -12
- package/dist/src/unstable/skills/materialization.js.map +1 -1
- package/dist/src/unstable/skills/operations/copy.js +6 -6
- package/dist/src/unstable/skills/operations/copy.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +7 -5
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +5 -3
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +19 -28
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.js +14 -9
- package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.js +26 -24
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +4 -4
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/source-resolution/index.d.ts +1 -0
- package/dist/src/unstable/source-resolution/index.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/index.js +1 -0
- package/dist/src/unstable/source-resolution/index.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js +4 -6
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js +4 -6
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js +6 -9
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js +3 -4
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js +4 -6
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js +6 -9
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.js +6 -8
- package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git.js +4 -4
- package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js +3 -4
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/scp.js +4 -6
- package/dist/src/unstable/source-resolution/providers/github/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/url.js +6 -9
- package/dist/src/unstable/source-resolution/providers/github/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js +3 -4
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js +4 -6
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js +6 -9
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.js +4 -5
- package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +5 -7
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +6 -7
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.d.ts +61 -0
- package/dist/src/unstable/source-resolution/resolve-identifier.d.ts.map +1 -0
- package/dist/src/unstable/source-resolution/resolve-identifier.js +322 -0
- package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -0
- package/dist/src/unstable/source-resolution/resolve-source-pattern.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js +10 -6
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.d.ts +2 -2
- package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.js +50 -73
- package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
- package/dist/src/unstable/source-resolution/service.d.ts +1 -1
- package/dist/src/unstable/source-resolution/service.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/service.js +1 -1
- package/dist/src/unstable/source-resolution/service.js.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +8 -8
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/subagents/index.d.ts +3 -4
- package/dist/src/unstable/subagents/index.d.ts.map +1 -1
- package/dist/src/unstable/subagents/index.js +3 -5
- package/dist/src/unstable/subagents/index.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +51 -65
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +4 -7
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.js +5 -10
- package/dist/src/unstable/subagents/manifest-schema.js.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +7 -5
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +39 -16
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.js +53 -52
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/paths.d.ts +7 -1
- package/dist/src/unstable/subagents/paths.d.ts.map +1 -1
- package/dist/src/unstable/subagents/paths.js +7 -1
- package/dist/src/unstable/subagents/paths.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/json.d.ts +2 -1
- package/dist/src/unstable/subagents/rendering/adapters/json.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/json.js +7 -39
- package/dist/src/unstable/subagents/rendering/adapters/json.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.d.ts +2 -1
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.js +17 -101
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/roo.d.ts +5 -1
- package/dist/src/unstable/subagents/rendering/adapters/roo.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/roo.js +18 -36
- package/dist/src/unstable/subagents/rendering/adapters/roo.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/toml.d.ts +3 -2
- package/dist/src/unstable/subagents/rendering/adapters/toml.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/toml.js +24 -54
- package/dist/src/unstable/subagents/rendering/adapters/toml.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/index.d.ts +1 -4
- package/dist/src/unstable/subagents/rendering/index.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/index.js +1 -2
- package/dist/src/unstable/subagents/rendering/index.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/overrides.d.ts +2 -0
- package/dist/src/unstable/subagents/rendering/overrides.d.ts.map +1 -0
- package/dist/src/unstable/subagents/rendering/overrides.js +2 -0
- package/dist/src/unstable/subagents/rendering/overrides.js.map +1 -0
- package/dist/src/unstable/subagents/rendering/types.d.ts +9 -16
- package/dist/src/unstable/subagents/rendering/types.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/types.js +3 -2
- package/dist/src/unstable/subagents/rendering/types.js.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.d.ts +16 -56
- package/dist/src/unstable/subagents/subagent-content.d.ts.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.js +69 -60
- package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.d.ts +10 -10
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.js +8 -5
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.js.map +1 -1
- package/dist/src/unstable/telemetry/client.d.ts +2 -2
- package/dist/src/unstable/telemetry/client.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/client.js +5 -2
- package/dist/src/unstable/telemetry/client.js.map +1 -1
- package/dist/src/unstable/update-check/update-check.d.ts +1 -1
- package/dist/src/unstable/update-check/update-check.js +1 -1
- package/dist/src/unstable/update-check/update-check.js.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.d.ts.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.js +11 -6
- package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
- package/dist/src/unstable/utils/create-symlink.js +8 -8
- package/dist/src/unstable/utils/create-symlink.js.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.d.ts.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.js +38 -21
- package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +101 -67
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.d.ts +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js +3 -4
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.js +5 -8
- package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +1 -0
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +1 -0
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization-interaction.d.ts +1 -1
- package/dist/src/unstable/workspace/initialization-interaction.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization-interaction.js +1 -1
- package/dist/src/unstable/workspace/initialization-interaction.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +24 -24
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +13 -11
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js +8 -9
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/agent-root-resolver.d.ts +1 -1
- package/dist/src/unstable/workspace/read-model/agent-root-resolver.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/agent-root-resolver.js +1 -1
- package/dist/src/unstable/workspace/read-model/agent-root-resolver.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.js +4 -4
- package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js +2 -2
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/subagent.js +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/subagent.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/agent-dir.js +11 -7
- package/dist/src/unstable/workspace/read-model/scanners/agent-dir.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +12 -8
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/types.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model/service.d.ts +1 -1
- package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.js +1 -1
- package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +13 -15
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts +15 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts.map +1 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.js +58 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -0
- package/dist/src/unstable/workspace/resolve-plan-interaction.d.ts +1 -1
- package/dist/src/unstable/workspace/resolve-plan-interaction.d.ts.map +1 -1
- package/dist/src/unstable/workspace/resolve-plan-interaction.js +1 -1
- package/dist/src/unstable/workspace/resolve-plan-interaction.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +1 -3
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +46 -47
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +24 -43
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.js +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +0 -1
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +11 -11
- package/site-content/__generated__/schemas/command.schema.json +0 -6
- package/site-content/__generated__/schemas/skill.schema.json +1 -7
- package/dist/src/unstable/cli-runtime/command-document.d.ts +0 -12
- package/dist/src/unstable/cli-runtime/command-document.d.ts.map +0 -1
- package/dist/src/unstable/cli-runtime/command-document.js +0 -13
- package/dist/src/unstable/cli-runtime/command-document.js.map +0 -1
- package/dist/src/unstable/skills/operations/rename.d.ts +0 -34
- package/dist/src/unstable/skills/operations/rename.d.ts.map +0 -1
- package/dist/src/unstable/skills/operations/rename.js +0 -117
- package/dist/src/unstable/skills/operations/rename.js.map +0 -1
- package/dist/src/unstable/subagents/rendering/model-mapping.d.ts +0 -31
- package/dist/src/unstable/subagents/rendering/model-mapping.d.ts.map +0 -1
- package/dist/src/unstable/subagents/rendering/model-mapping.js +0 -127
- package/dist/src/unstable/subagents/rendering/model-mapping.js.map +0 -1
- package/dist/src/unstable/subagents/rendering/tool-access-mapping.d.ts +0 -31
- package/dist/src/unstable/subagents/rendering/tool-access-mapping.d.ts.map +0 -1
- package/dist/src/unstable/subagents/rendering/tool-access-mapping.js +0 -169
- package/dist/src/unstable/subagents/rendering/tool-access-mapping.js.map +0 -1
- package/dist/src/unstable/subagents/tool-access.d.ts +0 -11
- package/dist/src/unstable/subagents/tool-access.d.ts.map +0 -1
- package/dist/src/unstable/subagents/tool-access.js +0 -15
- package/dist/src/unstable/subagents/tool-access.js.map +0 -1
|
@@ -132,8 +132,6 @@ export declare const RefreshTokenError: Schema.Struct<{
|
|
|
132
132
|
}>;
|
|
133
133
|
export type UserId = string;
|
|
134
134
|
export declare const UserId: Schema.String;
|
|
135
|
-
export type TokenId = string;
|
|
136
|
-
export declare const TokenId: Schema.String;
|
|
137
135
|
export type ResourceRestrictions = {
|
|
138
136
|
readonly extensions: ReadonlyArray<string> | null;
|
|
139
137
|
};
|
|
@@ -158,8 +156,8 @@ export declare const UnauthorizedError: Schema.Struct<{
|
|
|
158
156
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
159
157
|
readonly code: Schema.String;
|
|
160
158
|
}>;
|
|
161
|
-
export type
|
|
162
|
-
export declare const
|
|
159
|
+
export type TokenId = string;
|
|
160
|
+
export declare const TokenId: Schema.String;
|
|
163
161
|
export type IsoDateTimeString = string;
|
|
164
162
|
export declare const IsoDateTimeString: Schema.String;
|
|
165
163
|
export type ScopeCheckDetails = {
|
|
@@ -190,8 +188,6 @@ export declare const CreateTokenRequest: Schema.Struct<{
|
|
|
190
188
|
readonly scopes: Schema.$Array<Schema.String>;
|
|
191
189
|
readonly expires_in: Schema.Number;
|
|
192
190
|
}>;
|
|
193
|
-
export type TokenId2 = string;
|
|
194
|
-
export declare const TokenId2: Schema.String;
|
|
195
191
|
export type Handle = string;
|
|
196
192
|
export declare const Handle: Schema.String;
|
|
197
193
|
export type OwnerResponse = {
|
|
@@ -200,6 +196,34 @@ export type OwnerResponse = {
|
|
|
200
196
|
export declare const OwnerResponse: Schema.Struct<{
|
|
201
197
|
readonly displayName: Schema.String;
|
|
202
198
|
}>;
|
|
199
|
+
export type CreateTeamBody = {
|
|
200
|
+
readonly displayName: string;
|
|
201
|
+
readonly description?: string | null | null;
|
|
202
|
+
};
|
|
203
|
+
export declare const CreateTeamBody: Schema.Struct<{
|
|
204
|
+
readonly displayName: Schema.String;
|
|
205
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
206
|
+
}>;
|
|
207
|
+
export type TeamId = string;
|
|
208
|
+
export declare const TeamId: Schema.String;
|
|
209
|
+
export type OrgId = string;
|
|
210
|
+
export declare const OrgId: Schema.String;
|
|
211
|
+
export type UserIdRef = string;
|
|
212
|
+
export declare const UserIdRef: Schema.String;
|
|
213
|
+
export type UpdateTeamBody = {
|
|
214
|
+
readonly displayName?: string | null;
|
|
215
|
+
readonly description?: string | null | null;
|
|
216
|
+
};
|
|
217
|
+
export declare const UpdateTeamBody: Schema.Struct<{
|
|
218
|
+
readonly displayName: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
219
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
220
|
+
}>;
|
|
221
|
+
export type ChangeTeamMemberRoleBody = {
|
|
222
|
+
readonly role: "admin" | "member";
|
|
223
|
+
};
|
|
224
|
+
export declare const ChangeTeamMemberRoleBody: Schema.Struct<{
|
|
225
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
226
|
+
}>;
|
|
203
227
|
export type ExtensionName = string;
|
|
204
228
|
export declare const ExtensionName: Schema.String;
|
|
205
229
|
export type ExtensionType = "skill" | "command" | "mcp-server" | "subagent" | "file" | "rule" | "pack";
|
|
@@ -219,10 +243,12 @@ export declare const Author: Schema.Struct<{
|
|
|
219
243
|
export type VersionConstraint = string;
|
|
220
244
|
export declare const VersionConstraint: Schema.String;
|
|
221
245
|
export type PatchVisibilityBody = {
|
|
222
|
-
readonly visibility
|
|
246
|
+
readonly visibility?: "public" | "internal" | "private" | null;
|
|
247
|
+
readonly listed?: boolean | null;
|
|
223
248
|
};
|
|
224
249
|
export declare const PatchVisibilityBody: Schema.Struct<{
|
|
225
|
-
readonly visibility: Schema.Literals<readonly ["public", "
|
|
250
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
251
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
226
252
|
}>;
|
|
227
253
|
export type ExtensionId = string;
|
|
228
254
|
export declare const ExtensionId: Schema.String;
|
|
@@ -232,8 +258,30 @@ export type DeprecateBody = {
|
|
|
232
258
|
export declare const DeprecateBody: Schema.Struct<{
|
|
233
259
|
readonly notice: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
234
260
|
}>;
|
|
235
|
-
export type
|
|
236
|
-
|
|
261
|
+
export type PublishFindingLocation = {
|
|
262
|
+
readonly file: string;
|
|
263
|
+
readonly line?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN";
|
|
264
|
+
readonly column?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN";
|
|
265
|
+
readonly byteOffset?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN";
|
|
266
|
+
readonly byteLength?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN";
|
|
267
|
+
};
|
|
268
|
+
export declare const PublishFindingLocation: Schema.Struct<{
|
|
269
|
+
readonly file: Schema.String;
|
|
270
|
+
readonly line: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
271
|
+
readonly column: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
272
|
+
readonly byteOffset: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
273
|
+
readonly byteLength: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
274
|
+
}>;
|
|
275
|
+
export type PublishIdentityMismatchEntry = {
|
|
276
|
+
readonly field: "owner" | "type" | "name" | "version";
|
|
277
|
+
readonly urlPath: string | null;
|
|
278
|
+
readonly content: string | null;
|
|
279
|
+
};
|
|
280
|
+
export declare const PublishIdentityMismatchEntry: Schema.Struct<{
|
|
281
|
+
readonly field: Schema.Literals<readonly ["owner", "type", "name", "version"]>;
|
|
282
|
+
readonly urlPath: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
283
|
+
readonly content: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
284
|
+
}>;
|
|
237
285
|
export type PutCollaboratorBody = {
|
|
238
286
|
readonly role: "admin" | "write" | "read";
|
|
239
287
|
};
|
|
@@ -510,8 +558,16 @@ export declare const AuthMeUser: Schema.Struct<{
|
|
|
510
558
|
readonly handle: Schema.String;
|
|
511
559
|
readonly email: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
512
560
|
}>;
|
|
561
|
+
export type AddTeamMemberBody = {
|
|
562
|
+
readonly userId: UserId;
|
|
563
|
+
readonly role: "admin" | "member";
|
|
564
|
+
};
|
|
565
|
+
export declare const AddTeamMemberBody: Schema.Struct<{
|
|
566
|
+
readonly userId: Schema.String;
|
|
567
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
568
|
+
}>;
|
|
513
569
|
export type AuthMeToken = {
|
|
514
|
-
readonly id:
|
|
570
|
+
readonly id: string;
|
|
515
571
|
readonly type: "session" | "pat" | "oidc";
|
|
516
572
|
readonly name: string | null;
|
|
517
573
|
readonly scopes: ReadonlyArray<string>;
|
|
@@ -529,7 +585,7 @@ export declare const AuthMeToken: Schema.Struct<{
|
|
|
529
585
|
readonly expires_at: Schema.String;
|
|
530
586
|
}>;
|
|
531
587
|
export type TokenListItem = {
|
|
532
|
-
readonly id:
|
|
588
|
+
readonly id: TokenId;
|
|
533
589
|
readonly name: string | null;
|
|
534
590
|
readonly type: string;
|
|
535
591
|
readonly scopes: ReadonlyArray<string>;
|
|
@@ -546,6 +602,22 @@ export declare const TokenListItem: Schema.Struct<{
|
|
|
546
602
|
readonly expires_at: Schema.String;
|
|
547
603
|
readonly last_used_at: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
548
604
|
}>;
|
|
605
|
+
export type CreateTokenResponse = {
|
|
606
|
+
readonly id: TokenId;
|
|
607
|
+
readonly token: string;
|
|
608
|
+
readonly name: string;
|
|
609
|
+
readonly scopes: ReadonlyArray<string>;
|
|
610
|
+
readonly created_at: IsoDateTimeString;
|
|
611
|
+
readonly expires_at: IsoDateTimeString;
|
|
612
|
+
};
|
|
613
|
+
export declare const CreateTokenResponse: Schema.Struct<{
|
|
614
|
+
readonly id: Schema.String;
|
|
615
|
+
readonly token: Schema.String;
|
|
616
|
+
readonly name: Schema.String;
|
|
617
|
+
readonly scopes: Schema.$Array<Schema.String>;
|
|
618
|
+
readonly created_at: Schema.String;
|
|
619
|
+
readonly expires_at: Schema.String;
|
|
620
|
+
}>;
|
|
549
621
|
export type ForbiddenError = {
|
|
550
622
|
readonly kind: "ForbiddenError";
|
|
551
623
|
readonly type: string;
|
|
@@ -579,21 +651,69 @@ export declare const ForbiddenError: Schema.Struct<{
|
|
|
579
651
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
580
652
|
}>]>>;
|
|
581
653
|
}>;
|
|
582
|
-
export type
|
|
583
|
-
readonly
|
|
584
|
-
readonly
|
|
585
|
-
readonly name: string;
|
|
586
|
-
readonly scopes: ReadonlyArray<string>;
|
|
587
|
-
readonly created_at: IsoDateTimeString;
|
|
588
|
-
readonly expires_at: IsoDateTimeString;
|
|
654
|
+
export type UpsertTeamGrantBody = {
|
|
655
|
+
readonly teamId: TeamId;
|
|
656
|
+
readonly role: "read" | "write" | "admin";
|
|
589
657
|
};
|
|
590
|
-
export declare const
|
|
658
|
+
export declare const UpsertTeamGrantBody: Schema.Struct<{
|
|
659
|
+
readonly teamId: Schema.String;
|
|
660
|
+
readonly role: Schema.Literals<readonly ["read", "write", "admin"]>;
|
|
661
|
+
}>;
|
|
662
|
+
export type TeamGrant = {
|
|
663
|
+
readonly teamId: TeamId;
|
|
664
|
+
readonly role: "read" | "write" | "admin";
|
|
665
|
+
readonly grantedBy: string;
|
|
666
|
+
readonly grantedAt: string;
|
|
667
|
+
};
|
|
668
|
+
export declare const TeamGrant: Schema.Struct<{
|
|
669
|
+
readonly teamId: Schema.String;
|
|
670
|
+
readonly role: Schema.Literals<readonly ["read", "write", "admin"]>;
|
|
671
|
+
readonly grantedBy: Schema.String;
|
|
672
|
+
readonly grantedAt: Schema.String;
|
|
673
|
+
}>;
|
|
674
|
+
export type Team = {
|
|
675
|
+
readonly id: TeamId;
|
|
676
|
+
readonly organizationId: OrgId;
|
|
677
|
+
readonly displayName: string;
|
|
678
|
+
readonly description: string | null;
|
|
679
|
+
readonly createdAt: string;
|
|
680
|
+
readonly createdBy: UserIdRef;
|
|
681
|
+
readonly updatedAt: string;
|
|
682
|
+
};
|
|
683
|
+
export declare const Team: Schema.Struct<{
|
|
591
684
|
readonly id: Schema.String;
|
|
592
|
-
readonly
|
|
685
|
+
readonly organizationId: Schema.String;
|
|
686
|
+
readonly displayName: Schema.String;
|
|
687
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
688
|
+
readonly createdAt: Schema.String;
|
|
689
|
+
readonly createdBy: Schema.String;
|
|
690
|
+
readonly updatedAt: Schema.String;
|
|
691
|
+
}>;
|
|
692
|
+
export type TeamMembership = {
|
|
693
|
+
readonly teamId: TeamId;
|
|
694
|
+
readonly userId: UserId;
|
|
695
|
+
readonly role: "admin" | "member";
|
|
696
|
+
readonly addedAt: string;
|
|
697
|
+
readonly addedBy: UserIdRef;
|
|
698
|
+
};
|
|
699
|
+
export declare const TeamMembership: Schema.Struct<{
|
|
700
|
+
readonly teamId: Schema.String;
|
|
701
|
+
readonly userId: Schema.String;
|
|
702
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
703
|
+
readonly addedAt: Schema.String;
|
|
704
|
+
readonly addedBy: Schema.String;
|
|
705
|
+
}>;
|
|
706
|
+
export type PublishIdentity = {
|
|
707
|
+
readonly owner: Handle;
|
|
708
|
+
readonly type: ExtensionType;
|
|
709
|
+
readonly name: ExtensionName;
|
|
710
|
+
readonly version: ExactSemverVersion;
|
|
711
|
+
};
|
|
712
|
+
export declare const PublishIdentity: Schema.Struct<{
|
|
713
|
+
readonly owner: Schema.String;
|
|
714
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
593
715
|
readonly name: Schema.String;
|
|
594
|
-
readonly
|
|
595
|
-
readonly created_at: Schema.String;
|
|
596
|
-
readonly expires_at: Schema.String;
|
|
716
|
+
readonly version: Schema.String;
|
|
597
717
|
}>;
|
|
598
718
|
export type SearchHit = {
|
|
599
719
|
readonly name: ExtensionName;
|
|
@@ -623,6 +743,30 @@ export declare const SearchHit: Schema.Struct<{
|
|
|
623
743
|
readonly deprecated_at: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
624
744
|
readonly deprecation_notice: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
625
745
|
}>;
|
|
746
|
+
export type PublishLintFinding = {
|
|
747
|
+
readonly kind: "advisory" | "autofixable";
|
|
748
|
+
readonly ruleId: string;
|
|
749
|
+
readonly severity: "error" | "warning" | "info";
|
|
750
|
+
readonly message: string;
|
|
751
|
+
readonly location?: PublishFindingLocation;
|
|
752
|
+
readonly path: string;
|
|
753
|
+
readonly suggestions: ReadonlyArray<string>;
|
|
754
|
+
};
|
|
755
|
+
export declare const PublishLintFinding: Schema.Struct<{
|
|
756
|
+
readonly kind: Schema.Literals<readonly ["advisory", "autofixable"]>;
|
|
757
|
+
readonly ruleId: Schema.String;
|
|
758
|
+
readonly severity: Schema.Literals<readonly ["error", "warning", "info"]>;
|
|
759
|
+
readonly message: Schema.String;
|
|
760
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
761
|
+
readonly file: Schema.String;
|
|
762
|
+
readonly line: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
763
|
+
readonly column: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
764
|
+
readonly byteOffset: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
765
|
+
readonly byteLength: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
766
|
+
}>>;
|
|
767
|
+
readonly path: Schema.String;
|
|
768
|
+
readonly suggestions: Schema.$Array<Schema.String>;
|
|
769
|
+
}>;
|
|
626
770
|
export type AuthMeResponse = {
|
|
627
771
|
readonly user: AuthMeUser;
|
|
628
772
|
readonly orgs: ReadonlyArray<never>;
|
|
@@ -664,6 +808,69 @@ export declare const TokenListResponse: Schema.Struct<{
|
|
|
664
808
|
readonly has_more: Schema.Boolean;
|
|
665
809
|
readonly cursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
666
810
|
}>;
|
|
811
|
+
export type TeamList = {
|
|
812
|
+
readonly items: ReadonlyArray<Team>;
|
|
813
|
+
readonly nextCursor: string | null;
|
|
814
|
+
};
|
|
815
|
+
export declare const TeamList: Schema.Struct<{
|
|
816
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
817
|
+
readonly id: Schema.String;
|
|
818
|
+
readonly organizationId: Schema.String;
|
|
819
|
+
readonly displayName: Schema.String;
|
|
820
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
821
|
+
readonly createdAt: Schema.String;
|
|
822
|
+
readonly createdBy: Schema.String;
|
|
823
|
+
readonly updatedAt: Schema.String;
|
|
824
|
+
}>>;
|
|
825
|
+
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
826
|
+
}>;
|
|
827
|
+
export type TeamMembershipList = {
|
|
828
|
+
readonly items: ReadonlyArray<TeamMembership>;
|
|
829
|
+
readonly nextCursor: string | null;
|
|
830
|
+
};
|
|
831
|
+
export declare const TeamMembershipList: Schema.Struct<{
|
|
832
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
833
|
+
readonly teamId: Schema.String;
|
|
834
|
+
readonly userId: Schema.String;
|
|
835
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
836
|
+
readonly addedAt: Schema.String;
|
|
837
|
+
readonly addedBy: Schema.String;
|
|
838
|
+
}>>;
|
|
839
|
+
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
840
|
+
}>;
|
|
841
|
+
export type ExtensionIdentityMismatchError = {
|
|
842
|
+
readonly kind: "ExtensionIdentityMismatchError";
|
|
843
|
+
readonly type: string;
|
|
844
|
+
readonly title: string;
|
|
845
|
+
readonly status: number;
|
|
846
|
+
readonly detail: string;
|
|
847
|
+
readonly instance?: string;
|
|
848
|
+
readonly code: string;
|
|
849
|
+
readonly error: "extension_identity_mismatch";
|
|
850
|
+
readonly identity: PublishIdentity;
|
|
851
|
+
readonly mismatches: ReadonlyArray<PublishIdentityMismatchEntry>;
|
|
852
|
+
};
|
|
853
|
+
export declare const ExtensionIdentityMismatchError: Schema.Struct<{
|
|
854
|
+
readonly kind: Schema.Literal<"ExtensionIdentityMismatchError">;
|
|
855
|
+
readonly type: Schema.String;
|
|
856
|
+
readonly title: Schema.String;
|
|
857
|
+
readonly status: Schema.Number;
|
|
858
|
+
readonly detail: Schema.String;
|
|
859
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
860
|
+
readonly code: Schema.String;
|
|
861
|
+
readonly error: Schema.Literal<"extension_identity_mismatch">;
|
|
862
|
+
readonly identity: Schema.Struct<{
|
|
863
|
+
readonly owner: Schema.String;
|
|
864
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
865
|
+
readonly name: Schema.String;
|
|
866
|
+
readonly version: Schema.String;
|
|
867
|
+
}>;
|
|
868
|
+
readonly mismatches: Schema.$Array<Schema.Struct<{
|
|
869
|
+
readonly field: Schema.Literals<readonly ["owner", "type", "name", "version"]>;
|
|
870
|
+
readonly urlPath: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
871
|
+
readonly content: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
872
|
+
}>>;
|
|
873
|
+
}>;
|
|
667
874
|
export type SearchResponse = {
|
|
668
875
|
readonly extensions: ReadonlyArray<SearchHit>;
|
|
669
876
|
readonly has_more: boolean;
|
|
@@ -689,6 +896,51 @@ export declare const SearchResponse: Schema.Struct<{
|
|
|
689
896
|
readonly has_more: Schema.Boolean;
|
|
690
897
|
readonly cursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
691
898
|
}>;
|
|
899
|
+
export type ExtensionLintFailedError = {
|
|
900
|
+
readonly kind: "ExtensionLintFailedError";
|
|
901
|
+
readonly type: string;
|
|
902
|
+
readonly title: string;
|
|
903
|
+
readonly status: number;
|
|
904
|
+
readonly detail: string;
|
|
905
|
+
readonly instance?: string;
|
|
906
|
+
readonly code: string;
|
|
907
|
+
readonly error: "extension_lint_failed";
|
|
908
|
+
readonly identity: PublishIdentity;
|
|
909
|
+
readonly displayRoot: string;
|
|
910
|
+
readonly findings: ReadonlyArray<PublishLintFinding>;
|
|
911
|
+
};
|
|
912
|
+
export declare const ExtensionLintFailedError: Schema.Struct<{
|
|
913
|
+
readonly kind: Schema.Literal<"ExtensionLintFailedError">;
|
|
914
|
+
readonly type: Schema.String;
|
|
915
|
+
readonly title: Schema.String;
|
|
916
|
+
readonly status: Schema.Number;
|
|
917
|
+
readonly detail: Schema.String;
|
|
918
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
919
|
+
readonly code: Schema.String;
|
|
920
|
+
readonly error: Schema.Literal<"extension_lint_failed">;
|
|
921
|
+
readonly identity: Schema.Struct<{
|
|
922
|
+
readonly owner: Schema.String;
|
|
923
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
924
|
+
readonly name: Schema.String;
|
|
925
|
+
readonly version: Schema.String;
|
|
926
|
+
}>;
|
|
927
|
+
readonly displayRoot: Schema.String;
|
|
928
|
+
readonly findings: Schema.$Array<Schema.Struct<{
|
|
929
|
+
readonly kind: Schema.Literals<readonly ["advisory", "autofixable"]>;
|
|
930
|
+
readonly ruleId: Schema.String;
|
|
931
|
+
readonly severity: Schema.Literals<readonly ["error", "warning", "info"]>;
|
|
932
|
+
readonly message: Schema.String;
|
|
933
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
934
|
+
readonly file: Schema.String;
|
|
935
|
+
readonly line: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
936
|
+
readonly column: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
937
|
+
readonly byteOffset: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
938
|
+
readonly byteLength: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
939
|
+
}>>;
|
|
940
|
+
readonly path: Schema.String;
|
|
941
|
+
readonly suggestions: Schema.$Array<Schema.String>;
|
|
942
|
+
}>>;
|
|
943
|
+
}>;
|
|
692
944
|
export type MetaGet200 = MetaResponse;
|
|
693
945
|
export declare const MetaGet200: Schema.Struct<{
|
|
694
946
|
readonly ok: Schema.Literal<true>;
|
|
@@ -1121,8 +1373,637 @@ export declare const OwnersGetOwner400: Schema.Struct<{
|
|
|
1121
1373
|
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1122
1374
|
readonly code: Schema.String;
|
|
1123
1375
|
}>;
|
|
1124
|
-
export type OwnersGetOwner404 = NotFoundError;
|
|
1125
|
-
export declare const OwnersGetOwner404: Schema.Struct<{
|
|
1376
|
+
export type OwnersGetOwner404 = NotFoundError;
|
|
1377
|
+
export declare const OwnersGetOwner404: Schema.Struct<{
|
|
1378
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1379
|
+
readonly type: Schema.String;
|
|
1380
|
+
readonly title: Schema.String;
|
|
1381
|
+
readonly status: Schema.Number;
|
|
1382
|
+
readonly detail: Schema.String;
|
|
1383
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1384
|
+
readonly code: Schema.String;
|
|
1385
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1386
|
+
readonly retryable: Schema.Boolean;
|
|
1387
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1388
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1389
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1390
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1391
|
+
}>>;
|
|
1392
|
+
}>;
|
|
1393
|
+
export type OrgsTeamsListTeamsParams = {
|
|
1394
|
+
readonly cursor?: string | null;
|
|
1395
|
+
readonly limit?: string | null;
|
|
1396
|
+
};
|
|
1397
|
+
export declare const OrgsTeamsListTeamsParams: Schema.Struct<{
|
|
1398
|
+
readonly cursor: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1399
|
+
readonly limit: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1400
|
+
}>;
|
|
1401
|
+
export type OrgsTeamsListTeams200 = TeamList;
|
|
1402
|
+
export declare const OrgsTeamsListTeams200: Schema.Struct<{
|
|
1403
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
1404
|
+
readonly id: Schema.String;
|
|
1405
|
+
readonly organizationId: Schema.String;
|
|
1406
|
+
readonly displayName: Schema.String;
|
|
1407
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1408
|
+
readonly createdAt: Schema.String;
|
|
1409
|
+
readonly createdBy: Schema.String;
|
|
1410
|
+
readonly updatedAt: Schema.String;
|
|
1411
|
+
}>>;
|
|
1412
|
+
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1413
|
+
}>;
|
|
1414
|
+
export type OrgsTeamsListTeams400 = DecodeErrorResponse;
|
|
1415
|
+
export declare const OrgsTeamsListTeams400: Schema.Struct<{
|
|
1416
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1417
|
+
readonly type: Schema.String;
|
|
1418
|
+
readonly title: Schema.String;
|
|
1419
|
+
readonly status: Schema.Number;
|
|
1420
|
+
readonly detail: Schema.String;
|
|
1421
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1422
|
+
readonly code: Schema.String;
|
|
1423
|
+
}>;
|
|
1424
|
+
export type OrgsTeamsListTeams401 = UnauthorizedError;
|
|
1425
|
+
export declare const OrgsTeamsListTeams401: Schema.Struct<{
|
|
1426
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1427
|
+
readonly type: Schema.String;
|
|
1428
|
+
readonly title: Schema.String;
|
|
1429
|
+
readonly status: Schema.Number;
|
|
1430
|
+
readonly detail: Schema.String;
|
|
1431
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1432
|
+
readonly code: Schema.String;
|
|
1433
|
+
}>;
|
|
1434
|
+
export type OrgsTeamsListTeams404 = NotFoundError;
|
|
1435
|
+
export declare const OrgsTeamsListTeams404: Schema.Struct<{
|
|
1436
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1437
|
+
readonly type: Schema.String;
|
|
1438
|
+
readonly title: Schema.String;
|
|
1439
|
+
readonly status: Schema.Number;
|
|
1440
|
+
readonly detail: Schema.String;
|
|
1441
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1442
|
+
readonly code: Schema.String;
|
|
1443
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1444
|
+
readonly retryable: Schema.Boolean;
|
|
1445
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1446
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1447
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1448
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1449
|
+
}>>;
|
|
1450
|
+
}>;
|
|
1451
|
+
export type OrgsTeamsCreateTeamRequestJson = CreateTeamBody;
|
|
1452
|
+
export declare const OrgsTeamsCreateTeamRequestJson: Schema.Struct<{
|
|
1453
|
+
readonly displayName: Schema.String;
|
|
1454
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
1455
|
+
}>;
|
|
1456
|
+
export type OrgsTeamsCreateTeam200 = Team;
|
|
1457
|
+
export declare const OrgsTeamsCreateTeam200: Schema.Struct<{
|
|
1458
|
+
readonly id: Schema.String;
|
|
1459
|
+
readonly organizationId: Schema.String;
|
|
1460
|
+
readonly displayName: Schema.String;
|
|
1461
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1462
|
+
readonly createdAt: Schema.String;
|
|
1463
|
+
readonly createdBy: Schema.String;
|
|
1464
|
+
readonly updatedAt: Schema.String;
|
|
1465
|
+
}>;
|
|
1466
|
+
export type OrgsTeamsCreateTeam400 = InvalidRequestError | DecodeErrorResponse;
|
|
1467
|
+
export declare const OrgsTeamsCreateTeam400: Schema.Union<readonly [Schema.Struct<{
|
|
1468
|
+
readonly kind: Schema.Literal<"InvalidRequestError">;
|
|
1469
|
+
readonly type: Schema.String;
|
|
1470
|
+
readonly title: Schema.String;
|
|
1471
|
+
readonly status: Schema.Number;
|
|
1472
|
+
readonly detail: Schema.String;
|
|
1473
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1474
|
+
readonly code: Schema.String;
|
|
1475
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1476
|
+
readonly retryable: Schema.Boolean;
|
|
1477
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1478
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1479
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1480
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1481
|
+
}>>;
|
|
1482
|
+
}>, Schema.Struct<{
|
|
1483
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1484
|
+
readonly type: Schema.String;
|
|
1485
|
+
readonly title: Schema.String;
|
|
1486
|
+
readonly status: Schema.Number;
|
|
1487
|
+
readonly detail: Schema.String;
|
|
1488
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1489
|
+
readonly code: Schema.String;
|
|
1490
|
+
}>]>;
|
|
1491
|
+
export type OrgsTeamsCreateTeam401 = UnauthorizedError;
|
|
1492
|
+
export declare const OrgsTeamsCreateTeam401: Schema.Struct<{
|
|
1493
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1494
|
+
readonly type: Schema.String;
|
|
1495
|
+
readonly title: Schema.String;
|
|
1496
|
+
readonly status: Schema.Number;
|
|
1497
|
+
readonly detail: Schema.String;
|
|
1498
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1499
|
+
readonly code: Schema.String;
|
|
1500
|
+
}>;
|
|
1501
|
+
export type OrgsTeamsCreateTeam403 = ForbiddenError;
|
|
1502
|
+
export declare const OrgsTeamsCreateTeam403: Schema.Struct<{
|
|
1503
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1504
|
+
readonly type: Schema.String;
|
|
1505
|
+
readonly title: Schema.String;
|
|
1506
|
+
readonly status: Schema.Number;
|
|
1507
|
+
readonly detail: Schema.String;
|
|
1508
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1509
|
+
readonly code: Schema.String;
|
|
1510
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1511
|
+
readonly requiredScope: Schema.String;
|
|
1512
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1513
|
+
}>, Schema.Struct<{
|
|
1514
|
+
readonly requiredScope: Schema.String;
|
|
1515
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1516
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1517
|
+
}>, Schema.Struct<{
|
|
1518
|
+
readonly retryable: Schema.Boolean;
|
|
1519
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1520
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1521
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1522
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1523
|
+
}>]>>;
|
|
1524
|
+
}>;
|
|
1525
|
+
export type OrgsTeamsCreateTeam404 = NotFoundError;
|
|
1526
|
+
export declare const OrgsTeamsCreateTeam404: Schema.Struct<{
|
|
1527
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1528
|
+
readonly type: Schema.String;
|
|
1529
|
+
readonly title: Schema.String;
|
|
1530
|
+
readonly status: Schema.Number;
|
|
1531
|
+
readonly detail: Schema.String;
|
|
1532
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1533
|
+
readonly code: Schema.String;
|
|
1534
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1535
|
+
readonly retryable: Schema.Boolean;
|
|
1536
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1537
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1538
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1539
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1540
|
+
}>>;
|
|
1541
|
+
}>;
|
|
1542
|
+
export type OrgsTeamsGetTeam200 = Team;
|
|
1543
|
+
export declare const OrgsTeamsGetTeam200: Schema.Struct<{
|
|
1544
|
+
readonly id: Schema.String;
|
|
1545
|
+
readonly organizationId: Schema.String;
|
|
1546
|
+
readonly displayName: Schema.String;
|
|
1547
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1548
|
+
readonly createdAt: Schema.String;
|
|
1549
|
+
readonly createdBy: Schema.String;
|
|
1550
|
+
readonly updatedAt: Schema.String;
|
|
1551
|
+
}>;
|
|
1552
|
+
export type OrgsTeamsGetTeam400 = DecodeErrorResponse;
|
|
1553
|
+
export declare const OrgsTeamsGetTeam400: Schema.Struct<{
|
|
1554
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1555
|
+
readonly type: Schema.String;
|
|
1556
|
+
readonly title: Schema.String;
|
|
1557
|
+
readonly status: Schema.Number;
|
|
1558
|
+
readonly detail: Schema.String;
|
|
1559
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1560
|
+
readonly code: Schema.String;
|
|
1561
|
+
}>;
|
|
1562
|
+
export type OrgsTeamsGetTeam401 = UnauthorizedError;
|
|
1563
|
+
export declare const OrgsTeamsGetTeam401: Schema.Struct<{
|
|
1564
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1565
|
+
readonly type: Schema.String;
|
|
1566
|
+
readonly title: Schema.String;
|
|
1567
|
+
readonly status: Schema.Number;
|
|
1568
|
+
readonly detail: Schema.String;
|
|
1569
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1570
|
+
readonly code: Schema.String;
|
|
1571
|
+
}>;
|
|
1572
|
+
export type OrgsTeamsGetTeam404 = NotFoundError;
|
|
1573
|
+
export declare const OrgsTeamsGetTeam404: Schema.Struct<{
|
|
1574
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1575
|
+
readonly type: Schema.String;
|
|
1576
|
+
readonly title: Schema.String;
|
|
1577
|
+
readonly status: Schema.Number;
|
|
1578
|
+
readonly detail: Schema.String;
|
|
1579
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1580
|
+
readonly code: Schema.String;
|
|
1581
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1582
|
+
readonly retryable: Schema.Boolean;
|
|
1583
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1584
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1585
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1586
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1587
|
+
}>>;
|
|
1588
|
+
}>;
|
|
1589
|
+
export type OrgsTeamsDeleteTeam400 = DecodeErrorResponse;
|
|
1590
|
+
export declare const OrgsTeamsDeleteTeam400: Schema.Struct<{
|
|
1591
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1592
|
+
readonly type: Schema.String;
|
|
1593
|
+
readonly title: Schema.String;
|
|
1594
|
+
readonly status: Schema.Number;
|
|
1595
|
+
readonly detail: Schema.String;
|
|
1596
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1597
|
+
readonly code: Schema.String;
|
|
1598
|
+
}>;
|
|
1599
|
+
export type OrgsTeamsDeleteTeam401 = UnauthorizedError;
|
|
1600
|
+
export declare const OrgsTeamsDeleteTeam401: Schema.Struct<{
|
|
1601
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1602
|
+
readonly type: Schema.String;
|
|
1603
|
+
readonly title: Schema.String;
|
|
1604
|
+
readonly status: Schema.Number;
|
|
1605
|
+
readonly detail: Schema.String;
|
|
1606
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1607
|
+
readonly code: Schema.String;
|
|
1608
|
+
}>;
|
|
1609
|
+
export type OrgsTeamsDeleteTeam403 = ForbiddenError;
|
|
1610
|
+
export declare const OrgsTeamsDeleteTeam403: Schema.Struct<{
|
|
1611
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1612
|
+
readonly type: Schema.String;
|
|
1613
|
+
readonly title: Schema.String;
|
|
1614
|
+
readonly status: Schema.Number;
|
|
1615
|
+
readonly detail: Schema.String;
|
|
1616
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1617
|
+
readonly code: Schema.String;
|
|
1618
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1619
|
+
readonly requiredScope: Schema.String;
|
|
1620
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1621
|
+
}>, Schema.Struct<{
|
|
1622
|
+
readonly requiredScope: Schema.String;
|
|
1623
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1624
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1625
|
+
}>, Schema.Struct<{
|
|
1626
|
+
readonly retryable: Schema.Boolean;
|
|
1627
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1628
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1629
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1630
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1631
|
+
}>]>>;
|
|
1632
|
+
}>;
|
|
1633
|
+
export type OrgsTeamsDeleteTeam404 = NotFoundError;
|
|
1634
|
+
export declare const OrgsTeamsDeleteTeam404: Schema.Struct<{
|
|
1635
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1636
|
+
readonly type: Schema.String;
|
|
1637
|
+
readonly title: Schema.String;
|
|
1638
|
+
readonly status: Schema.Number;
|
|
1639
|
+
readonly detail: Schema.String;
|
|
1640
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1641
|
+
readonly code: Schema.String;
|
|
1642
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1643
|
+
readonly retryable: Schema.Boolean;
|
|
1644
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1645
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1646
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1647
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1648
|
+
}>>;
|
|
1649
|
+
}>;
|
|
1650
|
+
export type OrgsTeamsUpdateTeamRequestJson = UpdateTeamBody;
|
|
1651
|
+
export declare const OrgsTeamsUpdateTeamRequestJson: Schema.Struct<{
|
|
1652
|
+
readonly displayName: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1653
|
+
readonly description: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.String, Schema.Null]>, Schema.Null]>>;
|
|
1654
|
+
}>;
|
|
1655
|
+
export type OrgsTeamsUpdateTeam200 = Team;
|
|
1656
|
+
export declare const OrgsTeamsUpdateTeam200: Schema.Struct<{
|
|
1657
|
+
readonly id: Schema.String;
|
|
1658
|
+
readonly organizationId: Schema.String;
|
|
1659
|
+
readonly displayName: Schema.String;
|
|
1660
|
+
readonly description: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1661
|
+
readonly createdAt: Schema.String;
|
|
1662
|
+
readonly createdBy: Schema.String;
|
|
1663
|
+
readonly updatedAt: Schema.String;
|
|
1664
|
+
}>;
|
|
1665
|
+
export type OrgsTeamsUpdateTeam400 = InvalidRequestError | DecodeErrorResponse;
|
|
1666
|
+
export declare const OrgsTeamsUpdateTeam400: Schema.Union<readonly [Schema.Struct<{
|
|
1667
|
+
readonly kind: Schema.Literal<"InvalidRequestError">;
|
|
1668
|
+
readonly type: Schema.String;
|
|
1669
|
+
readonly title: Schema.String;
|
|
1670
|
+
readonly status: Schema.Number;
|
|
1671
|
+
readonly detail: Schema.String;
|
|
1672
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1673
|
+
readonly code: Schema.String;
|
|
1674
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1675
|
+
readonly retryable: Schema.Boolean;
|
|
1676
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1677
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1678
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1679
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1680
|
+
}>>;
|
|
1681
|
+
}>, Schema.Struct<{
|
|
1682
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1683
|
+
readonly type: Schema.String;
|
|
1684
|
+
readonly title: Schema.String;
|
|
1685
|
+
readonly status: Schema.Number;
|
|
1686
|
+
readonly detail: Schema.String;
|
|
1687
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1688
|
+
readonly code: Schema.String;
|
|
1689
|
+
}>]>;
|
|
1690
|
+
export type OrgsTeamsUpdateTeam401 = UnauthorizedError;
|
|
1691
|
+
export declare const OrgsTeamsUpdateTeam401: Schema.Struct<{
|
|
1692
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1693
|
+
readonly type: Schema.String;
|
|
1694
|
+
readonly title: Schema.String;
|
|
1695
|
+
readonly status: Schema.Number;
|
|
1696
|
+
readonly detail: Schema.String;
|
|
1697
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1698
|
+
readonly code: Schema.String;
|
|
1699
|
+
}>;
|
|
1700
|
+
export type OrgsTeamsUpdateTeam403 = ForbiddenError;
|
|
1701
|
+
export declare const OrgsTeamsUpdateTeam403: Schema.Struct<{
|
|
1702
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1703
|
+
readonly type: Schema.String;
|
|
1704
|
+
readonly title: Schema.String;
|
|
1705
|
+
readonly status: Schema.Number;
|
|
1706
|
+
readonly detail: Schema.String;
|
|
1707
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1708
|
+
readonly code: Schema.String;
|
|
1709
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1710
|
+
readonly requiredScope: Schema.String;
|
|
1711
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1712
|
+
}>, Schema.Struct<{
|
|
1713
|
+
readonly requiredScope: Schema.String;
|
|
1714
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1715
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1716
|
+
}>, Schema.Struct<{
|
|
1717
|
+
readonly retryable: Schema.Boolean;
|
|
1718
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1719
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1720
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1721
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1722
|
+
}>]>>;
|
|
1723
|
+
}>;
|
|
1724
|
+
export type OrgsTeamsUpdateTeam404 = NotFoundError;
|
|
1725
|
+
export declare const OrgsTeamsUpdateTeam404: Schema.Struct<{
|
|
1726
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1727
|
+
readonly type: Schema.String;
|
|
1728
|
+
readonly title: Schema.String;
|
|
1729
|
+
readonly status: Schema.Number;
|
|
1730
|
+
readonly detail: Schema.String;
|
|
1731
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1732
|
+
readonly code: Schema.String;
|
|
1733
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1734
|
+
readonly retryable: Schema.Boolean;
|
|
1735
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1736
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1737
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1738
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1739
|
+
}>>;
|
|
1740
|
+
}>;
|
|
1741
|
+
export type OrgsTeamsListTeamMembersParams = {
|
|
1742
|
+
readonly cursor?: string | null;
|
|
1743
|
+
readonly limit?: string | null;
|
|
1744
|
+
};
|
|
1745
|
+
export declare const OrgsTeamsListTeamMembersParams: Schema.Struct<{
|
|
1746
|
+
readonly cursor: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1747
|
+
readonly limit: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1748
|
+
}>;
|
|
1749
|
+
export type OrgsTeamsListTeamMembers200 = TeamMembershipList;
|
|
1750
|
+
export declare const OrgsTeamsListTeamMembers200: Schema.Struct<{
|
|
1751
|
+
readonly items: Schema.$Array<Schema.Struct<{
|
|
1752
|
+
readonly teamId: Schema.String;
|
|
1753
|
+
readonly userId: Schema.String;
|
|
1754
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1755
|
+
readonly addedAt: Schema.String;
|
|
1756
|
+
readonly addedBy: Schema.String;
|
|
1757
|
+
}>>;
|
|
1758
|
+
readonly nextCursor: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
1759
|
+
}>;
|
|
1760
|
+
export type OrgsTeamsListTeamMembers400 = DecodeErrorResponse;
|
|
1761
|
+
export declare const OrgsTeamsListTeamMembers400: Schema.Struct<{
|
|
1762
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1763
|
+
readonly type: Schema.String;
|
|
1764
|
+
readonly title: Schema.String;
|
|
1765
|
+
readonly status: Schema.Number;
|
|
1766
|
+
readonly detail: Schema.String;
|
|
1767
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1768
|
+
readonly code: Schema.String;
|
|
1769
|
+
}>;
|
|
1770
|
+
export type OrgsTeamsListTeamMembers401 = UnauthorizedError;
|
|
1771
|
+
export declare const OrgsTeamsListTeamMembers401: Schema.Struct<{
|
|
1772
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1773
|
+
readonly type: Schema.String;
|
|
1774
|
+
readonly title: Schema.String;
|
|
1775
|
+
readonly status: Schema.Number;
|
|
1776
|
+
readonly detail: Schema.String;
|
|
1777
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1778
|
+
readonly code: Schema.String;
|
|
1779
|
+
}>;
|
|
1780
|
+
export type OrgsTeamsListTeamMembers404 = NotFoundError;
|
|
1781
|
+
export declare const OrgsTeamsListTeamMembers404: Schema.Struct<{
|
|
1782
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1783
|
+
readonly type: Schema.String;
|
|
1784
|
+
readonly title: Schema.String;
|
|
1785
|
+
readonly status: Schema.Number;
|
|
1786
|
+
readonly detail: Schema.String;
|
|
1787
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1788
|
+
readonly code: Schema.String;
|
|
1789
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1790
|
+
readonly retryable: Schema.Boolean;
|
|
1791
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1792
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1793
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1794
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1795
|
+
}>>;
|
|
1796
|
+
}>;
|
|
1797
|
+
export type OrgsTeamsAddTeamMemberRequestJson = AddTeamMemberBody;
|
|
1798
|
+
export declare const OrgsTeamsAddTeamMemberRequestJson: Schema.Struct<{
|
|
1799
|
+
readonly userId: Schema.String;
|
|
1800
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1801
|
+
}>;
|
|
1802
|
+
export type OrgsTeamsAddTeamMember200 = TeamMembership;
|
|
1803
|
+
export declare const OrgsTeamsAddTeamMember200: Schema.Struct<{
|
|
1804
|
+
readonly teamId: Schema.String;
|
|
1805
|
+
readonly userId: Schema.String;
|
|
1806
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1807
|
+
readonly addedAt: Schema.String;
|
|
1808
|
+
readonly addedBy: Schema.String;
|
|
1809
|
+
}>;
|
|
1810
|
+
export type OrgsTeamsAddTeamMember400 = DecodeErrorResponse;
|
|
1811
|
+
export declare const OrgsTeamsAddTeamMember400: Schema.Struct<{
|
|
1812
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1813
|
+
readonly type: Schema.String;
|
|
1814
|
+
readonly title: Schema.String;
|
|
1815
|
+
readonly status: Schema.Number;
|
|
1816
|
+
readonly detail: Schema.String;
|
|
1817
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1818
|
+
readonly code: Schema.String;
|
|
1819
|
+
}>;
|
|
1820
|
+
export type OrgsTeamsAddTeamMember401 = UnauthorizedError;
|
|
1821
|
+
export declare const OrgsTeamsAddTeamMember401: Schema.Struct<{
|
|
1822
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1823
|
+
readonly type: Schema.String;
|
|
1824
|
+
readonly title: Schema.String;
|
|
1825
|
+
readonly status: Schema.Number;
|
|
1826
|
+
readonly detail: Schema.String;
|
|
1827
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1828
|
+
readonly code: Schema.String;
|
|
1829
|
+
}>;
|
|
1830
|
+
export type OrgsTeamsAddTeamMember403 = ForbiddenError;
|
|
1831
|
+
export declare const OrgsTeamsAddTeamMember403: Schema.Struct<{
|
|
1832
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1833
|
+
readonly type: Schema.String;
|
|
1834
|
+
readonly title: Schema.String;
|
|
1835
|
+
readonly status: Schema.Number;
|
|
1836
|
+
readonly detail: Schema.String;
|
|
1837
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1838
|
+
readonly code: Schema.String;
|
|
1839
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1840
|
+
readonly requiredScope: Schema.String;
|
|
1841
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1842
|
+
}>, Schema.Struct<{
|
|
1843
|
+
readonly requiredScope: Schema.String;
|
|
1844
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1845
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1846
|
+
}>, Schema.Struct<{
|
|
1847
|
+
readonly retryable: Schema.Boolean;
|
|
1848
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1849
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1850
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1851
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1852
|
+
}>]>>;
|
|
1853
|
+
}>;
|
|
1854
|
+
export type OrgsTeamsAddTeamMember404 = NotFoundError;
|
|
1855
|
+
export declare const OrgsTeamsAddTeamMember404: Schema.Struct<{
|
|
1856
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1857
|
+
readonly type: Schema.String;
|
|
1858
|
+
readonly title: Schema.String;
|
|
1859
|
+
readonly status: Schema.Number;
|
|
1860
|
+
readonly detail: Schema.String;
|
|
1861
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1862
|
+
readonly code: Schema.String;
|
|
1863
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1864
|
+
readonly retryable: Schema.Boolean;
|
|
1865
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1866
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1867
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1868
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1869
|
+
}>>;
|
|
1870
|
+
}>;
|
|
1871
|
+
export type OrgsTeamsAddTeamMember422 = UnprocessableEntityError;
|
|
1872
|
+
export declare const OrgsTeamsAddTeamMember422: Schema.Struct<{
|
|
1873
|
+
readonly kind: Schema.Literal<"UnprocessableEntityError">;
|
|
1874
|
+
readonly type: Schema.String;
|
|
1875
|
+
readonly title: Schema.String;
|
|
1876
|
+
readonly status: Schema.Number;
|
|
1877
|
+
readonly detail: Schema.String;
|
|
1878
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1879
|
+
readonly code: Schema.String;
|
|
1880
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1881
|
+
readonly retryable: Schema.Boolean;
|
|
1882
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1883
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1884
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1885
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1886
|
+
}>>;
|
|
1887
|
+
}>;
|
|
1888
|
+
export type OrgsTeamsRemoveTeamMember400 = DecodeErrorResponse;
|
|
1889
|
+
export declare const OrgsTeamsRemoveTeamMember400: Schema.Struct<{
|
|
1890
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1891
|
+
readonly type: Schema.String;
|
|
1892
|
+
readonly title: Schema.String;
|
|
1893
|
+
readonly status: Schema.Number;
|
|
1894
|
+
readonly detail: Schema.String;
|
|
1895
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1896
|
+
readonly code: Schema.String;
|
|
1897
|
+
}>;
|
|
1898
|
+
export type OrgsTeamsRemoveTeamMember401 = UnauthorizedError;
|
|
1899
|
+
export declare const OrgsTeamsRemoveTeamMember401: Schema.Struct<{
|
|
1900
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1901
|
+
readonly type: Schema.String;
|
|
1902
|
+
readonly title: Schema.String;
|
|
1903
|
+
readonly status: Schema.Number;
|
|
1904
|
+
readonly detail: Schema.String;
|
|
1905
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1906
|
+
readonly code: Schema.String;
|
|
1907
|
+
}>;
|
|
1908
|
+
export type OrgsTeamsRemoveTeamMember403 = ForbiddenError;
|
|
1909
|
+
export declare const OrgsTeamsRemoveTeamMember403: Schema.Struct<{
|
|
1910
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1911
|
+
readonly type: Schema.String;
|
|
1912
|
+
readonly title: Schema.String;
|
|
1913
|
+
readonly status: Schema.Number;
|
|
1914
|
+
readonly detail: Schema.String;
|
|
1915
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1916
|
+
readonly code: Schema.String;
|
|
1917
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1918
|
+
readonly requiredScope: Schema.String;
|
|
1919
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1920
|
+
}>, Schema.Struct<{
|
|
1921
|
+
readonly requiredScope: Schema.String;
|
|
1922
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1923
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1924
|
+
}>, Schema.Struct<{
|
|
1925
|
+
readonly retryable: Schema.Boolean;
|
|
1926
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1927
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1928
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1929
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1930
|
+
}>]>>;
|
|
1931
|
+
}>;
|
|
1932
|
+
export type OrgsTeamsRemoveTeamMember404 = NotFoundError;
|
|
1933
|
+
export declare const OrgsTeamsRemoveTeamMember404: Schema.Struct<{
|
|
1934
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1935
|
+
readonly type: Schema.String;
|
|
1936
|
+
readonly title: Schema.String;
|
|
1937
|
+
readonly status: Schema.Number;
|
|
1938
|
+
readonly detail: Schema.String;
|
|
1939
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1940
|
+
readonly code: Schema.String;
|
|
1941
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
1942
|
+
readonly retryable: Schema.Boolean;
|
|
1943
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
1944
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
1945
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1946
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1947
|
+
}>>;
|
|
1948
|
+
}>;
|
|
1949
|
+
export type OrgsTeamsChangeTeamMemberRoleRequestJson = ChangeTeamMemberRoleBody;
|
|
1950
|
+
export declare const OrgsTeamsChangeTeamMemberRoleRequestJson: Schema.Struct<{
|
|
1951
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1952
|
+
}>;
|
|
1953
|
+
export type OrgsTeamsChangeTeamMemberRole200 = TeamMembership;
|
|
1954
|
+
export declare const OrgsTeamsChangeTeamMemberRole200: Schema.Struct<{
|
|
1955
|
+
readonly teamId: Schema.String;
|
|
1956
|
+
readonly userId: Schema.String;
|
|
1957
|
+
readonly role: Schema.Literals<readonly ["admin", "member"]>;
|
|
1958
|
+
readonly addedAt: Schema.String;
|
|
1959
|
+
readonly addedBy: Schema.String;
|
|
1960
|
+
}>;
|
|
1961
|
+
export type OrgsTeamsChangeTeamMemberRole400 = DecodeErrorResponse;
|
|
1962
|
+
export declare const OrgsTeamsChangeTeamMemberRole400: Schema.Struct<{
|
|
1963
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
1964
|
+
readonly type: Schema.String;
|
|
1965
|
+
readonly title: Schema.String;
|
|
1966
|
+
readonly status: Schema.Number;
|
|
1967
|
+
readonly detail: Schema.String;
|
|
1968
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1969
|
+
readonly code: Schema.String;
|
|
1970
|
+
}>;
|
|
1971
|
+
export type OrgsTeamsChangeTeamMemberRole401 = UnauthorizedError;
|
|
1972
|
+
export declare const OrgsTeamsChangeTeamMemberRole401: Schema.Struct<{
|
|
1973
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
1974
|
+
readonly type: Schema.String;
|
|
1975
|
+
readonly title: Schema.String;
|
|
1976
|
+
readonly status: Schema.Number;
|
|
1977
|
+
readonly detail: Schema.String;
|
|
1978
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1979
|
+
readonly code: Schema.String;
|
|
1980
|
+
}>;
|
|
1981
|
+
export type OrgsTeamsChangeTeamMemberRole403 = ForbiddenError;
|
|
1982
|
+
export declare const OrgsTeamsChangeTeamMemberRole403: Schema.Struct<{
|
|
1983
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
1984
|
+
readonly type: Schema.String;
|
|
1985
|
+
readonly title: Schema.String;
|
|
1986
|
+
readonly status: Schema.Number;
|
|
1987
|
+
readonly detail: Schema.String;
|
|
1988
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
1989
|
+
readonly code: Schema.String;
|
|
1990
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
1991
|
+
readonly requiredScope: Schema.String;
|
|
1992
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
1993
|
+
}>, Schema.Struct<{
|
|
1994
|
+
readonly requiredScope: Schema.String;
|
|
1995
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
1996
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
1997
|
+
}>, Schema.Struct<{
|
|
1998
|
+
readonly retryable: Schema.Boolean;
|
|
1999
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2000
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2001
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2002
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2003
|
+
}>]>>;
|
|
2004
|
+
}>;
|
|
2005
|
+
export type OrgsTeamsChangeTeamMemberRole404 = NotFoundError;
|
|
2006
|
+
export declare const OrgsTeamsChangeTeamMemberRole404: Schema.Struct<{
|
|
1126
2007
|
readonly kind: Schema.Literal<"NotFoundError">;
|
|
1127
2008
|
readonly type: Schema.String;
|
|
1128
2009
|
readonly title: Schema.String;
|
|
@@ -1244,7 +2125,7 @@ export type ExtensionsGet200 = {
|
|
|
1244
2125
|
readonly compatiblePackages?: ReadonlyArray<string> | null;
|
|
1245
2126
|
readonly yanked_at?: IsoDateTimeString | null;
|
|
1246
2127
|
}>;
|
|
1247
|
-
readonly visibility?: "public" | "
|
|
2128
|
+
readonly visibility?: "public" | "internal" | "private" | null;
|
|
1248
2129
|
readonly deprecated_at?: IsoDateTimeString | null;
|
|
1249
2130
|
readonly deprecation_notice?: string | null;
|
|
1250
2131
|
};
|
|
@@ -1268,7 +2149,7 @@ export declare const ExtensionsGet200: Schema.Struct<{
|
|
|
1268
2149
|
readonly compatiblePackages: Schema.optionalKey<Schema.Union<readonly [Schema.$Array<Schema.String>, Schema.Null]>>;
|
|
1269
2150
|
readonly yanked_at: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1270
2151
|
}>>;
|
|
1271
|
-
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "
|
|
2152
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
1272
2153
|
readonly deprecated_at: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1273
2154
|
readonly deprecation_notice: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1274
2155
|
}>;
|
|
@@ -1301,7 +2182,8 @@ export declare const ExtensionsGet404: Schema.Struct<{
|
|
|
1301
2182
|
}>;
|
|
1302
2183
|
export type ExtensionsUpdateVisibilityRequestJson = PatchVisibilityBody;
|
|
1303
2184
|
export declare const ExtensionsUpdateVisibilityRequestJson: Schema.Struct<{
|
|
1304
|
-
readonly visibility: Schema.Literals<readonly ["public", "
|
|
2185
|
+
readonly visibility: Schema.optionalKey<Schema.Union<readonly [Schema.Literals<readonly ["public", "internal", "private"]>, Schema.Null]>>;
|
|
2186
|
+
readonly listed: Schema.optionalKey<Schema.Union<readonly [Schema.Boolean, Schema.Null]>>;
|
|
1305
2187
|
}>;
|
|
1306
2188
|
export type ExtensionsUpdateVisibility200 = {
|
|
1307
2189
|
readonly id: ExtensionId;
|
|
@@ -1309,6 +2191,7 @@ export type ExtensionsUpdateVisibility200 = {
|
|
|
1309
2191
|
readonly type: ExtensionType;
|
|
1310
2192
|
readonly name: ExtensionName;
|
|
1311
2193
|
readonly visibility: string;
|
|
2194
|
+
readonly listed: boolean;
|
|
1312
2195
|
readonly updatedAt: string;
|
|
1313
2196
|
};
|
|
1314
2197
|
export declare const ExtensionsUpdateVisibility200: Schema.Struct<{
|
|
@@ -1317,6 +2200,7 @@ export declare const ExtensionsUpdateVisibility200: Schema.Struct<{
|
|
|
1317
2200
|
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
1318
2201
|
readonly name: Schema.String;
|
|
1319
2202
|
readonly visibility: Schema.String;
|
|
2203
|
+
readonly listed: Schema.Boolean;
|
|
1320
2204
|
readonly updatedAt: Schema.String;
|
|
1321
2205
|
}>;
|
|
1322
2206
|
export type ExtensionsUpdateVisibility400 = InvalidRequestError | DecodeErrorResponse;
|
|
@@ -1395,6 +2279,23 @@ export declare const ExtensionsUpdateVisibility404: Schema.Struct<{
|
|
|
1395
2279
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1396
2280
|
}>>;
|
|
1397
2281
|
}>;
|
|
2282
|
+
export type ExtensionsUpdateVisibility422 = UnprocessableEntityError;
|
|
2283
|
+
export declare const ExtensionsUpdateVisibility422: Schema.Struct<{
|
|
2284
|
+
readonly kind: Schema.Literal<"UnprocessableEntityError">;
|
|
2285
|
+
readonly type: Schema.String;
|
|
2286
|
+
readonly title: Schema.String;
|
|
2287
|
+
readonly status: Schema.Number;
|
|
2288
|
+
readonly detail: Schema.String;
|
|
2289
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2290
|
+
readonly code: Schema.String;
|
|
2291
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
2292
|
+
readonly retryable: Schema.Boolean;
|
|
2293
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
2294
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
2295
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
2296
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2297
|
+
}>>;
|
|
2298
|
+
}>;
|
|
1398
2299
|
export type ExtensionsGetVersion200 = {
|
|
1399
2300
|
readonly name: ExtensionName;
|
|
1400
2301
|
readonly owner: Handle;
|
|
@@ -1637,8 +2538,8 @@ export declare const ExtensionsPublishVersion415: Schema.Struct<{
|
|
|
1637
2538
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1638
2539
|
}>>;
|
|
1639
2540
|
}>;
|
|
1640
|
-
export type ExtensionsPublishVersion422 = UnprocessableEntityError;
|
|
1641
|
-
export declare const ExtensionsPublishVersion422: Schema.Struct<{
|
|
2541
|
+
export type ExtensionsPublishVersion422 = UnprocessableEntityError | ExtensionLintFailedError | ExtensionIdentityMismatchError;
|
|
2542
|
+
export declare const ExtensionsPublishVersion422: Schema.Union<readonly [Schema.Struct<{
|
|
1642
2543
|
readonly kind: Schema.Literal<"UnprocessableEntityError">;
|
|
1643
2544
|
readonly type: Schema.String;
|
|
1644
2545
|
readonly title: Schema.String;
|
|
@@ -1653,7 +2554,58 @@ export declare const ExtensionsPublishVersion422: Schema.Struct<{
|
|
|
1653
2554
|
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
1654
2555
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
1655
2556
|
}>>;
|
|
1656
|
-
}
|
|
2557
|
+
}>, Schema.Struct<{
|
|
2558
|
+
readonly kind: Schema.Literal<"ExtensionLintFailedError">;
|
|
2559
|
+
readonly type: Schema.String;
|
|
2560
|
+
readonly title: Schema.String;
|
|
2561
|
+
readonly status: Schema.Number;
|
|
2562
|
+
readonly detail: Schema.String;
|
|
2563
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2564
|
+
readonly code: Schema.String;
|
|
2565
|
+
readonly error: Schema.Literal<"extension_lint_failed">;
|
|
2566
|
+
readonly identity: Schema.Struct<{
|
|
2567
|
+
readonly owner: Schema.String;
|
|
2568
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2569
|
+
readonly name: Schema.String;
|
|
2570
|
+
readonly version: Schema.String;
|
|
2571
|
+
}>;
|
|
2572
|
+
readonly displayRoot: Schema.String;
|
|
2573
|
+
readonly findings: Schema.$Array<Schema.Struct<{
|
|
2574
|
+
readonly kind: Schema.Literals<readonly ["advisory", "autofixable"]>;
|
|
2575
|
+
readonly ruleId: Schema.String;
|
|
2576
|
+
readonly severity: Schema.Literals<readonly ["error", "warning", "info"]>;
|
|
2577
|
+
readonly message: Schema.String;
|
|
2578
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
2579
|
+
readonly file: Schema.String;
|
|
2580
|
+
readonly line: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
2581
|
+
readonly column: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
2582
|
+
readonly byteOffset: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
2583
|
+
readonly byteLength: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Number, Schema.Literal<"NaN">, Schema.Literal<"Infinity">, Schema.Literal<"-Infinity">]>, Schema.Literals<readonly ["Infinity", "-Infinity", "NaN"]>]>>;
|
|
2584
|
+
}>>;
|
|
2585
|
+
readonly path: Schema.String;
|
|
2586
|
+
readonly suggestions: Schema.$Array<Schema.String>;
|
|
2587
|
+
}>>;
|
|
2588
|
+
}>, Schema.Struct<{
|
|
2589
|
+
readonly kind: Schema.Literal<"ExtensionIdentityMismatchError">;
|
|
2590
|
+
readonly type: Schema.String;
|
|
2591
|
+
readonly title: Schema.String;
|
|
2592
|
+
readonly status: Schema.Number;
|
|
2593
|
+
readonly detail: Schema.String;
|
|
2594
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
2595
|
+
readonly code: Schema.String;
|
|
2596
|
+
readonly error: Schema.Literal<"extension_identity_mismatch">;
|
|
2597
|
+
readonly identity: Schema.Struct<{
|
|
2598
|
+
readonly owner: Schema.String;
|
|
2599
|
+
readonly type: Schema.Literals<readonly ["skill", "command", "mcp-server", "subagent", "file", "rule", "pack"]>;
|
|
2600
|
+
readonly name: Schema.String;
|
|
2601
|
+
readonly version: Schema.String;
|
|
2602
|
+
}>;
|
|
2603
|
+
readonly mismatches: Schema.$Array<Schema.Struct<{
|
|
2604
|
+
readonly field: Schema.Literals<readonly ["owner", "type", "name", "version"]>;
|
|
2605
|
+
readonly urlPath: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2606
|
+
readonly content: Schema.Union<readonly [Schema.String, Schema.Null]>;
|
|
2607
|
+
}>>;
|
|
2608
|
+
}>]>;
|
|
1657
2609
|
export type ExtensionsPublishVersion429 = TooManyRequestsError;
|
|
1658
2610
|
export declare const ExtensionsPublishVersion429: Schema.Struct<{
|
|
1659
2611
|
readonly kind: Schema.Literal<"TooManyRequestsError">;
|
|
@@ -2116,9 +3068,9 @@ export declare const ExtensionsUnyankVersion404: Schema.Struct<{
|
|
|
2116
3068
|
}>;
|
|
2117
3069
|
export type CollaboratorsListCollaborators200 = {
|
|
2118
3070
|
readonly collaborators: ReadonlyArray<{
|
|
2119
|
-
readonly userId:
|
|
3071
|
+
readonly userId: UserId;
|
|
2120
3072
|
readonly role: string;
|
|
2121
|
-
readonly grantedBy:
|
|
3073
|
+
readonly grantedBy: UserId | null;
|
|
2122
3074
|
readonly createdAt: string;
|
|
2123
3075
|
}>;
|
|
2124
3076
|
};
|
|
@@ -2196,9 +3148,9 @@ export declare const CollaboratorsUpsertCollaboratorRequestJson: Schema.Struct<{
|
|
|
2196
3148
|
readonly role: Schema.Literals<readonly ["admin", "write", "read"]>;
|
|
2197
3149
|
}>;
|
|
2198
3150
|
export type CollaboratorsUpsertCollaborator200 = {
|
|
2199
|
-
readonly userId:
|
|
3151
|
+
readonly userId: UserId;
|
|
2200
3152
|
readonly role: string;
|
|
2201
|
-
readonly grantedBy:
|
|
3153
|
+
readonly grantedBy: UserId | null;
|
|
2202
3154
|
readonly createdAt: string;
|
|
2203
3155
|
};
|
|
2204
3156
|
export declare const CollaboratorsUpsertCollaborator200: Schema.Struct<{
|
|
@@ -2361,6 +3313,201 @@ export declare const CollaboratorsDeleteCollaborator409: Schema.Struct<{
|
|
|
2361
3313
|
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2362
3314
|
}>>;
|
|
2363
3315
|
}>;
|
|
3316
|
+
export type TeamGrantsUpsertTeamExtensionGrantRequestJson = UpsertTeamGrantBody;
|
|
3317
|
+
export declare const TeamGrantsUpsertTeamExtensionGrantRequestJson: Schema.Struct<{
|
|
3318
|
+
readonly teamId: Schema.String;
|
|
3319
|
+
readonly role: Schema.Literals<readonly ["read", "write", "admin"]>;
|
|
3320
|
+
}>;
|
|
3321
|
+
export type TeamGrantsUpsertTeamExtensionGrant200 = TeamGrant;
|
|
3322
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant200: Schema.Struct<{
|
|
3323
|
+
readonly teamId: Schema.String;
|
|
3324
|
+
readonly role: Schema.Literals<readonly ["read", "write", "admin"]>;
|
|
3325
|
+
readonly grantedBy: Schema.String;
|
|
3326
|
+
readonly grantedAt: Schema.String;
|
|
3327
|
+
}>;
|
|
3328
|
+
export type TeamGrantsUpsertTeamExtensionGrant400 = DecodeErrorResponse;
|
|
3329
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant400: Schema.Struct<{
|
|
3330
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
3331
|
+
readonly type: Schema.String;
|
|
3332
|
+
readonly title: Schema.String;
|
|
3333
|
+
readonly status: Schema.Number;
|
|
3334
|
+
readonly detail: Schema.String;
|
|
3335
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3336
|
+
readonly code: Schema.String;
|
|
3337
|
+
}>;
|
|
3338
|
+
export type TeamGrantsUpsertTeamExtensionGrant401 = UnauthorizedError;
|
|
3339
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant401: Schema.Struct<{
|
|
3340
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
3341
|
+
readonly type: Schema.String;
|
|
3342
|
+
readonly title: Schema.String;
|
|
3343
|
+
readonly status: Schema.Number;
|
|
3344
|
+
readonly detail: Schema.String;
|
|
3345
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3346
|
+
readonly code: Schema.String;
|
|
3347
|
+
}>;
|
|
3348
|
+
export type TeamGrantsUpsertTeamExtensionGrant403 = ForbiddenError | ForbiddenError;
|
|
3349
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant403: Schema.Union<readonly [Schema.Struct<{
|
|
3350
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
3351
|
+
readonly type: Schema.String;
|
|
3352
|
+
readonly title: Schema.String;
|
|
3353
|
+
readonly status: Schema.Number;
|
|
3354
|
+
readonly detail: Schema.String;
|
|
3355
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3356
|
+
readonly code: Schema.String;
|
|
3357
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
3358
|
+
readonly requiredScope: Schema.String;
|
|
3359
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
3360
|
+
}>, Schema.Struct<{
|
|
3361
|
+
readonly requiredScope: Schema.String;
|
|
3362
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
3363
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
3364
|
+
}>, Schema.Struct<{
|
|
3365
|
+
readonly retryable: Schema.Boolean;
|
|
3366
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3367
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3368
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3369
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3370
|
+
}>]>>;
|
|
3371
|
+
}>, Schema.Struct<{
|
|
3372
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
3373
|
+
readonly type: Schema.String;
|
|
3374
|
+
readonly title: Schema.String;
|
|
3375
|
+
readonly status: Schema.Number;
|
|
3376
|
+
readonly detail: Schema.String;
|
|
3377
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3378
|
+
readonly code: Schema.String;
|
|
3379
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
3380
|
+
readonly requiredScope: Schema.String;
|
|
3381
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
3382
|
+
}>, Schema.Struct<{
|
|
3383
|
+
readonly requiredScope: Schema.String;
|
|
3384
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
3385
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
3386
|
+
}>, Schema.Struct<{
|
|
3387
|
+
readonly retryable: Schema.Boolean;
|
|
3388
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3389
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3390
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3391
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3392
|
+
}>]>>;
|
|
3393
|
+
}>]>;
|
|
3394
|
+
export type TeamGrantsUpsertTeamExtensionGrant404 = NotFoundError;
|
|
3395
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant404: Schema.Struct<{
|
|
3396
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
3397
|
+
readonly type: Schema.String;
|
|
3398
|
+
readonly title: Schema.String;
|
|
3399
|
+
readonly status: Schema.Number;
|
|
3400
|
+
readonly detail: Schema.String;
|
|
3401
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3402
|
+
readonly code: Schema.String;
|
|
3403
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
3404
|
+
readonly retryable: Schema.Boolean;
|
|
3405
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3406
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3407
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3408
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3409
|
+
}>>;
|
|
3410
|
+
}>;
|
|
3411
|
+
export type TeamGrantsUpsertTeamExtensionGrant422 = UnprocessableEntityError;
|
|
3412
|
+
export declare const TeamGrantsUpsertTeamExtensionGrant422: Schema.Struct<{
|
|
3413
|
+
readonly kind: Schema.Literal<"UnprocessableEntityError">;
|
|
3414
|
+
readonly type: Schema.String;
|
|
3415
|
+
readonly title: Schema.String;
|
|
3416
|
+
readonly status: Schema.Number;
|
|
3417
|
+
readonly detail: Schema.String;
|
|
3418
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3419
|
+
readonly code: Schema.String;
|
|
3420
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
3421
|
+
readonly retryable: Schema.Boolean;
|
|
3422
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3423
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3424
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3425
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3426
|
+
}>>;
|
|
3427
|
+
}>;
|
|
3428
|
+
export type TeamGrantsDeleteTeamExtensionGrant400 = DecodeErrorResponse;
|
|
3429
|
+
export declare const TeamGrantsDeleteTeamExtensionGrant400: Schema.Struct<{
|
|
3430
|
+
readonly kind: Schema.Literal<"DecodeErrorResponse">;
|
|
3431
|
+
readonly type: Schema.String;
|
|
3432
|
+
readonly title: Schema.String;
|
|
3433
|
+
readonly status: Schema.Number;
|
|
3434
|
+
readonly detail: Schema.String;
|
|
3435
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3436
|
+
readonly code: Schema.String;
|
|
3437
|
+
}>;
|
|
3438
|
+
export type TeamGrantsDeleteTeamExtensionGrant401 = UnauthorizedError;
|
|
3439
|
+
export declare const TeamGrantsDeleteTeamExtensionGrant401: Schema.Struct<{
|
|
3440
|
+
readonly kind: Schema.Literal<"UnauthorizedError">;
|
|
3441
|
+
readonly type: Schema.String;
|
|
3442
|
+
readonly title: Schema.String;
|
|
3443
|
+
readonly status: Schema.Number;
|
|
3444
|
+
readonly detail: Schema.String;
|
|
3445
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3446
|
+
readonly code: Schema.String;
|
|
3447
|
+
}>;
|
|
3448
|
+
export type TeamGrantsDeleteTeamExtensionGrant403 = ForbiddenError | ForbiddenError;
|
|
3449
|
+
export declare const TeamGrantsDeleteTeamExtensionGrant403: Schema.Union<readonly [Schema.Struct<{
|
|
3450
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
3451
|
+
readonly type: Schema.String;
|
|
3452
|
+
readonly title: Schema.String;
|
|
3453
|
+
readonly status: Schema.Number;
|
|
3454
|
+
readonly detail: Schema.String;
|
|
3455
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3456
|
+
readonly code: Schema.String;
|
|
3457
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
3458
|
+
readonly requiredScope: Schema.String;
|
|
3459
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
3460
|
+
}>, Schema.Struct<{
|
|
3461
|
+
readonly requiredScope: Schema.String;
|
|
3462
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
3463
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
3464
|
+
}>, Schema.Struct<{
|
|
3465
|
+
readonly retryable: Schema.Boolean;
|
|
3466
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3467
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3468
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3469
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3470
|
+
}>]>>;
|
|
3471
|
+
}>, Schema.Struct<{
|
|
3472
|
+
readonly kind: Schema.Literal<"ForbiddenError">;
|
|
3473
|
+
readonly type: Schema.String;
|
|
3474
|
+
readonly title: Schema.String;
|
|
3475
|
+
readonly status: Schema.Number;
|
|
3476
|
+
readonly detail: Schema.String;
|
|
3477
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3478
|
+
readonly code: Schema.String;
|
|
3479
|
+
readonly details: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
3480
|
+
readonly requiredScope: Schema.String;
|
|
3481
|
+
readonly grantedScopes: Schema.$Array<Schema.String>;
|
|
3482
|
+
}>, Schema.Struct<{
|
|
3483
|
+
readonly requiredScope: Schema.String;
|
|
3484
|
+
readonly tokenScopes: Schema.$Array<Schema.String>;
|
|
3485
|
+
readonly requiredRole: Schema.optionalKey<Schema.String>;
|
|
3486
|
+
}>, Schema.Struct<{
|
|
3487
|
+
readonly retryable: Schema.Boolean;
|
|
3488
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3489
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3490
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3491
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3492
|
+
}>]>>;
|
|
3493
|
+
}>]>;
|
|
3494
|
+
export type TeamGrantsDeleteTeamExtensionGrant404 = NotFoundError;
|
|
3495
|
+
export declare const TeamGrantsDeleteTeamExtensionGrant404: Schema.Struct<{
|
|
3496
|
+
readonly kind: Schema.Literal<"NotFoundError">;
|
|
3497
|
+
readonly type: Schema.String;
|
|
3498
|
+
readonly title: Schema.String;
|
|
3499
|
+
readonly status: Schema.Number;
|
|
3500
|
+
readonly detail: Schema.String;
|
|
3501
|
+
readonly instance: Schema.optionalKey<Schema.String>;
|
|
3502
|
+
readonly code: Schema.String;
|
|
3503
|
+
readonly details: Schema.optionalKey<Schema.Struct<{
|
|
3504
|
+
readonly retryable: Schema.Boolean;
|
|
3505
|
+
readonly retryAfterSeconds: Schema.optionalKey<Schema.Number>;
|
|
3506
|
+
readonly requiredScope: Schema.optionalKey<Schema.String>;
|
|
3507
|
+
readonly tokenScopes: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
3508
|
+
readonly requiredRole: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
3509
|
+
}>>;
|
|
3510
|
+
}>;
|
|
2364
3511
|
export type HealthGetShallowHealth200 = {
|
|
2365
3512
|
readonly status: "pass" | "warn" | "fail";
|
|
2366
3513
|
};
|
|
@@ -2448,25 +3595,25 @@ export declare const HealthGetObservabilityVerificationParams: Schema.Struct<{
|
|
|
2448
3595
|
readonly scenarioId: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2449
3596
|
}>;
|
|
2450
3597
|
export type HealthGetObservabilityVerification200 = {
|
|
2451
|
-
readonly status: "ok" | "error";
|
|
3598
|
+
readonly status: "ok" | "warn" | "error";
|
|
2452
3599
|
readonly timestamp: string;
|
|
2453
3600
|
readonly serviceId: string;
|
|
2454
3601
|
readonly level: "basic" | "standard" | "full";
|
|
2455
3602
|
readonly checks: {
|
|
2456
3603
|
readonly logging?: {
|
|
2457
|
-
readonly status: "ok" | "error";
|
|
3604
|
+
readonly status: "ok" | "warn" | "error";
|
|
2458
3605
|
readonly correlationId: string;
|
|
2459
3606
|
} | null;
|
|
2460
3607
|
readonly tracing?: {
|
|
2461
|
-
readonly status: "ok" | "error";
|
|
3608
|
+
readonly status: "ok" | "warn" | "error";
|
|
2462
3609
|
readonly traceId?: string | null;
|
|
2463
3610
|
} | null;
|
|
2464
3611
|
readonly metrics?: {
|
|
2465
|
-
readonly status: "ok" | "error";
|
|
3612
|
+
readonly status: "ok" | "warn" | "error";
|
|
2466
3613
|
readonly counter: string;
|
|
2467
3614
|
} | null;
|
|
2468
3615
|
readonly errors?: {
|
|
2469
|
-
readonly status: "ok" | "error";
|
|
3616
|
+
readonly status: "ok" | "warn" | "error";
|
|
2470
3617
|
readonly sentryEventId?: string | null;
|
|
2471
3618
|
readonly reason?: "sentry-issue-reporter-disabled" | null;
|
|
2472
3619
|
readonly message?: string | null;
|
|
@@ -2474,25 +3621,25 @@ export type HealthGetObservabilityVerification200 = {
|
|
|
2474
3621
|
};
|
|
2475
3622
|
};
|
|
2476
3623
|
export declare const HealthGetObservabilityVerification200: Schema.Struct<{
|
|
2477
|
-
readonly status: Schema.Literals<readonly ["ok", "error"]>;
|
|
3624
|
+
readonly status: Schema.Literals<readonly ["ok", "warn", "error"]>;
|
|
2478
3625
|
readonly timestamp: Schema.String;
|
|
2479
3626
|
readonly serviceId: Schema.String;
|
|
2480
3627
|
readonly level: Schema.Literals<readonly ["basic", "standard", "full"]>;
|
|
2481
3628
|
readonly checks: Schema.Struct<{
|
|
2482
3629
|
readonly logging: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2483
|
-
readonly status: Schema.Literals<readonly ["ok", "error"]>;
|
|
3630
|
+
readonly status: Schema.Literals<readonly ["ok", "warn", "error"]>;
|
|
2484
3631
|
readonly correlationId: Schema.String;
|
|
2485
3632
|
}>, Schema.Null]>>;
|
|
2486
3633
|
readonly tracing: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2487
|
-
readonly status: Schema.Literals<readonly ["ok", "error"]>;
|
|
3634
|
+
readonly status: Schema.Literals<readonly ["ok", "warn", "error"]>;
|
|
2488
3635
|
readonly traceId: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2489
3636
|
}>, Schema.Null]>>;
|
|
2490
3637
|
readonly metrics: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2491
|
-
readonly status: Schema.Literals<readonly ["ok", "error"]>;
|
|
3638
|
+
readonly status: Schema.Literals<readonly ["ok", "warn", "error"]>;
|
|
2492
3639
|
readonly counter: Schema.String;
|
|
2493
3640
|
}>, Schema.Null]>>;
|
|
2494
3641
|
readonly errors: Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{
|
|
2495
|
-
readonly status: Schema.Literals<readonly ["ok", "error"]>;
|
|
3642
|
+
readonly status: Schema.Literals<readonly ["ok", "warn", "error"]>;
|
|
2496
3643
|
readonly sentryEventId: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
2497
3644
|
readonly reason: Schema.optionalKey<Schema.Union<readonly [Schema.Literal<"sentry-issue-reporter-disabled">, Schema.Null]>>;
|
|
2498
3645
|
readonly message: Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Null]>>;
|
|
@@ -2636,7 +3783,7 @@ export interface RegistryClient {
|
|
|
2636
3783
|
readonly config?: Config | undefined;
|
|
2637
3784
|
}) => Effect.Effect<WithOptionalResponse<typeof TokensCreate201.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"TokensCreate400", typeof TokensCreate400.Type> | RegistryClientError<"TokensCreate401", typeof TokensCreate401.Type> | RegistryClientError<"TokensCreate403", typeof TokensCreate403.Type> | RegistryClientError<"TokensCreate422", typeof TokensCreate422.Type>>;
|
|
2638
3785
|
/**
|
|
2639
|
-
*
|
|
3786
|
+
* Revokes the access token identified by tokenId.
|
|
2640
3787
|
*/
|
|
2641
3788
|
readonly TokensDelete: <Config extends OperationConfig>(tokenId: string, options: {
|
|
2642
3789
|
readonly config?: Config | undefined;
|
|
@@ -2647,6 +3794,66 @@ export interface RegistryClient {
|
|
|
2647
3794
|
readonly OwnersGetOwner: <Config extends OperationConfig>(handle: string, options: {
|
|
2648
3795
|
readonly config?: Config | undefined;
|
|
2649
3796
|
} | undefined) => Effect.Effect<WithOptionalResponse<typeof OwnersGetOwner200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OwnersGetOwner400", typeof OwnersGetOwner400.Type> | RegistryClientError<"OwnersGetOwner404", typeof OwnersGetOwner404.Type>>;
|
|
3797
|
+
/**
|
|
3798
|
+
* Paginated list of teams. Non-members of the organization receive 404 (hidden existence).
|
|
3799
|
+
*/
|
|
3800
|
+
readonly OrgsTeamsListTeams: <Config extends OperationConfig>(handle: string, options: {
|
|
3801
|
+
readonly params?: typeof OrgsTeamsListTeamsParams.Encoded | undefined;
|
|
3802
|
+
readonly config?: Config | undefined;
|
|
3803
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsListTeams200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsListTeams400", typeof OrgsTeamsListTeams400.Type> | RegistryClientError<"OrgsTeamsListTeams401", typeof OrgsTeamsListTeams401.Type> | RegistryClientError<"OrgsTeamsListTeams404", typeof OrgsTeamsListTeams404.Type>>;
|
|
3804
|
+
/**
|
|
3805
|
+
* Creates a new team in the organization. Only organization owners and admins may create teams.
|
|
3806
|
+
*/
|
|
3807
|
+
readonly OrgsTeamsCreateTeam: <Config extends OperationConfig>(handle: string, options: {
|
|
3808
|
+
readonly payload: typeof OrgsTeamsCreateTeamRequestJson.Encoded;
|
|
3809
|
+
readonly config?: Config | undefined;
|
|
3810
|
+
}) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsCreateTeam200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsCreateTeam400", typeof OrgsTeamsCreateTeam400.Type> | RegistryClientError<"OrgsTeamsCreateTeam401", typeof OrgsTeamsCreateTeam401.Type> | RegistryClientError<"OrgsTeamsCreateTeam403", typeof OrgsTeamsCreateTeam403.Type> | RegistryClientError<"OrgsTeamsCreateTeam404", typeof OrgsTeamsCreateTeam404.Type>>;
|
|
3811
|
+
/**
|
|
3812
|
+
* Returns the team when the caller is an organization member or a team member. Non-visible teams surface as 404 (hidden existence).
|
|
3813
|
+
*/
|
|
3814
|
+
readonly OrgsTeamsGetTeam: <Config extends OperationConfig>(handle: string, teamId: string, options: {
|
|
3815
|
+
readonly config?: Config | undefined;
|
|
3816
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsGetTeam200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsGetTeam400", typeof OrgsTeamsGetTeam400.Type> | RegistryClientError<"OrgsTeamsGetTeam401", typeof OrgsTeamsGetTeam401.Type> | RegistryClientError<"OrgsTeamsGetTeam404", typeof OrgsTeamsGetTeam404.Type>>;
|
|
3817
|
+
/**
|
|
3818
|
+
* Deletes a team. Memberships and team extension grants cascade. Only organization owners and admins may delete teams.
|
|
3819
|
+
*/
|
|
3820
|
+
readonly OrgsTeamsDeleteTeam: <Config extends OperationConfig>(handle: string, teamId: string, options: {
|
|
3821
|
+
readonly config?: Config | undefined;
|
|
3822
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsDeleteTeam400", typeof OrgsTeamsDeleteTeam400.Type> | RegistryClientError<"OrgsTeamsDeleteTeam401", typeof OrgsTeamsDeleteTeam401.Type> | RegistryClientError<"OrgsTeamsDeleteTeam403", typeof OrgsTeamsDeleteTeam403.Type> | RegistryClientError<"OrgsTeamsDeleteTeam404", typeof OrgsTeamsDeleteTeam404.Type>>;
|
|
3823
|
+
/**
|
|
3824
|
+
* Partial update to a team's displayName and/or description. Only organization owners and admins may update teams.
|
|
3825
|
+
*/
|
|
3826
|
+
readonly OrgsTeamsUpdateTeam: <Config extends OperationConfig>(handle: string, teamId: string, options: {
|
|
3827
|
+
readonly payload: typeof OrgsTeamsUpdateTeamRequestJson.Encoded;
|
|
3828
|
+
readonly config?: Config | undefined;
|
|
3829
|
+
}) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsUpdateTeam200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsUpdateTeam400", typeof OrgsTeamsUpdateTeam400.Type> | RegistryClientError<"OrgsTeamsUpdateTeam401", typeof OrgsTeamsUpdateTeam401.Type> | RegistryClientError<"OrgsTeamsUpdateTeam403", typeof OrgsTeamsUpdateTeam403.Type> | RegistryClientError<"OrgsTeamsUpdateTeam404", typeof OrgsTeamsUpdateTeam404.Type>>;
|
|
3830
|
+
/**
|
|
3831
|
+
* Paginated list of team members. Non-visible teams surface as 404 (hidden existence).
|
|
3832
|
+
*/
|
|
3833
|
+
readonly OrgsTeamsListTeamMembers: <Config extends OperationConfig>(handle: string, teamId: string, options: {
|
|
3834
|
+
readonly params?: typeof OrgsTeamsListTeamMembersParams.Encoded | undefined;
|
|
3835
|
+
readonly config?: Config | undefined;
|
|
3836
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsListTeamMembers200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsListTeamMembers400", typeof OrgsTeamsListTeamMembers400.Type> | RegistryClientError<"OrgsTeamsListTeamMembers401", typeof OrgsTeamsListTeamMembers401.Type> | RegistryClientError<"OrgsTeamsListTeamMembers404", typeof OrgsTeamsListTeamMembers404.Type>>;
|
|
3837
|
+
/**
|
|
3838
|
+
* Adds a user to a team. Target user must already belong to the team's organization; otherwise returns 422. Only team admins or organization owners/admins may add members.
|
|
3839
|
+
*/
|
|
3840
|
+
readonly OrgsTeamsAddTeamMember: <Config extends OperationConfig>(handle: string, teamId: string, options: {
|
|
3841
|
+
readonly payload: typeof OrgsTeamsAddTeamMemberRequestJson.Encoded;
|
|
3842
|
+
readonly config?: Config | undefined;
|
|
3843
|
+
}) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsAddTeamMember200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsAddTeamMember400", typeof OrgsTeamsAddTeamMember400.Type> | RegistryClientError<"OrgsTeamsAddTeamMember401", typeof OrgsTeamsAddTeamMember401.Type> | RegistryClientError<"OrgsTeamsAddTeamMember403", typeof OrgsTeamsAddTeamMember403.Type> | RegistryClientError<"OrgsTeamsAddTeamMember404", typeof OrgsTeamsAddTeamMember404.Type> | RegistryClientError<"OrgsTeamsAddTeamMember422", typeof OrgsTeamsAddTeamMember422.Type>>;
|
|
3844
|
+
/**
|
|
3845
|
+
* Removes a user from a team. Only team admins or organization owners/admins may remove members.
|
|
3846
|
+
*/
|
|
3847
|
+
readonly OrgsTeamsRemoveTeamMember: <Config extends OperationConfig>(handle: string, teamId: string, userId: string, options: {
|
|
3848
|
+
readonly config?: Config | undefined;
|
|
3849
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsRemoveTeamMember400", typeof OrgsTeamsRemoveTeamMember400.Type> | RegistryClientError<"OrgsTeamsRemoveTeamMember401", typeof OrgsTeamsRemoveTeamMember401.Type> | RegistryClientError<"OrgsTeamsRemoveTeamMember403", typeof OrgsTeamsRemoveTeamMember403.Type> | RegistryClientError<"OrgsTeamsRemoveTeamMember404", typeof OrgsTeamsRemoveTeamMember404.Type>>;
|
|
3850
|
+
/**
|
|
3851
|
+
* Updates a team member's role. Only team admins or organization owners/admins may change roles.
|
|
3852
|
+
*/
|
|
3853
|
+
readonly OrgsTeamsChangeTeamMemberRole: <Config extends OperationConfig>(handle: string, teamId: string, userId: string, options: {
|
|
3854
|
+
readonly payload: typeof OrgsTeamsChangeTeamMemberRoleRequestJson.Encoded;
|
|
3855
|
+
readonly config?: Config | undefined;
|
|
3856
|
+
}) => Effect.Effect<WithOptionalResponse<typeof OrgsTeamsChangeTeamMemberRole200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"OrgsTeamsChangeTeamMemberRole400", typeof OrgsTeamsChangeTeamMemberRole400.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole401", typeof OrgsTeamsChangeTeamMemberRole401.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole403", typeof OrgsTeamsChangeTeamMemberRole403.Type> | RegistryClientError<"OrgsTeamsChangeTeamMemberRole404", typeof OrgsTeamsChangeTeamMemberRole404.Type>>;
|
|
2650
3857
|
/**
|
|
2651
3858
|
* List owner extensions
|
|
2652
3859
|
*/
|
|
@@ -2672,12 +3879,12 @@ export interface RegistryClient {
|
|
|
2672
3879
|
readonly config?: Config | undefined;
|
|
2673
3880
|
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"400", undefined> | RegistryClientError<"404", undefined> | RegistryClientError<"500", undefined>>;
|
|
2674
3881
|
/**
|
|
2675
|
-
* Update extension visibility
|
|
3882
|
+
* Update extension visibility and/or listed flag
|
|
2676
3883
|
*/
|
|
2677
3884
|
readonly ExtensionsUpdateVisibility: <Config extends OperationConfig>(owner: string, type: string, name: string, options: {
|
|
2678
3885
|
readonly payload: typeof ExtensionsUpdateVisibilityRequestJson.Encoded;
|
|
2679
3886
|
readonly config?: Config | undefined;
|
|
2680
|
-
}) => Effect.Effect<WithOptionalResponse<typeof ExtensionsUpdateVisibility200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ExtensionsUpdateVisibility400", typeof ExtensionsUpdateVisibility400.Type> | RegistryClientError<"ExtensionsUpdateVisibility401", typeof ExtensionsUpdateVisibility401.Type> | RegistryClientError<"ExtensionsUpdateVisibility403", typeof ExtensionsUpdateVisibility403.Type> | RegistryClientError<"ExtensionsUpdateVisibility404", typeof ExtensionsUpdateVisibility404.Type>>;
|
|
3887
|
+
}) => Effect.Effect<WithOptionalResponse<typeof ExtensionsUpdateVisibility200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"ExtensionsUpdateVisibility400", typeof ExtensionsUpdateVisibility400.Type> | RegistryClientError<"ExtensionsUpdateVisibility401", typeof ExtensionsUpdateVisibility401.Type> | RegistryClientError<"ExtensionsUpdateVisibility403", typeof ExtensionsUpdateVisibility403.Type> | RegistryClientError<"ExtensionsUpdateVisibility404", typeof ExtensionsUpdateVisibility404.Type> | RegistryClientError<"ExtensionsUpdateVisibility422", typeof ExtensionsUpdateVisibility422.Type>>;
|
|
2681
3888
|
/**
|
|
2682
3889
|
* Get extension version metadata
|
|
2683
3890
|
*/
|
|
@@ -2739,18 +3946,31 @@ export interface RegistryClient {
|
|
|
2739
3946
|
readonly config?: Config | undefined;
|
|
2740
3947
|
} | undefined) => Effect.Effect<WithOptionalResponse<typeof CollaboratorsListCollaborators200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"CollaboratorsListCollaborators400", typeof CollaboratorsListCollaborators400.Type> | RegistryClientError<"CollaboratorsListCollaborators401", typeof CollaboratorsListCollaborators401.Type> | RegistryClientError<"CollaboratorsListCollaborators403", typeof CollaboratorsListCollaborators403.Type> | RegistryClientError<"CollaboratorsListCollaborators404", typeof CollaboratorsListCollaborators404.Type>>;
|
|
2741
3948
|
/**
|
|
2742
|
-
*
|
|
3949
|
+
* Adds or updates the collaborator identified by userId on the extension.
|
|
2743
3950
|
*/
|
|
2744
3951
|
readonly CollaboratorsUpsertCollaborator: <Config extends OperationConfig>(owner: string, type: string, name: string, userId: string, options: {
|
|
2745
3952
|
readonly payload: typeof CollaboratorsUpsertCollaboratorRequestJson.Encoded;
|
|
2746
3953
|
readonly config?: Config | undefined;
|
|
2747
3954
|
}) => Effect.Effect<WithOptionalResponse<typeof CollaboratorsUpsertCollaborator200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"CollaboratorsUpsertCollaborator400", typeof CollaboratorsUpsertCollaborator400.Type> | RegistryClientError<"CollaboratorsUpsertCollaborator401", typeof CollaboratorsUpsertCollaborator401.Type> | RegistryClientError<"CollaboratorsUpsertCollaborator403", typeof CollaboratorsUpsertCollaborator403.Type> | RegistryClientError<"CollaboratorsUpsertCollaborator404", typeof CollaboratorsUpsertCollaborator404.Type>>;
|
|
2748
3955
|
/**
|
|
2749
|
-
*
|
|
3956
|
+
* Removes the collaborator identified by userId from the extension.
|
|
2750
3957
|
*/
|
|
2751
3958
|
readonly CollaboratorsDeleteCollaborator: <Config extends OperationConfig>(owner: string, type: string, name: string, userId: string, options: {
|
|
2752
3959
|
readonly config?: Config | undefined;
|
|
2753
3960
|
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"CollaboratorsDeleteCollaborator400", typeof CollaboratorsDeleteCollaborator400.Type> | RegistryClientError<"CollaboratorsDeleteCollaborator401", typeof CollaboratorsDeleteCollaborator401.Type> | RegistryClientError<"CollaboratorsDeleteCollaborator403", typeof CollaboratorsDeleteCollaborator403.Type> | RegistryClientError<"CollaboratorsDeleteCollaborator404", typeof CollaboratorsDeleteCollaborator404.Type> | RegistryClientError<"CollaboratorsDeleteCollaborator409", typeof CollaboratorsDeleteCollaborator409.Type>>;
|
|
3961
|
+
/**
|
|
3962
|
+
* Creates or updates a grant of a team's access to this extension. The team must belong to the same organization that owns the extension (otherwise 422). Only team admins or organization owners/admins may grant.
|
|
3963
|
+
*/
|
|
3964
|
+
readonly TeamGrantsUpsertTeamExtensionGrant: <Config extends OperationConfig>(owner: string, type: string, name: string, options: {
|
|
3965
|
+
readonly payload: typeof TeamGrantsUpsertTeamExtensionGrantRequestJson.Encoded;
|
|
3966
|
+
readonly config?: Config | undefined;
|
|
3967
|
+
}) => Effect.Effect<WithOptionalResponse<typeof TeamGrantsUpsertTeamExtensionGrant200.Type, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"TeamGrantsUpsertTeamExtensionGrant400", typeof TeamGrantsUpsertTeamExtensionGrant400.Type> | RegistryClientError<"TeamGrantsUpsertTeamExtensionGrant401", typeof TeamGrantsUpsertTeamExtensionGrant401.Type> | RegistryClientError<"TeamGrantsUpsertTeamExtensionGrant403", typeof TeamGrantsUpsertTeamExtensionGrant403.Type> | RegistryClientError<"TeamGrantsUpsertTeamExtensionGrant404", typeof TeamGrantsUpsertTeamExtensionGrant404.Type> | RegistryClientError<"TeamGrantsUpsertTeamExtensionGrant422", typeof TeamGrantsUpsertTeamExtensionGrant422.Type>>;
|
|
3968
|
+
/**
|
|
3969
|
+
* Removes a team's grant on this extension. Idempotent — deleting a non-existent grant still returns 204.
|
|
3970
|
+
*/
|
|
3971
|
+
readonly TeamGrantsDeleteTeamExtensionGrant: <Config extends OperationConfig>(owner: string, type: string, name: string, teamId: string, options: {
|
|
3972
|
+
readonly config?: Config | undefined;
|
|
3973
|
+
} | undefined) => Effect.Effect<WithOptionalResponse<void, Config>, HttpClientError.HttpClientError | SchemaError | RegistryClientError<"TeamGrantsDeleteTeamExtensionGrant400", typeof TeamGrantsDeleteTeamExtensionGrant400.Type> | RegistryClientError<"TeamGrantsDeleteTeamExtensionGrant401", typeof TeamGrantsDeleteTeamExtensionGrant401.Type> | RegistryClientError<"TeamGrantsDeleteTeamExtensionGrant403", typeof TeamGrantsDeleteTeamExtensionGrant403.Type> | RegistryClientError<"TeamGrantsDeleteTeamExtensionGrant404", typeof TeamGrantsDeleteTeamExtensionGrant404.Type>>;
|
|
2754
3974
|
/**
|
|
2755
3975
|
* Returns pass/fail status. Public, no auth required.
|
|
2756
3976
|
*/
|