Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platforması ilkin olaraq gürcü dilində yaradılıb. Gürcü versiyası mövcud olduqda, platforma UI, sənədlər və hüquqi şərh üçün gürcü dili üstün sayılır.
Digər dillərə tərcümələr rahatlıq üçün verilir. Bəzi qeydlər konkret axın üçün başqa dildə yarana və öz source/legal locale məlumatına malik ola bilər, lakin gürcü versiyası mövcud olduqda platforma səviyyəli ifadə və şərh üçün gürcü versiyası üstünlük təşkil edir.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
The root repository.ts still contains
ICPI runtime delegation methods on TendersRepository:
upsertIcpiPricePoints(...)countIcpiPricePoints(...)listIcpiPricePoints(...)suggestIcpiItems(...)findLatestIcpiPricePoint(...)These methods still forward to the dedicated ICPI child repository and therefore remain a temporary runtime compatibility layer.
The root repository no longer re-exports ICPI contract types from src/icpi/contracts.
That means root hosting has been narrowed from:
to:
TendersRepository still truthfully hosts multiple legacy domain slices in one runtimeThis is a better extraction posture than Sprint 45 because the root repository no longer presents itself as the authoritative home of ICPI types. The remaining root edge is operational compatibility only.
TendersRepositoryTendersRepository alongside the dedicated IcpiRepository