ntk-cms-api 18.3.441 → 18.3.443

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.
@@ -53,7 +53,10 @@ export declare class EstateCustomerOrderModel extends BaseModuleEntity<string> {
53
53
  /**توان خرید*/
54
54
  scorePurchasingPower: number;
55
55
  /**Acton */
56
- actionCreateCmsUserId: boolean;
56
+ actionCreateNewCmsUser: boolean;
57
+ actionCreateNewCmsUserFirstName: string;
58
+ actionCreateNewCmsUserLastName: string;
59
+ actionCreateNewCmsUserMobile: string;
57
60
  /**Acton */
58
61
  historyTotalCount: number;
59
62
  historyEstateUserCount: number;
@@ -75,7 +75,10 @@ export declare class EstatePropertyModel extends BaseModuleEntity<string> {
75
75
  linkLocationIdParentTitle: string;
76
76
  favorited: boolean;
77
77
  /**Acton */
78
- actionCreateCmsUserId: boolean;
78
+ actionCreateNewCmsUser: boolean;
79
+ actionCreateNewCmsUserFirstName: string;
80
+ actionCreateNewCmsUserLastName: string;
81
+ actionCreateNewCmsUserMobile: string;
79
82
  /**Acton */
80
83
  historyTotalCount: number;
81
84
  historyEstateUserCount: number;
@@ -12,4 +12,6 @@ export declare class SmsMainApiPathCompanyModel extends BaseModuleEntity<string>
12
12
  serviceCreditLastEdit: Date;
13
13
  userCreditLastEdit: Date;
14
14
  apiPaths: SmsMainApiPathModel[];
15
+ linkMainImageId?: number;
16
+ linkMainImageIdSrc: string;
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "18.3.441",
3
+ "version": "18.3.443",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",