cloud-ide-lms-model 1.0.246 → 1.0.247

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.
@@ -75,4 +75,4 @@ interface prgTrmSectionToggleStatusControllerResponse extends controllerResponse
75
75
  interface prgTrmSectionToggleLockControllerResponse extends controllerResponse {
76
76
  data?: boolean;
77
77
  }
78
- export { IPrgTrmSectionErrorLogger, IPrgTrmSectionGetByIdErrorLogger, IPrgTrmSectionDeleteErrorLogger, IPrgTrmSectionInsertUpdateErrorLogger, IPrgTrmSectionToggleStatusErrorLogger, IPrgTrmSectionToggleLockErrorLogger, MPrgTrmSection, MPrgTrmSectionGetByIdPayload, MPrgTrmSectionDeletePayload, MPrgTrmSectionInsertUpdatePayload, MPrgTrmSectionToggleStatusPayload, MPrgTrmSectionToggleLockPayload, prgTrmSectionControllerResponse, prgTrmSectionByIdControllerResponse, prgTrmSectionInsertUpdateControllerResponse, prgTrmSectionDeleteControllerResponse, prgTrmSectionToggleStatusControllerResponse, prgTrmSectionToggleLockControllerResponse };
78
+ export { IPrgTrmSectionErrorLogger, IPrgTrmSectionGetByIdErrorLogger, IPrgTrmSectionDeleteErrorLogger, IPrgTrmSectionInsertUpdateErrorLogger, IPrgTrmSectionToggleStatusErrorLogger, IPrgTrmSectionToggleLockErrorLogger, MPrgTrmSection, MPrgTrmSectionGetByIdPayload, MPrgTrmSectionDeletePayload, MPrgTrmSectionInsertUpdatePayload, MPrgTrmSectionToggleStatusPayload, MPrgTrmSectionToggleLockPayload, prgTrmSectionControllerResponse, prgTrmSectionByIdControllerResponse, prgTrmSectionInsertUpdateControllerResponse, prgTrmSectionDeleteControllerResponse, prgTrmSectionToggleStatusControllerResponse, prgTrmSectionToggleLockControllerResponse, AcaPrgTrmSectionResponse };
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.246",
8
+ "version": "1.0.247",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",