@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,6 +1,6 @@
|
|
|
1
1
|
export * from "../config-runtime/accounts/ensure-secret-session-for-config.js";
|
|
2
2
|
export * from "../config-runtime/agents/ensure-act-verification-tooling.js";
|
|
3
|
-
export * from "../config-runtime/
|
|
3
|
+
export * from "../config-runtime/templates/catalog/template-catalog-settings.js";
|
|
4
4
|
export * from "../config-runtime/configuration/create-default-machine-config.js";
|
|
5
5
|
export * from "../config-runtime/configuration/create-git-hub-config-sync-units.js";
|
|
6
6
|
export * from "../config-runtime/configuration/configuration-generation.js";
|
|
@@ -72,7 +72,7 @@ export declare function defaultStateFromConfig(deployConfig: any, target: any):
|
|
|
72
72
|
hosting: {
|
|
73
73
|
kind: any;
|
|
74
74
|
registration: any;
|
|
75
|
-
|
|
75
|
+
controlPlaneBaseUrl: string | null;
|
|
76
76
|
teamId: string;
|
|
77
77
|
projectId: string;
|
|
78
78
|
};
|
|
@@ -82,7 +82,7 @@ export declare function defaultStateFromConfig(deployConfig: any, target: any):
|
|
|
82
82
|
runtime: {
|
|
83
83
|
mode: any;
|
|
84
84
|
registration: any;
|
|
85
|
-
|
|
85
|
+
controlPlaneBaseUrl: string | null;
|
|
86
86
|
teamId: string;
|
|
87
87
|
projectId: string;
|
|
88
88
|
};
|
|
@@ -2,7 +2,7 @@ import { randomBytes } from "node:crypto";
|
|
|
2
2
|
import {
|
|
3
3
|
normalizeRailwayEnvironmentName
|
|
4
4
|
} from "../../hosting/railway/railway-api.js";
|
|
5
|
-
import { resolveConfiguredContentBucketBinding, resolveConfiguredContentBucketName, resolveConfiguredContentPublicBaseUrl,
|
|
5
|
+
import { resolveConfiguredContentBucketBinding, resolveConfiguredContentBucketName, resolveConfiguredContentPublicBaseUrl, resolveConfiguredControlPlaneBaseUrl, resolveConfiguredPagesProjectName } from "../hosting/assert-cloudflare-cache-purge-succeeded.js";
|
|
6
6
|
import { configuredSurfaceHosts, envValue, environmentScopedIdentityName, resolveContentKeyTemplate, scopeFromTarget, sharedDeploymentName, targetWorkerName, targetWorkersDevUrl } from "../hosting/configured-surface-hosts.js";
|
|
7
7
|
import { MANAGED_SERVICE_KEYS, TRESEED_ENVELOPE_SCHEMA_GENERATION, TRESEED_MIGRATION_WAVE_ID, TRESEED_SUPPORTED_PAYLOAD_RANGE, envOrNull, resolveConfiguredSurfaceBaseUrl, resolveResourceIdentity, sanitizeSegment } from "../support/default-compatibility-date.js";
|
|
8
8
|
const LOCAL_RUNTIME_AUTH_ENV_KEYS = [
|
|
@@ -140,7 +140,7 @@ function defaultStateFromConfig(deployConfig, target) {
|
|
|
140
140
|
hosting: {
|
|
141
141
|
kind: deployConfig.hosting?.kind ?? "self_hosted_project",
|
|
142
142
|
registration: deployConfig.hosting?.registration ?? "none",
|
|
143
|
-
|
|
143
|
+
controlPlaneBaseUrl: resolveConfiguredControlPlaneBaseUrl(deployConfig, target) || null,
|
|
144
144
|
teamId: identity.teamId,
|
|
145
145
|
projectId: identity.projectId
|
|
146
146
|
},
|
|
@@ -150,7 +150,7 @@ function defaultStateFromConfig(deployConfig, target) {
|
|
|
150
150
|
runtime: {
|
|
151
151
|
mode: deployConfig.runtime?.mode ?? "none",
|
|
152
152
|
registration: deployConfig.runtime?.registration ?? "none",
|
|
153
|
-
|
|
153
|
+
controlPlaneBaseUrl: resolveConfiguredControlPlaneBaseUrl(deployConfig, target) || null,
|
|
154
154
|
teamId: identity.teamId,
|
|
155
155
|
projectId: identity.projectId
|
|
156
156
|
},
|
package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts
CHANGED
|
@@ -95,7 +95,6 @@ export declare function normalizeConfiguredBaseUrl(value: any): string | null;
|
|
|
95
95
|
export declare function domainBaseUrl(domain: any): string | null;
|
|
96
96
|
export declare function targetEnvironmentKey(target: any): any;
|
|
97
97
|
export declare function resolveConfiguredApiConnectionBaseUrl(deployConfig: any, target: any): string | null;
|
|
98
|
-
export declare function resolveConfiguredMarketBaseUrl(deployConfig: any, target: any): string;
|
|
99
98
|
export declare function resolveConfiguredControlPlaneBaseUrl(deployConfig: any, target: any): string | null;
|
|
100
99
|
export declare function resolveConfiguredPagesProjectName(deployConfig: any): any;
|
|
101
100
|
export declare function resolveConfiguredContentBucketBinding(deployConfig: any): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveWebCachePolicy } from "../../../../platform/hosting/deploy-config.js";
|
|
2
2
|
import { buildProvisioningSummary, safeUrl } from "../projects/projects-core/ensure-pages-project-compatibility.js";
|
|
3
|
-
import {
|
|
3
|
+
import { envOrNull, loadTenantDeployConfig, resolveResourceIdentity } from "../support/default-compatibility-date.js";
|
|
4
4
|
import { purgeCloudflareCacheByUrls, purgeCloudflareCacheEverythingByHosts } from "./build-managed-cloudflare-cache-rules.js";
|
|
5
5
|
import { createPersistentDeployTarget, normalizeTarget, sharedDeploymentName } from "./configured-surface-hosts.js";
|
|
6
6
|
import { loadDeployState, writeDeployState } from "./load-deploy-state.js";
|
|
@@ -151,11 +151,7 @@ function resolveConfiguredApiConnectionBaseUrl(deployConfig, target) {
|
|
|
151
151
|
}
|
|
152
152
|
return normalizeConfiguredBaseUrl(deployConfig.connections?.api?.environments?.[scope]?.baseUrl) ?? domainBaseUrl(deployConfig.connections?.api?.environments?.[scope]?.domain);
|
|
153
153
|
}
|
|
154
|
-
function resolveConfiguredMarketBaseUrl(deployConfig, target) {
|
|
155
|
-
return normalizeConfiguredBaseUrl(deployConfig.market?.baseUrl) ?? envOrNull("TREESEED_MARKET_API_BASE_URL") ?? DEFAULT_MARKET_BASE_URL;
|
|
156
|
-
}
|
|
157
154
|
function resolveConfiguredControlPlaneBaseUrl(deployConfig, target) {
|
|
158
|
-
if (deployConfig.controlPlane?.mode === "market-passthrough") return resolveConfiguredMarketBaseUrl(deployConfig, target);
|
|
159
155
|
const scope = targetEnvironmentKey(target);
|
|
160
156
|
return normalizeConfiguredBaseUrl(deployConfig.controlPlane?.baseUrl) ?? resolveConfiguredApiConnectionBaseUrl(deployConfig, target) ?? (scope === "local" ? normalizeConfiguredBaseUrl(deployConfig.surfaces?.api?.localBaseUrl) : normalizeConfiguredBaseUrl(deployConfig.surfaces?.api?.environments?.[scope]?.baseUrl) ?? domainBaseUrl(deployConfig.surfaces?.api?.environments?.[scope]?.domain)) ?? normalizeConfiguredBaseUrl(deployConfig.surfaces?.api?.publicBaseUrl) ?? envOrNull("TREESEED_API_BASE_URL");
|
|
161
157
|
}
|
|
@@ -208,7 +204,6 @@ export {
|
|
|
208
204
|
resolveConfiguredContentBucketName,
|
|
209
205
|
resolveConfiguredContentPublicBaseUrl,
|
|
210
206
|
resolveConfiguredControlPlaneBaseUrl,
|
|
211
|
-
resolveConfiguredMarketBaseUrl,
|
|
212
207
|
resolveConfiguredPagesProjectName,
|
|
213
208
|
resolveSourcePagePurgeUrls,
|
|
214
209
|
targetEnvironmentKey
|
|
@@ -46,9 +46,7 @@ export declare function buildPublicVars(deployConfig: any, options?: {}): {
|
|
|
46
46
|
TREESEED_HUB_MODE: any;
|
|
47
47
|
TREESEED_RUNTIME_MODE: any;
|
|
48
48
|
TREESEED_RUNTIME_REGISTRATION: any;
|
|
49
|
-
TREESEED_MARKET_API_BASE_URL: string;
|
|
50
49
|
TREESEED_API_BASE_URL: string | null;
|
|
51
|
-
TREESEED_CATALOG_MARKET_API_BASE_URLS: string;
|
|
52
50
|
TREESEED_HOSTING_TEAM_ID: string;
|
|
53
51
|
TREESEED_PROJECT_DOMAINS: any;
|
|
54
52
|
TREESEED_PROJECT_ID: string;
|
|
@@ -2,7 +2,7 @@ import { existsSync, readFileSync } from "node:fs";
|
|
|
2
2
|
import { relative, resolve } from "node:path";
|
|
3
3
|
import { resolveWebCachePolicy } from "../../../../platform/hosting/deploy-config.js";
|
|
4
4
|
import { envOrNull, GENERATED_ROOT, PERSISTENT_SCOPES, primaryHost, resolveConfiguredSurfaceDomain, resolveResourceIdentity, sanitizeSegment, STATE_ROOT, WORKTREE_METADATA_RELATIVE_PATH } from "../support/default-compatibility-date.js";
|
|
5
|
-
import { resolveConfiguredControlPlaneBaseUrl, resolveConfiguredContentBucketName, resolveConfiguredContentPublicBaseUrl
|
|
5
|
+
import { resolveConfiguredControlPlaneBaseUrl, resolveConfiguredContentBucketName, resolveConfiguredContentPublicBaseUrl } from "./assert-cloudflare-cache-purge-succeeded.js";
|
|
6
6
|
function configuredSurfaceHosts(deployConfig, target, surface) {
|
|
7
7
|
const hosts = [
|
|
8
8
|
resolveConfiguredSurfaceDomain(deployConfig, target, surface),
|
|
@@ -144,9 +144,7 @@ function buildPublicVars(deployConfig, options = {}) {
|
|
|
144
144
|
TREESEED_HUB_MODE: deployConfig.hub?.mode ?? "treeseed_hosted",
|
|
145
145
|
TREESEED_RUNTIME_MODE: deployConfig.runtime?.mode ?? "none",
|
|
146
146
|
TREESEED_RUNTIME_REGISTRATION: deployConfig.runtime?.registration ?? "none",
|
|
147
|
-
TREESEED_MARKET_API_BASE_URL: resolveConfiguredMarketBaseUrl(deployConfig, target),
|
|
148
147
|
TREESEED_API_BASE_URL: resolveConfiguredControlPlaneBaseUrl(deployConfig, target),
|
|
149
|
-
TREESEED_CATALOG_MARKET_API_BASE_URLS: resolveConfiguredMarketBaseUrl(deployConfig, target) ?? envOrNull("TREESEED_CATALOG_MARKET_API_BASE_URLS"),
|
|
150
148
|
TREESEED_HOSTING_TEAM_ID: contentDefaultTeamId,
|
|
151
149
|
TREESEED_PROJECT_DOMAINS: projectDomain ?? "",
|
|
152
150
|
TREESEED_PROJECT_ID: identity.projectId,
|
|
@@ -90,7 +90,7 @@ function loadDeployState(tenantRoot, deployConfig, options = {}) {
|
|
|
90
90
|
...persisted.hosting ?? {},
|
|
91
91
|
kind: defaults.hosting?.kind ?? persisted.hosting?.kind ?? "self_hosted_project",
|
|
92
92
|
registration: defaults.hosting?.registration ?? persisted.hosting?.registration ?? "none",
|
|
93
|
-
|
|
93
|
+
controlPlaneBaseUrl: defaults.hosting?.controlPlaneBaseUrl ?? persisted.hosting?.controlPlaneBaseUrl ?? null,
|
|
94
94
|
teamId: defaults.hosting?.teamId ?? persisted.hosting?.teamId ?? defaults.identity?.teamId,
|
|
95
95
|
projectId: defaults.hosting?.projectId ?? persisted.hosting?.projectId ?? defaults.identity?.projectId
|
|
96
96
|
},
|
|
@@ -104,7 +104,7 @@ function loadDeployState(tenantRoot, deployConfig, options = {}) {
|
|
|
104
104
|
...persisted.runtime ?? {},
|
|
105
105
|
mode: defaults.runtime?.mode ?? persisted.runtime?.mode ?? "none",
|
|
106
106
|
registration: defaults.runtime?.registration ?? persisted.runtime?.registration ?? "none",
|
|
107
|
-
|
|
107
|
+
controlPlaneBaseUrl: defaults.runtime?.controlPlaneBaseUrl ?? persisted.runtime?.controlPlaneBaseUrl ?? null,
|
|
108
108
|
teamId: defaults.runtime?.teamId ?? persisted.runtime?.teamId ?? defaults.identity?.teamId,
|
|
109
109
|
projectId: defaults.runtime?.projectId ?? persisted.runtime?.projectId ?? defaults.identity?.projectId
|
|
110
110
|
},
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const DEFAULT_COMPATIBILITY_DATE = "2026-04-05";
|
|
2
2
|
export declare const DEFAULT_COMPATIBILITY_FLAGS: string[];
|
|
3
|
-
export declare const DEFAULT_MARKET_BASE_URL = "https://api.treeseed.dev";
|
|
4
3
|
export declare const GENERATED_ROOT = ".treeseed/generated";
|
|
5
4
|
export declare const STATE_ROOT = ".treeseed/state";
|
|
6
5
|
export declare const WORKTREE_METADATA_RELATIVE_PATH = ".treeseed/worktree.json";
|
|
@@ -6,7 +6,6 @@ import { scopeFromTarget } from "../hosting/configured-surface-hosts.js";
|
|
|
6
6
|
import { safeUrl } from "../projects/projects-core/ensure-pages-project-compatibility.js";
|
|
7
7
|
const DEFAULT_COMPATIBILITY_DATE = "2026-04-05";
|
|
8
8
|
const DEFAULT_COMPATIBILITY_FLAGS = ["nodejs_compat"];
|
|
9
|
-
const DEFAULT_MARKET_BASE_URL = "https://api.treeseed.dev";
|
|
10
9
|
const GENERATED_ROOT = ".treeseed/generated";
|
|
11
10
|
const STATE_ROOT = ".treeseed/state";
|
|
12
11
|
const WORKTREE_METADATA_RELATIVE_PATH = ".treeseed/worktree.json";
|
|
@@ -202,7 +201,6 @@ function resolveConfiguredSurfaceBaseUrl(deployConfig, target, surface) {
|
|
|
202
201
|
export {
|
|
203
202
|
DEFAULT_COMPATIBILITY_DATE,
|
|
204
203
|
DEFAULT_COMPATIBILITY_FLAGS,
|
|
205
|
-
DEFAULT_MARKET_BASE_URL,
|
|
206
204
|
GENERATED_ROOT,
|
|
207
205
|
MANAGED_SERVICE_KEYS,
|
|
208
206
|
PERSISTENT_SCOPES,
|
package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ export declare function normalizeWorkflowJobStep(step: Record<string, any>): Git
|
|
|
124
124
|
export declare function isSuccessfulConclusion(conclusion: string | null | undefined): conclusion is "skipped" | "success" | "neutral";
|
|
125
125
|
export declare function isFailedConclusion(conclusion: string | null | undefined): boolean;
|
|
126
126
|
export declare function normalizeWorkflowJob(job: Record<string, any>): GitHubActionsWorkflowJob;
|
|
127
|
-
export declare function workflowStateForRun(run: GitHubWorkflowRunSummary | null): "pending" | "missing" | "
|
|
127
|
+
export declare function workflowStateForRun(run: GitHubWorkflowRunSummary | null): "pending" | "missing" | "failure" | "success";
|
|
128
128
|
export declare function aggregateWorkflowState(states: GitHubActionsWorkflowState[]): GitHubActionsWorkflowState;
|
|
129
129
|
export declare function cappedLogExcerpt(value: unknown, maxLines: number): string;
|
|
130
130
|
export declare function downloadJobLogExcerpt(client: GitHubApiClient, repository: string, jobId: number, maxLines: number): Promise<string>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
const MANAGED_HOST_DIRECT_CI_OPT_IN_ENV = "TREESEED_ALLOW_MANAGED_HOST_DIRECT_CI_SECRETS";
|
|
2
2
|
const SAFE_MANAGED_HOST_CI_VARIABLES = /* @__PURE__ */ new Set([
|
|
3
|
-
"TREESEED_CATALOG_MARKET_API_BASE_URLS",
|
|
4
3
|
"TREESEED_HOSTING_KIND",
|
|
5
4
|
"TREESEED_HOSTING_REGISTRATION",
|
|
6
5
|
"TREESEED_HOSTING_TEAM_ID",
|
|
@@ -68,11 +68,11 @@ export declare function targetLabel(target: ReconcileTarget): string;
|
|
|
68
68
|
export declare function serializeTarget(target: ReconcileTarget): {
|
|
69
69
|
label: string;
|
|
70
70
|
branchName: string;
|
|
71
|
-
kind: "
|
|
71
|
+
kind: "branch" | "persistent";
|
|
72
72
|
} | {
|
|
73
73
|
label: string;
|
|
74
74
|
scope: "local" | "staging" | "prod";
|
|
75
|
-
kind: "
|
|
75
|
+
kind: "branch" | "persistent";
|
|
76
76
|
};
|
|
77
77
|
export declare function resolveHostingAuditTarget({ tenantRoot, environment, }: {
|
|
78
78
|
tenantRoot: string;
|
|
@@ -2,7 +2,7 @@ import { KeyAgentCommand, KeyAgentResponse, KeyAgentSessionState } from './trese
|
|
|
2
2
|
export declare function readLegacyProjectMachineKey(legacyKeyPath: string): Buffer<ArrayBuffer> | null;
|
|
3
3
|
export declare function unwrapOrProvisionMachineKey(command: Extract<KeyAgentCommand, {
|
|
4
4
|
command: 'unlock';
|
|
5
|
-
}>):
|
|
5
|
+
}>): Buffer<ArrayBuffer>;
|
|
6
6
|
export declare function ok(response?: Omit<KeyAgentResponse, 'ok'>): KeyAgentResponse;
|
|
7
7
|
export declare function fail(error: unknown, command: KeyAgentCommand): KeyAgentResponse;
|
|
8
8
|
export declare function handleKeyAgentCommand(command: KeyAgentCommand, session: KeyAgentSessionState): KeyAgentResponse;
|
|
@@ -17,16 +17,16 @@ export declare function serializeTemplateRegistryEntry(product: Pick<TemplatePro
|
|
|
17
17
|
displayName: string;
|
|
18
18
|
description: string;
|
|
19
19
|
summary: string;
|
|
20
|
-
status: import("../../../
|
|
20
|
+
status: import("../../../sdk-types/control-plane/resource-requests.js").SdkTemplateCatalogStatus;
|
|
21
21
|
featured: boolean;
|
|
22
|
-
category: import("../../../
|
|
22
|
+
category: import("../../../sdk-types/control-plane/resource-requests.js").SdkTemplateCategory;
|
|
23
23
|
tags: string[];
|
|
24
24
|
publisher: import("../../../index.js").SdkTemplateCatalogPublisher;
|
|
25
25
|
templateVersion: string;
|
|
26
26
|
templateApiVersion: number;
|
|
27
27
|
minCliVersion: string;
|
|
28
28
|
minCoreVersion: string | undefined;
|
|
29
|
-
fulfillmentMode: "
|
|
29
|
+
fulfillmentMode: "packaged" | "git" | "r2";
|
|
30
30
|
source: import("../../../index.js").SdkTemplateCatalogSource;
|
|
31
31
|
};
|
|
32
32
|
export declare function exportTemplateCatalogYaml(options?: TemplateCatalogOptions): Promise<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cpSync, existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from "node:fs";
|
|
2
2
|
import { dirname, relative, resolve } from "node:path";
|
|
3
|
-
import { RemoteTemplateCatalogClient } from "../../../
|
|
3
|
+
import { RemoteTemplateCatalogClient } from "../../../templates/template-catalog.js";
|
|
4
4
|
import {
|
|
5
5
|
normalizeTemplateId
|
|
6
6
|
} from "../../../entrypoints/models/sdk-types.js";
|
|
@@ -25,9 +25,9 @@ export declare function optionalStringArray(value: unknown, label: string): stri
|
|
|
25
25
|
export declare function optionalRecord(value: unknown, label: string): Record<string, unknown> | undefined;
|
|
26
26
|
export declare function parsePluginReferences(value: unknown): PluginReference[];
|
|
27
27
|
export declare function parseHostingConfig(value: unknown): {
|
|
28
|
-
kind: "
|
|
28
|
+
kind: "treeseed_control_plane" | "hosted_project" | "self_hosted_project";
|
|
29
29
|
registration: "none" | "optional";
|
|
30
|
-
|
|
30
|
+
controlPlaneBaseUrl: string | undefined;
|
|
31
31
|
teamId: string | undefined;
|
|
32
32
|
projectId: string | undefined;
|
|
33
33
|
} | undefined;
|
|
@@ -10,7 +10,7 @@ const deployConfigFieldAliases = {
|
|
|
10
10
|
const hostingFieldAliases = {
|
|
11
11
|
kind: { key: "kind", aliases: ["kind"] },
|
|
12
12
|
registration: { key: "registration", aliases: ["registration"] },
|
|
13
|
-
|
|
13
|
+
controlPlaneBaseUrl: { key: "controlPlaneBaseUrl", aliases: [] },
|
|
14
14
|
teamId: { key: "teamId", aliases: ["team_id"] },
|
|
15
15
|
projectId: { key: "projectId", aliases: ["project_id"] }
|
|
16
16
|
};
|
|
@@ -20,7 +20,7 @@ const hubFieldAliases = {
|
|
|
20
20
|
const runtimeFieldAliases = {
|
|
21
21
|
mode: { key: "mode", aliases: ["mode"] },
|
|
22
22
|
registration: { key: "registration", aliases: ["registration"] },
|
|
23
|
-
|
|
23
|
+
controlPlaneBaseUrl: { key: "controlPlaneBaseUrl", aliases: [] },
|
|
24
24
|
teamId: { key: "teamId", aliases: ["team_id"] },
|
|
25
25
|
projectId: { key: "projectId", aliases: ["project_id"] }
|
|
26
26
|
};
|
|
@@ -181,7 +181,7 @@ function parseHostingConfig(value) {
|
|
|
181
181
|
"self_hosted_project"
|
|
182
182
|
]) ?? "self_hosted_project",
|
|
183
183
|
registration: optionalEnum(record.registration, "hosting.registration", ["optional", "none"]) ?? "none",
|
|
184
|
-
|
|
184
|
+
controlPlaneBaseUrl: optionalString(process.env.TREESEED_API_BASE_URL) ?? optionalString(record.controlPlaneBaseUrl),
|
|
185
185
|
teamId: optionalString(process.env.TREESEED_HOSTING_TEAM_ID) ?? optionalString(record.teamId),
|
|
186
186
|
projectId: optionalString(process.env.TREESEED_PROJECT_ID) ?? optionalString(record.projectId)
|
|
187
187
|
};
|
|
@@ -7,13 +7,13 @@ export declare function normalizePlanesFromLegacyHosting(hosting: ReturnType<typ
|
|
|
7
7
|
export declare function normalizeLegacyHostingFromPlanes(hub: HubConfig, runtime: RuntimeConfig): {
|
|
8
8
|
kind: "hosted_project";
|
|
9
9
|
registration: "none" | "optional";
|
|
10
|
-
|
|
10
|
+
controlPlaneBaseUrl: string | undefined;
|
|
11
11
|
teamId: string | undefined;
|
|
12
12
|
projectId: string | undefined;
|
|
13
13
|
} | {
|
|
14
14
|
kind: "self_hosted_project";
|
|
15
15
|
registration: "none" | "optional";
|
|
16
|
-
|
|
16
|
+
controlPlaneBaseUrl: string | undefined;
|
|
17
17
|
teamId: string | undefined;
|
|
18
18
|
projectId: string | undefined;
|
|
19
19
|
};
|
|
@@ -16,7 +16,7 @@ function normalizePlanesFromLegacyHosting(hosting) {
|
|
|
16
16
|
runtime: {
|
|
17
17
|
mode: "treeseed_managed",
|
|
18
18
|
registration: hosting.kind === "treeseed_control_plane" ? "none" : hosting.registration ?? "none",
|
|
19
|
-
|
|
19
|
+
controlPlaneBaseUrl: hosting.controlPlaneBaseUrl,
|
|
20
20
|
teamId: hosting.teamId,
|
|
21
21
|
projectId: hosting.projectId
|
|
22
22
|
}
|
|
@@ -27,7 +27,7 @@ function normalizePlanesFromLegacyHosting(hosting) {
|
|
|
27
27
|
runtime: {
|
|
28
28
|
mode: "byo_attached",
|
|
29
29
|
registration: hosting.registration ?? "none",
|
|
30
|
-
|
|
30
|
+
controlPlaneBaseUrl: hosting.controlPlaneBaseUrl,
|
|
31
31
|
teamId: hosting.teamId,
|
|
32
32
|
projectId: hosting.projectId
|
|
33
33
|
}
|
|
@@ -38,7 +38,7 @@ function normalizeLegacyHostingFromPlanes(hub, runtime) {
|
|
|
38
38
|
return {
|
|
39
39
|
kind: "hosted_project",
|
|
40
40
|
registration: runtime.registration === "required" ? "optional" : runtime.registration ?? "none",
|
|
41
|
-
|
|
41
|
+
controlPlaneBaseUrl: runtime.controlPlaneBaseUrl,
|
|
42
42
|
teamId: runtime.teamId,
|
|
43
43
|
projectId: runtime.projectId
|
|
44
44
|
};
|
|
@@ -46,7 +46,7 @@ function normalizeLegacyHostingFromPlanes(hub, runtime) {
|
|
|
46
46
|
return {
|
|
47
47
|
kind: "self_hosted_project",
|
|
48
48
|
registration: runtime.registration === "required" ? "optional" : runtime.registration ?? "none",
|
|
49
|
-
|
|
49
|
+
controlPlaneBaseUrl: runtime.controlPlaneBaseUrl,
|
|
50
50
|
teamId: runtime.teamId,
|
|
51
51
|
projectId: runtime.projectId
|
|
52
52
|
};
|
|
@@ -74,7 +74,7 @@ function parseRuntimeConfig(value, fallback) {
|
|
|
74
74
|
return {
|
|
75
75
|
mode: optionalEnum(record.mode, "runtime.mode", ["none", "byo_attached", "treeseed_managed"]) ?? fallback.mode,
|
|
76
76
|
registration: optionalEnum(record.registration, "runtime.registration", ["optional", "required", "none"]) ?? fallback.registration ?? "none",
|
|
77
|
-
|
|
77
|
+
controlPlaneBaseUrl: optionalString(process.env.TREESEED_API_BASE_URL) ?? fallback.controlPlaneBaseUrl,
|
|
78
78
|
teamId: optionalString(process.env.TREESEED_HOSTING_TEAM_ID) ?? fallback.teamId,
|
|
79
79
|
projectId: optionalString(process.env.TREESEED_PROJECT_ID) ?? fallback.projectId
|
|
80
80
|
};
|
|
@@ -6,7 +6,7 @@ import { resolveTenantRoot } from "../configuration/tenant-config.js";
|
|
|
6
6
|
import { CLOUDFLARE_ACCOUNT_ID_PLACEHOLDER, DEFAULT_LONG_LIVED_CACHE_POLICY, DEFAULT_SOURCE_PAGE_PURGE_PATHS, cloudflareFieldAliases, cloudflarePagesFieldAliases, cloudflareR2FieldAliases, deployConfigFieldAliases, expectString, optionalBoolean, optionalCloudflareAccountId, optionalPositiveNumber, optionalRecord, optionalString, parseHostingConfig, parsePluginReferences } from "./deploy-config-field-aliases.js";
|
|
7
7
|
import { normalizeLegacyHostingFromPlanes, normalizePlanesFromLegacyHosting, parseHubConfig, parseProviderSelections, parseRuntimeConfig } from "./normalize-planes-from-legacy-hosting.js";
|
|
8
8
|
import { inferManagedRuntimeFromServices, parseConnectionsConfig, parseExportConfig, parseManagedServicesConfig, parsePlatformSurfacesConfig, parseProcessingConfig, parsePublicTreeDxFederationConfig } from "./parse-public-tree-dx-federation-config.js";
|
|
9
|
-
import { assertControlPlaneTopology, assertPlatformServiceAuthority, parseControlPlane,
|
|
9
|
+
import { assertControlPlaneTopology, assertPlatformServiceAuthority, parseControlPlane, parsePlatformAuthority } from "./parse-platform-connections.js";
|
|
10
10
|
function parseDeployConfig(raw) {
|
|
11
11
|
const parsed = normalizeAliasedRecord(
|
|
12
12
|
deployConfigFieldAliases,
|
|
@@ -29,8 +29,7 @@ function parseDeployConfig(raw) {
|
|
|
29
29
|
const hosting = parseHostingConfig(parsed.hosting);
|
|
30
30
|
const services = parseManagedServicesConfig(parsed.services);
|
|
31
31
|
const authority = parsePlatformAuthority(parsed.authority);
|
|
32
|
-
const
|
|
33
|
-
const controlPlane = parseControlPlane(parsed.controlPlane, market);
|
|
32
|
+
const controlPlane = parseControlPlane(parsed.controlPlane);
|
|
34
33
|
assertPlatformServiceAuthority(authority, services);
|
|
35
34
|
const publicTreeDxFederation = parsePublicTreeDxFederationConfig(parsed.publicTreeDxFederation);
|
|
36
35
|
assertControlPlaneTopology({ controlPlane, services, publicTreeDxFederation, explicit: parsed.controlPlane !== void 0 });
|
|
@@ -54,7 +53,6 @@ function parseDeployConfig(raw) {
|
|
|
54
53
|
contactEmail: expectString(parsed.contactEmail, "contactEmail"),
|
|
55
54
|
projectRoot: optionalString(parsed.projectRoot),
|
|
56
55
|
authority,
|
|
57
|
-
market,
|
|
58
56
|
controlPlane,
|
|
59
57
|
hosting: compatibilityHosting,
|
|
60
58
|
hub,
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import type { ControlPlaneConfig, ManagedServicesConfig,
|
|
2
|
-
export declare const TREESEED_MARKET_API_BASE_URL: "https://api.treeseed.dev";
|
|
1
|
+
import type { ControlPlaneConfig, ManagedServicesConfig, PlatformAuthorityConfig, PublicTreeDxFederationConfig } from '../support/contracts.js';
|
|
3
2
|
export declare function parsePlatformAuthority(value: unknown): PlatformAuthorityConfig;
|
|
4
|
-
export declare function
|
|
5
|
-
export declare function parseControlPlane(value: unknown, market: MarketProfileConfig): ControlPlaneConfig;
|
|
3
|
+
export declare function parseControlPlane(value: unknown): ControlPlaneConfig;
|
|
6
4
|
export declare function assertPlatformServiceAuthority(authority: PlatformAuthorityConfig, services: Record<string, unknown> | undefined): void;
|
|
7
5
|
export declare function assertControlPlaneTopology(input: {
|
|
8
6
|
controlPlane: ControlPlaneConfig;
|
|
@@ -1,31 +1,13 @@
|
|
|
1
1
|
import { optionalEnum, optionalRecord, optionalString } from "./deploy-config-field-aliases.js";
|
|
2
|
-
const TREESEED_MARKET_API_BASE_URL = "https://api.treeseed.dev";
|
|
3
2
|
function parsePlatformAuthority(value) {
|
|
4
3
|
const record = optionalRecord(value, "authority") ?? {};
|
|
5
4
|
return {
|
|
6
|
-
kind: optionalEnum(record.kind, "authority.kind", ["customer-platform"
|
|
5
|
+
kind: optionalEnum(record.kind, "authority.kind", ["customer-platform"]) ?? "customer-platform"
|
|
7
6
|
};
|
|
8
7
|
}
|
|
9
|
-
function
|
|
10
|
-
const record = optionalRecord(value, "market") ?? {};
|
|
11
|
-
const profile = optionalString(record.profile) ?? "treeseed";
|
|
12
|
-
if (profile !== "treeseed") {
|
|
13
|
-
throw new Error("Invalid deploy config: persistent deployments must use the immutable treeseed Market profile.");
|
|
14
|
-
}
|
|
15
|
-
const configuredBaseUrl = optionalString(record.baseUrl);
|
|
16
|
-
if (configuredBaseUrl && configuredBaseUrl !== TREESEED_MARKET_API_BASE_URL) {
|
|
17
|
-
throw new Error(`Invalid deploy config: the treeseed Market profile URL is ${TREESEED_MARKET_API_BASE_URL} and cannot be overridden.`);
|
|
18
|
-
}
|
|
19
|
-
return {
|
|
20
|
-
profile: "treeseed",
|
|
21
|
-
kind: "singleton_external",
|
|
22
|
-
baseUrl: TREESEED_MARKET_API_BASE_URL,
|
|
23
|
-
provisioningAuthority: "forbidden"
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
function parseControlPlane(value, market) {
|
|
8
|
+
function parseControlPlane(value) {
|
|
27
9
|
const record = optionalRecord(value, "controlPlane") ?? {};
|
|
28
|
-
const mode = optionalEnum(record.mode, "controlPlane.mode", ["
|
|
10
|
+
const mode = optionalEnum(record.mode, "controlPlane.mode", ["external", "managed"]) ?? "managed";
|
|
29
11
|
const baseUrl = optionalString(record.baseUrl);
|
|
30
12
|
if (mode === "external" && !baseUrl) {
|
|
31
13
|
throw new Error("Invalid deploy config: controlPlane.baseUrl is required when controlPlane.mode is external.");
|
|
@@ -35,11 +17,10 @@ function parseControlPlane(value, market) {
|
|
|
35
17
|
}
|
|
36
18
|
return {
|
|
37
19
|
mode,
|
|
38
|
-
baseUrl: mode === "external" ? baseUrl :
|
|
20
|
+
baseUrl: mode === "external" ? baseUrl : void 0
|
|
39
21
|
};
|
|
40
22
|
}
|
|
41
23
|
function assertPlatformServiceAuthority(authority, services) {
|
|
42
|
-
if (authority.kind === "market-singleton") return;
|
|
43
24
|
const forbidden = Object.keys(services ?? {}).find((key) => /^market-?api$/iu.test(key));
|
|
44
25
|
if (forbidden) {
|
|
45
26
|
throw new Error(`Invalid deploy config: customer Platform authority cannot provision singleton Market service ${forbidden}.`);
|
|
@@ -62,10 +43,8 @@ function assertControlPlaneTopology(input) {
|
|
|
62
43
|
}
|
|
63
44
|
}
|
|
64
45
|
export {
|
|
65
|
-
TREESEED_MARKET_API_BASE_URL,
|
|
66
46
|
assertControlPlaneTopology,
|
|
67
47
|
assertPlatformServiceAuthority,
|
|
68
48
|
parseControlPlane,
|
|
69
|
-
parseMarketProfile,
|
|
70
49
|
parsePlatformAuthority
|
|
71
50
|
};
|
|
@@ -76,4 +76,4 @@ export declare function workflowName(value: unknown, fallback: string): string;
|
|
|
76
76
|
export declare function packageShortSha(adapter: PackageAdapter): string;
|
|
77
77
|
export declare function materializeDockerImageTags(tags: string[], adapter: PackageAdapter, branch: string): string[];
|
|
78
78
|
export declare function dockerPlatforms(artifactArchitectures: unknown, adapterArchitectures: unknown): string[];
|
|
79
|
-
export declare function localDockerPlatform(): "linux/
|
|
79
|
+
export declare function localDockerPlatform(): "linux/amd64" | "linux/arm64" | "linux/arm/v7";
|