@adaptware/eagles-db 0.4.18 → 0.4.19

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.
@@ -1149,6 +1149,7 @@ exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
1149
1149
  PENDING: 'PENDING',
1150
1150
  IN_PROGRESS: 'IN_PROGRESS',
1151
1151
  SHORTLISTED: 'SHORTLISTED',
1152
+ SELECTED: 'SELECTED',
1152
1153
  REJECTED: 'REJECTED'
1153
1154
  };
1154
1155
 
package/client/index.d.ts CHANGED
@@ -340,6 +340,7 @@ export const ApplicationStatus: {
340
340
  PENDING: 'PENDING',
341
341
  IN_PROGRESS: 'IN_PROGRESS',
342
342
  SHORTLISTED: 'SHORTLISTED',
343
+ SELECTED: 'SELECTED',
343
344
  REJECTED: 'REJECTED'
344
345
  };
345
346