obligations-document, tom-document, loeschfristen-document, compliance-scope-triggers, sdk-flow/flow-data, processing-activities, loeschfristen-baseline-catalog, catalog-registry, dsfa mitigation-library + risk-catalog, vvt-baseline-catalog, vendor contract-review checklists + findings, demo-data, tom-compliance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
426 B
TypeScript
13 lines
426 B
TypeScript
/**
|
|
* SDK Catalog Manager - Central Registry
|
|
*
|
|
* Barrel re-export — split into domain modules under registry/.
|
|
* Do NOT import directly from registry/ sub-files in consumers;
|
|
* always import from this barrel to preserve the stable public path.
|
|
*/
|
|
|
|
export * from './registry/registry-dsfa'
|
|
export * from './registry/registry-vendor'
|
|
export * from './registry/registry-reference'
|
|
export * from './registry/registry-api'
|