ntk-cms-api 20.25.34 → 20.25.35

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
@@ -6697,6 +6697,7 @@ declare enum GoogleContactFileType {
6697
6697
 
6698
6698
  declare class ContactContentService extends ApiCmsServerBase<ContactContentModel, string, FilterModel> {
6699
6699
  getModuleControllerUrl(): string;
6700
+ ServiceGetAllWithHierarchyCategoryId(Id: string, model: FilterModel): Observable<ErrorExceptionResult<ContactContentModel>>;
6700
6701
  ServiceImportPreview(file: File): Observable<ErrorExceptionResult<ContactImportPreviewResponseModel>>;
6701
6702
  ServiceImportApply(model: ContactImportApplyRequestDtoModel): Observable<ErrorExceptionResult<ContactImportApplyResultModel>>;
6702
6703
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactContentService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.34",
3
+ "version": "20.25.35",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",