@hestia-earth/api 0.16.0 → 0.16.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.
@@ -207,7 +207,15 @@ exports.canSubmit = function (file, user) {
207
207
  !file.userValidatedAt && (exports.isOwner(file, user) || exports.isAuthorized(file, user));
208
208
  };
209
209
  var feedbackStatuses = [
210
+ FileStatus.checkExistingDone,
211
+ FileStatus.extendBibliographyDone,
212
+ FileStatus.addMetadataDone,
213
+ FileStatus.validateHestiaDone,
210
214
  FileStatus.validateDataDone,
215
+ FileError.checkExistingError,
216
+ FileError.extendBibliographyError,
217
+ FileError.addMetadataError,
218
+ FileError.validateHestiaError,
211
219
  FileError.validateDataError
212
220
  ];
213
221
  exports.canFeedback = function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",