@careflair/common 1.0.33 → 1.0.34

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.
@@ -363,7 +363,8 @@ export declare enum JOB_TABS {
363
363
  ALL = "all",
364
364
  MY_JOBS = "my-jobs",
365
365
  APPLIED_JOBS = "applied-jobs",
366
- MATCHED_JOBS = "matched-jobs"
366
+ MATCHED_JOBS = "matched-jobs",
367
+ OTHER_JOBS = "other-jobs"
367
368
  }
368
369
  export declare enum DocumentType {
369
370
  NDIS_WORKER_SCREENING = "NDIS_WORKER_SCREENING",
@@ -420,6 +420,7 @@ var JOB_TABS;
420
420
  JOB_TABS["MY_JOBS"] = "my-jobs";
421
421
  JOB_TABS["APPLIED_JOBS"] = "applied-jobs";
422
422
  JOB_TABS["MATCHED_JOBS"] = "matched-jobs";
423
+ JOB_TABS["OTHER_JOBS"] = "other-jobs";
423
424
  })(JOB_TABS || (exports.JOB_TABS = JOB_TABS = {}));
424
425
  var DocumentType;
425
426
  (function (DocumentType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careflair/common",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Shared assets for CareFlair",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",