ntk-cms-api 20.25.31 → 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/fesm2022/ntk-cms-api.mjs +7 -5
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +6 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6657,14 +6657,8 @@ 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
|
+
linkContactContentId: string;
|
|
6668
6662
|
sessionId: string;
|
|
6669
6663
|
mappings: ContactImportMappingItem[];
|
|
6670
6664
|
}
|
|
@@ -6673,6 +6667,11 @@ declare class ContactImportMappingItem {
|
|
|
6673
6667
|
sourceHeader: string;
|
|
6674
6668
|
}
|
|
6675
6669
|
|
|
6670
|
+
declare class ContactImportApplyResultModel {
|
|
6671
|
+
importedCount: number;
|
|
6672
|
+
skippedCount: number;
|
|
6673
|
+
}
|
|
6674
|
+
|
|
6676
6675
|
declare class ContactImportPreviewResponseModel {
|
|
6677
6676
|
sessionId: string;
|
|
6678
6677
|
fileType: GoogleContactFileType;
|