ntk-cms-api 20.25.31 → 20.25.32

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
@@ -6657,12 +6657,6 @@ declare class ContactCategoryService extends ApiCmsServerBase<ContactCategoryMod
6657
6657
  static ɵprov: i0.ɵɵInjectableDeclaration<ContactCategoryService>;
6658
6658
  }
6659
6659
 
6660
- declare class ContactImportApplyResultModel {
6661
- importedCount: number;
6662
- skippedCount: number;
6663
- errors: string[];
6664
- }
6665
-
6666
6660
  declare class ContactImportApplyRequestDtoModel {
6667
6661
  file: File;
6668
6662
  sessionId: string;
@@ -6673,6 +6667,12 @@ declare class ContactImportMappingItem {
6673
6667
  sourceHeader: string;
6674
6668
  }
6675
6669
 
6670
+ declare class ContactImportApplyResultModel {
6671
+ importedCount: number;
6672
+ skippedCount: number;
6673
+ errors: string[];
6674
+ }
6675
+
6676
6676
  declare class ContactImportPreviewResponseModel {
6677
6677
  sessionId: string;
6678
6678
  fileType: GoogleContactFileType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.31",
3
+ "version": "20.25.32",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",