ntk-cms-api 20.26.2 → 20.26.3
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
CHANGED
|
@@ -2971,6 +2971,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
2971
2971
|
|
|
2972
2972
|
//@@tag-Version-2201011
|
|
2973
2973
|
class CoreUserModel extends BaseEntity {
|
|
2974
|
+
constructor() {
|
|
2975
|
+
super(...arguments);
|
|
2976
|
+
/** لیست آدرس IP های مجاز فایروال */
|
|
2977
|
+
this.firewallAllowIPList = [];
|
|
2978
|
+
}
|
|
2974
2979
|
}
|
|
2975
2980
|
|
|
2976
2981
|
class CoreUserService extends ApiCmsServerBase {
|