ntk-cms-api 1.0.409 → 1.0.413
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 +15 -0
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/core-main/coreGuideModel.js +1 -1
- package/esm2015/lib/models/entity/core-main/coreSiteModel.js +1 -1
- package/esm2015/lib/models/entity/donate/donateTargetModel.js +1 -1
- package/esm2015/lib/models/entity/sms/smsLogInBoxModel.js +1 -1
- package/esm2015/lib/models/entity/sms/smsLogOutBoxDetailModel.js +1 -1
- package/esm2015/lib/service/sms/_export.js +2 -2
- package/esm2015/lib/service/sms/smsMainApiPathAndCustomerNumber.service.js +11 -0
- package/fesm2015/ntk-cms-api.js +10 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-main/coreGuideModel.d.ts +4 -0
- package/lib/models/entity/core-main/coreSiteModel.d.ts +7 -0
- package/lib/models/entity/donate/donateTargetModel.d.ts +1 -1
- package/lib/models/entity/sms/smsLogInBoxModel.d.ts +6 -6
- package/lib/models/entity/sms/smsLogOutBoxDetailModel.d.ts +13 -11
- package/lib/service/sms/_export.d.ts +1 -0
- package/lib/service/sms/smsMainApiPathAndCustomerNumber.service.d.ts +5 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -8056,6 +8056,20 @@
|
|
|
8056
8056
|
{ type: i0.Injectable }
|
|
8057
8057
|
];
|
|
8058
8058
|
|
|
8059
|
+
var SmsMainApiPathAndCustomerNumberService = /** @class */ (function (_super) {
|
|
8060
|
+
__extends(SmsMainApiPathAndCustomerNumberService, _super);
|
|
8061
|
+
function SmsMainApiPathAndCustomerNumberService() {
|
|
8062
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
8063
|
+
}
|
|
8064
|
+
SmsMainApiPathAndCustomerNumberService.prototype.getModuleCotrolerUrl = function () {
|
|
8065
|
+
return 'SmsMainApiPathAndCustomerNumber';
|
|
8066
|
+
};
|
|
8067
|
+
return SmsMainApiPathAndCustomerNumberService;
|
|
8068
|
+
}(ApiCmsServerBase));
|
|
8069
|
+
SmsMainApiPathAndCustomerNumberService.decorators = [
|
|
8070
|
+
{ type: i0.Injectable }
|
|
8071
|
+
];
|
|
8072
|
+
|
|
8059
8073
|
var SmsMainApiPathProcessFlowService = /** @class */ (function (_super) {
|
|
8060
8074
|
__extends(SmsMainApiPathProcessFlowService, _super);
|
|
8061
8075
|
function SmsMainApiPathProcessFlowService() {
|
|
@@ -12700,6 +12714,7 @@
|
|
|
12700
12714
|
exports.SmsLogOutBoxService = SmsLogOutBoxService;
|
|
12701
12715
|
exports.SmsMainApiPathAliasJsonModel = SmsMainApiPathAliasJsonModel;
|
|
12702
12716
|
exports.SmsMainApiPathAndCustomerNumberModel = SmsMainApiPathAndCustomerNumberModel;
|
|
12717
|
+
exports.SmsMainApiPathAndCustomerNumberService = SmsMainApiPathAndCustomerNumberService;
|
|
12703
12718
|
exports.SmsMainApiPathCompanyModel = SmsMainApiPathCompanyModel;
|
|
12704
12719
|
exports.SmsMainApiPathCompanyService = SmsMainApiPathCompanyService;
|
|
12705
12720
|
exports.SmsMainApiPathModel = SmsMainApiPathModel;
|