@agentxm/client-core 0.7.4 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/unstable/agents/command-sync.js +3 -3
- package/dist/src/unstable/agents/command-sync.js.map +1 -1
- package/dist/src/unstable/agents/detection.js +1 -1
- package/dist/src/unstable/agents/detection.js.map +1 -1
- package/dist/src/unstable/agents/mcp-sync.js +7 -7
- package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
- package/dist/src/unstable/agents/repository.js +1 -1
- package/dist/src/unstable/agents/repository.js.map +1 -1
- package/dist/src/unstable/agents/subagent-sync.js +7 -7
- package/dist/src/unstable/agents/subagent-sync.js.map +1 -1
- package/dist/src/unstable/app-error/app-error.d.ts +25 -7
- package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
- package/dist/src/unstable/app-error/app-error.js +46 -4
- package/dist/src/unstable/app-error/app-error.js.map +1 -1
- package/dist/src/unstable/app-error/builders.js +5 -5
- package/dist/src/unstable/app-error/builders.js.map +1 -1
- package/dist/src/unstable/app-error/index.d.ts +1 -1
- package/dist/src/unstable/app-error/index.d.ts.map +1 -1
- package/dist/src/unstable/app-error/index.js +1 -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 +39 -3
- package/dist/src/unstable/app-error/render.js.map +1 -1
- package/dist/src/unstable/auth/auth-client.js +16 -16
- package/dist/src/unstable/auth/auth-client.js.map +1 -1
- package/dist/src/unstable/auth/credential-store.js +11 -11
- package/dist/src/unstable/auth/credential-store.js.map +1 -1
- package/dist/src/unstable/auth/guard.js +1 -1
- package/dist/src/unstable/auth/guard.js.map +1 -1
- package/dist/src/unstable/auth/token-resolution.js +1 -1
- package/dist/src/unstable/auth/token-resolution.js.map +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.js +4 -2
- package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts +22 -6
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.js +15 -4
- package/dist/src/unstable/cli-runtime/json-envelope.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 +13 -3
- package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js.map +1 -1
- package/dist/src/unstable/commands/command-content.js +1 -1
- package/dist/src/unstable/commands/command-content.js.map +1 -1
- package/dist/src/unstable/commands/manager.js +9 -9
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +1 -1
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +3 -3
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +7 -7
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.js +4 -4
- 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 +10 -16
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +9 -2
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js +5 -5
- package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +45 -2
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +64 -8
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/fqn.js +1 -1
- package/dist/src/unstable/extensions/fqn.js.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.js +1 -1
- package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.js +7 -7
- package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
- package/dist/src/unstable/extensions/reconciliation-utils.js +1 -1
- package/dist/src/unstable/extensions/reconciliation-utils.js.map +1 -1
- package/dist/src/unstable/extensions/utils.js +1 -1
- package/dist/src/unstable/extensions/utils.js.map +1 -1
- package/dist/src/unstable/git/operations.js +1 -1
- package/dist/src/unstable/git/operations.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +5 -5
- package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.js +7 -7
- package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.js +11 -11
- 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 +8 -14
- package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.js +5 -5
- package/dist/src/unstable/mcp-servers/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/packaging/cargo.d.ts +5 -2
- package/dist/src/unstable/packaging/cargo.d.ts.map +1 -1
- package/dist/src/unstable/packaging/cargo.js +96 -55
- package/dist/src/unstable/packaging/cargo.js.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.js +4 -4
- package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
- package/dist/src/unstable/packs/expansion.js +1 -1
- package/dist/src/unstable/packs/expansion.js.map +1 -1
- package/dist/src/unstable/packs/manager.js +2 -2
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/packs/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.js +5 -5
- package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +6 -6
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.js +4 -4
- 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 +9 -15
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.js +5 -5
- package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +2 -2
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/plan/apply-plan.js +2 -2
- package/dist/src/unstable/plan/apply-plan.js.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.js +3 -3
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +45 -10
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +429 -447
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +102 -184
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/client.d.ts +3 -1
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/error-mapping.d.ts +7 -25
- package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
- package/dist/src/unstable/registry/error-mapping.js +15 -154
- 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 +7 -6
- 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 +27 -144
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/registry/schema.d.ts +11 -2
- package/dist/src/unstable/registry/schema.d.ts.map +1 -1
- package/dist/src/unstable/registry/schema.js +5 -3
- package/dist/src/unstable/registry/schema.js.map +1 -1
- package/dist/src/unstable/registry/translate.d.ts +19 -0
- package/dist/src/unstable/registry/translate.d.ts.map +1 -0
- package/dist/src/unstable/registry/translate.js +142 -0
- package/dist/src/unstable/registry/translate.js.map +1 -0
- package/dist/src/unstable/registry/utils.js +4 -4
- package/dist/src/unstable/registry/utils.js.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.js +2 -2
- package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +1 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +5 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/settings/settings.js +3 -3
- package/dist/src/unstable/settings/settings.js.map +1 -1
- package/dist/src/unstable/skills/manager.js +1 -1
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/materialization.js +4 -4
- package/dist/src/unstable/skills/materialization.js.map +1 -1
- package/dist/src/unstable/skills/operations/copy.js +3 -3
- package/dist/src/unstable/skills/operations/copy.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +2 -2
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +1 -1
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +5 -5
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.js +4 -4
- 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 +10 -17
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +2 -2
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js +2 -2
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.js +3 -3
- package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git.js +2 -2
- package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/github/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/github/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.js +2 -2
- 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 +2 -2
- 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 +4 -3
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.js +5 -5
- package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.js +23 -23
- package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +4 -4
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/subagents/manager.js +7 -7
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +2 -2
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +2 -2
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.js +12 -19
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.js +4 -4
- package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
- package/dist/src/unstable/update-check/update-check.d.ts +5 -7
- package/dist/src/unstable/update-check/update-check.d.ts.map +1 -1
- package/dist/src/unstable/update-check/update-check.js +6 -9
- package/dist/src/unstable/update-check/update-check.js.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.js +3 -3
- package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
- package/dist/src/unstable/utils/create-symlink.js +4 -4
- package/dist/src/unstable/utils/create-symlink.js.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.js +5 -5
- package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +18 -18
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +4 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +5 -5
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.js +2 -2
- package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +6 -6
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
- package/dist/src/unstable/workspace/service.js +6 -6
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/command.schema.json +110 -20
- package/site-content/__generated__/schemas/mcp-server.schema.json +110 -20
- package/site-content/__generated__/schemas/pack.schema.json +110 -20
- package/site-content/__generated__/schemas/settings.schema.json +5 -0
- package/site-content/__generated__/schemas/skill.schema.json +110 -20
- package/site-content/__generated__/schemas/subagent.schema.json +110 -20
|
@@ -128,15 +128,6 @@ export const ResourceRestrictions = Schema.Struct({
|
|
|
128
128
|
title: "Resource Restrictions",
|
|
129
129
|
description: "What this token is allowed to access.",
|
|
130
130
|
});
|
|
131
|
-
export const UnauthorizedError = Schema.Struct({
|
|
132
|
-
kind: Schema.Literal("UnauthorizedError"),
|
|
133
|
-
type: Schema.String,
|
|
134
|
-
title: Schema.String,
|
|
135
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
136
|
-
detail: Schema.String,
|
|
137
|
-
instance: Schema.optionalKey(Schema.String),
|
|
138
|
-
code: Schema.String,
|
|
139
|
-
});
|
|
140
131
|
export const TokenId = Schema.String.check(Schema.isPattern(new RegExp("^tok_[0-7][0-9a-hjkmnp-tv-z]{25}$"), {
|
|
141
132
|
title: "Token ID",
|
|
142
133
|
description: "Identifies an access token or personal access token (PAT) issued to a user. Used to authenticate API requests to the registry.",
|
|
@@ -381,98 +372,7 @@ export const PutCollaboratorBody = Schema.Struct({
|
|
|
381
372
|
title: "Put Collaborator Body",
|
|
382
373
|
description: "Request body for assigning a collaborator role on an extension.",
|
|
383
374
|
});
|
|
384
|
-
export const
|
|
385
|
-
kind: Schema.Literal("InternalError"),
|
|
386
|
-
type: Schema.String,
|
|
387
|
-
title: Schema.String,
|
|
388
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
389
|
-
detail: Schema.String,
|
|
390
|
-
instance: Schema.optionalKey(Schema.String),
|
|
391
|
-
code: Schema.String,
|
|
392
|
-
details: Schema.optionalKey(PublishDetails),
|
|
393
|
-
});
|
|
394
|
-
export const InvalidRequestError = Schema.Struct({
|
|
395
|
-
kind: Schema.Literal("InvalidRequestError"),
|
|
396
|
-
type: Schema.String,
|
|
397
|
-
title: Schema.String,
|
|
398
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
399
|
-
detail: Schema.String,
|
|
400
|
-
instance: Schema.optionalKey(Schema.String),
|
|
401
|
-
code: Schema.String,
|
|
402
|
-
details: Schema.optionalKey(PublishDetails),
|
|
403
|
-
});
|
|
404
|
-
export const NotImplementedError = Schema.Struct({
|
|
405
|
-
kind: Schema.Literal("NotImplementedError"),
|
|
406
|
-
type: Schema.String,
|
|
407
|
-
title: Schema.String,
|
|
408
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
409
|
-
detail: Schema.String,
|
|
410
|
-
instance: Schema.optionalKey(Schema.String),
|
|
411
|
-
code: Schema.String,
|
|
412
|
-
details: Schema.optionalKey(PublishDetails),
|
|
413
|
-
});
|
|
414
|
-
export const UnprocessableEntityError = Schema.Struct({
|
|
415
|
-
kind: Schema.Literal("UnprocessableEntityError"),
|
|
416
|
-
type: Schema.String,
|
|
417
|
-
title: Schema.String,
|
|
418
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
419
|
-
detail: Schema.String,
|
|
420
|
-
instance: Schema.optionalKey(Schema.String),
|
|
421
|
-
code: Schema.String,
|
|
422
|
-
details: Schema.optionalKey(PublishDetails),
|
|
423
|
-
});
|
|
424
|
-
export const NotFoundError = Schema.Struct({
|
|
425
|
-
kind: Schema.Literal("NotFoundError"),
|
|
426
|
-
type: Schema.String,
|
|
427
|
-
title: Schema.String,
|
|
428
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
429
|
-
detail: Schema.String,
|
|
430
|
-
instance: Schema.optionalKey(Schema.String),
|
|
431
|
-
code: Schema.String,
|
|
432
|
-
details: Schema.optionalKey(PublishDetails),
|
|
433
|
-
});
|
|
434
|
-
export const ConflictError = Schema.Struct({
|
|
435
|
-
kind: Schema.Literal("ConflictError"),
|
|
436
|
-
type: Schema.String,
|
|
437
|
-
title: Schema.String,
|
|
438
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
439
|
-
detail: Schema.String,
|
|
440
|
-
instance: Schema.optionalKey(Schema.String),
|
|
441
|
-
code: Schema.String,
|
|
442
|
-
details: Schema.optionalKey(PublishDetails),
|
|
443
|
-
});
|
|
444
|
-
export const PayloadTooLargeError = Schema.Struct({
|
|
445
|
-
kind: Schema.Literal("PayloadTooLargeError"),
|
|
446
|
-
type: Schema.String,
|
|
447
|
-
title: Schema.String,
|
|
448
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
449
|
-
detail: Schema.String,
|
|
450
|
-
instance: Schema.optionalKey(Schema.String),
|
|
451
|
-
code: Schema.String,
|
|
452
|
-
details: Schema.optionalKey(PublishDetails),
|
|
453
|
-
});
|
|
454
|
-
export const UnsupportedMediaTypeError = Schema.Struct({
|
|
455
|
-
kind: Schema.Literal("UnsupportedMediaTypeError"),
|
|
456
|
-
type: Schema.String,
|
|
457
|
-
title: Schema.String,
|
|
458
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
459
|
-
detail: Schema.String,
|
|
460
|
-
instance: Schema.optionalKey(Schema.String),
|
|
461
|
-
code: Schema.String,
|
|
462
|
-
details: Schema.optionalKey(PublishDetails),
|
|
463
|
-
});
|
|
464
|
-
export const TooManyRequestsError = Schema.Struct({
|
|
465
|
-
kind: Schema.Literal("TooManyRequestsError"),
|
|
466
|
-
type: Schema.String,
|
|
467
|
-
title: Schema.String,
|
|
468
|
-
status: Schema.Number.check(Schema.isInt()),
|
|
469
|
-
detail: Schema.String,
|
|
470
|
-
instance: Schema.optionalKey(Schema.String),
|
|
471
|
-
code: Schema.String,
|
|
472
|
-
details: Schema.optionalKey(PublishDetails),
|
|
473
|
-
});
|
|
474
|
-
export const ServiceUnavailableError = Schema.Struct({
|
|
475
|
-
kind: Schema.Literal("ServiceUnavailableError"),
|
|
375
|
+
export const ProblemDetails = Schema.Struct({
|
|
476
376
|
type: Schema.String,
|
|
477
377
|
title: Schema.String,
|
|
478
378
|
status: Schema.Number.check(Schema.isInt()),
|
|
@@ -480,6 +380,9 @@ export const ServiceUnavailableError = Schema.Struct({
|
|
|
480
380
|
instance: Schema.optionalKey(Schema.String),
|
|
481
381
|
code: Schema.String,
|
|
482
382
|
details: Schema.optionalKey(PublishDetails),
|
|
383
|
+
}).annotate({
|
|
384
|
+
title: "Problem Details",
|
|
385
|
+
description: "RFC 9457 Problem Details payload for AgentXM Registry errors.",
|
|
483
386
|
});
|
|
484
387
|
export const AuthMeUser = Schema.Struct({
|
|
485
388
|
id: UserId,
|
|
@@ -560,7 +463,25 @@ export const ForbiddenError = Schema.Struct({
|
|
|
560
463
|
status: Schema.Number.check(Schema.isInt()),
|
|
561
464
|
detail: Schema.String,
|
|
562
465
|
instance: Schema.optionalKey(Schema.String),
|
|
563
|
-
code: Schema.
|
|
466
|
+
code: Schema.Literals([
|
|
467
|
+
"forbidden",
|
|
468
|
+
"insufficient_scope",
|
|
469
|
+
"resource_restriction",
|
|
470
|
+
"scope_escalation",
|
|
471
|
+
"team_create_not_authorized",
|
|
472
|
+
"team_delete_not_authorized",
|
|
473
|
+
"team_update_not_authorized",
|
|
474
|
+
"add_team_member_not_authorized",
|
|
475
|
+
"remove_team_member_not_authorized",
|
|
476
|
+
"change_team_member_role_not_authorized",
|
|
477
|
+
"team_extension_grant_delete_not_authorized",
|
|
478
|
+
"team_extension_grant_not_authorized",
|
|
479
|
+
"publish/quota-exceeded",
|
|
480
|
+
"publish/insufficient-scope",
|
|
481
|
+
"publish/resource-restriction",
|
|
482
|
+
"publish/handle-not-owned",
|
|
483
|
+
"publish/publish-forbidden",
|
|
484
|
+
]),
|
|
564
485
|
details: Schema.optionalKey(Schema.Union([ScopeCheckDetails, AuthorizationDenyDetails, PublishDetails])),
|
|
565
486
|
});
|
|
566
487
|
export const UpsertTeamGrantBody = Schema.Struct({
|
|
@@ -662,7 +583,7 @@ export const ExtensionIdentityMismatchError = Schema.Struct({
|
|
|
662
583
|
status: Schema.Number.check(Schema.isInt()),
|
|
663
584
|
detail: Schema.String,
|
|
664
585
|
instance: Schema.optionalKey(Schema.String),
|
|
665
|
-
code: Schema.
|
|
586
|
+
code: Schema.Literal("extension_identity_mismatch"),
|
|
666
587
|
error: Schema.Literal("extension_identity_mismatch"),
|
|
667
588
|
identity: PublishIdentity,
|
|
668
589
|
mismatches: Schema.Array(PublishIdentityMismatchEntry),
|
|
@@ -689,7 +610,7 @@ export const ExtensionLintFailedError = Schema.Struct({
|
|
|
689
610
|
status: Schema.Number.check(Schema.isInt()),
|
|
690
611
|
detail: Schema.String,
|
|
691
612
|
instance: Schema.optionalKey(Schema.String),
|
|
692
|
-
code: Schema.
|
|
613
|
+
code: Schema.Literal("extension_lint_failed"),
|
|
693
614
|
error: Schema.Literal("extension_lint_failed"),
|
|
694
615
|
identity: PublishIdentity,
|
|
695
616
|
displayRoot: Schema.String,
|
|
@@ -705,7 +626,7 @@ export const AuthIssueDeviceCodeRequestFormUrlEncoded = Schema.Struct({
|
|
|
705
626
|
});
|
|
706
627
|
export const AuthIssueDeviceCode200 = DeviceCodeResponse;
|
|
707
628
|
export const AuthIssueDeviceCode400 = DecodeErrorResponse;
|
|
708
|
-
export const AuthIssueDeviceCode500 =
|
|
629
|
+
export const AuthIssueDeviceCode500 = ProblemDetails;
|
|
709
630
|
export const AuthExchangeTokenRequestFormUrlEncoded = Schema.Struct({
|
|
710
631
|
grant_type: Schema.String.annotate({
|
|
711
632
|
description: "OAuth grant type.",
|
|
@@ -754,7 +675,7 @@ export const AuthExchangeTokenRequestFormUrlEncoded = Schema.Struct({
|
|
|
754
675
|
});
|
|
755
676
|
export const AuthExchangeToken200 = SessionTokenResponse;
|
|
756
677
|
export const AuthExchangeToken400 = Schema.Union([
|
|
757
|
-
Schema.Union([
|
|
678
|
+
Schema.Union([ProblemDetails, DecodeErrorResponse]),
|
|
758
679
|
TokenOAuthError,
|
|
759
680
|
]);
|
|
760
681
|
export const AuthExchangeDeviceCodeRequestFormUrlEncoded = Schema.Struct({
|
|
@@ -841,9 +762,9 @@ export const AuthRevokeOAuthTokenRequestFormUrlEncoded = Schema.Struct({
|
|
|
841
762
|
export const AuthRevokeOAuthToken400 = DecodeErrorResponse;
|
|
842
763
|
export const AuthGetMe200 = AuthMeResponse;
|
|
843
764
|
export const AuthGetMe400 = DecodeErrorResponse;
|
|
844
|
-
export const AuthGetMe401 =
|
|
765
|
+
export const AuthGetMe401 = ProblemDetails;
|
|
845
766
|
export const AuthExchangeOidcToken400 = DecodeErrorResponse;
|
|
846
|
-
export const AuthExchangeOidcToken501 =
|
|
767
|
+
export const AuthExchangeOidcToken501 = ProblemDetails;
|
|
847
768
|
export const TokensListParams = Schema.Struct({
|
|
848
769
|
cursor: Schema.optionalKey(Schema.Union([
|
|
849
770
|
Schema.String.annotate({
|
|
@@ -860,73 +781,73 @@ export const TokensListParams = Schema.Struct({
|
|
|
860
781
|
});
|
|
861
782
|
export const TokensList200 = TokenListResponse;
|
|
862
783
|
export const TokensList400 = DecodeErrorResponse;
|
|
863
|
-
export const TokensList401 =
|
|
784
|
+
export const TokensList401 = ProblemDetails;
|
|
864
785
|
export const TokensList403 = ForbiddenError;
|
|
865
786
|
export const TokensCreateRequestJson = CreateTokenRequest;
|
|
866
787
|
export const TokensCreate201 = CreateTokenResponse;
|
|
867
788
|
export const TokensCreate400 = DecodeErrorResponse;
|
|
868
|
-
export const TokensCreate401 =
|
|
869
|
-
export const TokensCreate403 = ForbiddenError;
|
|
870
|
-
export const TokensCreate422 =
|
|
789
|
+
export const TokensCreate401 = ProblemDetails;
|
|
790
|
+
export const TokensCreate403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
791
|
+
export const TokensCreate422 = ProblemDetails;
|
|
871
792
|
export const TokensDelete400 = DecodeErrorResponse;
|
|
872
|
-
export const TokensDelete401 =
|
|
793
|
+
export const TokensDelete401 = ProblemDetails;
|
|
873
794
|
export const TokensDelete403 = ForbiddenError;
|
|
874
795
|
export const OwnersGetOwner200 = OwnerResponse;
|
|
875
796
|
export const OwnersGetOwner400 = DecodeErrorResponse;
|
|
876
|
-
export const OwnersGetOwner404 =
|
|
797
|
+
export const OwnersGetOwner404 = ProblemDetails;
|
|
877
798
|
export const OrgsTeamsListTeamsParams = Schema.Struct({
|
|
878
799
|
cursor: Schema.optionalKey(Schema.Union([Schema.String, Schema.Null])),
|
|
879
800
|
limit: Schema.optionalKey(Schema.Union([Schema.String, Schema.Null])),
|
|
880
801
|
});
|
|
881
802
|
export const OrgsTeamsListTeams200 = TeamList;
|
|
882
803
|
export const OrgsTeamsListTeams400 = DecodeErrorResponse;
|
|
883
|
-
export const OrgsTeamsListTeams401 =
|
|
884
|
-
export const OrgsTeamsListTeams404 =
|
|
804
|
+
export const OrgsTeamsListTeams401 = ProblemDetails;
|
|
805
|
+
export const OrgsTeamsListTeams404 = ProblemDetails;
|
|
885
806
|
export const OrgsTeamsCreateTeamRequestJson = CreateTeamBody;
|
|
886
807
|
export const OrgsTeamsCreateTeam200 = Team;
|
|
887
|
-
export const OrgsTeamsCreateTeam400 = Schema.Union([
|
|
888
|
-
export const OrgsTeamsCreateTeam401 =
|
|
808
|
+
export const OrgsTeamsCreateTeam400 = Schema.Union([ProblemDetails, DecodeErrorResponse]);
|
|
809
|
+
export const OrgsTeamsCreateTeam401 = ProblemDetails;
|
|
889
810
|
export const OrgsTeamsCreateTeam403 = ForbiddenError;
|
|
890
|
-
export const OrgsTeamsCreateTeam404 =
|
|
811
|
+
export const OrgsTeamsCreateTeam404 = ProblemDetails;
|
|
891
812
|
export const OrgsTeamsGetTeam200 = Team;
|
|
892
813
|
export const OrgsTeamsGetTeam400 = DecodeErrorResponse;
|
|
893
|
-
export const OrgsTeamsGetTeam401 =
|
|
894
|
-
export const OrgsTeamsGetTeam404 =
|
|
814
|
+
export const OrgsTeamsGetTeam401 = ProblemDetails;
|
|
815
|
+
export const OrgsTeamsGetTeam404 = ProblemDetails;
|
|
895
816
|
export const OrgsTeamsDeleteTeam400 = DecodeErrorResponse;
|
|
896
|
-
export const OrgsTeamsDeleteTeam401 =
|
|
817
|
+
export const OrgsTeamsDeleteTeam401 = ProblemDetails;
|
|
897
818
|
export const OrgsTeamsDeleteTeam403 = ForbiddenError;
|
|
898
|
-
export const OrgsTeamsDeleteTeam404 =
|
|
819
|
+
export const OrgsTeamsDeleteTeam404 = ProblemDetails;
|
|
899
820
|
export const OrgsTeamsUpdateTeamRequestJson = UpdateTeamBody;
|
|
900
821
|
export const OrgsTeamsUpdateTeam200 = Team;
|
|
901
|
-
export const OrgsTeamsUpdateTeam400 = Schema.Union([
|
|
902
|
-
export const OrgsTeamsUpdateTeam401 =
|
|
822
|
+
export const OrgsTeamsUpdateTeam400 = Schema.Union([ProblemDetails, DecodeErrorResponse]);
|
|
823
|
+
export const OrgsTeamsUpdateTeam401 = ProblemDetails;
|
|
903
824
|
export const OrgsTeamsUpdateTeam403 = ForbiddenError;
|
|
904
|
-
export const OrgsTeamsUpdateTeam404 =
|
|
825
|
+
export const OrgsTeamsUpdateTeam404 = ProblemDetails;
|
|
905
826
|
export const OrgsTeamsListTeamMembersParams = Schema.Struct({
|
|
906
827
|
cursor: Schema.optionalKey(Schema.Union([Schema.String, Schema.Null])),
|
|
907
828
|
limit: Schema.optionalKey(Schema.Union([Schema.String, Schema.Null])),
|
|
908
829
|
});
|
|
909
830
|
export const OrgsTeamsListTeamMembers200 = TeamMembershipList;
|
|
910
831
|
export const OrgsTeamsListTeamMembers400 = DecodeErrorResponse;
|
|
911
|
-
export const OrgsTeamsListTeamMembers401 =
|
|
912
|
-
export const OrgsTeamsListTeamMembers404 =
|
|
832
|
+
export const OrgsTeamsListTeamMembers401 = ProblemDetails;
|
|
833
|
+
export const OrgsTeamsListTeamMembers404 = ProblemDetails;
|
|
913
834
|
export const OrgsTeamsAddTeamMemberRequestJson = AddTeamMemberBody;
|
|
914
835
|
export const OrgsTeamsAddTeamMember200 = TeamMembership;
|
|
915
836
|
export const OrgsTeamsAddTeamMember400 = DecodeErrorResponse;
|
|
916
|
-
export const OrgsTeamsAddTeamMember401 =
|
|
837
|
+
export const OrgsTeamsAddTeamMember401 = ProblemDetails;
|
|
917
838
|
export const OrgsTeamsAddTeamMember403 = ForbiddenError;
|
|
918
|
-
export const OrgsTeamsAddTeamMember404 =
|
|
919
|
-
export const OrgsTeamsAddTeamMember422 =
|
|
839
|
+
export const OrgsTeamsAddTeamMember404 = ProblemDetails;
|
|
840
|
+
export const OrgsTeamsAddTeamMember422 = ProblemDetails;
|
|
920
841
|
export const OrgsTeamsRemoveTeamMember400 = DecodeErrorResponse;
|
|
921
|
-
export const OrgsTeamsRemoveTeamMember401 =
|
|
842
|
+
export const OrgsTeamsRemoveTeamMember401 = ProblemDetails;
|
|
922
843
|
export const OrgsTeamsRemoveTeamMember403 = ForbiddenError;
|
|
923
|
-
export const OrgsTeamsRemoveTeamMember404 =
|
|
844
|
+
export const OrgsTeamsRemoveTeamMember404 = ProblemDetails;
|
|
924
845
|
export const OrgsTeamsChangeTeamMemberRoleRequestJson = ChangeTeamMemberRoleBody;
|
|
925
846
|
export const OrgsTeamsChangeTeamMemberRole200 = TeamMembership;
|
|
926
847
|
export const OrgsTeamsChangeTeamMemberRole400 = DecodeErrorResponse;
|
|
927
|
-
export const OrgsTeamsChangeTeamMemberRole401 =
|
|
848
|
+
export const OrgsTeamsChangeTeamMemberRole401 = ProblemDetails;
|
|
928
849
|
export const OrgsTeamsChangeTeamMemberRole403 = ForbiddenError;
|
|
929
|
-
export const OrgsTeamsChangeTeamMemberRole404 =
|
|
850
|
+
export const OrgsTeamsChangeTeamMemberRole404 = ProblemDetails;
|
|
930
851
|
export const ExtensionsListByOwner200 = Schema.Struct({
|
|
931
852
|
extensions: Schema.Array(Schema.Struct({
|
|
932
853
|
name: ExtensionName,
|
|
@@ -983,7 +904,7 @@ export const ExtensionsGet200 = Schema.Struct({
|
|
|
983
904
|
deprecation_notice: Schema.optionalKey(Schema.Union([Schema.String.annotate({ readOnly: true }), Schema.Null])),
|
|
984
905
|
});
|
|
985
906
|
export const ExtensionsGet400 = DecodeErrorResponse;
|
|
986
|
-
export const ExtensionsGet404 =
|
|
907
|
+
export const ExtensionsGet404 = ProblemDetails;
|
|
987
908
|
export const ExtensionsUpdateVisibilityRequestJson = PatchVisibilityBody;
|
|
988
909
|
export const ExtensionsUpdateVisibility200 = Schema.Struct({
|
|
989
910
|
id: ExtensionId,
|
|
@@ -994,14 +915,11 @@ export const ExtensionsUpdateVisibility200 = Schema.Struct({
|
|
|
994
915
|
listed: Schema.Boolean,
|
|
995
916
|
updatedAt: Schema.String.annotate({ readOnly: true, format: "date-time" }),
|
|
996
917
|
});
|
|
997
|
-
export const ExtensionsUpdateVisibility400 = Schema.Union([
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export const
|
|
1002
|
-
export const ExtensionsUpdateVisibility403 = ForbiddenError;
|
|
1003
|
-
export const ExtensionsUpdateVisibility404 = NotFoundError;
|
|
1004
|
-
export const ExtensionsUpdateVisibility422 = UnprocessableEntityError;
|
|
918
|
+
export const ExtensionsUpdateVisibility400 = Schema.Union([ProblemDetails, DecodeErrorResponse]);
|
|
919
|
+
export const ExtensionsUpdateVisibility401 = ProblemDetails;
|
|
920
|
+
export const ExtensionsUpdateVisibility403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
921
|
+
export const ExtensionsUpdateVisibility404 = ProblemDetails;
|
|
922
|
+
export const ExtensionsUpdateVisibility422 = ProblemDetails;
|
|
1005
923
|
export const ExtensionsGetVersion200 = Schema.Struct({
|
|
1006
924
|
name: ExtensionName,
|
|
1007
925
|
owner: Handle,
|
|
@@ -1020,7 +938,7 @@ export const ExtensionsGetVersion200 = Schema.Struct({
|
|
|
1020
938
|
deleted_at: Schema.optionalKey(Schema.Union([IsoDateTimeString, Schema.Null])),
|
|
1021
939
|
});
|
|
1022
940
|
export const ExtensionsGetVersion400 = DecodeErrorResponse;
|
|
1023
|
-
export const ExtensionsGetVersion404 =
|
|
941
|
+
export const ExtensionsGetVersion404 = ProblemDetails;
|
|
1024
942
|
export const ExtensionsPublishVersionRequestFormData = Schema.Struct({
|
|
1025
943
|
archive: Schema.String.annotate({ description: "Extension archive multipart file part." }),
|
|
1026
944
|
integrity: Schema.optionalKey(Schema.Union([Schema.String, Schema.Null])),
|
|
@@ -1045,28 +963,28 @@ export const ExtensionsPublishVersion201 = Schema.Struct({
|
|
|
1045
963
|
published_at: IsoDateTimeString,
|
|
1046
964
|
publish_status: Schema.Literals(["pending", "available", "failed"]).annotate({ readOnly: true }),
|
|
1047
965
|
});
|
|
1048
|
-
export const ExtensionsPublishVersion400 = Schema.Union([
|
|
1049
|
-
export const ExtensionsPublishVersion401 =
|
|
1050
|
-
export const ExtensionsPublishVersion403 = ForbiddenError;
|
|
1051
|
-
export const ExtensionsPublishVersion404 =
|
|
1052
|
-
export const ExtensionsPublishVersion409 =
|
|
1053
|
-
export const ExtensionsPublishVersion413 =
|
|
1054
|
-
export const ExtensionsPublishVersion415 =
|
|
966
|
+
export const ExtensionsPublishVersion400 = Schema.Union([ProblemDetails, DecodeErrorResponse]);
|
|
967
|
+
export const ExtensionsPublishVersion401 = ProblemDetails;
|
|
968
|
+
export const ExtensionsPublishVersion403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
969
|
+
export const ExtensionsPublishVersion404 = ProblemDetails;
|
|
970
|
+
export const ExtensionsPublishVersion409 = ProblemDetails;
|
|
971
|
+
export const ExtensionsPublishVersion413 = ProblemDetails;
|
|
972
|
+
export const ExtensionsPublishVersion415 = ProblemDetails;
|
|
1055
973
|
export const ExtensionsPublishVersion422 = Schema.Union([
|
|
1056
|
-
|
|
974
|
+
ProblemDetails,
|
|
1057
975
|
ExtensionLintFailedError,
|
|
1058
976
|
ExtensionIdentityMismatchError,
|
|
1059
977
|
]);
|
|
1060
|
-
export const ExtensionsPublishVersion429 =
|
|
1061
|
-
export const ExtensionsPublishVersion500 =
|
|
1062
|
-
export const ExtensionsPublishVersion503 =
|
|
978
|
+
export const ExtensionsPublishVersion429 = ProblemDetails;
|
|
979
|
+
export const ExtensionsPublishVersion500 = ProblemDetails;
|
|
980
|
+
export const ExtensionsPublishVersion503 = ProblemDetails;
|
|
1063
981
|
export const ExtensionsDeleteVersion400 = DecodeErrorResponse;
|
|
1064
|
-
export const ExtensionsDeleteVersion401 =
|
|
982
|
+
export const ExtensionsDeleteVersion401 = ProblemDetails;
|
|
1065
983
|
export const ExtensionsDeleteVersion403 = ForbiddenError;
|
|
1066
|
-
export const ExtensionsDeleteVersion404 =
|
|
984
|
+
export const ExtensionsDeleteVersion404 = ProblemDetails;
|
|
1067
985
|
export const ExtensionsDownloadArchive400 = DecodeErrorResponse;
|
|
1068
|
-
export const ExtensionsDownloadArchive404 =
|
|
1069
|
-
export const ExtensionsDownloadArchive500 =
|
|
986
|
+
export const ExtensionsDownloadArchive404 = ProblemDetails;
|
|
987
|
+
export const ExtensionsDownloadArchive500 = ProblemDetails;
|
|
1070
988
|
export const ExtensionsDeprecateRequestJson = DeprecateBody;
|
|
1071
989
|
export const ExtensionsDeprecate200 = Schema.Struct({
|
|
1072
990
|
owner: Handle,
|
|
@@ -1079,9 +997,9 @@ export const ExtensionsDeprecate200 = Schema.Struct({
|
|
|
1079
997
|
deprecationNotice: Schema.Union([Schema.String.annotate({ readOnly: true }), Schema.Null]),
|
|
1080
998
|
});
|
|
1081
999
|
export const ExtensionsDeprecate400 = DecodeErrorResponse;
|
|
1082
|
-
export const ExtensionsDeprecate401 =
|
|
1000
|
+
export const ExtensionsDeprecate401 = ProblemDetails;
|
|
1083
1001
|
export const ExtensionsDeprecate403 = ForbiddenError;
|
|
1084
|
-
export const ExtensionsDeprecate404 =
|
|
1002
|
+
export const ExtensionsDeprecate404 = ProblemDetails;
|
|
1085
1003
|
export const ExtensionsUndeprecate200 = Schema.Struct({
|
|
1086
1004
|
owner: Handle,
|
|
1087
1005
|
type: ExtensionType,
|
|
@@ -1090,9 +1008,9 @@ export const ExtensionsUndeprecate200 = Schema.Struct({
|
|
|
1090
1008
|
deprecationNotice: Schema.Null,
|
|
1091
1009
|
});
|
|
1092
1010
|
export const ExtensionsUndeprecate400 = DecodeErrorResponse;
|
|
1093
|
-
export const ExtensionsUndeprecate401 =
|
|
1011
|
+
export const ExtensionsUndeprecate401 = ProblemDetails;
|
|
1094
1012
|
export const ExtensionsUndeprecate403 = ForbiddenError;
|
|
1095
|
-
export const ExtensionsUndeprecate404 =
|
|
1013
|
+
export const ExtensionsUndeprecate404 = ProblemDetails;
|
|
1096
1014
|
export const ExtensionsYankVersion200 = Schema.Struct({
|
|
1097
1015
|
owner: Handle,
|
|
1098
1016
|
type: ExtensionType,
|
|
@@ -1101,9 +1019,9 @@ export const ExtensionsYankVersion200 = Schema.Struct({
|
|
|
1101
1019
|
yankedAt: Schema.Union([IsoDateTimeString, Schema.Null]),
|
|
1102
1020
|
});
|
|
1103
1021
|
export const ExtensionsYankVersion400 = DecodeErrorResponse;
|
|
1104
|
-
export const ExtensionsYankVersion401 =
|
|
1022
|
+
export const ExtensionsYankVersion401 = ProblemDetails;
|
|
1105
1023
|
export const ExtensionsYankVersion403 = ForbiddenError;
|
|
1106
|
-
export const ExtensionsYankVersion404 =
|
|
1024
|
+
export const ExtensionsYankVersion404 = ProblemDetails;
|
|
1107
1025
|
export const ExtensionsUnyankVersion200 = Schema.Struct({
|
|
1108
1026
|
owner: Handle,
|
|
1109
1027
|
type: ExtensionType,
|
|
@@ -1112,9 +1030,9 @@ export const ExtensionsUnyankVersion200 = Schema.Struct({
|
|
|
1112
1030
|
yankedAt: Schema.Null,
|
|
1113
1031
|
});
|
|
1114
1032
|
export const ExtensionsUnyankVersion400 = DecodeErrorResponse;
|
|
1115
|
-
export const ExtensionsUnyankVersion401 =
|
|
1033
|
+
export const ExtensionsUnyankVersion401 = ProblemDetails;
|
|
1116
1034
|
export const ExtensionsUnyankVersion403 = ForbiddenError;
|
|
1117
|
-
export const ExtensionsUnyankVersion404 =
|
|
1035
|
+
export const ExtensionsUnyankVersion404 = ProblemDetails;
|
|
1118
1036
|
export const CollaboratorsListCollaborators200 = Schema.Struct({
|
|
1119
1037
|
collaborators: Schema.Array(Schema.Struct({
|
|
1120
1038
|
userId: UserId,
|
|
@@ -1124,9 +1042,9 @@ export const CollaboratorsListCollaborators200 = Schema.Struct({
|
|
|
1124
1042
|
})),
|
|
1125
1043
|
});
|
|
1126
1044
|
export const CollaboratorsListCollaborators400 = DecodeErrorResponse;
|
|
1127
|
-
export const CollaboratorsListCollaborators401 =
|
|
1128
|
-
export const CollaboratorsListCollaborators403 = ForbiddenError;
|
|
1129
|
-
export const CollaboratorsListCollaborators404 =
|
|
1045
|
+
export const CollaboratorsListCollaborators401 = ProblemDetails;
|
|
1046
|
+
export const CollaboratorsListCollaborators403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
1047
|
+
export const CollaboratorsListCollaborators404 = ProblemDetails;
|
|
1130
1048
|
export const CollaboratorsUpsertCollaboratorRequestJson = PutCollaboratorBody;
|
|
1131
1049
|
export const CollaboratorsUpsertCollaborator200 = Schema.Struct({
|
|
1132
1050
|
userId: UserId,
|
|
@@ -1135,28 +1053,28 @@ export const CollaboratorsUpsertCollaborator200 = Schema.Struct({
|
|
|
1135
1053
|
createdAt: Schema.String.annotate({ readOnly: true, format: "date-time" }),
|
|
1136
1054
|
});
|
|
1137
1055
|
export const CollaboratorsUpsertCollaborator400 = Schema.Union([
|
|
1138
|
-
|
|
1056
|
+
ProblemDetails,
|
|
1139
1057
|
DecodeErrorResponse,
|
|
1140
1058
|
]);
|
|
1141
|
-
export const CollaboratorsUpsertCollaborator401 =
|
|
1142
|
-
export const CollaboratorsUpsertCollaborator403 = ForbiddenError;
|
|
1143
|
-
export const CollaboratorsUpsertCollaborator404 =
|
|
1059
|
+
export const CollaboratorsUpsertCollaborator401 = ProblemDetails;
|
|
1060
|
+
export const CollaboratorsUpsertCollaborator403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
1061
|
+
export const CollaboratorsUpsertCollaborator404 = ProblemDetails;
|
|
1144
1062
|
export const CollaboratorsDeleteCollaborator400 = DecodeErrorResponse;
|
|
1145
|
-
export const CollaboratorsDeleteCollaborator401 =
|
|
1146
|
-
export const CollaboratorsDeleteCollaborator403 = ForbiddenError;
|
|
1147
|
-
export const CollaboratorsDeleteCollaborator404 =
|
|
1148
|
-
export const CollaboratorsDeleteCollaborator409 =
|
|
1063
|
+
export const CollaboratorsDeleteCollaborator401 = ProblemDetails;
|
|
1064
|
+
export const CollaboratorsDeleteCollaborator403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
1065
|
+
export const CollaboratorsDeleteCollaborator404 = ProblemDetails;
|
|
1066
|
+
export const CollaboratorsDeleteCollaborator409 = ProblemDetails;
|
|
1149
1067
|
export const TeamGrantsUpsertTeamExtensionGrantRequestJson = UpsertTeamGrantBody;
|
|
1150
1068
|
export const TeamGrantsUpsertTeamExtensionGrant200 = TeamGrant;
|
|
1151
1069
|
export const TeamGrantsUpsertTeamExtensionGrant400 = DecodeErrorResponse;
|
|
1152
|
-
export const TeamGrantsUpsertTeamExtensionGrant401 =
|
|
1070
|
+
export const TeamGrantsUpsertTeamExtensionGrant401 = ProblemDetails;
|
|
1153
1071
|
export const TeamGrantsUpsertTeamExtensionGrant403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
1154
|
-
export const TeamGrantsUpsertTeamExtensionGrant404 =
|
|
1155
|
-
export const TeamGrantsUpsertTeamExtensionGrant422 =
|
|
1072
|
+
export const TeamGrantsUpsertTeamExtensionGrant404 = ProblemDetails;
|
|
1073
|
+
export const TeamGrantsUpsertTeamExtensionGrant422 = ProblemDetails;
|
|
1156
1074
|
export const TeamGrantsDeleteTeamExtensionGrant400 = DecodeErrorResponse;
|
|
1157
|
-
export const TeamGrantsDeleteTeamExtensionGrant401 =
|
|
1075
|
+
export const TeamGrantsDeleteTeamExtensionGrant401 = ProblemDetails;
|
|
1158
1076
|
export const TeamGrantsDeleteTeamExtensionGrant403 = Schema.Union([ForbiddenError, ForbiddenError]);
|
|
1159
|
-
export const TeamGrantsDeleteTeamExtensionGrant404 =
|
|
1077
|
+
export const TeamGrantsDeleteTeamExtensionGrant404 = ProblemDetails;
|
|
1160
1078
|
export const HealthGetShallowHealth200 = Schema.Struct({
|
|
1161
1079
|
status: Schema.Literals(["pass", "warn", "fail"]),
|
|
1162
1080
|
});
|