@plyaz/types 1.44.1 → 1.45.1

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/dist/index.cjs CHANGED
@@ -4287,10 +4287,10 @@ var ERROR_DEFINITIONS = {
4287
4287
  },
4288
4288
  [ERROR_CODES.DB_FIND_BY_ID_FAILED]: {
4289
4289
  code: ERROR_CODES.DB_FIND_BY_ID_FAILED,
4290
- status: HTTP_STATUS.INTERNAL_SERVER_ERROR,
4291
- category: ERROR_CATEGORY.Server,
4290
+ status: HTTP_STATUS.NOT_FOUND,
4291
+ category: ERROR_CATEGORY.Client,
4292
4292
  userMessage: "db.crud.find_by_id_failed",
4293
- severity: ERROR_SEVERITY.High,
4293
+ severity: ERROR_SEVERITY.Low,
4294
4294
  retryable: false
4295
4295
  },
4296
4296
  [ERROR_CODES.DB_UPDATE_FAILED]: {