@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.
- package/dist/enums/index.d.ts +2 -1
- package/dist/enums/index.js +1 -0
- package/package.json +1 -1
package/dist/enums/index.d.ts
CHANGED
|
@@ -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",
|
package/dist/enums/index.js
CHANGED
|
@@ -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) {
|