Rémi de Juvigny 4e7378852a
feat(history): capture content types history (#19343)
* chore: init release action service

* feat: save history versions

* fix: ignore non api content types

* chore: move init history logic to service

* chore: feedback

* fix: save publish and unpublish actions

* fix: create action document ids

* chore: clarify comment
2024-01-29 18:10:58 +01:00

10 lines
409 B
TypeScript

export * as CollectionTypes from './collection-types';
export * as Components from './components';
export * as ContentTypes from './content-types';
export * as Init from './init';
export * as Relations from './relations';
export * as SingleTypes from './single-types';
export * as UID from './uid';
export * as ReviewWorkflows from './review-workflows';
export * as HistoryVersions from './history-versions';