@kipicore/dbcore 1.1.334 → 1.1.335

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.
@@ -1337,3 +1337,9 @@ export declare enum INTERNAL_MARK_ERROR_MESSAGES {
1337
1337
  NOT_AUTHORIZED = "You are not authorized to perform this action!",
1338
1338
  INVALID_DATA = "Invalid internal mark data provided!"
1339
1339
  }
1340
+ export declare enum MARK_SHEET_CONFIGURATION_ERROR_MESSAGES {
1341
+ NOT_FOUND = "mark Sheet Configuration not found!",
1342
+ ALREADY_EXISTS = "mark Sheet Configuration already exists!",
1343
+ NOT_AUTHORIZED = "You are not authorized to perform this action!",
1344
+ INVALID_DATA = "mark Sheet Configuration mark data provided!"
1345
+ }
@@ -934,3 +934,9 @@ export declare enum INTERNAL_MARK_SUCCESS_MESSAGES {
934
934
  UPDATE_SUCCESS = "Internal mark updated successfully!",
935
935
  UPSERT_SUCCESS = "Internal marks upserted successfully!"
936
936
  }
937
+ export declare enum MARK_SHEET_CONFIGURATION_SUCCESS_MESSAGES {
938
+ CREATE_SUCCESS = "markSheetConfiguration created successfully!",
939
+ GET_SUCCESS = "markSheetConfiguration retrieved successfully!",
940
+ UPDATE_SUCCESS = "markSheetConfiguration updated successfully!",
941
+ UPSERT_SUCCESS = "markSheetConfiguration upserted successfully!"
942
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.334",
3
+ "version": "1.1.335",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",