## cl.distributeddatamgr.1 Change of @ohos.data.UDMF.d.ts into @ohos.data.unifiedDataChannel.d.ts and @ohos.data.uniformTypeDescriptor.d.ts
**Change Impact**
This change is incompatible with earlier versions. The **@ohos.data.UDMF.d.ts** is divided into **@ohos.data.unifiedDataChannel.d.ts** and **@ohos.data.uniformTypeDescriptor.d.ts**.
The **UnifiedDataType** defined in **@ohos.data.UDMF.d.ts** is moved to **@ohos.data.uniformTypeDescriptor.d.ts** and renamed **UniformDataType**.
Other interface definitions are moved to **@ohos.data.unifiedDataChannel.d.ts**.
From this version, **UnifiedDataType** is renamed **UniformDataType** with the following changes:
1. Deleted the enum values **SYSTEM_DEFINED_RECORD** and **APPLICATION_DEFINED_RECORD**.
2. Changed the enum value **SYSTEM_DEFINED_FORM** to **OPENHARMONY_FORM**, **SYSTEM_DEFINED_APP_ITEM** to **OPENHARMONY_APP_ITEM**, and **SYSTEM_DEFINED_PIXEL_MAP** to **OPENHARMONY_PIXEL_MAP**.
3. Changed the string definitions of the enum values.