@treeseed/sdk 0.13.0-rc.6 → 0.13.0-rc.8
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/accounts/account-contracts.d.ts +1 -1
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +2 -2
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +108 -108
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +1 -1
- package/dist/ai-appliance/contracts.d.ts +2 -2
- package/dist/ai-appliance/contracts.js +2 -2
- package/dist/ai-appliance/validation.js +1 -1
- package/dist/capacity-provider/client.d.ts +2 -2
- package/dist/capacity-provider/client.js +4 -4
- package/dist/capacity-provider/contracts/governance.d.ts +6 -6
- package/dist/capacity-provider/validation.js +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +64 -64
- package/dist/content/validation/auxiliary-content-schemas.d.ts +46 -46
- package/dist/content/validation/auxiliary-content-schemas.js +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +426 -426
- package/dist/content/validation/portable-content-data.d.ts +60 -60
- package/dist/db/index.d.ts +0 -1
- package/dist/db/index.js +0 -1
- package/dist/entrypoints/clients/control-plane-client.d.ts +60 -0
- package/dist/entrypoints/clients/control-plane-client.js +134 -4
- package/dist/entrypoints/models/sdk-types.d.ts +1 -7
- package/dist/entrypoints/models/sdk-types.js +1 -7
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +1 -1
- package/dist/guarantees/index/run-verifier-command.d.ts +1 -1
- package/dist/index/operations-and-workflows.d.ts +0 -1
- package/dist/index/operations-and-workflows.js +0 -36
- package/dist/index/platform-and-hosting.d.ts +1 -2
- package/dist/index/platform-and-hosting.js +23 -45
- package/dist/index/public-contracts.d.ts +0 -3
- package/dist/index/public-contracts.js +0 -3
- package/dist/index/templates-and-catalog.d.ts +1 -1
- package/dist/index/templates-and-catalog.js +1 -1
- package/dist/local-dev/managed-dev-process-spec.js +0 -1
- package/dist/operations/providers/default/preflight-operation.d.ts +6 -6
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +2 -0
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +2 -0
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +1 -1
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +1 -1
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +4 -0
- package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.d.ts → templates/catalog/template-catalog-settings.d.ts} +1 -0
- package/dist/operations/services/configuration/config-runtime.d.ts +1 -1
- package/dist/operations/services/configuration/config-runtime.js +1 -1
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +2 -2
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +3 -3
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -1
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +1 -6
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -2
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +1 -3
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +2 -2
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -1
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -2
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +1 -1
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -1
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +2 -2
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +1 -1
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +3 -3
- package/dist/operations/services/template-registry/template-categories.d.ts +1 -1
- package/dist/operations/services/template-registry/validate-template-placeholders.js +1 -1
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +2 -2
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +3 -3
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +2 -2
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +5 -5
- package/dist/platform/deploy-config/parse-deploy-config.js +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.js +4 -25
- package/dist/platform/desired-state/desired-environment.d.ts +1 -1
- package/dist/platform/env.yaml +2 -199
- package/dist/platform/environment/environment-scopes.d.ts +1 -2
- package/dist/platform/environment/environment-scopes.js +0 -2
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +1 -4
- package/dist/platform/environment/resolve-content-bucket-binding.js +1 -16
- package/dist/platform/packages/published-content-pipeline.d.ts +1 -1
- package/dist/platform/packages/published-content-pipeline.js +1 -1
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +2 -2
- package/dist/platform/published-content/runtime/build-runtime-publication.js +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +2 -2
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +1 -1
- package/dist/platform/published-content-pipeline/list-markdown-files.js +1 -1
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.d.ts → resolve-publication-access-mode.d.ts} +3 -2
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.js → resolve-publication-access-mode.js} +4 -4
- package/dist/platform/support/contracts.d.ts +4 -11
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +1 -2
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +3 -18
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +1 -10
- package/dist/reconcile/index.d.ts +0 -2
- package/dist/reconcile/index.js +0 -2
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +2 -18
- package/dist/scenes/accounts/auth.js +5 -5
- package/dist/scenes/index.d.ts +0 -8
- package/dist/scenes/index.js +0 -50
- package/dist/scenes/runner/run-scene.js +1 -26
- package/dist/scenes/seeds/seed.js +7 -8
- package/dist/scenes/support/execution/base-url.js +1 -1
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +3 -21
- package/dist/scenes/visual-audit/split-diagnostics.js +1 -1
- package/dist/scripts/verification/check-file-architecture.js +0 -3
- package/dist/sdk/support/messages/dispatch.js +3 -3
- package/dist/sdk-types/configuration/sdk-dispatch-credential-source.d.ts +1 -1
- package/dist/sdk-types/{commerce/catalog/upsert-catalog-item-request.d.ts → control-plane/resource-requests.d.ts} +4 -4
- package/dist/sdk-types/support/platform-contracts.d.ts +3 -7
- package/dist/sdk-types/support/platform-contracts.js +2 -22
- package/dist/seeds/index.d.ts +0 -5
- package/dist/seeds/index.js +0 -8
- package/dist/seeds/schema/resource-buckets.d.ts +1 -1
- package/dist/{commerce/catalog → templates}/template-catalog.d.ts +1 -1
- package/dist/treeseed/template-catalog/catalog.fixture.json +1 -1
- package/dist/workflow/operations/configuration/workflow-config.d.ts +2 -2
- package/dist/workflow/operations/configuration/workflow-config.js +1 -1
- package/dist/workflow/operations/coordination/workflow-ci.js +1 -1
- package/dist/workflow/operations/coordination/workflow-destroy.js +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.js +2 -2
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +1 -1
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +1 -1
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +1 -1
- package/dist/workflow/operations/packages/release-admin-message.d.ts +1 -1
- package/dist/workflow/operations/packages/release-admin-message.js +1 -1
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +1 -1
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +1 -1
- package/dist/workflow/operations/recovery/fail-workflow-run.js +1 -1
- package/dist/workflow/operations/recovery/workflow-resume.js +1 -1
- package/dist/workflow/operations/release/workflow-release.js +2 -2
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.d.ts +1 -0
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.d.ts +1 -0
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +1 -1
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +1 -1
- package/dist/workflow/operations/support/create-repo-report.d.ts +1 -1
- package/dist/workflow/operations/support/create-repo-report.js +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +1 -1
- package/dist/workflow/operations/support/update-ahead-behind.js +1 -1
- package/dist/workflow/operations/support/workflow-helpers.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +2 -2
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +1 -1
- package/dist/workflow/operations.d.ts +2 -2
- package/dist/workflow/operations.js +2 -2
- package/dist/workflow-state/readiness-for-environment.d.ts +1 -0
- package/dist/workflow-state/resolve-workflow-state.js +1 -1
- package/package.json +3 -40
- package/dist/api/auth/d1-database.d.ts +0 -3
- package/dist/api/auth/d1-database.js +0 -20
- package/dist/api/auth/d1-provider.d.ts +0 -54
- package/dist/api/auth/d1-provider.js +0 -95
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.js +0 -13
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.js +0 -14
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.js +0 -6
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.js +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.js +0 -34
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.d.ts +0 -7
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.js +0 -69
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.js +0 -42
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.d.ts +0 -12
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.js +0 -36
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.js +0 -10
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.js +0 -46
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.js +0 -15
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.d.ts +0 -2
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.js +0 -6
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.d.ts +0 -2
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.js +0 -27
- package/dist/api/auth/d1-store/configuration/create-service-credential.d.ts +0 -7
- package/dist/api/auth/d1-store/configuration/create-service-credential.js +0 -10
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.d.ts +0 -2
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.js +0 -17
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.d.ts +0 -8
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.js +0 -20
- package/dist/api/auth/d1-store/methods.d.ts +0 -40
- package/dist/api/auth/d1-store/methods.js +0 -82
- package/dist/api/auth/d1-store/runtime/approve-device-flow.d.ts +0 -5
- package/dist/api/auth/d1-store/runtime/approve-device-flow.js +0 -27
- package/dist/api/auth/d1-store/runtime/poll-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/poll-device-flow.js +0 -71
- package/dist/api/auth/d1-store/runtime/start-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/start-device-flow.js +0 -34
- package/dist/api/auth/d1-store/seeds/seed-configured-services.d.ts +0 -2
- package/dist/api/auth/d1-store/seeds/seed-configured-services.js +0 -14
- package/dist/api/auth/d1-store/support/audit/write-audit-event.d.ts +0 -9
- package/dist/api/auth/d1-store/support/audit/write-audit-event.js +0 -18
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.d.ts +0 -2
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.js +0 -9
- package/dist/api/auth/d1-store/support/principals/create-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/create-user.js +0 -30
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.d.ts +0 -10
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.js +0 -50
- package/dist/api/auth/d1-store/support/principals/load-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/load-user.js +0 -6
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.js +0 -11
- package/dist/api/auth/d1-store/support/principals/principal-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/principal-for-user.js +0 -27
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.js +0 -13
- package/dist/api/auth/d1-store/support/principals/sync-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/sync-user.js +0 -96
- package/dist/api/auth/d1-store/support/principals/user-metadata.d.ts +0 -9
- package/dist/api/auth/d1-store/support/principals/user-metadata.js +0 -13
- package/dist/api/auth/d1-store/support/queries/execute-statement.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/execute-statement.js +0 -6
- package/dist/api/auth/d1-store/support/queries/query-all.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-all.js +0 -7
- package/dist/api/auth/d1-store/support/queries/query-first.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-first.js +0 -6
- package/dist/api/auth/d1-store/teams/assign-role.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/assign-role.js +0 -12
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.d.ts +0 -3
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.js +0 -22
- package/dist/api/auth/d1-store/teams/permissions-for-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/permissions-for-roles.js +0 -15
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.js +0 -34
- package/dist/api/auth/d1-store/teams/replace-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/replace-roles.js +0 -9
- package/dist/api/auth/d1-store/teams/roles-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/roles-for-user.js +0 -10
- package/dist/api/auth/d1-store/teams/set-user-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/set-user-roles.js +0 -25
- package/dist/api/auth/d1-store.d.ts +0 -133
- package/dist/api/auth/d1-store.js +0 -225
- package/dist/api/auth/memory-provider.d.ts +0 -82
- package/dist/api/auth/memory-provider.js +0 -297
- package/dist/api/auth/rbac.d.ts +0 -27
- package/dist/api/auth/rbac.js +0 -171
- package/dist/api/auth/tokens.d.ts +0 -18
- package/dist/api/auth/tokens.js +0 -56
- package/dist/api/auth/trusted-assertion.d.ts +0 -10
- package/dist/api/auth/trusted-assertion.js +0 -19
- package/dist/api/capacity/providers/providers.d.ts +0 -2
- package/dist/api/capacity/providers/providers.js +0 -69
- package/dist/api/configuration/config.d.ts +0 -4
- package/dist/api/configuration/config.js +0 -149
- package/dist/api/hosting/railway.d.ts +0 -53
- package/dist/api/hosting/railway.js +0 -71
- package/dist/api/index.d.ts +0 -13
- package/dist/api/index.js +0 -33
- package/dist/api/operations/operations-routes.d.ts +0 -11
- package/dist/api/operations/operations-routes.js +0 -39
- package/dist/api/operations/operations.d.ts +0 -3
- package/dist/api/operations/operations.js +0 -26
- package/dist/api/support/app.d.ts +0 -8
- package/dist/api/support/app.js +0 -410
- package/dist/api/support/http.d.ts +0 -28
- package/dist/api/support/http.js +0 -51
- package/dist/api/support/sdk-dispatch.d.ts +0 -6
- package/dist/api/support/sdk-dispatch.js +0 -14
- package/dist/api/support/sdk-routes.d.ts +0 -11
- package/dist/api/support/sdk-routes.js +0 -29
- package/dist/api/support/templates.d.ts +0 -3
- package/dist/api/support/templates.js +0 -31
- package/dist/api/types.d.ts +0 -242
- package/dist/db/market-schema/accounts/agent-lab-view-state.d.ts +0 -228
- package/dist/db/market-schema/accounts/agent-lab-view-state.js +0 -22
- package/dist/db/market-schema/accounts/better-auth-account.d.ts +0 -2491
- package/dist/db/market-schema/accounts/better-auth-account.js +0 -248
- package/dist/db/market-schema/accounts/notification-events.d.ts +0 -2911
- package/dist/db/market-schema/accounts/notification-events.js +0 -252
- package/dist/db/market-schema/accounts/team-services.d.ts +0 -1780
- package/dist/db/market-schema/accounts/team-services.js +0 -150
- package/dist/db/market-schema/agents/agent-context-query-checks.d.ts +0 -296
- package/dist/db/market-schema/agents/agent-context-query-checks.js +0 -33
- package/dist/db/market-schema/agents/agent-mode-runs.d.ts +0 -3137
- package/dist/db/market-schema/agents/agent-mode-runs.js +0 -311
- package/dist/db/market-schema/agents/communication-control.d.ts +0 -820
- package/dist/db/market-schema/agents/communication-control.js +0 -86
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.d.ts +0 -3187
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.js +0 -300
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.d.ts +0 -2637
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.js +0 -271
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.d.ts +0 -3882
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.js +0 -373
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.d.ts +0 -1681
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.js +0 -150
- package/dist/db/market-schema/commerce/catalog/catalog-items.d.ts +0 -3076
- package/dist/db/market-schema/commerce/catalog/catalog-items.js +0 -263
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.d.ts +0 -2943
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.js +0 -253
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.d.ts +0 -3072
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.js +0 -263
- package/dist/db/market-schema/governance/commons/commons-participants.d.ts +0 -3117
- package/dist/db/market-schema/governance/commons/commons-participants.js +0 -260
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.d.ts +0 -2498
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.js +0 -212
- package/dist/db/market-schema/projects/integrations/provider-operations.d.ts +0 -2586
- package/dist/db/market-schema/projects/integrations/provider-operations.js +0 -196
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.d.ts +0 -1426
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.js +0 -111
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.d.ts +0 -1269
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.js +0 -95
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.d.ts +0 -1937
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.js +0 -160
- package/dist/db/market-schema/support/feedback.d.ts +0 -1055
- package/dist/db/market-schema/support/feedback.js +0 -86
- package/dist/db/market-schema/support/market-schema.d.ts +0 -45339
- package/dist/db/market-schema/support/market-schema.js +0 -216
- package/dist/db/market-schema/support/subscribers.d.ts +0 -3027
- package/dist/db/market-schema/support/subscribers.js +0 -267
- package/dist/db/market-schema.d.ts +0 -22
- package/dist/db/market-schema.js +0 -22
- package/dist/entrypoints/clients/market-client.d.ts +0 -184
- package/dist/entrypoints/clients/market-client.js +0 -369
- package/dist/gateway/admin-passthrough.d.ts +0 -17
- package/dist/gateway/admin-passthrough.js +0 -131
- package/dist/gateway/admin-route-inventory.d.ts +0 -5
- package/dist/gateway/admin-route-inventory.js +0 -27
- package/dist/gateway/header-policy.d.ts +0 -3
- package/dist/gateway/header-policy.js +0 -38
- package/dist/gateway/health.d.ts +0 -9
- package/dist/gateway/health.js +0 -26
- package/dist/gateway/index.d.ts +0 -7
- package/dist/gateway/index.js +0 -8
- package/dist/gateway/node-websocket-proxy.d.ts +0 -13
- package/dist/gateway/node-websocket-proxy.js +0 -109
- package/dist/market-client/accounts/contracts/account-deletion-blockers.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-deletion-blockers.js +0 -6
- package/dist/market-client/accounts/contracts/account-identity.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-identity.js +0 -6
- package/dist/market-client/accounts/contracts/local-auth-paths.d.ts +0 -2
- package/dist/market-client/accounts/contracts/local-auth-paths.js +0 -6
- package/dist/market-client/accounts/contracts/logout.d.ts +0 -2
- package/dist/market-client/accounts/contracts/logout.js +0 -9
- package/dist/market-client/accounts/contracts/poll-device-login.d.ts +0 -3
- package/dist/market-client/accounts/contracts/poll-device-login.js +0 -9
- package/dist/market-client/accounts/contracts/web-appearance.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-appearance.js +0 -6
- package/dist/market-client/accounts/contracts/web-emails.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-emails.js +0 -6
- package/dist/market-client/accounts/contracts/web-notification-preferences.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/contracts/web-notifications.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notifications.js +0 -6
- package/dist/market-client/accounts/contracts/web-sessions.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-sessions.js +0 -6
- package/dist/market-client/accounts/creation/add-web-email.d.ts +0 -4
- package/dist/market-client/accounts/creation/add-web-email.js +0 -10
- package/dist/market-client/accounts/creation/request-web-password-reset.d.ts +0 -4
- package/dist/market-client/accounts/creation/request-web-password-reset.js +0 -9
- package/dist/market-client/accounts/creation/start-device-login.d.ts +0 -3
- package/dist/market-client/accounts/creation/start-device-login.js +0 -9
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.d.ts +0 -5
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.js +0 -9
- package/dist/market-client/accounts/lifecycle/confirm-web-email.d.ts +0 -4
- package/dist/market-client/accounts/lifecycle/confirm-web-email.js +0 -9
- package/dist/market-client/accounts/lifecycle/verify-web-email.d.ts +0 -2
- package/dist/market-client/accounts/lifecycle/verify-web-email.js +0 -6
- package/dist/market-client/accounts/preferences/account-preferences.d.ts +0 -4
- package/dist/market-client/accounts/preferences/account-preferences.js +0 -14
- package/dist/market-client/accounts/queries/check-web-email.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-email.js +0 -6
- package/dist/market-client/accounts/queries/check-web-username.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-username.js +0 -6
- package/dist/market-client/accounts/retirement/delete-account.d.ts +0 -6
- package/dist/market-client/accounts/retirement/delete-account.js +0 -10
- package/dist/market-client/accounts/retirement/delete-web-email.d.ts +0 -2
- package/dist/market-client/accounts/retirement/delete-web-email.js +0 -6
- package/dist/market-client/accounts/retirement/revoke-web-session.d.ts +0 -2
- package/dist/market-client/accounts/retirement/revoke-web-session.js +0 -6
- package/dist/market-client/accounts/updates/mark-web-notification-read.d.ts +0 -2
- package/dist/market-client/accounts/updates/mark-web-notification-read.js +0 -6
- package/dist/market-client/accounts/updates/refresh-token.d.ts +0 -3
- package/dist/market-client/accounts/updates/refresh-token.js +0 -9
- package/dist/market-client/accounts/updates/set-primary-web-email.d.ts +0 -2
- package/dist/market-client/accounts/updates/set-primary-web-email.js +0 -6
- package/dist/market-client/accounts/updates/update-web-appearance.d.ts +0 -10
- package/dist/market-client/accounts/updates/update-web-appearance.js +0 -10
- package/dist/market-client/accounts/updates/update-web-notification-preferences.d.ts +0 -3
- package/dist/market-client/accounts/updates/update-web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/updates/update-web-password.d.ts +0 -6
- package/dist/market-client/accounts/updates/update-web-password.js +0 -10
- package/dist/market-client/agent-lab-interface.d.ts +0 -12
- package/dist/market-client/agent-lab-interface.js +0 -0
- package/dist/market-client/agents/creation/create-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/creation/create-structured-agent-estimate.js +0 -6
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.d.ts +0 -2
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.js +0 -6
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.d.ts +0 -4
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.js +0 -6
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.js +0 -11
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.js +0 -11
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.d.ts +0 -12
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.js +0 -26
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.d.ts +0 -4
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.js +0 -7
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.d.ts +0 -10
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.d.ts +0 -9
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.d.ts +0 -11
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.js +0 -11
- package/dist/market-client/capacity/observability/contracts/agent-lab.d.ts +0 -27
- package/dist/market-client/capacity/observability/contracts/agent-lab.js +0 -37
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.d.ts +0 -7
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.js +0 -13
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.js +0 -7
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.js +0 -7
- package/dist/market-client/capacity/planning/contracts/capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/contracts/capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.d.ts +0 -4
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.js +0 -7
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.js +0 -6
- package/dist/market-client/capacity/providers/contracts/auth-providers.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/auth-providers.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.js +0 -13
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.js +0 -15
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.js +0 -13
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.js +0 -16
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.d.ts +0 -5
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.d.ts +0 -2
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-events.d.ts +0 -5
- package/dist/market-client/capacity/workdays/contracts/workday-events.js +0 -11
- package/dist/market-client/capacity/workdays/contracts/workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-runs.d.ts +0 -7
- package/dist/market-client/capacity/workdays/contracts/workday-runs.js +0 -16
- package/dist/market-client/capacity/workdays/contracts/workday-summary.d.ts +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-summary.js +0 -14
- package/dist/market-client/capacity/workdays/contracts/workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-event.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-event.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/start-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/start-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.d.ts +0 -29
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.js +0 -9
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.d.ts +0 -5
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.js +0 -6
- package/dist/market-client/capacity/workdays/updates/update-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/updates/update-workday-run.js +0 -6
- package/dist/market-client/commerce/catalog/contracts/catalog.d.ts +0 -2
- package/dist/market-client/commerce/catalog/contracts/catalog.js +0 -7
- package/dist/market-client/discussions/contracts/discussions.d.ts +0 -27
- package/dist/market-client/discussions/contracts/discussions.js +0 -21
- package/dist/market-client/interface.d.ts +0 -192
- package/dist/market-client/interface.js +0 -0
- package/dist/market-client/internal-capacity-allocation.d.ts +0 -4
- package/dist/market-client/internal-capacity-allocation.js +0 -17
- package/dist/market-client/methods.d.ts +0 -2
- package/dist/market-client/methods.js +0 -396
- package/dist/market-client/operations/contracts/research-workflow.d.ts +0 -2
- package/dist/market-client/operations/contracts/research-workflow.js +0 -6
- package/dist/market-client/operations/creation/create-research-workflow.d.ts +0 -2
- package/dist/market-client/operations/creation/create-research-workflow.js +0 -6
- package/dist/market-client/project-agent-interface.d.ts +0 -15
- package/dist/market-client/project-agent-interface.js +0 -0
- package/dist/market-client/projects/access/contracts/project-access.d.ts +0 -2
- package/dist/market-client/projects/access/contracts/project-access.js +0 -6
- package/dist/market-client/projects/agents/contracts/agent-deployments.d.ts +0 -34
- package/dist/market-client/projects/agents/contracts/agent-deployments.js +0 -22
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.d.ts +0 -10
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.js +0 -13
- package/dist/market-client/projects/agents/contracts/project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/contracts/project-agent-classes.d.ts +0 -5
- package/dist/market-client/projects/agents/contracts/project-agent-classes.js +0 -11
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.js +0 -17
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.js +0 -18
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.js +0 -6
- package/dist/market-client/projects/agents/creation/author-project-agent.d.ts +0 -10
- package/dist/market-client/projects/agents/creation/author-project-agent.js +0 -10
- package/dist/market-client/projects/agents/creation/author-project-definitions.d.ts +0 -12
- package/dist/market-client/projects/agents/creation/author-project-definitions.js +0 -10
- package/dist/market-client/projects/agents/creation/check-project-context-query.d.ts +0 -7
- package/dist/market-client/projects/agents/creation/check-project-context-query.js +0 -11
- package/dist/market-client/projects/agents/creation/create-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/creation/create-project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.d.ts +0 -8
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.js +0 -10
- package/dist/market-client/projects/agents/updates/update-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/updates/update-project-agent-class.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.d.ts +0 -2
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.d.ts +0 -7
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.js +0 -15
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.d.ts +0 -3
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.d.ts +0 -10
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.js +0 -50
- package/dist/market-client/projects/projects-core/contracts/projects.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/projects.js +0 -7
- package/dist/market-client/projects/projects-core/creation/create-project.d.ts +0 -8
- package/dist/market-client/projects/projects-core/creation/create-project.js +0 -6
- package/dist/market-client/projects/projects-core/retirement/delete-project.d.ts +0 -2
- package/dist/market-client/projects/projects-core/retirement/delete-project.js +0 -6
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.d.ts +0 -3
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.js +0 -10
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.d.ts +0 -2
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.js +0 -6
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.d.ts +0 -3
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.js +0 -6
- package/dist/market-client/seeds/creation/apply-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/apply-seed.js +0 -6
- package/dist/market-client/seeds/creation/export-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/export-seed.js +0 -6
- package/dist/market-client/seeds/creation/plan-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/plan-seed.js +0 -6
- package/dist/market-client/seeds/interface.d.ts +0 -10
- package/dist/market-client/seeds/interface.js +0 -0
- package/dist/market-client/seeds/queries/list-seed-runs.d.ts +0 -2
- package/dist/market-client/seeds/queries/list-seed-runs.js +0 -7
- package/dist/market-client/seeds/queries/resolve-seed-resources.d.ts +0 -9
- package/dist/market-client/seeds/queries/resolve-seed-resources.js +0 -10
- package/dist/market-client/support/creation/create-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/creation/create-decision-execution-input.js +0 -6
- package/dist/market-client/support/creation/create-personal-theme.d.ts +0 -3
- package/dist/market-client/support/creation/create-personal-theme.js +0 -6
- package/dist/market-client/support/creation/create-planning-input-request.d.ts +0 -2
- package/dist/market-client/support/creation/create-planning-input-request.js +0 -6
- package/dist/market-client/support/creation/request-decision-execution-input-revision.d.ts +0 -2
- package/dist/market-client/support/creation/request-decision-execution-input-revision.js +0 -6
- package/dist/market-client/support/creation/request-first.d.ts +0 -7
- package/dist/market-client/support/creation/request-first.js +0 -19
- package/dist/market-client/support/delivery/artifact-download.d.ts +0 -2
- package/dist/market-client/support/delivery/artifact-download.js +0 -6
- package/dist/market-client/support/delivery/deliverable-manifest.d.ts +0 -4
- package/dist/market-client/support/delivery/deliverable-manifest.js +0 -14
- package/dist/market-client/support/identity/markets.d.ts +0 -2
- package/dist/market-client/support/identity/markets.js +0 -6
- package/dist/market-client/support/identity/me.d.ts +0 -2
- package/dist/market-client/support/identity/me.js +0 -6
- package/dist/market-client/support/identity/personal-themes.d.ts +0 -2
- package/dist/market-client/support/identity/personal-themes.js +0 -6
- package/dist/market-client/support/identity/web-sign-in.d.ts +0 -7
- package/dist/market-client/support/identity/web-sign-in.js +0 -9
- package/dist/market-client/support/identity/web-sign-up.d.ts +0 -9
- package/dist/market-client/support/identity/web-sign-up.js +0 -9
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.js +0 -6
- package/dist/market-client/support/planning/decision-execution-inputs.d.ts +0 -4
- package/dist/market-client/support/planning/decision-execution-inputs.js +0 -7
- package/dist/market-client/support/planning/decision-planning-status.d.ts +0 -2
- package/dist/market-client/support/planning/decision-planning-status.js +0 -6
- package/dist/market-client/support/planning/decision-structured-estimates.d.ts +0 -2
- package/dist/market-client/support/planning/decision-structured-estimates.js +0 -7
- package/dist/market-client/support/planning/execution-runs.d.ts +0 -12
- package/dist/market-client/support/planning/execution-runs.js +0 -11
- package/dist/market-client/support/preferences/request.d.ts +0 -7
- package/dist/market-client/support/preferences/request.js +0 -36
- package/dist/market-client/support/queries/current-market.d.ts +0 -2
- package/dist/market-client/support/queries/current-market.js +0 -6
- package/dist/market-client/support/retirement/delete-personal-theme.d.ts +0 -2
- package/dist/market-client/support/retirement/delete-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-personal-theme.d.ts +0 -3
- package/dist/market-client/support/updates/update-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-web-profile.d.ts +0 -5
- package/dist/market-client/support/updates/update-web-profile.js +0 -10
- package/dist/market-client/teams/contracts/team-deletion-blockers.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-deletion-blockers.js +0 -6
- package/dist/market-client/teams/contracts/team-members.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-members.js +0 -6
- package/dist/market-client/teams/contracts/team-permissions.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-permissions.js +0 -6
- package/dist/market-client/teams/contracts/teams.d.ts +0 -2
- package/dist/market-client/teams/contracts/teams.js +0 -6
- package/dist/market-client/teams/creation/create-team.d.ts +0 -6
- package/dist/market-client/teams/creation/create-team.js +0 -10
- package/dist/market-client/teams/lifecycle/team-lifecycle.d.ts +0 -22
- package/dist/market-client/teams/lifecycle/team-lifecycle.js +0 -30
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.d.ts +0 -2
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.js +0 -6
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.d.ts +0 -2
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.d.ts +0 -3
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.js +0 -6
- package/dist/operations/platform-operation-store.d.ts +0 -2
- package/dist/operations/platform-operation-store.js +0 -2
- package/dist/operations/platform-operations.d.ts +0 -3
- package/dist/operations/platform-operations.js +0 -3
- package/dist/operations/services/support/market-packaging.d.ts +0 -43
- package/dist/operations/services/support/market-packaging.js +0 -169
- package/dist/platform-operation-store/database-provider.d.ts +0 -44
- package/dist/platform-operation-store/database-provider.js +0 -205
- package/dist/platform-operation-store/platform-operation-store.d.ts +0 -56
- package/dist/platform-operation-store/platform-operation-store.js +0 -224
- package/dist/platform-operations/nested-record.d.ts +0 -21
- package/dist/platform-operations/nested-record.js +0 -262
- package/dist/platform-operations/platform-operation-endpoints.d.ts +0 -208
- package/dist/platform-operations/platform-operation-endpoints.js +0 -71
- package/dist/platform-operations/platform-runner-client.d.ts +0 -52
- package/dist/platform-operations/platform-runner-client.js +0 -143
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.d.ts +0 -55
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.js +0 -103
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.d.ts +0 -29
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.js +0 -179
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.d.ts +0 -132
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.js +0 -388
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.d.ts +0 -50
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.js +0 -0
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.d.ts +0 -65
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.js +0 -206
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.d.ts +0 -19
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.js +0 -36
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.js +0 -514
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.js +0 -122
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.d.ts +0 -17
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.js +0 -101
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.d.ts +0 -1
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.js +0 -20
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.d.ts +0 -29
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.js +0 -119
- package/dist/reconcile/hosting/live-acceptance-cloudflare.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-cloudflare.js +0 -316
- package/dist/reconcile/hosting/live-acceptance-railway.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-railway.js +0 -420
- package/dist/reconcile/repositories/live-acceptance-github-client.d.ts +0 -6
- package/dist/reconcile/repositories/live-acceptance-github-client.js +0 -42
- package/dist/reconcile/repositories/live-acceptance-github.d.ts +0 -12
- package/dist/reconcile/repositories/live-acceptance-github.js +0 -301
- package/dist/reconcile/runtime/live-acceptance-local.d.ts +0 -16
- package/dist/reconcile/runtime/live-acceptance-local.js +0 -260
- package/dist/reconcile/runtime/live-acceptance-runtime.d.ts +0 -67
- package/dist/reconcile/runtime/live-acceptance-runtime.js +0 -324
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.d.ts +0 -123
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.js +0 -439
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.d.ts +0 -19
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.js +0 -128
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.d.ts +0 -18
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.js +0 -264
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.d.ts +0 -44
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.js +0 -154
- package/dist/reconcile/support/acceptance/live-acceptance-starters.d.ts +0 -51
- package/dist/reconcile/support/acceptance/live-acceptance-starters.js +0 -12
- package/dist/reconcile/support/acceptance/live-acceptance-values.d.ts +0 -2
- package/dist/reconcile/support/acceptance/live-acceptance-values.js +0 -10
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.d.ts +0 -7
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.js +0 -38
- package/dist/reconcile/support/acceptance/live-acceptance.d.ts +0 -102
- package/dist/reconcile/support/acceptance/live-acceptance.js +0 -322
- package/dist/scenes/agent-lab/activity-collector.d.ts +0 -114
- package/dist/scenes/agent-lab/activity-collector.js +0 -394
- package/dist/scenes/agent-lab/production-lifecycle.d.ts +0 -18
- package/dist/scenes/agent-lab/production-lifecycle.js +0 -573
- package/dist/scenes/agent-lab/profile-input-seed.d.ts +0 -23
- package/dist/scenes/agent-lab/profile-input-seed.js +0 -41
- package/dist/scenes/agent-lab/report-adapters.d.ts +0 -3
- package/dist/scenes/agent-lab/report-adapters.js +0 -33
- package/dist/scenes/agent-lab/report-model.d.ts +0 -122
- package/dist/scenes/agent-lab/report-model.js +0 -194
- package/dist/scenes/agent-lab/report-writer.d.ts +0 -14
- package/dist/scenes/agent-lab/report-writer.js +0 -143
- package/dist/scenes/agent-lab/run-agent-lab-scene.d.ts +0 -6
- package/dist/scenes/agent-lab/run-agent-lab-scene.js +0 -122
- package/dist/scenes/agent-lab/runtime/diagnostics.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/diagnostics.js +0 -42
- package/dist/scenes/agent-lab/runtime/metadata.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/metadata.js +0 -19
- package/dist/scenes/agent-lab/runtime/team-scope.d.ts +0 -29
- package/dist/scenes/agent-lab/runtime/team-scope.js +0 -54
- package/dist/scenes/agent-lab/semantic-artifact-assertions.d.ts +0 -29
- package/dist/scenes/agent-lab/semantic-artifact-assertions.js +0 -66
- package/dist/scenes/agent-lab/terminal-verification.d.ts +0 -17
- package/dist/scenes/agent-lab/terminal-verification.js +0 -31
- package/dist/scenes/agent-lab/viewer/runtime.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/runtime.js +0 -576
- package/dist/scenes/agent-lab/viewer/styles.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/styles.js +0 -28
- package/dist/scenes/agent-lab/workday-snapshot.d.ts +0 -116
- package/dist/scenes/agent-lab/workday-snapshot.js +0 -153
- package/dist/scenes/testing/visual-audit-fixtures.d.ts +0 -25
- package/dist/scenes/testing/visual-audit-fixtures.js +0 -299
- package/dist/scripts/maintenance/repair-extracted-class-interfaces.js +0 -36
- package/dist/scripts/testing/test-live-acceptance-cleanup-service.js +0 -57
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.d.ts +0 -250
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.js +0 -0
- package/dist/sdk-types/commerce/catalog/upsert-catalog-item-request.js +0 -0
- package/dist/sdk-types/commerce/governance/commerce-governance-states.d.ts +0 -42
- package/dist/sdk-types/commerce/governance/commerce-governance-states.js +0 -198
- package/dist/sdk-types/commerce/payments/commerce-entitlement.d.ts +0 -244
- package/dist/sdk-types/commerce/payments/commerce-entitlement.js +0 -0
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.d.ts +0 -77
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.js +0 -166
- package/dist/sdk-types/commerce/services/commerce-service-contract.d.ts +0 -247
- package/dist/sdk-types/commerce/services/commerce-service-contract.js +0 -0
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.d.ts +0 -233
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js +0 -0
- package/dist/seeds/runtime/local-capacity.d.ts +0 -65
- package/dist/seeds/runtime/local-capacity.js +0 -402
- package/dist/seeds/workspaces/gateway-contract-migration.d.ts +0 -31
- package/dist/seeds/workspaces/gateway-contract-migration.js +0 -176
- package/dist/seeds/workspaces/market-api-workspace.d.ts +0 -60
- package/dist/seeds/workspaces/market-api-workspace.js +0 -528
- /package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.js → templates/catalog/template-catalog-settings.js} +0 -0
- /package/dist/{api/types.js → sdk-types/control-plane/resource-requests.js} +0 -0
- /package/dist/{commerce/catalog → templates}/template-catalog.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.js +0 -0
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
export declare const PLATFORM_OPERATION_ENDPOINTS: {
|
|
2
|
-
readonly operations: "/v1/platform/operations";
|
|
3
|
-
readonly operation: (operationId: string) => string;
|
|
4
|
-
readonly operationEvents: (operationId: string) => string;
|
|
5
|
-
readonly cancelOperation: (operationId: string) => string;
|
|
6
|
-
readonly retryOperation: (operationId: string) => string;
|
|
7
|
-
readonly registerRunner: "/v1/platform/runners/register";
|
|
8
|
-
readonly heartbeatRunner: "/v1/platform/runners/heartbeat";
|
|
9
|
-
readonly claimJob: "/v1/platform/runners/jobs/claim";
|
|
10
|
-
readonly runnerJob: (operationId: string) => string;
|
|
11
|
-
readonly jobEvents: (operationId: string) => string;
|
|
12
|
-
readonly renewLeaseJob: (operationId: string) => string;
|
|
13
|
-
readonly checkpointJob: (operationId: string) => string;
|
|
14
|
-
readonly completeJob: (operationId: string) => string;
|
|
15
|
-
readonly failJob: (operationId: string) => string;
|
|
16
|
-
};
|
|
17
|
-
export declare const PLATFORM_OPERATION_SCOPES: readonly ["platform:runners:register", "platform:runners:claim", "platform:runners:update", "platform:operations:create", "platform:operations:read", "platform:operations:cancel", "platform:operations:retry", "platform:deploy:write", "platform:database:migrate"];
|
|
18
|
-
export declare const PLATFORM_OPERATION_NAMESPACES: readonly ["market", "deploy", "database", "seed", "infrastructure", "catalog"];
|
|
19
|
-
export declare const PLATFORM_OPERATION_STATUSES: readonly ["queued", "leased", "running", "waiting_for_approval", "succeeded", "failed", "cancelled"];
|
|
20
|
-
export declare const PLATFORM_OPERATION_TARGETS: readonly ["market_operations_runner", "github_actions", "cli", "railway_job"];
|
|
21
|
-
export type PlatformOperationScope = (typeof PLATFORM_OPERATION_SCOPES)[number];
|
|
22
|
-
export type PlatformOperationNamespace = (typeof PLATFORM_OPERATION_NAMESPACES)[number] | string;
|
|
23
|
-
export type PlatformOperationStatus = (typeof PLATFORM_OPERATION_STATUSES)[number] | string;
|
|
24
|
-
export type PlatformOperationTarget = (typeof PLATFORM_OPERATION_TARGETS)[number] | string;
|
|
25
|
-
export interface PlatformOperationRequestedBy {
|
|
26
|
-
type: 'user' | 'service' | 'team_api_key' | 'platform_runner' | string;
|
|
27
|
-
id?: string | null;
|
|
28
|
-
}
|
|
29
|
-
export interface PlatformOperation {
|
|
30
|
-
id: string;
|
|
31
|
-
namespace: PlatformOperationNamespace;
|
|
32
|
-
operation: string;
|
|
33
|
-
status: PlatformOperationStatus;
|
|
34
|
-
target: PlatformOperationTarget;
|
|
35
|
-
idempotencyKey?: string | null;
|
|
36
|
-
input: Record<string, unknown>;
|
|
37
|
-
output?: unknown;
|
|
38
|
-
error?: unknown;
|
|
39
|
-
requestedByType: string;
|
|
40
|
-
requestedById?: string | null;
|
|
41
|
-
assignedRunnerId?: string | null;
|
|
42
|
-
leaseExpiresAt?: string | null;
|
|
43
|
-
createdAt: string;
|
|
44
|
-
updatedAt: string;
|
|
45
|
-
startedAt?: string | null;
|
|
46
|
-
finishedAt?: string | null;
|
|
47
|
-
cancelledAt?: string | null;
|
|
48
|
-
}
|
|
49
|
-
export interface PlatformOperationEvent {
|
|
50
|
-
id: string;
|
|
51
|
-
operationId: string;
|
|
52
|
-
seq: number;
|
|
53
|
-
kind: string;
|
|
54
|
-
data: Record<string, unknown>;
|
|
55
|
-
createdAt: string;
|
|
56
|
-
}
|
|
57
|
-
export interface PlatformOperationInput {
|
|
58
|
-
namespace: PlatformOperationNamespace;
|
|
59
|
-
operation: string;
|
|
60
|
-
target?: PlatformOperationTarget;
|
|
61
|
-
idempotencyKey?: string | null;
|
|
62
|
-
input?: Record<string, unknown>;
|
|
63
|
-
requestedBy?: PlatformOperationRequestedBy;
|
|
64
|
-
status?: PlatformOperationStatus;
|
|
65
|
-
}
|
|
66
|
-
export interface PlatformOperationEventInput {
|
|
67
|
-
kind: string;
|
|
68
|
-
data?: Record<string, unknown>;
|
|
69
|
-
}
|
|
70
|
-
export interface PlatformRunnerRegistrationRequest {
|
|
71
|
-
runnerId: string;
|
|
72
|
-
runnerKey?: string;
|
|
73
|
-
name?: string;
|
|
74
|
-
environment: string;
|
|
75
|
-
version?: string;
|
|
76
|
-
capabilities?: string[];
|
|
77
|
-
maxConcurrentJobs?: number;
|
|
78
|
-
metadata?: Record<string, unknown>;
|
|
79
|
-
}
|
|
80
|
-
export interface PlatformRunnerHeartbeatRequest {
|
|
81
|
-
runnerId: string;
|
|
82
|
-
status?: 'online' | 'offline' | 'degraded' | string;
|
|
83
|
-
activeJobCount?: number;
|
|
84
|
-
maxConcurrentJobs?: number;
|
|
85
|
-
capabilities?: string[];
|
|
86
|
-
metadata?: Record<string, unknown>;
|
|
87
|
-
version?: string;
|
|
88
|
-
environment?: string;
|
|
89
|
-
}
|
|
90
|
-
export interface PlatformRunnerClaimRequest {
|
|
91
|
-
runnerId: string;
|
|
92
|
-
limit?: number;
|
|
93
|
-
leaseSeconds?: number;
|
|
94
|
-
operationId?: string;
|
|
95
|
-
namespaces?: string[];
|
|
96
|
-
capabilities?: string[];
|
|
97
|
-
}
|
|
98
|
-
export interface PlatformRunnerJobUpdateRequest {
|
|
99
|
-
runnerId: string;
|
|
100
|
-
output?: unknown;
|
|
101
|
-
error?: unknown;
|
|
102
|
-
event?: PlatformOperationEventInput;
|
|
103
|
-
}
|
|
104
|
-
export interface PlatformRunnerClientOptions {
|
|
105
|
-
marketUrl: string;
|
|
106
|
-
marketId: string;
|
|
107
|
-
runnerSecret: string;
|
|
108
|
-
fetchImpl?: typeof fetch;
|
|
109
|
-
userAgent?: string;
|
|
110
|
-
}
|
|
111
|
-
export interface PlatformOperationExecutorContext {
|
|
112
|
-
operation: PlatformOperation;
|
|
113
|
-
operationId: string;
|
|
114
|
-
workspaceRoot: string;
|
|
115
|
-
environment: string;
|
|
116
|
-
emit(event: PlatformOperationEventInput): Promise<void>;
|
|
117
|
-
checkpoint(output: unknown, event?: PlatformOperationEventInput): Promise<void>;
|
|
118
|
-
renewLease(leaseSeconds?: number): Promise<PlatformOperation>;
|
|
119
|
-
throwIfCancelled(): Promise<void>;
|
|
120
|
-
}
|
|
121
|
-
export interface PlatformOperationExecutor<TInput = Record<string, unknown>, TOutput = unknown> {
|
|
122
|
-
namespace: PlatformOperationNamespace;
|
|
123
|
-
operation: string;
|
|
124
|
-
run(input: TInput, context: PlatformOperationExecutorContext): Promise<TOutput>;
|
|
125
|
-
}
|
|
126
|
-
export interface PlatformOperationRunnerCoreClient {
|
|
127
|
-
claimJob(request: PlatformRunnerClaimRequest): Promise<{
|
|
128
|
-
ok: true;
|
|
129
|
-
operation: PlatformOperation | null;
|
|
130
|
-
}>;
|
|
131
|
-
getOperation?(operationId: string): Promise<{
|
|
132
|
-
ok: true;
|
|
133
|
-
operation: PlatformOperation;
|
|
134
|
-
}>;
|
|
135
|
-
appendEvent(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
136
|
-
ok: true;
|
|
137
|
-
event: PlatformOperationEvent;
|
|
138
|
-
}>;
|
|
139
|
-
renewLease?(operationId: string, request: PlatformRunnerJobUpdateRequest & {
|
|
140
|
-
leaseSeconds?: number;
|
|
141
|
-
}): Promise<{
|
|
142
|
-
ok: true;
|
|
143
|
-
operation: PlatformOperation;
|
|
144
|
-
}>;
|
|
145
|
-
checkpoint(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
146
|
-
ok: true;
|
|
147
|
-
operation: PlatformOperation;
|
|
148
|
-
}>;
|
|
149
|
-
complete(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
150
|
-
ok: true;
|
|
151
|
-
operation: PlatformOperation;
|
|
152
|
-
}>;
|
|
153
|
-
fail(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
154
|
-
ok: true;
|
|
155
|
-
operation: PlatformOperation;
|
|
156
|
-
}>;
|
|
157
|
-
cancel?(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
158
|
-
ok: true;
|
|
159
|
-
operation: PlatformOperation;
|
|
160
|
-
}>;
|
|
161
|
-
}
|
|
162
|
-
export interface PlatformOperationRunnerCoreOptions {
|
|
163
|
-
client: PlatformOperationRunnerCoreClient;
|
|
164
|
-
runnerId: string;
|
|
165
|
-
workspaceRoot: string;
|
|
166
|
-
environment: string;
|
|
167
|
-
executors: PlatformOperationExecutor[];
|
|
168
|
-
operationId?: string | null;
|
|
169
|
-
leaseSeconds?: number;
|
|
170
|
-
leaseRenewalIntervalMs?: number;
|
|
171
|
-
limit?: number;
|
|
172
|
-
throwIfCancelled?: (operation: PlatformOperation) => Promise<void>;
|
|
173
|
-
}
|
|
174
|
-
export interface PlatformOperationRunOnceResult {
|
|
175
|
-
ok: boolean;
|
|
176
|
-
claimed: boolean;
|
|
177
|
-
operation: PlatformOperation | null;
|
|
178
|
-
output?: unknown;
|
|
179
|
-
error?: unknown;
|
|
180
|
-
}
|
|
181
|
-
export interface PlatformOperationNavigationResult {
|
|
182
|
-
href: string | null;
|
|
183
|
-
changedPaths: string[];
|
|
184
|
-
branch: string | null;
|
|
185
|
-
commitSha: string | null;
|
|
186
|
-
}
|
|
187
|
-
export interface PlatformOperationPollOptions {
|
|
188
|
-
operationId: string;
|
|
189
|
-
fetchOperation(operationId: string): Promise<PlatformOperation>;
|
|
190
|
-
fetchEvents?(operationId: string): Promise<PlatformOperationEvent[]>;
|
|
191
|
-
onUpdate?(snapshot: {
|
|
192
|
-
operation: PlatformOperation;
|
|
193
|
-
events: PlatformOperationEvent[];
|
|
194
|
-
terminal: boolean;
|
|
195
|
-
}): void | Promise<void>;
|
|
196
|
-
intervalMs?: number;
|
|
197
|
-
timeoutMs?: number;
|
|
198
|
-
sleep?(ms: number): Promise<void>;
|
|
199
|
-
}
|
|
200
|
-
export interface PlatformOperationPollResult {
|
|
201
|
-
operation: PlatformOperation;
|
|
202
|
-
events: PlatformOperationEvent[];
|
|
203
|
-
terminal: boolean;
|
|
204
|
-
navigation: PlatformOperationNavigationResult;
|
|
205
|
-
}
|
|
206
|
-
export declare function buildPlatformRunnerAuthHeaders(secret: string): Record<string, string>;
|
|
207
|
-
export declare function isPlatformOperationTerminal(operation: Pick<PlatformOperation, 'status'> | null | undefined): boolean;
|
|
208
|
-
export declare function isPlatformOperationSuccessful(operation: Pick<PlatformOperation, 'status'> | null | undefined): boolean;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const PLATFORM_OPERATION_ENDPOINTS = {
|
|
2
|
-
operations: "/v1/platform/operations",
|
|
3
|
-
operation: (operationId) => `/v1/platform/operations/${encodeURIComponent(operationId)}`,
|
|
4
|
-
operationEvents: (operationId) => `/v1/platform/operations/${encodeURIComponent(operationId)}/events`,
|
|
5
|
-
cancelOperation: (operationId) => `/v1/platform/operations/${encodeURIComponent(operationId)}/cancel`,
|
|
6
|
-
retryOperation: (operationId) => `/v1/platform/operations/${encodeURIComponent(operationId)}/retry`,
|
|
7
|
-
registerRunner: "/v1/platform/runners/register",
|
|
8
|
-
heartbeatRunner: "/v1/platform/runners/heartbeat",
|
|
9
|
-
claimJob: "/v1/platform/runners/jobs/claim",
|
|
10
|
-
runnerJob: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}`,
|
|
11
|
-
jobEvents: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}/events`,
|
|
12
|
-
renewLeaseJob: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}/renew-lease`,
|
|
13
|
-
checkpointJob: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}/checkpoint`,
|
|
14
|
-
completeJob: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}/complete`,
|
|
15
|
-
failJob: (operationId) => `/v1/platform/runners/jobs/${encodeURIComponent(operationId)}/fail`
|
|
16
|
-
};
|
|
17
|
-
const PLATFORM_OPERATION_SCOPES = [
|
|
18
|
-
"platform:runners:register",
|
|
19
|
-
"platform:runners:claim",
|
|
20
|
-
"platform:runners:update",
|
|
21
|
-
"platform:operations:create",
|
|
22
|
-
"platform:operations:read",
|
|
23
|
-
"platform:operations:cancel",
|
|
24
|
-
"platform:operations:retry",
|
|
25
|
-
"platform:deploy:write",
|
|
26
|
-
"platform:database:migrate"
|
|
27
|
-
];
|
|
28
|
-
const PLATFORM_OPERATION_NAMESPACES = [
|
|
29
|
-
"market",
|
|
30
|
-
"deploy",
|
|
31
|
-
"database",
|
|
32
|
-
"seed",
|
|
33
|
-
"infrastructure",
|
|
34
|
-
"catalog"
|
|
35
|
-
];
|
|
36
|
-
const PLATFORM_OPERATION_STATUSES = [
|
|
37
|
-
"queued",
|
|
38
|
-
"leased",
|
|
39
|
-
"running",
|
|
40
|
-
"waiting_for_approval",
|
|
41
|
-
"succeeded",
|
|
42
|
-
"failed",
|
|
43
|
-
"cancelled"
|
|
44
|
-
];
|
|
45
|
-
const PLATFORM_OPERATION_TARGETS = [
|
|
46
|
-
"market_operations_runner",
|
|
47
|
-
"github_actions",
|
|
48
|
-
"cli",
|
|
49
|
-
"railway_job"
|
|
50
|
-
];
|
|
51
|
-
function buildPlatformRunnerAuthHeaders(secret) {
|
|
52
|
-
return {
|
|
53
|
-
authorization: `Bearer ${secret}`
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
function isPlatformOperationTerminal(operation) {
|
|
57
|
-
return ["succeeded", "failed", "cancelled"].includes(String(operation?.status ?? ""));
|
|
58
|
-
}
|
|
59
|
-
function isPlatformOperationSuccessful(operation) {
|
|
60
|
-
return String(operation?.status ?? "") === "succeeded";
|
|
61
|
-
}
|
|
62
|
-
export {
|
|
63
|
-
PLATFORM_OPERATION_ENDPOINTS,
|
|
64
|
-
PLATFORM_OPERATION_NAMESPACES,
|
|
65
|
-
PLATFORM_OPERATION_SCOPES,
|
|
66
|
-
PLATFORM_OPERATION_STATUSES,
|
|
67
|
-
PLATFORM_OPERATION_TARGETS,
|
|
68
|
-
buildPlatformRunnerAuthHeaders,
|
|
69
|
-
isPlatformOperationSuccessful,
|
|
70
|
-
isPlatformOperationTerminal
|
|
71
|
-
};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { PlatformOperation, PlatformOperationEvent, PlatformRunnerClaimRequest, PlatformRunnerClientOptions, PlatformRunnerHeartbeatRequest, PlatformRunnerJobUpdateRequest, PlatformRunnerRegistrationRequest } from './platform-operation-endpoints.js';
|
|
2
|
-
export declare class PlatformRunnerClient {
|
|
3
|
-
private readonly marketUrl;
|
|
4
|
-
private readonly marketId;
|
|
5
|
-
private readonly runnerSecret;
|
|
6
|
-
private readonly fetchImpl;
|
|
7
|
-
private readonly userAgent?;
|
|
8
|
-
constructor(options: PlatformRunnerClientOptions);
|
|
9
|
-
private requestJson;
|
|
10
|
-
register(request: PlatformRunnerRegistrationRequest): Promise<{
|
|
11
|
-
ok: true;
|
|
12
|
-
runner: Record<string, unknown>;
|
|
13
|
-
}>;
|
|
14
|
-
heartbeat(request: PlatformRunnerHeartbeatRequest): Promise<{
|
|
15
|
-
ok: true;
|
|
16
|
-
runner: Record<string, unknown>;
|
|
17
|
-
}>;
|
|
18
|
-
claimJob(request: PlatformRunnerClaimRequest): Promise<{
|
|
19
|
-
ok: true;
|
|
20
|
-
operation: PlatformOperation | null;
|
|
21
|
-
}>;
|
|
22
|
-
getOperation(operationId: string): Promise<{
|
|
23
|
-
ok: true;
|
|
24
|
-
operation: PlatformOperation;
|
|
25
|
-
}>;
|
|
26
|
-
appendEvent(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
27
|
-
ok: true;
|
|
28
|
-
event: PlatformOperationEvent;
|
|
29
|
-
}>;
|
|
30
|
-
renewLease(operationId: string, request: PlatformRunnerJobUpdateRequest & {
|
|
31
|
-
leaseSeconds?: number;
|
|
32
|
-
}): Promise<{
|
|
33
|
-
ok: true;
|
|
34
|
-
operation: PlatformOperation;
|
|
35
|
-
}>;
|
|
36
|
-
checkpoint(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
37
|
-
ok: true;
|
|
38
|
-
operation: PlatformOperation;
|
|
39
|
-
}>;
|
|
40
|
-
complete(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
41
|
-
ok: true;
|
|
42
|
-
operation: PlatformOperation;
|
|
43
|
-
}>;
|
|
44
|
-
fail(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
45
|
-
ok: true;
|
|
46
|
-
operation: PlatformOperation;
|
|
47
|
-
}>;
|
|
48
|
-
cancel(operationId: string, request: PlatformRunnerJobUpdateRequest): Promise<{
|
|
49
|
-
ok: true;
|
|
50
|
-
operation: PlatformOperation;
|
|
51
|
-
}>;
|
|
52
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
REMOTE_CONTRACT_HEADER,
|
|
3
|
-
REMOTE_CONTRACT_VERSION
|
|
4
|
-
} from "../entrypoints/clients/remote.js";
|
|
5
|
-
import { PlatformOperationApiError, assertPlatformOperation, assertPlatformOperationEvent, assertPlatformOperationOkEnvelope, isRecord, normalizeBaseUrl } from "./nested-record.js";
|
|
6
|
-
import { PLATFORM_OPERATION_ENDPOINTS, buildPlatformRunnerAuthHeaders } from "./platform-operation-endpoints.js";
|
|
7
|
-
class PlatformRunnerClient {
|
|
8
|
-
marketUrl;
|
|
9
|
-
marketId;
|
|
10
|
-
runnerSecret;
|
|
11
|
-
fetchImpl;
|
|
12
|
-
userAgent;
|
|
13
|
-
constructor(options) {
|
|
14
|
-
this.marketUrl = normalizeBaseUrl(options.marketUrl);
|
|
15
|
-
this.marketId = options.marketId.trim();
|
|
16
|
-
this.runnerSecret = options.runnerSecret.trim();
|
|
17
|
-
if (!this.marketUrl) throw new Error("API URL is required.");
|
|
18
|
-
if (!this.marketId) throw new Error("Market ID is required.");
|
|
19
|
-
if (!this.runnerSecret) throw new Error("Platform runner secret is required.");
|
|
20
|
-
this.fetchImpl = options.fetchImpl ?? fetch;
|
|
21
|
-
this.userAgent = options.userAgent;
|
|
22
|
-
}
|
|
23
|
-
async requestJson(path, options = {}) {
|
|
24
|
-
const headers = {
|
|
25
|
-
accept: "application/json",
|
|
26
|
-
[REMOTE_CONTRACT_HEADER]: String(REMOTE_CONTRACT_VERSION),
|
|
27
|
-
...buildPlatformRunnerAuthHeaders(this.runnerSecret)
|
|
28
|
-
};
|
|
29
|
-
if (this.userAgent) headers["user-agent"] = this.userAgent;
|
|
30
|
-
if (options.body !== void 0) headers["content-type"] = "application/json";
|
|
31
|
-
const response = await this.fetchImpl(`${this.marketUrl}${path}`, {
|
|
32
|
-
method: options.method ?? "GET",
|
|
33
|
-
headers,
|
|
34
|
-
body: options.body === void 0 ? void 0 : JSON.stringify(options.body)
|
|
35
|
-
});
|
|
36
|
-
const payload = await response.json().catch(() => ({}));
|
|
37
|
-
if (!response.ok) {
|
|
38
|
-
const message = isRecord(payload) && typeof payload.error === "string" ? payload.error : `Platform operation request failed with ${response.status}.`;
|
|
39
|
-
throw new PlatformOperationApiError(message, response.status, payload);
|
|
40
|
-
}
|
|
41
|
-
return payload;
|
|
42
|
-
}
|
|
43
|
-
register(request) {
|
|
44
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.registerRunner, {
|
|
45
|
-
method: "POST",
|
|
46
|
-
body: { ...request, marketId: this.marketId }
|
|
47
|
-
}).then((response) => {
|
|
48
|
-
assertPlatformOperationOkEnvelope(response, "Platform runner registration response");
|
|
49
|
-
return response;
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
heartbeat(request) {
|
|
53
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.heartbeatRunner, {
|
|
54
|
-
method: "POST",
|
|
55
|
-
body: { ...request, marketId: this.marketId }
|
|
56
|
-
}).then((response) => {
|
|
57
|
-
assertPlatformOperationOkEnvelope(response, "Platform runner heartbeat response");
|
|
58
|
-
return response;
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
claimJob(request) {
|
|
62
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.claimJob, {
|
|
63
|
-
method: "POST",
|
|
64
|
-
body: { ...request, marketId: this.marketId }
|
|
65
|
-
}).then((response) => {
|
|
66
|
-
assertPlatformOperationOkEnvelope(response, "Platform runner claim response");
|
|
67
|
-
if (response.operation !== null) assertPlatformOperation(response.operation, "Claimed platform operation");
|
|
68
|
-
return response;
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
getOperation(operationId) {
|
|
72
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.runnerJob(operationId), {
|
|
73
|
-
method: "GET"
|
|
74
|
-
}).then((response) => {
|
|
75
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation response");
|
|
76
|
-
assertPlatformOperation(response.operation);
|
|
77
|
-
return response;
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
appendEvent(operationId, request) {
|
|
81
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.jobEvents(operationId), {
|
|
82
|
-
method: "POST",
|
|
83
|
-
body: { ...request, marketId: this.marketId }
|
|
84
|
-
}).then((response) => {
|
|
85
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation event response");
|
|
86
|
-
assertPlatformOperationEvent(response.event);
|
|
87
|
-
return response;
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
renewLease(operationId, request) {
|
|
91
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.renewLeaseJob(operationId), {
|
|
92
|
-
method: "POST",
|
|
93
|
-
body: { ...request, marketId: this.marketId }
|
|
94
|
-
}).then((response) => {
|
|
95
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation lease renewal response");
|
|
96
|
-
assertPlatformOperation(response.operation);
|
|
97
|
-
return response;
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
checkpoint(operationId, request) {
|
|
101
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.checkpointJob(operationId), {
|
|
102
|
-
method: "POST",
|
|
103
|
-
body: { ...request, marketId: this.marketId }
|
|
104
|
-
}).then((response) => {
|
|
105
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation checkpoint response");
|
|
106
|
-
assertPlatformOperation(response.operation);
|
|
107
|
-
return response;
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
complete(operationId, request) {
|
|
111
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.completeJob(operationId), {
|
|
112
|
-
method: "POST",
|
|
113
|
-
body: { ...request, marketId: this.marketId }
|
|
114
|
-
}).then((response) => {
|
|
115
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation completion response");
|
|
116
|
-
assertPlatformOperation(response.operation);
|
|
117
|
-
return response;
|
|
118
|
-
});
|
|
119
|
-
}
|
|
120
|
-
fail(operationId, request) {
|
|
121
|
-
return this.requestJson(PLATFORM_OPERATION_ENDPOINTS.failJob(operationId), {
|
|
122
|
-
method: "POST",
|
|
123
|
-
body: { ...request, marketId: this.marketId }
|
|
124
|
-
}).then((response) => {
|
|
125
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation failure response");
|
|
126
|
-
assertPlatformOperation(response.operation);
|
|
127
|
-
return response;
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
cancel(operationId, request) {
|
|
131
|
-
return this.requestJson(`${PLATFORM_OPERATION_ENDPOINTS.runnerJob(operationId)}/cancel`, {
|
|
132
|
-
method: "POST",
|
|
133
|
-
body: { ...request, marketId: this.marketId }
|
|
134
|
-
}).then((response) => {
|
|
135
|
-
assertPlatformOperationOkEnvelope(response, "Platform operation cancellation response");
|
|
136
|
-
assertPlatformOperation(response.operation);
|
|
137
|
-
return response;
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
export {
|
|
142
|
-
PlatformRunnerClient
|
|
143
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { ProviderProtocolClient, type CapacityProviderPrivateJwk } from '../../../capacity/providers/capacity-provider.js';
|
|
2
|
-
import { MarketClient } from '../../../entrypoints/clients/market-client.js';
|
|
3
|
-
export declare function describeCapacityAcceptanceError(error: unknown): string;
|
|
4
|
-
export declare function completeCapacityAcceptanceWorkdayRun(input: {
|
|
5
|
-
adminClient: MarketClient;
|
|
6
|
-
teamId: string;
|
|
7
|
-
workdayRunId: string;
|
|
8
|
-
}): Promise<any>;
|
|
9
|
-
export declare function closeCapacityAcceptanceAvailabilitySession(input: {
|
|
10
|
-
apiUrl: string;
|
|
11
|
-
runId: string;
|
|
12
|
-
sessionId: string;
|
|
13
|
-
fetchImpl: typeof fetch;
|
|
14
|
-
providerClient: ProviderProtocolClient;
|
|
15
|
-
provisionedRuntime: {
|
|
16
|
-
privateJwk: CapacityProviderPrivateJwk;
|
|
17
|
-
credentialId: string;
|
|
18
|
-
membershipCredential: string;
|
|
19
|
-
} | null;
|
|
20
|
-
}): Promise<void>;
|
|
21
|
-
export declare function verifyCapacityAcceptanceCleanup(input: {
|
|
22
|
-
adminClient: MarketClient;
|
|
23
|
-
teamId: string;
|
|
24
|
-
membershipId: string;
|
|
25
|
-
providerId: string;
|
|
26
|
-
grantId: string;
|
|
27
|
-
workdayId: string;
|
|
28
|
-
workdayRunId: string;
|
|
29
|
-
sessionId: string;
|
|
30
|
-
}): Promise<void>;
|
|
31
|
-
export declare function cleanupCapacityAssignmentProof(input: {
|
|
32
|
-
adminClient: MarketClient;
|
|
33
|
-
providerClient: ProviderProtocolClient;
|
|
34
|
-
apiUrl: string;
|
|
35
|
-
runId: string;
|
|
36
|
-
teamId: string;
|
|
37
|
-
membershipId: string;
|
|
38
|
-
providerId: string;
|
|
39
|
-
grantId: string;
|
|
40
|
-
workdayId: string;
|
|
41
|
-
workdayRunId: string;
|
|
42
|
-
sessionId: string;
|
|
43
|
-
completedAssignmentId: string;
|
|
44
|
-
provisionedRuntime: {
|
|
45
|
-
privateJwk: CapacityProviderPrivateJwk;
|
|
46
|
-
credentialId: string;
|
|
47
|
-
membershipCredential: string;
|
|
48
|
-
} | null;
|
|
49
|
-
cleanupCapacityCompetition: (() => Promise<unknown>) | null;
|
|
50
|
-
cleanupProvisionedProvider: (() => Promise<unknown>) | null;
|
|
51
|
-
cleanupGovernanceProof: (() => Promise<unknown>) | null;
|
|
52
|
-
cleanupLocalScope: (() => Promise<unknown>) | null;
|
|
53
|
-
assignmentError: unknown;
|
|
54
|
-
fetchImpl: typeof fetch;
|
|
55
|
-
}): Promise<void>;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
capacityProviderPublicIdentity,
|
|
3
|
-
ProviderProtocolClient,
|
|
4
|
-
signCapacityProviderProof
|
|
5
|
-
} from "../../../capacity/providers/capacity-provider.js";
|
|
6
|
-
import { assertRevokedCapacityProviderAccess } from "./live-acceptance-capacity-guards.js";
|
|
7
|
-
const TERMINAL_WORKDAY_RUN_STATUSES = /* @__PURE__ */ new Set(["completed", "cancelled", "failed", "degraded"]);
|
|
8
|
-
function describeCapacityAcceptanceError(error) {
|
|
9
|
-
if (!(error instanceof Error)) return String(error);
|
|
10
|
-
if (!(error instanceof AggregateError) || error.errors.length === 0) return error.message;
|
|
11
|
-
return `${error.message} [${error.errors.map(describeCapacityAcceptanceError).join("; ")}]`;
|
|
12
|
-
}
|
|
13
|
-
async function completeCapacityAcceptanceWorkdayRun(input) {
|
|
14
|
-
const observed = await input.adminClient.workdayRun(input.teamId, input.workdayRunId);
|
|
15
|
-
const status = String(observed.payload.run.status ?? "");
|
|
16
|
-
if (TERMINAL_WORKDAY_RUN_STATUSES.has(status)) return observed.payload.run;
|
|
17
|
-
const completed = await input.adminClient.updateWorkdayRun(input.teamId, input.workdayRunId, { status: "completed" });
|
|
18
|
-
return completed.payload;
|
|
19
|
-
}
|
|
20
|
-
async function closeCapacityAcceptanceAvailabilitySession(input) {
|
|
21
|
-
if (!input.provisionedRuntime) {
|
|
22
|
-
await input.providerClient.closeAvailabilitySession(input.sessionId);
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
const accessKey = `capacity-acceptance:${input.runId}:cleanup-access:${Date.now()}`;
|
|
26
|
-
const proof = await signCapacityProviderProof({
|
|
27
|
-
privateJwk: input.provisionedRuntime.privateJwk,
|
|
28
|
-
publicJwk: capacityProviderPublicIdentity(input.provisionedRuntime.privateJwk),
|
|
29
|
-
method: "POST",
|
|
30
|
-
path: "/v1/provider/access-tokens",
|
|
31
|
-
audience: input.apiUrl,
|
|
32
|
-
body: { credentialId: input.provisionedRuntime.credentialId, idempotencyKey: accessKey }
|
|
33
|
-
});
|
|
34
|
-
const access = await new ProviderProtocolClient({ marketUrl: input.apiUrl, fetchImpl: input.fetchImpl }).issueAccessToken(
|
|
35
|
-
input.provisionedRuntime.membershipCredential,
|
|
36
|
-
input.provisionedRuntime.credentialId,
|
|
37
|
-
proof,
|
|
38
|
-
accessKey
|
|
39
|
-
);
|
|
40
|
-
await new ProviderProtocolClient({
|
|
41
|
-
marketUrl: input.apiUrl,
|
|
42
|
-
accessToken: access.accessToken,
|
|
43
|
-
fetchImpl: input.fetchImpl
|
|
44
|
-
}).closeAvailabilitySession(input.sessionId);
|
|
45
|
-
}
|
|
46
|
-
async function verifyCapacityAcceptanceCleanup(input) {
|
|
47
|
-
const [membership, grant, workday, workdayRun, openSessions] = await Promise.all([
|
|
48
|
-
input.adminClient.capacityProviderMembership(input.teamId, input.membershipId),
|
|
49
|
-
input.grantId ? input.adminClient.capacityGrant(input.teamId, input.grantId) : Promise.resolve(null),
|
|
50
|
-
input.workdayId ? input.adminClient.workday(input.workdayId) : Promise.resolve(null),
|
|
51
|
-
input.workdayRunId ? input.adminClient.workdayRun(input.teamId, input.workdayRunId) : Promise.resolve(null),
|
|
52
|
-
input.adminClient.providerAvailabilitySessions(input.teamId, { providerId: input.providerId, status: "open", limit: 100 })
|
|
53
|
-
]);
|
|
54
|
-
if (membership.payload.status !== "revoked") throw new Error(`membership status is ${membership.payload.status}`);
|
|
55
|
-
if (grant && grant.payload.status !== "revoked") throw new Error(`grant status is ${String(grant.payload.status)}`);
|
|
56
|
-
if (workday && workday.payload.status !== "completed") throw new Error(`workday status is ${String(workday.payload.status)}`);
|
|
57
|
-
if (workdayRun && !TERMINAL_WORKDAY_RUN_STATUSES.has(String(workdayRun.payload.run.status))) {
|
|
58
|
-
throw new Error(`workday run status is ${String(workdayRun.payload.run.status)}`);
|
|
59
|
-
}
|
|
60
|
-
if (openSessions.payload.items.some((entry) => entry.id === input.sessionId)) throw new Error("availability session remains open");
|
|
61
|
-
}
|
|
62
|
-
async function cleanupCapacityAssignmentProof(input) {
|
|
63
|
-
const errors = [];
|
|
64
|
-
const cleanup = async (label, operation) => {
|
|
65
|
-
try {
|
|
66
|
-
await operation();
|
|
67
|
-
} catch (error) {
|
|
68
|
-
errors.push(`${label}: ${describeCapacityAcceptanceError(error)}`);
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
if (input.workdayRunId) await cleanup("complete workday run", () => completeCapacityAcceptanceWorkdayRun(input));
|
|
72
|
-
if (input.workdayId) await cleanup("complete workday", () => input.adminClient.completeWorkday(input.workdayId, `capacity-acceptance:${input.runId}:workday-complete`));
|
|
73
|
-
if (input.sessionId) await cleanup("close availability session", () => closeCapacityAcceptanceAvailabilitySession(input));
|
|
74
|
-
if (input.grantId) await cleanup("revoke capacity grant", () => input.adminClient.transitionCapacityGrant(input.teamId, input.grantId, "revoke", `capacity-acceptance:${input.runId}:grant-revoke`));
|
|
75
|
-
if (input.cleanupCapacityCompetition) await cleanup("delete capacity competition resources", input.cleanupCapacityCompetition);
|
|
76
|
-
if (input.cleanupProvisionedProvider) await cleanup("revoke provider membership", input.cleanupProvisionedProvider);
|
|
77
|
-
if (input.cleanupGovernanceProof) await cleanup("delete governance acceptance team", input.cleanupGovernanceProof);
|
|
78
|
-
if (input.cleanupProvisionedProvider && input.completedAssignmentId) {
|
|
79
|
-
await cleanup("verify revoked provider access", () => assertRevokedCapacityProviderAccess({
|
|
80
|
-
providerClient: input.providerClient,
|
|
81
|
-
assignmentId: input.completedAssignmentId
|
|
82
|
-
}));
|
|
83
|
-
}
|
|
84
|
-
if (!errors.length && input.cleanupProvisionedProvider) {
|
|
85
|
-
await cleanup("verify terminal cleanup", () => verifyCapacityAcceptanceCleanup(input));
|
|
86
|
-
}
|
|
87
|
-
if (input.cleanupLocalScope) await cleanup("delete isolated capacity acceptance team", input.cleanupLocalScope);
|
|
88
|
-
if (!errors.length) return;
|
|
89
|
-
if (input.assignmentError) {
|
|
90
|
-
throw new AggregateError(
|
|
91
|
-
[input.assignmentError, ...errors.map((message) => new Error(message))],
|
|
92
|
-
`Capacity acceptance execution failed: ${describeCapacityAcceptanceError(input.assignmentError)}; cleanup also failed: ${errors.join("; ")}`
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
throw new Error(`Capacity acceptance cleanup failed: ${errors.join("; ")}`);
|
|
96
|
-
}
|
|
97
|
-
export {
|
|
98
|
-
cleanupCapacityAssignmentProof,
|
|
99
|
-
closeCapacityAcceptanceAvailabilitySession,
|
|
100
|
-
completeCapacityAcceptanceWorkdayRun,
|
|
101
|
-
describeCapacityAcceptanceError,
|
|
102
|
-
verifyCapacityAcceptanceCleanup
|
|
103
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { MarketClient } from '../../../entrypoints/clients/market-client.js';
|
|
2
|
-
import type { CapacityGovernanceRuntimeConnection } from './live-acceptance-capacity-governance.js';
|
|
3
|
-
export interface CapacityCompetitionRuntimeConnection extends CapacityGovernanceRuntimeConnection {
|
|
4
|
-
projectId: string;
|
|
5
|
-
providerSessionId: string;
|
|
6
|
-
providerSessionSequence: number;
|
|
7
|
-
assignmentId: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function provisionLocalCapacityCompetition(input: {
|
|
10
|
-
adminClient: MarketClient;
|
|
11
|
-
apiUrl: string;
|
|
12
|
-
runId: string;
|
|
13
|
-
runtime: CapacityGovernanceRuntimeConnection;
|
|
14
|
-
fetchImpl: typeof fetch;
|
|
15
|
-
}): Promise<{
|
|
16
|
-
connection: {
|
|
17
|
-
projectId: string;
|
|
18
|
-
providerSessionId: string;
|
|
19
|
-
providerSessionSequence: number;
|
|
20
|
-
assignmentId: string;
|
|
21
|
-
teamId: string;
|
|
22
|
-
providerId: string;
|
|
23
|
-
membershipId: string;
|
|
24
|
-
credentialId: string;
|
|
25
|
-
membershipCredential: string;
|
|
26
|
-
providerAccessToken: string;
|
|
27
|
-
};
|
|
28
|
-
cleanup: () => Promise<void>;
|
|
29
|
-
}>;
|