From cf2f7f6890c3f467300e40cb9dffd48f98310c7a Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 22 Aug 2026 16:31:58 +0200 Subject: [PATCH] Compose Core v0.1.33 and Connectors v0.1.22 --- packages/govoplan-meta/pyproject.toml | 6 +- .../endpoint-surface-declarations.json | 56 +++++++++++++++++++ 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index 857b8ed..b117933 100644 --- a/packages/govoplan-meta/pyproject.toml +++ b/packages/govoplan-meta/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan" -version = "0.1.32" +version = "0.1.33" description = "Developer convenience package for a versioned GovOPlaN composition" readme = "README.md" requires-python = ">=3.12" license = { text = "AGPL-3.0-or-later" } dependencies = [ - "govoplan-core[server]==0.1.32", + "govoplan-core[server]==0.1.33", "govoplan-tenancy==0.1.18", "govoplan-organizations==0.1.18", "govoplan-identity==0.1.18", @@ -37,7 +37,7 @@ full = [ "govoplan-cases==0.1.20", "govoplan-certificates==0.1.19", "govoplan-committee==0.1.18", - "govoplan-connectors==0.1.21", + "govoplan-connectors==0.1.22", "govoplan-consultation==0.1.19", "govoplan-contracts==0.1.19", "govoplan-dataflow==0.1.20", diff --git a/tools/inventory/endpoint-surface-declarations.json b/tools/inventory/endpoint-surface-declarations.json index 4a1946d..cd175fa 100644 --- a/tools/inventory/endpoint-surface-declarations.json +++ b/tools/inventory/endpoint-surface-declarations.json @@ -602,6 +602,62 @@ "rationale": "The External knowledge administration page lists synchronization, migration-preview, and publication evidence through this endpoint.", "repository": "govoplan-connectors" }, + { + "category": "ui_reachable", + "method": "GET", + "path": "/connectors/service-desk/profiles", + "rationale": "The External service desk administration page lists Znuny/OTRS profiles through this endpoint.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "POST", + "path": "/connectors/service-desk/profiles", + "rationale": "The External service desk administration page creates route-, queue-, field-, authority-, and ACL-governed profiles through this endpoint.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "PUT", + "path": "/connectors/service-desk/profiles/{}", + "rationale": "The External service desk administration page constructs this revision-guarded profile URL from the selected profile identifier.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "POST", + "path": "/connectors/service-desk/profiles/{}/discover", + "rationale": "The External service desk administration page discovers product, version, maturity, capabilities, route health, and diagnostics through this endpoint.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "GET", + "path": "/connectors/service-desk/profiles/{}/objects", + "rationale": "The External service desk administration page lists synchronized identity-stable, ACL-governed external ticket projections through this endpoint.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "POST", + "path": "/connectors/service-desk/profiles/{}/sync", + "rationale": "The External service desk administration page runs keyed bounded full and delta synchronization through this endpoint.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "POST", + "path": "/connectors/service-desk/profiles/{}/tickets/{}/update", + "rationale": "The External service desk ticket list opens a separated revision-checked governed update dialog and constructs this URL from stable profile and provider ticket identifiers.", + "repository": "govoplan-connectors" + }, + { + "category": "ui_reachable", + "method": "GET", + "path": "/connectors/service-desk/runs", + "rationale": "The External service desk administration page lists synchronization and external-mutation recovery evidence through this endpoint.", + "repository": "govoplan-connectors" + }, { "category": "intentionally_headless", "method": "GET",