ntk-cms-api 1.2.41 → 1.2.43
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/bundles/ntk-cms-api.umd.js +0 -4
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/estate/estateCustomerOrderModel.js +1 -1
- package/esm2015/lib/models/entity/sms/smsConfigurationModel.js +1 -5
- package/fesm2015/ntk-cms-api.js +0 -4
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +2 -0
- package/lib/models/entity/sms/smsConfigurationModel.d.ts +20 -0
- package/package.json +1 -1
|
@@ -8378,10 +8378,6 @@
|
|
|
8378
8378
|
}
|
|
8379
8379
|
return SmsModuleConfigSiteAccessValuesModel;
|
|
8380
8380
|
}(BaseModuleConfigSiteAccessValuesModel));
|
|
8381
|
-
/// <summary>
|
|
8382
|
-
/// با ثبت یک هایپر شاپ باید یک ردیف خام با مقادیر اولیه در بانک ثبت شود
|
|
8383
|
-
/// این کار باید از سمت سرور انجام شود و کلاینت اجازه ویرایش یا حذف این ردیف را نداشته باشد
|
|
8384
|
-
/// </summary>
|
|
8385
8381
|
var SmsModuleConfigSiteValuesModel = /** @class */ (function (_super) {
|
|
8386
8382
|
__extends(SmsModuleConfigSiteValuesModel, _super);
|
|
8387
8383
|
function SmsModuleConfigSiteValuesModel() {
|