lancer-shared 1.2.233 → 1.2.234
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/bundle.cjs.js
CHANGED
package/dist/bundle.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Region } from '../schemas';
|
|
2
2
|
export declare const JOB_FILTER_OPTIONS: {
|
|
3
|
-
REGIONS: readonly ["Worldwide", "USOnly", "UKOnly"];
|
|
3
|
+
REGIONS: readonly ["Worldwide", "USOnly", "UKOnly", "All"];
|
|
4
4
|
PROJECT_DURATION: readonly ["Less than 1 month", "1 to 3 months", "3 to 6 months", "More than 6 months", "Unspecified"];
|
|
5
5
|
ENGAGEMENT_TYPE: readonly ["Less than 30 hrs/week", "More than 30 hrs/week", "Unspecified"];
|
|
6
6
|
VENDOR_TYPE: readonly ["Independent", "Agency", "Unspecified"];
|