@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.
Files changed (78) hide show
  1. package/cjs/src/countries/countries.js +231 -9
  2. package/cjs/src/countries/country-get-async.js +102 -0
  3. package/cjs/src/countries/country-id-chunk-mapping.js +235 -0
  4. package/cjs/src/countries/country-iso-chunk-mapping.js +235 -0
  5. package/cjs/src/currencies/currencies.js +167 -8
  6. package/cjs/src/currencies/currency-get-async.js +97 -0
  7. package/cjs/src/disciplines/chunks/subdisciplines-10.js +32 -0
  8. package/cjs/src/disciplines/chunks/subdisciplines-11.js +30 -0
  9. package/cjs/src/disciplines/chunks/subdisciplines-117.js +19 -0
  10. package/cjs/src/disciplines/chunks/subdisciplines-12.js +17 -0
  11. package/cjs/src/disciplines/chunks/subdisciplines-13.js +45 -0
  12. package/cjs/src/disciplines/chunks/subdisciplines-23.js +50 -0
  13. package/cjs/src/disciplines/chunks/subdisciplines-24.js +23 -0
  14. package/cjs/src/disciplines/chunks/subdisciplines-258.js +28 -0
  15. package/cjs/src/disciplines/chunks/subdisciplines-289.js +25 -0
  16. package/cjs/src/disciplines/chunks/subdisciplines-54.js +12 -0
  17. package/cjs/src/disciplines/chunks/subdisciplines-58.js +12 -0
  18. package/cjs/src/disciplines/chunks/subdisciplines-6.js +16 -0
  19. package/cjs/src/disciplines/chunks/subdisciplines-64.js +12 -0
  20. package/cjs/src/disciplines/chunks/subdisciplines-7.js +30 -0
  21. package/cjs/src/disciplines/chunks/subdisciplines-9.js +22 -0
  22. package/cjs/src/disciplines/discipline-get-parent-discipline.js +2 -6
  23. package/cjs/src/disciplines/discipline-get-subdiscipline-by-id-async.js +33 -0
  24. package/cjs/src/disciplines/discipline-get-subdisciplines-async.js +74 -0
  25. package/cjs/src/disciplines/i-sub-discipline-record.js +2 -0
  26. package/cjs/src/disciplines/subdiscipline-id-discipline-id-mapping.js +289 -0
  27. package/cjs/src/disciplines/subdisciplines.js +162 -162
  28. package/esm/src/countries/countries.js +231 -9
  29. package/esm/src/countries/country-get-async.d.ts +4 -0
  30. package/esm/src/countries/country-get-async.js +75 -0
  31. package/esm/src/countries/country-id-chunk-mapping.d.ts +2 -0
  32. package/esm/src/countries/country-id-chunk-mapping.js +232 -0
  33. package/esm/src/countries/country-iso-chunk-mapping.d.ts +2 -0
  34. package/esm/src/countries/country-iso-chunk-mapping.js +232 -0
  35. package/esm/src/currencies/currencies.js +167 -8
  36. package/esm/src/currencies/currency-get-async.d.ts +3 -0
  37. package/esm/src/currencies/currency-get-async.js +71 -0
  38. package/esm/src/disciplines/chunks/subdisciplines-10.d.ts +3 -0
  39. package/esm/src/disciplines/chunks/subdisciplines-10.js +29 -0
  40. package/esm/src/disciplines/chunks/subdisciplines-11.d.ts +3 -0
  41. package/esm/src/disciplines/chunks/subdisciplines-11.js +27 -0
  42. package/esm/src/disciplines/chunks/subdisciplines-117.d.ts +3 -0
  43. package/esm/src/disciplines/chunks/subdisciplines-117.js +16 -0
  44. package/esm/src/disciplines/chunks/subdisciplines-12.d.ts +3 -0
  45. package/esm/src/disciplines/chunks/subdisciplines-12.js +14 -0
  46. package/esm/src/disciplines/chunks/subdisciplines-13.d.ts +3 -0
  47. package/esm/src/disciplines/chunks/subdisciplines-13.js +42 -0
  48. package/esm/src/disciplines/chunks/subdisciplines-23.d.ts +3 -0
  49. package/esm/src/disciplines/chunks/subdisciplines-23.js +47 -0
  50. package/esm/src/disciplines/chunks/subdisciplines-24.d.ts +3 -0
  51. package/esm/src/disciplines/chunks/subdisciplines-24.js +20 -0
  52. package/esm/src/disciplines/chunks/subdisciplines-258.d.ts +3 -0
  53. package/esm/src/disciplines/chunks/subdisciplines-258.js +25 -0
  54. package/esm/src/disciplines/chunks/subdisciplines-289.d.ts +3 -0
  55. package/esm/src/disciplines/chunks/subdisciplines-289.js +22 -0
  56. package/esm/src/disciplines/chunks/subdisciplines-54.d.ts +3 -0
  57. package/esm/src/disciplines/chunks/subdisciplines-54.js +9 -0
  58. package/esm/src/disciplines/chunks/subdisciplines-58.d.ts +3 -0
  59. package/esm/src/disciplines/chunks/subdisciplines-58.js +9 -0
  60. package/esm/src/disciplines/chunks/subdisciplines-6.d.ts +3 -0
  61. package/esm/src/disciplines/chunks/subdisciplines-6.js +13 -0
  62. package/esm/src/disciplines/chunks/subdisciplines-64.d.ts +3 -0
  63. package/esm/src/disciplines/chunks/subdisciplines-64.js +9 -0
  64. package/esm/src/disciplines/chunks/subdisciplines-7.d.ts +3 -0
  65. package/esm/src/disciplines/chunks/subdisciplines-7.js +27 -0
  66. package/esm/src/disciplines/chunks/subdisciplines-9.d.ts +3 -0
  67. package/esm/src/disciplines/chunks/subdisciplines-9.js +19 -0
  68. package/esm/src/disciplines/discipline-get-parent-discipline.js +2 -6
  69. package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.d.ts +3 -0
  70. package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.js +30 -0
  71. package/esm/src/disciplines/discipline-get-subdisciplines-async.d.ts +4 -0
  72. package/esm/src/disciplines/discipline-get-subdisciplines-async.js +47 -0
  73. package/esm/src/disciplines/i-sub-discipline-record.d.ts +1 -0
  74. package/esm/src/disciplines/i-sub-discipline-record.js +1 -0
  75. package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.d.ts +2 -0
  76. package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.js +286 -0
  77. package/esm/src/disciplines/subdisciplines.js +162 -162
  78. package/package.json +1 -1
@@ -2,109 +2,16 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.subdisciplinesAll = void 0;
4
4
  const subDisciplineRecords = [
5
- ["300", "Agriculture", "54"],
6
- ["301", "Animal Science", "54"],
7
- ["302", "Marine Science", "54"],
8
- ["303", "Forestry", "54"],
9
- ["304", "Horticulture and Crop Science", "54"],
10
- ["297", "Emergency & Disaster Management", "12"],
11
- ["56", "Family & Consumer Science", "12"],
12
- ["132", "Fashion, Textiles and Luxury Goods", "12"],
13
- ["298", "Food Science", "12"],
14
- ["112", "Forensic Science", "12"],
15
- ["59", "Library Science", "12"],
16
- ["60", "Military Science", "12"],
17
- ["299", "Museum Studies", "12"],
18
- ["321", "Real Estate & Property Management", "12"],
19
- ["62", "Social Work", "12"],
20
- ["20", "Architecture", "258"],
21
- ["259", "Art History", "258"],
22
- ["63", "Design", "258"],
23
- ["260", "Fashion Design", "258"],
24
- ["261", "Graphic Design", "258"],
25
- ["69", "Film Studies", "258"],
26
- ["376", "Fine Arts", "258"],
27
- ["53", "Industrial Design", "258"],
28
- ["262", "Interior Design", "258"],
29
- ["263", "Landscape Architecture", "258"],
30
- ["104", "Music", "258"],
31
- ["374", "Music Composition", "258"],
32
- ["264", "Musicology", "258"],
33
- ["375", "Music Performance", "258"],
34
- ["318", "Drama", "258"],
35
- ["328", "Urban Planning", "258"],
36
- ["68", "Visual Arts", "258"],
37
- ["93", "Accounting", "23"],
38
- ["325", "Actuarial Science", "23"],
39
- ["232", "Agribusiness", "23"],
40
- ["233", "Auditing", "23"],
41
- ["362", "Banking", "23"],
42
- ["45", "Business Administration", "23"],
43
- ["234", "Business Intelligence", "23"],
44
- ["235", "Commerce", "23"],
45
- ["342", "Construction Management", "23"],
46
- ["236", "Corporate Communication", "23"],
47
- ["237", "Corporate Social Responsibility", "23"],
48
- ["322", "Digital Media", "23"],
49
- ["324", "Digital Marketing", "23"],
50
- ["86", "Entrepreneurship", "23"],
51
- ["238", "Executive MBA", "23"],
52
- ["87", "Finance", "23"],
53
- ["239", "Forensic Accounting", "23"],
54
- ["111", "Human Resource Management", "23"],
55
- ["240", "Innovation Management", "23"],
56
- ["241", "International Business", "23"],
57
- ["353", "IT Management", "23"],
58
- ["366", "Leadership", "23"],
59
- ["352", "Management of Creative Industries", "23"],
60
- ["89", "Management Studies", "23"],
61
- ["88", "Marketing", "23"],
62
- ["373", "Marketing Management", "23"],
63
- ["242", "Master in Business Administration (MBA)", "23"],
64
- ["243", "Master in Management (MIM)", "23"],
65
- ["356", "Operations and Quality Management", "23"],
66
- ["25", "Project Management", "23"],
67
- ["101", "Public Administration", "23"],
68
- ["244", "Retail Management", "23"],
69
- ["245", "Risk Management", "23"],
70
- ["246", "Strategic Management", "23"],
71
- ["133", "Supply Chain Management & Logistics", "23"],
72
- ["247", "Taxation", "23"],
73
- ["248", "Engineering Management", "23"],
74
- ["249", "Transport Management", "23"],
75
- ["330", "Artificial Intelligence", "24"],
76
- ["279", "Business Information Systems", "24"],
77
- ["281", "Computer Sciences", "24"],
78
- ["323", "Cyber Security", "24"],
79
- ["282", "Data Science & Big Data", "24"],
80
- ["130", "Geographical Information Systems (GIS)", "24"],
81
- ["283", "Health Informatics", "24"],
82
- ["284", "Human Computer Interaction", "24"],
83
- ["108", "Information Technology (IT)", "24"],
84
- ["331", "Machine Learning", "24"],
85
- ["329", "Software Engineering", "24"],
86
- ["265", "User Experience Design", "24"],
87
- ["280", "Game Design", "24"],
88
- ["286", "Web Technologies & Cloud Computing", "24"],
89
- ["290", "Adult Education", "289"],
90
- ["360", "Art Education", "289"],
91
- ["291", "Coaching", "289"],
92
- ["292", "School Counselling", "289"],
93
- ["333", "Early Childhood Education", "289"],
94
- ["8", "Education", "289"],
95
- ["349", "Educational Leadership", "289"],
96
- ["293", "Educational Psychology", "289"],
97
- ["98", "Educational Research", "289"],
98
- ["371", "Health Education", "289"],
99
- ["363", "Higher Education", "289"],
100
- ["355", "Instructional Design", "289"],
101
- ["370", "Literacy Education", "289"],
102
- ["348", "Primary Education", "289"],
103
- ["97", "Special Education", "289"],
104
- ["359", "Secondary Education", "289"],
105
- ["345", "STEM Education", "289"],
106
- ["295", "Teaching", "289"],
107
- ["358", "Teaching English as a Foreign Language", "289"],
5
+ ["219", "Business Law", "6"],
6
+ ["114", "Civil & Private Law", "6"],
7
+ ["341", "Criminal Justice", "6"],
8
+ ["109", "Criminal Law", "6"],
9
+ ["48", "European Law", "6"],
10
+ ["85", "International Law", "6"],
11
+ ["220", "Legal Studies", "6"],
12
+ ["221", "Master of Laws (LLM)", "6"],
13
+ ["49", "Patent & Intellectual Property Law", "6"],
14
+ ["115", "Public Law", "6"],
108
15
  ["37", "Aerospace Engineering", "7"],
109
16
  ["250", "Automotive Engineering", "7"],
110
17
  ["30", "Bio & Biomedical Engineering", "7"],
@@ -127,25 +34,8 @@ const subDisciplineRecords = [
127
34
  ["350", "Sound Engineering", "7"],
128
35
  ["256", "Sustainable Energy", "7"],
129
36
  ["257", "Transportation Engineering", "7"],
130
- ["126", "Biodiversity & Conservation", "117"],
131
- ["125", "Climate Studies & Meteorology", "117"],
132
- ["47", "Earth Sciences", "117"],
133
- ["314", "Ecology", "117"],
134
- ["128", "Environmental Economics & Policy", "117"],
135
- ["287", "Environmental Management", "117"],
136
- ["315", "Environmental Sciences", "117"],
137
- ["123", "Geology", "117"],
138
- ["124", "Hydrology & Water Management", "117"],
139
- ["288", "Natural Resource Management", "117"],
140
- ["122", "Soil Science", "117"],
141
- ["127", "Sustainable Development", "117"],
142
- ["119", "Toxicology", "117"],
143
- ["312", "Culinary Arts", "64"],
144
- ["313", "Event Management", "64"],
145
- ["311", "Hospitality Management", "64"],
146
- ["134", "Sports Management", "64"],
147
- ["317", "Sport and Exercise Science", "64"],
148
- ["319", "Tourism & Leisure", "64"],
37
+ ["397", "Production and Manufacturing Engineering", "7"],
38
+ ["399", "Structural Engineering", "7"],
149
39
  ["266", "Ancient History", "9"],
150
40
  ["267", "Christian Studies", "9"],
151
41
  ["268", "Creative Writing", "9"],
@@ -160,21 +50,8 @@ const subDisciplineRecords = [
160
50
  ["84", "Philosophy", "9"],
161
51
  ["99", "Theology and Religious Studies", "9"],
162
52
  ["332", "Linguistics", "9"],
163
- ["306", "Journalism", "58"],
164
- ["307", "Media Management", "58"],
165
- ["308", "Media Studies & Mass Media", "58"],
166
- ["309", "Public Relations", "58"],
167
- ["310", "Translation & Interpreting", "58"],
168
- ["219", "Business Law", "6"],
169
- ["114", "Civil & Private Law", "6"],
170
- ["341", "Criminal Justice", "6"],
171
- ["109", "Criminal Law", "6"],
172
- ["48", "European Law", "6"],
173
- ["85", "International Law", "6"],
174
- ["220", "Legal Studies", "6"],
175
- ["221", "Master of Laws (LLM)", "6"],
176
- ["49", "Patent & Intellectual Property Law", "6"],
177
- ["115", "Public Law", "6"],
53
+ ["415", "Classics", "9"],
54
+ ["420", "Ethics", "9"],
178
55
  ["31", "Biomedical Science", "10"],
179
56
  ["335", "Clinical Psychology", "10"],
180
57
  ["228", "Complementary & Alternative Medicine", "10"],
@@ -197,6 +74,10 @@ const subDisciplineRecords = [
197
74
  ["90", "Public Health", "10"],
198
75
  ["344", "Speech Pathology", "10"],
199
76
  ["107", "Veterinary Medicine", "10"],
77
+ ["378", "Optometry", "10"],
78
+ ["383", "Occupational Therapy", "10"],
79
+ ["384", "Pathology", "10"],
80
+ ["407", "Prosthetics and Orthotics", "10"],
200
81
  ["52", "Applied Mathematics", "11"],
201
82
  ["82", "Astronomy & Space Sciences", "11"],
202
83
  ["327", "Biochemistry", "11"],
@@ -216,6 +97,22 @@ const subDisciplineRecords = [
216
97
  ["354", "Pharmacology", "11"],
217
98
  ["38", "Physics", "11"],
218
99
  ["227", "Statistics", "11"],
100
+ ["398", "Anatomy", "11"],
101
+ ["403", "Computational Mathematics", "11"],
102
+ ["404", "Zoology", "11"],
103
+ ["405", "Operations Research", "11"],
104
+ ["408", "Oceanography", "11"],
105
+ ["297", "Emergency & Disaster Management", "12"],
106
+ ["56", "Family & Consumer Science", "12"],
107
+ ["132", "Fashion, Textiles and Luxury Goods", "12"],
108
+ ["298", "Food Science", "12"],
109
+ ["112", "Forensic Science", "12"],
110
+ ["59", "Library Science", "12"],
111
+ ["60", "Military Science", "12"],
112
+ ["299", "Museum Studies", "12"],
113
+ ["321", "Real Estate & Property Management", "12"],
114
+ ["62", "Social Work", "12"],
115
+ ["409", "Aviation Studies", "12"],
219
116
  ["274", "American and Australasian studies", "13"],
220
117
  ["72", "Anthropology", "13"],
221
118
  ["70", "Archaeology", "13"],
@@ -240,51 +137,154 @@ const subDisciplineRecords = [
240
137
  ["278", "Public Policy", "13"],
241
138
  ["80", "Sociology", "13"],
242
139
  ["320", "Terrorism & Security", "13"],
243
- ["377", "Information Systems", "24"],
244
- ["378", "Optometry", "10"],
245
140
  ["379", "Social Policy", "13"],
246
- ["380", "Financial Technology", "23"],
247
141
  ["381", "Italian studies", "13"],
248
- ["382", "Fashion Management", "23"],
249
- ["383", "Occupational Therapy", "10"],
250
- ["384", "Pathology", "10"],
251
142
  ["385", "Forensic Psychology", "13"],
252
143
  ["386", "Asian Studies", "13"],
253
144
  ["387", "Developmental Psychology", "13"],
254
145
  ["388", "Social Psychology", "13"],
255
- ["389", "Food Technology", "54"],
256
146
  ["390", "Slavic Studies", "13"],
257
147
  ["391", "Diplomacy", "13"],
258
148
  ["392", "Art Therapy", "13"],
259
149
  ["393", "African Studies", "13"],
260
150
  ["394", "Middle Eastern Studies", "13"],
261
- ["395", "Publishing", "58"],
262
- ["396", "Financial Management", "23"],
263
- ["397", "Production and Manufacturing Engineering", "7"],
264
- ["398", "Anatomy", "11"],
265
- ["399", "Structural Engineering", "7"],
266
151
  ["400", "French Studies", "13"],
267
152
  ["401", "German and Scandinavian Studies", "13"],
153
+ ["410", "Iberian Studies", "13"],
154
+ ["412", "British Studies", "13"],
155
+ ["93", "Accounting", "23"],
156
+ ["325", "Actuarial Science", "23"],
157
+ ["232", "Agribusiness", "23"],
158
+ ["233", "Auditing", "23"],
159
+ ["362", "Banking", "23"],
160
+ ["45", "Business Administration", "23"],
161
+ ["234", "Business Intelligence", "23"],
162
+ ["235", "Commerce", "23"],
163
+ ["342", "Construction Management", "23"],
164
+ ["236", "Corporate Communication", "23"],
165
+ ["237", "Corporate Social Responsibility", "23"],
166
+ ["322", "Digital Media", "23"],
167
+ ["324", "Digital Marketing", "23"],
168
+ ["86", "Entrepreneurship", "23"],
169
+ ["238", "Executive MBA", "23"],
170
+ ["87", "Finance", "23"],
171
+ ["239", "Forensic Accounting", "23"],
172
+ ["111", "Human Resource Management", "23"],
173
+ ["240", "Innovation Management", "23"],
174
+ ["241", "International Business", "23"],
175
+ ["353", "IT Management", "23"],
176
+ ["366", "Leadership", "23"],
177
+ ["352", "Management of Creative Industries", "23"],
178
+ ["89", "Management Studies", "23"],
179
+ ["88", "Marketing", "23"],
180
+ ["373", "Marketing Management", "23"],
181
+ ["242", "Master in Business Administration (MBA)", "23"],
182
+ ["243", "Master in Management (MIM)", "23"],
183
+ ["356", "Operations and Quality Management", "23"],
184
+ ["25", "Project Management", "23"],
185
+ ["101", "Public Administration", "23"],
186
+ ["244", "Retail Management", "23"],
187
+ ["245", "Risk Management", "23"],
188
+ ["246", "Strategic Management", "23"],
189
+ ["133", "Supply Chain Management & Logistics", "23"],
190
+ ["247", "Taxation", "23"],
191
+ ["248", "Engineering Management", "23"],
192
+ ["249", "Transport Management", "23"],
193
+ ["380", "Financial Technology", "23"],
194
+ ["382", "Fashion Management", "23"],
195
+ ["396", "Financial Management", "23"],
268
196
  ["402", "Advertising", "23"],
269
- ["403", "Computational Mathematics", "11"],
270
- ["404", "Zoology", "11"],
271
- ["405", "Operations Research", "11"],
272
197
  ["406", "Insurance", "23"],
273
- ["407", "Prosthetics and Orthotics", "10"],
274
- ["408", "Oceanography", "11"],
275
- ["409", "Aviation Studies", "12"],
276
- ["410", "Iberian Studies", "13"],
198
+ ["416", "Investment", "23"],
199
+ ["330", "Artificial Intelligence", "24"],
200
+ ["279", "Business Information Systems", "24"],
201
+ ["281", "Computer Sciences", "24"],
202
+ ["323", "Cyber Security", "24"],
203
+ ["282", "Data Science & Big Data", "24"],
204
+ ["130", "Geographical Information Systems (GIS)", "24"],
205
+ ["283", "Health Informatics", "24"],
206
+ ["284", "Human Computer Interaction", "24"],
207
+ ["108", "Information Technology (IT)", "24"],
208
+ ["331", "Machine Learning", "24"],
209
+ ["329", "Software Engineering", "24"],
210
+ ["265", "User Experience Design", "24"],
211
+ ["280", "Game Design", "24"],
212
+ ["286", "Web Technologies & Cloud Computing", "24"],
213
+ ["377", "Information Systems", "24"],
214
+ ["418", "Animation", "24"],
215
+ ["421", "Data Analytics", "24"],
216
+ ["300", "Agriculture", "54"],
217
+ ["301", "Animal Science", "54"],
218
+ ["302", "Marine Science", "54"],
219
+ ["303", "Forestry", "54"],
220
+ ["304", "Horticulture and Crop Science", "54"],
221
+ ["389", "Food Technology", "54"],
222
+ ["306", "Journalism", "58"],
223
+ ["307", "Media Management", "58"],
224
+ ["308", "Media Studies & Mass Media", "58"],
225
+ ["309", "Public Relations", "58"],
226
+ ["310", "Translation & Interpreting", "58"],
227
+ ["395", "Publishing", "58"],
228
+ ["312", "Culinary Arts", "64"],
229
+ ["313", "Event Management", "64"],
230
+ ["311", "Hospitality Management", "64"],
231
+ ["134", "Sports Management", "64"],
232
+ ["317", "Sport and Exercise Science", "64"],
233
+ ["319", "Tourism & Leisure", "64"],
234
+ ["126", "Biodiversity & Conservation", "117"],
235
+ ["125", "Climate Studies & Meteorology", "117"],
236
+ ["47", "Earth Sciences", "117"],
237
+ ["314", "Ecology", "117"],
238
+ ["128", "Environmental Economics & Policy", "117"],
239
+ ["287", "Environmental Management", "117"],
240
+ ["315", "Environmental Sciences", "117"],
241
+ ["123", "Geology", "117"],
242
+ ["124", "Hydrology & Water Management", "117"],
243
+ ["288", "Natural Resource Management", "117"],
244
+ ["122", "Soil Science", "117"],
245
+ ["127", "Sustainable Development", "117"],
246
+ ["119", "Toxicology", "117"],
247
+ ["20", "Architecture", "258"],
248
+ ["259", "Art History", "258"],
249
+ ["63", "Design", "258"],
250
+ ["260", "Fashion Design", "258"],
251
+ ["261", "Graphic Design", "258"],
252
+ ["69", "Film Studies", "258"],
253
+ ["376", "Fine Arts", "258"],
254
+ ["53", "Industrial Design", "258"],
255
+ ["262", "Interior Design", "258"],
256
+ ["263", "Landscape Architecture", "258"],
257
+ ["104", "Music", "258"],
258
+ ["374", "Music Composition", "258"],
259
+ ["264", "Musicology", "258"],
260
+ ["375", "Music Performance", "258"],
261
+ ["318", "Drama", "258"],
262
+ ["328", "Urban Planning", "258"],
263
+ ["68", "Visual Arts", "258"],
277
264
  ["411", "Ceramics and Sculpture", "258"],
278
- ["412", "British Studies", "13"],
279
265
  ["413", "Painting & Drawing", "258"],
280
266
  ["414", "Art and Craft", "258"],
281
- ["415", "Classics", "9"],
282
- ["416", "Investment", "23"],
283
267
  ["417", "Dance", "258"],
284
- ["418", "Animation", "24"],
285
268
  ["419", "Photography", "258"],
286
- ["420", "Ethics", "9"],
287
- ["421", "Data Analytics", "24"],
269
+ ["290", "Adult Education", "289"],
270
+ ["360", "Art Education", "289"],
271
+ ["291", "Coaching", "289"],
272
+ ["292", "School Counselling", "289"],
273
+ ["333", "Early Childhood Education", "289"],
274
+ ["8", "Education", "289"],
275
+ ["349", "Educational Leadership", "289"],
276
+ ["293", "Educational Psychology", "289"],
277
+ ["98", "Educational Research", "289"],
278
+ ["371", "Health Education", "289"],
279
+ ["363", "Higher Education", "289"],
280
+ ["355", "Instructional Design", "289"],
281
+ ["370", "Literacy Education", "289"],
282
+ ["348", "Primary Education", "289"],
283
+ ["97", "Special Education", "289"],
284
+ ["359", "Secondary Education", "289"],
285
+ ["345", "STEM Education", "289"],
286
+ ["295", "Teaching", "289"],
287
+ ["358", "Teaching English as a Foreign Language", "289"],
288
288
  ];
289
289
  const subdisciplinesAll = subDisciplineRecords.map(([id, name, disciplineId]) => ({ id, name, disciplineId }));
290
290
  exports.subdisciplinesAll = subdisciplinesAll;
@@ -1,13 +1,235 @@
1
- import { countryRecordsAF } from "./chunks/country-records-a-f.js";
2
- import { countryRecordsGL } from "./chunks/country-records-g-l.js";
3
- import { countryRecordsMR } from "./chunks/country-records-m-r.js";
4
- import { countryRecordsSZ } from "./chunks/country-records-s-z.js";
5
- // This list is sorted alphabetically by country name. If you add a new country, please re-sort the list by chunk and by label.
1
+ // This list is sorted alphabetically by country name. If you add a new country, please re-sort the list using the following code:
2
+ // countryRecords.sort((a, b) => a[1].localeCompare(b[1]));
6
3
  const countryRecords = [
7
- ...countryRecordsAF,
8
- ...countryRecordsGL,
9
- ...countryRecordsMR,
10
- ...countryRecordsSZ,
4
+ ["97", "Afghanistan", "AF"],
5
+ ["233", "Aland Islands", "AX"],
6
+ ["42", "Albania", "AL"],
7
+ ["145", "Algeria", "DZ"],
8
+ ["201", "American Samoa", "AS"],
9
+ ["44", "Andorra", "AD"],
10
+ ["146", "Angola", "AO"],
11
+ ["224", "Anguilla", "AI"],
12
+ ["49", "Antigua and Barbuda", "AG"],
13
+ ["84", "Argentina", "AR"],
14
+ ["98", "Armenia", "AM"],
15
+ ["50", "Aruba", "AW"],
16
+ ["202", "Australia", "AU"],
17
+ ["3", "Austria", "AT"],
18
+ ["99", "Azerbaijan", "AZ"],
19
+ ["51", "Bahamas", "BS"],
20
+ ["100", "Bahrain", "BH"],
21
+ ["101", "Bangladesh", "BD"],
22
+ ["52", "Barbados", "BB"],
23
+ ["45", "Belarus", "BY"],
24
+ ["4", "Belgium", "BE"],
25
+ ["53", "Belize", "BZ"],
26
+ ["147", "Benin", "BJ"],
27
+ ["54", "Bermuda", "BM"],
28
+ ["102", "Bhutan", "BT"],
29
+ ["85", "Bolivia", "BO"],
30
+ ["227", "Bonaire, Sint Eustatius and Saba", "BQ"],
31
+ ["40", "Bosnia and Herzegovina", "BA"],
32
+ ["148", "Botswana", "BW"],
33
+ ["86", "Brazil", "BR"],
34
+ ["55", "British Virgin Islands", "VG"],
35
+ ["103", "Brunei", "BN"],
36
+ ["2", "Bulgaria", "BG"],
37
+ ["149", "Burkina Faso", "BF"],
38
+ ["150", "Burundi", "BI"],
39
+ ["104", "Cambodia", "KH"],
40
+ ["151", "Cameroon", "CM"],
41
+ ["56", "Canada", "CA"],
42
+ ["152", "Cape Verde", "CV"],
43
+ ["57", "Cayman Islands", "KY"],
44
+ ["153", "Central African Republic", "CF"],
45
+ ["154", "Chad", "TD"],
46
+ ["87", "Chile", "CL"],
47
+ ["105", "China", "CN"],
48
+ ["88", "Colombia", "CO"],
49
+ ["155", "Comoros", "KM"],
50
+ ["156", "Congo (Democratic Republic of the)", "CD"],
51
+ ["157", "Congo (Republic of the)", "CG"],
52
+ ["203", "Cook Islands", "CK"],
53
+ ["58", "Costa Rica", "CR"],
54
+ ["158", "Côte d'Ivoire", "CI"],
55
+ ["38", "Croatia", "HR"],
56
+ ["59", "Cuba", "CU"],
57
+ ["225", "Curaçao", "CW"],
58
+ ["5", "Cyprus", "CY"],
59
+ ["7", "Czech Republic", "CZ"],
60
+ ["6", "Denmark", "DK"],
61
+ ["159", "Djibouti", "DJ"],
62
+ ["60", "Dominica", "DM"],
63
+ ["61", "Dominican Republic", "DO"],
64
+ ["89", "Ecuador", "EC"],
65
+ ["161", "Egypt", "EG"],
66
+ ["62", "El Salvador", "SV"],
67
+ ["162", "Equatorial Guinea", "GQ"],
68
+ ["163", "Eritrea", "ER"],
69
+ ["8", "Estonia", "EE"],
70
+ ["193", "Eswatini", "SZ"],
71
+ ["164", "Ethiopia", "ET"],
72
+ ["46", "Faroe Islands", "FO"],
73
+ ["204", "Fiji", "FJ"],
74
+ ["9", "Finland", "FI"],
75
+ ["10", "France", "FR"],
76
+ ["90", "French Guiana", "GF"],
77
+ ["205", "French Polynesia", "PF"],
78
+ ["165", "Gabon", "GA"],
79
+ ["166", "Gambia", "GM"],
80
+ ["106", "Georgia", "GE"],
81
+ ["11", "Germany", "DE"],
82
+ ["167", "Ghana", "GH"],
83
+ ["25", "Greece", "GR"],
84
+ ["63", "Greenland", "GL"],
85
+ ["64", "Grenada", "GD"],
86
+ ["65", "Guadeloupe", "GP"],
87
+ ["206", "Guam", "GU"],
88
+ ["66", "Guatemala", "GT"],
89
+ ["168", "Guinea", "GN"],
90
+ ["169", "Guinea-Bissau", "GW"],
91
+ ["91", "Guyana", "GY"],
92
+ ["67", "Haiti", "HT"],
93
+ ["68", "Honduras", "HN"],
94
+ ["107", "Hong Kong (SAR)", "HK"],
95
+ ["12", "Hungary", "HU"],
96
+ ["13", "Iceland", "IS"],
97
+ ["108", "India", "IN"],
98
+ ["109", "Indonesia", "ID"],
99
+ ["110", "Iran", "IR"],
100
+ ["111", "Iraq", "IQ"],
101
+ ["14", "Ireland", "IE"],
102
+ ["43", "Isle of Man", "IM"],
103
+ ["112", "Israel", "IL"],
104
+ ["15", "Italy", "IT"],
105
+ ["69", "Jamaica", "JM"],
106
+ ["113", "Japan", "JP"],
107
+ ["114", "Jordan", "JO"],
108
+ ["115", "Kazakhstan", "KZ"],
109
+ ["170", "Kenya", "KE"],
110
+ ["207", "Kiribati", "KI"],
111
+ ["230", "Kosovo", "XK"],
112
+ ["118", "Kuwait", "KW"],
113
+ ["119", "Kyrgyzstan", "KG"],
114
+ ["120", "Laos", "LA"],
115
+ ["16", "Latvia", "LV"],
116
+ ["121", "Lebanon", "LB"],
117
+ ["171", "Lesotho", "LS"],
118
+ ["172", "Liberia", "LR"],
119
+ ["173", "Libya", "LY"],
120
+ ["47", "Liechtenstein", "LI"],
121
+ ["17", "Lithuania", "LT"],
122
+ ["34", "Luxembourg", "LU"],
123
+ ["122", "Macao (SAR)", "MO"],
124
+ ["174", "Madagascar", "MG"],
125
+ ["175", "Malawi", "MW"],
126
+ ["123", "Malaysia", "MY"],
127
+ ["124", "Maldives", "MV"],
128
+ ["176", "Mali", "ML"],
129
+ ["35", "Malta", "MT"],
130
+ ["208", "Marshall Islands", "MH"],
131
+ ["70", "Martinique", "MQ"],
132
+ ["177", "Mauritania", "MR"],
133
+ ["178", "Mauritius", "MU"],
134
+ ["71", "Mexico", "MX"],
135
+ ["209", "Micronesia, Federated States of", "FM"],
136
+ ["37", "Moldova", "MD"],
137
+ ["36", "Monaco", "MC"],
138
+ ["125", "Mongolia", "MN"],
139
+ ["39", "Montenegro", "ME"],
140
+ ["72", "Montserrat", "MS"],
141
+ ["179", "Morocco", "MA"],
142
+ ["180", "Mozambique", "MZ"],
143
+ ["126", "Myanmar", "MM"],
144
+ ["181", "Namibia", "NA"],
145
+ ["210", "Nauru", "NR"],
146
+ ["127", "Nepal", "NP"],
147
+ ["1", "Netherlands", "NL"],
148
+ ["211", "New Caledonia", "NC"],
149
+ ["212", "New Zealand", "NZ"],
150
+ ["74", "Nicaragua", "NI"],
151
+ ["182", "Niger", "NE"],
152
+ ["183", "Nigeria", "NG"],
153
+ ["213", "Niue", "NU"],
154
+ ["116", "North Korea", "KP"],
155
+ ["18", "North Macedonia", "MK"],
156
+ ["229", "Northern Cyprus, Turkish Republic of", "XC"],
157
+ ["214", "Northern Mariana Islands", "MP"],
158
+ ["19", "Norway", "NO"],
159
+ ["128", "Oman", "OM"],
160
+ ["129", "Pakistan", "PK"],
161
+ ["215", "Palau", "PW"],
162
+ ["144", "Palestinian Territory, Occupied", "PS"],
163
+ ["75", "Panama", "PA"],
164
+ ["216", "Papua New Guinea", "PG"],
165
+ ["92", "Paraguay", "PY"],
166
+ ["93", "Peru", "PE"],
167
+ ["130", "Philippines", "PH"],
168
+ ["20", "Poland", "PL"],
169
+ ["21", "Portugal", "PT"],
170
+ ["76", "Puerto Rico", "PR"],
171
+ ["131", "Qatar", "QA"],
172
+ ["184", "Réunion", "RE"],
173
+ ["33", "Romania", "RO"],
174
+ ["22", "Russia", "RU"],
175
+ ["185", "Rwanda", "RW"],
176
+ ["222", "Saint Barthélemy", "BL"],
177
+ ["77", "Saint Kitts and Nevis", "KN"],
178
+ ["78", "Saint Lucia", "LC"],
179
+ ["79", "Saint Pierre and Miquelon", "PM"],
180
+ ["80", "Saint Vincent and the Grenadines", "VC"],
181
+ ["217", "Samoa", "WS"],
182
+ ["48", "San Marino", "SM"],
183
+ ["186", "São Tomé and Príncipe", "ST"],
184
+ ["132", "Saudi Arabia", "SA"],
185
+ ["187", "Senegal", "SN"],
186
+ ["23", "Serbia", "RS"],
187
+ ["188", "Seychelles", "SC"],
188
+ ["189", "Sierra Leone", "SL"],
189
+ ["133", "Singapore", "SG"],
190
+ ["223", "Sint Maarten", "SX"],
191
+ ["41", "Slovakia", "SK"],
192
+ ["31", "Slovenia", "SI"],
193
+ ["218", "Solomon Islands", "SB"],
194
+ ["190", "Somalia", "SO"],
195
+ ["191", "South Africa", "ZA"],
196
+ ["117", "South Korea", "KR"],
197
+ ["232", "South Sudan", "SS"],
198
+ ["24", "Spain", "ES"],
199
+ ["134", "Sri Lanka", "LK"],
200
+ ["192", "Sudan", "SD"],
201
+ ["94", "Suriname", "SR"],
202
+ ["26", "Sweden", "SE"],
203
+ ["27", "Switzerland", "CH"],
204
+ ["135", "Syria", "SY"],
205
+ ["136", "Taiwan", "TW"],
206
+ ["137", "Tajikistan", "TJ"],
207
+ ["194", "Tanzania", "TZ"],
208
+ ["138", "Thailand", "TH"],
209
+ ["160", "Timor-Leste", "TL"],
210
+ ["195", "Togo", "TG"],
211
+ ["219", "Tonga", "TO"],
212
+ ["81", "Trinidad and Tobago", "TT"],
213
+ ["196", "Tunisia", "TN"],
214
+ ["28", "Turkey", "TR"],
215
+ ["139", "Turkmenistan", "TM"],
216
+ ["226", "Turks and Caicos Islands", "TC"],
217
+ ["220", "Tuvalu", "TV"],
218
+ ["197", "Uganda", "UG"],
219
+ ["29", "Ukraine", "UA"],
220
+ ["140", "United Arab Emirates", "AE"],
221
+ ["30", "United Kingdom", "GB"],
222
+ ["82", "United States", "US"],
223
+ ["83", "United States Virgin Islands", "VI"],
224
+ ["95", "Uruguay", "UY"],
225
+ ["141", "Uzbekistan", "UZ"],
226
+ ["221", "Vanuatu", "VU"],
227
+ ["96", "Venezuela", "VE"],
228
+ ["142", "Vietnam", "VN"],
229
+ ["198", "Western Sahara", "EH"],
230
+ ["143", "Yemen", "YE"],
231
+ ["199", "Zambia", "ZM"],
232
+ ["200", "Zimbabwe", "ZW"],
11
233
  ];
12
234
  const countriesAll = countryRecords.map(([id, name]) => ({ id, name }));
13
235
  export { countriesAll, };
@@ -0,0 +1,4 @@
1
+ import { ICountry } from "./i-country";
2
+ declare const countryGetByIdAsync: (id: string) => Promise<ICountry | null>;
3
+ declare const countryGetByIsoCodeAsync: (isoCode: string) => Promise<ICountry | null>;
4
+ export { countryGetByIdAsync, countryGetByIsoCodeAsync, };