@studyportals/static-domain-data 7.0.0-1 → 7.0.0-3
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/cjs/src/countries/countries.js +231 -9
- package/cjs/src/countries/country-get-async.js +102 -0
- package/cjs/src/countries/country-id-chunk-mapping.js +235 -0
- package/cjs/src/countries/country-iso-chunk-mapping.js +235 -0
- package/cjs/src/currencies/currencies.js +167 -8
- package/cjs/src/currencies/currency-get-async.js +97 -0
- package/cjs/src/disciplines/chunks/subdisciplines-10.js +32 -0
- package/cjs/src/disciplines/chunks/subdisciplines-11.js +30 -0
- package/cjs/src/disciplines/chunks/subdisciplines-117.js +19 -0
- package/cjs/src/disciplines/chunks/subdisciplines-12.js +17 -0
- package/cjs/src/disciplines/chunks/subdisciplines-13.js +45 -0
- package/cjs/src/disciplines/chunks/subdisciplines-23.js +50 -0
- package/cjs/src/disciplines/chunks/subdisciplines-24.js +23 -0
- package/cjs/src/disciplines/chunks/subdisciplines-258.js +28 -0
- package/cjs/src/disciplines/chunks/subdisciplines-289.js +25 -0
- package/cjs/src/disciplines/chunks/subdisciplines-54.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-58.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-6.js +16 -0
- package/cjs/src/disciplines/chunks/subdisciplines-64.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-7.js +30 -0
- package/cjs/src/disciplines/chunks/subdisciplines-9.js +22 -0
- package/cjs/src/disciplines/discipline-get-parent-discipline.js +2 -6
- package/cjs/src/disciplines/discipline-get-subdiscipline-by-id-async.js +33 -0
- package/cjs/src/disciplines/discipline-get-subdisciplines-async.js +74 -0
- package/cjs/src/disciplines/i-sub-discipline-record.js +2 -0
- package/cjs/src/disciplines/subdiscipline-id-discipline-id-mapping.js +289 -0
- package/cjs/src/disciplines/subdisciplines.js +162 -162
- package/esm/src/countries/countries.js +231 -9
- package/esm/src/countries/country-get-async.d.ts +4 -0
- package/esm/src/countries/country-get-async.js +75 -0
- package/esm/src/countries/country-id-chunk-mapping.d.ts +2 -0
- package/esm/src/countries/country-id-chunk-mapping.js +232 -0
- package/esm/src/countries/country-iso-chunk-mapping.d.ts +2 -0
- package/esm/src/countries/country-iso-chunk-mapping.js +232 -0
- package/esm/src/currencies/currencies.js +167 -8
- package/esm/src/currencies/currency-get-async.d.ts +3 -0
- package/esm/src/currencies/currency-get-async.js +71 -0
- package/esm/src/disciplines/chunks/subdisciplines-10.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-10.js +29 -0
- package/esm/src/disciplines/chunks/subdisciplines-11.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-11.js +27 -0
- package/esm/src/disciplines/chunks/subdisciplines-117.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-117.js +16 -0
- package/esm/src/disciplines/chunks/subdisciplines-12.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-12.js +14 -0
- package/esm/src/disciplines/chunks/subdisciplines-13.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-13.js +42 -0
- package/esm/src/disciplines/chunks/subdisciplines-23.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-23.js +47 -0
- package/esm/src/disciplines/chunks/subdisciplines-24.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-24.js +20 -0
- package/esm/src/disciplines/chunks/subdisciplines-258.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-258.js +25 -0
- package/esm/src/disciplines/chunks/subdisciplines-289.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-289.js +22 -0
- package/esm/src/disciplines/chunks/subdisciplines-54.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-54.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-58.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-58.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-6.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-6.js +13 -0
- package/esm/src/disciplines/chunks/subdisciplines-64.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-64.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-7.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-7.js +27 -0
- package/esm/src/disciplines/chunks/subdisciplines-9.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-9.js +19 -0
- package/esm/src/disciplines/discipline-get-parent-discipline.js +2 -6
- package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.d.ts +3 -0
- package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.js +30 -0
- package/esm/src/disciplines/discipline-get-subdisciplines-async.d.ts +4 -0
- package/esm/src/disciplines/discipline-get-subdisciplines-async.js +47 -0
- package/esm/src/disciplines/i-sub-discipline-record.d.ts +1 -0
- package/esm/src/disciplines/i-sub-discipline-record.js +1 -0
- package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.d.ts +2 -0
- package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.js +286 -0
- package/esm/src/disciplines/subdisciplines.js +162 -162
- package/package.json +1 -1
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.countryIsoChunkMapping = void 0;
|
|
4
|
+
const countryIsoChunkMapping = {
|
|
5
|
+
"AD": "a-f",
|
|
6
|
+
"AE": "s-z",
|
|
7
|
+
"AF": "a-f",
|
|
8
|
+
"AG": "a-f",
|
|
9
|
+
"AI": "a-f",
|
|
10
|
+
"AL": "a-f",
|
|
11
|
+
"AM": "a-f",
|
|
12
|
+
"AO": "a-f",
|
|
13
|
+
"AR": "a-f",
|
|
14
|
+
"AS": "a-f",
|
|
15
|
+
"AT": "a-f",
|
|
16
|
+
"AU": "a-f",
|
|
17
|
+
"AW": "a-f",
|
|
18
|
+
"AX": "a-f",
|
|
19
|
+
"AZ": "a-f",
|
|
20
|
+
"BA": "a-f",
|
|
21
|
+
"BB": "a-f",
|
|
22
|
+
"BD": "a-f",
|
|
23
|
+
"BE": "a-f",
|
|
24
|
+
"BF": "a-f",
|
|
25
|
+
"BG": "a-f",
|
|
26
|
+
"BH": "a-f",
|
|
27
|
+
"BI": "a-f",
|
|
28
|
+
"BJ": "a-f",
|
|
29
|
+
"BL": "s-z",
|
|
30
|
+
"BM": "a-f",
|
|
31
|
+
"BN": "a-f",
|
|
32
|
+
"BO": "a-f",
|
|
33
|
+
"BQ": "a-f",
|
|
34
|
+
"BR": "a-f",
|
|
35
|
+
"BS": "a-f",
|
|
36
|
+
"BT": "a-f",
|
|
37
|
+
"BW": "a-f",
|
|
38
|
+
"BY": "a-f",
|
|
39
|
+
"BZ": "a-f",
|
|
40
|
+
"CA": "a-f",
|
|
41
|
+
"CD": "a-f",
|
|
42
|
+
"CF": "a-f",
|
|
43
|
+
"CG": "a-f",
|
|
44
|
+
"CH": "s-z",
|
|
45
|
+
"CI": "a-f",
|
|
46
|
+
"CK": "a-f",
|
|
47
|
+
"CL": "a-f",
|
|
48
|
+
"CM": "a-f",
|
|
49
|
+
"CN": "a-f",
|
|
50
|
+
"CO": "a-f",
|
|
51
|
+
"CR": "a-f",
|
|
52
|
+
"CU": "a-f",
|
|
53
|
+
"CV": "a-f",
|
|
54
|
+
"CW": "a-f",
|
|
55
|
+
"CY": "a-f",
|
|
56
|
+
"CZ": "a-f",
|
|
57
|
+
"DE": "g-l",
|
|
58
|
+
"DJ": "a-f",
|
|
59
|
+
"DK": "a-f",
|
|
60
|
+
"DM": "a-f",
|
|
61
|
+
"DO": "a-f",
|
|
62
|
+
"DZ": "a-f",
|
|
63
|
+
"EC": "a-f",
|
|
64
|
+
"EE": "a-f",
|
|
65
|
+
"EG": "a-f",
|
|
66
|
+
"EH": "s-z",
|
|
67
|
+
"ER": "a-f",
|
|
68
|
+
"ES": "s-z",
|
|
69
|
+
"ET": "a-f",
|
|
70
|
+
"FI": "a-f",
|
|
71
|
+
"FJ": "a-f",
|
|
72
|
+
"FM": "m-r",
|
|
73
|
+
"FO": "a-f",
|
|
74
|
+
"FR": "a-f",
|
|
75
|
+
"GA": "g-l",
|
|
76
|
+
"GB": "s-z",
|
|
77
|
+
"GD": "g-l",
|
|
78
|
+
"GE": "g-l",
|
|
79
|
+
"GF": "a-f",
|
|
80
|
+
"GH": "g-l",
|
|
81
|
+
"GL": "g-l",
|
|
82
|
+
"GM": "g-l",
|
|
83
|
+
"GN": "g-l",
|
|
84
|
+
"GP": "g-l",
|
|
85
|
+
"GQ": "a-f",
|
|
86
|
+
"GR": "g-l",
|
|
87
|
+
"GT": "g-l",
|
|
88
|
+
"GU": "g-l",
|
|
89
|
+
"GW": "g-l",
|
|
90
|
+
"GY": "g-l",
|
|
91
|
+
"HK": "g-l",
|
|
92
|
+
"HN": "g-l",
|
|
93
|
+
"HR": "a-f",
|
|
94
|
+
"HT": "g-l",
|
|
95
|
+
"HU": "g-l",
|
|
96
|
+
"ID": "g-l",
|
|
97
|
+
"IE": "g-l",
|
|
98
|
+
"IL": "g-l",
|
|
99
|
+
"IM": "g-l",
|
|
100
|
+
"IN": "g-l",
|
|
101
|
+
"IQ": "g-l",
|
|
102
|
+
"IR": "g-l",
|
|
103
|
+
"IS": "g-l",
|
|
104
|
+
"IT": "g-l",
|
|
105
|
+
"JM": "g-l",
|
|
106
|
+
"JO": "g-l",
|
|
107
|
+
"JP": "g-l",
|
|
108
|
+
"KE": "g-l",
|
|
109
|
+
"KG": "g-l",
|
|
110
|
+
"KH": "a-f",
|
|
111
|
+
"KI": "g-l",
|
|
112
|
+
"KM": "a-f",
|
|
113
|
+
"KN": "s-z",
|
|
114
|
+
"KP": "m-r",
|
|
115
|
+
"KR": "s-z",
|
|
116
|
+
"KW": "g-l",
|
|
117
|
+
"KY": "a-f",
|
|
118
|
+
"KZ": "g-l",
|
|
119
|
+
"LA": "g-l",
|
|
120
|
+
"LB": "g-l",
|
|
121
|
+
"LC": "s-z",
|
|
122
|
+
"LI": "g-l",
|
|
123
|
+
"LK": "s-z",
|
|
124
|
+
"LR": "g-l",
|
|
125
|
+
"LS": "g-l",
|
|
126
|
+
"LT": "g-l",
|
|
127
|
+
"LU": "g-l",
|
|
128
|
+
"LV": "g-l",
|
|
129
|
+
"LY": "g-l",
|
|
130
|
+
"MA": "m-r",
|
|
131
|
+
"MC": "m-r",
|
|
132
|
+
"MD": "m-r",
|
|
133
|
+
"ME": "m-r",
|
|
134
|
+
"MG": "m-r",
|
|
135
|
+
"MH": "m-r",
|
|
136
|
+
"MK": "m-r",
|
|
137
|
+
"ML": "m-r",
|
|
138
|
+
"MM": "m-r",
|
|
139
|
+
"MN": "m-r",
|
|
140
|
+
"MO": "m-r",
|
|
141
|
+
"MP": "m-r",
|
|
142
|
+
"MQ": "m-r",
|
|
143
|
+
"MR": "m-r",
|
|
144
|
+
"MS": "m-r",
|
|
145
|
+
"MT": "m-r",
|
|
146
|
+
"MU": "m-r",
|
|
147
|
+
"MV": "m-r",
|
|
148
|
+
"MW": "m-r",
|
|
149
|
+
"MX": "m-r",
|
|
150
|
+
"MY": "m-r",
|
|
151
|
+
"MZ": "m-r",
|
|
152
|
+
"NA": "m-r",
|
|
153
|
+
"NC": "m-r",
|
|
154
|
+
"NE": "m-r",
|
|
155
|
+
"NG": "m-r",
|
|
156
|
+
"NI": "m-r",
|
|
157
|
+
"NL": "m-r",
|
|
158
|
+
"NO": "m-r",
|
|
159
|
+
"NP": "m-r",
|
|
160
|
+
"NR": "m-r",
|
|
161
|
+
"NU": "m-r",
|
|
162
|
+
"NZ": "m-r",
|
|
163
|
+
"OM": "m-r",
|
|
164
|
+
"PA": "m-r",
|
|
165
|
+
"PE": "m-r",
|
|
166
|
+
"PF": "a-f",
|
|
167
|
+
"PG": "m-r",
|
|
168
|
+
"PH": "m-r",
|
|
169
|
+
"PK": "m-r",
|
|
170
|
+
"PL": "m-r",
|
|
171
|
+
"PM": "s-z",
|
|
172
|
+
"PR": "m-r",
|
|
173
|
+
"PS": "m-r",
|
|
174
|
+
"PT": "m-r",
|
|
175
|
+
"PW": "m-r",
|
|
176
|
+
"PY": "m-r",
|
|
177
|
+
"QA": "m-r",
|
|
178
|
+
"RE": "m-r",
|
|
179
|
+
"RO": "m-r",
|
|
180
|
+
"RS": "s-z",
|
|
181
|
+
"RU": "m-r",
|
|
182
|
+
"RW": "m-r",
|
|
183
|
+
"SA": "s-z",
|
|
184
|
+
"SB": "s-z",
|
|
185
|
+
"SC": "s-z",
|
|
186
|
+
"SD": "s-z",
|
|
187
|
+
"SE": "s-z",
|
|
188
|
+
"SG": "s-z",
|
|
189
|
+
"SI": "s-z",
|
|
190
|
+
"SK": "s-z",
|
|
191
|
+
"SL": "s-z",
|
|
192
|
+
"SM": "s-z",
|
|
193
|
+
"SN": "s-z",
|
|
194
|
+
"SO": "s-z",
|
|
195
|
+
"SR": "s-z",
|
|
196
|
+
"SS": "s-z",
|
|
197
|
+
"ST": "s-z",
|
|
198
|
+
"SV": "a-f",
|
|
199
|
+
"SX": "s-z",
|
|
200
|
+
"SY": "s-z",
|
|
201
|
+
"SZ": "a-f",
|
|
202
|
+
"TC": "s-z",
|
|
203
|
+
"TD": "a-f",
|
|
204
|
+
"TG": "s-z",
|
|
205
|
+
"TH": "s-z",
|
|
206
|
+
"TJ": "s-z",
|
|
207
|
+
"TL": "s-z",
|
|
208
|
+
"TM": "s-z",
|
|
209
|
+
"TN": "s-z",
|
|
210
|
+
"TO": "s-z",
|
|
211
|
+
"TR": "s-z",
|
|
212
|
+
"TT": "s-z",
|
|
213
|
+
"TV": "s-z",
|
|
214
|
+
"TW": "s-z",
|
|
215
|
+
"TZ": "s-z",
|
|
216
|
+
"UA": "s-z",
|
|
217
|
+
"UG": "s-z",
|
|
218
|
+
"US": "s-z",
|
|
219
|
+
"UY": "s-z",
|
|
220
|
+
"UZ": "s-z",
|
|
221
|
+
"VC": "s-z",
|
|
222
|
+
"VE": "s-z",
|
|
223
|
+
"VG": "a-f",
|
|
224
|
+
"VI": "s-z",
|
|
225
|
+
"VN": "s-z",
|
|
226
|
+
"VU": "s-z",
|
|
227
|
+
"WS": "s-z",
|
|
228
|
+
"XC": "m-r",
|
|
229
|
+
"XK": "g-l",
|
|
230
|
+
"YE": "s-z",
|
|
231
|
+
"ZA": "s-z",
|
|
232
|
+
"ZM": "s-z",
|
|
233
|
+
"ZW": "s-z",
|
|
234
|
+
};
|
|
235
|
+
exports.countryIsoChunkMapping = countryIsoChunkMapping;
|
|
@@ -1,15 +1,174 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.currenciesAll = void 0;
|
|
4
|
-
const currency_records_a_f_js_1 = require("./chunks/currency-records-a-f.js");
|
|
5
|
-
const currency_records_g_l_js_1 = require("./chunks/currency-records-g-l.js");
|
|
6
|
-
const currency_records_m_r_js_1 = require("./chunks/currency-records-m-r.js");
|
|
7
|
-
const currency_records_s_z_js_1 = require("./chunks/currency-records-s-z.js");
|
|
8
4
|
const currencyRecords = [
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
5
|
+
["AED", "United Arab Emirates Dirham"],
|
|
6
|
+
["AFN", "Afghan Afghani"],
|
|
7
|
+
["ALL", "Albanian Lek"],
|
|
8
|
+
["AMD", "Armenian Dram"],
|
|
9
|
+
["ANG", "Netherlands Antillean Guilder"],
|
|
10
|
+
["AOA", "Angolan Kwanza"],
|
|
11
|
+
["ARS", "Argentine Peso"],
|
|
12
|
+
["AUD", "Australian Dollar"],
|
|
13
|
+
["AWG", "Aruban Florin"],
|
|
14
|
+
["AZN", "Azerbaijani Manat"],
|
|
15
|
+
["BAM", "Bosnia-Herzegovina Convertible Mark"],
|
|
16
|
+
["BBD", "Barbadian Dollar"],
|
|
17
|
+
["BDT", "Bangladeshi Taka"],
|
|
18
|
+
["BGN", "Bulgarian Lev"],
|
|
19
|
+
["BHD", "Bahraini Dinar"],
|
|
20
|
+
["BIF", "Burundian Franc"],
|
|
21
|
+
["BMD", "Bermudan Dollar"],
|
|
22
|
+
["BND", "Brunei Dollar"],
|
|
23
|
+
["BOB", "Bolivian Boliviano"],
|
|
24
|
+
["BRL", "Brazilian Real"],
|
|
25
|
+
["BSD", "Bahamian Dollar"],
|
|
26
|
+
["BTC", "Bitcoin"],
|
|
27
|
+
["BTN", "Bhutanese Ngultrum"],
|
|
28
|
+
["BWP", "Botswanan Pula"],
|
|
29
|
+
["BYN", "New Belarusian Ruble"],
|
|
30
|
+
["BYR", "Belarusian Ruble"],
|
|
31
|
+
["BZD", "Belize Dollar"],
|
|
32
|
+
["CAD", "Canadian Dollar"],
|
|
33
|
+
["CDF", "Congolese Franc"],
|
|
34
|
+
["CHF", "Swiss Franc"],
|
|
35
|
+
["CLF", "Chilean Unit of Account (UF)"],
|
|
36
|
+
["CLP", "Chilean Peso"],
|
|
37
|
+
["CNY", "Chinese Yuan"],
|
|
38
|
+
["COP", "Colombian Peso"],
|
|
39
|
+
["CRC", "Costa Rican Colón"],
|
|
40
|
+
["CUC", "Cuban Convertible Peso"],
|
|
41
|
+
["CUP", "Cuban Peso"],
|
|
42
|
+
["CVE", "Cape Verdean Escudo"],
|
|
43
|
+
["CZK", "Czech Republic Koruna"],
|
|
44
|
+
["DJF", "Djiboutian Franc"],
|
|
45
|
+
["DKK", "Danish Krone"],
|
|
46
|
+
["DOP", "Dominican Peso"],
|
|
47
|
+
["DZD", "Algerian Dinar"],
|
|
48
|
+
["EGP", "Egyptian Pound"],
|
|
49
|
+
["ERN", "Eritrean Nakfa"],
|
|
50
|
+
["ETB", "Ethiopian Birr"],
|
|
51
|
+
["EUR", "Euro"],
|
|
52
|
+
["FJD", "Fijian Dollar"],
|
|
53
|
+
["FKP", "Falkland Islands Pound"],
|
|
54
|
+
["GBP", "British Pound Sterling"],
|
|
55
|
+
["GEL", "Georgian Lari"],
|
|
56
|
+
["GGP", "Guernsey Pound"],
|
|
57
|
+
["GHS", "Ghanaian Cedi"],
|
|
58
|
+
["GIP", "Gibraltar Pound"],
|
|
59
|
+
["GMD", "Gambian Dalasi"],
|
|
60
|
+
["GNF", "Guinean Franc"],
|
|
61
|
+
["GTQ", "Guatemalan Quetzal"],
|
|
62
|
+
["GYD", "Guyanaese Dollar"],
|
|
63
|
+
["HKD", "Hong Kong Dollar"],
|
|
64
|
+
["HNL", "Honduran Lempira"],
|
|
65
|
+
["HRK", "Croatian Kuna"],
|
|
66
|
+
["HTG", "Haitian Gourde"],
|
|
67
|
+
["HUF", "Hungarian Forint"],
|
|
68
|
+
["IDR", "Indonesian Rupiah"],
|
|
69
|
+
["ILS", "Israeli New Sheqel"],
|
|
70
|
+
["IMP", "Manx pound"],
|
|
71
|
+
["INR", "Indian Rupee"],
|
|
72
|
+
["IQD", "Iraqi Dinar"],
|
|
73
|
+
["IRR", "Iranian Rial"],
|
|
74
|
+
["ISK", "Icelandic Króna"],
|
|
75
|
+
["JEP", "Jersey Pound"],
|
|
76
|
+
["JMD", "Jamaican Dollar"],
|
|
77
|
+
["JOD", "Jordanian Dinar"],
|
|
78
|
+
["JPY", "Japanese Yen"],
|
|
79
|
+
["KES", "Kenyan Shilling"],
|
|
80
|
+
["KGS", "Kyrgystani Som"],
|
|
81
|
+
["KHR", "Cambodian Riel"],
|
|
82
|
+
["KMF", "Comorian Franc"],
|
|
83
|
+
["KPW", "North Korean Won"],
|
|
84
|
+
["KRW", "South Korean Won"],
|
|
85
|
+
["KWD", "Kuwaiti Dinar"],
|
|
86
|
+
["KYD", "Cayman Islands Dollar"],
|
|
87
|
+
["KZT", "Kazakhstani Tenge"],
|
|
88
|
+
["LAK", "Laotian Kip"],
|
|
89
|
+
["LBP", "Lebanese Pound"],
|
|
90
|
+
["LKR", "Sri Lankan Rupee"],
|
|
91
|
+
["LRD", "Liberian Dollar"],
|
|
92
|
+
["LSL", "Lesotho Loti"],
|
|
93
|
+
["LTL", "Lithuanian Litas"],
|
|
94
|
+
["LVL", "Latvian Lats"],
|
|
95
|
+
["LYD", "Libyan Dinar"],
|
|
96
|
+
["MAD", "Moroccan Dirham"],
|
|
97
|
+
["MDL", "Moldovan Leu"],
|
|
98
|
+
["MGA", "Malagasy Ariary"],
|
|
99
|
+
["MKD", "Macedonian Denar"],
|
|
100
|
+
["MMK", "Myanma Kyat"],
|
|
101
|
+
["MNT", "Mongolian Tugrik"],
|
|
102
|
+
["MOP", "Macanese Pataca"],
|
|
103
|
+
["MUR", "Mauritian Rupee"],
|
|
104
|
+
["MVR", "Maldivian Rufiyaa"],
|
|
105
|
+
["MWK", "Malawian Kwacha"],
|
|
106
|
+
["MXN", "Mexican Peso"],
|
|
107
|
+
["MYR", "Malaysian Ringgit"],
|
|
108
|
+
["MZN", "Mozambican Metical"],
|
|
109
|
+
["NAD", "Namibian Dollar"],
|
|
110
|
+
["NGN", "Nigerian Naira"],
|
|
111
|
+
["NIO", "Nicaraguan Córdoba"],
|
|
112
|
+
["NOK", "Norwegian Krone"],
|
|
113
|
+
["NPR", "Nepalese Rupee"],
|
|
114
|
+
["NZD", "New Zealand Dollar"],
|
|
115
|
+
["OMR", "Omani Rial"],
|
|
116
|
+
["PAB", "Panamanian Balboa"],
|
|
117
|
+
["PEN", "Peruvian Nuevo Sol"],
|
|
118
|
+
["PGK", "Papua New Guinean Kina"],
|
|
119
|
+
["PHP", "Philippine Peso"],
|
|
120
|
+
["PKR", "Pakistani Rupee"],
|
|
121
|
+
["PLN", "Polish Zloty"],
|
|
122
|
+
["PYG", "Paraguayan Guarani"],
|
|
123
|
+
["QAR", "Qatari Rial"],
|
|
124
|
+
["RON", "Romanian Leu"],
|
|
125
|
+
["RSD", "Serbian Dinar"],
|
|
126
|
+
["RUB", "Russian Ruble"],
|
|
127
|
+
["RWF", "Rwandan Franc"],
|
|
128
|
+
["SAR", "Saudi Riyal"],
|
|
129
|
+
["SBD", "Solomon Islands Dollar"],
|
|
130
|
+
["SCR", "Seychellois Rupee"],
|
|
131
|
+
["SDG", "Sudanese Pound"],
|
|
132
|
+
["SEK", "Swedish Krona"],
|
|
133
|
+
["SGD", "Singapore Dollar"],
|
|
134
|
+
["SHP", "Saint Helena Pound"],
|
|
135
|
+
["SLL", "Sierra Leonean Leone"],
|
|
136
|
+
["SOS", "Somali Shilling"],
|
|
137
|
+
["SRD", "Surinamese Dollar"],
|
|
138
|
+
["STD", "São Tomé and Príncipe Dobra"],
|
|
139
|
+
["SVC", "Salvadoran Colón"],
|
|
140
|
+
["SYP", "Syrian Pound"],
|
|
141
|
+
["SZL", "Swazi Lilangeni"],
|
|
142
|
+
["THB", "Thai Baht"],
|
|
143
|
+
["TJS", "Tajikistani Somoni"],
|
|
144
|
+
["TMT", "Turkmenistani Manat"],
|
|
145
|
+
["TND", "Tunisian Dinar"],
|
|
146
|
+
["TOP", "Tongan Paʻanga"],
|
|
147
|
+
["TRY", "Turkish Lira"],
|
|
148
|
+
["TTD", "Trinidad and Tobago Dollar"],
|
|
149
|
+
["TWD", "New Taiwan Dollar"],
|
|
150
|
+
["TZS", "Tanzanian Shilling"],
|
|
151
|
+
["UAH", "Ukrainian Hryvnia"],
|
|
152
|
+
["UGX", "Ugandan Shilling"],
|
|
153
|
+
["USD", "United States Dollar"],
|
|
154
|
+
["UYU", "Uruguayan Peso"],
|
|
155
|
+
["UZS", "Uzbekistan Som"],
|
|
156
|
+
["VEF", "Venezuelan Bolívar Fuerte"],
|
|
157
|
+
["VND", "Vietnamese Dong"],
|
|
158
|
+
["VUV", "Vanuatu Vatu"],
|
|
159
|
+
["WST", "Samoan Tala"],
|
|
160
|
+
["XAF", "CFA Franc BEAC"],
|
|
161
|
+
["XAG", "Silver (troy ounce)"],
|
|
162
|
+
["XAU", "Gold (troy ounce)"],
|
|
163
|
+
["XCD", "East Caribbean Dollar"],
|
|
164
|
+
["XDR", "Special Drawing Rights"],
|
|
165
|
+
["XOF", "CFA Franc BCEAO"],
|
|
166
|
+
["XPF", "CFP Franc"],
|
|
167
|
+
["YER", "Yemeni Rial"],
|
|
168
|
+
["ZAR", "South African Rand"],
|
|
169
|
+
["ZMK", "Zambian Kwacha (pre-2013)"],
|
|
170
|
+
["ZMW", "Zambian Kwacha"],
|
|
171
|
+
["ZWL", "Zimbabwean Dollar"],
|
|
13
172
|
];
|
|
14
173
|
const currenciesAll = currencyRecords.map(([iso, name]) => ({ iso, name }));
|
|
15
174
|
exports.currenciesAll = currenciesAll;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
28
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
29
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
30
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
31
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.currencyGetByIsoAsync = void 0;
|
|
36
|
+
const currenciesByChunkCache = new Map();
|
|
37
|
+
const currencyByIsoCache = new Map();
|
|
38
|
+
const currencyChunkLoaders = {
|
|
39
|
+
"a-f": () => Promise.resolve().then(() => __importStar(require("./chunks/currency-records-a-f.js"))),
|
|
40
|
+
"g-l": () => Promise.resolve().then(() => __importStar(require("./chunks/currency-records-g-l.js"))),
|
|
41
|
+
"m-r": () => Promise.resolve().then(() => __importStar(require("./chunks/currency-records-m-r.js"))),
|
|
42
|
+
"s-z": () => Promise.resolve().then(() => __importStar(require("./chunks/currency-records-s-z.js"))),
|
|
43
|
+
};
|
|
44
|
+
const getRecordsFromChunkModule = (chunk, chunkModule) => {
|
|
45
|
+
var _a, _b, _c, _d;
|
|
46
|
+
switch (chunk) {
|
|
47
|
+
case "a-f":
|
|
48
|
+
return (_a = chunkModule.currencyRecordsAF) !== null && _a !== void 0 ? _a : [];
|
|
49
|
+
case "g-l":
|
|
50
|
+
return (_b = chunkModule.currencyRecordsGL) !== null && _b !== void 0 ? _b : [];
|
|
51
|
+
case "m-r":
|
|
52
|
+
return (_c = chunkModule.currencyRecordsMR) !== null && _c !== void 0 ? _c : [];
|
|
53
|
+
case "s-z":
|
|
54
|
+
return (_d = chunkModule.currencyRecordsSZ) !== null && _d !== void 0 ? _d : [];
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
const getCurrencyChunkByIso = (isoCode) => {
|
|
58
|
+
const firstLetter = isoCode[0];
|
|
59
|
+
if (firstLetter >= "A" && firstLetter <= "F") {
|
|
60
|
+
return "a-f";
|
|
61
|
+
}
|
|
62
|
+
if (firstLetter >= "G" && firstLetter <= "L") {
|
|
63
|
+
return "g-l";
|
|
64
|
+
}
|
|
65
|
+
if (firstLetter >= "M" && firstLetter <= "R") {
|
|
66
|
+
return "m-r";
|
|
67
|
+
}
|
|
68
|
+
return "s-z";
|
|
69
|
+
};
|
|
70
|
+
const loadCurrencyChunk = (chunk) => __awaiter(void 0, void 0, void 0, function* () {
|
|
71
|
+
if (currenciesByChunkCache.has(chunk)) {
|
|
72
|
+
return currenciesByChunkCache.get(chunk);
|
|
73
|
+
}
|
|
74
|
+
const chunkModule = yield currencyChunkLoaders[chunk]();
|
|
75
|
+
const records = getRecordsFromChunkModule(chunk, chunkModule);
|
|
76
|
+
const currencies = records.map(([iso, name]) => {
|
|
77
|
+
const currency = { iso, name };
|
|
78
|
+
currencyByIsoCache.set(iso, currency);
|
|
79
|
+
return currency;
|
|
80
|
+
});
|
|
81
|
+
currenciesByChunkCache.set(chunk, currencies);
|
|
82
|
+
return currencies;
|
|
83
|
+
});
|
|
84
|
+
const currencyGetByIsoAsync = (isoCode) => __awaiter(void 0, void 0, void 0, function* () {
|
|
85
|
+
var _a;
|
|
86
|
+
const normalizedIsoCode = isoCode.toUpperCase().trim();
|
|
87
|
+
if (!normalizedIsoCode) {
|
|
88
|
+
return null;
|
|
89
|
+
}
|
|
90
|
+
if (currencyByIsoCache.has(normalizedIsoCode)) {
|
|
91
|
+
return currencyByIsoCache.get(normalizedIsoCode);
|
|
92
|
+
}
|
|
93
|
+
const chunk = getCurrencyChunkByIso(normalizedIsoCode);
|
|
94
|
+
yield loadCurrencyChunk(chunk);
|
|
95
|
+
return (_a = currencyByIsoCache.get(normalizedIsoCode)) !== null && _a !== void 0 ? _a : null;
|
|
96
|
+
});
|
|
97
|
+
exports.currencyGetByIsoAsync = currencyGetByIsoAsync;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subDisciplineRecords = void 0;
|
|
4
|
+
const subDisciplineRecords = [
|
|
5
|
+
["31", "Biomedical Science", "10"],
|
|
6
|
+
["335", "Clinical Psychology", "10"],
|
|
7
|
+
["228", "Complementary & Alternative Medicine", "10"],
|
|
8
|
+
["100", "Dentistry", "10"],
|
|
9
|
+
["368", "Epidemiology", "10"],
|
|
10
|
+
["361", "Gerontology", "10"],
|
|
11
|
+
["229", "Healthcare Administration", "10"],
|
|
12
|
+
["230", "Health Sciences", "10"],
|
|
13
|
+
["92", "Medicine", "10"],
|
|
14
|
+
["372", "Immunology", "10"],
|
|
15
|
+
["343", "Kinesiology", "10"],
|
|
16
|
+
["346", "Medical Imaging", "10"],
|
|
17
|
+
["231", "Midwifery", "10"],
|
|
18
|
+
["113", "Nursing", "10"],
|
|
19
|
+
["131", "Nutrition & Dietetics", "10"],
|
|
20
|
+
["351", "Occupational Health and Safety", "10"],
|
|
21
|
+
["106", "Pharmacy", "10"],
|
|
22
|
+
["369", "Physiology", "10"],
|
|
23
|
+
["105", "Physiotherapy", "10"],
|
|
24
|
+
["90", "Public Health", "10"],
|
|
25
|
+
["344", "Speech Pathology", "10"],
|
|
26
|
+
["107", "Veterinary Medicine", "10"],
|
|
27
|
+
["378", "Optometry", "10"],
|
|
28
|
+
["383", "Occupational Therapy", "10"],
|
|
29
|
+
["384", "Pathology", "10"],
|
|
30
|
+
["407", "Prosthetics and Orthotics", "10"],
|
|
31
|
+
];
|
|
32
|
+
exports.subDisciplineRecords = subDisciplineRecords;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subDisciplineRecords = void 0;
|
|
4
|
+
const subDisciplineRecords = [
|
|
5
|
+
["52", "Applied Mathematics", "11"],
|
|
6
|
+
["82", "Astronomy & Space Sciences", "11"],
|
|
7
|
+
["327", "Biochemistry", "11"],
|
|
8
|
+
["326", "Bioinformatics & Biostatistics", "11"],
|
|
9
|
+
["81", "Biology", "11"],
|
|
10
|
+
["118", "Biotechnology", "11"],
|
|
11
|
+
["305", "Botany", "11"],
|
|
12
|
+
["46", "Chemistry", "11"],
|
|
13
|
+
["223", "Financial Mathematics", "11"],
|
|
14
|
+
["334", "Genetics", "11"],
|
|
15
|
+
["40", "Mathematics", "11"],
|
|
16
|
+
["224", "Microbiology", "11"],
|
|
17
|
+
["225", "Molecular Sciences", "11"],
|
|
18
|
+
["357", "Nanoscience and Nanotechnology", "11"],
|
|
19
|
+
["222", "Natural Sciences", "11"],
|
|
20
|
+
["226", "Neuroscience", "11"],
|
|
21
|
+
["354", "Pharmacology", "11"],
|
|
22
|
+
["38", "Physics", "11"],
|
|
23
|
+
["227", "Statistics", "11"],
|
|
24
|
+
["398", "Anatomy", "11"],
|
|
25
|
+
["403", "Computational Mathematics", "11"],
|
|
26
|
+
["404", "Zoology", "11"],
|
|
27
|
+
["405", "Operations Research", "11"],
|
|
28
|
+
["408", "Oceanography", "11"],
|
|
29
|
+
];
|
|
30
|
+
exports.subDisciplineRecords = subDisciplineRecords;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subDisciplineRecords = void 0;
|
|
4
|
+
const subDisciplineRecords = [
|
|
5
|
+
["126", "Biodiversity & Conservation", "117"],
|
|
6
|
+
["125", "Climate Studies & Meteorology", "117"],
|
|
7
|
+
["47", "Earth Sciences", "117"],
|
|
8
|
+
["314", "Ecology", "117"],
|
|
9
|
+
["128", "Environmental Economics & Policy", "117"],
|
|
10
|
+
["287", "Environmental Management", "117"],
|
|
11
|
+
["315", "Environmental Sciences", "117"],
|
|
12
|
+
["123", "Geology", "117"],
|
|
13
|
+
["124", "Hydrology & Water Management", "117"],
|
|
14
|
+
["288", "Natural Resource Management", "117"],
|
|
15
|
+
["122", "Soil Science", "117"],
|
|
16
|
+
["127", "Sustainable Development", "117"],
|
|
17
|
+
["119", "Toxicology", "117"],
|
|
18
|
+
];
|
|
19
|
+
exports.subDisciplineRecords = subDisciplineRecords;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subDisciplineRecords = void 0;
|
|
4
|
+
const subDisciplineRecords = [
|
|
5
|
+
["297", "Emergency & Disaster Management", "12"],
|
|
6
|
+
["56", "Family & Consumer Science", "12"],
|
|
7
|
+
["132", "Fashion, Textiles and Luxury Goods", "12"],
|
|
8
|
+
["298", "Food Science", "12"],
|
|
9
|
+
["112", "Forensic Science", "12"],
|
|
10
|
+
["59", "Library Science", "12"],
|
|
11
|
+
["60", "Military Science", "12"],
|
|
12
|
+
["299", "Museum Studies", "12"],
|
|
13
|
+
["321", "Real Estate & Property Management", "12"],
|
|
14
|
+
["62", "Social Work", "12"],
|
|
15
|
+
["409", "Aviation Studies", "12"],
|
|
16
|
+
];
|
|
17
|
+
exports.subDisciplineRecords = subDisciplineRecords;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subDisciplineRecords = void 0;
|
|
4
|
+
const subDisciplineRecords = [
|
|
5
|
+
["274", "American and Australasian studies", "13"],
|
|
6
|
+
["72", "Anthropology", "13"],
|
|
7
|
+
["70", "Archaeology", "13"],
|
|
8
|
+
["67", "Area & Cultural Studies", "13"],
|
|
9
|
+
["347", "Childhood Studies", "13"],
|
|
10
|
+
["275", "Cognitive Science", "13"],
|
|
11
|
+
["71", "Communication Studies", "13"],
|
|
12
|
+
["364", "Community Development", "13"],
|
|
13
|
+
["339", "Counselling Psychology", "13"],
|
|
14
|
+
["276", "Criminology", "13"],
|
|
15
|
+
["110", "Econometrics", "13"],
|
|
16
|
+
["4", "Economics", "13"],
|
|
17
|
+
["73", "Ethnic Studies", "13"],
|
|
18
|
+
["277", "European Studies", "13"],
|
|
19
|
+
["76", "Gender & Sexuality Studies", "13"],
|
|
20
|
+
["75", "Geography", "13"],
|
|
21
|
+
["102", "International Development", "13"],
|
|
22
|
+
["78", "International Relations", "13"],
|
|
23
|
+
["103", "Organisational Behaviour", "13"],
|
|
24
|
+
["316", "Political Science", "13"],
|
|
25
|
+
["79", "Psychology", "13"],
|
|
26
|
+
["278", "Public Policy", "13"],
|
|
27
|
+
["80", "Sociology", "13"],
|
|
28
|
+
["320", "Terrorism & Security", "13"],
|
|
29
|
+
["379", "Social Policy", "13"],
|
|
30
|
+
["381", "Italian studies", "13"],
|
|
31
|
+
["385", "Forensic Psychology", "13"],
|
|
32
|
+
["386", "Asian Studies", "13"],
|
|
33
|
+
["387", "Developmental Psychology", "13"],
|
|
34
|
+
["388", "Social Psychology", "13"],
|
|
35
|
+
["390", "Slavic Studies", "13"],
|
|
36
|
+
["391", "Diplomacy", "13"],
|
|
37
|
+
["392", "Art Therapy", "13"],
|
|
38
|
+
["393", "African Studies", "13"],
|
|
39
|
+
["394", "Middle Eastern Studies", "13"],
|
|
40
|
+
["400", "French Studies", "13"],
|
|
41
|
+
["401", "German and Scandinavian Studies", "13"],
|
|
42
|
+
["410", "Iberian Studies", "13"],
|
|
43
|
+
["412", "British Studies", "13"],
|
|
44
|
+
];
|
|
45
|
+
exports.subDisciplineRecords = subDisciplineRecords;
|