lancer-shared 1.2.272 → 1.2.273
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
|
@@ -43,6 +43,74 @@ const defaultQuestions = [
|
|
|
43
43
|
},
|
|
44
44
|
];
|
|
45
45
|
|
|
46
|
+
const GOAT_COUNTRIES = [
|
|
47
|
+
'USA',
|
|
48
|
+
'United States',
|
|
49
|
+
'United Kingdom',
|
|
50
|
+
'CAN',
|
|
51
|
+
'Canada',
|
|
52
|
+
'AUS',
|
|
53
|
+
'Australia',
|
|
54
|
+
'ISR',
|
|
55
|
+
'Israel',
|
|
56
|
+
'United Arab Emirates',
|
|
57
|
+
'Singapore',
|
|
58
|
+
'Switzerland',
|
|
59
|
+
'Saudi Arabia',
|
|
60
|
+
'CHN',
|
|
61
|
+
'China',
|
|
62
|
+
'Austria',
|
|
63
|
+
'BEL',
|
|
64
|
+
'Belgium',
|
|
65
|
+
'Bulgaria',
|
|
66
|
+
'Croatia',
|
|
67
|
+
'CYP',
|
|
68
|
+
'Cyprus',
|
|
69
|
+
'CZH',
|
|
70
|
+
'Czech Republic',
|
|
71
|
+
'Denmark',
|
|
72
|
+
'Estonia',
|
|
73
|
+
'FIN',
|
|
74
|
+
'Finland',
|
|
75
|
+
'FRA',
|
|
76
|
+
'France',
|
|
77
|
+
'DEU',
|
|
78
|
+
'Germany',
|
|
79
|
+
'Greece',
|
|
80
|
+
'HUN',
|
|
81
|
+
'Hungry',
|
|
82
|
+
'Ireland',
|
|
83
|
+
'Italy',
|
|
84
|
+
'Latvia',
|
|
85
|
+
'Lithuania',
|
|
86
|
+
'LUX',
|
|
87
|
+
'Luxhembourg',
|
|
88
|
+
'Malta',
|
|
89
|
+
'Netherlands',
|
|
90
|
+
'POL',
|
|
91
|
+
'Poland',
|
|
92
|
+
'Portugal',
|
|
93
|
+
'Romania',
|
|
94
|
+
'Slovakia',
|
|
95
|
+
'Slovenia',
|
|
96
|
+
'Spain',
|
|
97
|
+
'SWE',
|
|
98
|
+
'Sweden',
|
|
99
|
+
'Norway',
|
|
100
|
+
'New Zealand',
|
|
101
|
+
'GBR',
|
|
102
|
+
'NLD',
|
|
103
|
+
'Qatar',
|
|
104
|
+
'SGP',
|
|
105
|
+
'ESP',
|
|
106
|
+
'ITA',
|
|
107
|
+
'Puerto Rico',
|
|
108
|
+
'Costa Rica',
|
|
109
|
+
'Iceland',
|
|
110
|
+
'QAT',
|
|
111
|
+
'Monaco',
|
|
112
|
+
];
|
|
113
|
+
|
|
46
114
|
const invoiceStatusNames = {
|
|
47
115
|
open: "Open",
|
|
48
116
|
paid: "Paid",
|
|
@@ -24000,6 +24068,7 @@ exports.FEED_JOB_TO_JOB_DETAILS_FIELD_MAPPING = FEED_JOB_TO_JOB_DETAILS_FIELD_MA
|
|
|
24000
24068
|
exports.FailedToParseNuxtJobException = FailedToParseNuxtJobException;
|
|
24001
24069
|
exports.FeedJobEnrichException = FeedJobEnrichException;
|
|
24002
24070
|
exports.FeedScrapeException = FeedScrapeException;
|
|
24071
|
+
exports.GOAT_COUNTRIES = GOAT_COUNTRIES;
|
|
24003
24072
|
exports.GetMultiloginBrowserException = GetMultiloginBrowserException;
|
|
24004
24073
|
exports.GoToUrlException = GoToUrlException;
|
|
24005
24074
|
exports.HIERARCHICAL_CATEGORIES_TO_CHILDREN = HIERARCHICAL_CATEGORIES_TO_CHILDREN;
|