ntk-cms-api 20.25.33 → 20.25.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6658,7 +6658,7 @@ declare class ContactCategoryService extends ApiCmsServerBase<ContactCategoryMod
|
|
|
6658
6658
|
}
|
|
6659
6659
|
|
|
6660
6660
|
declare class ContactImportApplyRequestDtoModel {
|
|
6661
|
-
|
|
6661
|
+
linkCategoryId: string;
|
|
6662
6662
|
sessionId: string;
|
|
6663
6663
|
mappings: ContactImportMappingItem[];
|
|
6664
6664
|
}
|