ntk-cms-api 1.2.99 → 1.2.100
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 +1 -1
- 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/core-log/coreLogReportDataModel.js +2 -2
- package/fesm2015/ntk-cms-api.js +1 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-log/coreLogReportDataModel.d.ts +2 -1
- package/package.json +1 -1
|
@@ -4354,7 +4354,7 @@
|
|
|
4354
4354
|
return CoreLogMemberModel;
|
|
4355
4355
|
}(BaseEntity));
|
|
4356
4356
|
|
|
4357
|
-
//@@tag-Version-
|
|
4357
|
+
//@@tag-Version-2212111
|
|
4358
4358
|
var CoreLogReportDataModel = /** @class */ (function (_super) {
|
|
4359
4359
|
__extends(CoreLogReportDataModel, _super);
|
|
4360
4360
|
function CoreLogReportDataModel() {
|