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/fesm2022/ntk-cms-api.mjs +8 -3
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +6 -6
- package/package.json +1 -1
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;
|