ntk-cms-api 1.2.180 → 1.2.181

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.
@@ -5,7 +5,6 @@ export declare class EstateCustomerOrderActionSendSmsDtoModel {
5
5
  actionSendSmsToEstateCustomer: boolean;
6
6
  actionSendSmsToEstateAgency: boolean;
7
7
  actionSendSmsToEstateUser: boolean;
8
- actionSendSmsToCustomerOrder: boolean;
9
8
  actionSendSmsToContactNumber: string;
10
9
  /**Action */
11
10
  actionSendSmsToAreaEstateAgency: boolean;
@@ -29,3 +29,5 @@ export * from './estateCustomerOrderResultModel';
29
29
  export * from './estateCustomerCategoryModel';
30
30
  export * from './estatePropertySupplierCategoryModel';
31
31
  export * from './estatePropertySupplierModel';
32
+ export * from './estateAccountUserWorkAreaModel';
33
+ export * from './estateAccountAgencyWorkAreaModel';
@@ -0,0 +1,5 @@
1
+ import { BaseModuleEntity } from '../base/baseModuleEntity';
2
+ export declare class EstateAccountAgencyWorkAreaModel extends BaseModuleEntity<string> {
3
+ linkEstateAccountAgencyId: string;
4
+ LinkCoreLocationId: string;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { BaseModuleEntity } from '../base/baseModuleEntity';
2
+ export declare class EstateAccountUserWorkAreaModel extends BaseModuleEntity<string> {
3
+ LinkCoreLocationId: number;
4
+ linkEstateAccountUserId: string;
5
+ }
@@ -29,3 +29,5 @@ export * from './estatePropertyExpertPrice.service';
29
29
  export * from './estateCustomerOrderResult.service';
30
30
  export * from './estateCustomerCategory.service';
31
31
  export * from './estatePropertySupplierCategory.service';
32
+ export * from './estateAccountUserWorkArea.service';
33
+ export * from './estateAccountAgencyWorkArea.service';
@@ -0,0 +1,8 @@
1
+ import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
2
+ import { EstateAccountAgencyWorkAreaModel } from '../../models/entity/estate/estateAccountAgencyWorkAreaModel';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EstateAccountAgencyWorkAreaService extends ApiCmsServerBase<EstateAccountAgencyWorkAreaModel, string> {
5
+ getModuleControllerUrl(): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountAgencyWorkAreaService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountAgencyWorkAreaService>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
2
+ import { EstateAccountUserWorkAreaModel } from '../../models/entity/estate/estateAccountUserWorkAreaModel';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EstateAccountUserWorkAreaService extends ApiCmsServerBase<EstateAccountUserWorkAreaModel, string> {
5
+ getModuleControllerUrl(): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountUserWorkAreaService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountUserWorkAreaService>;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.180",
3
+ "version": "1.2.181",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",