ntk-cms-api 20.25.52 → 20.25.54
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 +13 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5341,7 +5341,7 @@ declare class SmsLogOutBoxScheduleRunInfoModel {
|
|
|
5341
5341
|
}
|
|
5342
5342
|
|
|
5343
5343
|
declare class SmsLogOutBoxQueueModel extends BaseModuleEntity<string> {
|
|
5344
|
-
|
|
5344
|
+
adminRecordStatus: RecordAdminStatusEnum;
|
|
5345
5345
|
message: string;
|
|
5346
5346
|
isFlash: boolean;
|
|
5347
5347
|
linkApiPathId: string;
|
|
@@ -6717,6 +6717,7 @@ declare class ContactContentService extends ApiCmsServerBase<ContactContentModel
|
|
|
6717
6717
|
ServiceGetAllWithHierarchyCategoryId(Id: string, model: FilterModel): Observable<ErrorExceptionResult<ContactContentModel>>;
|
|
6718
6718
|
ServiceImportPreview(file: File): Observable<ErrorExceptionResult<ContactImportPreviewResponseModel>>;
|
|
6719
6719
|
ServiceImportApply(model: ContactImportApplyRequestDtoModel): Observable<ErrorExceptionResult<ContactImportApplyResultModel>>;
|
|
6720
|
+
ServiceFindByNumber(number: string): Observable<ErrorExceptionResult<ContactContentModel>>;
|
|
6720
6721
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactContentService, never>;
|
|
6721
6722
|
static ɵprov: i0.ɵɵInjectableDeclaration<ContactContentService>;
|
|
6722
6723
|
}
|