ntk-cms-api 20.25.32 → 20.25.33

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/index.d.ts CHANGED
@@ -6658,7 +6658,7 @@ declare class ContactCategoryService extends ApiCmsServerBase<ContactCategoryMod
6658
6658
  }
6659
6659
 
6660
6660
  declare class ContactImportApplyRequestDtoModel {
6661
- file: File;
6661
+ linkContactContentId: string;
6662
6662
  sessionId: string;
6663
6663
  mappings: ContactImportMappingItem[];
6664
6664
  }
@@ -6670,7 +6670,6 @@ declare class ContactImportMappingItem {
6670
6670
  declare class ContactImportApplyResultModel {
6671
6671
  importedCount: number;
6672
6672
  skippedCount: number;
6673
- errors: string[];
6674
6673
  }
6675
6674
 
6676
6675
  declare class ContactImportPreviewResponseModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.32",
3
+ "version": "20.25.33",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",