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.
@@ -51,7 +51,7 @@ const invoiceStatusNames = {
51
51
  };
52
52
 
53
53
  const JOB_FILTER_OPTIONS = {
54
- REGIONS: ['Worldwide', 'USOnly', 'UKOnly'],
54
+ REGIONS: ['Worldwide', 'USOnly', 'UKOnly', 'All'],
55
55
  PROJECT_DURATION: [
56
56
  'Less than 1 month',
57
57
  '1 to 3 months',
@@ -49,7 +49,7 @@ const invoiceStatusNames = {
49
49
  };
50
50
 
51
51
  const JOB_FILTER_OPTIONS = {
52
- REGIONS: ['Worldwide', 'USOnly', 'UKOnly'],
52
+ REGIONS: ['Worldwide', 'USOnly', 'UKOnly', 'All'],
53
53
  PROJECT_DURATION: [
54
54
  'Less than 1 month',
55
55
  '1 to 3 months',
@@ -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"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.233",
3
+ "version": "1.2.234",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",